:root {
  --white: #fff;
  --main-font: Verdana, Geneva, sans-serif;
  --paragraphs: #17365d;
  --heading-font: Verdana, Geneva, sans-serif;
  --heading: #17365d;
  --border: #2a272726;
  --accent: #fe5e1a;
  --background-dark: #202020;
  --olive-green-76923c: #76923c;
  --paragraphs-white: #fff9;
  --border-white: #ffffff26;
  --background-gray: #ebe4dc;
  --almond: #ebe4dc;
  --plotkin-green: #5d9732;
  --accent-copy-dark-blue: #17365d;
  --heading-font-copy-before: "DM Sans", sans-serif;
  --main-font-copy-before: "DM Sans", sans-serif;
  --plotkin-blue: #244977;
  --background-gray-copy: #f7f7f7;
  --background-footer: #1a1a1a;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  background-color: var(--white);
  font-family: var(--main-font);
  color: var(--paragraphs);
  flex-flow: column;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

h1 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.85em;
  font-weight: 400;
  line-height: 93%;
}

h2 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 200;
  line-height: 96%;
}

h3 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 400;
  line-height: 115%;
}

h4 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.12em;
  font-weight: 400;
  line-height: 115%;
}

h5 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 116%;
}

h6 {
  font-family: var(--heading-font);
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 160%;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2.2em;
  font-size: 1em;
  line-height: 160%;
}

li {
  padding: .3em .5em;
}

strong {
  color: var(--heading);
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--border);
  color: var(--heading);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 1em;
  padding: .1em 0 .1em 1.2em;
  font-size: 1.2em;
  font-style: italic;
  line-height: 155%;
}

figure {
  margin-top: 2.7em;
  margin-bottom: 2.7em;
}

figcaption {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 7% .2em;
  font-size: .9em;
  line-height: 150%;
}

.rich-text-block h1, .rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5, .rich-text-block h6 {
  margin-top: 1em;
  margin-bottom: .4em;
}

.rich-text-block p {
  margin-bottom: 1.4em;
}

.rich-text-block a {
  border-bottom: 1px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  border-bottom-color: var(--heading);
  color: var(--heading);
}

.link {
  border-bottom: 1px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  border-bottom-color: var(--heading);
  color: var(--heading);
}

.section-hero {
  background-color: var(--background-dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.block-hero-image {
  background-image: url('../images/Steak_55_Opacity.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 17em 2em 20em;
  display: flex;
}

.hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-hero {
  color: var(--white);
  flex: 0 auto;
  align-self: center;
  max-width: 7em;
  margin-bottom: .5em;
  font-size: 3.6em;
  display: block;
}

.heading-hero.heading-hero-home {
  letter-spacing: -.01em;
  max-width: 21.4em;
  font-size: 5em;
  font-weight: 600;
  line-height: 115%;
}

.heading-hero.heading-hero-home.heading-2 {
  max-width: 31em;
  font-size: 2em;
  font-weight: 200;
}

.button-let-s-talk {
  background-color: var(--accent);
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.9em 3.2em;
  font-size: .9em;
  font-weight: 700;
  line-height: 120%;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-let-s-talk:hover {
  background-color: var(--olive-green-76923c);
  color: var(--white);
  transform: scale(1.05);
}

.services-hero {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: -120px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.grid-services {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 75em;
  margin-bottom: 4em;
}

.link-service {
  background-color: var(--olive-green-76923c);
  cursor: default;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.block-service {
  z-index: 20;
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.9em;
  display: flex;
  position: relative;
}

.heading-service {
  color: var(--white);
}

.heading-service.heading-2-special {
  max-width: 11ch;
}

.text-service {
  color: var(--paragraphs-white);
  font-size: 1em;
  line-height: 160%;
}

.utility-page-wrap {
  background-color: var(--background-dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 11em .75em 6em;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 25em;
  margin-bottom: 0;
  padding: 2.5em;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.icon-service {
  width: 2.38em;
  height: 2.38em;
}

.line-border {
  background-color: var(--border-white);
  width: 100%;
  height: 1px;
}

.line {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.line-white {
  background-color: var(--white);
  width: 15%;
  height: 3px;
  position: absolute;
}

.image-services {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 999;
  border-bottom: 1px solid var(--border-white);
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-block {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nav-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 48px;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-right: .75em;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo {
  width: 120px;
}

.nav-right {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  text-align: center;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 48px;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: .75em;
  display: flex;
}

.nav-center {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 2.9em 1.8em;
  font-size: 1em;
  font-weight: 700;
  line-height: 120%;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  box-shadow: inset 0 -3px 0 0 var(--white);
}

.button-nav {
  background-color: var(--accent);
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  border: 1px solid #0000;
  width: 200px;
  padding: .5em 1.5em;
  font-size: .75em;
  font-weight: 700;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.button-nav:hover {
  background-color: var(--olive-green-76923c);
  color: var(--white);
  transform: scale(1.05);
}

.nav-menu {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link-block-nav {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  padding: .3em 1em;
  text-decoration: none;
  transition: padding .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-block-nav:hover {
  box-shadow: inset 0 0 0 2px var(--white);
  padding-left: 1.4em;
  padding-right: 1.4em;
}

.text-link {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 700;
  line-height: 120%;
}

.icon-link {
  object-fit: contain;
  width: 1.25em;
  height: 1.25em;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8em 2em;
  display: flex;
}

.section.gray {
  background-color: var(--background-gray);
}

.section.blue-bg {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--almond);
}

.section.big-numbers {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--plotkin-green);
}

.section.logo-field {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.content {
  width: 100%;
  max-width: 75em;
}

.content.slim {
  max-width: 52em;
}

.content.content-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sabtitle {
  box-sizing: border-box;
  color: var(--accent);
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 4em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.sabtitle.white {
  color: var(--white);
  font-size: 1.5em;
  line-height: 115%;
}

.sabtitle.quieter {
  opacity: .75;
  color: var(--white);
  font-size: 1.5em;
}

.sabtitle.subtitle {
  align-self: auto;
}

.heading {
  max-width: 14em;
  margin-bottom: 1em;
}

.heading.max-w {
  max-width: 10em;
}

.heading.max-w.faq-heading {
  max-width: none;
}

.heading.white {
  color: var(--white);
  max-width: 9em;
}

.heading.meet-the-team-heading {
  max-width: 28em;
  margin-bottom: 1.5em;
  font-size: 2.5em;
  font-weight: 200;
}

.heading.jtt-heading {
  text-align: center;
  align-self: center;
  margin-bottom: 60px;
}

.paragraph {
  align-self: auto;
  max-width: 100%;
  margin-bottom: 3em;
  padding-right: 0;
  font-size: 1.1em;
}

.paragraph.white {
  color: var(--paragraphs-white);
  max-width: 32em;
}

.paragraph.heading-in-bold {
  text-align: center;
  order: 0;
  align-self: center;
  font-size: 1.4em;
  font-weight: 400;
}

.button-dark {
  background-color: var(--heading);
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.9em 3.2em;
  font-size: .75em;
  font-weight: 700;
  line-height: 120%;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-dark:hover {
  background-color: var(--accent);
  color: var(--white);
  transform: scale(1.05);
}

.button-lets-connect {
  background-color: var(--accent);
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.9em 3.2em;
  font-size: .75em;
  font-weight: 700;
  line-height: 120%;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-lets-connect:hover {
  background-color: var(--heading);
  color: var(--white);
  transform: scale(1.05);
}

.button-lets-connect.highlight-lighter {
  cursor: pointer;
}

.button-lets-connect.highlight-lighter:hover {
  background-color: var(--white);
  color: var(--accent-copy-dark-blue);
}

.button-lets-connect.highlight-lighter-copy {
  cursor: pointer;
}

.button-lets-connect.highlight-lighter-copy:hover {
  background-color: var(--olive-green-76923c);
  color: var(--white);
}

.block {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5.5em 10% 5.5em 16%;
  display: flex;
}

.block.left {
  padding-left: 0%;
  padding-right: 14%;
}

.block.join-the-team-copy {
  text-align: left;
  margin-right: auto;
  padding: 0 0%;
}

.grid-2-columns {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image {
  object-fit: cover;
  width: 100%;
  box-shadow: 0 60px 70px -25px #20202033;
}

.image.jtt-img {
  box-shadow: none;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.grid-goals {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.goal {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.icon-goal {
  object-fit: contain;
  width: 3.2em;
  height: 3em;
}

.paragraph-goal {
  color: var(--heading);
  max-width: 18em;
  font-size: 1em;
  line-height: 160%;
}

.line-goal {
  justify-content: center;
  align-items: center;
  width: 4.3em;
  height: 3px;
  display: flex;
  position: relative;
}

.line-border-goal {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

.line-red-goal {
  background-color: var(--accent);
  width: 35%;
  height: 3px;
  position: absolute;
}

.section-banner {
  background-color: var(--background-dark);
  background-image: url('../images/siyuan-g_V2rt6iG7A-unsplash.jpg'), linear-gradient(#13121299, #13121299);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding: 14em 2em 13em;
  display: flex;
}

.banner {
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-banner {
  color: var(--white);
  max-width: 9em;
  margin-bottom: .5em;
  font-size: 5.87em;
}

.text-lightbox {
  background-color: var(--white);
  color: var(--heading);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.9em 3.2em;
  font-size: .75em;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94), transform .3s cubic-bezier(.25, .46, .45, .94);
}

.text-lightbox:hover {
  background-color: var(--accent);
  color: var(--white);
  transform: scale(1.05);
}

.lightbox-link {
  text-decoration: none;
}

.grid-testimonials {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2.6em;
}

.testimonial {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-testimonial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border);
  justify-content: center;
  align-items: flex-start;
  padding: 2.8em 2em 3.4em;
  display: flex;
  position: relative;
}

.icon-testimonial {
  object-fit: contain;
  width: 1.6em;
  height: 1.6em;
}

.block-icon-testimonial {
  background-color: var(--white);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: absolute;
  top: -1.8em;
}

.block-image-avatar {
  background-color: var(--white);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .8em;
  display: flex;
}

.image-avatar {
  object-fit: cover;
  border-radius: 100%;
  width: 3em;
  height: 3em;
}

.avatar {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -2.3em;
  display: flex;
  position: relative;
}

.text-avatar {
  font-size: .82em;
  line-height: 120%;
}

.heading-avatar {
  margin-bottom: .2em;
}

.paragraph-testimonial {
  padding-bottom: 0;
  font-size: 1.1em;
}

.accordion-item {
  border-bottom: 1px solid var(--border);
}

.accordion-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  padding-right: .8em;
  display: flex;
}

.icon-plus {
  flex: none;
  width: 1.125em;
  height: 1.125em;
}

.accordion-content {
  padding-right: 2.4em;
  display: block;
  overflow: hidden;
}

.paragraph-accordion {
  margin-bottom: 2em;
  font-size: 1.1em;
}

.grid-faq {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 54em;
  margin-top: .4em;
  margin-left: auto;
  margin-right: auto;
}

.grid-full {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  place-items: stretch stretch;
}

.section-full {
  background-color: var(--background-dark);
}

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

.block-full {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8em 20%;
  display: flex;
}

.grid-options {
  grid-column-gap: 3.2em;
  grid-row-gap: 3.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.option {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: row;
  display: flex;
}

.line-option {
  border-left: 1px solid var(--border-white);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-red-option {
  background-color: var(--accent);
  width: 2px;
  height: 1.88em;
}

.block-option {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-option {
  color: var(--white);
}

.text-option {
  color: var(--paragraphs-white);
  max-width: 17em;
  font-size: .88em;
  line-height: 160%;
}

.icon-option {
  width: 1.88em;
  height: 1.88em;
}

.section-footer {
  background-color: var(--accent-copy-dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 8em 2em 0;
  display: flex;
  overflow: visible;
}

.grid-footer {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8em;
  display: inline-grid;
}

.block-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.subtitle-footer {
  color: #fff6;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-size: .62em;
  font-weight: 700;
  line-height: 120%;
}

.link-footer {
  font-family: var(--heading-font);
  color: var(--white);
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.12em;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  color: var(--accent);
}

.logo-footer {
  height: 3em;
  margin-bottom: 1.5em;
}

.paragraph-footer {
  color: var(--paragraphs-white);
  max-width: 28em;
  margin-bottom: 2em;
  font-size: .88em;
  line-height: 160%;
}

.link-block-footer {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  padding: 1em 1.4em;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-block-footer:hover {
  background-color: var(--olive-green-76923c);
  transform: scale(1.05);
}

.block-buttons {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-footer-down {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  border-top: 1px solid var(--border-white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.9em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.link-footer-down {
  color: var(--paragraphs-white);
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: .88em;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer-down:hover {
  color: var(--white);
}

.tab-link {
  color: var(--heading);
  background-color: #fff0;
  margin-right: 1em;
  padding: 1.2em 4em 1.2em 0;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.tab-link.w--current {
  box-shadow: inset 0 -3px 0 0 var(--accent);
  color: var(--accent);
  background-color: #fff0;
}

.tabs-menu {
  border-bottom: 1px solid var(--border);
  margin-top: -1em;
  margin-bottom: 3.2em;
}

.text-tab {
  font-family: var(--heading-font);
  font-size: 1.5em;
  font-weight: 400;
  line-height: 116%;
}

.grid-tab {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
}

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

.block-tab {
  grid-column-gap: 2.4em;
  grid-row-gap: 2.4em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 12% 2em 0%;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form {
  margin-top: auto;
}

.block-field {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border);
  color: var(--heading);
  background-color: #ececec;
  height: 3.7em;
  margin-bottom: .75em;
  padding: 1.2em;
  font-size: 1em;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-bottom-color: var(--heading);
}

.text-field::placeholder {
  color: #2a272780;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border);
  color: var(--heading);
  background-color: #ececec;
  min-width: 100%;
  max-width: 100%;
  min-height: 8em;
  max-height: 20em;
  margin-bottom: 1.3em;
  padding: 1.2em;
  font-size: 1em;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-bottom-color: var(--heading);
}

.textarea::placeholder {
  color: #2a272780;
}

.submit-button-2 {
  background-color: var(--accent);
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding: 1.9em 3.2em;
  font-size: .75em;
  font-weight: 700;
  line-height: 120%;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button-2:hover {
  background-color: var(--olive-green-76923c);
  color: var(--white);
  transform: scale(1.05);
}

.success-message {
  background-color: #1e880026;
  padding: 1.2em 1.5em;
}

.text-success {
  color: #1e8800;
}

.error-message {
  background-color: #ff00001a;
  margin-top: 1.3em;
  padding: 1.2em 1.5em;
}

.text-error {
  color: red;
}

.section-top {
  background-color: var(--background-dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.block-top-image {
  background-image: linear-gradient(#13121280, #13121280), url('../images/img-11_1img 11.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 14em 2em 7em;
  display: flex;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 5em;
  margin-bottom: 5em;
}

.block-template {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  border: 1px solid var(--border);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .6em;
  padding: 1em;
  display: flex;
}

.paragraph-hero {
  color: var(--white);
  max-width: 30em;
  margin-bottom: 2.5em;
  font-size: 1.1em;
  line-height: 160%;
}

.paragraph-template {
  margin-bottom: 2.5em;
}

.grid-licensing {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
}

.image-template {
  object-fit: cover;
  width: 100%;
  height: 16em;
}

.unna {
  margin: .1em;
}

.lato {
  font-family: var(--main-font);
  margin: .1em;
  font-weight: 700;
}

.field-label {
  color: var(--heading);
  font-size: .9em;
  font-weight: 400;
  line-height: 140%;
}

.team-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.team-member {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
  position: relative;
}

.team-member---name {
  padding-bottom: 5px;
}

.team-member---title {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 7px;
  font-weight: 200;
  display: flex;
}

.team-member---photo {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 100%;
  display: inline-flex;
  overflow: visible;
}

.team-member---links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.team-member---name-and-title {
  position: relative;
}

.team-member---lower {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.join-the-team-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jtt-copy-container {
  grid-column-gap: 28px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-big-numbers {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1800px;
}

.big-number {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-number---number {
  color: var(--white);
  letter-spacing: -.04em;
  font-size: clamp(48px, 8vw, 180px);
  font-weight: 200;
}

.big-number---subtitle {
  opacity: .5;
  color: #fff;
  letter-spacing: -.02em;
  font-size: clamp(24px, 3vw, 64px);
  font-weight: 200;
}

.logo-field {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1600px;
  display: grid;
}

.logo-field---logos {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1600px;
  display: grid;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  font-size: 18px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 1.3em;
}

.marquee {
  margin-top: 60px;
  overflow: visible;
}

.marquee-wrapper {
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.image-2 {
  -webkit-text-stroke-width: 16px;
  width: auto;
  max-width: 100%;
  max-height: none;
  margin-left: 60px;
  margin-right: auto;
}

.image-3 {
  width: auto;
  margin-left: 60px;
}

.image-4 {
  width: auto;
  height: auto;
  margin-left: 60px;
}

.image-5 {
  width: auto;
  margin-left: 60px;
}

.image-6 {
  width: auto;
  margin-left: 60px;
  font-size: 16px;
  line-height: 150%;
}

.image-6.image-size {
  width: auto;
}

.image-7, .image-8, .image-9 {
  margin-left: 60px;
}

.text-field-copy {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border);
  color: var(--heading);
  background-color: #ececec;
  height: 3.7em;
  margin-bottom: .75em;
  padding: 1.2em;
  font-size: 1em;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field-copy:focus {
  border-bottom-color: var(--heading);
}

.text-field-copy::placeholder {
  color: #2a272780;
}

.block-image-avatar-2 {
  background-color: #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .8em;
  display: flex;
}

.bold-text-4 {
  font-size: 1.3em;
}

.text-block-5 {
  color: var(--white);
  margin-bottom: 40px;
  margin-right: -98px;
  display: block;
}

.read-more-button {
  display: inline-flex;
}

.bio-full {
  padding-top: 20px;
  display: inline-block;
}

.bio-short, .read-less-button {
  display: none;
}

.first-marquee-div {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: inline-flex;
}

.second-marquee-div {
  display: none;
}

.container {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-10 {
  padding-bottom: 25px;
}

.heading-3, .heading-4 {
  padding-bottom: 7px;
  font-weight: 200;
}

.columns {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

.columns-2 {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.read-more-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  display: flex;
  overflow: visible;
}

.column {
  flex: 0 auto;
}

.column-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.link-block {
  width: auto;
}

.logo-marquees-section {
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.logo-marquees-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.logo-marquees-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: center;
  width: 100vw;
  min-width: 100vw;
  margin-left: 0;
}

.logo-image {
  object-fit: fill;
  width: 150px;
  max-width: 100%;
  height: 150px;
  overflow: clip;
}

.form-block-2 {
  margin-left: 124px;
  margin-right: 220px;
}

.text-span {
  -webkit-text-stroke-color: var(--white);
  background-color: #0000;
}

.button-green-on-hover {
  background-color: var(--accent);
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.9em 3.2em;
  font-size: .75em;
  font-weight: 700;
  line-height: 120%;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-green-on-hover:hover {
  background-color: var(--heading);
  color: var(--white);
  transform: scale(1.05);
}

.button-green-on-hover.highlight-lighter {
  cursor: pointer;
}

.button-green-on-hover.highlight-lighter:hover {
  background-color: var(--white);
  color: var(--accent-copy-dark-blue);
}

.button-green-on-hover.highlight-copy {
  cursor: pointer;
  align-self: center;
  padding-left: 3.2em;
  padding-right: 3.2em;
  font-size: .75em;
  line-height: 120%;
}

.button-green-on-hover.highlight-copy:hover {
  background-color: var(--olive-green-76923c);
  color: var(--white);
}

.text-span-2 {
  background-color: var(--paragraphs);
  color: var(--white);
}

.image-11 {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.2em;
  }

  h2 {
    font-size: 3.2em;
  }

  h3 {
    font-size: 2.5em;
  }

  h4 {
    font-size: 1.8em;
  }

  h5 {
    font-size: 1.4em;
  }

  h6 {
    font-size: 1.2em;
  }

  .block-hero-image {
    padding-top: 15em;
    padding-bottom: 18em;
  }

  .heading-hero {
    font-size: 4.85em;
  }

  .heading-hero.heading-hero-home {
    font-size: 4.2em;
  }

  .grid-services {
    margin-bottom: 3em;
  }

  .block-service {
    padding: 1.6em;
  }

  .nav-left {
    flex: 0 auto;
  }

  .nav-link {
    padding: 2em 1.4em;
  }

  .menu-button {
    color: var(--heading);
    padding: 1em;
    font-size: 1.2em;
    line-height: 100%;
    transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  }

  .menu-button.w--open {
    background-color: var(--accent);
    color: var(--white);
  }

  .icon-menu {
    color: var(--white);
    font-size: 2em;
  }

  .nav-menu {
    border-top: 1px solid var(--border-white);
    border-bottom: 1px solid var(--border-white);
    background-color: var(--background-dark);
    padding: 1.2em .75em;
  }

  .section {
    padding-top: 6.5em;
    padding-bottom: 6.5em;
  }

  .heading.jtt-heading {
    margin-bottom: 60px;
  }

  .section-banner {
    padding-top: 11em;
    padding-bottom: 10em;
  }

  .heading-banner {
    font-size: 4.85em;
  }

  .block-full {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .grid-options {
    grid-column-gap: 2.8em;
    grid-row-gap: 2.8em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-footer {
    padding-top: 6.5em;
  }

  .grid-footer {
    margin-bottom: 6.5em;
  }

  .block-footer-down {
    margin-bottom: 1em;
  }

  .block-top-image {
    padding-top: 13em;
    padding-bottom: 6em;
  }

  .team-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .team-member {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-member---photo {
    width: 200px;
  }

  .jtt-copy-container {
    display: block;
  }

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

  .big-number---subtitle {
    font-size: 1.3em;
  }

  .logo-field---logos {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logo-marquees-wrapper, .logo-marquees-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo-image {
    width: 100px;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2.1em;
  }

  h4 {
    font-size: 1.6em;
  }

  .block-hero-image {
    padding-top: 14em;
    padding-bottom: 17em;
  }

  .heading-hero {
    font-size: 4.2em;
  }

  .heading-hero.heading-hero-home {
    max-width: 21.6em;
    font-size: 3.1em;
  }

  .services-hero {
    margin-bottom: -80px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .grid-services {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1.5em;
  }

  .utility-page-wrap {
    padding-top: 9em;
    padding-bottom: 4em;
  }

  .icon-menu {
    font-size: 2em;
  }

  .link-block-nav {
    display: none;
  }

  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.big-numbers {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading.meet-the-team-heading {
    margin-bottom: 2em;
  }

  .paragraph {
    margin-bottom: 1.8em;
  }

  .paragraph.heading-in-bold {
    font-size: 1.1em;
    font-weight: 400;
  }

  .block {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 5em 10% 0;
  }

  .block.left {
    padding-left: 10%;
    padding-right: 10%;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-goals {
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr;
  }

  .section-banner {
    padding-top: 10em;
    padding-bottom: 9em;
  }

  .heading-banner {
    font-size: 4.2em;
  }

  .grid-testimonials {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .grid-full {
    grid-template-columns: 1fr;
  }

  .block-full {
    padding: 6em 12%;
  }

  .section-footer {
    padding-top: 6em;
  }

  .grid-footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 6em;
  }

  .link-block-footer {
    display: block;
  }

  .block-footer-down {
    margin-bottom: 0;
  }

  .tab-link {
    padding-top: .9em;
    padding-bottom: .9em;
    padding-right: 2.1em;
  }

  .tabs-menu {
    margin-bottom: 1.8em;
  }

  .text-tab {
    font-size: 1.3em;
  }

  .grid-tab {
    grid-template-columns: 1fr;
  }

  .block-tab {
    padding: 3em 8% 0;
  }

  .block-top-image {
    padding-top: 12em;
    padding-bottom: 5em;
  }

  .space {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .block-template {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-template {
    height: 40vw;
  }

  .team-container {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-columns: 1fr;
  }

  .team-member {
    flex-flow: column;
  }

  .team-member---photo {
    width: 100%;
    max-width: 380px;
  }

  .grid-big-numbers {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .big-number---number {
    font-size: 6em;
  }

  .big-number---subtitle {
    font-size: 2.5em;
  }

  .logo-field---logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .marquee-content {
    box-sizing: border-box;
    object-fit: fill;
    width: auto;
    height: auto;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .text-block-5 {
    margin-bottom: 20px;
  }

  .read-more-btn {
    text-align: center;
    flex-flow: row;
    width: auto;
    padding-left: 0;
    display: block;
  }

  .column, .column-2, .column-3 {
    margin-top: 0;
  }

  .logo-marquees-grid {
    min-width: 140vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.3em;
  }

  h6 {
    font-size: 1.1em;
  }

  .block-hero-image {
    padding: 12em 1em 15em;
  }

  .hero {
    width: 100%;
  }

  .heading-hero {
    font-size: 3.2em;
  }

  .heading-hero.heading-hero-home {
    max-width: 25em;
    font-size: 1.7em;
  }

  .heading-hero.heading-hero-home.heading-2 {
    font-size: 1.3em;
  }

  .services-hero {
    padding-left: .75em;
    padding-right: .75em;
  }

  .grid-services {
    grid-template-columns: 1fr;
    margin-bottom: .75em;
  }

  .heading-service.heading-2-special {
    max-width: none;
  }

  .text-service {
    font-size: 1em;
  }

  .utility-page-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .icon-menu {
    font-size: 2em;
  }

  .button-nav {
    display: none;
  }

  .section {
    padding: 5em 1em;
  }

  .sabtitle {
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
  }

  .sabtitle.white {
    font-size: 12px;
  }

  .sabtitle.subtitle {
    margin-bottom: 3em;
  }

  .heading {
    margin-bottom: 2em;
  }

  .heading.meet-the-team-heading {
    margin-bottom: 2em;
    font-size: 2.2em;
    line-height: 120%;
  }

  .heading.jtt-heading {
    margin-bottom: 30px;
  }

  .paragraph {
    text-align: center;
    align-self: auto;
  }

  .paragraph.heading-in-bold {
    font-size: 1.1em;
    font-weight: 400;
  }

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

  .block {
    padding-top: 4em;
  }

  .block.left {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .block.join-the-team-copy {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .grid-goals {
    font-size: .9em;
  }

  .paragraph-goal {
    font-size: 1em;
  }

  .section-banner {
    background-image: url('../images/siyuan-g_V2rt6iG7A-unsplash.jpg'), linear-gradient(#13121299, #13121299);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    padding: 7em 1em;
  }

  .heading-banner {
    font-size: 3.2em;
  }

  .wrapper-testimonial {
    padding-top: 2em;
    padding-bottom: 2.8em;
  }

  .heading-accordion {
    font-size: 1.2em;
  }

  .block-full {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-footer {
    color: var(--white);
    padding-top: 5em;
  }

  .grid-footer {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
    margin-bottom: 5em;
  }

  .block-footer {
    display: block;
  }

  .logo-footer {
    max-width: 44em;
    height: 2.5em;
  }

  .block-footer-down {
    font-size: .9em;
  }

  .tab-link {
    margin-right: 0;
    padding-right: 1.5em;
  }

  .text-tab {
    font-size: 1.2em;
  }

  .block-field {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .block-top-image {
    padding: 11em 1em 4em;
  }

  .paragraph-hero {
    font-size: 1em;
  }

  .join-the-team-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-big-numbers {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .big-number---number {
    font-size: 4em;
  }

  .big-number---subtitle {
    font-size: 1.6em;
  }

  .logo-field---logos {
    grid-column-gap: 70px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    max-width: 330px;
  }

  .recaptcha {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 25px;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .text-block-5 {
    background-color: var(--paragraphs);
    width: 150%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    display: block;
  }

  .first-marquee-div {
    flex: 0 auto;
    display: inline-flex;
    position: static;
  }

  .column, .column-2, .column-3 {
    margin-top: 0;
  }

  .logo-marquees-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo-marquees-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .logo-image {
    width: 50px;
    height: 50px;
  }

  .text-span-2:hover {
    color: var(--white);
  }
}

#w-node-_75886c04-0a0f-ff54-bb1f-b37c104ef631-3b6dabd8 {
  align-self: stretch;
}

#w-node-_761d5eec-cf7d-b258-fa29-57bc682c7825-3b6dabd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b4aac35-60f6-7a77-4b95-5f7f56073a3a-3b6dabd8 {
  align-self: stretch;
}

#w-node-_74588436-e00a-23da-c92f-15c424a7f177-bd2b32c4 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_818d6884-5242-c807-faa6-4ad3f7b169d8-ff27b678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75886c04-0a0f-ff54-bb1f-b37c104ef631-ff27b678 {
  align-self: stretch;
}

#w-node-f1de9680-b185-63d5-df9c-f909192fb84f-ff27b678, #w-node-_3ba151f0-f23c-ea75-dc59-64efdb22d33a-ff27b678, #w-node-_4c03e258-64a5-571f-94f5-91886ddcf8f9-ff27b678, #w-node-a2f9d96a-b8c1-1ad3-3cff-a6e729651798-ff27b678, #w-node-a2f9d96a-b8c1-1ad3-3cff-a6e72965179c-ff27b678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b4aac35-60f6-7a77-4b95-5f7f56073a3a-ff27b678 {
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_564a0455-db98-ed65-cb48-063b2754f032-3b6dabd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1add927-9185-85ea-ac62-6c8d63fb717f-3b6dabd8, #w-node-ccc38aa0-915e-0d03-0790-420f05d82cf1-3b6dabd8, #w-node-eda1d3bb-d253-c80a-7eda-f7e3adf227ec-3b6dabd8, #w-node-_3b4aac35-60f6-7a77-4b95-5f7f56073a3a-3b6dabd8 {
    order: -9999;
  }

  #w-node-_1eaab8ec-aa43-0e98-466a-3757bd2b32c8-bd2b32c4 {
    grid-area: Area;
  }

  #w-node-_3b4aac35-60f6-7a77-4b95-5f7f56073a3a-ff27b678 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eda1d3bb-d253-c80a-7eda-f7e3adf227e2-3b6dabd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74588436-e00a-23da-c92f-15c424a7f177-bd2b32c4 {
    order: -9999;
    grid-area: Area;
    place-self: auto;
  }
}


