:root {
  --white: white;
  --black: black;
}

body {
  color: #231f20;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 44px;
}

a {
  color: #231f20;
  text-decoration: underline;
}

.home-hero-section {
  min-height: 100vh;
  align-items: flex-end;
  padding: 6vh 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-container {
  z-index: 1;
  width: 152px;
  display: flex;
  position: absolute;
  top: 6vh;
  bottom: auto;
  left: 5vw;
  right: auto;
  overflow: visible;
}

.logo-container.blend-diff {
  mix-blend-mode: difference;
}

.logo {
  object-fit: contain;
  position: relative;
}

.home-hero-text-container {
  z-index: 2;
  margin-bottom: 25px;
  position: relative;
}

.home-hero-text-container.no-bottom {
  margin-bottom: 0;
}

.h1 {
  line-height: 45px;
  position: relative;
}

.h1.right {
  text-align: right;
  margin-bottom: 2px;
  margin-right: 7px;
}

.h1.center {
  text-align: center;
}

.h1.center.position-absolute {
  position: absolute;
  bottom: 0;
}

.h1.less-height {
  line-height: 42px;
}

.h1.position-absolute {
  position: absolute;
}

.h1.negative-bottom {
  margin-bottom: -7px;
}

.h1.negative-bottom.left {
  margin-left: 14px;
}

.h1.move-down {
  margin-top: 25px;
}

.h1.big-bottom {
  margin-bottom: 20px;
}

.h1.big-bottom.big-line-spacing {
  line-height: 60px;
}

.h1.less-top {
  margin-top: 14px;
  margin-bottom: 9px;
}

.h1-alt {
  color: #ec1d25;
  letter-spacing: -.015em;
  font-family: Bitter, serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 35px;
  position: relative;
}

.h1-alt.center {
  text-align: center;
}

.h1-alt.center.position-absolute {
  position: absolute;
  bottom: 0;
}

.h1-alt.cta {
  cursor: pointer;
  border-bottom: 4px solid #ec1d25;
  margin-top: 40px;
  font-size: 56px;
  line-height: 65px;
}

.h1-alt.cta.small {
  border-bottom-width: 3px;
  font-size: 32px;
  line-height: 42px;
}

.fat-hero {
  margin-top: 0;
  font-size: 250px;
  font-weight: 800;
  line-height: 250px;
  position: relative;
  transform: rotate(-4deg);
}

.fat-hero.photo-background {
  filter: saturate(90%);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/product-collage_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 250px;
}

.fat-hero-container {
  z-index: 2;
  height: 210px;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 38px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fat-hero-container.unique {
  height: 250px;
  align-items: baseline;
  margin-top: -22px;
}

.fat-hero-container.ahead {
  height: 220px;
}

.home-hero-images-container {
  z-index: 1;
  width: 30vw;
  height: 63vh;
  transform-origin: 0 100%;
  position: fixed;
  top: auto;
  bottom: 12vh;
  left: auto;
  right: 7vw;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.home-location-section {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 6vh 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footnote-container {
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 16vh;
  right: 10vw;
}

.footnote-container.end-to-end {
  color: #fff;
  bottom: 21.5vh;
  left: 12vw;
  right: auto;
}

.footnote-wings {
  width: 30px;
  object-fit: scale-down;
  margin-right: 14px;
  position: relative;
}

.footnote-wings.position-absolute {
  width: 15px;
  position: absolute;
  top: 7px;
  right: 200px;
}

.footnote {
  max-width: 40ch;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.footnote.narrower {
  width: 38ch;
}

.footnote.left-margin {
  margin-left: 2px;
}

.home-experience-section {
  z-index: 3;
  min-height: 100vh;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.experience-text-container {
  width: 100vw;
  align-items: stretch;
  display: flex;
  position: relative;
}

.experience-text {
  color: #fff;
  margin-bottom: 28px;
  margin-left: 2.5vw;
  margin-right: 2vw;
  line-height: 84px;
  position: relative;
}

.big-fat-text {
  color: #000;
  font-size: 80px;
  font-weight: 800;
}

.big-fat-text.grey {
  color: #231f20;
}

.bitter-highlight-text {
  color: #000;
  letter-spacing: -.015em;
  font-family: Bitter, serif;
  font-size: 60px;
  font-weight: 400;
}

.bitter-highlight-text.red {
  color: #ec1d25;
  letter-spacing: -.02em;
}

.home-unique-section {
  z-index: 3;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.unique-hero-text-container {
  margin-top: 7vh;
  margin-bottom: 25px;
  position: relative;
}

.home-end-to-end-section {
  z-index: 3;
  min-height: 200vh;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20vh;
  display: flex;
  position: relative;
}

.lean-efficient-text-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  margin-left: -2vw;
  padding-bottom: 40vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 33vh;
}

.end-to-end-items-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.end-line {
  height: 5px;
  background-color: #ec1d25;
  margin-top: 20px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.end-to-end-to-container {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.end-to-end-end-left-container {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.end-to-end-end-right-container {
  flex-direction: column;
  display: flex;
  position: relative;
}

.end-to-end-initial-container {
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.end-to-end-after-container {
  width: 550px;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.home-stay-ahead-section {
  z-index: 4;
  min-height: 90vh;
  justify-content: center;
  align-items: center;
  padding: 6vh 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  z-index: 3;
  background-color: #ec1d25;
  background-image: url('../images/calisto-logo-wwt-medium-4pc.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  padding: 8vh 5vw 22vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-cta-section {
  z-index: 3;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 6vh 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thin-hero-cta-container {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.thin-hero {
  font-size: 150px;
  line-height: 120px;
}

.home-hero-images-inner-container {
  z-index: 1;
  width: 30vw;
  height: 63vh;
  transform-origin: 0 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 6px 6px rgba(0, 0, 0, .2);
}

.experience-line {
  z-index: 1;
  width: 5px;
  transform-origin: 0%;
  background-color: #fff;
  flex: none;
  margin-top: 52px;
  margin-bottom: 43px;
  margin-left: 2.5vw;
  display: none;
  position: relative;
}

.unique-i-dot-replacement-container {
  width: 74px;
  height: 66px;
  background-color: #fff;
  padding: 5px 9px 10px 6px;
  display: flex;
  position: absolute;
  top: 11px;
  left: 290px;
  transform: rotate(-4deg);
}

.unique-i-dot-replacement {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  transform: rotate(4deg);
}

.footer-block {
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-block.narrower {
  width: 26%;
}

.footer-block.narrower.more {
  width: 30%;
}

.footer-heading {
  width: 13ch;
  color: #fff;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  position: relative;
}

.p {
  letter-spacing: -.015em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  position: relative;
}

.p.footer-address {
  color: #fff;
  font-weight: 200;
  line-height: 22px;
}

.p.footer-sub-bheading {
  opacity: .86;
  color: #fff;
  margin-top: 1px;
  margin-bottom: 12px;
  font-family: Bitter, serif;
  font-weight: 400;
}

.p.sub-footer-text {
  opacity: .54;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  position: absolute;
  bottom: 5vh;
}

.p.process-card-title {
  margin-top: 1px;
  margin-bottom: 12px;
  font-family: Bitter, serif;
  font-weight: 400;
}

.footer-line {
  width: 70px;
  height: 2px;
  background-color: #fff;
  margin-top: 3px;
  margin-bottom: 22px;
  position: relative;
}

.footer-lateral-block {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-logo-container {
  width: 36px;
  margin-top: 2px;
  margin-bottom: 27px;
  position: relative;
}

.end-to-end-cta-container {
  position: absolute;
  top: auto;
  bottom: 9vh;
  left: auto;
  right: 12vw;
}

.nav-container {
  height: 53px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6vh;
  right: 5vw;
}

.nav-container.blend-diff {
  mix-blend-mode: difference;
}

.nav-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  position: relative;
}

.nav-text.left-padding {
  letter-spacing: -.01em;
  font-family: Bitter, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.nav-text.more-letter-spacing {
  font-family: Bitter, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.button {
  background-color: #ec1d25;
  margin-top: 10px;
  padding: 15px 22px;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 400;
}

.location-section-feet-text-container-alt4 {
  z-index: 2;
  max-width: 48%;
  color: #f6f6f6;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.location-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-section-video-background {
  width: 100%;
  height: 100%;
  opacity: .4;
  filter: blur(20px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-section-video-background.darker {
  filter: brightness(40%) blur(15px);
}

.location-fan-image {
  width: 100%;
  height: 100%;
  filter: brightness(92%) saturate(120%);
  transform-origin: 0 100%;
  object-fit: cover;
  position: absolute;
  box-shadow: 6px 6px rgba(0, 0, 0, .2);
}

.body {
  background-color: #ec1d25;
}

.contact-overlay {
  max-width: 50vw;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  display: flex;
  position: absolute;
  top: 6vh;
  bottom: 6vh;
  left: 5vw;
  right: 5vw;
  transform: rotate(-1deg);
}

.link {
  text-decoration: none;
  position: relative;
}

.link:hover {
  color: #ec1d25;
  border-bottom: 2px solid #ec1d25;
}

.link.left-padding {
  margin-left: 24px;
}

.link.left-padding.blend-diff, .link.blend-diff, .link.white {
  color: #fff;
}

.double-word-spacing {
  letter-spacing: -.05em;
}

.contact-close-button-container {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 38px;
  transform: rotate(1deg);
}

.close-text {
  font-family: Inter Tight, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.form-block {
  width: 60%;
  position: relative;
  left: -10px;
}

.fat-hero-mini {
  margin-top: 3px;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  position: relative;
  left: -7px;
}

.form {
  transform: rotate(1deg);
}

.form-field {
  min-height: 46px;
  border-radius: 7px;
  margin-bottom: 20px;
  padding-left: 14px;
  font-size: 16px;
  position: relative;
}

.form-field:focus-visible {
  color: #231f20;
}

.form-field[data-wf-focus-visible] {
  color: #231f20;
}

.contact-modal-wrapper {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .2);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.capabiities-process-section {
  min-height: 100vh;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  padding: 8vh 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.capabilities-top-left-column {
  width: 45%;
  flex-direction: column;
  justify-content: center;
  margin-right: 10%;
  display: flex;
}

.paragraph {
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.capabilities-products-section {
  min-height: 100vh;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-slider-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.capabilities-photo {
  width: 100vw;
  height: 100vh;
  filter: grayscale(20%);
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.capabilities-products-text {
  width: 22ch;
  color: #fff;
  letter-spacing: -.009em;
  margin-bottom: 16px;
  margin-left: 2.5vw;
  margin-right: 10px;
  font-size: 42px;
  line-height: 56px;
  position: relative;
}

.capabilities-products-text-container {
  align-items: stretch;
  display: flex;
  position: relative;
  bottom: 18vh;
}

.capabilities-products-text-background {
  filter: none;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.capabilities-products-text-background.blurred {
  filter: blur(80px);
  transform: scale(1.1)translate(-90px)rotate(-1deg);
}

.logo-text {
  mix-blend-mode: difference;
  object-fit: contain;
  position: relative;
}

.logo-wings {
  object-fit: contain;
  position: relative;
}

.bitter-highlight-red-text {
  color: #ff2830;
  letter-spacing: -.015em;
  font-family: Bitter, serif;
  font-size: 60px;
  font-weight: 400;
}

.capabilities-trust-text {
  color: #fff;
  letter-spacing: -.009em;
  margin-bottom: 32px;
  margin-left: 2.5vw;
  margin-right: 2vw;
  font-size: 54px;
  line-height: 74px;
  position: relative;
}

.capabilities-trust-section {
  z-index: 3;
  min-height: 100vh;
  background-color: #000;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.capabilities-top-right-column {
  width: 45%;
  height: 575px;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
  position: relative;
  transform: rotate(1deg);
}

.process-block {
  width: 80%;
  height: 300px;
  color: #fff;
  background-color: #ec1d25;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2px;
  padding-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px rgba(0, 0, 0, .07);
}

.process-block._1 {
  z-index: 6;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.process-block._2 {
  z-index: 5;
  position: absolute;
  top: 55px;
  left: 15px;
}

.process-block._3 {
  z-index: 4;
  position: absolute;
  top: 110px;
  left: 30px;
}

.process-block._4 {
  z-index: 3;
  position: absolute;
  top: 165px;
  left: 45px;
}

.process-block._5 {
  z-index: 2;
  position: absolute;
  top: 220px;
  left: 60px;
}

.process-block._6 {
  z-index: 1;
  position: absolute;
  top: 275px;
  left: 75px;
}

.big-fat-white-text {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
}

.process-card-heading {
  width: 13ch;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.process-card-number {
  font-size: 80px;
  font-weight: 800;
}

.arrow {
  width: 75px;
  object-fit: contain;
  position: absolute;
  top: 70px;
  bottom: auto;
  left: -10px;
  right: auto;
}

.market-icon {
  width: 190px;
  opacity: .08;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.capabilities-cta-section {
  z-index: 3;
  min-height: 100vh;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding: 6vh 5vw;
  display: flex;
  position: relative;
}

.end-to-end-learn-more-link {
  color: #ec1d25;
  text-decoration: none;
}

.device-rotate-overlay {
  z-index: 999;
  background-color: #f6f6f6;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.device-rate-icon {
  width: 50px;
  margin-bottom: 15px;
  position: relative;
}

.thank-you-text-section {
  z-index: 3;
  min-height: 100vh;
  color: #fff;
  background-color: #ec1d25;
  background-image: url('../images/calisto-logo-wwt-medium-5pc.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thank-you-text {
  color: #fff;
  margin-top: -50px;
  margin-bottom: 10px;
  line-height: 70px;
  position: relative;
}

.preloader {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(246, 246, 246, .95);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.prelaoder-logo {
  max-width: 30%;
  opacity: .6;
  position: relative;
  left: -5px;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 48px;
    line-height: 35px;
  }

  .h1-alt {
    font-size: 48px;
  }

  .h1-alt.cta {
    font-size: 46px;
    line-height: 55px;
  }

  .fat-hero {
    font-size: 150px;
    line-height: 150px;
  }

  .fat-hero-container {
    height: 130px;
  }

  .fat-hero-container.unique {
    height: 150px;
    margin-top: 20px;
  }

  .home-hero-images-container {
    right: 2vw;
  }

  .footnote-wings.position-absolute {
    top: 10px;
    right: 216px;
  }

  .footnote {
    width: 33ch;
  }

  .experience-text {
    font-size: 48px;
    line-height: 74px;
  }

  .big-fat-text {
    font-size: 60px;
    line-height: 60px;
  }

  .bitter-highlight-text {
    font-size: 50px;
    line-height: 64px;
  }

  .bitter-highlight-text.red {
    font-size: 50px;
    line-height: 25px;
  }

  .unique-hero-text-container {
    margin-top: 15vh;
  }

  .thin-hero {
    font-size: 95px;
    line-height: 80px;
  }

  .unique-i-dot-replacement-container {
    width: 50px;
    height: auto;
    top: 2px;
    left: 170px;
  }

  .footer-heading {
    font-size: 28px;
  }

  .p.footer-address {
    font-size: 16px;
    line-height: 20px;
  }

  .p.footer-sub-bheading {
    font-size: 16px;
    line-height: 22px;
  }

  .p.process-card-title {
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 22px;
  }

  .location-section-feet-text-container-alt4 {
    max-width: 100%;
  }

  .location-fan-image {
    right: -12vw;
  }

  .contact-overlay {
    max-width: 80vw;
  }

  .capabiities-process-section {
    padding-bottom: 8vh;
  }

  .paragraph {
    font-size: 18px;
    line-height: 29px;
  }

  .bitter-highlight-red-text {
    font-size: 44px;
  }

  .capabilities-trust-text {
    font-size: 42px;
    line-height: 66px;
  }

  .capabilities-top-right-column {
    margin-top: 0;
  }

  .process-block._2 {
    padding-right: 20px;
    top: 75px;
  }

  .process-block._3 {
    top: 150px;
  }

  .process-block._4 {
    top: 225px;
  }

  .process-block._5 {
    top: 300px;
  }

  .process-block._6 {
    top: 375px;
  }

  .thank-you-text {
    margin-top: 10px;
    font-size: 48px;
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .device-rotate-overlay {
    z-index: 9999;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-section {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .logo-container {
    width: 140px;
    top: 2vh;
  }

  .home-hero-text-container {
    margin-bottom: 70px;
  }

  .h1 {
    font-size: 36px;
    line-height: 22px;
  }

  .h1.less-height {
    line-height: 22px;
  }

  .h1.position-absolute.unique {
    letter-spacing: -.02em;
  }

  .h1.negative-bottom.left {
    line-height: 40px;
  }

  .h1.big-bottom.big-line-spacing {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .h1.unique {
    font-size: 34px;
  }

  .h1-alt, .h1-alt.center.position-absolute {
    font-size: 36px;
  }

  .h1-alt.cta {
    margin-top: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .fat-hero {
    font-size: 90px;
    line-height: 67px;
  }

  .fat-hero.photo-background {
    font-size: 100px;
    line-height: 90px;
  }

  .fat-hero-container {
    height: 68px;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 25px;
  }

  .fat-hero-container.unique {
    height: 100px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 10px;
  }

  .fat-hero-container.ahead {
    height: 88px;
    justify-content: center;
    align-items: baseline;
    margin-top: 20px;
  }

  .home-hero-images-container {
    width: 90vw;
    height: 32vh;
    top: 16vh;
    bottom: auto;
    right: auto;
  }

  .hero-image._1 {
    object-position: 50% 80%;
  }

  .hero-image._2 {
    object-position: 50% 40%;
  }

  .hero-image._5 {
    object-position: 70% 15%;
  }

  .home-location-section {
    justify-content: flex-end;
    align-items: stretch;
  }

  .footnote-container.end-to-end {
    bottom: 18vh;
  }

  .footnote-wings.position-absolute {
    width: 13px;
    top: 13px;
    right: 139px;
  }

  .footnote {
    width: auto;
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .footnote.narrower {
    width: 70vw;
  }

  .experience-text {
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 36px;
    line-height: 55px;
  }

  .big-fat-text {
    font-size: 50px;
    line-height: 55px;
  }

  .bitter-highlight-text {
    font-size: 37px;
    line-height: 55px;
  }

  .bitter-highlight-text.red {
    font-size: 37px;
    line-height: 15px;
  }

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

  .lean-efficient-text-container {
    margin-left: -5vw;
  }

  .end-line {
    max-width: 2vw;
    margin-top: 15px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .end-to-end-after-container {
    width: 100vw;
  }

  .thin-hero-cta-container {
    margin-left: -1vw;
  }

  .thin-hero {
    font-size: 54px;
    line-height: 38px;
  }

  .home-hero-images-inner-container {
    width: 90vw;
    height: 32vh;
  }

  .unique-i-dot-replacement-container {
    width: 30px;
    padding: 2px 4px 5px 3px;
    top: 12px;
    left: 102px;
  }

  .footer-block {
    width: auto;
  }

  .footer-block.narrower {
    width: auto;
    margin-bottom: 20px;
  }

  .footer-block.narrower.more {
    width: auto;
  }

  .p.sub-footer-text {
    margin-right: 5vw;
  }

  .footer-lateral-block {
    flex-flow: column;
  }

  .end-to-end-cta-container {
    z-index: 2;
    bottom: 5vh;
  }

  .nav-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .nav-text.left-padding, .nav-text.more-letter-spacing {
    font-size: 17px;
  }

  .location-section-feet-text-container-alt4 {
    top: auto;
    bottom: 6vh;
  }

  .contact-overlay {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    margin-bottom: 5px;
  }

  .link.left-padding {
    margin-left: 18px;
  }

  .contact-close-button-container {
    top: 30px;
    right: 28px;
  }

  .close-text {
    font-size: 30px;
  }

  .form-block {
    width: 80%;
    left: -3px;
  }

  .fat-hero-mini {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 56px;
  }

  .capabiities-process-section {
    flex-flow: column;
    padding-bottom: 10vh;
  }

  .capabilities-top-left-column {
    width: 100%;
    margin-bottom: 3vh;
    margin-right: auto;
    position: relative;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .capabilities-photo._6, .capabilities-photo._4 {
    object-position: 80% 100%;
  }

  .capabilities-photo._5 {
    object-position: 70% 100%;
  }

  .capabilities-products-text {
    width: auto;
    margin: 24px 5vw 20px;
    font-size: 32px;
    line-height: 44px;
  }

  .capabilities-products-text-container {
    bottom: 0;
  }

  .capabilities-products-text-background {
    background-color: rgba(0, 0, 0, .6);
  }

  .bitter-highlight-red-text {
    font-size: 37px;
  }

  .capabilities-trust-text {
    font-size: 36px;
    line-height: 55px;
  }

  .capabilities-trust-section {
    justify-content: flex-start;
    align-items: center;
  }

  .capabilities-top-right-column {
    width: 84%;
    margin-top: 20px;
    margin-left: 5vw;
  }

  .process-block {
    height: 200px;
  }

  .process-block._1, .process-block._3, .process-block._4, .process-block._6 {
    padding-right: 20px;
  }

  .big-fat-white-text, .process-card-number {
    font-size: 60px;
  }

  .market-icon {
    width: 120px;
  }

  .device-rotate-overlay {
    display: none;
  }

  .thank-you-text {
    font-size: 36px;
    line-height: 50px;
  }
}


