@font-face {
  font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 1 1000;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 1 1000;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 1 1000;
  font-style: normal;
  font-display: auto;
}

:root {
  --cc-primary-700: #0b1621;
  --cc-white: #fff9f5;
  --cc-accent: #f6cd4b;
  --cc-primary-300: #1f4569;
  --cc-black: #111;
  --cc-primary-500: #12293f;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--cc-primary-700);
  color: var(--cc-white);
  font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.text-span {
  font-family: Google Sans Flex, sans-serif;
  font-weight: 400;
}

.container-width {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  min-height: 1080px;
  display: block;
  position: static;
}

.logo-l {
  width: 400px;
}

.heading-launch {
  color: var(--cc-white);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.button {
  border: 3px solid var(--cc-accent);
  background-color: var(--cc-primary-700);
  color: var(--cc-accent);
  vertical-align: baseline;
  border-radius: 16px;
  padding: 8px 40px;
  font-weight: 600;
  display: inline-block;
}

.button:hover {
  border-width: 3px;
  border-color: var(--cc-white);
  background-color: var(--cc-primary-300);
  color: var(--cc-white);
}

.contact-button-l {
  background-color: var(--cc-black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
}

.contact-button-l:hover {
  background-color: var(--cc-primary-300);
  color: var(--cc-white);
  border-radius: 24px;
}

.button-2 {
  border: 8px solid var(--cc-white);
  background-color: var(--cc-white);
  color: var(--cc-white);
  border-radius: 100px;
  padding: 8px 40px;
}

.nav {
  background-color: var(--cc-primary-700);
  justify-content: space-between;
  align-items: center;
  height: 200px;
  margin-top: 0;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  color: var(--cc-white);
}

.link-block {
  flex: 0 auto;
  align-self: center;
}

.h1-hero {
  color: var(--cc-white);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 6.5rem;
}

.h1-hero.color-accent {
  color: var(--cc-white);
  font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
  line-height: 6rem;
}

.heading-2, .heading-3 {
  font-family: elza-narrow, sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
}

.heading-4 {
  font-family: elza-narrow, sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 5.5rem;
}

.hero-p1 {
  color: var(--cc-white);
  width: 80%;
  margin-bottom: 64px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.wrapper-hero {
  width: 80%;
}

.text-span-2, .text-med {
  font-weight: 500;
}

.text-med.color-accent {
  color: var(--cc-accent);
}

.text-span-4 {
  font-weight: 500;
}

.spacer-l {
  background-color: #0000;
  height: 4rem;
}

.section-hero {
  margin-top: 0;
  padding: 100px 16px 240px;
}

.text-block {
  color: var(--cc-white);
  text-align: center;
  padding-top: 40px;
  font-weight: 400;
}

.italic-text {
  color: var(--cc-white);
  text-align: center;
}

.section-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--cc-white);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.heading-5 {
  font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
}

.hero-carousel-frame {
  min-width: 100%;
  height: 7rem;
  padding-bottom: 0;
  font-size: 6rem;
  line-height: 6rem;
  overflow: hidden;
}

.carousel-spacing {
  line-height: 5rem;
}

.italic-text-2 {
  line-height: 0;
  overflow: visible;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.tagline-l {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.tagline-l.color-accent {
  color: var(--cc-accent);
  margin-bottom: 16px;
  font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
  font-weight: 600;
}

.body-2 {
  background-color: var(--cc-primary-700);
  color: var(--cc-black);
  overflow: visible;
}

.tablet-carousel-frame {
  display: none;
}

.mover {
  min-width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.phone-carousel-frame {
  display: none;
}

.phone-lower-wrapper {
  flex-flow: column;
  align-items: center;
  display: none;
}

.h5-phone-carousel-sm {
  display: none;
}

.section {
  padding-top: 72px;
}

.tagline-med {
  display: none;
}

.div-block-6 {
  z-index: 0;
  background-color: var(--cc-black);
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.h1-carouel-text-lg {
  color: var(--cc-accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 600;
  line-height: 7rem;
}

.modal-wrapper {
  z-index: 9999;
  color: var(--cc-black);
  background-color: #302d2d80;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.get-in-touch-form {
  background-color: var(--cc-white);
  box-shadow: -4px 8px 50px 1px var(--cc-black);
  text-align: center;
  border-radius: 32px;
  width: 720px;
  height: 560px;
  margin-bottom: 16px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: auto;
}

.column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.form-row {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 72px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.form {
  margin: 24px;
}

.form-heading {
  background-color: var(--cc-primary-500);
  box-shadow: inset 0 -5px 20px -8px var(--cc-black);
  color: var(--cc-accent);
  vertical-align: baseline;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  margin: 0 auto 20px;
  padding: 8px 16px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-6 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-left: 16px;
  font-weight: 500;
}

.text-field {
  border-radius: 8px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .radio-button-field, .radio-button-field-2, .radio-button-field-3 {
  text-align: left;
}

.div-block-7 {
  justify-content: space-between;
  align-items: stretch;
  width: 75%;
  display: flex;
}

.field-label-7 {
  text-align: left;
}

.radio-button, .radio-button-2, .radio-button-3 {
  color: var(--cc-accent);
}

.field-label-8 {
  text-align: left;
}

.textarea {
  color: var(--cc-black);
  border-radius: 8px;
}

.div-block-8 {
  width: 100%;
}

.submit-button {
  border: 2px solid var(--cc-accent);
  background-color: var(--cc-primary-500);
  color: var(--cc-accent);
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 8px 40px;
  font-weight: 500;
}

.submit-button:hover {
  border-width: 2px;
  border-color: var(--cc-primary-500);
  background-color: var(--cc-primary-300);
  color: var(--cc-white);
}

.text-field-2, .text-field-3, .text-field-4, .text-field-5, .text-field-6 {
  border-radius: 8px;
}

.column-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.close-modal-button {
  width: 30px;
  margin: 0;
  padding: 8px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.success-message {
  background-color: var(--cc-primary-300);
  color: var(--cc-accent);
}

.text-block-2 {
  color: var(--cc-white);
  text-align: center;
}

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

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

.body-3 {
  background-color: var(--cc-primary-500);
}

.heading-7 {
  color: var(--cc-accent);
  font-size: 5rem;
  font-weight: 500;
  line-height: 5rem;
}

.text-block-3 {
  color: var(--cc-white);
  font-size: 2rem;
  line-height: 2rem;
}

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

.section-404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 300px;
  display: flex;
}

.button-3 {
  background-color: var(--cc-accent);
  color: var(--cc-primary-500);
  border-radius: 16px;
  margin-top: 56px;
  padding: 8px 24px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .container-width {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-l {
    width: 350px;
  }

  .nav {
    height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-hero {
    font-size: 4.25rem;
    line-height: 5rem;
  }

  .hero-p1 {
    width: 95%;
    margin-bottom: 80px;
  }

  .wrapper-hero {
    width: 100%;
  }

  .hero-carousel-frame {
    height: 4.5rem;
    font-size: 4rem;
    line-height: 4.5rem;
    display: none;
  }

  .div-block-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .tagline-l.color-accent {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2rem;
  }

  .h2-tablet-carousel {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .h2-tablet-carousel.color-accent {
    color: var(--cc-accent);
    margin-top: -7px;
    margin-bottom: 0;
    font-size: 4.25rem;
    font-weight: 500;
    line-height: 5.5rem;
    overflow: visible;
  }

  .tablet-carousel-frame {
    width: 100%;
    height: 5.5rem;
    display: block;
    overflow: hidden;
  }

  .phone-carousel-frame {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container-width {
    min-height: 950px;
  }

  .logo-l {
    width: 350px;
  }

  .heading-launch {
    font-size: 1.25rem;
    line-height: 1rem;
    display: none;
  }

  .button, .contact-button-l {
    display: block;
  }

  .nav {
    justify-content: center;
    height: 200px;
  }

  .nav-button-wrapper {
    display: none;
  }

  .h1-hero {
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 4rem;
  }

  .hero-p1 {
    width: 95%;
    margin-bottom: 24px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .section-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .italic-text {
    display: block;
  }

  .section-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 24px;
  }

  .italic-text-2 {
    line-height: 3.5rem;
    display: block;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .tagline-l.color-accent {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1rem;
  }

  .tablet-carousel-frame {
    display: none;
  }

  .h3-phone-carousel {
    color: var(--cc-accent);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 500;
    line-height: 4rem;
  }

  .phone-carousel-frame {
    width: 100%;
    height: 4rem;
    display: block;
    overflow: hidden;
  }

  .phone-carousel-mover {
    overflow: visible;
  }

  .phone-lower-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 64px;
    margin-bottom: 64px;
    display: flex;
  }

  .button-phone {
    border: 3px solid var(--cc-accent);
    background-color: var(--cc-black);
    color: var(--cc-accent);
    border-radius: 100px;
    padding: 8px 40px;
    font-weight: 600;
  }

  .button-phone:hover {
    border-color: var(--cc-black);
    background-color: var(--cc-accent);
    color: var(--cc-black);
  }

  .heading-launch-2 {
    color: var(--cc-white);
    font-size: 1.25rem;
    font-weight: 500;
  }

  .tagline-med {
    font-weight: 600;
  }

  .get-in-touch-form {
    width: 94%;
  }
}

@media screen and (max-width: 479px) {
  .container-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-l {
    width: 275px;
  }

  .button {
    font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
  }

  .nav {
    height: 150px;
  }

  .nav-button-wrapper {
    display: none;
  }

  .link-block {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-hero {
    text-align: center;
    margin-bottom: 0;
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .hero-p1 {
    width: 100%;
    font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
  }

  .section-footer {
    padding-bottom: 12px;
    display: flex;
  }

  .italic-text-2 {
    text-align: center;
    font-weight: 500;
    line-height: 2.5rem;
  }

  .div-block-2, .div-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .tagline-l.color-accent {
    line-height: 1rem;
    display: none;
  }

  .phone-carousel-frame {
    display: none;
  }

  .phone-lower-wrapper {
    margin-top: 40px;
  }

  .button-phone {
    background-color: var(--cc-black);
    font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
  }

  .heading-launch-2 {
    font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
  }

  .h5-phone-carousel-sm {
    color: var(--cc-accent);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3rem;
    display: block;
  }

  .phone-carousel-frame-sm {
    height: 2.75rem;
    overflow: hidden;
  }

  .mover-sm {
    color: var(--cc-accent);
    line-height: 2.5rem;
  }

  .section {
    padding-top: 60px;
    font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
  }

  .tagline-med {
    color: var(--cc-accent);
    text-align: center;
    font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    display: block;
  }

  .get-in-touch-form {
    width: 94%;
  }

  .heading-6 {
    font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .submit-button {
    font-family: Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght, Arial, sans-serif;
  }

  .section-404 {
    padding-top: 1px;
  }
}


@font-face {
  font-family: 'Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 1 1000;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 1 1000;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Googlesansflex Variablefont Grad Rond Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 1 1000;
  font-style: normal;
  font-display: auto;
}