@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Italic.woff2') format("woff2"), url('../fonts/Inter-Italic.woff') format("woff"), url('../fonts/Inter-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2"), url('../fonts/Inter-Regular.woff') format("woff"), url('../fonts/Inter-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/InterMedium-Regular.woff2') format("woff2"), url('../fonts/InterMedium-Regular.woff') format("woff"), url('../fonts/InterMedium-Regular.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/InterSemiBold-Italic.woff2') format("woff2"), url('../fonts/InterSemiBold-Italic.woff') format("woff"), url('../fonts/InterSemiBold-Italic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/InterSemiBold-Regular.woff2') format("woff2"), url('../fonts/InterSemiBold-Regular.woff') format("woff"), url('../fonts/InterSemiBold-Regular.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterTight-Regular.woff2') format("woff2"), url('../fonts/InterTight-Regular.woff') format("woff"), url('../fonts/InterTight-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterTightMedium-Regular.woff2') format("woff2"), url('../fonts/InterTightMedium-Regular.woff') format("woff"), url('../fonts/InterTightMedium-Regular.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterTightSemiBold-Regular.woff2') format("woff2"), url('../fonts/InterTightSemiBold-Regular.woff') format("woff"), url('../fonts/InterTightSemiBold-Regular.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

body {
  color: #222;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 10px;
  padding-left: 32px;
  display: flex;
}

blockquote {
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}

figure {
  margin-bottom: 0;
}

.heading__level-1 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display, sans-serif;
  font-size: 101px;
  font-weight: 500;
  line-height: 108px;
}

.heading__level-2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display, sans-serif;
  font-size: 76px;
  font-weight: 500;
  line-height: 84px;
}

.heading__level-3 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display, sans-serif;
  font-size: 57px;
  font-weight: 500;
  line-height: 64px;
}

.heading__level-4 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.heading__level-5 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.heading__level-6 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.body__level-1 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 36px;
}

.body__level-1.text__align-left {
  text-align: left;
}

.body__level-2 {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.body__level-3 {
  margin-top: 16px;
  margin-bottom: 0;
}

.body__level-4 {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.body__level-4.no__maring {
  margin: 0;
}

.body__level-4.font__color-222 {
  color: #222;
}

.body__level-4.italic {
  font-style: italic;
}

.cta {
  color: #111;
  text-align: center;
  background-color: #3898ec00;
  background-image: linear-gradient(#ff9921, #fff621);
  border-radius: 50px;
  margin-top: 20px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
  box-shadow: 2px 2px 4px #11111140;
}

.cta:hover {
  transform: scale(1.05);
}

.cta.second__cta {
  color: #111;
  background-color: #0000;
  background-image: url('../images/second-cta-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 16px 28px 16px 0;
  transition: all .125s ease-in-out;
  display: inline-block;
}

.cta.second__cta:hover {
  color: #0056b3;
  background-image: url('../images/second-cta-arrow-hover.svg');
  transform: none;
}

.cta.third__cta {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding-left: 56px;
  padding-right: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.cta.no__margin {
  margin: 0;
}

.block-quote {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.flexbox__vertical-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.flexbox__horizontal-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.flexbox__horizontal-center.gap__32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container._4__column-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.navbar {
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.flexbox__horizontal-space {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container._2__column-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.header__section {
  padding-top: 64px;
  padding-bottom: 48px;
  position: relative;
}

.footnote {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.footnote.italic {
  font-style: italic;
}

.margin__top-24px-div {
  height: 0;
  margin-top: 24px;
}

.flexbox__vertical-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portraits__socialproof-img {
  border: 2px solid #111;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  margin-right: -12px;
}

._9__column-w {
  width: 100%;
  max-width: 868px;
}

.portraits__socialproof-w {
  display: flex;
}

.font__weight-semibold {
  font-weight: 600;
}

.font__weight-semibold.italic {
  font-style: italic;
}

._8__column-w {
  width: 100%;
  max-width: 768px;
}

._6__column-w {
  width: 100%;
  max-width: 568px;
}

._5__column-w {
  width: 100%;
  max-width: 468px;
}

._7__column-w {
  max-width: 668px;
}

._4__column-w {
  max-width: 368px;
}

.benefit__list {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.benefit__list.car {
  background-image: url('../images/car.svg');
}

.benefit__list.friends {
  background-image: url('../images/friends.svg');
}

.benefit__list.elearning {
  background-image: url('../images/elearning.svg');
}

.benefit__list.payment {
  background-image: url('../images/payment.svg');
}

.font__weight-medium {
  font-weight: 500;
}

.table {
  border: 1px #111;
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
}

.table__header {
  background-color: #f6f6f6;
  font-weight: 500;
  box-shadow: 4px 4px 4px #ff9921;
}

.th {
  padding-top: 8px;
  padding-bottom: 8px;
}

.th.font__weight-regular {
  font-weight: 400;
}

.th.no__padding {
  padding-top: 0;
  padding-bottom: 0;
}

._7h__column-w {
  max-width: 718px;
}

.testimonial__author-img {
  border: 1px solid #000;
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.testimonial__grid-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1208px;
  height: auto;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial__grid-slide.left__padding-16px {
  padding-left: 16px;
}

.testimonial__grid-slide.padding-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.testimonial__grid-slide.right__padding-16px {
  padding-right: 16px;
}

.mansonry__grid-arrow, .mansonry__grid-arrow.display__none {
  display: none;
}

.testimonial__author-name {
  color: #111;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial__grid-mask {
  column-count: 3;
  column-rule-width: 0px;
  white-space: normal;
  column-gap: 24px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial__grid-mask._3__column-2rows {
  white-space: normal;
  column-gap: 0;
}

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

.testimonial__author-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.mansonry__grid-nav, .mansonry__grid-nav._3__column-testimonials {
  display: none;
}

.margin__top-32px {
  margin-top: 32px;
}

.style__regular {
  font-style: normal;
}

.margin__top-12px {
  margin-top: 12px;
}

.margin__top-8px {
  margin-top: 8px;
}

.link {
  color: #222;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.link.font__color-white {
  color: #fff;
}

.link-2 {
  color: #222;
  text-decoration: none;
}

.bottom__border-1px {
  border-bottom: 1px solid #000;
}

.bottom__border-1px.color__222 {
  border-bottom-color: #222;
}

.margin__top-20px-div {
  height: 0;
  margin-top: 20px;
}

.pricing__table-w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  display: flex;
  box-shadow: 4px 4px 4px #ff9921;
}

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

.pricing__table-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing__table-li {
  background-image: url('../images/done.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 12px;
  padding-left: 28px;
}

.pricing__table-li.padding__bottom-0px {
  padding-bottom: 0;
}

.pricing__table-li-star {
  background-image: url('../images/star.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 12px;
  padding-left: 28px;
  font-weight: 500;
}

.pricing__table-li-star.padding__bottom-0px {
  padding-bottom: 0;
}

.table__caption {
  margin-top: 12px;
}

.table__body {
  background-color: #f6f6f6;
  box-shadow: 4px 4px 4px #ff9921;
}

.tr {
  border-top: 1px solid #111;
}

.pricing__table-li-gift {
  background-image: url('../images/gift.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 12px;
  padding-left: 28px;
  font-weight: 500;
}

.pricing__table-li-gift.padding__bottom-0px {
  padding-bottom: 0;
}

.pricing__price-w {
  text-align: center;
  margin-top: 12px;
}

.pricing__cta {
  color: #111;
  text-align: center;
  background-color: #3898ec00;
  background-image: linear-gradient(#ff9921, #fff621);
  border-radius: 50px;
  width: 100%;
  margin-top: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.pricing__cta:hover {
  transform: scale(1.05);
}

.pricing__cta.second__cta {
  color: #111;
  background-color: #0000;
  background-image: url('../images/second-cta-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 16px 28px 16px 0;
  transition: all .125s ease-in-out;
  display: inline-block;
}

.pricing__cta.second__cta:hover {
  color: #0056b3;
  background-image: url('../images/second-cta-arrow-hover.svg');
  transform: none;
}

.pricing__cta.third__cta {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding-left: 56px;
  padding-right: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.pricing__cta.no__margin {
  margin: 0;
}

.learning__list {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 60px;
  font-size: 20px;
  line-height: 28px;
  list-style-type: none;
}

.learning__list.car {
  background-image: url('../images/car2.svg');
}

.learning__list.wheel {
  background-image: url('../images/wheel.svg');
}

._5h__column {
  width: 100%;
  max-width: 518px;
}

.pricing__table-body {
  text-align: left;
  background-color: #f6f6f6;
  padding: 24px;
  display: block;
  box-shadow: 4px 4px 4px #ff9921;
}

.pricing__tr {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.pricing__tr.no__padding {
  padding-top: 0;
}

.pricing__table {
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.pricing__th {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pricing__th.font__weight-regular {
  font-weight: 400;
}

.pricing__th.no__padding {
  padding-top: 0;
  padding-bottom: 0;
}

.pricing__td {
  width: 100%;
  max-width: 75%;
}

._10__column-w {
  max-width: 968px;
}

.results {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 24px;
  box-shadow: 4px 4px 4px #ff9921;
}

.results__w {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 968px;
  margin-bottom: 0;
  display: flex;
}

.results__figcaption {
  color: #222;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
}

.lightbox {
  text-decoration: none;
}

.contact__img {
  border: 2px solid #000;
  box-shadow: 4px 4px 4px #ff9921;
}

.no__underline {
  text-decoration: none;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.navbar {
  background-color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  box-shadow: 2px 2px 4px #ff9921;
}

.brand-logo {
  margin-right: auto;
}

.navbar__cta {
  color: #111;
  background-color: #3898ec00;
  background-image: linear-gradient(#ff9921, #fff621);
  border-radius: 50px;
  margin-top: 0;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.navbar__cta:hover {
  transform: scale(1.05);
}

.navbar__cta.second__cta {
  color: #111;
  background-color: #0000;
  background-image: url('../images/second-cta-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 16px 28px 16px 0;
  transition: all .125s ease-in-out;
  display: inline-block;
}

.navbar__cta.second__cta:hover {
  color: #0056b3;
  background-image: url('../images/second-cta-arrow-hover.svg');
  transform: none;
}

.navbar__cta.third__cta {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding-left: 56px;
  padding-right: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.navbar__cta.no__margin {
  margin: 0;
}

.navbar-menu {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar__link {
  color: #111;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.navbar__link:hover {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}

.navbar__link.w--current {
  color: #121;
  font-weight: 600;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #222;
  padding-top: 36px;
  padding-bottom: 36px;
}

.footer__link {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer__link:hover {
  color: #ff9921;
  font-weight: 500;
}

.footer__link.font__color-white {
  color: #fff;
}

.cookie__dialog {
  z-index: 9999999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid #111;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 479px;
  padding: 24px;
  transition: transform .375s ease-in-out;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  transform: scale(0);
}

.cookie__dialog-heading {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.cookie__dialog-paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.cookie__dialog-button-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 8px;
  display: flex;
}

.cookie__dialog-accept {
  color: #111;
  background-image: linear-gradient(#ff9921, #fff621);
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cookie__dialog-decline {
  color: #0d0d0d;
  background-color: #fff0;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.field-label {
  font-weight: 700;
}

.form__label {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form__field {
  border: 2px solid #efefef;
  border-radius: 4px;
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 2px 2px 4px #11111140;
}

.form__field:focus {
  border-color: #ff9921;
}

.form__select {
  color: #444;
  background-color: #fff;
  border: 2px solid #efefef;
  border-radius: 4px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 2px 2px 4px #11111140;
}

.form__select:focus {
  border-color: #ff9921;
}

.form__checkbox {
  text-align: left;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.form__checkbox.sr {
  clip: rect(0, 0, 0, 0);
  border: 0 solid #000;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding-left: 0;
  overflow: hidden;
}

.form__buttom {
  color: #111;
  background-color: #3898ec00;
  background-image: linear-gradient(#ff9921, #fff621);
  border-radius: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
  box-shadow: 2px 2px 4px #11111140;
}

.form__buttom:hover {
  transform: scale(1.05);
}

.form__buttom.second__cta {
  color: #111;
  background-color: #0000;
  background-image: url('../images/second-cta-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 16px 28px 16px 0;
  transition: all .125s ease-in-out;
  display: inline-block;
}

.form__buttom.second__cta:hover {
  color: #0056b3;
  background-image: url('../images/second-cta-arrow-hover.svg');
  transform: none;
}

.form__buttom.third__cta {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding-left: 56px;
  padding-right: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.form__buttom.no__margin {
  margin: 0;
}

.img {
  width: 100%;
  height: auto;
}

.yellow__cta {
  color: #111;
  text-align: center;
  background-color: #3898ec00;
  background-image: linear-gradient(#f8d225, #f8d225);
  border-radius: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
  box-shadow: 2px 2px 4px #11111140;
}

.yellow__cta:hover {
  transform: scale(1.05);
}

.yellow__cta.second__cta {
  color: #111;
  background-color: #0000;
  background-image: url('../images/second-cta-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 16px 28px 16px 0;
  transition: all .125s ease-in-out;
  display: inline-block;
}

.yellow__cta.second__cta:hover {
  color: #0056b3;
  background-image: url('../images/second-cta-arrow-hover.svg');
  transform: none;
}

.yellow__cta.third__cta {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding-left: 56px;
  padding-right: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.yellow__cta.no__margin {
  margin: 0;
}

.red__cta {
  color: #111;
  text-align: center;
  background-color: #3898ec00;
  background-image: linear-gradient(#fc8403, #fc8403);
  border-radius: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
  box-shadow: 2px 2px 4px #11111140;
}

.red__cta:hover {
  transform: scale(1.05);
}

.red__cta.second__cta {
  color: #111;
  background-color: #0000;
  background-image: url('../images/second-cta-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 16px 28px 16px 0;
  transition: all .125s ease-in-out;
  display: inline-block;
}

.red__cta.second__cta:hover {
  color: #0056b3;
  background-image: url('../images/second-cta-arrow-hover.svg');
  transform: none;
}

.red__cta.third__cta {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding-left: 56px;
  padding-right: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.red__cta.no__margin {
  margin: 0;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

._8__column-lightbox {
  color: #222;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
}

.position__relative {
  position: relative;
}

.play__icon {
  border-radius: 16px;
  margin-top: -18px;
  margin-left: -48px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  box-shadow: 2px 2px 2px #22222240;
}

.play__icon:hover {
  transform: translate(2px, 2px);
  box-shadow: 0 0 2px #ff9921;
}

.margin__top-12px-w {
  height: 0;
  margin-top: 12px;
}

.utility-page-wrap {
  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: 260px;
  display: flex;
}

.flexbox__horizontal-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flexbox__horizontal-center.gap__32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

._5__column-lightbox {
  color: #222;
  width: 100%;
  max-width: 468px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .heading__level-1 {
    font-size: 92px;
    line-height: 94px;
  }

  .heading__level-2 {
    font-size: 72px;
    line-height: 80px;
  }

  .container._4__column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .header__section {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .testimonial__grid-slide.left__padding-16px {
    padding-left: 0;
  }

  .testimonial__grid-slide.padding-16px {
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial__grid-slide.right__padding-16px {
    width: 100%;
    margin-right: 28px;
  }

  .testimonial__grid-mask {
    column-count: 2;
  }

  .testimonial__grid-mask._3__column-2rows {
    column-count: 1;
    white-space: nowrap;
    column-gap: 0;
  }

  .mansonry__grid-nav._3__column-testimonials {
    display: block;
    position: static;
  }

  .learning__list {
    font-size: 18px;
    line-height: 24px;
  }

  .results {
    width: 100%;
    height: auto;
  }

  .navbar {
    z-index: 1000;
  }

  .navbar__cta {
    margin-top: 16px;
  }

  .navbar-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 10vh;
    position: fixed;
    inset: 7% 0% 0%;
  }

  .navbar__link {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .heading__level-1 {
    font-size: 69px;
    font-weight: 500;
    line-height: 72px;
  }

  .heading__level-2 {
    font-size: 53px;
    line-height: 60px;
  }

  .heading__level-3 {
    font-size: 40px;
    line-height: 44px;
  }

  .body__level-1 {
    font-size: 20px;
    line-height: 32px;
  }

  .container.flexbox__horizontal-center, .container.flexbox__horizontal-space {
    flex-direction: column;
  }

  .container._2__column-grid {
    grid-template-columns: 1fr;
  }

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

  .header__section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .testimonial__grid-slide {
    margin-right: 20px;
  }

  .mansonry__grid-arrow {
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin: 0;
    display: flex;
    position: static;
  }

  .testimonial__grid-mask {
    column-count: 1;
    white-space: nowrap;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .mansonry__grid-nav {
    width: 100%;
    display: block;
    position: static;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .heading__level-1 {
    font-size: 48px;
    line-height: 52px;
  }

  .heading__level-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .heading__level-3 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading__level-4 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading__level-5 {
    font-size: 23px;
    line-height: 32px;
  }

  .heading__level-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .body__level-1, .body__level-2 {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .body__level-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .cta {
    width: 100%;
  }

  .cta.second__cta {
    width: auto;
  }

  .container._4__column-grid {
    grid-template-columns: 1fr;
  }

  .container.navbar {
    position: relative;
  }

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: hidden;
  }

  .header__section {
    padding-top: 48px;
    padding-bottom: 32px;
    overflow: hidden;
  }

  .portraits__socialproof-img {
    width: 56px;
    height: 56px;
    margin-right: -8px;
  }

  .testimonial__grid-container {
    margin-top: 32px;
  }

  .testimonial__grid-slide.left__padding-16px {
    padding-left: 0;
  }

  .testimonial__grid-slide.padding-16px {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial__grid-mask {
    width: 100%;
  }

  .testimonial__grid-mask._3__column-2rows {
    column-count: auto;
    white-space: nowrap;
  }

  .pricing__cta {
    width: 100%;
  }

  .pricing__cta.second__cta {
    width: auto;
  }

  .list {
    font-size: 16px;
    line-height: 24px;
  }

  .navbar__cta {
    width: 100%;
  }

  .navbar__cta.second__cta {
    width: auto;
  }

  .navbar-menu {
    padding-left: 12px;
    padding-right: 12px;
    top: 7%;
  }

  .cookie__dialog {
    inset: auto 0% 0%;
  }

  .cookie__dialog-button-w {
    flex-direction: column-reverse;
    width: 100%;
  }

  .cookie__dialog-accept, .cookie__dialog-decline, .form__buttom {
    width: 100%;
  }

  .form__buttom.second__cta {
    width: auto;
  }

  .yellow__cta {
    width: 100%;
  }

  .yellow__cta.second__cta {
    width: auto;
  }

  .red__cta {
    width: 100%;
  }

  .red__cta.second__cta {
    width: auto;
  }
}

#w-node-f97feb2b-9ac8-76df-fd82-33d5969481be-44d4e137, #w-node-db27ad05-20d2-df31-399b-b647311ba076-44d4e137, #w-node-_4d89f8e9-5283-aedd-3941-59dc1a585004-44d4e137, #w-node-_48ea2078-2301-2dca-c590-be49b95cdb18-44d4e137, #w-node-_9a9ce35e-e18b-8bff-7fbc-94a0f4ff23ad-44d4e137, #w-node-_96c37933-c5ab-6e86-c80c-80bdf4228063-44d4e137, #w-node-f4593f99-fc62-576c-ce21-cb48f4011d32-44d4e137, #w-node-c3f54f59-117c-3012-1c6b-829bf769ff14-44d4e137, #w-node-d3aa7a80-a073-af6b-9fb7-eda1553fc108-e59cf39d, #w-node-d3aa7a80-a073-af6b-9fb7-eda1553fc109-e59cf39d, #w-node-d3aa7a80-a073-af6b-9fb7-eda1553fc114-e59cf39d, #w-node-d3aa7a80-a073-af6b-9fb7-eda1553fc115-e59cf39d, #w-node-d3aa7a80-a073-af6b-9fb7-eda1553fc122-e59cf39d, #w-node-d3aa7a80-a073-af6b-9fb7-eda1553fc123-e59cf39d, #w-node-d3aa7a80-a073-af6b-9fb7-eda1553fc132-e59cf39d, #w-node-d3aa7a80-a073-af6b-9fb7-eda1553fc133-e59cf39d, #w-node-_47422fbb-03e8-1f45-21c9-eb94beb5ecb0-80045c2c, #w-node-_47422fbb-03e8-1f45-21c9-eb94beb5ecb2-80045c2c, #w-node-_47422fbb-03e8-1f45-21c9-eb94beb5ecb9-80045c2c, #w-node-_1cfd7649-968b-fc2d-1e10-6b26d9dac639-80045c2c, #w-node-_1cfd7649-968b-fc2d-1e10-6b26d9dac634-80045c2c, #w-node-_1cfd7649-968b-fc2d-1e10-6b26d9dac636-80045c2c, #w-node-eba4d9f3-ea1d-417b-e016-a48ba3d2cb3a-80045c2c, #w-node-eba4d9f3-ea1d-417b-e016-a48ba3d2cb3c-80045c2c, #w-node-eba4d9f3-ea1d-417b-e016-a48ba3d2cb3f-80045c2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1cfd7649-968b-fc2d-1e10-6b26d9dac639-80045c2c {
    order: 9999;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.woff2') format('woff2'), url('../fonts/Inter-Italic.woff') format('woff'), url('../fonts/Inter-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterMedium-Regular.woff2') format('woff2'), url('../fonts/InterMedium-Regular.woff') format('woff'), url('../fonts/InterMedium-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterSemiBold-Italic.woff2') format('woff2'), url('../fonts/InterSemiBold-Italic.woff') format('woff'), url('../fonts/InterSemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterSemiBold-Regular.woff2') format('woff2'), url('../fonts/InterSemiBold-Regular.woff') format('woff'), url('../fonts/InterSemiBold-Regular.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterTight-Regular.woff2') format('woff2'), url('../fonts/InterTight-Regular.woff') format('woff'), url('../fonts/InterTight-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterTightMedium-Regular.woff2') format('woff2'), url('../fonts/InterTightMedium-Regular.woff') format('woff'), url('../fonts/InterTightMedium-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterTightSemiBold-Regular.woff2') format('woff2'), url('../fonts/InterTightSemiBold-Regular.woff') format('woff'), url('../fonts/InterTightSemiBold-Regular.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}