@font-face {
  font-family: Optima;
  src: url('../fonts/OPTIMA.TTF') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optima;
  src: url('../fonts/OPTIMA.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optima;
  src: url('../fonts/OPTIMA.TTF') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --tmc-black: #012622;
  --tmc-white: #f8f7f4;
  --glass: #ffffff80;
  --white: white;
  --black: black;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Optima, Palatino Linotype, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Optima, Palatino Linotype, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Optima, Palatino Linotype, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.nav-link {
  color: var(--tmc-black);
  width: 5vw;
  margin-right: 20vw;
  padding-top: 16px;
  padding-bottom: 8px;
  line-height: 24px;
}

.nav-link.w--current, .nav-link.w--current:active, .nav-link.w--current:focus, .nav-link.w--current:visited {
  color: var(--tmc-black);
}

.nav-button {
  background-color: var(--tmc-black);
  color: var(--tmc-white);
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  border-radius: 100px;
  width: 18.75vw;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 24px;
  text-decoration: none;
}

.navbar {
  border-bottom: .5px solid var(--tmc-black);
  background-color: var(--tmc-white);
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/bottles-clean-1-3_1.webp');
  background-position: 80%;
  background-size: 200%;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 90vh;
}

.brand-title {
  color: var(--tmc-black);
  margin-top: 0;
  margin-left: 0;
  font-family: Inter;
  font-size: 64px;
  font-weight: 400;
  line-height: 70px;
}

.brand-title.width-0-5 {
  width: 50vw;
  font-family: Optima, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.margined-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 87.5%;
  margin-left: 6.25vw;
  margin-right: 6.26vw;
}

.margined-container.flex-centered {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body {
  color: var(--tmc-black);
  max-width: 100vw;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.section-heading {
  color: var(--tmc-black);
  max-width: 50vw;
  padding-left: 0;
  padding-right: 3.125vw;
  font-family: Optima, Palatino Linotype, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.button {
  border: 1px solid var(--tmc-black);
  background-color: var(--tmc-white);
  color: var(--tmc-black);
  border-radius: 100px;
  margin-top: 20px;
  padding: 9px 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.button.color {
  padding: 20px 30px;
}

.button.hoverscale {
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;  font-weight: 400;
}

.services {
  border-top: 1px solid var(--tmc-black);
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.services-item {
  border-style: solid;
  border-width: .5px;
  border-color: black var(--tmc-black) black black;
  display: flex;
}

.services-item.services-paragraph-frame {
  height: auto;
}

.white-bg-button {
  z-index: 3;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border: 1px solid var(--tmc-black);
  background-color: var(--tmc-white);
  text-align: center;
  border-radius: 60px;
  align-items: stretch;
  width: auto;
  padding: 12px;
  display: block;
  position: sticky;
  inset: 300px auto 50px;
}

.service-number {
  text-align: center;
  width: 14px;
  height: 14px;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;  font-weight: 400;
  line-height: 14px;
}

.list-item {
  border-right: 0px solid var(--tmc-black);
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 43.75vw;
  padding: 40px 6.25vw;
  display: flex;
  overflow: hidden;
}

.list-item.faq-mobile {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-item.full-width {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.list-item.services-paragraph-frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  width: 100%;
  height: 100%;
}

.services-paragraph-frame {
  height: 90px;
  min-height: 90px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.plus {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  position: absolute;
  inset: 20px 6.25vw auto auto;
}

.plus.hide-mobile {
  right: 3.125vw;
}

.hero-content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  display: flex;
}

.cta {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: radial-gradient(circle at 30% 0, rgba(248,247,244,0.25), rgba(248,247,244,0));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.faq {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.faq-item {
  border-bottom: 1px solid var(--tmc-black);
  border-radius: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.plus-y-axis {
  background-color: var(--tmc-black);
  width: 2px;
  height: 100%;
  position: relative;
  right: -50%;
}

.plus-x-axis {
  background-color: var(--tmc-black);
  width: 100%;
  height: 2px;
  position: relative;
  inset: -52% 0% 0%;
}

.services-collection-wrap {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.faq-rich-text-frame {
  width: 80%;
  height: 100px;
  margin-left: 6.25vw;
  padding-right: 3.125vw;
  overflow: hidden;
}

.contact {
  background-image: url('../images/Screenshot-2024-07-15-at-10.44.26-AM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  min-height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.contact-options-wrap {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 40px;
  padding-left: 5vw;
  display: flex;
}

.contact-options-wrap.hide-mobile {
  border-top: 1px solid var(--tmc-black);
}

.footer {
  border-top: 1px solid var(--tmc-black);
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  min-height: 40vh;
  position: static;
  inset: auto 0% 0%;
}

.footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 33.3333%;
  display: flex;
}

.contact-link {
  color: var(--tmc-black);
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-heading {
  text-align: left;
  height: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.footer-column-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-introduction-wrap {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.services-heading-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-introduction-body {
  padding-left: 64px;
}

.link-2 {
  color: var(--tmc-black);
  white-space: nowrap;
  word-break: normal;
  text-decoration: none;
  font-family:Arial, Helvetica, sans-serif;
}

.info-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 60vh;
  padding-bottom: 40px;
  display: flex;
}

.info-hero.color {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  height: 70vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  mix-blend-mode: normal;
  background-image: url('../images/infobg.png');
  background-position: 0 0;
  background-size: cover;
}

.values {
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

.value-paragraph {
  color: var(--tmc-black);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.value-block {
  border: .5px solid var(--tmc-black);
  height: 100%;
  padding: 16px;
}

.value-block.padding-left-6-25 {
  padding-left: 6.25vw;
}

.value-title {
  border: .5px solid #000;
  border-top-width: 1px;
}

.about {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--tmc-white);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  flex-flow: column;
  margin: 20px 20px 0;
  padding: 60px 60px 60px 6.25vw;
  display: flex;
}

.value-text {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image {
  object-fit: cover;
  width: 30vw;
  height: 60vh;
}

.customize {
  z-index: 3;
  background-color: var(--tmc-white);
  text-align: center;
  border: 1px solid #000;
  border-radius: 40px;
  width: 150px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 0;
  position: sticky;
  top: 300px;
  bottom: auto;
}

.customize.hoverscale {
  margin-top: 0;
  position: sticky;
  inset: 444px 0% auto;
}

.form-wrap {
  z-index: 999;
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 40px;
  width: 80%;
  height: 80vh;
  padding: 50px 0;
  display: none;
  position: fixed;
  inset: 10% auto 0% 10%;
}

.form {
  width: 100%;
  height: 70vh;
  overflow: scroll;
}

.exit-button-form {
  width: 50px;
  margin: 20px;
  padding: 0;
  position: absolute;
  inset: 2% 2% auto auto;
}

.logo {
  width: 30px;
  height: 32px;
  margin-top: 16px;
  margin-bottom: 0;
  padding-bottom: 8px;
  display: block;
}

.brand {
  padding-top: 3px;
}

.brand.w--current {
  margin-right: auto;
  padding-top: 0;
}

.nav-menu {
  background-color: var(--tmc-white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

.hero-flex.padding-top-6-25 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 6.25vw;
}

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

.text-styles {
  flex-flow: column;
  display: flex;
}

.style-page-colors-wrap {
  display: flex;
}

.style-page-color-swatch-2 {
  background-color: var(--tmc-black);
}

.style-page-color-swatch {
  background-color: var(--white);
}

.half-width {
  color: var(--tmc-black);
  width: 50%;
}

.heading-margin-left--6-25 {
  margin-left: 6.25vw;
}

.centered-text {
  color: var(--tmc-black);
  text-align: center;
}

.heading-hero {
  width: 67vw;
}

.margin-container--20 {
  background-color: var(--tmc-white);
  border-radius: 20px;
  max-width: none;
  margin: 20px;
}

.team-member {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.heading-italicized {
  font-style: italic;
  font-weight: 400;
}

.code-embed {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}

.services-text-frame {
  object-fit: fill;
  padding-right: 7vw;
  overflow: hidden;
}

.nav-wrap {
  width: 100%;
  max-width: none;
  padding-left: 6.25vw;
  padding-right: 6.26vw;
}

.read-more-mobile.show-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-left: 0;
  }

  .brand-title {
    width: 100%;
    margin-top: 174px;
    font-size: 50px;
    line-height: 64px;
  }

  .margined-container {
    flex-flow: column;
    align-items: center;
  }

  .body {
    overflow: visible;
  }

  .button {
    text-align: center;
    padding: 16px;
    font-size: 18px;
  }

  .white-bg-button {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .list-item {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 3.125vw;
  }

  .list-item.faq-mobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .list-item.full-width, .list-item.services-paragraph-frame {
    width: 100%;
  }

  .plus {
    display: block;
  }

  .hero-content {
    justify-content: space-around;
  }

  .faq-item {
    flex-flow: column;
  }

  .contact {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .footer {
    position: relative;
  }

  .footer-column {
    width: 100%;
  }

  .footer-heading {
    height: auto;
  }

  .footer-column-wrap {
    flex-flow: row;
  }

  .about {
    flex-flow: column;
  }

  .image {
    order: 1;
    align-self: center;
    width: 80%;
    height: 45vh;
  }

  .form-wrap {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .nav-link {
    width: auto;
    margin-left: 0;
  }

  .nav-button {
    margin-left: 0;
  }

  .brand-title {
    width: 50%;
    margin-top: 65px;
    font-size: 50px;
    line-height: 64px;
  }

  .margined-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .margined-container.flex-centered {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .body {
    overflow: visible;
  }

  .button {
    width: 60%;
    line-height: 24px;
  }

  .services-item {
    flex-flow: column;
  }

  .services-item.service-heading-frame {
    border-top-width: 1px;
    border-bottom-width: 0;
  }

  .services-item.services-paragraph-frame {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .white-bg-button {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    justify-content: flex-start;
    width: 100%;
    display: block;
  }

  .list-item {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .list-item.faq-mobile {
    flex-flow: row;
    min-height: 80px;
    padding-top: 8px;
    padding-bottom: 0;
    padding-left: 3.125vw;
  }

  .list-item.full-width {
    padding-left: 3.125vw;
  }

  .list-item.services-paragraph-frame {
    padding-left: 100px;
  }

  .services-paragraph-frame {
    height: 80px;
  }

  .plus {
    display: block;
  }

  .cta {
    height: auto;
  }

  .faq-item {
    flex-flow: column;
  }

  .faq-rich-text-frame {
    width: 80vw;
  }

  .contact {
    background-position: 50% 100%;
    height: auto;
    min-height: 100vh;
  }

  .contact-options-wrap {
    align-items: stretch;
    padding-top: 0;
  }

  .footer {
    position: relative;
  }

  .footer-column {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 64px;
  }

  .footer-column-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-heading-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-left: 6.25vw;
  }

  .services-introduction-body {
    padding-left: 100px;
  }

  .about {
    flex-flow: column;
  }

  .image {
    width: 100%;
    height: 30vh;
  }

  .customize.hoverscale {
    top: 500px;
  }

  .customize.hoverscale.hide-mobile {
    display: none;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--tmc-white);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .hero-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-flex.padding-top-6-25 {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .half-width {
    width: 100%;
  }

  .heading-margin-left--6-25.hide-mobile {
    display: none;
  }

  .centered-text {
    font-size: 48px;
    line-height: 64px;
  }

  .heading-hero {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link, .nav-button {
    width: auto;
  }

  .navbar {
    margin-left: 0;
  }

  .hero {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 82.5vh;
  }

  .brand-title {
    width: 90vw;
    margin-top: 0;
    margin-left: 20px;
    font-size: 50px;
    line-height: 64px;
  }

  .brand-title.width-0-5 {
    margin-left: 0;
  }

  .margined-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .body {
    overflow: visible;
  }

  .section-heading {
    max-width: 100vw;
    font-size: 24px;
  }

  .button {
    text-align: center;
    width: auto;
    padding: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .services-item {
    flex-flow: column;
  }

  .services-item.service-heading-frame {
    border-bottom-width: 0;
  }

  .services-item.services-paragraph-frame {
    border-top-width: 0;
    padding-right: 0;
  }

  .white-bg-button {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
    padding: .75rem;
  }

  .service-number {
    width: 1rem;
    height: 1rem;
  }

  .list-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .list-item.faq-mobile {
    background-color: var(--tmc-white);
    border-radius: 10px;
    padding-bottom: 8px;
    padding-right: 80px;
  }

  .list-item.services-paragraph-frame {
    padding-bottom: 32px;
    padding-left: 5.5rem;
  }

  .services-paragraph-frame {
    height: auto;
    padding-right: 0;
    overflow: visible;
  }

  .plus {
    width: 40px;
    display: block;
    top: 20px;
    right: 10px;
  }

  .plus.hide-mobile {
    display: none;
  }

  .hero-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6vh;
    padding-left: 3.125vw;
  }

  .cta {
    height: 84vh;
  }

  .faq-item {
    flex-flow: column;
  }

  .faq-rich-text-frame {
    margin-left: 3.125vw;
  }

  .contact {
    background-position: 50% 100%;
    min-height: auto;
  }

  .contact-options-wrap {
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding-top: 0;
    padding-left: 0;
    line-height: 24px;
  }

  .contact-options-wrap.hide-mobile {
    display: none;
  }

  .footer-column {
    width: 100%;
  }

  .footer-heading {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
  }

  .footer-column-wrap {
    flex-flow: column;
  }

  .menu-button {
    padding: 0;
  }

  .icon {
    padding-top: 16px;
    padding-right: 10px;
  }

  .collection-item {
    padding-bottom: 16px;
  }

  .services-introduction-wrap {
    padding-left: 0;
    padding-right: 3.123vw;
  }

  .services-heading-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    display: flex;
  }

  .services-introduction-body {
    padding-left: 5.5rem;
  }

  .about {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    order: -1;
  }

  .customize.hoverscale {
    height: 44px;
    margin-top: 0;
    position: sticky;
    top: 548px;
  }

  .form-wrap {
    width: 95%;
    padding: 15px;
    display: none;
    left: 2.5%;
  }

  .exit-button-form {
    width: 30px;
    top: 2%;
  }

  .brand.w--current {
    margin-right: auto;
  }

  .nav-menu {
    background-color: var(--tmc-white);
  }

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

  .hero-flex.padding-top-6-25 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .half-width {
    color: var(--tmc-black);
    width: auto;
  }

  .heading-margin-left--6-25.hide-mobile {
    display: none;
  }

  .heading-margin-left--6-25.form-mobile {
    width: 75%;
  }

  .centered-text {
    font-size: 48px;
  }

  .margin-container--20 {
    margin: 0;
  }

  .team-member {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-italicized {
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-text-frame {
    padding-left: 0;
    padding-right: 3.125vw;
  }

  .heading-group {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 16px;
    display: flex;
  }

  .read-more-mobile {
    color: #2c4d4a;
    cursor: pointer;
    min-height: 0;
    padding-top: 25px;
    padding-right: 25px;
    position: absolute;
    inset: auto auto 10px 5.5rem;
  }

  .read-more-mobile.show-mobile {
    display: block;
    bottom: 12px;
  }
}


@font-face {
  font-family: 'Optima';
  src: url('../fonts/OPTIMA.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/OPTIMA.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/OPTIMA.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/OptimaNovaLTProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}