@font-face {
  font-family: Gascogne;
  src: url('../fonts/TypeShop-Collection---GascogneTS-DemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Untitledsans;
  src: url('../fonts/UntitledSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Untitledsans;
  src: url('../fonts/UntitledSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Untitledsans;
  src: url('../fonts/UntitledSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --coal-black: #112621;
  --peach-coral: #ff9375;
  --forest-green: #1f453b;
  --white: #fcfbfa;
  --sage-green: #bfc9bd;
  --cloud-grey: #f0ede8;
  --canary-yellow: #fae370;
  --cornflower-blue: #528cff;
}

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Typeshop Collection Gascognets;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.page-wrapper {
  overflow: visible;
}

.footer {
  position: sticky;
  bottom: 0;
}

.section__header {
  background-color: var(--coal-black);
  overflow: hidden;
}

.padding-global {
  padding-left: 3vw;
  padding-right: 3vw;
}

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

.container.coral-bg {
  background-color: var(--peach-coral);
  display: inline-block;
}

.container.forest-bg {
  background-color: var(--forest-green);
}

.nav {
  z-index: 200;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.header__text {
  z-index: 100;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 20%;
  overflow: hidden;
}

.heading-style-h1 {
  font-family: Gascogne, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 5vw;
}

.text-body-regular {
  letter-spacing: -.025rem;
  max-width: 880px;
  font-family: Untitledsans, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.8vw;
}

.text-body-regular.text-margin-bottom {
  max-width: 900px;
  margin-bottom: 30px;
}

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

.text-body-regular.text-white.no-max {
  max-width: none;
}

.button {
  background-color: var(--peach-coral);
  color: var(--coal-black);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 60px;
  padding: 1vw;
  font-family: Untitledsans, Arial, sans-serif;
  font-size: .8vw;
  font-weight: 500;
  line-height: .8vw;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--sage-green);
}

.header__image-wrapper {
  perspective: 1000px;
  width: 100vw;
  height: auto;
  position: absolute;
  inset: 0%;
}

.header {
  height: 180vh;
  position: relative;
}

.header__image-wrapper-overlay {
  z-index: 5;
  background-color: var(--coal-black);
  opacity: .5;
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.logo {
  width: 200px;
}

.header__image {
  filter: blur(2px);
  position: absolute;
}

.header__image.img1 {
  width: 16vw;
  top: 2%;
  left: 24%;
  right: auto;
}

.header__image.img2 {
  width: 26vw;
  top: -2%;
  right: 15%;
}

.header__image.img3 {
  width: 17vw;
  top: 18%;
  left: -4%;
}

.header__image.img4 {
  width: 28vw;
  top: 34%;
  right: -1%;
}

.header__image.img5 {
  width: 10vw;
  top: 40%;
  left: 10%;
}

.header__image.img6 {
  width: 22vw;
  top: 43%;
  left: 23%;
}

.header__image.img7 {
  width: 16vw;
  top: 52%;
  right: 34%;
}

.header__image.img8 {
  width: 32vw;
  bottom: 15%;
  left: -1%;
}

.header__image.img9 {
  width: 17vw;
  bottom: 24%;
  right: 12%;
}

.header__image.img10 {
  width: 14vw;
  bottom: 5%;
  left: 38%;
}

._2-columns {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
}

._2-columns__left {
  background-color: var(--cloud-grey);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 100px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: block;
  position: relative;
}

._2-columns__right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f8f7f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.background-holder {
  z-index: 0;
  position: relative;
}

.background-color {
  background-color: #f8f7f5;
  position: fixed;
  inset: 0%;
}

._2-columns-content {
  z-index: 1;
  display: flex;
  position: relative;
}

.heading-style-h2 {
  font-family: Gascogne, sans-serif;
  font-size: 2.8vw;
  line-height: 2.9vw;
}

.heading-style-h2.heading-center {
  text-align: center;
}

.heading-style-h2.text-white {
  color: var(--white);
}

.success-icon {
  width: auto;
  position: absolute;
}

.success-icon.icon1 {
  inset: 35% auto auto 12%;
}

.success-icon.icon2 {
  inset: 32% 27% auto auto;
}

.success-icon.icon3 {
  inset: auto auto 19% 37%;
}

.success-content {
  color: var(--coal-black);
  max-width: 740px;
}

.heading-style-h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gascogne, sans-serif;
  font-size: 1.4vw;
  line-height: 1.45vw;
}

.text-body-small {
  letter-spacing: -.025rem;
  font-family: Untitledsans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.5vw;
  text-decoration: none;
}

.sticky-wrap {
  padding-bottom: 100vh;
  position: relative;
}

.sticky-trigger {
  height: 150vh;
}

.sticky-trigger.work-trigger {
  height: 120vh;
}

.sticky-track {
  position: absolute;
  inset: 0%;
}

.sticky-element {
  height: 100vh;
  position: sticky;
  top: 0;
}

.stats__content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-flow: column;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.stats-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 1;
  grid-template-rows: 30% 30% 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center stretch;
  max-width: 85vw;
  display: grid;
  overflow: visible;
}

.stats-grid__block {
  color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 5em 2em;
  display: flex;
}

.stats-grid__block.block-forest {
  background-color: var(--forest-green);
  justify-content: space-between;
}

.stats-grid__block.block-cloud {
  background-color: var(--cloud-grey);
  color: var(--coal-black);
}

.stats-grid__block.block-sage {
  background-color: var(--sage-green);
  color: var(--coal-black);
}

.stats__img-container {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 3px #0003;
}

.stats-grid__block__logo {
  max-width: 60%;
}

.stats-grid__block__logo.evenko {
  max-width: 40%;
}

.stats-header {
  margin-bottom: 0;
  font-family: Gascogne, sans-serif;
  font-size: 5.5vw;
  line-height: 5.2vw;
}

.text-large {
  letter-spacing: -.05px;
  font-family: Untitledsans, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.4vw;
}

.text-large.padding-small {
  margin-bottom: 30px;
}

.text-large.link-arrow {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  color: var(--white);
  justify-content: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.text-large.link-arrow:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--peach-coral);
  text-decoration-color: var(--peach-coral);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 4px;
}

.stats-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.stats__img {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  overflow: visible;
}

.stats__img.tct-img {
  height: 100%;
}

.work-container {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: var(--cloud-grey);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  padding-top: 2vw;
  padding-bottom: 5vw;
  display: flex;
}

.div-block {
  background-color: var(--peach-coral);
  height: 100vh;
}

.work__cards {
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: block;
  position: relative;
}

.card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.card.centaur-card {
  z-index: 5;
  flex: 1;
  width: 26vw;
  max-width: 625px;
  position: absolute;
  inset: -3% auto auto 3%;
  overflow: visible;
}

.card.ford-card {
  z-index: 2;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 14vw;
  max-width: 370px;
  position: absolute;
  inset: 31% auto auto 36%;
}

.card.vimy-card {
  z-index: 3;
  flex: 1;
  width: 24vw;
  max-width: 525px;
  position: absolute;
  inset: 15% 20% auto auto;
}

.card.cne-card {
  z-index: 4;
  flex: 1;
  width: 15vw;
  max-width: 370px;
  position: absolute;
  inset: 0% 3% auto auto;
}

.work__cards__img.border-radius-large {
  border-radius: 20px;
}

.work__cards__img.border-radius-small {
  border-radius: 12px;
}

.work__cards__location {
  opacity: .8;
  color: var(--coal-black);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Untitledsans, Arial, sans-serif;
  font-size: .7vw;
  font-weight: 500;
  line-height: .7vw;
}

.work__cards__text {
  opacity: 0;
}

.work__cards__link {
  color: var(--coal-black);
  text-decoration: none;
  display: block;
}

.work__cards__link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--peach-coral);
  text-decoration-color: var(--peach-coral);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  border: 1px #000;
  text-decoration-thickness: 4px;
}

.section__meaningful {
  z-index: 5;
  position: relative;
}

.form-container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--white);
  border-radius: 30px;
  margin: 3vw 2vw;
  padding: 6vw 3vw;
  display: flex;
  overflow: visible;
}

.form-left {
  width: 35%;
  position: relative;
}

.form-right {
  width: 50%;
  margin-top: 20px;
}

.form__label {
  margin-bottom: 20px;
  font-family: Gascogne, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.form__field {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #0000 #0000 var(--coal-black);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5px;
  display: block;
}

.form__field:focus {
  border-width: 1px 1px 3px;
  border-color: #0000 #0000 var(--peach-coral);
  background-color: var(--cloud-grey);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.form__field::placeholder {
  letter-spacing: -.015rem;
  background-color: #0000;
  font-family: Untitledsans, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.checkbox-field {
  margin-bottom: 30px;
}

.checkbox {
  margin-top: 8px;
}

.form__shapes {
  position: absolute;
}

.form__shapes__triangle {
  width: 16vw;
  position: absolute;
  inset: auto auto -11% -13%;
}

.form__shapes__hex {
  width: 9vw;
  position: absolute;
  inset: auto auto -1% 14%;
}

.section__blogs {
  z-index: 5;
  background-color: var(--white);
  position: relative;
}

.blogs-content {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 4vw;
  display: flex;
}

.blogs-3-col {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blog-card {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: left;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.blog-card__img {
  border-radius: 15px;
  overflow: hidden;
}

.blogs-content__title {
  max-width: 1250px;
}

.social-icons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.footer-menu-item {
  color: #f0ede8;
  letter-spacing: -.3px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer__socials-container__affiliates {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  align-items: flex-end;
  display: flex;
}

.bcorp-footer {
  display: flex;
}

.nav-footer-main-menu {
  background-color: #0000;
}

.image-6 {
  width: 100%;
  max-width: none;
}

.footer__socials-container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-main-menu__list {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer__bottom-nav {
  border-top: 1px solid #bfc9bd;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 33px;
  padding-bottom: 33px;
  font-family: Untitledsans, Arial, sans-serif;
  display: flex;
}

.footer__bottom__copyright {
  color: #f0ede8;
  letter-spacing: -.3px;
  font-size: 15px;
}

.clutch {
  width: 120px;
}

.link-block {
  color: #f0ede8;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.link-block:hover {
  color: #ff9375;
}

.text-block {
  opacity: .8;
  font-weight: 300;
}

.footer-bottom {
  flex-direction: column;
  display: block;
}

.footer-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  padding-top: 8vw;
  padding-bottom: 4vw;
  display: flex;
}

.footer-top__logo {
  text-align: center;
  justify-content: center;
  width: 50%;
  display: flex;
}

.footer-top__text {
  color: var(--white);
  text-align: center;
}

.footer-wrapper {
  margin-top: -100vh;
  position: relative;
}

.footer-spacer {
  height: 100vh;
}

.form-link {
  color: var(--coal-black);
}

.form-link:hover {
  color: var(--peach-coral);
}

.blog-card__link {
  color: var(--coal-black);
  text-decoration: none;
}

.blog-card__link:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--peach-coral);
  text-decoration-color: var(--peach-coral);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 3px;
}

.utility-page-wrap {
  background-color: var(--forest-green);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

._404-text-content {
  flex-flow: column;
  min-width: 60vw;
  display: flex;
}

@media screen and (min-width: 1280px) {
  ._2-columns__left {
    padding-top: 30px;
  }

  .success-icon.icon1, .success-icon.icon2 {
    width: 12vw;
  }

  .success-icon.icon3 {
    width: 12vw;
    bottom: 17%;
  }
}

@media screen and (min-width: 1440px) {
  ._2-columns__left {
    padding-top: 50px;
  }

  .success-icon.icon1, .success-icon.icon2 {
    width: 11vw;
  }

  .success-icon.icon3 {
    width: 11vw;
    bottom: 13%;
  }

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

@media screen and (max-width: 991px) {
  .header__text {
    padding-left: 2rem;
    padding-right: 2rem;
    top: 15%;
  }

  .logo {
    width: 9vw;
  }

  .header__image.img1 {
    width: 25vw;
    left: 15%;
  }

  .header__image.img2 {
    width: 31vw;
    top: -1%;
    right: 10%;
  }

  .header__image.img3 {
    width: 20vw;
    top: 11%;
  }

  .header__image.img4 {
    top: 9%;
  }

  .header__image.img5 {
    width: 13vw;
    top: 23%;
  }

  .header__image.img6 {
    width: 30vw;
    top: 33%;
    left: 27%;
  }

  .header__image.img7 {
    width: 18vw;
    top: 26%;
    right: 31%;
  }

  .header__image.img8 {
    width: 33vw;
    bottom: 48%;
  }

  .header__image.img9 {
    bottom: 59%;
    right: 1%;
  }

  .header__image.img10 {
    bottom: 50%;
    left: 55%;
  }

  .section__success {
    overflow: visible;
  }

  ._2-columns {
    flex-flow: column;
  }

  ._2-columns__left {
    width: 100%;
    height: 60vh;
  }

  ._2-columns__right {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .heading-style-h2 {
    text-align: center;
  }

  .heading-style-h2.left-align {
    text-align: left;
  }

  .success-icon.icon1 {
    width: 25vw;
    top: 43%;
    left: 9%;
  }

  .success-icon.icon2 {
    width: 25vw;
    top: 39%;
    right: 11%;
  }

  .success-icon.icon3 {
    width: 25vw;
    bottom: 10%;
    left: 41%;
  }

  .success-content.success-1 {
    z-index: 1;
    background-color: #f8f7f5;
    padding-top: 5rem;
    padding-left: 5rem;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .success-content.success-2 {
    z-index: 3;
    background-color: #f8f7f5;
    padding-top: 5rem;
    padding-left: 5rem;
    position: absolute;
    inset: 0%;
  }

  .success-content.success-3 {
    z-index: 5;
    background-color: #f8f7f5;
    padding-top: 5rem;
    padding-left: 5rem;
    position: absolute;
    inset: 0%;
  }

  .heading-style-h3 {
    margin-bottom: 5px;
  }

  .heading-style-h3.work__heading {
    font-size: 18px;
    line-height: 20px;
  }

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

  .stats__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .stats-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .stats-grid__block.block-forest {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: stretch;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .stats-grid__block.block-cloud {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: stretch;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .stats-grid__block.block-sage {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: stretch;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .text-large.link-arrow {
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 15px;
  }

  .stats__img {
    height: 100%;
  }

  .card.centaur-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 35vw;
    top: 4%;
    left: 5%;
  }

  .card.ford-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 35vw;
    inset: auto auto 8% 10%;
  }

  .card.vimy-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 35vw;
    inset: auto 9% 3% auto;
  }

  .card.cne-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 35vw;
    top: -5%;
  }

  .work__cards__location {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 13px;
  }

  .form-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 6vw;
    margin-bottom: 6vw;
    padding: 5vw;
  }

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

  .form-right {
    width: 100%;
  }

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

  .form__label {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .form__field {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .form__field::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .form__shapes__triangle {
    display: none;
    inset: auto 8% -52% auto;
  }

  .form__shapes__hex {
    display: none;
    inset: auto 6% -12% auto;
  }

  .blogs-content {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .blogs-3-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .blog-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .footer-menu-item {
    letter-spacing: 0;
    font-size: 13px;
  }

  .footer__bottom-nav {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .footer__bottom__copyright {
    letter-spacing: 0;
    font-size: 13px;
  }

  .footer-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 5rem;
    padding-bottom: 10vw;
  }

  .footer-top__logo {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-top: 10px;
    padding-left: 10px;
  }

  .header__text {
    padding-left: 1rem;
    padding-right: 1rem;
    top: 15%;
  }

  .text-body-regular.text-margin-bottom {
    margin-bottom: 15px;
  }

  .button {
    min-width: 165px;
  }

  .header {
    height: 130vh;
  }

  .logo {
    width: 100px;
  }

  .header__image.img1 {
    width: 37vw;
    inset: 3% auto auto 3%;
  }

  .header__image.img2 {
    width: 37vw;
    top: 1%;
    right: 3%;
  }

  .header__image.img3 {
    width: 30vw;
    top: 21%;
    left: 0%;
  }

  .header__image.img4 {
    width: 36vw;
    top: 19%;
    right: -9%;
  }

  .header__image.img5 {
    width: 23vw;
    top: 42%;
    left: 6%;
  }

  .header__image.img6 {
    width: 46vw;
    top: 61%;
    left: 45%;
  }

  .header__image.img7 {
    width: 38vw;
    top: 46%;
    right: 4%;
  }

  .header__image.img8 {
    width: 50vw;
    inset: auto auto 21% 0%;
    overflow: visible;
  }

  .header__image.img9 {
    width: 42vw;
    inset: auto 0% 1% auto;
  }

  .header__image.img10 {
    width: 27vw;
    inset: auto auto 1% 4%;
  }

  ._2-columns__left {
    padding-top: 20px;
  }

  .success-icon.icon2 {
    right: 11%;
  }

  .success-content.success-1, .success-content.success-2, .success-content.success-3 {
    padding-top: 2rem;
    padding-left: 2rem;
  }

  .stats-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section__header {
    overflow: hidden;
  }

  .footer__socials-container__affiliates {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    order: -1;
    justify-content: space-around;
    align-self: center;
    width: 80%;
  }

  .bcorp-footer {
    justify-content: flex-end;
    width: auto;
    display: block;
  }

  .footer__socials-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .footer-main-menu__list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    margin-bottom: 0;
  }

  .footer__bottom-nav {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
}

#w-node-_3ff39f67-46a6-d335-f594-152457a930d5-38b1f6ec {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: stretch;
}

#w-node-aaef1c53-f7ba-b6f9-9f30-75c906912d9b-38b1f6ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_210a9527-5235-04b5-c03c-eca86e2c7ca7-38b1f6ec {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f2bed404-5a8d-abd2-4f66-db71458507cc-38b1f6ec {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_3ff39f67-46a6-d335-f594-152457a930d5-38b1f6ec {
    order: -1;
    grid-row: span 1 / span 1;
  }

  #w-node-aaef1c53-f7ba-b6f9-9f30-75c906912d9b-38b1f6ec {
    order: 0;
  }

  #w-node-_89e53b99-cec0-040f-73e3-de5a8f6bc5a1-38b1f6ec {
    order: 3;
  }

  #w-node-_210a9527-5235-04b5-c03c-eca86e2c7ca7-38b1f6ec {
    order: 2;
    grid-row: span 1 / span 1;
  }

  #w-node-f2bed404-5a8d-abd2-4f66-db71458507cc-38b1f6ec {
    order: 3;
    grid-row: span 1 / span 1;
  }

  #w-node-_32f54499-4ae6-0fb8-d043-d72c475bf144-38b1f6ec {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ff39f67-46a6-d335-f594-152457a930d5-38b1f6ec, #w-node-_210a9527-5235-04b5-c03c-eca86e2c7ca7-38b1f6ec, #w-node-f2bed404-5a8d-abd2-4f66-db71458507cc-38b1f6ec {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gascogne';
  src: url('../fonts/TypeShop-Collection---GascogneTS-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitledsans';
  src: url('../fonts/UntitledSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitledsans';
  src: url('../fonts/UntitledSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitledsans';
  src: url('../fonts/UntitledSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitledsans';
  src: url('../fonts/UntitledSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}