:root {
  --black: black;
  --volt-white: #eaf0ee;
  --gainsboro: #d9d9d9;
  --gold: #ffca01;
  --volt-yellow: #ffe100;
  --volt-blue: #051535;
  --pale-goldenrod: #e4cf8c;
  --black-primary: #252532;
  --white: white;
  --black-3: #343437;
  --dim-grey: #454545;
  --dark-grey: #a6b1a9;
  --volt-violet: #d61579;
  --dark-yellow: #1c1600;
  --light-slate-grey: #81859f;
  --black-2: #252736;
  --dark-slate-grey: #39393c;
  --dark-slate-blue: #40495a;
  --crimson: #d61532;
  --brown: #ac051e;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--black);
  color: var(--volt-white);
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.05rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.025rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  padding-left: 8px;
}

.grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.grid.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.grid.footer-buttons {
  border-bottom: 1px solid var(--gainsboro);
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  justify-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
}

.flex-align-center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.margin-top-40 {
  margin-top: 40px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero {
  padding-top: 6rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section.footer {
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.section.min-height-100vh.justify-top {
  justify-content: flex-start;
  padding-top: 4rem;
}

.section.no-min-height {
  min-height: auto;
  overflow: visible;
}

.section.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-wrapper {
  width: 100%;
  max-width: 1380px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-wrapper.left-align {
  align-items: flex-start;
}

.text-center {
  text-align: center;
}

.text-center.margin-bottom-16.medium {
  font-weight: 500;
}

.hero-header {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-content {
  font-size: 1.05rem;
}

.hero-content.margin-bottom-24 {
  max-width: 260px;
}

.button {
  border: 1px solid var(--volt-white);
  background-color: var(--volt-white);
  color: var(--black);
  letter-spacing: .025rem;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .5s;
}

.button:hover {
  border-color: var(--black);
  background-color: var(--gold);
  color: var(--black);
}

.button.outline {
  border-color: var(--volt-yellow);
  color: var(--volt-yellow);
  background-color: rgba(0, 0, 0, 0);
}

.button.outline:hover {
  background-color: var(--volt-blue);
  transform: scale(.98);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.button.outline.blue {
  background-color: var(--volt-blue);
  border-style: none;
  font-size: .875rem;
  text-decoration: none;
}

.max-width-400 {
  max-width: 400px;
}

.section-header {
  margin-top: 0;
  margin-bottom: 0;
}

.max-width-500 {
  width: 100%;
  max-width: 500px;
}

.topic-header.yellow {
  color: var(--volt-yellow);
}

.topic-header.pale-header {
  color: var(--pale-goldenrod);
}

.topic-header.yellow {
  color: var(--volt-yellow);
  color: #ffe100;
}

.eyebrow {
  color: var(--volt-yellow);
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 600;
  transform: none;
}

.list-item {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .5rem;
  display: flex;
}

.list-item.border-bottom {
  border-bottom-width: 1px;
  border-bottom-color: var(--black-primary);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.list-item.border-bottom.flex-vertical-start {
  flex-direction: column;
  align-items: flex-start;
}

.list-item.border-bottom.no-left-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
}

.list-item.border-bottom {
  border-bottom: 1px solid #252532;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.list-item.border-bottom.no-left-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
}

.list-item.border-bottom {
  border-bottom-width: 1px;
  border-bottom-color: var(--black-primary);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.list-item.border-bottom.no-left-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
}

.list-item.no-left-padding {
  padding-left: 0;
}

.list-item.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.list {
  flex-direction: column;
  display: flex;
}

.list.border-top {
  grid-row-gap: 0px;
}

.list.row-gap-1-rem {
  grid-row-gap: 1rem;
}

.list.grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 1rem;
  display: grid;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.arrow-wrapper {
  width: 32px;
  height: 32px;
  border: 1px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-wrapper.no-border {
  width: .875rem;
  height: .875rem;
  border-style: none;
  position: relative;
}

.max-width-690 {
  max-width: 690px;
  align-self: center;
}

.accordion-content {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem 1rem 1.5rem .5rem;
  display: block;
  position: static;
}

.accordion-content.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-toggle {
  height: 72px;
  border-bottom: 1px solid var(--black-primary);
  color: var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem 0 .5rem;
  display: flex;
}

.accordion-toggle.no-bottom-border {
  border-bottom-style: none;
}

.arrow {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-item {
  z-index: 8;
  max-width: 690px;
  overflow: hidden;
}

.accordion-item.no-max-width {
  width: 100%;
  max-width: none;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 75%;
}

.hero-image.grayscale {
  filter: saturate(60%);
}

.min-height-100vh {
  min-height: 100vh;
}

.text-link {
  color: var(--volt-white);
  text-transform: capitalize;
  font-size: .95rem;
  font-style: italic;
  text-decoration: underline;
}

.text-link.font-size-14.text-center.sentence-case {
  text-transform: none;
}

.text-link.white.underline {
  text-decoration: underline;
}

.text-link.no-caps {
  text-transform: none;
}

.text-link.underline {
  text-decoration: underline;
}

.body {
  font-size: 1rem;
}

.hide {
  display: none;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.max-width-72-ch {
  max-width: 72ch;
}

.max-width-72-ch.margin-bottom-56 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.max-width-72-ch.margin-bottom-56.flex-align-center {
  align-self: center;
  align-items: center;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-bottom-56 {
  margin-bottom: 3.5rem;
}

.feature-icon {
  width: 100%;
  max-width: 1.5rem;
  margin-right: 1rem;
}

.card {
  max-width: 289px;
  min-height: 240px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 18rem;
  grid-template-rows: 4rem;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 2rem 1.5rem;
  transition: all .4s;
  display: flex;
}

.card.no-padding-landscape {
  text-align: center;
  align-items: center;
}

.card.facts {
  max-width: none;
  min-height: auto;
  justify-content: flex-start;
  padding: 0;
}

.xl-text {
  letter-spacing: -.05rem;
  font-family: Graphik, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.xl-text.highlighted-text, .text-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.text-wrapper.left-align {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-title-wrapper {
  max-width: 470px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-title-wrapper.vertical {
  flex-direction: column;
  align-items: center;
}

.price-text {
  text-transform: capitalize;
  align-self: center;
  font-size: .9rem;
  font-weight: 500;
}

.price-text.sentence-case {
  text-transform: none;
}

.price-text.sentence-case.margin-bottom-24 {
  color: var(--pale-goldenrod);
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: var(--black-primary);
}

.horizontal-line.white {
  background-color: var(--volt-white);
}

.horizontal-line.white.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.hero-image-wrapper {
  width: 100%;
  height: 620px;
  margin-top: 3.5rem;
  position: relative;
}

.max-width-240 {
  max-width: 240px;
}

.max-width-480 {
  max-width: 480px;
}

.card-title {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.card-title.highlighted-text {
  flex-direction: column;
  align-items: flex-start;
}

.max-width-300 {
  max-width: 300px;
}

.highlighted-text {
  background-color: var(--volt-white);
  color: var(--black);
  padding: .25rem .6rem;
}

.highlighted-text.rotate {
  transform: rotate(-1deg);
}

.highlighted-text.white {
  background-color: var(--volt-white);
  color: var(--black-primary);
}

.navbar {
  z-index: 99;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--volt-blue);
  border-radius: .5rem .5rem 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem .5rem .75rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar.main {
  width: 33.3333%;
}

.logo-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  padding-right: .75rem;
  text-decoration: none;
  display: flex;
}

.logo-wrapper.w--current {
  text-decoration: none;
}

.logo {
  width: 3.8rem;
  color: var(--volt-yellow);
}

.logo.small {
  width: 3rem;
  height: 1rem;
}

.accordion-text {
  text-transform: none;
  font-size: 1.125rem;
  transform: none;
}

.navbar-wrapper {
  z-index: 883;
  width: 100%;
  justify-content: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: fixed;
  bottom: 0;
}

.promotion-modal-wrapper {
  z-index: 888;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.promotion-modal {
  z-index: 8;
  width: 100%;
  max-width: 50ch;
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 1rem;
  padding: 2rem 3.5rem 2rem 2rem;
  display: flex;
  position: relative;
}

.close-icon {
  cursor: pointer;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.xlarge-text {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--volt-white);
  text-transform: uppercase;
  flex: none;
  font-family: Graphik, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: .9;
}

.overflow-wrapper {
  padding-top: 8px;
  overflow: hidden;
}

.track {
  width: 100%;
  grid-column-gap: 1rem;
  display: flex;
  transform: translate(0);
}

.marquee-container {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: rotate(-2deg);
}

.reverse-track {
  z-index: 2;
  width: 100%;
  grid-column-gap: 1rem;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.hamburger {
  grid-row-gap: 4px;
  background-color: var(--black-primary);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: none;
}

.menu-bar {
  width: 16px;
  height: 1px;
  background-color: var(--gainsboro);
}

.track-wrapper {
  grid-column-gap: 1rem;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.volt-link {
  border-bottom: 1px solid var(--gainsboro);
  color: var(--gainsboro);
  align-self: flex-end;
  margin-top: 32px;
  font-size: .875rem;
  text-decoration: none;
}

.volt-link.big {
  font-size: 1rem;
}

.yellow {
  color: var(--volt-yellow);
}

.yellow.no-bottom-margin {
  margin-bottom: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.promotion-modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
}

.whatsapp-wrapper {
  z-index: 99;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--white);
  background-color: var(--black-primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2vw;
  left: auto;
  right: 2vw;
}

.whatsapp-icon {
  width: 100%;
  height: 32px;
  max-width: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-vertical {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.max-width-hero {
  max-width: 620px;
}

.webflow-professional-partner {
  width: 100%;
  max-width: 138px;
}

.form-modal {
  z-index: 888;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-modal-bg {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: absolute;
}

.form-block {
  z-index: 1;
  width: 100%;
  max-width: 50ch;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 4rem 2rem 2rem;
  position: relative;
}

.field-label {
  margin-bottom: 8px;
  font-weight: 400;
}

.field-label.left-align {
  align-self: flex-start;
}

.form {
  flex-direction: column;
  display: flex;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.error-state {
  min-width: 310px;
  text-align: center;
  background-color: rgba(214, 21, 50, .5);
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: .875rem;
}

.pagination-buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.next-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--gold);
  background-color: var(--gold);
  color: var(--black);
  border-radius: .5rem;
  align-items: center;
  padding: 1rem 2.5rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.next-button:hover {
  color: var(--gold);
  background-color: rgba(255, 202, 1, 0);
}

.next-button.is-disabled {
  color: #6b6e70;
  cursor: not-allowed;
  background-color: #b5b6b8;
  border-color: #b5b6b8;
}

.splide {
  width: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.splide__list {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.splide__slide {
  width: 100%;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
}

.prev-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px none var(--gold);
  color: var(--gold);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  align-items: center;
  padding: 1rem 1.25rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.prev-button:hover {
  background-color: var(--gold);
  color: var(--black);
}

.text-field {
  width: 100%;
  height: auto;
  border-style: none none solid;
  border-width: .03125rem;
  border-color: var(--black-3);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: border-width .25s ease-in-out;
  display: flex;
  position: relative;
}

.text-field:focus {
  border-color: var(--white);
}

.text-field:focus-visible {
  border-color: var(--white);
}

.text-field[data-wf-focus-visible] {
  border-color: var(--white);
}

.text-field::-ms-input-placeholder {
  color: var(--dim-grey);
  font-size: .875rem;
  font-weight: 400;
}

.text-field::placeholder {
  color: var(--dim-grey);
  font-size: .875rem;
  font-weight: 400;
}

.text-field.no-margin-bottom {
  margin-bottom: 0;
}

.button-primary {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--gold);
  background-color: var(--gold);
  color: var(--black);
  border-radius: .5rem;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.button-primary:hover {
  color: var(--gold);
  background-color: rgba(0, 0, 0, 0);
}

.button-primary:active {
  background-color: #1f9f8f;
}

.form-field-label {
  color: var(--volt-white);
  align-self: flex-start;
  margin-bottom: 10px;
  font-weight: 500;
}

.form-field-label.yellow {
  color: var(--gold);
}

.form-field-label.margin-bottom-8 {
  margin-bottom: 4px;
}

.confirmation-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--pale-goldenrod);
  background-color: var(--pale-goldenrod);
  color: var(--black-primary);
  text-align: center;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.confirmation-button:hover {
  color: var(--pale-goldenrod);
  background-color: rgba(0, 0, 0, 0);
}

.confirmation-button:active {
  background-color: #1f9f8f;
}

.confirmation-button.outline {
  color: var(--pale-goldenrod);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.confirmation-button.outline:hover {
  background-color: var(--pale-goldenrod);
  color: var(--black);
}

.confirmation-button.upload-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--pale-goldenrod);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.result {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  display: none;
}

.more-options {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.domain-option {
  color: var(--gold);
}

.domain-option-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: none;
}

.logo-checkbox {
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox-field {
  grid-row-gap: 8px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.checkbox-field.margin-top-24 {
  margin-top: 24px;
}

.checkbox-field.left-align {
  align-self: flex-start;
}

.templates-showcase {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xlarge-text-filled {
  max-width: 830px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Graphik, sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: .9;
}

.margin-top-16 {
  margin-top: 16px;
}

.templates-grid {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.template-tag {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--black-3);
  padding: .25rem 1rem;
}

.image-height-420 {
  width: 100%;
  border-radius: .75rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-space-between {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--dark-grey);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-space-between.width-100 {
  width: 100%;
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block:hover {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.link-block.underline {
  text-decoration: underline;
}

.link-block.underline.yellow {
  color: var(--volt-yellow);
}

.link-block.desktop-hide {
  display: none;
}

.link-block.font-size-1rem {
  font-size: 1rem;
}

.link-arrow {
  width: .75rem;
  height: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(45deg);
}

.onboarding-form {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.splide__pagination.indicators {
  grid-column-gap: .75rem;
  display: flex;
  position: static;
}

.onboarding-eyebrow {
  max-width: 260px;
  text-align: center;
  line-height: 1.2;
}

.steps-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.domain-wrapper {
  width: 100%;
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.choose {
  border-bottom: 1px solid var(--volt-violet);
  color: var(--volt-violet);
  text-decoration: none;
}

.more-options-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.flex-align-end {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.modal-opener {
  display: none;
}

.images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.font-size-14 {
  font-size: .875rem;
}

.details-wrapper {
  width: 100%;
  max-width: 300px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.details-wrapper.margin-bottom-56 {
  margin-bottom: 56px;
}

.cloud-icon {
  width: 32px;
  height: 32px;
}

.flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  display: flex;
}

.flex.mobile-vertical {
  align-items: center;
}

.row-gap-0-5-rem {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.max-width-674 {
  max-width: 674px;
}

.note {
  font-size: .9rem;
  font-style: italic;
}

.tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark-grey);
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .8rem;
  display: flex;
}

.margin-left-8 {
  margin-left: 8px;
}

.navbar-container {
  width: 100%;
  max-width: 1380px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-440 {
  max-width: 440px;
}

.white {
  color: var(--volt-white);
}

.side-note {
  color: var(--volt-violet);
  font-size: .875rem;
}

.side-note.margin-top-8 {
  margin-top: .5rem;
}

.is-disabled {
  color: #6b6e70;
  cursor: not-allowed;
  background-color: #b5b6b8;
  border: 1px solid #b5b6b8;
}

.is-disabled:hover {
  color: #6b6e70;
  background-color: #b5b6b8;
}

.template-thumbnail {
  width: 100%;
  max-width: 200px;
  margin-top: 8px;
  margin-left: 8px;
}

.tick-icon {
  width: .875rem;
  color: var(--volt-yellow);
}

.tick-icon.white {
  color: var(--volt-white);
}

.flex-vertical-start {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.margin-left-38 {
  margin-left: 2.375rem;
}

.semibold {
  font-weight: 600;
}

.title-case {
  text-transform: capitalize;
}

.linked-text.absolute {
  position: absolute;
  bottom: -100%;
}

.gradient-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, var(--black));
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preview-button {
  background-color: var(--volt-blue);
  color: var(--volt-white);
  letter-spacing: .025rem;
  text-transform: capitalize;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: .8rem;
  font-weight: 400;
  position: absolute;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.number {
  color: rgba(234, 240, 238, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--volt-white);
  font-family: Graphik, sans-serif;
  font-size: 5rem;
}

.linked-text-wrapper {
  color: var(--gold);
  cursor: pointer;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.mailchimp {
  display: none;
}

.domain-external-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.domain-checkbox {
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.slider {
  width: 100vw;
  height: 400px;
  max-width: 800px;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.mask {
  width: 80%;
  height: 100%;
  max-width: 640px;
  overflow: visible;
}

.slide {
  width: 100%;
  height: 100%;
}

.slider-arrow-wrapper {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow {
  width: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.rotate {
  transform: rotate(180deg);
}

.slide-nav {
  display: none;
}

.slide-content {
  width: 100%;
  height: 100%;
  border: 1px solid var(--gold);
  background-color: var(--dark-yellow);
  border-radius: 24px;
  flex-direction: column;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.image-height-300 {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}

.preview-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-28 {
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-button-field {
  display: none;
}

.max-width-380 {
  max-width: 380px;
}

.navbar-links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.navbar-links-wrapper:hover {
  transform: scale(1.03);
}

.chat-icon-wrapper:hover {
  right: 0;
}

.chat-icon-embed {
  width: .875rem;
  height: 1rem;
}

.chat-text {
  width: 100%;
  font-size: .875rem;
}

.side-nav {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.contact-icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: all .6s;
  display: flex;
}

.contact-icon-wrapper:hover {
  color: var(--gold);
}

.vertical-line {
  width: 1px;
  height: 2rem;
  max-height: 100%;
  background-color: var(--volt-white);
}

.logo-text {
  color: var(--white);
  font-size: .875rem;
}

.bold {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .grid, .grid.columns-3.gap-24 {
    grid-template-columns: 1fr;
  }

  .grid.columns-3.gap-24.margin-bottom-32 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid.no-gap {
    grid-template-columns: 1fr;
  }

  .grid.footer-buttons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    align-items: center;
  }

  .grid.landscape-stack.margin-bottom-48 {
    grid-template-columns: 1fr;
  }

  .section.hero {
    padding-top: 4rem;
    overflow: visible;
  }

  .hero-header {
    margin-bottom: 0;
  }

  .section-header {
    align-self: flex-start;
  }

  .section-header.margin-bottom-24.text-center, .section-header.margin-bottom-16.text-center {
    align-self: center;
  }

  .arrow-wrapper {
    flex: none;
  }

  .max-width-690 {
    align-self: auto;
  }

  .accordion-toggle {
    grid-column-gap: 20px;
    white-space: normal;
  }

  .accordion-toggle:hover {
    font-weight: 400;
  }

  .max-width-72-ch {
    align-self: flex-start;
  }

  .max-width-72-ch.margin-bottom-56.flex-align-center {
    align-self: center;
  }

  .feature-icon {
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .card {
    width: 100%;
    max-width: none;
  }

  .card.no-padding-landscape {
    width: auto;
    text-align: center;
    align-items: center;
  }

  .card.facts {
    justify-content: center;
    padding-top: 0;
  }

  .card-title-wrapper.vertical {
    align-items: center;
  }

  .accordion-text {
    margin-bottom: 0;
  }

  .xlarge-text.stroke-text.red-text {
    font-size: 6rem;
  }

  .whatsapp-wrapper {
    display: none;
  }

  .templates-showcase {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .xlarge-text-filled {
    text-align: left;
    font-size: 4.5rem;
  }

  .templates-grid {
    grid-template-columns: 1fr;
  }

  .link-block.desktop-hide {
    display: flex;
  }

  .flex.mobile-vertical {
    flex-direction: row;
  }

  .flex.mobile-vertical.margin-bottom-24 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .spacer {
    display: none;
  }

  .margin-left-38 {
    margin-left: 0;
  }

  .preview-button {
    margin-bottom: 1rem;
  }

  .slider {
    height: 400px;
  }

  .slider-arrow {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .grid.columns-3.gap-24 {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
  }

  .grid.landscape-stack {
    grid-template-columns: 1fr;
  }

  .hero-header {
    letter-spacing: 0;
    font-size: 2.5rem;
  }

  .section-header {
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .topic-header {
    font-size: 1rem;
  }

  .accordion-content {
    padding-right: 0;
  }

  .feature-icon {
    max-width: 32px;
  }

  .card.no-padding-landscape {
    min-height: auto;
    padding: 0;
  }

  .xl-text {
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .hero-image-wrapper {
    height: 400px;
  }

  .accordion-text {
    font-size: 1rem;
  }

  .whatsapp-wrapper {
    display: flex;
  }

  .form-modal {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .error-state {
    min-width: auto;
    border-radius: 0;
  }

  .templates-showcase, .templates-grid {
    grid-template-columns: 1fr;
  }

  .number {
    line-height: 1.25;
  }

  .slider {
    height: 300px;
  }

  .slider-arrow-wrapper {
    width: 24px;
  }
}

@media screen and (max-width: 479px) {
  li {
    padding-left: 4px;
  }

  .grid, .grid.columns-3.gap-24 {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 5rem 5vw;
  }

  .section.hero {
    padding-top: 6rem;
    overflow: visible;
  }

  .section.mobile-top-padding {
    padding-top: 8rem;
  }

  .hero-header {
    font-size: 2rem;
    line-height: 1.05;
  }

  .hero-content {
    font-size: 1rem;
  }

  .button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-header {
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .eyebrow {
    font-size: 1rem;
  }

  .list-item {
    padding-left: 0;
  }

  .list.row-gap-0-5-rem.margin-bottom-16 {
    padding-left: 1.5rem;
  }

  .list.margin-bottom-24.row-gap-0-5-rem {
    padding-left: 1rem;
  }

  .list.grid {
    grid-template-columns: 1fr;
  }

  .arrow-wrapper {
    width: 30px;
    height: 30px;
  }

  .accordion-content {
    padding: 16px 0 0;
  }

  .accordion-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-toggle:hover {
    padding-left: 0;
  }

  .arrow {
    width: 12px;
    height: 12px;
  }

  .accordion-item {
    margin-bottom: 24px;
  }

  .card {
    width: 100%;
    text-align: left;
    justify-items: start;
  }

  .xl-text {
    font-size: 1.25rem;
    line-height: 1.15;
  }

  .hero-image-wrapper {
    height: 300px;
    justify-content: center;
    display: flex;
  }

  .card-title {
    font-size: 1.125rem;
  }

  .max-width-300 {
    max-width: none;
  }

  .max-width-300.text-center.mobile-width-230 {
    max-width: 230px;
  }

  .navbar {
    width: 100%;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: space-around;
  }

  .logo {
    width: 3rem;
  }

  .accordion-text {
    font-size: 1rem;
  }

  .navbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .promotion-modal {
    flex-direction: column;
  }

  .xlarge-text {
    font-size: 2rem;
  }

  .xlarge-text.stroke-text.red-text {
    font-size: 2.5rem;
  }

  .xlarge-text.max-width-380 {
    max-width: 280px;
    line-height: 1.1;
  }

  .marquee-container {
    margin-bottom: 56px;
  }

  .reverse-track {
    margin-top: 0;
  }

  .hamburger {
    position: relative;
  }

  .volt-link {
    align-self: center;
  }

  .close-menu {
    width: 18px;
    height: 18px;
    opacity: 0;
    position: absolute;
  }

  .form-block {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .pagination-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .next-button {
    width: 100%;
    justify-content: center;
  }

  .next-button.is-disabled {
    order: -1;
  }

  .prev-button {
    width: 100%;
    justify-content: center;
  }

  .button-primary {
    order: 0;
    justify-content: center;
  }

  .confirmation-button {
    width: 100%;
    justify-content: center;
  }

  .confirmation-button.upload-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .result {
    text-align: center;
    flex-direction: column;
  }

  .domain-option-wrapper {
    flex-direction: column;
  }

  .xlarge-text-filled {
    font-size: 2rem;
    line-height: 1.1;
  }

  .image-height-420.margin-top-16 {
    height: 320px;
  }

  .flex-space-between.width-100 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .domain-wrapper, .flex-align-end.stack-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .cloud-icon {
    display: none;
  }

  .flex.mobile-vertical {
    flex-direction: row;
  }

  .white.font-size-14 {
    display: none;
  }

  .margin-left-38 {
    margin-left: 0;
  }

  .preview-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .number {
    font-size: 3rem;
  }

  .linked-text-wrapper {
    font-size: .8rem;
  }

  .mask {
    width: 100%;
  }

  .slide {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-arrow-wrapper {
    width: 32px;
    height: 32px;
    background-color: #fff;
  }

  .slider-arrow {
    width: 18px;
  }

  .navbar-links-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .8rem;
  }

  .logo-text {
    display: none;
  }
}

#w-node-d069d481-856f-4bf3-0dc8-76e1cb46b3b3-4ec202a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d52b2edc-214f-aad0-d02f-e70ac501cdbe-4ec202a3 {
  justify-self: end;
}

#w-node-_77db2314-4269-6506-5c86-3a9ef5204e2d-4ec202a3, #w-node-f5f25c33-d542-b72b-b806-f50647f03dae-4ec202a3, #w-node-c83982f8-59e2-0f9d-b1f0-281f6ff840ab-4ec202a3, #w-node-ed507c4a-998c-5e5d-a9ed-43db148eb584-4ec202a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e4ecb6-76b2-b25a-e6cb-57fb15f2f6c5-4ec202a3 {
  justify-self: center;
}

#w-node-_73e4ecb6-76b2-b25a-e6cb-57fb15f2f6c7-4ec202a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e4ecb6-76b2-b25a-e6cb-57fb15f2f6cf-4ec202a3, #w-node-_73e4ecb6-76b2-b25a-e6cb-57fb15f2f6d8-4ec202a3, #w-node-_73e4ecb6-76b2-b25a-e6cb-57fb15f2f6e1-4ec202a3 {
  justify-self: center;
}

#w-node-c43e9ce5-bd7a-446a-b809-84c8d32c4126-4ec202a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71533092-f04a-b41f-21d9-e627821e9f69-4ec202a3 {
  align-self: start;
}

#w-node-_6d1b2be9-2076-be05-1806-2bf869cb7525-4ec202a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7531db75-7c29-d2d0-71aa-ec40ed8657de-4ec202a3 {
  justify-self: center;
}

#w-node-_1b222e4a-a8ec-8f17-7173-c80bacb06c94-4ec202a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d52b2edc-214f-aad0-d02f-e70ac501cdbe-4ec202a3 {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-d52b2edc-214f-aad0-d02f-e70ac501cdd2-4ec202a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7fbdde5d-6654-6e4b-9062-ed93daae1dbc-daae1db7 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d069d481-856f-4bf3-0dc8-76e1cb46b3b3-4ec202a3 {
    grid-column-start: 1;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d069d481-856f-4bf3-0dc8-76e1cb46b3b3-4ec202a3 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}