@font-face {
  font-family: "Nhaasgroteskdspro 55 Rg";
  src: url('../fonts/NHaasGroteskDSPro-55Rg.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgrotesktxpro 55 Rg";
  src: url('../fonts/NHaasGroteskTXPro-55Rg.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgrotesktxpro 65 Md";
  src: url('../fonts/NHaasGroteskTXPro-65Md.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgrotesktxpro 75 Bd";
  src: url('../fonts/NHaasGroteskTXPro-75Bd.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasdisplaylight;
  src: url('../fonts/NeueHaasDisplayLight.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ttp-blue: #2354c6;
  --ttp-white: #f6eddb;
  --ttp-navy: #141e2b;
  --ttp-form: #2b3440;
  --_jsit-colors---blue: #58b1ce;
  --_jsit-colors---purple-faded: #b0a4c4;
  --_jsit-colors---blue-opacity: #58b1cecc;
  --_jsit-colors---purple: #8e61db;
  --ttp-beige: #bdaa8a;
  --_jsit-colors---blue-faded: #92b3bd;
  --_jsit-colors---purple-opacity: #8e61dbcc;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--ttp-blue);
  cursor: pointer;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.main {
  box-shadow: 0 2px 5px 4px #0003;
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.hp {
  height: 100vh;
}

.nav {
  z-index: 2;
  margin-top: 2rem;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1152px;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-left {
  position: relative;
}

.nav-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-shadow-overlay {
  background-image: linear-gradient(#1b1a1799, #fff0);
  height: 65vh;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-overlay {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90vw;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 4rem;
}

.hero-overlay.hp {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
  inset: 0%;
}

.hero-word {
  color: var(--ttp-white);
  text-align: center;
  letter-spacing: -.3rem;
  font-family: "Nhaasgrotesktxpro 65 Md", sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 5rem;
}

.logo-white {
  z-index: 1;
  width: 10rem;
  position: relative;
}

.section {
  z-index: 3;
  width: 90vw;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
}

.section.form {
  z-index: 1;
  padding-top: 8rem;
}

.section.legal {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.section.form {
  background-color: var(--ttp-navy);
  width: 100vw;
  max-width: none;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.bottom-margin {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.full-width-about {
  background-color: var(--ttp-navy);
  width: 100vw;
  max-width: none;
  margin-top: 10rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.about {
  padding-top: 10rem;
}

.section-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 90vw;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70vh;
  padding-bottom: 45vh;
}

.opening-text {
  color: var(--ttp-white);
  padding-bottom: 5rem;
  font-family: Neuehaasdisplaylight, sans-serif;
  font-size: 3.9rem;
  font-weight: 300;
  line-height: 4.3rem;
}

.nav-link {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-text {
  color: var(--ttp-white);
  letter-spacing: .1rem;
  font-family: "Nhaasgrotesktxpro 55 Rg", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.bg-dark {
  z-index: -1;
  background-color: var(--ttp-navy);
  position: fixed;
  inset: 0%;
}

.button {
  border: 1.3px solid var(--ttp-white);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button._1 {
  border-width: 1.5px;
  width: 15rem;
}

.button._2 {
  border-width: 1.5px;
  width: 18rem;
}

.button._3 {
  width: 14rem;
}

.button._4 {
  border-color: var(--ttp-navy);
  width: 20.5rem;
}

.button._5 {
  z-index: 1;
  width: 15rem;
}

.heading {
  color: var(--ttp-navy);
  letter-spacing: .08rem;
  font-family: "Nhaasgrotesktxpro 65 Md", sans-serif;
  font-size: .95rem;
  font-weight: 400;
}

.heading.blue {
  color: var(--ttp-blue);
  font-family: "Nhaasgrotesktxpro 65 Md", sans-serif;
  font-weight: 400;
}

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

.header-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  margin-bottom: 2rem;
  margin-left: -1rem;
  display: flex;
}

.header-wrapper.steps {
  margin-bottom: 0;
}

.dot {
  width: .3rem;
  height: .3rem;
}

.footer-jsit {
  background-image: linear-gradient(90deg, #31affc14, #31affc33 50%, #8e61db);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-text {
  color: var(--ttp-white);
  letter-spacing: .1rem;
  font-family: "Nhaasgroteskdspro 55 Rg", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.linkedin-logo {
  z-index: 1;
  width: 3.5rem;
  position: relative;
}

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

.footer-bottom {
  border-top: .05rem solid var(--ttp-white);
  flex-flow: column;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  display: flex;
}

.linkedin-link {
  position: relative;
}

.footer-link-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.linkedin-bg {
  background-color: var(--ttp-white);
  border-radius: .3rem;
  width: 2.9rem;
  height: 2.9rem;
  margin-left: .05rem;
  position: absolute;
  inset: 0%;
}

.footer-link {
  position: relative;
  overflow: hidden;
}

.underline {
  background-color: var(--ttp-white);
  width: auto;
  height: .07rem;
  margin-top: .5rem;
}

.underline.footer {
  margin-top: .2rem;
}

.logo-blue {
  z-index: 0;
  width: 10rem;
  position: absolute;
  inset: 0%;
}

.section-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40vh;
  padding-bottom: 30vh;
}

.button-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.button-overlay {
  z-index: -1;
  background-color: var(--ttp-white);
  position: absolute;
  inset: 0%;
}

.button-overlay.blue {
  background-color: var(--ttp-blue);
}

.button-overlay.navy {
  background-color: var(--ttp-navy);
}

.button-text {
  color: var(--ttp-white);
  letter-spacing: .15rem;
  padding-left: 1.5rem;
  font-family: "Nhaasgrotesktxpro 65 Md", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.button-text.large {
  font-size: 1.4rem;
}

.button-text.navy-white {
  color: var(--ttp-navy);
}

.hero-word-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

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

.hero-image.tb-mb {
  display: none;
}

.text {
  color: var(--ttp-navy);
  font-family: Neuehaasdisplaylight, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.7rem;
}

.text.bottom-margin {
  margin-bottom: 2.5rem;
}

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

.text.white.s3 {
  margin-left: .5rem;
}

.bg-light {
  z-index: -2;
  background-color: var(--ttp-white);
  position: fixed;
  inset: 0%;
}

.bg-wrapper {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: var(--ttp-white);
  color: var(--ttp-navy);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: "Nhaasgrotesktxpro 55 Rg", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.hero-video-wrapper {
  z-index: 1;
}

.hero-heading {
  color: var(--ttp-white);
  letter-spacing: -.1rem;
  font-family: "Nhaasgrotesktxpro 65 Md", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 4.1rem;
}

.privacy-policy {
  flex-flow: column;
}

.pp-heading {
  color: var(--ttp-blue);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-family: "Nhaasgrotesktxpro 75 Bd", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.list {
  flex-flow: column;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

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

.image.rounded {
  border-radius: 20px;
}

.image.rounded.mb, .image.rounded.tm {
  display: none;
}

.section-3 {
  padding-top: 30vh;
  padding-bottom: 40vh;
}

.track {
  height: 150vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame-left {
  z-index: 1;
  align-items: center;
  width: 50vw;
  height: 100%;
  display: flex;
  position: relative;
}

.item-left {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.item-left-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem;
  grid-auto-columns: 1fr;
  width: 45vw;
  max-width: 576px;
  padding-right: 8.5rem;
  position: relative;
}

.blue {
  color: var(--ttp-blue);
  font-family: "Nhaasgroteskdspro 55 Rg", sans-serif;
  font-weight: 300;
}

.gradient-right {
  background-image: linear-gradient(90deg, #141e2b, #141e2b00);
  width: 6rem;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.image-wrapper {
  position: relative;
}

.text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto auto -5.5rem 1.5rem;
}

.number {
  color: var(--ttp-blue);
  font-family: "Nhaasgroteskdspro 55 Rg", sans-serif;
  font-size: 4.5rem;
}

.frame-right {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50vw;
  height: 100%;
  display: flex;
}

.item-right {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  flex: none;
  align-items: center;
  width: 200vw;
  max-width: 2560px;
  display: flex;
}

.gradient-left {
  background-color: var(--ttp-navy);
  position: absolute;
  inset: 0% 6rem 0% 0%;
}

.item-right-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem;
  grid-auto-columns: 1fr;
  width: 45vw;
  max-width: 576px;
  position: relative;
}

.section-4 {
  z-index: 1;
  width: 90vw;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40vh;
  padding-bottom: 10rem;
  position: relative;
}

.cta-video-shadow {
  z-index: -1;
  background-color: #141e2b99;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-link-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.footer-link-right {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.body-link {
  color: var(--ttp-blue);
  text-decoration: underline;
}

.preloader {
  z-index: 5;
  background-color: var(--ttp-navy);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.top-window {
  position: static;
  overflow: hidden;
}

.bottom-window {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.curtain {
  position: absolute;
  inset: 0%;
}

.logo-container {
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-logo {
  width: 250px;
  overflow: visible;
}

.preloader-logo.bottom {
  opacity: .1;
}

.form-block {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.form-column-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.form-column-left, .form-column-right {
  flex: 1;
}

.text-field {
  background-color: var(--ttp-form);
  color: var(--ttp-white);
  letter-spacing: .05rem;
  border: 0 solid #000;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Neuehaasdisplaylight, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  display: flex;
}

.text-field:focus {
  border-width: 1px;
  border-color: var(--ttp-blue);
}

.text-field::placeholder {
  color: #f6eddb66;
}

.text-field.cv {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 6rem;
}

.form-block-wrapper {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.form-heading {
  color: var(--ttp-white);
  letter-spacing: -.1rem;
  margin-bottom: 2.5rem;
  font-family: "Nhaasgrotesktxpro 65 Md", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.dot-blue {
  color: var(--ttp-blue);
  display: inline;
  position: relative;
  inset: 0% 0% -.8rem .2rem;
}

.text-small {
  color: var(--ttp-white);
  letter-spacing: .05rem;
  font-family: Neuehaasdisplaylight, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7rem;
}

.submit {
  background-color: var(--ttp-blue);
  color: var(--ttp-white);
  border-radius: 7px;
  width: 100%;
  height: 3rem;
  margin-top: 2.5rem;
  font-family: "Nhaasgrotesktxpro 65 Md", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.checkbox-label {
  color: var(--ttp-white);
  letter-spacing: .05rem;
  font-family: Neuehaasdisplaylight, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: .9rem;
}

.checkbox {
  border-radius: 7px;
}

.step-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--ttp-navy);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4rem 2.5rem 5rem 3rem;
  display: flex;
  box-shadow: 5px 5px 10px 3px #141e2b40;
}

.step-heading {
  color: var(--ttp-white);
  letter-spacing: .05rem;
  font-family: "Nhaasgrotesktxpro 65 Md", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.placeholder {
  color: #f6eddb66;
  letter-spacing: .05rem;
  font-family: Neuehaasdisplaylight, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
}

.step-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.step-block {
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 40% 20% 40%;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  place-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

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

.steps-heading-wrapper {
  text-align: center;
  width: 100%;
}

.steps-heading {
  letter-spacing: -.1rem;
  font-family: "Nhaasgrotesktxpro 75 Bd", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.about-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-wrapper._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 90vw;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.shadow-overlay {
  background-color: #1b1a1766;
  position: absolute;
  inset: 0%;
}

.hero-dot {
  color: var(--ttp-white);
  font-size: 3.5rem;
  display: none;
}

.section-2-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-heading {
  color: var(--ttp-white);
  margin-bottom: 2.5rem;
  font-family: "Nhaasgrotesktxpro 65 Md", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.about-body {
  color: var(--ttp-white);
  font-family: "Nhaasgrotesktxpro 55 Rg", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.about-wrapper-inner {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 35% 60%;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu, .hamburger-inner, .hamburger-wrapper {
  display: none;
}

.video-embed {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
}

.video-styles-wrapper {
  display: none;
}

.wb-video-styles-controller {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.step-image-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 38%;
  display: flex;
}

.step-dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step-scroll {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.steps-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.step-card-wrapper {
  justify-content: flex-end;
  width: 38%;
  display: flex;
}

.steps-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-item {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.step-track {
  transform-origin: 50% 0;
  background-color: #d1d1d1;
  width: 6px;
  height: 100%;
}

.step-bar {
  background-color: var(--ttp-blue);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.steps-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.success-message {
  background-color: var(--ttp-blue);
  border-radius: 7px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.success-text {
  color: var(--ttp-white);
}

.error-message {
  border-radius: 7px;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
}

.placeholder-video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.section-3-tm {
  display: none;
}

.stack-image {
  position: relative;
}

.cta-video-wrapper {
  width: 90vw;
  max-width: 1152px;
  padding: 11vw 8vw;
  position: relative;
}

.cta-video-overlay {
  width: 55vw;
  max-width: 600px;
}

.cta-video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.event-wrapper-jsit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.brand-10 {
  width: 13vw;
  margin-bottom: -.5vw;
}

.hero-overlay-inner-jsit {
  grid-row-gap: 1.5rem;
  background-color: #ffffffb3;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 400px;
  margin-left: -2.5rem;
  padding: 9rem 2.5rem 2.5rem;
  display: flex;
}

.brand-2 {
  width: 10vw;
  margin-top: -.5vw;
  margin-right: -2vw;
}

.event-jsit {
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 25% 75%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.left-column-jsit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
}

.brand-3 {
  width: 7vw;
  margin-top: -3vw;
  margin-left: -1vw;
}

.brand-12 {
  width: 16vw;
  margin-right: -2vw;
}

.brand-4 {
  width: 17vw;
}

.heading-jsit {
  color: #8e61db;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.sub-heading-jsit {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.sub-heading-jsit.mb {
  display: none;
}

.button-wrapper-jsit {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 80vw;
  max-width: 1000px;
  margin-top: -2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-jsit {
  width: 100vw;
  height: 92svh;
  position: relative;
}

.pe-video-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.brand-5 {
  width: 9vw;
  margin-top: .5vw;
}

.hero-shadow-jsit {
  background-image: linear-gradient(0deg, #0000004d, #fff0);
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-text-jsit {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-decoration: none;
}

.section-text-jsit.white {
  color: #fff;
}

.section-text-jsit.center-align {
  text-align: center;
}

.section-text-jsit.event {
  font-size: 1.3rem;
  line-height: 1.4rem;
}

.nav-button-jsit {
  color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  display: flex;
  box-shadow: 5px 5px 10px #0003;
}

.nav-button-jsit.blue {
  background-color: var(--_jsit-colors---blue);
}

.nav-button-jsit.blue.fade {
  background-color: #92b3bd;
}

.nav-button-jsit.purple {
  background-color: #8e61db;
}

.nav-button-jsit.purple.fade {
  background-color: var(--_jsit-colors---purple-faded);
}

.brand-13 {
  width: 8vw;
}

.about-us-jsit {
  color: #fff;
  background-color: #8e61db;
  border-radius: 10px;
  padding: .8rem 2.5rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.brand-image-jsit {
  width: 100%;
}

.brand-15 {
  width: 14vw;
  margin-right: -1vw;
}

.brand-8 {
  width: 12vw;
  margin-bottom: -.5vw;
}

.brand-6 {
  width: 12vw;
}

.count-jsit {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.brand-7 {
  width: 16vw;
  margin-top: -.5vw;
  margin-right: -2vw;
}

.text-purple {
  color: #8e61db;
}

.brand-11 {
  width: 18vw;
}

.section-heading-jsit {
  color: #000;
  text-align: center;
  margin-bottom: 4rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.brand-9 {
  width: 12vw;
  margin-top: -1.5vw;
}

.brand-1 {
  width: 18vw;
}

.event-right-jsit {
  border: 2.5px solid #58b1ce;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.event-left-jsit {
  background-color: #58b1ce;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.hero-overlay-jsit {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.brands-wrapper-jsit {
  grid-column-gap: 0vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 5rem;
  display: grid;
}

.brand-14 {
  width: 14vw;
}

.count-number-jsit {
  color: #8e61db;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.header-wrapper-jsit {
  z-index: 1;
  width: 90vw;
  max-width: 1200px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.jsit-pe-logo-text {
  display: none;
}

.jsit-logo {
  width: 180px;
}

.footer-wrapper-jsit {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer-left-jsit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-text-jsit {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3rem;
  text-decoration: none;
}

.footer-text-jsit.white {
  color: #fff;
}

.the-talent-people-logo {
  width: 130px;
}

.footer-right-jsit {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-wrapper-jsit {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
}

.section-wrapper-jsit.s1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  padding-top: 7rem;
  display: grid;
}

.section-wrapper-jsit.s3 {
  padding-bottom: 10rem;
}

.section-wrapper-jsit.s2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-wrapper-jsit.employer, .section-wrapper-jsit.employee {
  margin-top: 2.5rem;
  padding-top: 7rem;
}

.section-wrapper-jsit.widget {
  padding-bottom: 8rem;
}

.flipcard-heading-jsit {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.flipcard-front-jsit {
  backface-visibility: hidden;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.flipcard-wrapper-jsit {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flipcard-text-jsit {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.flipcard-overlay-jsit {
  background-color: #8e61dbcc;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 1rem 2rem 1rem 1.5rem;
  position: absolute;
  inset: auto auto 3.5rem 0%;
}

.flipcard-overlay-jsit.center {
  top: 3.5rem;
  bottom: auto;
}

.flipcard-overlay-jsit.blue {
  background-color: var(--_jsit-colors---blue-opacity);
}

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

.flipcard-image-jsit {
  width: 100%;
  height: 100%;
}

.flipcard-label-jsit {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.flipcard-label-jsit.white {
  color: #fff;
}

.flipcard-jsit {
  position: relative;
}

.flipcard-right-jsit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.flipcard-content-jsit {
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 6% 94%;
  grid-auto-columns: 1fr;
  display: grid;
}

.flipcard-back-purple {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #8e61db;
  border-radius: 20px;
  padding: 5rem 3rem 2rem;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.flipcard-icon-jsit {
  width: 35px;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.cta-wrapper-jsit {
  flex-flow: column;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.cta-wrapper-jsit.employer {
  margin-bottom: 8rem;
}

.flipcard-shadow-purple-jsit {
  background-image: linear-gradient(135deg, #8e61dbc9, #fff0 80%);
  position: absolute;
  inset: 0%;
}

.jsit-widget {
  width: 100%;
}

.flipcard-shadow-blue {
  background-image: linear-gradient(135deg, #57afcb99, #b3dbe838 50%, #fff0);
  position: absolute;
  inset: 0%;
}

.flipcard-overlay {
  background-color: #8e61dbcc;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 1rem 2rem 1rem 1.5rem;
  position: absolute;
  inset: auto auto 3.5rem 0%;
}

.flipcard-overlay.blue {
  background-color: #58b1cecc;
}

.flipcard-image {
  width: 100%;
  height: 100%;
}

.flipcard-back-blue {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #58b1ce;
  border-radius: 20px;
  padding: 6rem 3rem 2rem;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.flipcard-icon {
  width: 35px;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.cta-button-blue {
  color: #fff;
  background-color: #58b1ce;
  border-radius: 10px;
  padding: 1rem 3rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.ttp-logo-text {
  display: none;
}

.footer {
  background-color: var(--ttp-navy);
}

.cta-button-purple {
  background-color: var(--_jsit-colors---purple);
  color: #fff;
  border-radius: 10px;
  padding: 1rem 3rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

@media screen and (min-width: 1280px) {
  .hero-word {
    font-size: 6rem;
  }

  .item-right {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .step-card {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .about-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .cta-video-wrapper {
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: 6rem;
  }

  .brand-10 {
    width: 170px;
    margin-bottom: -5px;
  }

  .brand-2 {
    width: 140px;
    margin-top: -5px;
    margin-right: -20px;
  }

  .brand-3 {
    width: 90px;
    margin-top: -40px;
    margin-left: -10px;
  }

  .brand-12 {
    width: 200px;
    margin-right: -20px;
  }

  .brand-4 {
    width: 210px;
  }

  .brand-5 {
    width: 110px;
    margin-top: 7px;
  }

  .section-text-jsit {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .brand-13 {
    width: 100px;
  }

  .brand-15 {
    width: 180px;
    margin-right: -15px;
  }

  .brand-8 {
    width: 150px;
    margin-bottom: -5px;
  }

  .brand-6 {
    width: 150px;
  }

  .brand-7 {
    width: 200px;
    margin-top: -5px;
    margin-right: -20px;
  }

  .brand-11 {
    width: 230px;
  }

  .brand-9 {
    width: 150px;
    margin-top: -20px;
  }

  .brand-1 {
    width: 230px;
  }

  .brands-wrapper-jsit {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
  }

  .brand-14 {
    width: 180px;
  }

  .flipcard-heading-jsit {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .flipcard-wrapper-jsit {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .flipcard-right-jsit {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .flipcard-content-jsit {
    grid-row-gap: 1.5rem;
  }

  .flipcard-back-purple {
    padding-top: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .flipcard-icon-jsit {
    width: 30px;
  }

  .flipcard-overlay.blue.center {
    top: 3.5rem;
    bottom: auto;
  }

  .flipcard-back-blue {
    padding-top: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .flipcard-icon {
    width: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    height: 550px;
  }

  .footer-text-jsit {
    text-decoration: none;
  }

  .flipcard-back-purple, .flipcard-back-blue {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .nav-right {
    display: none;
  }

  .hero-word {
    font-size: 5rem;
  }

  .section.legal {
    padding-bottom: 8rem;
  }

  .section.bottom-margin {
    padding-top: 8rem;
  }

  .section.full-width-about {
    margin-top: 8rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.about {
    padding-top: 8rem;
  }

  .section-1 {
    width: 85vw;
    padding-bottom: 35vh;
  }

  .opening-text {
    padding-bottom: 4rem;
    font-size: 3.2rem;
    line-height: 3.9rem;
  }

  .button {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .heading {
    font-size: .9rem;
  }

  .header-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: -.8rem;
  }

  .footer-text {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .underline.footer {
    margin-top: .1rem;
  }

  .section-2 {
    width: 85vw;
    padding-top: 35vh;
  }

  .button-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .hero-image.dt {
    display: none;
  }

  .hero-image.tb-mb {
    display: block;
  }

  .text {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .text.white.bottom-margin {
    margin-bottom: 2rem;
  }

  .text.white.our-expertise {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }

  .image.rounded.dt {
    display: none;
  }

  .image.rounded.tm {
    display: block;
  }

  .section-3 {
    padding-bottom: 10vh;
  }

  .track {
    height: auto;
    display: none;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .frame-left {
    flex-flow: column;
  }

  .text-wrapper {
    inset: 0%;
  }

  .number {
    font-size: 5rem;
  }

  .frame-right {
    flex-flow: column;
  }

  .section-4 {
    z-index: 1;
    padding-top: 30vh;
    padding-bottom: 8rem;
  }

  .step-block {
    grid-template-columns: 42% 16% 42%;
    height: 75vh;
  }

  .about-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .section-2-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .about-heading {
    font-size: 2rem;
  }

  .menu {
    z-index: 1;
    background-color: var(--ttp-navy);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .hamburger-inner {
    flex-flow: column;
    justify-content: space-between;
    height: 25px;
    display: flex;
  }

  .top-line, .middle-line, .bottom-line {
    background-color: var(--ttp-white);
    width: 40px;
    height: 2.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3rem;
    display: flex;
  }

  .menu-item {
    overflow: hidden;
  }

  .menu-link {
    transform-origin: 0 0;
    color: var(--ttp-white);
    letter-spacing: -.2rem;
    margin-top: -.2rem;
    margin-bottom: -.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Nhaasgrotesktxpro 65 Md", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 4.7rem;
    display: block;
  }

  .hamburger-wrapper {
    cursor: pointer;
    margin-right: -1rem;
    padding: 1rem;
    display: block;
  }

  .section-3-tm {
    width: 88vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .stack-wrapper {
    grid-row-gap: 0vh;
    flex-flow: column;
    display: flex;
  }

  .stack-card {
    height: 90vh;
    position: sticky;
  }

  .stack-card._1 {
    margin-bottom: 25vh;
    top: 7vh;
  }

  .stack-card._2 {
    margin-top: -1px;
    margin-bottom: 0;
    top: 32vh;
  }

  .stack-card._3 {
    margin-top: -2px;
    margin-bottom: 0;
    top: 32vh;
  }

  .stack-card._4 {
    margin-top: -3px;
    margin-bottom: 0;
    top: 32vh;
  }

  .stack-top {
    height: 25vh;
  }

  .stack-image {
    border-radius: 20px;
    overflow: hidden;
  }

  .text-wrapper-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: flex-end;
    margin-right: 2.5rem;
    padding-top: 3rem;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .stack-gradient {
    background-image: linear-gradient(225deg, #141e2b, #fff0 60%);
    position: absolute;
    inset: 0%;
  }

  .event-wrapper-jsit {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-overlay-inner-jsit {
    border-bottom-left-radius: 0;
    width: 350px;
    margin-left: 0;
    padding-top: 7.5rem;
    padding-left: 5vw;
    padding-right: 2rem;
  }

  .heading-jsit {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .sub-heading-jsit {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .button-wrapper-jsit {
    width: 85vw;
    margin-top: -2.25rem;
  }

  .hero-jsit {
    height: 85svh;
  }

  .section-text-jsit {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .nav-button-jsit {
    height: 4.5rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .about-us-jsit {
    padding: .7rem 2.3rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .hero-overlay-jsit {
    inset: 0% auto auto 0%;
  }

  .count-number-jsit {
    font-size: 7.7vw;
    line-height: 8vw;
  }

  .jsit-logo {
    width: 160px;
  }

  .footer-text-jsit {
    font-size: 1.1rem;
  }

  .section-wrapper-jsit {
    padding-top: 7rem;
  }

  .section-wrapper-jsit.s1 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 80vw;
    margin-top: 2.25rem;
    padding-top: 6rem;
    display: flex;
  }

  .section-wrapper-jsit.s2 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: .65fr 1fr 1fr;
  }

  .section-wrapper-jsit.employer, .section-wrapper-jsit.employee {
    margin-top: 2.2rem;
  }

  .section-wrapper-jsit.widget {
    padding-bottom: 7rem;
  }

  .flipcard-heading-jsit {
    font-size: 1.15rem;
    line-height: 1.4rem;
  }

  .flipcard-front-jsit {
    border-radius: 15px;
  }

  .flipcard-wrapper-jsit {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .flipcard-text-jsit {
    line-height: 1.2rem;
  }

  .flipcard-overlay-jsit {
    padding-left: 1.3rem;
    padding-right: 1.5rem;
    bottom: 5vw;
  }

  .flipcard-overlay-jsit.center {
    top: 6.5vw;
    bottom: auto;
  }

  .flipcard-label-jsit {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .flipcard-content-jsit {
    grid-row-gap: 2.5vw;
  }

  .flipcard-back-purple {
    border-radius: 15px;
    padding-top: 7vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }

  .flipcard-icon-jsit {
    width: 3.3vw;
    top: 2vw;
    right: 2vw;
  }

  .cta-wrapper-jsit {
    margin-top: 7rem;
  }

  .cta-wrapper-jsit.employer {
    margin-bottom: 7rem;
  }

  .flipcard-overlay {
    padding-left: 1.3rem;
    padding-right: 1.5rem;
    bottom: 5vw;
  }

  .flipcard-back-blue {
    border-radius: 15px;
    padding-top: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .flipcard-icon {
    width: 3.3vw;
    top: 2vw;
    right: 2vw;
  }

  .cta-button-blue, .cta-button-purple {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    margin-top: 1.5rem;
  }

  .hero-overlay {
    bottom: 3rem;
  }

  .hero-overlay.hp {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2rem;
  }

  .hero-word {
    font-size: 4.5rem;
    line-height: 3.5rem;
  }

  .section {
    padding-top: 6rem;
  }

  .section.legal {
    padding-bottom: 6rem;
  }

  .section.form {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .section.bottom-margin {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .section.full-width-about {
    margin-top: 6rem;
  }

  .section.about {
    padding-top: 6rem;
  }

  .section-1 {
    padding-top: 50vh;
    padding-bottom: 30vh;
  }

  .opening-text {
    padding-bottom: 2rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .button {
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-decoration: none;
  }

  .button._1, .button._2, .button._3, .button._4, .button._5 {
    width: auto;
    padding: 1.2rem 2.5rem;
  }

  .heading {
    font-size: .85rem;
  }

  .header-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer-jsit {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .footer-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-text.small {
    font-size: .8rem;
    line-height: 1rem;
  }

  .linkedin-logo {
    width: 4rem;
  }

  .footer-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

  .footer-link-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .linkedin-bg {
    width: 3.2rem;
  }

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

  .underline.footer {
    margin-top: 0;
    display: none;
  }

  .section-2 {
    padding-top: 30vh;
  }

  .button-wrapper.center-align {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .button-overlay {
    display: none;
  }

  .button-text {
    padding-left: 0;
  }

  .button-text.white-navy {
    padding-left: 0;
    font-size: 1rem;
  }

  .button-text.large {
    padding-left: 0;
    font-size: 1.2rem;
  }

  .button-arrow {
    display: none;
  }

  .hero-word-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
  }

  .text {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .text.bottom-margin {
    margin-bottom: 2rem;
  }

  .text.white.s3 {
    font-size: 1.6rem;
  }

  .text.white.our-expertise {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .body {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .hero-heading {
    font-size: 4.5rem;
  }

  .pp-heading {
    font-size: 1.2rem;
  }

  .list {
    padding-left: 30px;
  }

  .image.rounded {
    border-radius: 15px;
  }

  .image.rounded.dt-tb {
    display: none;
  }

  .image.rounded.mb {
    display: block;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .number {
    font-size: 4rem;
  }

  .section-4 {
    padding-top: 20vh;
    padding-bottom: 6rem;
  }

  .footer-link-right {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    align-items: flex-end;
  }

  .text-field::placeholder {
    font-size: .9rem;
  }

  .form-block-wrapper {
    width: 90vw;
  }

  .form-heading {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .text-small {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .checkbox {
    margin-top: 0;
  }

  .step-card {
    z-index: 2;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    height: 16rem;
    padding: 0 10vw 1rem;
    position: relative;
  }

  .step-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .step-image {
    height: 100%;
  }

  .steps-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .about-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    align-items: flex-start;
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .about-wrapper._2 {
    align-items: flex-start;
    width: 85vw;
  }

  .about-left {
    text-align: center;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .about-right {
    text-align: center;
  }

  .about-heading {
    text-align: left;
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .about-body {
    text-align: left;
  }

  .about-wrapper-inner {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .menu {
    display: none;
  }

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

  .menu-link.w--current {
    color: var(--ttp-blue);
  }

  .step-image-wrapper {
    z-index: 3;
    order: 3;
    width: auto;
    height: 22rem;
    margin-top: 6rem;
    position: relative;
  }

  .step-dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step-scroll {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .step-card-wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
  }

  .step-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .section-3-tm {
    width: 85vw;
  }

  .stack-card._1 {
    margin-bottom: 30vh;
    top: 10vh;
  }

  .stack-card._2, .stack-card._3, .stack-card._4 {
    top: 40vh;
  }

  .stack-top {
    height: 30vh;
  }

  .cta-video-wrapper {
    padding-top: 12vw;
    padding-bottom: 12vw;
    padding-left: 10vw;
  }

  .cta-video-overlay {
    width: auto;
  }

  .text-wrapper-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-right: 2rem;
    padding-top: 2.5rem;
  }

  .event-wrapper-jsit {
    width: 90vw;
  }

  .text-group {
    white-space: nowrap;
  }

  .brand-10 {
    width: 21vw;
  }

  .hero-overlay-inner-jsit {
    grid-row-gap: 1.3rem;
    border-bottom-right-radius: 15px;
    width: 50vw;
    max-width: 300px;
    padding-bottom: 2rem;
    padding-right: 1.5rem;
  }

  .brand-2 {
    width: 18vw;
  }

  .brand-3 {
    width: 12vw;
  }

  .brand-12 {
    width: 23vw;
  }

  .brand-4 {
    width: 25vw;
  }

  .heading-jsit {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .sub-heading-jsit {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .sub-heading-jsit.dt-tb {
    display: none;
  }

  .sub-heading-jsit.mb {
    display: block;
  }

  .button-wrapper-jsit {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90vw;
    margin-top: -2rem;
  }

  .hero-jsit {
    height: 70svh;
  }

  .brand-5 {
    width: 13vw;
  }

  .section-text-jsit, .section-text-jsit.event {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .nav-button-jsit {
    border-radius: 9px;
    height: 4rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .brand-13 {
    width: 12vw;
  }

  .about-us-jsit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .brand-15 {
    width: 23vw;
    margin-right: -3vw;
  }

  .brand-8 {
    width: 19vw;
  }

  .brand-6 {
    width: 17vw;
  }

  .count-jsit {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .brand-7 {
    width: 25vw;
  }

  .text-purple {
    white-space: nowrap;
  }

  .brand-11 {
    width: 26vw;
  }

  .section-heading-jsit {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .brand-9 {
    width: 18vw;
  }

  .brand-1 {
    width: 27vw;
  }

  .event-right-jsit, .event-left-jsit {
    height: 70px;
  }

  .brands-wrapper-jsit {
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 4rem;
  }

  .brand-14 {
    width: 22vw;
  }

  .jsit-logo {
    width: 140px;
  }

  .footer-wrapper-jsit {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footer-left-jsit {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .footer-text-jsit {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .the-talent-people-logo {
    width: 110px;
  }

  .section-wrapper-jsit {
    padding-top: 4rem;
  }

  .section-wrapper-jsit.s1 {
    width: 90vw;
    margin-top: 2rem;
    padding-top: 4rem;
  }

  .section-wrapper-jsit.s3 {
    padding-bottom: 8rem;
  }

  .section-wrapper-jsit.employer, .section-wrapper-jsit.employee {
    margin-top: 2rem;
    padding-top: 4rem;
  }

  .section-wrapper-jsit.widget {
    padding-bottom: 5rem;
  }

  .flipcard-heading-jsit {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .flipcard-wrapper-jsit {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flipcard-text-jsit {
    font-size: .95rem;
    line-height: 1.2rem;
  }

  .flipcard-overlay-jsit {
    bottom: 10vw;
  }

  .flipcard-overlay-jsit.center {
    top: auto;
    bottom: 10vw;
  }

  .hero-image-jsit {
    object-position: 47% 50%;
  }

  .flipcard-right-jsit {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .flipcard-content-jsit {
    grid-row-gap: 5vw;
  }

  .flipcard-back-purple {
    padding-top: 12vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }

  .flipcard-icon-jsit {
    width: 5vw;
    top: 4vw;
    right: 4vw;
  }

  .cta-wrapper-jsit {
    margin-top: 5rem;
  }

  .cta-wrapper-jsit.employer {
    margin-bottom: 5rem;
  }

  .flipcard-overlay {
    bottom: 10vw;
  }

  .flipcard-back-blue {
    padding-top: 12vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }

  .flipcard-icon {
    width: 5vw;
    top: 4vw;
    right: 4vw;
  }

  .cta-button-blue, .cta-button-purple {
    padding: .9rem 2.7rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 60vh;
  }

  .hero-overlay.hp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section {
    padding-top: 5rem;
  }

  .section.legal {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .section.form {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.bottom-margin {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .section.full-width-about {
    margin-top: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.about {
    padding-top: 5rem;
  }

  .section-1 {
    padding-bottom: 20vh;
  }

  .opening-text {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .button._1, .button._2, .button._3, .button._4, .button._5 {
    padding: 1rem 2rem;
  }

  .heading {
    font-size: .8rem;
  }

  .header-wrapper {
    margin-bottom: 1rem;
  }

  .dot {
    width: .25rem;
    height: .25rem;
  }

  .footer-jsit {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .footer-wrapper {
    padding-top: 3rem;
  }

  .footer-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 90vw;
  }

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

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

  .footer-link-wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    align-items: flex-start;
  }

  .section-2 {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .button-wrapper.center-align {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-text {
    font-size: 1rem;
  }

  .button-text.large {
    font-size: 1.1rem;
  }

  .text {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .text.white.s3 {
    font-size: 1.5rem;
  }

  .text.white.our-expertise {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .hero-heading {
    letter-spacing: -.2rem;
    font-size: 16vw;
    line-height: 15vw;
  }

  .pp-heading {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .image.rounded {
    border-radius: 10px;
  }

  .section-3 {
    padding-top: 20vh;
  }

  .number {
    font-size: 3rem;
  }

  .section-4 {
    padding-top: 10vh;
    padding-bottom: 6rem;
  }

  .cta-video-shadow {
    border-radius: 15px;
  }

  .footer-link-left {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-right {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-block {
    margin-top: 2.5rem;
  }

  .form-heading {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text-small {
    font-size: .95rem;
  }

  .checkbox-label {
    margin-left: .3rem;
  }

  .step-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 17rem;
    padding-left: 10vw;
    padding-right: 8vw;
  }

  .step-heading {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .step-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .step-image {
    width: auto;
  }

  .step-image.last {
    margin-top: -5rem;
  }

  .steps-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .about-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-2-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .about-heading {
    width: auto;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .about-body {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .menu {
    display: none;
  }

  .menu-link {
    margin-top: -.4rem;
    margin-bottom: -.4rem;
    padding-left: .3rem;
    padding-right: .3rem;
    font-size: 3.7rem;
    line-height: 4.9rem;
  }

  .step-image-wrapper {
    height: 18rem;
  }

  .step-card-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 1rem;
  }

  .steps-wrapper {
    display: block;
    position: static;
  }

  .success-text {
    font-size: .95rem;
  }

  .stack-card {
    height: 70vh;
  }

  .stack-card._1 {
    margin-bottom: 30vh;
  }

  .stack-image {
    border-radius: 15px;
  }

  .cta-video-wrapper {
    padding-top: 15vw;
    padding-bottom: 15vw;
    padding-left: 12vw;
  }

  .cta-video {
    border-radius: 15px;
  }

  .text-wrapper-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-right: 1.5rem;
    padding-top: 1.5rem;
  }

  .brand-10 {
    width: 31vw;
  }

  .hero-overlay-inner-jsit {
    grid-row-gap: 5vw;
    width: 52vw;
    padding-top: 6.8rem;
    padding-bottom: 1.8rem;
    padding-right: 5vw;
  }

  .brand-2 {
    width: 22vw;
    margin-right: 0;
  }

  .brand-3 {
    width: 16vw;
    margin-left: 0;
  }

  .brand-12 {
    width: 33vw;
    margin-right: 0;
  }

  .brand-4 {
    width: 36vw;
  }

  .heading-jsit {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .sub-heading-jsit {
    font-size: .95rem;
    line-height: 1.1rem;
  }

  .sub-heading-jsit.mb {
    font-size: .95rem;
  }

  .hero-jsit {
    height: 65svh;
  }

  .brand-5 {
    width: 20vw;
  }

  .section-text-jsit {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .section-text-jsit.event {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .nav-button-jsit {
    height: 3.7rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .brand-13 {
    width: 18vw;
  }

  .about-us-jsit {
    font-size: .95rem;
    line-height: .95rem;
  }

  .brand-15 {
    width: 33vw;
  }

  .brand-8 {
    width: 27vw;
  }

  .brand-6 {
    width: 25vw;
  }

  .brand-7 {
    width: 38vw;
    margin-right: 0;
  }

  .text-purple {
    white-space: normal;
  }

  .brand-11 {
    width: 37vw;
  }

  .section-heading-jsit {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .brand-9 {
    width: 28vw;
  }

  .brand-1 {
    width: 37vw;
  }

  .event-right-jsit {
    height: 65px;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .event-left-jsit {
    height: 65px;
  }

  .brands-wrapper-jsit {
    grid-row-gap: 8vw;
    grid-template-columns: 1fr 1fr;
  }

  .brand-14 {
    width: 29vw;
  }

  .jsit-logo {
    width: 130px;
  }

  .footer-text-jsit {
    font-size: .85rem;
    line-height: 1rem;
  }

  .the-talent-people-logo {
    width: 100px;
  }

  .section-wrapper-jsit {
    padding-top: 3.5rem;
  }

  .section-wrapper-jsit.s1 {
    margin-top: 1.7rem;
  }

  .section-wrapper-jsit.s3 {
    padding-bottom: 6rem;
  }

  .section-wrapper-jsit.s2 {
    padding-top: 4.5rem;
  }

  .section-wrapper-jsit.employer, .section-wrapper-jsit.employee {
    margin-top: 1.7rem;
  }

  .flipcard-heading-jsit {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .flipcard-front-jsit {
    border-radius: 15px;
  }

  .flipcard-wrapper-jsit {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
    width: 80vw;
  }

  .flipcard-text-jsit {
    font-size: .85rem;
    line-height: .95rem;
  }

  .flipcard-overlay-jsit {
    padding: 4vw 7vw 4vw 5vw;
    bottom: 12vw;
  }

  .flipcard-overlay-jsit.center {
    top: auto;
    bottom: 12vw;
  }

  .hero-image-jsit {
    object-position: 45% 50%;
  }

  .flipcard-label-jsit {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .flipcard-right-jsit {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .flipcard-content-jsit {
    grid-row-gap: 4vw;
  }

  .flipcard-back-purple {
    border-radius: 15px;
    padding-top: 11vw;
  }

  .flipcard-icon-jsit {
    width: 7vw;
    top: 5vw;
    right: 5vw;
  }

  .flipcard-overlay {
    padding: 4vw 7vw 4vw 5vw;
    bottom: 12vw;
  }

  .flipcard-back-blue {
    border-radius: 15px;
  }

  .flipcard-icon {
    width: 7vw;
    top: 5vw;
    right: 5vw;
  }

  .cta-button-blue, .cta-button-purple {
    padding: .8rem 2rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  #w-node-fc1f332f-eff6-4715-5024-9d46038ac8af-cd0a73c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Nhaasgroteskdspro 55 Rg';
  src: url('../fonts/NHaasGroteskDSPro-55Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro 55 Rg';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro 65 Md';
  src: url('../fonts/NHaasGroteskTXPro-65Md.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro 75 Bd';
  src: url('../fonts/NHaasGroteskTXPro-75Bd.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplaylight';
  src: url('../fonts/NeueHaasDisplayLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}