body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.nav-right-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.nav-logo {
  height: 61px;
  font-family: Circularstd, sans-serif;
}

.nav-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #424240;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #424240;
}

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

.nav-link.cta {
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #424240;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
}

.nav-link.cta:hover {
  background-color: #315767;
}

.navbar {
  background-color: rgba(49, 87, 103, 0.22);
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.light {
  background-color: rgba(49, 87, 103, 0.11);
}

.section.testimonial {
  display: none;
  padding-bottom: 60px;
}

.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.green-text {
  font-family: Circularstd, sans-serif;
  color: #315767;
}

.hero-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: rgba(49, 87, 103, 0.2);
}

._2-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-grid.faq {
  padding-top: 40px;
}

.section-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Circularstd, sans-serif;
  color: #315767;
  font-size: 42px;
  line-height: 52px;
  font-weight: 900;
}

.button-wrap {
  padding-top: 40px;
}

.button {
  padding: 10px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #424240;
  background-color: #315767;
  -webkit-transition: opacity 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #315767;
  color: #fff;
}

._3-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-col-grid.padding-top {
  padding-top: 40px;
}

.card-img {
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-title {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

._2-3-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bottom-left-logo {
  width: 60px;
  height: 60px;
  margin-top: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonials-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.testimonial-card {
  padding: 40px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #315767;
}

.testimonial-card.black {
  background-color: #424240;
}

.testimonial-card.green {
  background-color: #315767;
  color: #fff;
}

.testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quote-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.quote-icon.white {
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
}

.testimonial-client-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-name {
  padding-bottom: 6px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.client-logo {
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-icon {
  width: 160px;
  height: 160px;
  margin-bottom: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.narrow-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: #315767;
  color: #fff;
  cursor: pointer;
}

.faq-header-wrpa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.faq-arrow {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.faq-content {
  margin-bottom: 0px;
  padding-top: 20px;
}

.section-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.founder-img {
  width: 200px;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-subtitle {
  padding-bottom: 20px;
  color: #315767;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #315767;
}

.footer-logo {
  margin-bottom: 0px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-right: 20px;
  margin-left: 20px;
  color: #f5fff3;
  font-weight: 600;
  text-decoration: none;
}

.divider {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}

.footer-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal {
  opacity: 0.8;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.social-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #424240;
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link:hover {
  background-color: #315767;
  -webkit-filter: none;
  filter: none;
}

.companies-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.partner-logo {
  max-height: 40px;
  max-width: 100px;
  margin-right: 30px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.partner-logo.marketing {
  max-height: 80px;
}

.hero-slope {
  width: 100%;
  height: 100%;
}

.testimonial-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.social-icon.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.container---indie-2 {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #315767;
}

.footer---indie {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #315767;
  color: #fff;
}

.submit-button-wrap---indie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._2-col-grid---indie {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field---indie {
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.text-field---indie:focus {
  border-color: #424240;
  background-color: transparent;
  color: #fff;
}

.text-field---indie::-webkit-input-placeholder {
  color: #315767;
  font-weight: 500;
}

.text-field---indie:-ms-input-placeholder {
  color: #315767;
  font-weight: 500;
}

.text-field---indie::-ms-input-placeholder {
  color: #315767;
  font-weight: 500;
}

.text-field---indie::placeholder {
  color: #315767;
  font-weight: 500;
}

.gradient-bg---indie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#393d3c));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #393d3c);
}

.gradient-bg---indie.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  background-color: #315767;
  background-image: none;
}

.field-wrap---indie {
  padding-bottom: 20px;
}

.field-wrap---indie._2-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-title---indie {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  font-family: Circularstd, sans-serif;
  font-size: 42px;
  line-height: 54px;
}

.submit-button---indie {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Circularstd, sans-serif;
  color: #315767;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button---indie:hover {
  background-color: #424240;
  color: #fff;
}

.submit-button---indie:focus {
  color: #315767;
}

.form-title {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.paragraph {
  font-family: Circularstd, sans-serif;
  font-weight: 300;
}

.paragraph-2 {
  font-family: Circularstd, sans-serif;
  font-weight: 300;
}

.paragraph-3 {
  font-family: Circularstd, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    padding: 20px 40px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fafafa;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }

  .nav-container {
    height: 80px;
    padding-right: 30px;
    padding-left: 40px;
  }

  .nav-logo {
    width: 390px;
    height: 60px;
    max-width: 200px;
  }

  .nav-logo-wrap {
    padding-left: 0px;
  }

  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav-link.cta {
    margin-top: 20px;
    margin-left: 0px;
  }

  .menu-button {
    margin-left: 20px;
    padding: 12px 0px 12px 12px;
    font-size: 26px;
    line-height: 26px;
  }

  .menu-button.w--open {
    margin-left: 20px;
    background-color: transparent;
    color: #6cc551;
  }

  .navbar {
    z-index: 9999;
  }

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

  .section.testimonial {
    background-color: #f6f6f6;
  }

  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  ._2-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.faq {
    grid-row-gap: 0px;
  }

  .section-title {
    font-size: 36px;
    line-height: 42px;
  }

  ._3-col-grid.padding-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-img {
    width: 200px;
    height: 200px;
  }

  ._2-3-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bottom-left-logo {
    margin-top: 40px;
  }

  .testimonials-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .quote-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .testimonial-client-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .client-logo {
    height: 40px;
    margin-top: 20px;
  }

  .section-icon {
    width: 200px;
    height: 200px;
  }

  .section-img {
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .footer-bottom-wrap {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-flex-wrap.first {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .legal {
    padding-bottom: 10px;
  }

  .social-links-wrap {
    padding-top: 10px;
  }

  .social-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .companies-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partner-logo {
    max-height: 60px;
    max-width: 180px;
    margin: 20px;
  }

  .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .align-center-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .container---indie-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer---indie {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .submit-button-wrap---indie {
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._2-col-grid---indie {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-title---indie {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    height: 70px;
  }

  .nav-logo {
    height: 44px;
    max-width: 140px;
  }

  .menu-button {
    padding: 10px;
    font-size: 18px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-img {
    max-width: 80%;
  }

  .footer-bottom-wrap {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-flex-wrap.first {
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .legal {
    padding-bottom: 10px;
  }

  .social-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .field-wrap---indie._2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-title---indie {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .companies-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-title---indie {
    font-size: 24px;
    line-height: 32px;
  }
}

#w-node-f9b1b23a-1e7d-9827-a117-c0a97e876494-768e75c8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_127a9f79-4edf-360c-1ec9-9513ccd0bd55-768e75c8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2dc18269-c6b9-1b66-2fbf-7c11994536f8-768e75c8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2dc18269-c6b9-1b66-2fbf-7c1199453700-768e75c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2dc18269-c6b9-1b66-2fbf-7c119945371a-768e75c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b19c39b8-a413-306b-b944-925d955fbe05-768e75c8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_127a9f79-4edf-360c-1ec9-9513ccd0bd55-768e75c8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_2dc18269-c6b9-1b66-2fbf-7c1199453700-768e75c8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2dc18269-c6b9-1b66-2fbf-7c119945371a-768e75c8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}