@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: Untitled Sans;
  src: url('../fonts/UntitledSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

.container.forest-bg {
  background-color: #1f453b;
}

.logo {
  width: 200px;
}

.main-wrapper {
  z-index: 5;
  position: relative;
}

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

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

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

.text-large.link-arrow {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  color: #fcfbfa;
  justify-content: center;
  margin-top: 20px;
  text-decoration: none;
  transition: color .5s;
  display: flex;
}

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

.text-large.is_light {
  color: var(--white);
}

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

.footer-main-menu__list {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  padding-left: 0;
  font-family: Untitled Sans, Arial, sans-serif;
  list-style-type: none;
  display: flex;
}

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

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

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

.footer__bottom__copyright {
  color: #f0ede8;
  letter-spacing: -.3px;
  font-family: Untitled Sans, Arial, sans-serif;
  font-size: 15px;
}

.footer-spacer {
  height: 100vh;
}

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

.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__bottom-nav {
  border-top: 1px solid #bfc9bd;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

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

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

.bcorp-footer {
  display: flex;
}

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

.footer-top__text {
  color: #fcfbfa;
  text-align: center;
}

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

.clutch {
  width: 120px;
}

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

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

.section__hero {
  background-color: var(--forest-green);
  position: relative;
}

.hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 8vw;
  padding-left: 3vw;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  color: var(--white);
  font-family: Gascogne, Georgia, sans-serif;
}

.hero__title_line2 {
  padding-left: 3vw;
  display: block;
}

.hero__intro__text {
  align-self: flex-end;
  max-width: 43vw;
  margin-bottom: 3rem;
  padding-right: 3vw;
}

.hero__intro-container {
  align-self: flex-end;
}

.hero__intro__img {
  width: 43vw;
  height: 24vw;
  position: relative;
  overflow: visible;
}

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

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

.checkbox {
  margin-top: 8px;
}

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

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

.section__form {
  background-color: var(--forest-green);
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}

.form-link {
  color: #112621;
}

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

.form-container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #fcfbfa;
  border-radius: 30px;
  margin-left: 2vw;
  margin-right: 2vw;
  padding: 6vw 3vw;
  display: flex;
  overflow: visible;
}

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

.form__field {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom: 2px solid #112621;
  border-radius: 0;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5px;
  font-family: Untitled Sans, Arial, sans-serif;
  display: block;
}

.form__field:focus {
  background-color: #f0ede8;
  border-width: 1px 1px 3px;
  border-color: #0000 #0000 #ff9375;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.form__field::placeholder {
  letter-spacing: -.015rem;
  background-color: #0000;
  font-size: 19px;
  font-weight: 300;
}

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

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

.button {
  color: #112621;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ff9375;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 60px;
  margin-bottom: 5vh;
  padding: 1vw;
  font-family: Untitled Sans, Arial, sans-serif;
  font-size: .8vw;
  font-weight: 500;
  line-height: .8vw;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #bfc9bd;
}

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

.text-body-small.text-form-width {
  max-width: 600px;
  margin-top: 2rem;
}

.hero__line {
  position: absolute;
  inset: 48% auto auto 30%;
}

.hero-work {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-work__img {
  width: 65vw;
  height: 36vw;
}

.work-imgs {
  z-index: 5;
  border-radius: 30px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.section__solutions {
  background-color: var(--cloud-grey);
  padding: 6vw;
}

.container__solutions__top {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 150px;
  display: flex;
}

.container__solutions__bottom {
  overflow: visible;
}

.solutions__header {
  width: 50%;
}

.solutions__intro {
  width: 50%;
  max-width: 700px;
  margin-top: 8rem;
}

.solutions__header__line2 {
  padding-top: .5rem;
  padding-left: 6rem;
  display: block;
}

.solutions__bottom-list-header {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.solutions__list-item {
  border-bottom: 2px solid #b8bbb6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.fake-background {
  z-index: 30;
  border: 0px none var(--peach-coral);
  background-color: var(--forest-green);
  outline-color: var(--forest-green);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: content-box;
  border-radius: 0;
  outline-width: 10px;
  outline-style: solid;
  position: absolute;
  inset: 0%;
}

.list {
  max-width: 1000px;
}

.section__what-we-deliver {
  background-color: var(--cloud-grey);
  padding: 6vw;
}

.container__what-we-deliver {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.what-we-deliver__content {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 550px) minmax(200px, 550px);
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h3 {
  margin-bottom: 20px;
  font-family: Gascogne, Georgia, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.heading-style-h3.link {
  color: var(--cloud-grey);
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  transition: color .5s;
  display: block;
}

.heading-style-h3.link:hover {
  text-underline-offset: 2px;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

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

.work-container {
  justify-content: space-between;
  display: flex;
}

.work-header {
  color: var(--cloud-grey);
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 20vh;
  margin-top: 40vh;
  padding-left: 6vw;
  position: relative;
}

.work-content {
  color: var(--cloud-grey);
  flex-flow: column;
  align-items: flex-end;
  width: 70%;
  height: 100%;
  padding-bottom: 5vw;
  display: flex;
  overflow: hidden;
}

.work-item {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  max-width: 40vw;
  margin-top: 6vw;
  display: block;
  position: relative;
}

.work-img {
  border-radius: 20px;
  width: 40vw;
  height: 42.5vw;
  margin-bottom: 1.5vw;
  overflow: hidden;
}

.text-span {
  padding-top: .5rem;
  padding-left: 30%;
  display: block;
}

.imgs {
  width: 100%;
  height: 100%;
}

.work-line {
  position: absolute;
  inset: 73% 0% auto auto;
}

.success-message {
  background-color: var(--peach-coral);
  text-align: left;
  border-radius: 30px;
  height: 60vh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

.text-body-regular-2 {
  letter-spacing: -.025rem;
  max-width: 880px;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.8vw;
}

.text-body-regular-2.text-white {
  color: #fcfbfa;
}

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

.utility-page-wrap-2 {
  background-color: #1f453b;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.heading-style-h2-2.text-white {
  color: #fcfbfa;
}

.button-2 {
  color: #112621;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ff9375;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 60px;
  padding: 1vw;
  font-size: .8vw;
  font-weight: 500;
  line-height: .8vw;
  transition: background-color .2s;
  display: flex;
}

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

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

@media screen and (min-width: 1440px) {
  .footer-bottom {
    margin-top: auto;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    width: 9vw;
  }

  .footer-wrapper {
    margin-top: -100svh;
  }

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

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

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

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

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

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

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

  .footer-top__logo {
    width: 80%;
    height: 20vw;
  }

  .hero__title {
    margin-top: 20px;
  }

  .hero {
    justify-content: space-between;
    height: 100svh;
  }

  .hero__intro__text {
    max-width: 70vw;
  }

  .hero__intro__img {
    width: 70vw;
    height: 39vw;
  }

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

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

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

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

  .form-right {
    width: 100%;
  }

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

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

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

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

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

  .hero__line {
    top: 30%;
    left: 10%;
  }

  .hero-work__img {
    width: 85vw;
    height: 48vw;
  }

  .container__solutions__top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 100px;
  }

  .solutions__header {
    width: auto;
  }

  .solutions__intro {
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .solutions__header__line2 {
    padding-top: 0;
    padding-left: 0;
    display: inline;
  }

  .container__what-we-deliver {
    flex-flow: column;
  }

  .what-we-deliver__content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: minmax(200px, 550px);
    margin-top: 2rem;
  }

  .heading-style-h3.link:hover {
    color: var(--white);
    text-decoration: none;
  }

  .work-container {
    flex-flow: column;
  }

  .work-header {
    width: auto;
    height: auto;
    margin-top: 3rem;
    padding-left: 3vw;
  }

  .work-content {
    align-items: flex-start;
    width: 100%;
    padding-left: 3vw;
  }

  .work-item {
    max-width: 90vw;
    margin-top: 6rem;
  }

  .work-img {
    width: 90vw;
    height: 96vw;
    margin-bottom: 1.5rem;
  }

  .text-span {
    padding-top: 0;
    padding-left: 0%;
    display: inline;
  }

  .work-line {
    display: none;
  }

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

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

  .logo {
    width: 100px;
  }

  .footer-top__logo {
    height: 20vw;
  }

  .hero {
    flex-flow: column;
  }

  .hero__title_line2 {
    padding-left: 0;
  }

  .hero__intro__text {
    max-width: 85vw;
  }

  .hero__intro-container {
    align-self: center;
  }

  .hero__intro__img {
    width: 85vw;
    height: 48vw;
  }

  .button {
    min-width: 165px;
  }

  .text-body-small.text-form-width {
    font-weight: 400;
  }

  .hero__line {
    display: none;
  }

  .hero-work__img {
    width: 95vw;
    height: 53vw;
  }

  .work-imgs {
    border-radius: 15px;
  }

  .section__solutions {
    padding-top: 6rem;
  }

  .container__solutions__top {
    margin-bottom: 80px;
  }

  .solutions__bottom-list-header {
    margin-bottom: .5rem;
  }

  .solutions__list-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 300;
  }

  .section__what-we-deliver {
    padding-top: 6rem;
  }

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

  .work-container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .work-header {
    height: auto;
    margin-top: 0;
  }

  .work-content {
    padding-bottom: 0;
  }

  .button-2 {
    min-width: 165px;
  }
}

@media screen and (max-width: 479px) {
  .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%;
  }

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

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

  .hero__title {
    margin-top: 60px;
  }

  .hero__intro__img {
    width: 95vw;
    height: 53vw;
  }

  .hero-work__img {
    width: 98vw;
    height: 55vw;
  }
}


@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: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}