:root {
  --dim-grey: #707070;
  --gainsboro: #e3e3e3;
  --midnight-blue: #012131;
  --white: white;
  --indian-red: #eb3e42;
  --royal-blue: #3468b1;
  --black: black;
  --dark-grey: #9f9f9f;
  --black-v2: #05141d;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

/* * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
body {
  color: #333;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.s-hp-header {
  z-index: 1;
  height: 70%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.c-container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.c-container.is--navbar {
  max-width: 88rem;
}

.c-container.is--relative {
  position: relative;
}

.c-navbar {
  z-index: 9999;
  height: 100px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-navbar__wrap {
  height: 100px;
  border-bottom: 1px solid #e3e3e3;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand__logo {
  width: 120px;
  display: block;
}

.navbar-brand__logo.is--white {
  opacity: 0;
  filter: brightness(0%) saturate(0%) invert();
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.nav-menu__links {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-left: 100px;
  padding-right: 40px;
  display: flex;
}

.nav-link {
  color: var(--white);
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.nav-link:hover {
  color: var(--indian-red);
}

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

.c-btn {
  grid-column-gap: 1em;
  border: 2px solid var(--royal-blue);
  color: var(--royal-blue);
  text-transform: uppercase;
  border-radius: 1000px;
  justify-content: space-between;
  align-items: center;
  padding: .55em 1.7em .5em;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.c-btn:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.c-btn.is--white {
  border-color: var(--white);
  color: var(--white);
}

.c-btn.is--white:hover {
  border-color: var(--royal-blue);
}

.c-btn.is--navbar {
  color: var(--royal-blue);
}

.c-btn.is--navbar:hover {
  color: #fff;
}

.c-btn.is--white--outline--stroke {
  border-color: var(--royal-blue);
  color: var(--royal-blue);
  -webkit-text-stroke-color: var(--royal-blue);
}

.c-btn.is--white--outline--stroke:hover {
  border-color: var(--royal-blue);
  color: var(--white);
}

.c-btn.is--white-email-button {
  width: 295px;
  border-color: var(--white);
  color: var(--white);
  object-fit: fill;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.c-btn.is--white-email-button:hover {
  border-color: var(--royal-blue);
}

.c-btn.is--white-email-button-more-padding {
  width: 315px;
  border-color: var(--white);
  color: var(--white);
  object-fit: fill;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.c-btn.is--white-email-button-more-padding:hover {
  border-color: var(--royal-blue);
}

.c-btn__label {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -1px;
  padding-bottom: 0;
  font-family: Gill Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.c-btn__label.text-color-white._000 {
  color: var(--royal-blue);
}

.c-btn__label.text-color-white._12 {
  font-size: 12px;
}

.nav-link__label {
  color: var(--dim-grey);
  letter-spacing: .5px;
}

.nav-link__line {
  width: 100%;
  height: 1px;
  background-color: var(--indian-red);
  opacity: 0;
  transition: opacity .25s;
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 0%;
  right: 0%;
}

.hp-hdr__ctas-wrap {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.c-page-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gopher, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 1.1;
}

.c-page-title._00 {
  margin-bottom: 0;
  font-size: 75px;
}

.c-page-title.whate {
  color: #fff;
  object-fit: fill;
}

.c-page-title.whate._1 {
  margin-bottom: 0;
}

.c-page-title._123 {
  color: var(--black);
}

.txt-red {
  color: #eb3e42;
}

.c-section-text.is--hp-hdr {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7;
}

.c-section-text.is--hp-hdr._11, .hp-hdr-intro {
  text-align: center;
}

.css__immediate {
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.s-hp-map {
  z-index: 5;
  height: 500px;
  position: absolute;
  top: 80%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.s-hp-map__wrap {
  position: relative;
}

.hp-map__bg {
  height: 500px;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#04121a, #0d344c);
  border-radius: 40px;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.s-hp-logos {
  margin-top: 80px;
  margin-bottom: 80px;
}

.s-hp-logos__wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hp-logos__left {
  z-index: 2;
  height: 100%;
  min-height: 8rem;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  margin-left: 0%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.hp-logos__left._68pad {
  margin-bottom: 68px;
}

.hp-logos__right {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.c-red-line {
  width: 16px;
  height: 4px;
  background-color: var(--indian-red);
  border-radius: 15px;
}

.hp-trusted__title {
  color: var(--dim-grey);
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Gill Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71429;
}

.hp-logos__block {
  width: 100%;
  grid-column-gap: 40px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
  display: flex;
  overflow: visible;
}

.hp-logos__grad {
  z-index: 1;
  width: 20%;
  height: 100%;
  background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, 0));
  margin-left: 10%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hp-logos__grad.is--right {
  z-index: 4;
  background-image: linear-gradient(270deg, var(--white) 26%, rgba(255, 255, 255, 0));
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.css__on-load {
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.s-hp-text {
  padding-top: 80px;
  padding-bottom: 160px;
}

.hp-text__ctas-wrap {
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.hp-text__p {
  width: 80%;
  color: var(--dark-grey);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Gibson, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.24;
}

.hp-text__p._100 {
  width: 100%;
}

.s-hp-bottom {
  transform-origin: 50% 100%;
  color: var(--white);
  position: relative;
  overflow: visible;
}

.s-hp-bottom__wrap {
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
}

.s-hp-bottom__wrap._0 {
  padding-top: 0;
}

.hp-bot-label {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.hp-bot-label__text {
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-family: Gill Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.hp-bot__text {
  max-width: 750px;
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Gopher, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.26;
}

.hp-bot__text.anim {
  margin: 0;
}

.hp-bot__ctas-wrap {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.hp-bot__hr {
  width: 100%;
  height: 1px;
  background-color: var(--white);
  opacity: .13;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-footer {
  background-color: var(--midnight-blue);
  color: var(--white);
  font-family: Gibson, sans-serif;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 140px;
  padding-bottom: 102px;
  font-weight: 300;
}

/* .c-footer * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.c-footer._0 {
  background-color: rgba(0, 0, 0, 0);
}

.ftr-row__1 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  grid-row-gap: 24px;
}

.ftr-row-1__col.col-1 {
  width: 100%;
}

.ftr-row-2__col {
  width: 100%;
  flex-direction: column;
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  /* background-color: rgba(100,100,100, 0.2); */
}

.ftr-brand {
  width: 130px;
}
.ftr-links {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  margin-top: 8px;
}

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

.ftr-link {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.ftr-address {
  margin-top: 24px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.ftr-address:visited {
  color: currentColor;
}

.ftr-link:visited {
  color: currentColor;
}

.ftr-link:hover {
  color: var(--indian-red);
}

a.footer-section_header,
.footer-section_header {
  color: #DA4D4A;
  font-size: 24px;
}

a.footer-section_header:visited {
  color: #DA4D4A;
}

.ftr-row__2 {
  padding-top: 20px;
  border-top: 0.5px solid #fff;
}

.ftr-copyright {
  font-size: 16px;
  line-height: 28px;
}


/* Shared styles for 1024px+ */
@media (min-width: 1024px) {
  .c-footer {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  
  .ftr-row__1 {
    grid-column-gap: 40px;
  }
  
  .ftr-row-1__col.col-1 {
    width: 30%;
  }

  .ftr-row-2__col {
    width: 690px;
    flex-direction: row;
    display: flex;
    gap: 72px;
    justify-content: flex-end;
  }
  
  .ftr-links {
    margin-top: 20px;
    grid-gap: 20px;
  }
}

/* 1340px adjustments */
@media (min-width: 1340px) {
  .c-footer {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  
  .c-footer .c-container {
    padding-left: 80px;
    padding-right: 80px;
  }
  
  .ftr-brand {
    width: 172px;
  }
  
  .ftr-link {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
  }
  
  a.footer-section_header,
  .footer-section_header {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 300;
  }
  
  .ftr-address {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.6;
  }
  
  .ftr-copyright {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* 1440px adjustments */
@media (min-width: 1440px) {
  .c-footer {
    padding-top: 140px;
    padding-bottom: 102px;
  }
  
  .c-footer .c-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}





.hp-bot__decor-1 {
  z-index: 5;
  width: 300px;
  margin-top: -80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}



.hp-bot__decor-1._00 {
  margin-top: 180px;
}

.hp-bot__decor-1._00-contact {
  margin-top: 590px;
}

.hp-bot__decor-2 {
  z-index: 5;
  width: 220px;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -30%);
}

.hp-bot__decor-2._00 {
  margin-top: 342px;
}

.hp-bot__decor-2._00-contact {
  margin-top: 650px;
}

.hp-map__label-1 {
  max-width: 230px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 50px;
  padding-bottom: 36px;
  font-size: 32px;
  line-height: 1.125;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hp-map__image {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.custom-js {
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.g-hp-top {
  height: 100vh;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.txt-red-anim {
  color: #eb3e42;
}

.hp-bottom-block {
  position: relative;
}

.hp-bottom__bg {
  z-index: -1;
  background-color: var(--midnight-blue);
  transform-origin: 50% 100%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map {
  display: none;
}

.map-container {
  font-family: Gopher Bold Webfont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.map-container.dot-h6 {
  text-align: left;
  background-color: #0c0a0a;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.html-embed {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading {
  background-color: #f1f1f1;
  font-family: Gopher, sans-serif;
}

._44-56, ._0-20, ._21-43, ._57-77, ._78-85 {
  display: none;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-block._2 {
  width: 80%;
  text-align: left;
  justify-content: flex-start;
}

.div-block-2 {
  object-fit: fill;
  flex-wrap: nowrap;
  display: flex;
  overflow: visible;
}

.div-block-2.red {
  color: var(--indian-red);
}

.overflow-hidden {
  overflow: hidden;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.background-color-black {
  color: #fff;
  background-color: #000;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-custom2, .margin-top.margin-large, .margin-top.margin-xhuge, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xsmall, .margin-top.margin-custom3, .margin-top.margin-xxsmall, .margin-top.margin-custom1, .margin-top.margin-tiny, .margin-top.margin-xxhuge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-regular {
  color: #c6c6c6;
  font-size: 1rem;
}

.text-size-regular._11879 {
  text-align: center;
}

.text-size-regular._118793 {
  text-align: left;
}

.padding-global {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global:hover {
  color: #fff;
}

.margin-huge {
  margin: 6rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-large, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-tiny, .margin-horizontal.margin-medium, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-huge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-custom3, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-small {
  margin-top: 0;
  margin-bottom: 0;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.margin-bottom, .margin-bottom.margin-medium, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-huge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom3, .margin-bottom.margin-0, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large, .margin-bottom.margin-xlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-xxlarge {
  margin: 5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer_form-input {
  height: auto;
  min-height: 2.75rem;
  color: #ccc6c6;
  background-color: #fff;
  border: 1px solid #2e475d;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.footer_form-input:focus {
  border-color: #000;
}

.footer_form-input:focus-visible {
  color: #ccc6c6;
}

.footer_form-input[data-wf-focus-visible] {
  color: #ccc6c6;
}

.footer_form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.footer_form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.footer_form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.footer_form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

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

.margin-vertical, .margin-vertical.margin-custom2, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-medium, .margin-vertical.margin-0, .margin-vertical.margin-large, .margin-vertical.margin-custom1, .margin-vertical.margin-xhuge, .margin-vertical.margin-xsmall, .margin-vertical.margin-huge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-small, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.padding-horizontal, .padding-horizontal.padding-custom3, .padding-horizontal.padding-small, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-0, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom1, .padding-horizontal.padding-xxsmall {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-height-small {
  height: 2rem;
}

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

.text-weight-normal {
  font-weight: 400;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-xbold {
  font-weight: 800;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.hide {
  display: none;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_spacing-all {
  display: none;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  background-image: linear-gradient(99.86deg, #6b4fd2 3.54%, rgba(189, 116, 255, .9) 96.75%);
  border-radius: .5rem;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.56;
  text-decoration: none;
  transition: background-color .5s;
  box-shadow: 1px 1px 2px rgba(16, 24, 40, .05);
}

.button:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(99.86deg, #bd74ff 3.54%, #6b4fd2 96.75%);
}

.button.is-secondary {
  color: #7253d5;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid #6b4fd2;
  transition: color .35s, background-color .35s;
}

.button.is-secondary:hover {
  color: #fff;
  background-image: linear-gradient(98deg, #6b4fd2 6%, #bd74ff 95%);
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
}

.button.is-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-cta {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid #fff;
  transition: background-color .35s, border-color .35s, color .35s;
}

.button.is-cta:hover {
  background-image: linear-gradient(98deg, #6b4fd2 5%, #bd74ff 90%);
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: #000;
}

.rl-styleguide_color.is-gray {
  background-color: #f4f4f4;
}

.rl-styleguide_color.is-white {
  background-color: #fff;
}

.padding-xxhuge {
  padding: 10rem;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-large {
  padding: 3rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.padding-xhuge {
  padding: 7rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.padding-huge {
  padding: 6rem;
}

.margin-top-auto {
  margin-top: auto;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

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

.text-style-muted {
  opacity: .6;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-0 {
  margin: 0;
}

.padding-xsmall {
  padding: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

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

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xsmall, .margin-left.margin-custom3, .margin-left.margin-custom2, .margin-left.margin-0, .margin-left.margin-medium, .margin-left.margin-custom1, .margin-left.margin-xxhuge, .margin-left.margin-xxsmall, .margin-left.margin-small, .margin-left.margin-xlarge, .margin-left.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

.padding-bottom, .padding-bottom.padding-tiny, .padding-bottom.padding-xsmall, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xxhuge, .padding-bottom.padding-xhuge, .padding-bottom.padding-small, .padding-bottom.padding-huge, .padding-bottom.padding-0, .padding-bottom.padding-large, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-medium {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-regular {
  padding: 0 0 2.5rem;
}

.padding-bottom.padding-small {
  padding-bottom: 1.5rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-xlarge {
  margin: 4rem;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.icon-embed-custom1 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-color-black {
  color: #000;
}

.padding-vertical, .padding-vertical.padding-custom3, .padding-vertical.padding-custom1, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-tiny, .padding-vertical.padding-0, .padding-vertical.padding-small, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-xhuge, .padding-vertical.padding-medium, .padding-vertical.padding-huge, .padding-vertical.padding-custom2, .padding-vertical.padding-xlarge, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.main-wrapper {
  padding-top: 100px;
  position: static;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.margin-large {
  margin: 3rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.margin-small {
  margin: 1.5rem;
}

.form-field-wrapper {
  position: relative;
}

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

.padding-left, .padding-left.padding-custom3, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-0, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-small, .padding-left.padding-xlarge, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-large, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-xxsmall, .padding-left.padding-xsmall {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.overflow-scroll {
  overflow: scroll;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-wrapper-2 {
  z-index: 0;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.overflow-auto {
  overflow: auto;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-right, .margin-right.margin-tiny, .margin-right.margin-xhuge, .margin-right.margin-custom3, .margin-right.margin-xxlarge, .margin-right.margin-0, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-medium, .margin-right.margin-huge, .margin-right.margin-custom2, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-custom1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-weight-semibold.text-size-regular {
  color: #fff;
  text-align: center;
  flex: 1;
  margin-bottom: -5px;
  font-family: Gill Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-weight-semibold.text-size-regular-smaller {
  color: #fff;
  text-align: left;
  flex: 1;
  margin-bottom: -5px;
  font-family: Gill Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-weight-semibold.text-size-regular--funfact {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  flex: 1;
  margin-bottom: -5px;
  padding-left: 40px;
  font-family: Gill Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-size-small {
  font-size: .875rem;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.padding-right, .padding-right.padding-xhuge, .padding-right.padding-medium, .padding-right.padding-xxlarge, .padding-right.padding-0, .padding-right.padding-xxsmall, .padding-right.padding-custom2, .padding-right.padding-small, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-xsmall, .padding-right.padding-custom1, .padding-right.padding-tiny, .padding-right.padding-huge, .padding-right.padding-xxhuge, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.margin-xxsmall {
  margin: .5rem;
}

.background-color-gray {
  background-color: #f4f4f4;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.background-color-white {
  background-color: #fff;
}

.icon-height-large {
  height: 5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.margin-tiny {
  margin: .25rem;
}

.padding-medium {
  padding: 2rem;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.margin-medium {
  margin: 2rem;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-color-white {
  color: #fff;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-top, .padding-top.padding-xxlarge, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-custom1, .padding-top.padding-huge, .padding-top.padding-xlarge, .padding-top.padding-0, .padding-top.padding-custom2, .padding-top.padding-xhuge, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-custom3, .padding-top.padding-xxsmall, .padding-top.padding-xxhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-height-xxsmall {
  height: 1rem;
}

.icon-height-medium {
  height: 3rem;
}

.padding-xxsmall {
  padding: .5rem;
}

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

.padding-tiny {
  padding: .25rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.margin-xhuge {
  margin: 7rem;
}

.text-weight-light {
  font-weight: 300;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-xxhuge {
  margin: 10rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-small {
  padding: 1.5rem;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.home-blog_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.footer_social-link:hover {
  color: #8e63e4;
}

.home-header_image-wrapper {
  overflow: hidden;
}

.home-blog_component {
  flex-direction: column;
  align-items: center;
}

.footer_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.page-wrapper-3 {
  position: relative;
}

.home-header_component {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_container {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_menu {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.success-message {
  background-color: #f4f4f4;
  border-radius: .5rem;
  padding: 1.5rem;
}

.text-color-purple {
  color: #8e63e4;
}

.section_home-cta {
  color: #fff;
  background-color: #7253d5;
  position: relative;
}

.footer_legal-link {
  font-size: .875rem;
  text-decoration: none;
  transition: color .35s;
}

.footer_legal-link:hover {
  color: #8e63e4;
}

.navbar_component {
  width: 100%;
  min-height: 8.75rem;
  background-color: #fbfbfb;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.process_tabs-menu {
  width: 100%;
  max-width: 80rem;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-content {
  max-width: 38rem;
}

.navbar_logo-link {
  margin-right: 2.5rem;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-testimonial_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #2e475d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.footer_component {
  color: #fff;
  background-color: #252d35;
}

.navbar-button {
  color: #8e63e4;
  background-image: linear-gradient(98deg, #6b4fd2 3%, #bd74ff 69%);
  border-radius: 8px;
  padding: 1px;
  transition: color .2s;
}

.navbar-button:hover {
  color: #000;
}

.navbar-button.is-login {
  background-image: none;
  padding: .875rem 2rem;
}

.navbar_link {
  padding: .875rem 1.25rem;
  transition: color .35s;
}

.navbar_link:hover {
  color: #8e63e4;
}

.navbar_link.w--current {
  color: #000;
}

.footer_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.error-text {
  color: #e23939;
}

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.home-cta_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.navbar_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 14px 1.5rem 14px 1.7rem;
  transition: border-color .3s ease-in-out;
  display: flex;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.home-testimonial_component {
  column-count: 3;
  column-gap: 2rem;
}

.footer_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: color .35s;
}

.footer_link:hover {
  color: #8e63e4;
}

.process_tabs-link {
  color: #2e475d;
  letter-spacing: .02em;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  border-bottom-width: 1px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.process_tabs-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #6b4fd2;
  padding-left: .5rem;
  padding-right: .5rem;
}

.home-testimonial_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.container-regular {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.process_pane-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fdfcfc;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.footer_left-wrapper {
  flex-direction: column;
  display: flex;
}

.section_who-header {
  height: 95vh;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.home-features_component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.home-logos_image-wrapper {
  width: 6.9375rem;
  border-radius: .25rem;
  padding: 2.125rem 1.875rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.home-testimonial_content {
  width: 100%;
  border: 1px solid #f1f9ff;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 2rem;
  transition: border-color .35s;
  display: inline-block;
}

.home-testimonial_content:hover {
  border-color: #bd74ff;
}

.success-text {
  color: #000;
  font-weight: 600;
}

.button-text {
  background-color: #fff;
  border-radius: 8px;
  padding: 14px 30px;
}

.footer_logo-link {
  width: 8.625rem;
  padding-left: 0;
}

.home-faq_icon {
  width: 3rem;
  height: 3rem;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.line-divider.background-color-white {
  background-color: #fff;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.section_home-blog {
  background-color: #fafafa;
}

.home-features_bottom {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.home-logos_component {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.home-testimonial_client-image-wrapper {
  margin-right: 1rem;
}

.footer_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.home-features_top {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  color: #ccc6c6;
  border-color: #000;
}

.form-input:focus-visible {
  color: #ccc6c6;
  border: 1px solid #fff;
}

.form-input[data-wf-focus-visible] {
  color: #ccc6c6;
  border: 1px solid #fff;
}

.form-input::-ms-input-placeholder {
  color: #ccc6c6;
}

.form-input::placeholder {
  color: #ccc6c6;
}

.home-testimonial_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.home-faq_accordion {
  width: 70%;
  border: 1px solid #2e475d;
  border-radius: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  transition: border-color .3s ease-in-out;
}

.home-faq_accordion:hover {
  border-color: var(--white);
}

.home-faq_answer {
  padding-left: 0;
  padding-right: 1.5rem;
  overflow: hidden;
}

.home-faq_answer._2 {
  padding-left: 1.5rem;
  transition: border-color .3s;
}

.home-features_content {
  width: 22rem;
}

.footer_credit-text {
  font-size: .875rem;
}

.navbar_logo {
  width: 8.625rem;
}

.process_heading {
  font-size: 1.75rem;
}

.heading-2 {
  font-family: Gopher Bold Webfont, sans-serif;
  font-weight: 700;
}

.div-block-3 {
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6.75rem;
  display: flex;
}

.logo {
  width: 20%;
  max-width: 180px;
}

.section_testimonial {
  margin-bottom: 5rem;
  overflow: visible;
}

.testi-component {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-3 {
  font-family: Gopher, sans-serif;
  font-weight: 400;
}

.heading-4 {
  width: 30%;
  color: #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gopher, sans-serif;
  font-size: 41px;
  font-weight: 400;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.testi-wrapper {
  max-width: 60%;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  margin-left: 5%;
  display: flex;
}

.testi-item {
  grid-row-gap: 2rem;
  background-color: #0e344b;
  border-radius: 40px;
  flex-direction: column;
  padding: 122px 97px 80px 102px;
  display: flex;
  position: relative;
}

.heading-5 {
  width: 90%;
  color: #fff;
  font-family: Gopher, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.paragraph {
  color: rgba(255, 255, 255, .8);
}

.div-block-4 {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff);
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-2 {
  max-width: 38%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image {
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 50px;
  right: auto;
}

.section_who-header-copy {
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  padding-top: 0;
  padding-bottom: 95px;
  display: flex;
}

.section_who-header-copy.paragraph-10-copy {
  display: none;
}

.time_line-component {
  background-image: linear-gradient(#04121a, #0d344b);
  border-radius: 40px;
  padding: 120px 10%;
}

.time_line-component.desk {
  transition: opacity .2s;
}

.time_line-component.mob {
  display: none;
}

.heading-6 {
  max-width: 80%;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Gibson, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.div-block-5 {
  z-index: 2;
  justify-content: flex-start;
  margin-top: -90px;
  display: flex;
  position: relative;
}

.div-block-6 {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  background-color: #25659f;
  border: 17px solid rgba(31, 47, 62, .61);
  border-radius: 1212px;
  padding: 12px;
}

.div-block-7 {
  width: 52.8%;
  align-items: center;
  display: flex;
}

.div-block-8 {
  width: 50px;
  height: 1px;
  background-color: #515d65;
  align-self: center;
  position: relative;
  bottom: 40px;
}

.div-block-8._0 {
  bottom: 0;
}

.div-block-8._0._11 {
  width: 1px;
  height: 100%;
}

.div-block-8._242342 {
  justify-content: flex-end;
  display: flex;
}

.div-block-9 {
  grid-row-gap: 1rem;
  border: 1px solid #515d65;
  border-radius: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
}

.paragraph-3 {
  color: #3468b1;
  margin-bottom: -7px;
  font-family: Gopher, sans-serif;
  font-size: 28px;
}

.paragraph-4 {
  color: rgba(255, 255, 255, .8);
  letter-spacing: .4px;
}

.div-block-5-copy {
  z-index: 2;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.div-block-10 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.image-2 {
  min-height: 100%;
  object-fit: contain;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-11 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.team_component {
  width: 80%;
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 68px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-item {
  width: 100%;
}

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

.image-4 {
  filter: grayscale();
  transition: filter .333s;
  display: block;
}

.image-4:hover {
  filter: grayscale(0%);
}

.paragraph-5 {
  color: #000;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 20px;
  padding-bottom: 16px;
}

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

.c-navbar__wrap-copy {
  height: 100px;
  border-bottom: 1px #e3e3e3;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-login {
  height: 85vh;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.login-wrapper {
  background-image: linear-gradient(#071d2a, #0e354b);
  border-radius: 40px;
  padding: 120px 100px;
}

.login-component {
  grid-column-gap: 96px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(min-content, max-content) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.login-left {
  grid-row-gap: 28px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-right {
  flex-direction: column;
  display: flex;
}

.login-centr {
  width: 2px;
  background-color: rgba(159, 159, 159, .3);
  margin-left: 0;
  margin-right: 0;
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 0;
  font-family: Gopher, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-12 {
  margin-top: 90px;
}

.login-area {
  min-height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 14px 30px;
  font-family: Gibson, sans-serif;
}

.login-area:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  color: var(--royal-blue);
}

/* .login-area:-webkit-autofill {
  color: red !important;
  background-color: rgba(255, 255, 255, .08) !important;
  border: 1px solid #000 !important;
} */

/* input:-webkit-autofill:focus,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus 
input:-webkit-autofill:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  color: var(--royal-blue);  
} */

.login-area:active, .login-area:focus {
  color: #fff;
}

.login-area:focus-visible {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.login-area[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.login-area::-ms-input-placeholder {
  color: #fff;
  font-family: Gibson, sans-serif;
}

.login-area::placeholder {
  color: #fff;
  font-family: Gibson, sans-serif;
}

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

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -5px;
  font-family: Gill Sans, sans-serif;
  font-weight: 500;
}

.submit-button-2:hover {
  color: var(--white);
}

.div-block-13 {
  max-height: 48px;
  color: #0083fd;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 2000px;
  align-items: center;
  padding: 12px 40px 10px;
  display: flex;
}

.div-block-13:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
}

.checkbox-label {
  color: #fff;
  align-self: auto;
  font-family: Gibson, sans-serif;
  font-weight: 400;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.checkbox {
  width: 21px;
  height: 21px;
  opacity: .29;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 4px;
  align-self: auto;
  margin-top: 0;
  margin-right: 9px;
}

.checkbox.w--redirected-checked {
  opacity: 1;
}

.checkbox.w--redirected-focus-visible {
  border-radius: 2px;
}

.div-block-14 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: -12px;
  text-decoration: underline;
  display: flex;
}

.link-block:hover {
  text-decoration: none;
}

.paragraph-7 {
  color: #fff;
  font-family: Gibson, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline;
  transition: color .333s;
}

.paragraph-7:hover {
  color: var(--indian-red);
}

.div-block-15 {
  height: 36px;
}

.div-block-16 {
  height: 21px;
}

.div-block-17 {
  height: 40px;
}

.div-block-18 {
  height: 19px;
}

.dropdown {
  width: 170px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-toggle {
  width: 100%;
  border: 1px #ebecf1;
  flex-direction: row;
  padding: 0 24px 0 0;
  transition: all .2s;
  display: flex;
}

.icon {
  color: var(--dim-grey);
  flex: 0 auto;
  margin-right: 0;
}

.icon.white {
  color: #fff;
}

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

.dropdown-list {
  background-color: #fff;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(152, 162, 172, .21);
}

.dropdown-list.w--open {
  color: var(--dark-grey);
}

.div-block-19 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.div-block-19:hover {
  color: var(--dim-grey);
  -webkit-text-stroke-color: var(--dim-grey);
}

.dropdown-link {
  color: var(--dim-grey);
  padding-left: 30px;
  transition: all .2s;
}


.dropdown-link:visited, .dropdown-link.w--current {
  color: currentColor;
}
.dropdown-link:hover {
  color: var(--indian-red);
  background-color: #fff;
  box-shadow: inset 2px 0 #3568b1;
}

.dropdown-link.w--current:hover {
  -webkit-text-stroke-color: var(--indian-red);
}

.dropdown-link.dark {
  color: var(--midnight-blue);
}

.div-block-20 {
  width: 70%;
  min-height: 43px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 206px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.faq_answer {
  z-index: 1;
  max-width: 70%;
  position: relative;
  overflow: hidden;
}

.paragraph-8 {
  color: #808081;
  font-size: 1.25rem;
}

.faq_icon-line {
  width: 50%;
  height: .0625rem;
  max-height: .0625rem;
  max-width: 50%;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
}

.faq_icon-line.is-vertical {
  width: 50%;
  height: .0625rem;
  max-height: .0625rem;
  max-width: 50%;
  background-color: #fff;
  transform: rotate(90deg);
}

.faq_question {
  border: 1px solid rgba(255, 255, 255, .38);
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.faq_item {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1.5rem;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 0 0 2.5rem;
}

._2rem {
  width: 80%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gill Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.faq_icon {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.paragraph-9 {
  color: #fff;
  margin-bottom: -5px;
  font-family: Gill Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.faq_icon-2 {
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 20px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: 9px;
  bottom: auto;
  left: auto;
  right: 12.5px;
}

.image-5 {
  z-index: -2;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_search_types {
  padding-top: 93px;
  padding-bottom: 122px;
}

.div-block-21 {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-10 {
  width: 80%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.acard-wrapper {
  z-index: 6;
  justify-content: space-between;
  margin-top: 93px;
  display: flex;
  position: relative;
}

.tabs {
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tabs-menu {
  flex-direction: column;
  display: flex;
}

.left {
  width: 30%;
}

.right {
  width: 60%;
  background-color: #fff;
  border-radius: 40px;
  padding: 100px 82px 92px;
  display: block;
  position: relative;
}

.right._2, .right._3, .right._4 {
  display: none;
}

.link-block-2 {
  border: 1px solid #fff;
  border-radius: 32px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 27px 40px;
  position: relative;
}

.paragraph-11 {
  color: #fff;
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 0;
  font-family: Gopher, sans-serif;
  font-size: 61px;
}

.div-block-22 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link_wrapper {
  grid-column-gap: 92px;
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.link-component {
  flex: 1;
}

.link-item {
  cursor: pointer;
  border-bottom: 1px solid #9f9f9f;
  padding: 34px 48px 30px 21px;
}

.link-item:hover {
  color: #000;
}

.paragraph-13 {
  color: #fff;
  font-family: Gopher, sans-serif;
  font-size: 22px;
}

.paragraph-13._11 {
  color: #eb3e42;
}

.linea {
  width: 11px;
  min-height: 100%;
  background-color: #1c3a54;
  border-radius: 20px;
  margin-top: 0;
  overflow: hidden;
}

.div-block-23 {
  width: 11px;
  height: 25%;
  max-width: 100%;
  background-color: var(--indian-red);
  border-radius: 20px;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.home-faq_question-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  display: flex;
}

.home-faq_icon-2 {
  width: 64px;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.home-faq_accordion-2 {
  border: 1px rgba(159, 159, 159, .3);
  border-bottom: 2px solid rgba(5, 20, 29, .3);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-block-2 {
  color: #000;
  font-family: Gopher, sans-serif;
  font-size: 22px;
}

.text-span {
  font-size: 15px;
}

.text-span-2 {
  color: var(--indian-red);
  font-size: 20px;
}

.div-block-24 {
  background-color: var(--indian-red);
  padding: 32px 32px 22px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 82px;
  right: auto;
}

.paragraph-14 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Gill Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.div-block-25 {
  padding-top: 35px;
  display: block;
}

.div-block-21-copy {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-10-copy {
  width: 60%;
  color: #d6d6d6;
  margin-left: auto;
  margin-right: auto;
}

.div-block-26 {
  grid-column-gap: 42px;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.div-block-27 {
  z-index: 6;
  width: 504px;
  background-color: #0e354b;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 65px 60px 55px;
  display: flex;
  position: relative;
}

.heading-7 {
  width: 50%;
  color: #fff;
  font-family: Gopher, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
}

.div-block-28 {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .14);
  margin-top: 28px;
  margin-bottom: 32px;
}

.paragraph-10-copy-copy {
  width: 100%;
  color: rgba(255, 255, 255, .8);
  flex: 1;
  margin-bottom: 101px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-10-copy-copy.mobile {
  display: none;
}

.paragraph-10-copy-copy.desk {
  color: rgba(255, 255, 255, .8);
}

.image-6 {
  position: absolute;
  top: auto;
  bottom: 57px;
  left: auto;
  right: 32px;
}

.image-6-copy {
  position: absolute;
  top: auto;
  bottom: 103px;
  left: auto;
  right: 32px;
}

.section_search_types-copy {
  padding-top: 93px;
  padding-bottom: 122px;
}

.home-faq_answer-copy {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.bold-text {
  font-weight: 600;
}

.paragraph-15 {
  color: rgba(255, 255, 255, .58);
}

.div-block-29 {
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-30 {
  height: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html-embed-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-copy {
  color: #fff;
  flex: 0 auto;
  margin-right: 0;
}

.html-embed-3, .html-embed-4 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-dark-centered {
  max-width: 500px;
  color: #707070;
  text-align: center;
  letter-spacing: .4px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.smaller-heading {
  max-width: 82%;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Gopher, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
}

.s-hp-bottom-white {
  background-color: var(--white);
  transform-origin: 50% 100%;
  color: var(--white);
  position: relative;
  overflow: visible;
}

.hp-bot-label__text_dark {
  color: var(--black-v2);
  margin-bottom: 20px;
  font-family: Gill Sans, sans-serif;
  font-weight: 600;
}

.hp-bot__text_dark {
  max-width: 750px;
  color: var(--black-v2);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Gopher, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.26;
}

.hp-bot__text_dark.anim, .hp-bot__text_dark._1 {
  margin-left: 0;
  margin-right: 0;
}

.text-span-3 {
  color: var(--indian-red);
}

.paragraph-black-centered {
  max-width: 512px;
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Gill Sans, sans-serif;
  font-weight: 400;
}

.text-span-4 {
  font-family: Gill Sans, sans-serif;
  font-weight: 600;
}

.s-hp-bottom__wrap_get-started {
  padding-top: 70px;
  padding-bottom: 160px;
  position: relative;
}

.s-hp-bottom__wrap_get-started._0 {
  padding-top: 0;
}

.hp-bot__decor-1-overlap {
  z-index: 5;
  width: 300px;
  margin-top: -200px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hp-bot__decor-1-overlap._00 {
  margin-top: 180px;
}

.div-block-5-tech {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 0;
  display: grid;
  position: relative;
}

.div-block-7-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(min-content, max-content);
  align-items: center;
  margin-right: -40px;
  display: grid;
}

.div-block-7-copy._50 {
  width: 52%;
}

.div-block-9-tech {
  min-height: auto;
  grid-row-gap: 1rem;
  background-color: #0e344b;
  border: 0 solid #515d65;
  border-radius: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
}

.smaller-heading-title {
  max-width: 82%;
  color: #fff;
  text-align: center;
  margin: 0 0 0;
  font-family: Gopher, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.paragraph-3-less-line-height {
  width: 85%;
  color: #3468b1;
  margin-bottom: -7px;
  font-family: Gopher, sans-serif;
  font-size: 28px;
  line-height: 1.3;
}

.paragraph-4-padding-top {
  color: rgba(255, 255, 255, .8);
  letter-spacing: .4px;
  margin-bottom: 0;
  padding-top: 20px;
}

.image-7 {
  max-width: none;
  display: block;
}

.div-block-31 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 4.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-faq_accordion-tech {
  width: 100%;
  border: 1px solid #2e475d;
  border-radius: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: border-color .3s ease-in-out;
}

.home-faq_accordion-tech:hover {
  border-color: #fff;
}

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

.div-block-7-top-align {
  width: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

.div-block-7-top-align._2 {
  max-width: 65%;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
}

.div-block-5-skill {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: relative;
}

.div-block-33 {
  display: none;
}

.nav_container {
  width: 100%;
  max-width: 80rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #e3a242;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  line-height: 1.2;
  transition: border-color .333s, color .333s, background-color .333s;
  display: flex;
}

.button-2:hover {
  background-color: #c78524;
}

.button-2:active {
  background-color: #e3a242;
  border: 1px solid #c78524;
}

.button-2.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e3a242;
}

.button-2.is-secondary:hover {
  background-color: rgba(227, 162, 66, .2);
}

.button-2.is-secondary:active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #c78524;
}

.nav_dropdown-top {
  flex-direction: row;
  display: flex;
}

.nav_dropdown-wrapper {
  cursor: pointer;
  flex-direction: column;
  padding: .5rem 1rem;
  transition: color .333s;
  display: flex;
  position: relative;
}

.nav_dropdown-wrapper:hover {
  color: #e3a242;
}

.nav_dropdown-bottom {
  width: 14rem;
  opacity: 0;
  color: #004625;
  background-color: rgba(227, 162, 66, .89);
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 5rem;
  display: flex;
  position: absolute;
  top: 2.5rem;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.arrow_dropdown {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav_link {
  opacity: 1;
  color: #000;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-weight: 300;
  transition: color .333s;
}

.nav_link:hover {
  opacity: 1;
  color: #c78524;
}

.nav_link.w--current {
  opacity: 1;
  color: #1d2130;
  padding: .5rem 1rem;
}

.nav_button-wrapper {
  margin-left: 2.5rem;
}

.nav_menu-mobile {
  display: none;
}

.nav_logo {
  height: 2.375rem;
}

.nav_menu {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.html-embed-5 {
  z-index: 10000;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8-copy {
  width: 1px;
  height: 50px;
  background-color: #515d65;
  align-self: center;
}

.div-block-8-copy._80 {
  height: 80px;
}

.div-block-6-copy {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #25659f;
  border-radius: 1212px;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.paragraph-16 {
  color: #25659f;
  margin-bottom: 0;
  margin-right: -2px;
  font-size: 48px;
}

.div-block-34 {
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.div-block-35, .div-block-36, .div-block-37 {
  width: 100%;
  height: 100%;
  background-color: var(--indian-red);
}

.div-block--wrap-children {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.div-block--wrap-children._2 {
  width: 80%;
  text-align: left;
  justify-content: flex-start;
}

.contact-form {
  z-index: 1000;
  background-image: linear-gradient(#0e344b, #0e344b);
  border-radius: 40px;
  padding: 100px;
  position: relative;
}

.contact-form-component {
  grid-column-gap: 96px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(min-content, max-content) 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.contact-form-columns {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.email {
  width: 100%;
  min-height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 14px 30px;
  font-family: Gibson, sans-serif;
  display: block;
}

.email:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  color: var(--white);
}

.email:active, .email:focus {
  color: #fff;
}

.email:focus-visible {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.email[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.email::-ms-input-placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.email::placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.name {
  width: 100%;
  min-height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 14px 30px;
  font-family: Gibson, sans-serif;
  display: block;
}

.name:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  color: var(--white);
}

.name:active, .name:focus {
  color: #fff;
}

.name:focus-visible {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.name[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.name::-ms-input-placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.name::placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.grid {
  grid-template-rows: auto;
}

.phone {
  width: 100%;
  min-height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
  padding: 14px 30px;
  font-family: Gibson, sans-serif;
}

.phone:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  color: var(--royal-blue);
}

.phone:active, .phone:focus {
  color: #fff;
}

.phone:focus-visible {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.phone[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.phone::-ms-input-placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.phone::placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.columns {
  width: 52%;
}

.columns-for-form {
  width: 100%;
  align-self: auto;
}

.message {
  width: 100%;
  max-height: 10rem;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border: 1px #000;
  border-radius: 30px;
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
  padding: 14px 30px;
  font-family: Gibson, sans-serif;
}

.message:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  color: var(--white);
}

.message:active, .message:focus {
  color: #fff;
}

.message:focus-visible {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.message[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.message::-ms-input-placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.message::placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.column {
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.contact-form-2 {
  z-index: 100;
  -webkit-text-stroke-color: #fff;
  background-image: linear-gradient(#071d2a, #0e354b);
  border-radius: 40px;
  padding: 120px 80px;
  position: relative;
}

.section_talk_to_us {
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  margin-bottom: 97px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.contact-page-background {
  height: 85vh;
  background-image: linear-gradient(to bottom, #fff 75%, var(--midnight-blue) 25%);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.contact-component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.number {
  color: var(--indian-red);
  text-align: left;
  white-space: nowrap;
  font-family: Gibson, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: .5;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.number:hover {
  color: var(--indian-red);
}

.contact-left {
  grid-row-gap: 28px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 0;
  display: flex;
}

.contact-right {
  min-width: 100%;
  flex-direction: column;
  display: flex;
}

.contact-form-block {
  margin-top: 0;
}

.contact-form-link {
  color: var(--white);
  text-align: left;
  font-family: Gibson, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: .5;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.contact-form-link:hover {
  color: var(--indian-red);
}

.paragraph-no-margin {
  color: rgba(255, 255, 255, .8);
  letter-spacing: .4px;
  margin-bottom: 0;
}

.contact-form-columns-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.phone-no-margin {
  width: 100%;
  min-height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 16px;
  padding: 14px 30px;
  font-family: Gibson, sans-serif;
}

.phone-no-margin:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  color: var(--white);
}

.phone-no-margin:active, .phone-no-margin:focus {
  color: #fff;
}

.phone-no-margin:focus-visible {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.phone-no-margin[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.phone-no-margin::-ms-input-placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.phone-no-margin::placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.message-no-margin {
  width: 100%;
  max-height: 200px;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border: 1px #000;
  border-radius: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 16px;
  padding: 14px 30px;
  font-family: Gibson, sans-serif;
}

.message-no-margin:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  color: var(--white);
}

.message-no-margin:active, .message-no-margin:focus {
  color: #fff;
}

.message-no-margin:focus-visible {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.message-no-margin[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.message-no-margin::-ms-input-placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.message-no-margin::placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.container-large-form {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-form {
  padding-left: 5%;
  padding-right: 5%;
}

.contact-form-columns-left2 {
  width: 710px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.column-checkbox {
  padding-top: 12px;
  padding-left: 0;
}

.paragraph-15-no-margin {
  color: rgba(255, 255, 255, .58);
  margin-bottom: 0;
  line-height: 1.6;
}

.paragraph-15-no-line-height {
  color: rgba(255, 255, 255, .58);
  margin-top: -29px;
  margin-bottom: 0;
  line-height: 1.6;
}

.text-size-regular-2-bulleted-list {
  font-size: 1rem;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  padding-bottom: 10px;
}

.list {
  padding-left: 25px;
}

.s-hp-bottom__wrap_get-started-mobile {
  padding-top: 70px;
  padding-bottom: 160px;
  position: relative;
}

.s-hp-bottom__wrap_get-started-mobile._0 {
  padding-top: 0;
}

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

.address-mobile {
  width: 100%;
  min-height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 14px 30px;
  font-family: Gibson, sans-serif;
  display: block;
}

.address-mobile:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  color: var(--white);
}

.address-mobile:active, .address-mobile:focus {
  color: #fff;
}

.address-mobile:focus-visible {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.address-mobile[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.address-mobile::-ms-input-placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.address-mobile::placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.how-did-you-hear {
  width: 100%;
  min-height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 14px 30px;
  font-family: Gibson, sans-serif;
  display: block;
}

.how-did-you-hear:hover {
  border-style: solid;
  border-color: var(--midnight-blue);
  color: var(--white);
}

.how-did-you-hear:active, .how-did-you-hear:focus {
  color: #fff;
}

.how-did-you-hear:focus-visible {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.how-did-you-hear[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--royal-blue);
  color: #fff;
}

.how-did-you-hear::-ms-input-placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.how-did-you-hear::placeholder {
  color: #7b8891;
  font-family: Gibson, sans-serif;
}

.padding-global-form-mobile {
  padding-left: 5%;
  padding-right: 5%;
}

.c-container-mobile {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.c-container-mobile.is--navbar {
  max-width: 84rem;
}

.c-container-mobile.is--relative {
  position: relative;
}

.c-page-title-mobile-with-padding {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gopher, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 1.1;
}

.c-page-title-mobile-with-padding._00 {
  margin-bottom: 0;
  font-size: 75px;
}

.c-page-title-mobile-with-padding.whate {
  color: #fff;
  object-fit: fill;
}

.div-block-title-with-padding {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-title-with-padding._2 {
  width: 80%;
  text-align: left;
  justify-content: flex-start;
}

.nav_link_mobile_dropdown {
  opacity: 1;
  color: #000;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-weight: 300;
  transition: color .333s;
}

.nav_link_mobile_dropdown:hover {
  opacity: 1;
  color: #c78524;
}

.nav_link_mobile_dropdown.w--current {
  opacity: 1;
  color: #1d2130;
  padding: .5rem 1rem;
}

.dropdown-toggle-mobile {
  width: 100%;
  border: 1px #ebecf1;
  flex-direction: row;
  padding: 0 24px 0 0;
  transition: all .2s;
  display: flex;
}

.nav-link__label_black {
  color: var(--dim-grey);
  letter-spacing: .5px;
}

.icon-black {
  color: var(--dim-grey);
  flex: 0 auto;
  margin-right: 0;
}

.text-span-5 {
  letter-spacing: .4px;
}

.text-span-6 {
  color: #eb3e42;
}

.c-footer-how-we-work {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 140px;
  padding-bottom: 40px;
}

.c-footer-how-we-work._0 {
  background-color: rgba(0, 0, 0, 0);
}

.home-faq_icon_fun_fact {
  width: 3rem;
  height: 3rem;
  align-self: flex-start;
  margin-left: 0;
}

.link_wrapper-no-padding {
  grid-column-gap: 92px;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.premier-level-link {
  width: 80%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
}

.text-span-7 {
  text-decoration: underline;
}

.c-btn__icon-margin {
  margin-right: 0;
  padding-right: 10px;
}

.animation2 {
  color: var(--indian-red);
}

.success-message-2 {
  width: 710px;
  min-width: 100%;
  background-color: var(--white);
  border-radius: 20px;
}

.div-block-39 {
  justify-content: center;
  display: flex;
}

.div-block-40 {
  display: flex;
}

.div-block-41, .div-block-42 {
  justify-content: center;
  display: flex;
}

.div-block-43, .div-block-44, .div-block-45, .div-block-46 {
  display: flex;
}

.link {
  color: #eb3e42;
}

.html-embed-6 {
  width: 100%;
  max-width: 100%;
  display: block;
}

.html-embed-7 {
  margin-top: 0;
  position: relative;
  top: auto;
  left: auto;
}

.text-span-8, .text-span-9 {
  font-family: canada-type-gibson, sans-serif;
}

.list-item-dark {
  color: #707070;
  padding-bottom: 10px;
  font-family: Gibson, sans-serif;
}

.paragraph-4-padding-top-skill {
  color: rgba(255, 255, 255, .8);
  letter-spacing: .4px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 45px;
}

.text-size-regular-skill {
  color: #c6c6c6;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1rem;
}

.text-size-regular-skill._11879 {
  text-align: center;
}

.text-size-regular-skill._118793 {
  text-align: left;
}

.text-span-10 {
  font-family: canada-type-gibson, sans-serif;
}

.div-block-search {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-search._2 {
  width: 80%;
  text-align: left;
  justify-content: flex-start;
}

.hp-bot__decor-1-overlap-how-we-work {
  z-index: 5;
  width: 300px;
  margin-top: -200px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hp-bot__decor-1-overlap-how-we-work._00 {
  margin-top: 180px;
}

.s-hp-bottom-white-how-we-work {
  background-color: var(--white);
  transform-origin: 50% 100%;
  color: var(--white);
  position: relative;
  overflow: visible;
}

.c-container-how-we-work {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.c-container-how-we-work.is--navbar {
  max-width: 84rem;
}

.c-container-how-we-work.is--relative {
  position: relative;
}

.div-block-21-copy-copy {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-custom-solutions {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-custom-solutions._2 {
  width: 80%;
  text-align: left;
  justify-content: flex-start;
}

.hp-bot__ctas-wrap-free-search {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.c-container-footer {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.c-container-footer.is--navbar {
  max-width: 84rem;
}

.c-container-footer.is--relative {
  position: relative;
}

.div-block-who-we-are {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-who-we-are._2 {
  width: 80%;
  text-align: left;
  justify-content: flex-start;
}

.div-block-how-we-work {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-how-we-work._2 {
  width: 80%;
  text-align: left;
  justify-content: flex-start;
}

.div-block-search-types {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-search-types._2 {
  width: 80%;
  text-align: left;
  justify-content: flex-start;
}

.div-block-contact {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-contact._2 {
  width: 80%;
  text-align: left;
  justify-content: flex-start;
}

.text-span-12 {
  font-family: canada-type-gibson, sans-serif;
}

.hp-bot__text-more-padding {
  max-width: 750px;
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gopher, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.26;
}

.hp-bot__text-more-padding.anim {
  margin: 0;
}

.c-btn-home-only {
  grid-column-gap: 1em;
  border: 2px solid var(--royal-blue);
  color: var(--royal-blue);
  text-transform: uppercase;
  border-radius: 1000px;
  justify-content: space-between;
  align-items: center;
  padding: .55em 1.7em .5em;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.c-btn-home-only:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.c-btn-home-only.is--white {
  border-color: var(--white);
  color: var(--white);
}

.c-btn-home-only.is--white:hover {
  border-color: var(--royal-blue);
}

.c-btn-home-only.is--navbar {
  color: var(--royal-blue);
}

.c-btn-home-only.is--navbar:hover {
  color: #fff;
}

.c-btn-home-only.is--white--outline--stroke {
  border-color: var(--royal-blue);
  color: var(--royal-blue);
  -webkit-text-stroke-color: var(--royal-blue);
}

.c-btn-home-only.is--white--outline--stroke:hover {
  border-color: var(--royal-blue);
  color: var(--white);
}

.c-btn-home-only.is--white-email-button {
  width: 295px;
  border-color: var(--white);
  color: var(--white);
  object-fit: fill;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.c-btn-home-only.is--white-email-button:hover {
  border-color: var(--royal-blue);
}

.c-btn-home-only.is--white-email-button-more-padding {
  width: 315px;
  border-color: var(--white);
  color: var(--white);
  object-fit: fill;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.c-btn-home-only.is--white-email-button-more-padding:hover {
  border-color: var(--royal-blue);
}

@media screen and (max-width: 991px) {
  .s-hp-header {
    height: auto;
  }

  .s-hp-header.none {
    display: none;
  }

  .c-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-container.is--map {
    padding-left: 0;
    padding-right: 0;
  }

  .s-hp-header__wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .c-navbar {
    position: relative;
  }

  .c-navbar__wrap {
    border-bottom-color: var(--gainsboro);
  }

  .navbar-brand {
    margin-left: 10px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--gainsboro);
    background-color: var(--midnight-blue);
    background-image: linear-gradient(to bottom, #07121a, var(--midnight-blue));
    opacity: 0;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px 40px;
  }

  .nav-menu__links {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .nav-link {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .nav-link.w--current {
    color: var(--indian-red);
  }

  .c-btn {
    align-items: center;
  }

  .c-btn.is--navbar {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-btn._1 {
    color: #fff;
  }

  .c-btn__label {
    white-space: nowrap;
  }

  .c-btn__label.text-color-white._000 {
    color: #fff;
  }

  .nav-link__line {
    display: none;
  }

  .c-page-title {
    font-size: 62px;
  }

  .c-page-title._00 {
    white-space: normal;
    font-size: 52px;
  }

  .c-page-title.red {
    color: var(--indian-red);
  }

  .s-hp-map {
    height: auto;
    position: relative;
    top: 0%;
  }

  .s-hp-map.none {
    display: none;
  }

  .s-hp-map__wrap {
    margin-top: 3rem;
    margin-left: -7%;
    margin-right: -7%;
  }

  .hp-map__bg {
    height: 350px;
    border-radius: 0;
    position: relative;
  }

  .s-hp-logos__wrap {
    flex-direction: row;
  }

  .hp-logos__left {
    z-index: 5;
    width: 10%;
    min-height: 5rem;
    margin-right: -100px;
    padding-right: 3%;
  }

  .hp-logos__left._68pad {
    width: 20%;
    margin-bottom: 32px;
  }

  .hp-logos__right {
    max-width: 70%;
    flex: 0 auto;
  }

  .hp-logos__block {
    width: auto;
    justify-content: flex-start;
    padding-right: 32px;
  }

  .hp-logos__grad {
    max-width: 10%;
    flex: 1;
  }

  .s-hp-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hp-text__p {
    font-size: 34px;
  }

  .s-hp-bottom__wrap {
    padding-bottom: 120px;
  }

  .hp-bot__text {
    font-size: 58px;
  }

  .hp-bot__decor-1 {
    width: 170px;
    margin-top: -50px;
  }

  .hp-bot__decor-2 {
    width: 110px;
    margin-top: 329px;
    top: 41%;
  }

  .nav-menu-btn.w--open {
    color: var(--indian-red);
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-btn__icon.white {
    color: #fff;
  }

  .hp-map__label-1 {
    padding-bottom: 24px;
  }

  .g-hp-top {
    height: auto;
    padding-top: 0;
  }

  .div-block {
    white-space: nowrap;
    flex-flow: column;
    align-items: flex-start;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular._11879 {
    text-align: left;
  }

  .padding-global {
    width: 100%;
  }

  .margin-huge {
    margin: 5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-regular {
    padding-bottom: 2rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .main-wrapper {
    padding-top: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .home-blog_list {
    grid-template-columns: 1fr 1fr;
  }

  .home-header_component {
    max-width: 100%;
    align-items: flex-start;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar_menu {
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_component {
    min-height: 4.75rem;
  }

  .process_tabs-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_top-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-columns: 1fr;
  }

  .navbar_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 5rem;
  }

  .home-testimonial_component {
    column-count: 2;
  }

  .process_pane-content {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section_who-header {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .process_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-features_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .home-features_bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home-logos_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .home-features_top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home-faq_accordion {
    border-radius: 2rem;
  }

  .process_image {
    height: auto;
    max-height: none;
  }

  .div-block-3 {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 3rem;
  }

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

  .section_testimonial {
    margin-bottom: 3rem;
  }

  .testi-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .heading-4 {
    width: 50%;
    position: relative;
    top: 0;
  }

  .testi-wrapper {
    max-width: 100%;
    grid-row-gap: 2rem;
    margin-left: 0%;
  }

  .testi-item {
    padding: 100px 55px 55px;
  }

  .paragraph-2 {
    max-width: 70%;
  }

  .section_who-header-copy {
    height: auto;
    margin-top: 48px;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .section_who-header-copy.paragraph-10-copy {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .time_line-component {
    padding: 50px 5%;
  }

  .time_line-component.desk {
    display: none;
  }

  .time_line-component.mob {
    display: block;
  }

  .heading-6 {
    max-width: 100%;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-5 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .div-block-6 {
    order: 1;
  }

  .div-block-7 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-8 {
    order: 0;
  }

  .div-block-8._100 {
    width: 1px;
    height: 60px;
    align-self: center;
    bottom: 0;
  }

  .div-block-9 {
    border-radius: 30px;
    order: -1;
    padding: 32px 24px 24px;
  }

  .div-block-5-copy {
    justify-content: flex-start;
  }

  .image-2 {
    margin-right: 27px;
  }

  .div-block-11 {
    justify-content: flex-end;
  }

  .team_component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    margin-top: 32px;
  }

  .c-navbar__wrap-copy {
    border-bottom-color: var(--gainsboro);
  }

  .section-login {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .login-wrapper {
    justify-content: center;
    padding: 60px 52px;
    display: flex;
  }

  .login-component {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .div-block-12 {
    margin-top: 52px;
  }

  .icon {
    padding-left: 11px;
  }

  .faq_item {
    padding: 1.5rem 2rem 1.5rem 0;
  }

  .faq_icon, .faq_icon-2 {
    margin-left: 1rem;
  }

  .div-block-21 {
    width: 80%;
  }

  .acard-wrapper {
    flex-direction: column;
    margin-top: 62px;
  }

  .left {
    width: auto;
  }

  .right {
    width: 100%;
    margin-top: 64px;
  }

  .right._1 {
    width: auto;
  }

  .link_wrapper {
    margin-top: 64px;
  }

  .div-block-25 {
    grid-column-gap: 32px;
    justify-content: center;
    display: flex;
  }

  .div-block-21-copy {
    width: 80%;
  }

  .div-block-26 {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .div-block-27 {
    z-index: 6;
    width: auto;
  }

  .paragraph-10-copy-copy.mobile {
    display: block;
  }

  .paragraph-10-copy-copy.desk {
    display: none;
  }

  .image-6 {
    width: 150px;
    height: 150px;
    bottom: 32px;
  }

  .image-6-copy {
    width: 150px;
    bottom: 32px;
  }

  .smaller-heading {
    max-width: 100%;
  }

  .hp-bot__text_dark {
    font-size: 58px;
  }

  .hp-bot__decor-1-overlap {
    width: 170px;
    margin-top: -50px;
  }

  .div-block-5-tech {
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
  }

  .div-block-7-copy {
    width: 100%;
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .div-block-9-tech {
    border-radius: 30px;
    order: -1;
    padding: 32px 24px 24px;
  }

  .div-block-9-tech._1 {
    order: 0;
  }

  .smaller-heading-title {
    max-width: 100%;
  }

  .home-faq_accordion-tech {
    border-radius: 2rem;
  }

  .div-block-7-top-align {
    width: 100%;
    margin-right: 0;
  }

  .div-block-5-skill {
    justify-content: flex-start;
  }

  .nav_container {
    z-index: 10;
    align-items: center;
    position: relative;
  }

  .lottie-animation {
    width: 4rem;
    height: 4rem;
  }

  .lottie-animation._1 {
    filter: invert();
  }

  .nav_link {
    width: 100%;
    height: 3rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: 1;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    display: flex;
  }

  .nav_link:hover {
    color: var(--indian-red);
  }

  .nav_link.w--current {
    padding: .5rem 0;
  }

  .nav_link.is-first {
    margin-top: -6rem;
  }

  .nav_button-wrapper {
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .blue-solid-button.blue-solid-button {
  border: 2px solid #25659F;
  background-color: #25659F;
}
  .blue-solid-button.blue-solid-button:hover div {
    color: #25659F;
  }


  .nav_menu-mobile {
    z-index: 3;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    padding-top: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_menu {
    z-index: 0;
    opacity: 0;
    background-color: #fff;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    padding-top: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: none;
    position: absolute;
    box-shadow: 0 6px .75rem rgba(91, 92, 102, .4);
  }

  .nav_menu-button {
    width: 4rem;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .nav_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    padding: 0;
  }

  .div-block-8-copy, .div-block-6-copy {
    order: 0;
  }

  .div-block-34 {
    align-items: center;
  }

  .contact-form {
    justify-content: center;
    padding: 60px 52px;
    display: flex;
  }

  .contact-form-component {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .contact-form-2 {
    justify-content: center;
    padding: 60px 52px;
    display: flex;
  }

  .section_talk_to_us {
    height: auto;
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-page-background {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .contact-component {
    width: 100%;
    grid-column-gap: 66px;
    grid-row-gap: 66px;
    flex-direction: column;
    display: flex;
  }

  .contact-form-block {
    margin-top: 0;
  }

  .padding-global-form {
    width: 100%;
  }

  .contact-form-columns-left2 {
    width: 580px;
  }

  .s-hp-bottom__wrap_get-started-mobile {
    padding-bottom: 70px;
  }

  .padding-section-large-mobile {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global-form-mobile {
    width: 100%;
  }

  .c-container-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-container-mobile.is--map {
    padding-left: 0;
    padding-right: 0;
  }

  .c-page-title-mobile-with-padding {
    font-size: 62px;
  }

  .c-page-title-mobile-with-padding._00 {
    font-size: 52px;
  }

  .nav_link_mobile_dropdown {
    width: auto;
    height: 3rem;
    opacity: 1;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav_link_mobile_dropdown:hover {
    color: var(--indian-red);
  }

  .nav_link_mobile_dropdown.w--current {
    padding: .5rem 0;
  }

  .nav_link_mobile_dropdown.is-first {
    margin-top: -6rem;
  }

  .dropdown-toggle-mobile {
    width: 9%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 50px;
  }

  .nav-link__label_black {
    color: var(--black);
  }

  .icon-black {
    color: var(--black);
    padding-left: 0;
  }

  .div-block-38 {
    justify-content: center;
    margin-top: 2rem;
    display: flex;
  }

  .div-block-38._12 {
    margin-bottom: 5rem;
  }

  .link_wrapper-no-padding {
    margin-top: 64px;
  }

  .div-block-search {
    white-space: nowrap;
    flex-flow: row;
    align-items: center;
  }

  .hp-bot__decor-1-overlap-how-we-work {
    width: 170px;
    margin-top: -50px;
  }

  .c-container-how-we-work {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-container-how-we-work.is--map {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21-copy-copy {
    width: 80%;
  }

  .div-block-custom-solutions {
    white-space: nowrap;
    flex-flow: row;
    align-items: center;
  }

  .c-container-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-container-footer.is--map {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-47 {
    height: 3rem;
    overflow: hidden;
  }

  .div-block-47._2 {
    height: 9rem;
  }

  .paragraph-17 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--black);
    margin-bottom: 0;
    font-family: canada-type-gibson, sans-serif;
    display: flex;
  }

  .image-8 {
    width: 1rem;
  }

  .div-block-who-we-are, .div-block-how-we-work, .div-block-search-types, .div-block-contact {
    white-space: nowrap;
    flex-flow: row;
    align-items: center;
  }

  .hp-bot__text-more-padding {
    font-size: 58px;
  }

  .c-btn-home-only {
    align-items: center;
  }

  .c-btn-home-only.is--navbar {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-btn-home-only._1 {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .s-hp-header {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .c-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-navbar, .c-navbar__wrap {
    height: 80px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .c-btn {
    font-size: 14px;
  }

  .c-btn.is--navbar {
    width: 190px;
  }

  .nav-link__label {
    font-size: 16px;
  }

  .c-page-title {
    font-size: 48px;
  }

  .c-page-title._00 {
    font-size: 32px;
  }

  .s-hp-logos {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .s-hp-logos__wrap {
    max-width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hp-logos__left {
    margin-left: 20px;
    margin-right: 0;
    display: none;
  }

  .hp-logos__right {
    max-width: 100%;
    justify-content: flex-start;
  }

  .hp-logos__block {
    max-width: 100%;
    grid-column-gap: 20px;
  }

  .hp-logos__grad {
    margin-left: 0%;
  }

  .hp-text__ctas-wrap {
    justify-content: center;
  }

  .hp-text__p {
    font-size: 24px;
  }

  .s-hp-bottom {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .hp-bot-label {
    font-size: 13px;
  }

  .hp-bot__text {
    max-width: 60vw;
    font-size: 6vw;
  }

  .c-footer {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .ftr-row__1 {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .hp-bot__decor-1 {
    width: 25vw;
  }

  .hp-bot__decor-2 {
    width: 20vw;
    top: 34%;
  }

  .hp-map__label-1 {
    margin-top: 30px;
    margin-left: 30px;
    font-size: 24px;
  }

  .hp-map__image {
    width: 70%;
  }

  .hp-bottom__bg {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .footer_form-input {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-regular {
    padding-bottom: 1.25rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .home-blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-header_component {
    flex-direction: column;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .process_tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .home-faq_question {
    padding: 1rem 1.25rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .home-testimonial_component {
    column-count: 1;
  }

  .section_who-header {
    padding-top: 4rem;
    overflow: hidden;
  }

  .home-features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-logos_image-wrapper {
    width: 5rem;
    padding: 1.5rem 1rem;
  }

  .home-testimonial_content {
    padding: 1.5rem;
  }

  .home-faq_icon {
    width: 1.75rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .home-testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home-testimonial_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-input {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .home-faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
  }

  .logo {
    width: 15%;
  }

  .heading-4 {
    width: 70%;
  }

  .section_who-header-copy {
    padding-top: 4rem;
  }

  .heading-6 {
    margin-bottom: 2rem;
    font-size: 32px;
    line-height: 1.3;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .c-navbar__wrap-copy {
    height: 80px;
  }

  .section-login {
    padding-top: 4rem;
  }

  .faq_item {
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-12 {
    font-size: 45px;
  }

  .home-faq_question-2 {
    padding: 1rem 1.25rem;
  }

  .home-faq_icon-2 {
    width: 1.75rem;
  }

  .paragraph-10-copy {
    width: 80%;
  }

  .home-faq_answer-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .arrow {
    padding-left: 5px;
  }

  .smaller-heading {
    margin-bottom: 2rem;
    font-size: 32px;
    line-height: 1.3;
  }

  .s-hp-bottom-white {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .hp-bot__text_dark {
    max-width: 60vw;
    font-size: 6vw;
  }

  .hp-bot__decor-1-overlap {
    width: 25vw;
  }

  .smaller-heading-title {
    margin-bottom: 2rem;
    font-size: 32px;
    line-height: 1.3;
  }

  .nav_logo {
    height: 1.75rem;
  }

  .nav_menu {
    width: 100vw;
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .email {
    margin-top: 35px;
    margin-left: -10px;
  }

  .name {
    margin-top: 35px;
  }

  .section_talk_to_us {
    margin-top: 80px;
    padding-top: 0;
  }

  .contact-page-background {
    padding-top: 4rem;
  }

  .contact-component {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact-form-columns-left2 {
    width: 410px;
  }

  .padding-section-large-mobile {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .address-mobile {
    margin-top: 0;
    padding-right: 30px;
  }

  .how-did-you-hear {
    margin-top: 35px;
    margin-left: -10px;
  }

  .c-container-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-page-title-mobile-with-padding {
    font-size: 48px;
  }

  .c-page-title-mobile-with-padding._00 {
    font-size: 32px;
  }

  .nav-link__label_black {
    font-size: 16px;
  }

  .c-footer-how-we-work {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .home-faq_icon_fun_fact {
    width: 1.75rem;
  }

  .hp-bot__decor-1-overlap-how-we-work {
    width: 25vw;
  }

  .s-hp-bottom-white-how-we-work {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .c-container-how-we-work, .c-container-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hp-bot__text-more-padding {
    max-width: 60vw;
    font-size: 6vw;
  }

  .c-btn-home-only {
    font-size: 14px;
  }

  .c-btn-home-only.is--navbar {
    width: 190px;
  }
}

@media screen and (max-width: 479px) {
  .s-hp-header {
    height: auto;
    justify-content: flex-start;
  }

  .s-hp-header.none, .c-container.none {
    display: none;
  }

  .navbar-brand__logo, .navbar-brand__logo.is--white {
    width: 100px;
  }

  .nav-menu {
    opacity: 0;
    display: none;
  }

  .nav-link {
    color: #fff;
  }

  .c-btn.is--white, .c-btn.is--white-email-button, .c-btn.is--white-email-button-more-padding {
    justify-content: center;
  }

  .c-page-title {
    margin-bottom: 0;
  }

  .c-page-title._00 {
    color: #000;
    font-size: 2.2rem;
  }

  .c-page-title.red {
    color: var(--indian-red);
  }

  .c-section-text.is--hp-hdr._11 {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .s-hp-map {
    position: relative;
    top: 0%;
  }

  .s-hp-map.none {
    display: none;
  }

  .s-hp-map__wrap {
    margin-top: 3rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .s-hp-logos__wrap {
    display: flex;
  }

  .hp-logos__left._68pad.mob {
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .hp-logos__right {
    max-width: 100%;
    justify-content: flex-start;
  }

  .hp-logos__block {
    max-width: 700px;
    min-width: 700px;
    grid-column-gap: 22px;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    padding-right: 22px;
  }

  .s-hp-text {
    padding-top: 80px;
    padding-bottom: 46px;
  }

  .hp-text__p {
    width: 100%;
    font-size: 28px;
  }

  .s-hp-bottom__wrap {
    padding-top: 70px;
    padding-bottom: 64px;
  }

  .s-hp-bottom__wrap._11 {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .hp-bot-label__text {
    text-align: center;
  }

  .hp-bot__text {
    max-width: 100vw;
    font-size: 28px;
  }

  .c-footer, .c-footer._0 {
    padding-top: 70px;
  }

  .hp-bot__decor-2 {
    top: 40%;
  }

  .hp-bot__decor-2._2 {
    margin-top: 245px;
  }

  .hp-map__label-1 {
    margin-top: 30px;
    padding-top: 0;
  }

  .hp-map__image {
    position: relative;
  }

  .g-hp-top {
    height: auto;
  }

  .hp-bottom-block {
    position: relative;
  }

  .div-block {
    white-space: normal;
    flex-flow: column;
    align-items: flex-start;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-regular._11879 {
    text-align: left;
    margin-top: 10px;
  }

  .text-size-regular._118793 {
    text-align: left;
  }

  .padding-global {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-weight-semibold.text-size-regular--funfact {
    padding-top: 9px;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home-header_component {
    align-items: stretch;
  }

  .process_tabs-menu {
    align-items: flex-start;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .navbar_menu-right {
    align-items: stretch;
  }

  .home-faq_question {
    padding: .9rem 1.6rem .8rem;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .process_pane-content, .home-features_component {
    grid-template-columns: 1fr;
  }

  .home-faq_icon {
    width: 2rem;
    height: 2rem;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home-faq_accordion {
    width: 100%;
    margin-top: 32px;
  }

  .home-faq_answer {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .home-faq_answer._2 {
    padding: 5px 1.9rem .5rem;
  }

  .home-features_content {
    width: auto;
  }

  .div-block-3 {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .logo {
    width: 80px;
    max-width: 80px;
  }

  .section_testimonial {
    padding-bottom: 24px;
  }

  .heading-4 {
    width: 100%;
    font-size: 30px;
    line-height: 37px;
  }

  .testi-wrapper {
    grid-row-gap: 1.5rem;
  }

  .testi-item {
    grid-row-gap: 1rem;
    border-radius: 20px;
    padding: 60px 30px 30px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 33px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .paragraph-2 {
    max-width: 90%;
  }

  .image {
    height: 30px;
    top: 25px;
    left: 26px;
  }

  .section_who-header-copy {
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_who-header-copy.paragraph-10-copy {
    margin-top: 3rem;
    padding-bottom: 0;
    display: block;
  }

  .time_line-component {
    border-radius: 30px;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .time_line-component.mob {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .heading-6 {
    font-size: 28px;
  }

  .container {
    max-width: none;
  }

  .div-block-5 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .div-block-6 {
    width: 18px;
    height: 18px;
    min-height: 18px;
    min-width: 18px;
    border-width: 10px;
    padding: 9px 8px 8px;
  }

  .div-block-8 {
    width: 22px;
  }

  .div-block-9 {
    padding: 28px 20px 20px;
  }

  .image-2 {
    margin-right: 16px;
  }

  .team_component {
    width: 100%;
    flex-direction: column;
    margin-top: 28px;
    display: flex;
  }

  .image-4 {
    filter: grayscale();
  }

  .section-login {
    padding-top: 1rem;
    padding-bottom: 2rem;
    overflow: hidden;
  }

  .login-wrapper {
    width: 100%;
    border-radius: 2rem;
    padding: 32px 5%;
  }

  .login-component {
    flex-direction: column;
    display: flex;
  }

  .login-left {
    grid-row-gap: 22px;
  }

  .paragraph-6 {
    font-size: 28px;
  }

  .div-block-12 {
    margin-top: 16px;
  }

  .div-block-13 {
    min-width: 100%;
    justify-content: center;
  }

  .div-block-15 {
    height: 32px;
  }

  .div-block-16 {
    height: 18px;
  }

  .text-block {
    color: #fff;
  }

  .faq_answer {
    max-width: 100%;
  }

  .paragraph-8 {
    font-size: .875rem;
  }

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

  ._2rem {
    width: 70%;
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .section_search_types {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-21 {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .paragraph-10 {
    width: 100%;
  }

  .right {
    border-radius: 22px;
    margin-top: 64px;
    padding: 64px 24px 32px;
    overflow: hidden;
  }

  .right._2, .right._3 {
    margin-top: 32px;
    display: none;
  }

  .right._4 {
    margin-top: 32px;
  }

  .right._1 {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .link-block-2 {
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 22px 24px;
  }

  .paragraph-11 {
    margin-bottom: 8px;
  }

  .paragraph-12 {
    font-size: 32px;
  }

  .div-block-22 {
    justify-content: center;
  }

  .link_wrapper {
    grid-column-gap: 32px;
    margin-top: 32px;
  }

  .link-item {
    padding: 16px 32px 16px 16px;
  }

  .paragraph-13 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph-13._11 {
    margin-bottom: 0;
  }

  .linea {
    width: 8px;
    margin-top: 0;
    overflow: hidden;
  }

  .div-block-23 {
    height: 52px;
  }

  .text-size-regular-2 {
    font-size: 14px;
  }

  .home-faq_question-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .text-span {
    font-size: 10px;
  }

  .text-span-2 {
    font-size: 16px;
  }

  .div-block-24 {
    padding-top: 22px;
    padding-bottom: 8px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-25 {
    flex-direction: column;
  }

  .div-block-21-copy {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .paragraph-10-copy {
    width: 100%;
  }

  .div-block-27 {
    align-items: stretch;
    padding: 2rem 1.7rem;
  }

  .heading-7 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .div-block-28 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .paragraph-10-copy-copy {
    width: 100%;
    font-size: 16px;
  }

  .paragraph-10-copy-copy.mobile {
    margin-bottom: 120px;
  }

  .image-6 {
    width: 81px;
    bottom: 53px;
  }

  .image-6-copy {
    width: 100px;
    bottom: 75px;
  }

  .section_search_types-copy {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .home-faq_answer-copy {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
  }

  .arrow {
    padding-left: 12px;
  }

  .smaller-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .s-hp-bottom-white {
    border-radius: 0;
    position: relative;
  }

  .hp-bot-label__text_dark {
    text-align: center;
  }

  .hp-bot__text_dark {
    max-width: 100vw;
    font-size: 28px;
  }

  .hp-bot__text_dark._1 {
    margin-bottom: 10px;
  }

  .div-block-5-tech {
    margin-top: 2.5rem;
    margin-bottom: 24px;
  }

  .div-block-9-tech {
    grid-row-gap: 1rem;
    padding: 28px 20px 20px;
  }

  .smaller-heading-title {
    font-size: 28px;
  }

  .paragraph-3-less-line-height {
    font-size: 21px;
  }

  .image-7 {
    width: 48px;
    height: 48px;
  }

  .div-block-31 {
    height: 48px;
    grid-template-rows: minmax(min-content, max-content);
  }

  .home-faq_accordion-tech {
    width: 100%;
    margin-top: 28px;
  }

  .div-block-33 {
    flex-direction: column;
    display: flex;
  }

  .nav_container {
    height: 2.5rem;
    align-items: center;
  }

  .lottie-animation {
    width: 3rem;
    height: 3rem;
    max-height: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    filter: invert();
    color: #10294c;
  }

  .lottie-animation._1 {
    filter: invert();
    border-radius: 12px;
  }

  .lottie-animation.dark {
    filter: none;
  }

  .nav_link {
    min-height: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1rem;
  }

  .nav_link.w--current {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav_link.is-first {
    max-height: 3rem;
  }

  .nav_link.is-first.w--current {
    font-size: 1rem;
  }

  .nav_link._2 {
    height: 4rem;
  }

  .nav_menu-mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    margin-top: 4.8rem;
    display: none;
  }

  .nav_logo {
    height: 1.6875rem;
  }

  .nav_menu {
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 113px;
    padding-top: 0;
    display: none;
  }

  .nav_menu-button {
    width: 3rem;
    height: 3rem;
    max-height: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    justify-content: center;
  }

  .nav_menu-button.w--open {
    width: 2rem;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
  }

  .div-block-8-copy {
    width: 22px;
  }

  .div-block-6-copy {
    width: 48px;
    height: 48px;
    min-height: 18px;
    min-width: 18px;
    border-width: 2px;
    align-items: center;
    padding: 9px 8px 8px;
  }

  .paragraph-16 {
    margin-right: -1px;
    font-size: 32px;
  }

  .div-block--wrap-children {
    flex-flow: column wrap;
    align-items: center;
  }

  .contact-form {
    width: 100%;
    border-radius: 2rem;
    padding: 32px 5%;
  }

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

  .email._0 {
    margin-top: 0;
  }

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

  .contact-form-2 {
    width: 100%;
    border-radius: 2rem;
    padding: 54px 5% 32px 10%;
  }

  .section_talk_to_us {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contact-page-background {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .contact-component {
    flex-direction: column;
    display: flex;
  }

  .contact-left {
    grid-row-gap: 22px;
  }

  .contact-form-block {
    margin-top: 16px;
  }

  .padding-global-form {
    width: 100%;
  }

  .contact-form-columns-left2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-checkbox {
    order: 1;
  }

  .paragraph-15-no-line-height {
    margin-top: 5px;
  }

  .text-size-regular-2-bulleted-list {
    font-size: 14px;
  }

  .s-hp-bottom__wrap_get-started-mobile {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-section-large-mobile {
    padding-top: 1rem;
  }

  .padding-global-form-mobile {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .c-container-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .c-page-title-mobile-with-padding {
    margin-bottom: 0;
  }

  .c-page-title-mobile-with-padding._00 {
    color: #000;
    font-size: 26px;
  }

  .div-block-title-with-padding {
    flex-flow: wrap;
    align-items: center;
    padding-bottom: 17px;
  }

  .nav_link_mobile_dropdown {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.125rem;
  }

  .div-block-38 {
    justify-content: center;
    margin-top: 2rem;
    display: flex;
  }

  .div-block-38._12 {
    margin-bottom: 3rem;
  }

  .c-footer-how-we-work {
    padding-top: 70px;
  }

  .c-footer-how-we-work._0 {
    padding-top: 40px;
  }

  .home-faq_icon_fun_fact {
    width: 2rem;
    height: 2rem;
    margin-top: 5px;
    padding-top: 0;
  }

  .link_wrapper-no-padding {
    grid-column-gap: 32px;
    margin-top: 32px;
  }

  .premier-level-link {
    width: 100%;
  }

  .div-block-44 {
    flex-direction: column;
    align-items: center;
  }

  .text-size-regular-skill._11879, .text-size-regular-skill._118793 {
    text-align: left;
  }

  .div-block-search {
    flex-flow: wrap;
    align-items: center;
  }

  .hp-bot__decor-1-overlap-how-we-work {
    margin-top: -50px;
    position: absolute;
  }

  .s-hp-bottom-white-how-we-work {
    border-radius: 0;
    position: relative;
  }

  .c-container-how-we-work {
    margin-top: -48px;
  }

  .c-container-how-we-work.none {
    display: none;
  }

  .div-block-21-copy-copy {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .div-block-custom-solutions {
    flex-flow: wrap;
    align-items: center;
  }

  .hp-bot__ctas-wrap-free-search {
    margin-top: 52px;
  }

  .c-container-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-container-footer.none {
    display: none;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    display: flex;
  }

  .dropdown-2 {
    display: flex;
  }

  .text-block-3 {
    color: #333;
  }

  .dropdown-list-2 {
    background-color: #e2dfdf;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
  }

  .div-block-47 {
    width: 100%;
    height: 4rem;
    min-height: 4rem;
    padding-bottom: 0;
  }

  .div-block-47._2 {
    height: 3rem;
  }

  .paragraph-17 {
    font-size: 1rem;
  }

  .image-8 {
    margin-right: -1.125rem;
  }

  .div-block-who-we-are, .div-block-how-we-work, .div-block-search-types, .div-block-contact {
    white-space: normal;
    flex-flow: column;
    align-items: center;
  }

  .text-span-11 {
    font-family: canada-type-gibson, sans-serif;
  }

  .hp-bot__text-more-padding {
    max-width: 100vw;
    font-size: 28px;
  }

  .c-btn-home-only {
    display: none;
  }

  .c-btn-home-only.is--white, .c-btn-home-only.is--white-email-button, .c-btn-home-only.is--white-email-button-more-padding {
    justify-content: center;
  }
}

#w-node-_2805cdf0-face-f501-63d9-343823f47249-2573ce91 {
  align-self: auto;
}

#w-node-b1ba814c-e9e7-e4dd-4624-12709eae0199-2573ce94 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_09d3ba46-8a3e-de40-9f3b-473d270c855d-2573ce94 {
  justify-self: start;
}

#w-node-b1ba814c-e9e7-e4dd-4624-12709eae019f-2573ce94 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-fb8ab83b-1bb3-12dd-f358-8b3bbe268bf4-2573ce94 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-daedc5c5-24ba-e407-2729-aea511ec5602-2573ce94 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: stretch;
}

#w-node-_0380b888-57f8-5b62-a599-f6ca16946dc7-2573ce94 {
  justify-self: start;
}

#w-node-_0380b888-57f8-5b62-a599-f6ca16946dcb-2573ce94 {
  align-self: center;
}

#w-node-c3681a23-1712-f2a8-52cd-a8c8d23a6801-2573ce94 {
  justify-self: start;
}

#w-node-c3681a23-1712-f2a8-52cd-a8c8d23a6805-2573ce94 {
  align-self: center;
  justify-self: end;
}

#w-node-_50aa0e48-b259-da61-fcd2-a61c633069cd-2573ce94 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_50aa0e48-b259-da61-fcd2-a61c633069cf-2573ce94, #w-node-_3fff9e31-a8db-5be2-47e1-ea26e1c2028a-2573ce94 {
  justify-self: start;
}

#w-node-_3fff9e31-a8db-5be2-47e1-ea26e1c2028e-2573ce94 {
  align-self: center;
}

#w-node-_50aa0e48-b259-da61-fcd2-a61c633069e5-2573ce94 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: stretch;
}

#w-node-c7224b23-6ba2-2f70-d255-674ea29bda6b-2573ce94 {
  justify-self: start;
}

#w-node-c7224b23-6ba2-2f70-d255-674ea29bda6d-2573ce94 {
  align-self: center;
  justify-self: end;
}

#w-node-_0b75c7bf-73f3-7551-237f-0221f3c9d0ad-2573ce95 {
  justify-self: center;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e044d-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e044f-2573ce98 {
  justify-self: center;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0467-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0468-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e046c-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e046d-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0471-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0472-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0476-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0477-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e047b-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e047c-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0480-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0481-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e048b-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e048c-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0490-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0491-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0495-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0496-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e049a-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e049b-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e049f-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04a0-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04a4-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04a5-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04af-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04b0-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04b4-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04b5-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04b9-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04ba-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04be-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04bf-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04c8-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04c9-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04d2-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04d3-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04e5-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04e6-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04ea-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04eb-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04ef-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04f0-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04f4-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04f5-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04f9-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e04fa-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0504-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0505-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0509-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e050a-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e050e-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e050f-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0513-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0514-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0518-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0519-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e051d-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e051e-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0529-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e052a-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e052e-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e052f-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0533-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0534-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0538-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0539-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e053d-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e053e-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0542-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0543-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0547-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0548-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e054c-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e054d-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0551-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0552-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e055c-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e055d-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0561-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0562-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0566-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0567-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e056e-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e056f-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e05b3-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e05d3-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e05db-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e05dc-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e05e1-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e05e2-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e05f1-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e05fd-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0607-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e060a-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e060b-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e060e-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e060f-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0612-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0613-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0617-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e061a-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e061b-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e061e-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e061f-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0622-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e062a-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e062b-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e062c-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e062e-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0631-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0632-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0633-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0637-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e063a-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e063b-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e063c-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0640-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0644-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0645-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e064b-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e064f-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0650-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0654-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0657-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e065c-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e065d-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e065e-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0662-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0665-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0666-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0667-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e066d-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0670-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0671-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0672-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0678-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e067b-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e067c-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e067d-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0685-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0688-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0689-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e068a-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0696-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0697-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0698-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e069c-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06a1-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06a2-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06a3-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06a9-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06ae-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06af-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06b0-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06b6-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06bb-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06bc-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06bd-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06c5-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06cb-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06cc-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06d2-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06dc-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06dd-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06de-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06df-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06e1-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06e4-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06e8-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06e9-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06ea-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06f3-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06f4-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06f5-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06fe-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e06ff-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0700-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0701-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0707-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0708-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0709-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e070a-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e070c-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0710-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0711-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0712-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0713-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0715-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0781-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0785-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0786-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0788-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e078a-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e078b-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e078d-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e078f-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0790-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0792-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0794-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0795-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0797-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0799-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e079a-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e079c-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e079e-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e079f-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07a1-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07a3-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07a4-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07a6-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07a7-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07a9-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07aa-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07ac-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07ad-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07af-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07b0-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07b2-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07b3-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07b5-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07b6-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07b8-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07be-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07c2-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07c3-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07c5-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07c7-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07c8-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07ca-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07cc-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07cd-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07cf-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07d1-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07d2-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07d4-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07d6-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07d7-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07d9-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07db-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07dc-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07de-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07e0-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07e1-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07e3-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07e5-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07e6-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07e8-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07ea-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07eb-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07ed-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07ef-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07f0-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07f2-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07f4-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07f5-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07f7-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e07fc-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0800-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0802-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0805-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e080a-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e080f-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0814-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0819-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0820-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0821-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0823-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0824-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0826-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0827-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0829-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e082a-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e082c-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e082d-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e082f-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0830-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0832-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0833-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0835-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0836-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0838-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0839-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e083b-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e083c-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e083e-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e083f-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0841-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0842-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0844-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0845-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0847-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0848-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e084a-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e084b-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e084d-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e084e-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0850-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0851-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0853-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0854-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0856-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0857-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0859-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e085a-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e085c-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e085d-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e085f-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0860-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0862-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0863-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0865-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0866-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0868-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0869-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e086b-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e086c-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e086e-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e086f-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0871-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0872-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0874-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0875-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0877-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0878-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e087d-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0881-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0883-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0886-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e088b-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0890-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0895-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e089a-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08a1-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08a2-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08a4-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08a5-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08a7-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08a8-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08aa-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08ab-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08ad-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08ae-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08b0-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08b1-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08b3-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08b4-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08b6-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08b7-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08b9-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08ba-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08bc-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08bd-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08bf-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08c0-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08c2-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08c3-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08c5-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08c6-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08c8-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08c9-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08cb-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08cc-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08ce-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08cf-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08d1-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08d2-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08d4-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08d5-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08d7-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08d8-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08da-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08db-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08dd-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08de-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08e0-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08e1-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08e3-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08e4-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08e6-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08e7-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08e9-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08ea-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08ec-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08ed-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08ef-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08f0-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08f2-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08f3-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08f5-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08f6-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08f8-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e08f9-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e09eb-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e09ef-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e09f0-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e09f4-2573ce98, #w-node-_28580ea1-5ac9-a78b-2715-f382ff4e09f6-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e09f7-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e09fb-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e09fc-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a00-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a01-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a05-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a06-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a0a-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a0b-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a0f-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a10-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a14-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a15-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a19-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a1a-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a1e-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a1f-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a23-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a24-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a27-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a28-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a2b-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a2c-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a30-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a31-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a35-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a36-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a3a-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a3b-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a3f-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a40-2573ce98 {
  justify-self: start;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a44-2573ce98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28580ea1-5ac9-a78b-2715-f382ff4e0a45-2573ce98 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_50aa0e48-b259-da61-fcd2-a61c633069cf-2573ce94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_50aa0e48-b259-da61-fcd2-a61c633069d3-2573ce94 {
    justify-self: end;
  }

  #w-node-_3fff9e31-a8db-5be2-47e1-ea26e1c2028e-2573ce94 {
    align-self: start;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Fontspring Demo Gibson Bold Webfont';
  src: url('/fonts/fontspring-demo-gibson-bold-webfont.woff2') format('woff2'), url('../fonts/fontspring-demo-gibson-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Gibson Light Webfont';
  src: url('/fonts/fontspring-demo-gibson-light-webfont.woff2') format('woff2'), url('../fonts/fontspring-demo-gibson-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gopher Bold Webfont';
  src: url('/fonts/gopher-bold-webfont.woff2') format('woff2'), url('../fonts/gopher-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill_Sans';
  src: url('/fonts/GillSans.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('/fonts/Gibson-BoldItalic.ttf') format('truetype'), url('../fonts/Gibson-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('/fonts/Gibson-RegularItalic.ttf') format('truetype'), url('../fonts/Gibson-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('/fonts/Gibson-Regular.ttf') format('truetype'), url('../fonts/Gibson.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('/fonts/gibson-bold.ttf') format('truetype'), url('../fonts/Gibson-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsansc';
  src: url('/fonts/GillSansC-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsansc';
  src: url('/fonts/GillSansC-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GillSansLightC-Italic';
  src: url('/fonts/GillSansLightC-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsansc';
  src: url('/fonts/GillSansC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GillSansExtraBoldC';
  src: url('/fonts/GillSansExtraBoldC.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GillSansLightC';
  src: url('/fonts/GillSansLightC.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsanscondc';
  src: url('/fonts/GillSansCondC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('/fonts/Gill-Sans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('/fonts/Gibson-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('/fonts/Gibson-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('/fonts/Gibson-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('/fonts/Gibson-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gopher';
  src: url('/fonts/Gopher-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gopher';
  src: url('/fonts/Gopher-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans Condensed';
  src: url('/fonts/GillSans-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('/fonts/Gill-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('/fonts/Gill-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('/fonts/Gill-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('/fonts/Gill-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('/fonts/Gill-Sans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}