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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style: none;
}

.content-container {
  max-width: none;
  margin-left: 8vw;
  margin-right: 8vw;
}

.content-container.scrolling {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.body {
  font-family: Untitled Sans, sans-serif;
}

.heading-top {
  color: #145487;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: "National 2", sans-serif;
  font-size: 42px;
  line-height: 1.25em;
}

.sub-heading {
  color: #1c2328;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "National 2", sans-serif;
  font-size: 28px;
  line-height: 1.25em;
}

.table-of-contents {
  padding-top: 120px;
  padding-bottom: 120px;
}

.table-of-contents.mobile {
  display: none;
}

.toc-card {
  width: 26vw;
  max-width: none;
  color: #000;
  background-color: #efede9;
  border: 2px solid #efede9;
  border-radius: 10px;
  padding: 2.25vw;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  position: relative;
}

.toc-card:hover {
  box-shadow: none;
  background-color: #cae0eb;
  background-image: none;
  border: 2px solid #cae0eb;
  transform: translate(0, -1px);
}

.toc-label {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
}

.toc-heading {
  color: #0e4170;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: "National 2", sans-serif;
  font-size: 24px;
  line-height: 1.25em;
}

.toc-description {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6em;
}

.toc-card-box {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.section-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.floating-nav {
  grid-row-gap: 28px;
  background-color: #f2f1f0;
  border-radius: 10px;
  flex-direction: column;
  padding: 30px 42px 30px 18px;
  display: flex;
  position: absolute;
  top: 120px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-nav-link {
  color: #6b6f90;
  background-image: url('../images/toc-arrow-default.svg');
  background-position: -10%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  font-family: "National 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
  text-decoration: none;
  transition: all .15s cubic-bezier(.497, .124, .105, .872);
  display: inline-block;
}

.floating-nav-link:hover {
  color: #94c2dc;
  background-image: url('../images/toc-arrow-hover-b.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.floating-nav-link.w--current {
  color: #218ce5;
  background-image: url('../images/toc-arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.floating-nav-container {
  z-index: 5;
  margin-left: 9vw;
  margin-right: 9vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.floating-right-scroll.border {
  border-bottom: 2px solid #1b75bd;
  padding-bottom: 120px;
}

.floating-left-scroll {
  width: 300px;
  height: 300px;
  flex: none;
}

.floating-left-scroll.transition {
  height: 100px;
}

.section-heading {
  color: #12416b;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: "National 2", sans-serif;
  font-size: 32px;
  line-height: 1.25em;
}

.section-heading.in-block {
  margin-bottom: 18px;
}

.body-text {
  color: #252933;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.6em;
}

.body-text.small {
  color: #252933;
  margin-bottom: 0;
  font-size: 16.5px;
}

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

.body-text.top-margin {
  margin-top: 24px;
}

.section-small-heading {
  color: #122233;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "National 2", sans-serif;
  font-size: 26px;
  line-height: 1.25em;
}

.section-small-heading.margin {
  margin-top: 70px;
  margin-bottom: 24px;
}

.section-small-heading.margin-bottom {
  margin-bottom: 24px;
}

.section-4 {
  background-color: #fff;
  padding-top: 120px;
}

.transition-section {
  z-index: 10;
  height: 43.33vw;
  background-color: #d7cea1;
  position: relative;
}

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

.section-3 {
  padding-top: 120px;
  padding-bottom: 0;
}

.section-5 {
  padding-top: 120px;
  padding-bottom: 180px;
}

.transition-image-box {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.transition-image-box.conclusion {
  height: auto;
}

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

.transition-image.hide {
  display: none;
}

.check-list {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -20px;
  margin-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.check-list-item {
  background-image: url('../images/CircleCheckmark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 52px;
  font-size: 18px;
  line-height: 1.6em;
}

.ordered-list {
  grid-row-gap: 16px;
  color: #223a4e;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 72px;
  padding-left: 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  display: flex;
}

.hero-top {
  padding-top: 68px;
  padding-bottom: 70px;
}

.hero-bottom {
  height: 43.333vw;
  background-color: #f5f1ed;
}

.hero-image-box {
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.about-box {
  background-color: #d5eff8;
  border-radius: 10px;
  margin-bottom: 120px;
  padding: 48px 36px;
}

.about-stat-heading {
  color: #df591d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6em;
}

.about-stat-box {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.driv-lev-container {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  display: grid;
}

.driv-lev-box {
  grid-row-gap: 6px;
  background-color: #daf1fa;
  border-radius: 10px;
  flex-direction: column;
  padding: 20px 24px 30px;
  display: flex;
}

.lever-box {
  background-color: #dbf0f8;
  border-radius: 10px;
  padding: 20px 24px 30px;
}

.driv-lev-image-box {
  height: 0;
  justify-content: center;
  align-items: center;
  padding-bottom: 82%;
  position: relative;
  overflow: hidden;
}

.driv-lev-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
  position: absolute;
}

.block-quote {
  color: #eb401b;
  border-left-style: none;
  margin-bottom: 12px;
  padding: 0;
  font-family: Untitled Sans, sans-serif;
  font-weight: 500;
  line-height: 1.6em;
}

.attribution {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
}

.block-quote-box {
  margin-bottom: 50px;
  padding-bottom: 0;
  padding-left: 48px;
  padding-right: 144px;
  position: relative;
}

.section-2 {
  background-color: #fff;
  padding-top: 150px;
}

.section-6 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.section-subheading {
  color: #eb401b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.25em;
}

.bullet-list {
  grid-row-gap: 10px;
  color: #5fc9f6;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  font-size: 18px;
  line-height: 1.6em;
  display: flex;
}

.bullet-list-item {
  list-style: disc;
}

.dark {
  color: #252933;
}

.in-body-link {
  color: #0b3b63;
}

.cta-box {
  z-index: 10;
  background-color: #0b3f66;
  padding-top: 156px;
  padding-bottom: 156px;
  position: relative;
}

.cta-text {
  color: #fff;
  text-align: center;
  font-family: "National 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
}

.button {
  color: #0c468b;
  background-color: #fde757;
  border-radius: 50px;
  padding: 14px 42px;
  font-family: "National 2", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
}

.button:hover {
  background-color: #7cd2f7;
}

.cta-container {
  max-width: none;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.cta-container.scrolling {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.driver-image-block {
  width: 40vw;
  height: 39vw;
  background-color: #d7f1f8;
  border-radius: 10px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.driver-image {
  display: none;
}

.conclusion-transition-section {
  z-index: 10;
  height: auto;
  background-color: #145487;
  position: relative;
}

.background-video {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video.hide, .background-video.mobile {
  display: none;
}

.cs-overview-row {
  width: 100%;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.overview-column-full, .full-width-image {
  width: 100%;
}

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

.toc-slider-card {
  width: 26vw;
  max-width: none;
  color: #000;
  background-color: #efede9;
  border: 2px solid #efede9;
  border-radius: 10px;
  padding: 2.25vw;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  position: relative;
}

.toc-slider-card:hover {
  box-shadow: none;
  background-color: #f0f5f6;
  background-image: linear-gradient(160deg, #e8f1f6, rgba(56, 130, 248, .13) 52%, #c8d6e0);
  border-style: solid;
  border-width: 2px;
  transform: none;
}

.swiper-slide {
  width: 26vw;
  max-width: none;
  color: #000;
  background-color: #efede9;
  border: 2px solid #efede9;
  border-radius: 10px;
  padding: 2.25vw;
  text-decoration: none;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  position: relative;
}

.swiper-slide:hover {
  box-shadow: none;
  background-color: #f0f5f6;
  background-image: linear-gradient(160deg, #e8f1f6, rgba(56, 130, 248, .13) 52%, #c8d6e0);
  border-style: solid;
  border-width: 2px;
  transform: none;
}

.swipwrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.swip-container {
  max-width: none;
  margin-left: 8vw;
  margin-right: 8vw;
}

.swip-container.scrolling {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.lottie, .lottie.width {
  width: 100%;
  height: 100%;
}

.lottie-box {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.quote {
  color: #eb401b;
  font-family: "National 2", sans-serif;
  font-size: 36px;
  line-height: .8em;
  position: absolute;
  top: 0;
  left: 24px;
}

.quote-mark {
  font-family: "National 2", sans-serif;
}

@media screen and (min-width: 1440px) {
  .content-container {
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
  }

  .toc-card {
    width: 32%;
    max-width: 360px;
    padding: 30px;
  }

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

  .floating-nav-container {
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
  }

  .transition-section {
    height: 618px;
  }

  .transition-image-box {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .transition-image-box.conclusion {
    height: 624px;
    max-width: 1536px;
  }

  .transition-image {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-bottom {
    height: 618px;
  }

  .hero-image-box {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .cta-container {
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
  }

  .driver-image-block {
    width: 37vw;
    height: 36vw;
    max-height: 766px;
    max-width: 828px;
  }

  .toc-slider-card, .swiper-slide {
    width: 32%;
    max-width: 360px;
    padding: 30px;
  }

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

  .swip-container {
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .content-container {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .toc-card {
    width: 48.5%;
    max-width: 484px;
    padding: 20px;
  }

  .toc-card-box {
    grid-column-gap: 3%;
    grid-row-gap: 3vw;
  }

  .floating-nav {
    padding: 20px 30px 20px 12px;
  }

  .floating-nav-link {
    padding-left: 25px;
    font-size: 19px;
  }

  .floating-nav-link.w--current {
    color: #000;
  }

  .floating-nav-container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .floating-left-scroll {
    width: 210px;
  }

  .transition-section {
    height: 60vw;
  }

  .hero-top {
    padding-top: 60px;
  }

  .hero-bottom {
    height: 60vw;
  }

  .cta-container {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .driver-image-block {
    width: 100%;
    height: 0;
    padding-bottom: 98%;
  }

  .background-video.mobile {
    display: block;
  }

  .cs-overview-row {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .toc-slider-card, .swiper-slide {
    width: 48.5%;
    max-width: 484px;
    padding: 20px;
  }

  .swipwrap {
    grid-column-gap: 3%;
    grid-row-gap: 3vw;
  }

  .swip-container {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .lottie {
    width: 100%;
  }

  .lottie.hide {
    display: none;
  }

  .lottie-box {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .content-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-container.scrolling {
    flex-direction: column;
    justify-content: flex-start;
  }

  .content-container.side-scroll {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    overflow: auto;
  }

  .content-container.swiping {
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 38px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .heading-top {
    font-size: 38px;
  }

  .sub-heading {
    font-size: 26px;
  }

  .table-of-contents {
    padding-top: 60px;
    padding-bottom: 0;
    display: none;
  }

  .table-of-contents.mobile {
    display: block;
  }

  .toc-card {
    width: 80vw;
    max-width: none;
    flex: none;
  }

  .toc-card:hover {
    background-color: #efede9;
    background-image: none;
  }

  .toc-label {
    font-size: 19px;
  }

  .toc-heading {
    font-size: 22px;
  }

  .toc-description {
    font-size: 17px;
  }

  .toc-card-box {
    width: 400vw;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    padding-right: 20px;
  }

  .section-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .floating-nav {
    display: none;
  }

  .floating-nav-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .floating-right-scroll {
    width: 100%;
  }

  .floating-right-scroll.border {
    padding-bottom: 60px;
  }

  .floating-left-scroll {
    display: none;
  }

  .section-heading {
    margin-bottom: 40px;
    font-size: 29px;
  }

  .section-heading.in-block {
    margin-bottom: 14px;
    font-size: 30px;
  }

  .body-text {
    margin-bottom: 40px;
    font-size: 17px;
  }

  .body-text.small {
    font-size: 15px;
  }

  .body-text.no-margin {
    font-size: 16px;
  }

  .section-small-heading.margin {
    margin-top: 40px;
    margin-bottom: 18px;
    font-size: 24px;
  }

  .section-small-heading.margin-bottom {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .section-4, .section-3 {
    padding-top: 60px;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .check-list {
    margin-bottom: 40px;
  }

  .check-list-item {
    font-size: 16px;
  }

  .ordered-list {
    margin-bottom: 40px;
    padding-left: 36px;
  }

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

  .about-box {
    margin-bottom: 100px;
    padding: 18px;
  }

  .about-stat-heading {
    font-size: 17px;
  }

  .about-stat-box {
    grid-row-gap: 18px;
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .driv-lev-container {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 100px;
    display: flex;
  }

  .driv-lev-box {
    padding: 16px;
  }

  .block-quote-box {
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 56px;
  }

  .section-2 {
    padding-top: 60px;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subheading {
    font-size: 19px;
  }

  .bullet-list {
    padding-left: 40px;
  }

  .cta-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-text {
    font-size: 24px;
  }

  .cta-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cta-container.scrolling {
    flex-direction: column;
    justify-content: flex-start;
  }

  .driver-image-block {
    margin-bottom: 40px;
  }

  .cs-overview-row, .slider {
    flex-direction: column;
  }

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

  .toc-slider-card:hover {
    background-color: #efede9;
    background-image: none;
  }

  .slide {
    margin-right: 20px;
  }

  .right-arrow {
    width: 0;
    height: 0;
    display: none;
  }

  .icon {
    display: none;
  }

  .icon-2, .left-arrow {
    width: 0;
    height: 0;
    display: none;
  }

  .slide-nav {
    bottom: -40px;
  }

  .swiper-slide {
    width: 80vw;
    max-width: none;
    min-height: 33vw;
    flex: none;
    align-self: stretch;
    padding: 14px;
  }

  .swiper-slide:hover {
    background-color: #efede9;
    background-image: none;
  }

  .swipwrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .swip-container {
    position: relative;
    overflow: visible;
  }

  .swip-container.scrolling {
    flex-direction: column;
    justify-content: flex-start;
  }

  .swip-container.side-scroll {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    overflow: auto;
  }

  .swip-container.swiping {
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-pagination {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    justify-content: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .swiper-bullet {
    width: 14px;
    height: 14px;
    background-color: #90b8cf;
    border-radius: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .swiper-bullet.is-active {
    width: 42px;
    background-color: #145487;
    border-radius: 20px;
  }

  .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .flex-block {
    display: block;
  }

  .quote {
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .content-container.swiping {
    display: block;
    overflow: visible;
  }

  .table-of-contents {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .toc-card {
    padding: 14px;
  }

  .toc-label {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .toc-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .toc-description {
    font-size: 15px;
  }

  .toc-card-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .transition-section, .hero-bottom {
    height: 80vw;
  }

  .block-quote-box {
    padding-right: 8px;
  }

  .cta-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .toc-slider-card {
    padding: 14px;
  }

  .swiper-slide {
    min-height: 75vw;
  }

  .swiper-slide.first {
    margin-left: 20px;
  }

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

#w-node-_9d7ff803-3958-b1a9-f5dd-8d7351f27389-41fd471e, #w-node-_7c70413f-e819-5977-3ae1-a39c5163b5cc-41fd471e, #w-node-_9d7ff803-3958-b1a9-f5dd-8d7351f27389-6dbcdb29, #w-node-_7c70413f-e819-5977-3ae1-a39c5163b5cc-6dbcdb29 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National 2';
  src: url('../fonts/National2-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}