@font-face {
  font-family: Outfit variablefont wght;
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format("truetype"), url('../fonts/Outfit-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --k2ins---blue-brand-color: #5789a5;
  --black: black;
  --brand-color: #68dba2;
  --dark-grey: #707070;
  --color: #231f20;
  --light-gray: #ddd;
  --med-sky-blue: #4973bd;
  --k2ins---white: white;
  --k2ins---brand-color: #68dba2;
  --green-2: #43ce8b;
  --white: white;
  --blue: #4798a9;
  --k2ins---dark-grey: #707070;
  --dark-sky-blue: #303649;
  --green-3: #22a38b;
  --k2ins---black: black;
  --k2ins---dark-brand: #43ce8b;
  --k2ins---teal: #22a38b;
  --k2ins---dark-green: #00372d;
  --k2ins---light-gray: #ddd;
  --k2ins---cyber-blue: #4973bd;
  --k2ins---night: #14160f;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.k2ins--posting {
  text-transform: none;
}

.k2ins--posting h1 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.k2ins--posting h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.k2ins--posting h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.k2ins--posting h4, .k2ins--posting h5 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.k2ins--posting h6 {
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.k2ins--privacy-policy-container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.k2ins--pp-link {
  color: var(--k2ins---blue-brand-color);
  text-decoration: underline;
}

.k2ins--sub-bullet {
  margin-left: 40px;
  list-style-type: square;
}

.k2ins--terms-of-use-containter {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.k2ins--terms-list {
  margin-top: 10px;
  margin-left: 30px;
  list-style-type: lower-alpha;
}

.k2ins--terms-titles {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding: 0;
}

.k2ins--terms-list-item {
  list-style-type: lower-alpha;
}

body {
  color: var(--black);
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 78px;
  position: relative;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 42px;
}

a {
  color: var(--black);
  text-decoration: none;
  position: relative;
}

ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  line-height: 32px;
}

ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 22px;
  line-height: 32px;
}

li {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 15px;
  margin-left: 24px;
  padding-left: 10px;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 42px;
  list-style-type: square;
}

label {
  display: block;
}

blockquote {
  border-left: 5px solid var(--brand-color);
  color: var(--brand-color);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 0 10px 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.navigation {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section {
  display: block;
  position: relative;
  overflow: hidden;
}

.section.brand-color-background {
  background-color: var(--brand-color);
  display: block;
}

.section.black-background {
  background-color: var(--color);
  background-image: linear-gradient(#00000080, #00000080);
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.section.footer {
  background-color: #efefef;
  border: 0 #231f20;
  border-top: 10px solid #68dba226;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.section.background {
  background-color: var(--light-gray);
  background-image: url('../images/hero_mountainGlow.svg'), url('../images/hero_mountains3.svg'), url('../images/hero_stars.svg'), linear-gradient(146deg, #223855, var(--med-sky-blue));
  background-position: 100% 420px, 0 100%, 50% 20%, 0 0;
  background-repeat: no-repeat, repeat-x, no-repeat, repeat;
  background-size: auto 55%, auto 210px, 100%, auto;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section._404 {
  background-color: var(--brand-color);
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.sticky {
  overflow: visible;
}

.section.sky-gradient {
  background-image: url('../images/illus_mountains_interior.svg'), url('../images/illus_starsSky.svg'), linear-gradient(146deg, #223855, var(--med-sky-blue));
  background-position: 50% 100%, 90% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto 80%, auto;
  height: 420px;
  max-height: 750px;
  display: block;
  overflow: hidden;
}

.section.contact-background {
  background-image: url('../images/hero_contactPhoto.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.team-background {
  background-image: url('../images/hero_teamPhoto.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.splash-background {
  background-color: var(--light-gray);
  background-image: url('../images/hero_mountainGlow.svg'), url('../images/hero_mountains3.svg'), url('../images/hero_stars.svg'), linear-gradient(146deg, #223855, var(--med-sky-blue));
  color: var(--k2ins---white);
  background-position: 100% 510px, 0 100%, 50% 20%, 0 0;
  background-repeat: no-repeat, repeat-x, no-repeat, repeat;
  background-size: auto 45%, auto 210px, 100%, auto;
  background-attachment: scroll, scroll, scroll, scroll;
}

.nav-text {
  text-transform: uppercase;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s;
}

.nav-text:hover {
  color: var(--brand-color);
}

.nav-text.black {
  color: var(--black);
  font-weight: 500;
}

.nav-text.black:hover {
  color: var(--brand-color);
}

.nav-link {
  color: var(--k2ins---white);
}

.nav-link:hover {
  color: var(--k2ins---brand-color);
}

.nav-link.footer {
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 4px;
}

.nav-link.footer:hover {
  color: var(--k2ins---brand-color);
}

.nav-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 0;
  margin-bottom: 180px;
}

.nav-divider.black {
  background-color: #0000001a;
  margin-bottom: 0;
}

.nav-divider.splash {
  margin-bottom: 140px;
}

.main-heading {
  color: var(--green-2);
  width: 100%;
  font-size: 96px;
  font-weight: 600;
  line-height: 96px;
}

.container {
  max-width: 1400px;
  padding: 20px 40px 100px;
  position: relative;
}

.container.home {
  padding: 140px 100px;
}

.container.team-view-image {
  padding-bottom: 0;
}

.container.team-view-text {
  z-index: 100;
  margin-top: -660px;
  margin-bottom: 80px;
  padding-bottom: 0;
}

.container.current-portfolio {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.padding {
  padding: 60px 40px 80px;
}

.container.hero {
  color: var(--k2ins---white);
  padding-left: 40px;
}

.container.hero.splash {
  color: var(--white);
}

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

.bigger-paragraph.home {
  color: var(--white);
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

.background-image {
  aspect-ratio: auto;
  background-color: var(--blue);
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: contain;
  background-image: none;
  outline: 3px #000;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Outfit variablefont wght, sans-serif;
  position: absolute;
  inset: 0% 0% 0;
  overflow: clip;
}

.background-image._6 {
  opacity: .06;
}

.text-68px {
  font-size: 68px;
  line-height: 80px;
}

.text-68px.home {
  opacity: .76;
}

.text-120px {
  color: var(--white);
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 500;
  line-height: 116px;
}

.home-key-number-wrapper {
  margin-top: 100px;
  display: flex;
}

.key-number-description {
  opacity: .76;
  margin-top: 8px;
  font-weight: 600;
}

.home-key-number {
  margin-right: 120px;
}

.h6-title-brand-color {
  color: var(--green-2);
  margin-bottom: 56px;
  font-size: 28px;
  font-weight: 300;
}

.h6-title-brand-color._404 {
  color: var(--white);
  margin-bottom: 36px;
}

.portfolio-logo-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #dddddd80;
  border-bottom: 1px solid #dddddd80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.portfolio-logo-link {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  height: 220px;
  transition: border-color .4s linear;
  display: flex;
}

.portfolio-logo-link:hover {
  border: 1px solid var(--light-gray);
}

.portfolio-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 40%;
  display: flex;
}

.text-button {
  margin-right: 26px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.text-button-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.text-button-wrapper.hover {
  position: absolute;
  left: -101%;
}

.text-button-link {
  margin-top: 40px;
  overflow: hidden;
}

.text-button-link._404 {
  margin-top: 100px;
}

.top-text {
  white-space: nowrap;
  font-size: 148px;
  font-weight: 500;
  line-height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.gray {
  color: var(--light-gray);
}

.brand-color {
  color: var(--brand-color);
}

.top-animation-wrapper {
  align-items: flex-end;
  padding-top: 160px;
  padding-bottom: 86px;
  display: flex;
  position: relative;
}

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

.image-cover.our-values {
  opacity: .6;
  position: absolute;
}

.top-animation-image1 {
  flex: none;
  width: 620px;
  height: 240px;
  margin-left: 50vw;
}

.bottom-animation-wrapper {
  align-items: flex-start;
  padding-top: 86px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.top-animation-image2 {
  flex: none;
  width: 380px;
  height: 280px;
  margin-left: 20vw;
}

.bottom-text {
  white-space: nowrap;
  font-size: 148px;
  font-weight: 500;
  line-height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.top-animation-image3 {
  flex: none;
  width: 480px;
  height: 220px;
  margin-left: 30vw;
}

.bottom-animation-image1 {
  flex: none;
  width: 400px;
  height: 280px;
  margin-left: -80vw;
}

.bottom-animation-image2 {
  flex: none;
  width: 460px;
  height: 320px;
  margin-left: 10vw;
}

.bottom-animation-image3 {
  flex: none;
  width: 620px;
  height: 240px;
  margin-left: 20vw;
}

.slider {
  background-color: var(--light-gray);
  height: 740px;
  margin-top: 80px;
}

.slider-image {
  width: 600px;
  position: absolute;
  inset: auto 10% 0% auto;
}

.gray-extended-background {
  background-color: var(--light-gray);
  width: 100vw;
  position: absolute;
  inset: 0% -99% 0% 0%;
}

.brand-color-extended-background {
  background-color: var(--brand-color);
  width: 100vw;
  height: 480px;
  position: absolute;
  inset: auto 0% 0% -62%;
}

.slide-nav {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 30px 140px auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 120px 140px auto;
}

.quate-wrapper {
  width: 36%;
  padding-bottom: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-42px {
  padding-top: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 62px;
}

.text-42px.quate-home {
  color: var(--white);
  margin-bottom: 60px;
}

.text-42px.light-gray-semibold {
  color: var(--light-gray);
  font-weight: 600;
  transition: color .2s;
}

.text-42px.light-gray-semibold:hover {
  color: var(--brand-color);
  text-decoration: underline;
}

.text-42px.category-selected {
  color: var(--brand-color);
  font-weight: 600;
  text-decoration: underline;
}

.text-42px.medium {
  padding-top: 20px;
  font-weight: 500;
}

.white-semibold {
  color: var(--white);
  font-weight: 600;
}

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

.quotation-mark {
  color: var(--white);
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  position: absolute;
  inset: -40px -40px auto auto;
}

.text-160px-semibold {
  font-size: 160px;
  font-weight: 600;
  line-height: 160px;
}

.text-160px-semibold.slide-no {
  position: absolute;
  inset: auto 40px -40px auto;
}

.focus-grid {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.focus-image {
  background-color: var(--black);
  height: 460px;
  margin-bottom: 30px;
  position: relative;
}

.focus-date {
  color: var(--dark-grey);
  margin-bottom: 10px;
}

.focus-paragraph {
  color: var(--dark-grey);
  height: 58px;
  margin-top: 24px;
  overflow: hidden;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  display: grid;
}

.address-footer {
  color: var(--dark-grey);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.footer-logo {
  vertical-align: baseline;
  align-self: auto;
  width: 140px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 10px;
  display: block;
}

.footer-column-wrapper {
  color: var(--k2ins---dark-grey);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 0;
  font-size: 18px;
  display: flex;
}

.nav-footer-text {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  transition: color .2s;
}

.nav-footer-text:hover {
  color: var(--dark-sky-blue);
}

.nav-footer-text.temp {
  text-transform: capitalize;
  font-weight: 300;
}

.bold {
  font-weight: 600;
}

.dark-gray {
  color: var(--dark-grey);
}

.footer-phone-link {
  margin-top: 6px;
}

.social-media-hover {
  background-color: var(--light-gray);
  opacity: .5;
  mix-blend-mode: soft-light;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.social-media-link {
  width: 36px;
  height: 36px;
  margin-right: 6px;
}

.social-media-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}

.social-media-wrapper.team-view {
  margin-top: 0;
  margin-bottom: 80px;
}

.social-media-wrapper.portfolio {
  grid-column-gap: 18px;
  margin-top: 40px;
}

.social-media-wrapper.utility {
  grid-column-gap: 12px;
  margin-top: 0;
}

.footer-claim {
  color: var(--dark-grey);
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}

.private-policy-link {
  float: right;
}

.footer-link-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: color .2s;
  display: inline-block;
}

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

.float-left {
  float: left;
}

.footer-link-divider {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.back-to-top-wrapper {
  z-index: 98;
  background-color: #0000001a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding-top: 2px;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.back-to-top-wrapper:hover {
  background-color: var(--black);
}

.icon-top {
  width: 12px;
  margin-bottom: 2px;
  transform: rotate(-90deg);
}

.text-top {
  color: var(--white);
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
}

.back-to-top {
  position: absolute;
  inset: 0% 0% auto;
}

.submain-heading {
  color: var(--white);
  width: 90%;
  margin-top: 40px;
  font-size: 52px;
  font-weight: 300;
}

.portfolio-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 280px auto 160px 32px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.text-18px {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.text-18px.semibold {
  font-weight: 600;
}

.text-18px.porfolio-list {
  height: 46px;
  overflow: hidden;
}

.text-18px.white-normal {
  color: var(--white);
}

.text-18px.title {
  color: var(--dark-grey);
  margin-top: 6px;
}

.text-18px.margin-right {
  margin-right: 6px;
}

.text-18px.focus-view-date {
  color: #70707099;
  margin-bottom: 10px;
}

.text-18px.utility-font {
  margin-bottom: 40px;
}

.text-18px.utility-font-last {
  margin-top: 10px;
  margin-bottom: 0;
}

.text-18px.underline {
  text-decoration: underline;
}

.text-18px.punctuation-mark {
  float: left;
  margin-right: 6px;
}

.text-18px.medium {
  font-weight: 500;
  display: inline-block;
}

.portfolio-list-link {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: background-color .2s;
}

.portfolio-list-link:hover {
  background-color: #dddddd29;
}

.divider-dark-gray {
  background-color: var(--dark-grey);
  height: 1px;
  margin-top: 20px;
}

.h4-company-name {
  font-weight: 500;
}

.cross-icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}

.cross-icon-wrapper.utility {
  margin-top: 40px;
}

.change-to-brand-color {
  background-color: var(--brand-color);
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0%;
}

.text-28px {
  font-size: 28px;
  line-height: 36px;
}

.text-28px.portfolio-description {
  margin-bottom: 36px;
}

.text-28px.location-sub-title {
  margin-top: 60px;
  margin-bottom: 16px;
  font-weight: 600;
}

.portfolio-grid-open {
  grid-column-gap: 24px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: auto 18% 18% 18%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.portfolio-grid-open.current {
  grid-template-columns: auto 17% 17% 17%;
}

.portfolio-logo-wrapper-big {
  justify-content: center;
  align-items: center;
  width: 52%;
  height: 48%;
  display: flex;
}

.portfolio-logo-wrapper-big.current {
  width: 62%;
}

.semibold {
  font-weight: 600;
}

.portfolio-grid-open-mask {
  display: none;
  overflow: hidden;
}

.divider-light-gray {
  background-color: var(--light-gray);
  height: 1px;
}

.website-link {
  background-color: var(--brand-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding-left: 32px;
  padding-right: 32px;
  transition: background-color .2s;
  display: flex;
}

.website-link:hover {
  background-color: var(--black);
}

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

.portfolio-social-media-link {
  opacity: .4;
  width: 46px;
  height: 46px;
  transition: opacity .2s;
}

.portfolio-social-media-link:hover, .portfolio-social-media-link.current {
  opacity: 1;
}

.nav-wrapper {
  z-index: 99;
  position: relative;
}

.category-wrapper {
  z-index: 1;
  grid-column-gap: 32px;
  background-color: var(--white);
  align-items: center;
  margin-top: -42px;
  margin-bottom: 66px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.text-24px {
  font-size: 24px;
  line-height: 36px;
}

.text-24px.team-list {
  width: 50%;
  margin-top: -34px;
  margin-bottom: 80px;
}

.text-24px.focus-view-date {
  color: var(--brand-color);
  margin-bottom: 6px;
}

.text-24px.team-view-name {
  color: var(--dark-grey);
  margin-top: 16px;
  margin-bottom: 26px;
}

._3-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-column-grid.featured {
  overflow: hidden;
}

.team-image-wrapper {
  background-color: #dddddd4d;
  height: 460px;
  margin-bottom: 30px;
  position: relative;
}

.about-value-wrapper {
  display: block;
  overflow: hidden;
}

.team-brand-color-block {
  background-color: var(--brand-color);
  width: 86%;
  height: 180px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.team-image-cover {
  object-fit: cover;
  width: 90%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.member-no {
  color: var(--brand-color);
  font-size: 200px;
  font-weight: 600;
  line-height: 180px;
}

.text-4 {
  font-size: 52px;
  line-height: 66px;
}

.text-4.about {
  margin-top: 60px;
  margin-bottom: 40px;
}

._50 {
  width: 50%;
}

.our-value-image {
  background-color: var(--black);
  align-items: flex-end;
  height: 620px;
  margin-top: 100px;
  margin-left: -80px;
  margin-right: -80px;
  display: flex;
  position: relative;
}

.our-values-title {
  color: var(--brand-color);
  margin-bottom: 120px;
  margin-left: 80px;
}

.about-paragraph {
  margin-top: 26px;
}

.about-value-icon-wrapper {
  align-items: flex-start;
  height: 220px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.about-value-icon-wrapper.utility {
  height: 160px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.about-icon {
  height: 100%;
}

.about-value-brand-color-block {
  z-index: -1;
  background-color: var(--brand-color);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.our-values-grid {
  grid-column-gap: 100px;
  grid-row-gap: 120px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.contact-grid {
  grid-column-gap: 140px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.contact-title {
  margin-bottom: 14px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--light-gray);
  color: var(--black);
  height: 72px;
  margin-bottom: 20px;
  font-size: 20px;
  transition: border-color .2s;
}

.text-field:hover {
  border-bottom-color: var(--brand-color);
}

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

.text-field::placeholder {
  color: var(--dark-grey);
  font-size: 16px;
  line-height: 20px;
}

.form-block {
  margin-top: 40px;
}

.textarea {
  border: 1px solid var(--light-gray);
  min-height: 180px;
  font-size: 20px;
  transition: border-color .2s;
}

.textarea:hover {
  border-bottom-color: var(--brand-color);
}

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

.textarea::placeholder {
  color: var(--dark-grey);
  font-size: 16px;
  line-height: 20px;
}

.checkbox-field {
  margin-bottom: 20px;
  font-size: 16px;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: var(--med-sky-blue);
  text-decoration: underline;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-right: 14px;
  transition: border-color .2s;
}

.checkbox.w--redirected-checked {
  background-color: var(--black);
}

.submit-button {
  background-color: var(--green-2);
  border-radius: 40px;
  width: 100%;
  margin-top: 60px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-weight: 600;
}

.location-title {
  margin-bottom: 14px;
  font-weight: 500;
}

.location-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.email-link {
  margin-top: 6px;
}

.logo {
  width: 110px;
  margin-left: 40px;
  margin-right: auto;
}

.text-60px {
  font-size: 60px;
  font-weight: 400;
  line-height: 66px;
}

.text-60px.utility {
  margin-bottom: 80px;
}

.content-hero-image {
  height: 420px;
}

.focus-view-name-wrapper {
  color: var(--dark-grey);
  flex-wrap: wrap;
  margin-top: 26px;
  display: flex;
}

.posting h1 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.posting h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.posting h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.posting h4, .posting h5 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.posting h6 {
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.focus-view-divider {
  background-color: var(--light-gray);
  height: 1px;
  margin-top: 120px;
  margin-bottom: 60px;
}

.featured-title {
  margin-bottom: 80px;
  font-weight: 400;
}

.text-30px {
  font-size: 30px;
  line-height: 36px;
}

.text-30px.pagination {
  margin-top: 20px;
  font-weight: 500;
}

._2-column-grid-40-50 {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 50%;
}

.team-view-image-wrapper {
  height: 580px;
  position: relative;
}

.team-view-brand-color-block {
  z-index: -1;
  background-color: var(--brand-color);
  width: 86%;
  height: 240px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.team-view-brand-color-block.extended {
  width: 100vw;
  inset: auto -100% 0% 0%;
}

.utility-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 28% 66%;
}

.utility-3column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.utility-divider {
  background-color: var(--light-gray);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.utility-title {
  margin-bottom: 20px;
  font-weight: 500;
}

.utility-color-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 140px;
  display: flex;
}

.utility-color-block._68dba2 {
  background-color: var(--brand-color);
  color: var(--white);
  font-weight: 500;
}

.utility-color-block._707070 {
  background-color: var(--dark-grey);
  color: var(--white);
  font-weight: 500;
}

.utility-color-block.dddddd {
  background-color: var(--light-gray);
  font-weight: 500;
}

.utility-color-block._000000 {
  background-color: var(--black);
  color: var(--white);
  font-weight: 500;
}

.utility-color-block.ffffff {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  font-weight: 500;
}

.utility-image-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 160px;
}

.text-link {
  color: var(--med-sky-blue);
  text-decoration: none;
}

.text-link:hover {
  color: var(--med-sky-blue);
  text-decoration: underline;
}

.utility-2-column-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
}

.next {
  float: right;
  text-align: right;
  background-color: #0000;
  border-width: 0;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}

.pagination {
  display: block;
  position: relative;
}

.previous {
  float: left;
  background-color: #0000;
  border-width: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}

.rotate-z180 {
  transform: rotate(180deg);
}

.empty-state {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--light-gray);
  background-color: #dddddd29;
  padding: 20px 40px;
}

.empty-state.portfolio {
  border-top-width: 0;
}

.empty-state.featured {
  margin-top: 60px;
}

.green-arrow {
  width: 24px;
}

.partner-category-wrapper {
  position: relative;
}

.text-280px {
  margin-bottom: 10px;
  font-size: 280px;
  line-height: 210px;
}

.utility-typography-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu-wrapper {
  grid-column-gap: 70px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hamburger-wrapper {
  border: 1px solid var(--brand-color);
  flex-direction: column;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding-left: 14px;
  padding-right: 14px;
  display: none;
}

.hamburger-line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.hamburger-line.bottom {
  width: 60%;
}

.nav-open-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s;
}

.nav-open-text:hover {
  color: var(--brand-color);
}

.nav-open-wrapper {
  z-index: 100;
  display: none;
  position: fixed;
  inset: 0%;
}

.close {
  width: 100%;
  transform: rotate(45deg);
}

.go-arrow {
  width: 26px;
}

.slide-icon {
  width: 20px;
}

.underline {
  text-decoration: underline;
}

.footer-link-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-outer-link-wrapper {
  flex: 1;
}

.current-portfolio-brand-color-block {
  background-color: var(--brand-color);
  width: 100vw;
  height: 164px;
  position: absolute;
  inset: auto 0% 0% 460px;
}

.current-portfolio-company-name-wrapper {
  margin-bottom: 20px;
}

.main-title-animation-mask, .main-heading-animation-mask, .title-animation-mask {
  overflow: hidden;
}

.back-link {
  align-items: center;
  margin-bottom: 60px;
  display: inline-block;
}

.back-arrow {
  width: 30px;
  margin-right: 10px;
}

.page-title {
  color: var(--white);
  font-size: 42px;
  line-height: 46px;
}

.hero-cta {
  opacity: .8;
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  width: 450px;
  margin-bottom: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 24px;
}

.hero-cta:hover {
  opacity: .9;
}

.hero-cta:active {
  opacity: .8;
}

.bold-text {
  font-family: Montserrat, sans-serif;
}

.div-block {
  background-color: var(--light-gray);
  height: 16px;
}

.team-members {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-pic {
  background-color: #f4f4f4;
  width: 80%;
  height: auto;
  min-height: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-light {
  opacity: .6;
  font-weight: 300;
}

.container-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.heading {
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.heading.left {
  text-align: left;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.body {
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 21px;
}

.body-2 {
  font-family: Outfit variablefont wght, sans-serif;
  font-weight: 400;
}

.link-2 {
  color: var(--dark-grey);
  text-decoration: underline;
}

.footer-large {
  color: var(--dark-grey);
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

.cell {
  justify-content: center;
  align-items: center;
}

.image {
  width: 260px;
  max-width: none;
}

.image-2 {
  width: 280px;
  max-width: none;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  text-align: left;
  width: 80%;
  margin-top: 40px;
  padding-left: 40px;
}

.body-section {
  padding-top: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.body-section.brand-color-background {
  background-color: var(--brand-color);
  display: block;
}

.body-section.black-background {
  background-color: var(--blue);
  display: block;
}

.body-section.footer {
  background-color: #efefef;
  border: 0 #231f20;
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.body-section.background {
  background-color: #dddddd4d;
}

.body-section._404 {
  background-color: var(--brand-color);
  align-items: center;
  height: 100vh;
  display: flex;
}

.body-section.sticky {
  overflow: visible;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.bio-text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.mission-section {
  background-color: #f6f6f6;
  padding-left: 0;
  padding-right: 0;
}

.mission-section.circuit {
  background-image: url('../images/bg_circuitBG_01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mission-section.circuit2 {
  background-image: url('../images/bg_circuitBG_02.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-footer {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-team {
  max-width: 1400px;
  margin-top: 20px;
  padding: 20px 20px 100px;
  display: block;
  position: relative;
}

.privacy-paragraph {
  margin-bottom: 20px;
}

.privacy-paragraph.indent {
  margin-left: 40px;
  padding-left: 0;
}

.list-privacy {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 62px;
}

.list-privacy.secondary {
  padding-left: 102px;
}

.list-small {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.link-color {
  color: #6bc18e;
}

.spacer-block {
  border-top: 1px solid #68dba2;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.text-block, .text-block-2 {
  font-size: 12px;
}

.footnote-link {
  color: var(--med-sky-blue);
  padding-top: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 21px;
}

.herotm {
  object-fit: fill;
  font-size: 34px;
  line-height: 40px;
  top: -40px;
  bottom: auto;
}

.link-block-2.w--current {
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.image-3 {
  height: 300px;
}

.link-block-3 {
  width: 100%;
  padding-bottom: 60px;
}

.reject-button {
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
  font-weight: bold;
}

.accept-button {
  color: #fff;
  background-color: #000;
  padding: 12px 28px;
  font-weight: bold;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #000;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #fff;
  border: 8px #6bc18e;
  border-left-style: solid;
  width: 50%;
  max-width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.disclaimer {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  line-height: 19px;
}

.disclaimer.no-margin {
  margin-top: 0;
}

.recaptcha {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 60px auto 40px;
  display: flex;
}

.hero-mountain-image {
  text-align: left;
  object-fit: fill;
  width: 800px;
  max-width: 750px;
  height: auto;
  margin: -30px auto -50px;
  display: block;
}

.hero-mountain {
  z-index: 99;
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin: -20px auto 0;
  display: block;
  position: absolute;
}

.superscript {
  font-family: Montserrat, sans-serif;
}

.superscript.subhero {
  vertical-align: super;
  flex-flow: row;
  font-size: 18px;
  font-weight: 500;
  display: inline;
}

.superscript-2, .text-span, .text-span-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
}

.landing-page-body {
  max-width: 1400px;
  margin-top: 0;
  padding: 80px 60px 60px;
}

.landing-page-body.no-margin {
  padding-top: 0;
}

.landing-page-body.circuit {
  background-image: url('../images/bg_circuitTransparent.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-2 {
  font-family: Outfit variablefont wght, sans-serif;
  font-weight: 600;
}

.text-span-4 {
  font-size: 50px;
  transform: perspective(936px);
}

.landing-heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 62px;
  line-height: 70px;
  display: block;
}

.paragraph {
  font-family: Outfit variablefont wght, sans-serif;
}

.paragraph-2 {
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

.lp-split {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
  padding: 80px 0 0;
}

.h4-title-brand-color {
  color: var(--green-2);
  text-transform: uppercase;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

.h4-title-brand-color.margin-top {
  margin-top: 100px;
  font-weight: 300;
}

.h4-title-brand-color.lp {
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  font-weight: 300;
  line-height: 50px;
}

.text-span-5 {
  font-weight: 600;
}

.list-item {
  background-image: url('../images/icon_arrow.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: auto 19px;
  background-attachment: scroll;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 40px;
  line-height: 36px;
  list-style-type: none;
}

.list-item.small {
  background-position: 0 6px;
  background-size: auto 17px;
  font-size: 21px;
  line-height: 28px;
}

.list-item-2, .list {
  padding-left: 20px;
}

.list-item-3 {
  background-position: 0 8px;
}

.get-appointed {
  align-self: center;
  width: 60%;
  margin-bottom: 20px;
}

.main-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green-2);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border: 6px solid #efefef;
  border-radius: 60px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 85%;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Outfit variablefont wght, sans-serif;
  font-weight: 300;
  display: flex;
}

.main-cta:hover {
  background-color: var(--green-2);
  background-image: linear-gradient(180deg, var(--green-2) 30%, var(--green-3));
}

.main-cta.margin-top {
  margin-top: 100px;
}

.main-cta.full {
  width: 100%;
  max-width: none;
}

.lp-cta-cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: center;
}

.lp-cta-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-4 {
  margin: auto;
}

.cta-text {
  text-transform: none;
  font-size: 30px;
  font-weight: 500;
}

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

.radio-button-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.radio-button-field-2, .radio-button-field-3 {
  display: flex;
}

.app-radio {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.app-field-label {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.application-form-container {
  max-width: 1080px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.radio-split {
  display: flex;
}

.form-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-field-2 {
  border-radius: 2px;
}

.app-text-field {
  color: var(--color);
  border-radius: 4px;
  min-height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.radio-button-label {
  font-size: 28px;
  font-weight: 300;
}

.app-form-split-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 0;
}

.sub-bullet {
  background-image: url('../images/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 22px;
  background-attachment: scroll;
}

.f2p1ge {
  border: 0 #000;
}

.success-message {
  text-align: center;
  background-color: #efefef;
  padding: 40px 40px 100px;
}

.success-message-rocket {
  vertical-align: baseline;
  max-width: 350px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.error-message-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.success-message-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  margin: 20px auto;
  font-weight: 600;
  display: block;
}

.text-block-3 {
  font-weight: 300;
}

.broker-form-header {
  color: var(--green-2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 300;
}

.select-field {
  height: 60px;
  font-size: 24px;
}

.recaptcha-2 {
  margin-left: auto;
  margin-right: auto;
}

.file-upload {
  min-width: 180px;
  margin-bottom: 40px;
}

.file-upload-2 {
  margin-bottom: 40px;
}

.existing-programs-div {
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px none var(--light-gray);
  padding: 20px 0 40px;
}

.radio {
  width: 20px;
  height: 20px;
}

.paragraph-3 {
  text-align: center;
}

.faq-answer {
  margin-top: 10px;
  margin-bottom: 40px;
}

.faq-title-animation {
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  margin-top: 100px;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-title {
  color: var(--green-2);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
}

.list-2.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hsfc-heading {
  color: var(--green-2);
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Outfit variablefont wght, sans-serif;
  font-weight: 300;
}

.social-media-wrapper-2 {
  margin-top: 0;
  display: flex;
}

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

.modal-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  cursor: pointer;
  background-color: #333c;
  padding-top: 100px;
  position: absolute;
  inset: 0%;
}

.modal-2 {
  z-index: 999;
  background-color: var(--white);
  border-radius: 12px;
  width: 960px;
  height: auto;
  margin: auto;
  padding: 20px 40px 40px;
  position: relative;
  box-shadow: 0 0 15px #0006;
}

.modal-list-item {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.modal-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.modal-header-action {
  justify-content: center;
  align-items: flex-end;
}

.modal-header-title {
  justify-content: center;
  align-items: flex-start;
}

.close-modal {
  padding: 20px 10px 20px 20px;
}

.broker-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 0;
}

.broker-stack.bottom {
  margin-bottom: 10px;
}

.broker-stack-cell {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 32px 40px 20px;
}

.broker-stack-cell.margin-top {
  margin-top: 40px;
}

.quote-box {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.quote-text {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}

.coverages-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading {
  color: var(--green-2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 52px;
  display: block;
}

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

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
}

.list-item-check {
  background-image: url('../images/bullet_checkBox.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-attachment: scroll;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 40px;
  line-height: 36px;
  list-style-type: none;
}

.list-item-check.small {
  background-position: 0 6px;
  background-size: auto 18px;
  font-size: 21px;
  line-height: 28px;
}

.list-item-check.min-margin {
  margin-bottom: 10px;
}

.broker-tailored-icons {
  width: auto;
  height: 100px;
  margin: 10px auto 40px;
}

.image-personal-cyber {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.cell-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center.add-bottom {
  margin-bottom: 40px;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.broker-subheader {
  color: var(--color);
  text-transform: none;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.timeline-cell {
  background-image: url('../images/timeline_grayPurple.svg');
  background-repeat: repeat-y;
  background-size: auto;
  justify-content: center;
  align-items: center;
}

.timeline-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  width: 100%;
  padding: 60px 0 80px;
}

.timeline-header {
  align-self: center;
  padding: 4px 10px;
}

.timeline-circle {
  background-color: var(--green-2);
  text-align: center;
  border-radius: 80px;
  align-self: center;
  width: 100px;
  height: 100px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-8 {
  text-align: center;
  width: auto;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.timeline-step {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-circle-cell {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.small {
  font-size: 21px;
  line-height: 28px;
}

.small.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.cell-6, .broker-stack-content-header {
  justify-content: center;
  align-items: flex-start;
}

.broker-process-image {
  width: 120px;
  max-width: none;
}

.gradient-bg-section {
  background-color: #f6f6f6;
  background-image: linear-gradient(180deg, var(--green-2) 36%, var(--blue));
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.lp-equation-text {
  text-align: center;
}

.lp-diagram {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.phone-number-div {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.phone-text {
  color: var(--med-sky-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 52px;
}

.logo-div {
  margin: 40px auto 20px;
}

.image-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-padding {
  height: 100px;
}

.partner-application-box {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--light-gray);
  border-radius: 0;
  margin-bottom: 20px;
  padding: 30px 0;
}

.paragraph-4 {
  font-family: Outfit variablefont wght, sans-serif;
}

.partner-application-logo {
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 0;
}

.paragraph-5 {
  font-family: Outfit variablefont wght, sans-serif;
}

.smaller-paragraph {
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.partner-application-text {
  justify-content: center;
  align-items: flex-start;
}

.superscript-3 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.logo-partnership-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-7 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.cell-8 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-9 {
  justify-content: center;
  align-items: flex-start;
}

.image-11 {
  width: 40px;
}

.image-12 {
  width: 90%;
}

.terms-list, .terms-list-item {
  list-style-type: lower-alpha;
}

.lp-hero {
  z-index: 90;
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-image: url('../images/hero_stars.svg'), linear-gradient(141deg, #223855, var(--dark-sky-blue));
  text-align: center;
  object-fit: none;
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-bottom: 14px solid #f6f6f6;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin: -120px auto 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.lp-hero-heading {
  color: var(--white);
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.lp-hero-content {
  max-width: 1000px;
}

.lp-sub-hero {
  color: var(--green-2);
  margin-top: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
}

.lp-hero-paragraph {
  color: var(--white);
  margin-top: -5px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.lp-hero-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green-2);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border: 6px solid #ddd;
  border-radius: 60px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Outfit variablefont wght, sans-serif;
  font-weight: 300;
  display: flex;
}

.lp-hero-cta:hover {
  background-color: var(--green-2);
  background-image: linear-gradient(180deg, var(--green-2) 30%, var(--green-3));
}

.lp-hero-cta.margin-top {
  margin-top: 100px;
}

.lp-hero-cta.full {
  width: 100%;
  max-width: none;
}

.lp-stat-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 80px 60px 40px;
  padding: 0;
}

.lp-paragraph {
  font-size: 28px;
  line-height: 36px;
}

.cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.lp-stat-stack-left {
  justify-content: center;
  align-items: center;
}

.lp-gray-section {
  background-color: #f6f6f6;
}

.star-rating-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.quote-block {
  max-width: 80%;
  margin: 40px auto 20px;
}

.quote-author {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-14 {
  width: 60px;
}

.paragraph-6 {
  color: var(--dark-grey);
}

.quick-stack-5, .lp-cta-split {
  padding: 0;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

.image-15 {
  height: 300px;
}

.cell-12 {
  justify-content: center;
  align-items: flex-end;
}

.lp-cta-header {
  text-align: center;
  width: 75%;
  margin-bottom: 30px;
}

.divider-short {
  background-color: var(--light-gray);
  width: 900px;
  height: 1px;
  margin: 40px auto;
}

.lp-numbered-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 10px 0;
}

.lp-number-bullets {
  text-align: right;
  width: 110px;
  margin-left: auto;
  margin-right: 0;
}

.lp-numbered-right {
  padding-top: 7px;
}

.footer-minimal {
  background-color: #19284f;
  background-image: url('../images/illus_footerMountains.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 14px solid #3c4772;
  padding-top: 60px;
  padding-bottom: 20px;
}

.link-footer-reverse {
  color: var(--light-gray);
  text-decoration: underline;
}

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

.minimal-footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  margin-bottom: 80px;
  display: grid;
}

.footer-copy-reverse {
  color: var(--light-gray);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Outfit variablefont wght, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.lp-scroll-header {
  z-index: 999;
  position: relative;
}

.lp-nav-header {
  width: 1400px;
  max-width: 1400px;
  height: 120px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.lp-list {
  margin-top: 15px;
}

.lp-list-item {
  background-image: url('../images/icon_arrow.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: auto 19px;
  background-attachment: scroll;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 40px;
  line-height: 36px;
  list-style-type: none;
}

.lp-list-item.small {
  background-position: 0 6px;
  background-size: auto 17px;
  font-size: 21px;
  line-height: 28px;
}

.image-18 {
  overflow: hidden;
}

.splash-dual-cta {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 70%;
  margin-bottom: 200px;
  padding: 0;
}

.splash-cta-paragraph {
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

.splash-cta-cell {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
}

.splash-hero-cta {
  border: 1px solid var(--brand-color);
  background-color: #ffffff26;
  background-image: url('../images/icon_arrow.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 20px;
  align-self: center;
  width: 100%;
  padding: 30px 35px 35px 30px;
  transition: all .2s;
}

.splash-hero-cta:hover {
  outline-color: var(--med-sky-blue);
  outline-offset: 0px;
  background-color: #ffffff40;
  background-image: url('../images/icon_arrow_white.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px;
  outline-width: 6px;
  outline-style: solid;
}

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

.splash-hero-small {
  color: var(--light-gray);
  align-self: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.splash-hero-links {
  color: var(--light-gray);
  text-decoration: underline;
}

.splash-hero-links:hover {
  color: var(--white);
}

.hero-gradient {
  background-image: linear-gradient(#f6f6f6, #fff);
  height: 100px;
}

@media screen and (max-width: 991px) {
  .navigation {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.black-background {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.background {
    background-color: var(--light-gray);
    background-position: 50% 90%, 0 100%, 90% 0, 0 0;
    background-size: auto 35%, 160%, auto 100%, auto;
  }

  .section.sky-gradient {
    background-position: 50% 100%, 86% 6%, 0 0;
    background-size: auto, auto 70%, auto;
  }

  .section.splash-background {
    background-color: var(--light-gray);
    background-position: 50% 90%, 0 100%, 90% 0, 0 0;
    background-size: auto 35%, 160%, auto 100%, auto;
  }

  .nav-divider.open {
    margin-bottom: 46px;
  }

  .main-heading {
    width: auto;
    font-size: 80px;
    line-height: 68px;
  }

  .container {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .container.team-view-text {
    margin-top: -40px;
  }

  .container.hero {
    max-width: 1000px;
    height: 800px;
    margin-top: -100px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bigger-paragraph.home {
    width: auto;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-key-number-wrapper {
    flex-direction: column;
  }

  .key-number-description {
    margin-bottom: 30px;
  }

  .home-key-number {
    margin-right: 0;
  }

  .portfolio-logo-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .portfolio-logo-link {
    height: 160px;
  }

  .portfolio-logo-wrapper {
    width: 74%;
  }

  .top-text, .bottom-text {
    font-size: 78px;
    line-height: 140px;
  }

  .slider-image {
    width: 420px;
    right: 0%;
  }

  .brand-color-extended-background {
    height: 560px;
    left: -32%;
  }

  .right-arrow {
    right: 0;
  }

  .left-arrow {
    right: 90px;
  }

  .quate-wrapper {
    width: 60%;
  }

  .text-160px-semibold.slide-no {
    right: 0;
  }

  .focus-grid {
    grid-column-gap: 40px;
  }

  .focus-image {
    height: 260px;
  }

  .footer-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1.25fr;
    place-items: center;
  }

  .address-footer {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-column-wrapper {
    align-items: center;
    padding-right: 0;
  }

  .text-top {
    font-family: Outfit variablefont wght, sans-serif;
    font-size: 12px;
  }

  .portfolio-grid {
    grid-column-gap: 20px;
    grid-template-columns: 200px auto 120px 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .h4-company-name {
    font-size: 32px;
    line-height: 34px;
  }

  .text-28px.portfolio-description {
    margin-top: 20px;
  }

  .text-28px.location-sub-title {
    margin-top: 40px;
  }

  .portfolio-grid-open, .portfolio-grid-open.current {
    grid-template-columns: auto 30% 30%;
  }

  .portfolio-logo-wrapper-big {
    width: 86%;
  }

  .portfolio-logo-wrapper-big.current {
    width: 58%;
    height: 100%;
    margin-bottom: 60px;
  }

  .category-link {
    flex: none;
  }

  .category-wrapper {
    overflow: auto;
  }

  .text-24px.team-list {
    width: 100%;
  }

  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }

  ._3-column-grid.featured {
    grid-row-gap: 0px;
    grid-auto-rows: minmax(0, 0);
  }

  .team-image-wrapper {
    height: 360px;
  }

  .team-brand-color-block {
    height: 140px;
  }

  .text-4 {
    font-size: 40px;
    line-height: 56px;
  }

  ._50 {
    width: 100%;
  }

  .our-value-image {
    margin-left: -30px;
    margin-right: -30px;
  }

  .our-values-title {
    margin-left: 30px;
  }

  .about-value-icon-wrapper {
    height: 180px;
  }

  .about-value-icon-wrapper.utility {
    justify-content: center;
    align-items: center;
  }

  .our-values-grid {
    grid-column-gap: 60px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .checkbox-field {
    text-align: left;
  }

  .location-wrapper {
    margin-top: 40px;
  }

  .logo {
    margin-left: 30px;
  }

  .text-60px.semibold {
    text-align: left;
  }

  ._2-column-grid-40-50 {
    grid-template-columns: 100%;
  }

  .team-view-image-wrapper {
    height: auto;
  }

  .utility-grid {
    grid-template-columns: 100%;
  }

  .menu-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .hamburger-wrapper {
    border: 1px solid var(--k2ins---brand-color);
    display: flex;
  }

  .hamburger-wrapper.open {
    align-items: center;
  }

  .hamburger-line {
    border: 1px solid var(--k2ins---white);
  }

  .hamburger-line.top {
    border-top-color: var(--k2ins---brand-color);
    border-bottom-color: var(--k2ins---brand-color);
    background-color: var(--k2ins---brand-color);
    width: 80%;
  }

  .hamburger-line.bottom {
    border-color: var(--k2ins---brand-color);
    background-color: var(--brand-color);
  }

  .hamburger-line.black {
    background-color: var(--black);
  }

  .menu-open-wrapper {
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .nav-open-link {
    color: var(--k2ins---dark-grey);
    margin-top: 6px;
    margin-bottom: 12px;
  }

  .nav-open-text {
    color: var(--dark-grey);
    font-size: 68px;
    font-weight: 700;
    line-height: 62px;
  }

  .nav-open-wrapper {
    z-index: 100;
    background-color: var(--k2ins---white);
    max-width: 100%;
    height: 0;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .current-portfolio-brand-color-block {
    left: 0;
  }

  .current-portfolio-company-name-wrapper {
    margin-bottom: 0;
  }

  .bold-text {
    font-size: 58px;
    line-height: 64px;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

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

  .heading {
    font-size: 28px;
    line-height: 44px;
  }

  .cell {
    align-items: center;
  }

  .quick-stack {
    width: 100%;
    padding-left: 20px;
  }

  .mission-section.circuit {
    background-position: 100% 100%;
    background-size: cover;
  }

  .mission-section.circuit2 {
    background-position: 100% 100%;
  }

  .link-block {
    padding-left: 10px;
  }

  .link-block.w--current {
    padding-left: 0;
    padding-right: 10px;
  }

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

  .container-team {
    margin-top: 0;
    padding: 30px 30px 60px;
  }

  .herotm {
    font-size: 30px;
    line-height: 34px;
    top: -20px;
  }

  .link-block-2 {
    margin-bottom: 20px;
  }

  .link-block-2.w--current {
    padding-right: 0;
  }

  .flowappz-cookie-consent {
    flex-flow: column;
    width: 80%;
    display: block;
  }

  .hero-mountain-image {
    width: 560px;
    margin-top: 0;
  }

  .hero-mountain {
    margin-top: 70px;
  }

  .superscript-2 {
    font-size: 28px;
  }

  .landing-page-body {
    max-width: 100%;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .landing-page-body.no-margin {
    padding-top: 0;
  }

  .h4-title-brand-color.lp {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }

  .lp-cta-cell {
    flex-flow: column;
  }

  .image-5 {
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-text {
    font-size: 24px;
  }

  .app-form-split-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .broker-form-header {
    font-size: 42px;
  }

  .select-field {
    height: 52px;
    font-size: 21px;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-background {
    display: flex;
  }

  .modal-2 {
    width: 96%;
  }

  .broker-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .quote-text {
    font-size: 28px;
    line-height: 44px;
  }

  .image-personal-cyber {
    width: 50%;
  }

  .timeline-circle-cell {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .lp-diagram {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-application-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .partner-application-logo {
    padding-left: 20px;
  }

  .superscript-3 {
    font-size: 12px;
  }

  .lp-hero {
    margin-top: -120px;
  }

  .lp-hero-heading {
    font-size: 54px;
    line-height: 60px;
  }

  .lp-hero-content {
    max-width: 720px;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lp-sub-hero {
    margin-top: 10px;
    font-size: 28px;
  }

  .lp-hero-paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .lp-stat-stack {
    margin: 60px 0 20px;
  }

  .lp-paragraph, .lp-cta-header {
    font-size: 21px;
    line-height: 28px;
  }

  .divider-short {
    width: 70%;
  }

  .lp-number-bullets {
    width: 100px;
  }

  .footer-minimal {
    background-size: auto 150px;
  }

  .minimal-footer-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1.25fr;
    place-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-copy-reverse {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .lp-nav-header {
    width: 100%;
  }

  .lp-list {
    margin-top: 10px;
  }

  .lp-list-item {
    background-position: 0 6px;
    background-size: auto 17px;
    padding-left: 36px;
    font-size: 21px;
    line-height: 28px;
  }

  .splash-dual-cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .splash-hero-cta {
    padding-left: 30px;
    padding-right: 35px;
  }

  .splash-cta-text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .k2ins--posting h1, .k2ins--posting h2, .k2ins--posting h3, .k2ins--posting h4, .k2ins--posting h5, .k2ins--posting h6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  body {
    font-size: 16px;
    line-height: 22px;
  }

  h1 {
    font-size: 52px;
    line-height: 62px;
  }

  h2 {
    font-size: 46px;
    line-height: 56px;
  }

  h3 {
    font-size: 38px;
    line-height: 46px;
  }

  h4 {
    font-size: 30px;
    line-height: 38px;
  }

  h5 {
    font-size: 24px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 21px;
    line-height: 32px;
  }

  ul, ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 18px;
    line-height: 26px;
  }

  li {
    background-position: 0 8px;
    background-size: 18px;
    padding-left: 30px;
    font-size: 21px;
    line-height: 32px;
  }

  blockquote {
    border-left-width: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 14px;
    font-size: 22px;
    line-height: 28px;
  }

  figcaption {
    font-size: 14px;
    line-height: 18px;
  }

  .navigation {
    height: 90px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
  }

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

  .section.background {
    background-position: 50% 94%, 0 100%, 90% 0, 0 0;
    background-size: auto 33%, 160%, auto 100%, auto;
  }

  .section.sky-gradient {
    height: 260px;
  }

  .section.splash-background {
    background-position: 50% 94%, 0 100%, 90% 0, 0 0;
    background-size: auto 33%, 160%, auto 100%, auto;
  }

  .nav-link.footer {
    margin-bottom: 10px;
  }

  .nav-divider, .nav-divider.open {
    margin-bottom: 80px;
  }

  .main-heading {
    font-size: 58px;
    line-height: 66px;
  }

  .container {
    padding: 60px 16px;
  }

  .container.home {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.team-view-text {
    margin-top: -40px;
    margin-bottom: 0;
  }

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

  .container.hero {
    margin-top: 0;
  }

  .container.hero.splash {
    height: 1000px;
  }

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

  .bigger-paragraph.home {
    max-width: 600px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .bigger-paragraph.home.splash {
    margin-bottom: 50px;
    font-size: 28px;
  }

  .text-68px {
    font-size: 42px;
    line-height: 50px;
  }

  .text-120px {
    font-size: 24vw;
    font-weight: 700;
    line-height: 24vw;
  }

  .home-key-number-wrapper {
    margin-top: 60px;
  }

  .key-number-description {
    margin-top: 0;
  }

  .h6-title-brand-color {
    margin-bottom: 20px;
  }

  .portfolio-logo-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .portfolio-logo-link {
    height: 140px;
  }

  .portfolio-logo-wrapper {
    width: 78%;
    height: 36%;
  }

  .text-button {
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-button-link {
    margin-top: 30px;
  }

  .text-button-link._404 {
    margin-top: 60px;
  }

  .top-text {
    font-size: 68px;
    font-weight: 600;
    line-height: 80px;
  }

  .top-animation-wrapper {
    padding-top: 80px;
    padding-bottom: 36px;
  }

  .top-animation-image1 {
    width: 320px;
    margin-left: 20vw;
  }

  .bottom-animation-wrapper {
    padding-top: 36px;
    padding-bottom: 80px;
  }

  .top-animation-image2 {
    width: 320px;
    margin-left: 20vw;
  }

  .bottom-text {
    font-size: 68px;
    line-height: 80px;
  }

  .top-animation-image3 {
    width: 280px;
    margin-left: 10vw;
  }

  .bottom-animation-image1 {
    width: 340px;
    margin-left: -120vw;
  }

  .bottom-animation-image2 {
    width: 260px;
    height: 200px;
    margin-left: 200px;
  }

  .bottom-animation-image3 {
    width: 280px;
    height: 220px;
    margin-left: 160px;
  }

  .slider {
    height: 520px;
    margin-top: 60px;
  }

  .slider-image {
    width: 82%;
  }

  .brand-color-extended-background {
    height: 460px;
    left: -32px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    bottom: 80px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    bottom: 80px;
    right: 40px;
  }

  .quate-wrapper {
    width: auto;
    margin-top: 100px;
    padding-bottom: 0;
    padding-right: 10px;
    position: relative;
  }

  .text-42px {
    font-size: 21px;
    line-height: 34px;
  }

  .text-42px.quate-home {
    margin-bottom: 20px;
  }

  .quotation-mark {
    font-size: 60px;
    right: 16px;
  }

  .text-160px-semibold.slide-no {
    font-size: 100px;
    line-height: 120px;
  }

  .focus-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .focus-image {
    height: 66vw;
    margin-bottom: 20px;
  }

  .focus-date {
    margin-bottom: 4px;
  }

  .focus-paragraph {
    height: 48px;
    margin-top: 10px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .address-footer {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-column-wrapper {
    font-size: 12px;
  }

  .social-media-wrapper.team-view {
    margin-bottom: 40px;
  }

  .social-media-wrapper.portfolio {
    grid-column-gap: 6px;
    margin-top: 30px;
  }

  .footer-claim {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .submain-heading {
    margin-bottom: 80px;
    font-size: 38px;
    line-height: 46px;
  }

  .portfolio-grid {
    grid-column-gap: 20px;
    grid-template-columns: 100px auto 24px;
  }

  .portfolio-grid.hide-mobile {
    display: none;
  }

  .text-18px {
    font-size: 16px;
    line-height: 22px;
  }

  .text-18px.title {
    margin-top: 2px;
  }

  .text-18px.hide-mobile {
    display: none;
  }

  .portfolio-list-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .divider-dark-gray {
    margin-top: 6px;
  }

  .h4-company-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .cross-icon-wrapper {
    width: 24px;
    height: 24px;
  }

  .text-28px {
    font-size: 20px;
    line-height: 28px;
  }

  .text-28px.location-sub-title {
    margin-top: 26px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .portfolio-grid-open {
    grid-column-gap: 20px;
    margin-top: 20px;
    margin-bottom: 26px;
  }

  .portfolio-logo-wrapper-big {
    width: 50%;
    height: 100%;
  }

  .portfolio-logo-wrapper-big.current {
    width: 62%;
  }

  .website-link {
    height: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .portfolio-social-media-link {
    width: 36px;
    height: 36px;
  }

  .category-wrapper {
    grid-column-gap: 20px;
    margin-top: -10px;
    margin-bottom: 40px;
  }

  .text-24px {
    font-size: 20px;
    line-height: 30px;
  }

  .text-24px.team-list {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .text-24px.focus-view-date {
    margin-bottom: 0;
  }

  .text-24px.team-view-name {
    margin-top: 10px;
  }

  ._3-column-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  ._3-column-grid.featured {
    grid-row-gap: 40px;
    grid-auto-rows: auto;
    overflow: visible;
  }

  .team-image-wrapper {
    height: 88vw;
    margin-bottom: 20px;
  }

  .team-image-cover {
    width: 82%;
  }

  .member-no {
    font-size: 160px;
    line-height: 140px;
  }

  .text-4.about {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
  }

  .our-value-image {
    justify-content: center;
    align-items: center;
    height: 100vw;
    margin-top: 60px;
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
  }

  .our-values-title {
    margin-bottom: 0;
    margin-left: 0;
  }

  .about-paragraph {
    margin-top: 12px;
  }

  .about-value-icon-wrapper {
    justify-content: center;
    height: 160px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .about-value-icon-wrapper.utility {
    height: 22vw;
    margin-bottom: 16px;
  }

  .our-values-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .contact-grid {
    grid-row-gap: 40px;
  }

  .contact-title {
    margin-bottom: 6px;
  }

  .text-field {
    height: 48px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    margin-top: 20px;
  }

  .textarea {
    min-height: 120px;
    padding-left: 6px;
    padding-right: 0;
  }

  .checkbox-field {
    font-size: 14px;
  }

  .checkbox {
    margin-top: 2px;
    margin-right: 8px;
  }

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

  .location-title {
    margin-bottom: 10px;
  }

  .location-wrapper {
    align-items: center;
    margin-top: 40px;
  }

  .logo {
    width: 75px;
    margin-left: 10px;
    padding-left: 0;
  }

  .text-60px {
    font-size: 46px;
    line-height: 52px;
  }

  .text-60px.utility {
    margin-bottom: 20px;
  }

  .content-hero-image {
    height: 74vw;
  }

  .focus-view-name-wrapper {
    margin-top: 10px;
  }

  .posting h1, .posting h2, .posting h3, .posting h4, .posting h5, .posting h6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .focus-view-divider {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .featured-title {
    margin-bottom: 20px;
    font-weight: 500;
  }

  .text-30px {
    font-size: 20px;
    line-height: 22px;
  }

  .text-30px.pagination {
    margin-top: 6px;
  }

  .utility-grid {
    grid-row-gap: 30px;
  }

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

  .utility-divider {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .utility-title {
    margin-bottom: 10px;
  }

  .utility-image-block {
    height: 32vw;
  }

  .utility-2-column-grid {
    grid-template-rows: auto;
  }

  .next, .previous {
    margin-top: 20px;
  }

  .empty-state {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-280px {
    font-size: 50vw;
    line-height: 40vw;
  }

  .hamburger-wrapper {
    width: 38px;
    height: 38px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .nav-open-text {
    font-size: 52px;
    line-height: 52px;
  }

  .go-arrow {
    width: 20px;
  }

  .slide-icon {
    width: 10px;
  }

  .footer-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .current-portfolio-brand-color-block {
    height: 124px;
  }

  .page-title {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-cta {
    width: 375px;
  }

  .bold-text.splash {
    font-size: 48px;
    line-height: 54px;
  }

  .team-members {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(200px, 1fr);
    grid-auto-flow: column;
  }

  .team-pic {
    height: auto;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .container-2 {
    text-align: left;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image {
    width: 170px;
  }

  .image-2 {
    width: 180px;
  }

  .body-section.footer {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bio-text {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
  }

  .container-footer {
    text-align: center;
    padding-bottom: 20px;
  }

  .container-team {
    padding: 40px 24px 60px;
  }

  .privacy-paragraph.indent {
    margin-left: 20px;
  }

  .list-privacy {
    padding-left: 32px;
  }

  .list-privacy.secondary {
    padding-left: 62px;
  }

  .list-small {
    font-size: 16px;
    line-height: 22px;
  }

  .footnote-link {
    font-size: 12px;
  }

  .herotm {
    font-size: 28px;
    line-height: 40px;
    top: -20px;
  }

  .link-block-2 {
    margin-bottom: 10px;
  }

  .recaptcha {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-mountain-image {
    width: 360px;
    margin-top: -10px;
  }

  .hero-mountain {
    margin-top: 45px;
  }

  .superscript {
    font-size: 14px;
  }

  .landing-page-body {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-page-body.no-margin {
    padding-top: 0;
  }

  .landing-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .h4-title-brand-color {
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
  }

  .h4-title-brand-color.lp {
    font-size: 28px;
    line-height: 32px;
  }

  .list-item {
    background-size: auto 12px;
    padding-left: 24px;
    line-height: 32px;
  }

  .list-item.small {
    padding-left: 32px;
  }

  .main-cta {
    width: 100%;
    font-size: 18px;
  }

  .cta-text, .app-field-label {
    font-size: 21px;
  }

  .application-form-container {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .radio-button-label {
    font-size: 21px;
  }

  .success-message-rocket {
    max-width: 250px;
  }

  .broker-form-header {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .radio {
    width: 16px;
    height: 16px;
  }

  .faq-title {
    text-align: left;
    font-size: 24px;
  }

  .list-2, .list-3 {
    padding-left: 0;
  }

  .modal-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-list-item {
    padding-left: 10px;
  }

  .modal-list {
    padding-left: 0;
  }

  .broker-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .quote-text {
    font-size: 21px;
    line-height: 28px;
  }

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

  .list-item-check {
    background-size: auto 12px;
    padding-left: 24px;
    line-height: 28px;
  }

  .list-item-check.small {
    padding-left: 32px;
  }

  .partner-application-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .partner-application-logo {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .smaller-paragraph {
    flex-flow: column;
    width: 420px;
    min-width: auto;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .partner-application-text {
    justify-content: center;
    align-items: center;
  }

  .image-10 {
    max-width: 240px;
  }

  .image-11 {
    width: 25px;
  }

  .image-13 {
    width: 50%;
  }

  .lp-hero {
    background-position: 100%, 0 0;
    background-size: auto 80%, auto;
    margin-top: -120px;
  }

  .lp-hero-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .lp-hero-content {
    padding-top: 100px;
  }

  .lp-sub-hero {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 28px;
  }

  .lp-hero-cta {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

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

  .lp-cta-split {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-15 {
    height: 200px;
  }

  .cell-12 {
    justify-content: center;
    align-items: center;
  }

  .lp-numbered-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .lp-number-bullets {
    text-align: center;
    margin-right: auto;
  }

  .footer-minimal {
    background-size: auto 150px;
  }

  .minimal-footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 140px;
    padding-top: 40px;
  }

  .footer-copy-reverse {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .lp-nav-header {
    text-align: center;
  }

  .lp-list-item {
    background-size: auto 12px;
    padding-left: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .lp-list-item.small {
    padding-left: 32px;
  }

  .image-17 {
    max-width: 300px;
  }

  .splash-dual-cta {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.footer {
    margin-top: 100px;
  }

  .section.background {
    background-size: auto 28%, 160%, auto 100%, auto;
  }

  .section.sky-gradient {
    background-position: 50% 100%, 80% 6%, 0 0;
    background-size: auto, auto 65%, auto;
  }

  .section.splash-background {
    background-size: auto 28%, 160%, auto 100%, auto;
  }

  .main-heading {
    font-size: 24px;
    line-height: 40px;
  }

  .container {
    max-width: none;
  }

  .container.hero {
    height: 650px;
  }

  .bigger-paragraph.home {
    font-size: 21px;
    line-height: 28px;
  }

  .background-image {
    opacity: .35;
  }

  .address-footer {
    font-size: 13px;
  }

  .nav-footer-text {
    font-family: Outfit variablefont wght, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-4 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-field {
    margin-bottom: 30px;
  }

  .checkbox {
    margin-right: 8px;
  }

  .location-wrapper {
    text-align: center;
    align-items: center;
  }

  .logo {
    width: 65px;
  }

  .text-60px.semibold {
    font-size: 42px;
  }

  .nav-open-text {
    font-size: 36px;
    line-height: 36px;
  }

  .hero-cta {
    width: 100%;
    margin-bottom: 40px;
  }

  .bold-text {
    font-size: 44px;
    line-height: 44px;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .team-pic {
    height: auto;
    min-height: auto;
  }

  .container-2 {
    max-width: 400px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 18px;
    line-height: 28px;
  }

  .image {
    width: 150px;
  }

  .image-2 {
    width: 155px;
  }

  .container-footer {
    max-width: none;
    padding-bottom: 20px;
  }

  .container-team {
    padding: 20px;
  }

  .herotm {
    font-size: 18px;
    line-height: 40px;
    top: -15px;
  }

  .image-3 {
    height: 200px;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .hero-mountain-image {
    width: 300px;
    margin-top: 30px;
  }

  .landing-page-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4-title-brand-color {
    width: 100%;
  }

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

  .radio-split {
    flex-flow: column;
  }

  .image-contain-2 {
    width: 100%;
    max-width: 170px;
    max-height: 75px;
  }

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

  .close-modal {
    padding-left: 20px;
    padding-right: 10px;
  }

  .broker-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .broker-stack.bottom {
    text-align: center;
  }

  .broker-stack-cell {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quote-text {
    font-size: 21px;
    line-height: 28px;
  }

  .image-personal-cyber {
    width: 75%;
  }

  .phone-text {
    font-size: 32px;
    line-height: 42px;
  }

  .smaller-paragraph {
    width: 300px;
  }

  .image-10 {
    max-width: 220px;
  }

  .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .cell-9 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .image-12 {
    width: 100%;
  }

  .image-13 {
    width: 40%;
  }

  .lp-hero-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .lp-sub-hero {
    margin-top: 15px;
    font-size: 18px;
  }

  .lp-hero-paragraph {
    font-size: 16px;
    line-height: 21px;
  }

  .quote-block {
    max-width: 90%;
  }

  .paragraph-6 {
    line-height: 24px;
  }

  .footer-copy-reverse {
    font-size: 13px;
  }

  .splash-hero-cta {
    padding-left: 30px;
    padding-right: 35px;
  }

  .splash-cta-text {
    font-size: 16px;
  }
}

#w-node-bf43ac83-bba3-c273-4833-c825dbeec004-7b9ff9b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3b1268a-6a14-dd3c-598c-5426bbbc835b-bbbc8321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c3b1268a-6a14-dd3c-598c-5426bbbc8324-bbbc8321, #w-node-_534ba3db-bfe3-a723-c674-5beb2bb3a535-7b9ff9bf, #w-node-d91995ea-55b7-ac90-f3eb-179802c7e003-7b9ff9bf, #w-node-_70765a8b-07ac-99e8-578f-ed4d69d8ab78-7b9ff9c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0e7c5c5-52fa-7363-9101-addfeb381eaf-7b9ff9c1 {
  grid-area: span 5 / span 1 / span 5 / span 1;
  place-self: center;
}

#w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb0-7b9ff9c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d7ac8b4-feb3-6616-a8aa-a65cc89b8391-7b9ff9c1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a39e5a2f-a6fa-2880-b4da-d7d6de7c1c57-7b9ff9c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb1-7b9ff9c1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb2-7b9ff9c1, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb4-7b9ff9c1, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb6-7b9ff9c1, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381eb8-7b9ff9c1, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381ebf-7b9ff9c1, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381ec1-7b9ff9c1, #w-node-c0e7c5c5-52fa-7363-9101-addfeb381ec6-7b9ff9c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0e7c5c5-52fa-7363-9101-addfeb381ec7-7b9ff9c1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_15047d87-cf2e-7c67-8422-359c4e50c3e0-7b9ff9c1, #w-node-_15047d87-cf2e-7c67-8422-359c4e50c3e2-7b9ff9c1, #w-node-_15047d87-cf2e-7c67-8422-359c4e50c3e4-7b9ff9c1, #w-node-_2631fa3a-da5c-ad6d-1884-f9039b9cd176-7b9ff9c1, #w-node-_2631fa3a-da5c-ad6d-1884-f9039b9cd177-7b9ff9c1, #w-node-_2631fa3a-da5c-ad6d-1884-f9039b9cd178-7b9ff9c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2631fa3a-da5c-ad6d-1884-f9039b9cd179-7b9ff9c1, #w-node-_2631fa3a-da5c-ad6d-1884-f9039b9cd17a-7b9ff9c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e8b6b488-0627-2170-82f1-4ceb7cc4afef-7b9ff9c1 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff0-7b9ff9c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff1-7b9ff9c1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff2-7b9ff9c1, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff4-7b9ff9c1, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff6-7b9ff9c1, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4aff8-7b9ff9c1, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4afff-7b9ff9c1, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4b001-7b9ff9c1, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4b006-7b9ff9c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8b6b488-0627-2170-82f1-4ceb7cc4b007-7b9ff9c1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-f4f6eaa2-7fcf-87b9-0c6a-bd6b200b73b3-7b9ff9c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4f6eaa2-7fcf-87b9-0c6a-bd6b200b73b4-7b9ff9c2 {
  align-self: end;
}

#w-node-_341710b6-1eee-b44e-0229-10c4a5297b59-7b9ff9c2, #w-node-ba2ede67-79aa-c864-bcf1-e2247c618ba2-7b9ff9c2, #w-node-a9356d2a-8ad3-c849-19bc-b68f32d09e2b-7b9ff9c3, #w-node-_975e65bd-e0a0-fd5e-7d41-768747a40935-7b9ff9d6, #w-node-ec5ebdae-7cec-af64-eab0-046d2695cd3e-7b9ff9d6, #w-node-_33a8ecac-2482-31c0-e3b8-c4853a85fc14-7b9ff9d6, #w-node-_514b4530-4a86-cba5-7eda-5998150465c5-7b9ff9d6, #w-node-_29626d9a-500f-8641-589c-a3f05d31c4bb-7b9ff9d6, #w-node-_2356ba04-4635-298c-6eee-812bd355173c-7b9ff9d6, #w-node-_4523e89d-463f-5d58-6347-b704ff33810f-7b9ff9d6, #w-node-_00e675f3-cddc-fb09-0ced-2c28b661d895-7b9ff9d6, #w-node-_61e0868a-6d53-6ca0-4463-1f84f3a82e93-7b9ff9d6, #w-node-_61e0868a-6d53-6ca0-4463-1f84f3a82e98-7b9ff9d6, #w-node-e5770309-08bb-db0d-0bdb-f30c837d8250-7b9ff9d6, #w-node-e5770309-08bb-db0d-0bdb-f30c837d8255-7b9ff9d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7e7f4be-1a15-5209-9863-13836d5db49f-7b9ff9d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a0ffc2a4-cb31-902d-8baa-13ed4e92be73-7b9ff9d6, #w-node-a0ffc2a4-cb31-902d-8baa-13ed4e92be78-7b9ff9d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_542294ea-c1c2-531b-c73f-116ee48101e0-7b9ff9d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_542294ea-c1c2-531b-c73f-116ee48101e8-7b9ff9d7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_542294ea-c1c2-531b-c73f-116ee48101f0-7b9ff9d7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_542294ea-c1c2-531b-c73f-116ee48101f8-7b9ff9d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_542294ea-c1c2-531b-c73f-116ee4810200-7b9ff9d7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_542294ea-c1c2-531b-c73f-116ee4810208-7b9ff9d7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8fe8f965-bd6c-f699-8394-e09f0095125c-3acb20fd, #w-node-_6b3db6ef-4a28-ddfe-2d68-b52e77cfdc9f-3acb20fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e409755c-9009-1bff-0452-c27ed038a3e5-04ff3600 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_9ab867b4-0dd9-d10c-e452-4faf267fb1a5-04ff3600 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_61e72ffe-14fb-dceb-33e9-2c5c844b57ae-20be364a, #w-node-a36a26ec-1d66-30f3-2f9f-e34116b9c8fc-20be364a, #w-node-_201fad2c-77c5-4275-0b32-90157ff63ea4-20be364a, #w-node-e2fe7686-b6f6-34a2-5b49-ead8b6c95b90-20be364a, #w-node-_1112fdc5-7642-66e7-7298-815bfc4d5e7c-20be364a, #w-node-_6cad99eb-0e3e-ed0b-eaa3-f986cce6bb7f-20be364a, #w-node-_4f83510f-4780-8ec0-c544-56ad9352ef7a-20be364a, #w-node-_232953ab-213c-ce22-672f-4ac3d6f3b2a4-20be364a, #w-node-_18f49c6b-b118-7a45-5171-5768add49dcd-20be364a, #w-node-_283fec9e-6f8b-1668-5b93-b4f7412125d6-20be364a, #w-node-ea02036b-ddc8-4997-cc3c-00e70c557371-20be364a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e409755c-9009-1bff-0452-c27ed038a3e5-52888e4b {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_6a26c80a-3165-bf34-1171-0c1515ca5203-d6b793f6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9233dcb4-089b-73f9-d25b-de9d902b20f2-d6b793f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b3525dfe-3425-13ce-62a2-c80aa9bc041d-d6b793f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f0f06af-34ff-c1b4-1255-d1ffcbd8fdce-d6b793f6 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_42b510d7-2f22-f564-9f9c-38c0120ce533-d6b793f6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr;
}

#w-node-_9dcdaffc-e108-299e-8d5d-7b5f88614b33-d6b793f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f7172786-2ded-dfa1-a410-51189bb68d45-d6b793f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_84034a7a-f7a6-a287-0a64-ef6c4455fde3-d6b793f6, #w-node-_1ba1b93c-5407-8e7f-be0b-bf752fb91e9d-d6b793f6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-ea8f32e5-2afe-dfc6-3878-2bccce1f83e6-d6b793f6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-_65287640-aef9-bf43-03c3-ad60ce519573-d6b793f6, #w-node-f8e06148-8b7c-bb9b-b4ea-5ef4b92b32a7-d6b793f6 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_67c9752d-d0ef-e2c0-2900-c14fde5548ca-d6b793f6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_979de4ce-6ee4-c110-9661-7c77ad564181-d6b793f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_021b56b2-3872-76ba-0654-ed1547a2ecb2-d6b793f6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr 1.25fr;
}

#w-node-f5538473-a83c-90de-c7bd-ea744974de66-0422829b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
}

#w-node-e4248c3c-4031-8feb-5401-07521743af42-37b9160a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-_5e9a9042-0d38-5ca7-27f8-0c678bd737ab-37b9160a, #w-node-_7123e108-9f86-5b88-9a0f-82d4d2d9f2bd-37b9160a, #w-node-_0edca626-0fe8-c14c-b7c1-2d83e1036519-37b9160a, #w-node-_524a8199-b84e-659c-c01f-d22dc16baa61-37b9160a {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-_97885f85-2844-f71c-c21a-502dcc4c206a-37b9160a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
}

#w-node-b91290f0-7787-c850-5d23-237f2a3df129-37b9160a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b91290f0-7787-c850-5d23-237f2a3df138-37b9160a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e7c59df-9840-7950-9543-ce87a1040981-67deb7bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_34ccecc2-e7f2-79fb-88cb-4c2adeb8d536-67deb7bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_34ccecc2-e7f2-79fb-88cb-4c2adeb8d545-67deb7bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c3b1268a-6a14-dd3c-598c-5426bbbc835b-bbbc8321 {
    justify-self: center;
  }

  #w-node-c0e7c5c5-52fa-7363-9101-addfeb381eaf-7b9ff9c1, #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4afef-7b9ff9c1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-_542294ea-c1c2-531b-c73f-116ee48101f0-7b9ff9d7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_542294ea-c1c2-531b-c73f-116ee48101f8-7b9ff9d7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_542294ea-c1c2-531b-c73f-116ee4810200-7b9ff9d7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_542294ea-c1c2-531b-c73f-116ee4810208-7b9ff9d7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e409755c-9009-1bff-0452-c27ed038a3e5-04ff3600 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_61e72ffe-14fb-dceb-33e9-2c5c844b57ae-20be364a, #w-node-a36a26ec-1d66-30f3-2f9f-e34116b9c8fc-20be364a, #w-node-_201fad2c-77c5-4275-0b32-90157ff63ea4-20be364a, #w-node-e2fe7686-b6f6-34a2-5b49-ead8b6c95b90-20be364a, #w-node-_1112fdc5-7642-66e7-7298-815bfc4d5e7c-20be364a, #w-node-_6cad99eb-0e3e-ed0b-eaa3-f986cce6bb7f-20be364a, #w-node-_4f83510f-4780-8ec0-c544-56ad9352ef7a-20be364a, #w-node-_232953ab-213c-ce22-672f-4ac3d6f3b2a4-20be364a, #w-node-_18f49c6b-b118-7a45-5171-5768add49dcd-20be364a, #w-node-_283fec9e-6f8b-1668-5b93-b4f7412125d6-20be364a, #w-node-ea02036b-ddc8-4997-cc3c-00e70c557371-20be364a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e409755c-9009-1bff-0452-c27ed038a3e5-52888e4b {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_6a26c80a-3165-bf34-1171-0c1515ca5203-d6b793f6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9233dcb4-089b-73f9-d25b-de9d902b20f2-d6b793f6, #w-node-b3525dfe-3425-13ce-62a2-c80aa9bc041d-d6b793f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f0f06af-34ff-c1b4-1255-d1ffcbd8fdce-d6b793f6 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_9dcdaffc-e108-299e-8d5d-7b5f88614b33-d6b793f6, #w-node-f7172786-2ded-dfa1-a410-51189bb68d45-d6b793f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea8f32e5-2afe-dfc6-3878-2bccce1f83e6-d6b793f6 {
    grid-template-rows: auto;
    grid-template-columns: .25fr .75fr;
  }

  #w-node-f8e06148-8b7c-bb9b-b4ea-5ef4b92b32a7-d6b793f6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_67c9752d-d0ef-e2c0-2900-c14fde5548ca-d6b793f6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_979de4ce-6ee4-c110-9661-7c77ad564181-d6b793f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4248c3c-4031-8feb-5401-07521743af42-37b9160a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
  }

  #w-node-b91290f0-7787-c850-5d23-237f2a3df129-37b9160a, #w-node-_34ccecc2-e7f2-79fb-88cb-4c2adeb8d536-67deb7bc {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3b1268a-6a14-dd3c-598c-5426bbbc835b-bbbc8321 {
    justify-self: center;
  }

  #w-node-c3b1268a-6a14-dd3c-598c-5426bbbc8341-bbbc8321 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8b6b488-0627-2170-82f1-4ceb7cc4afef-7b9ff9c1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-f4f6eaa2-7fcf-87b9-0c6a-bd6b200b73b4-7b9ff9c2 {
    align-self: end;
  }

  #w-node-f5538473-a83c-90de-c7bd-ea744974de66-0422829b {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-e4248c3c-4031-8feb-5401-07521743af42-37b9160a, #w-node-_5e9a9042-0d38-5ca7-27f8-0c678bd737ab-37b9160a, #w-node-_7123e108-9f86-5b88-9a0f-82d4d2d9f2bd-37b9160a, #w-node-_0edca626-0fe8-c14c-b7c1-2d83e1036519-37b9160a, #w-node-_524a8199-b84e-659c-c01f-d22dc16baa61-37b9160a, #w-node-_97885f85-2844-f71c-c21a-502dcc4c206a-37b9160a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b91290f0-7787-c850-5d23-237f2a3df129-37b9160a {
    justify-self: center;
  }

  #w-node-_5e7c59df-9840-7950-9543-ce87a1040981-67deb7bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_34ccecc2-e7f2-79fb-88cb-4c2adeb8d536-67deb7bc {
    justify-self: center;
  }

  #w-node-_34ccecc2-e7f2-79fb-88cb-4c2adeb8d538-67deb7bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf43ac83-bba3-c273-4833-c825dbeec004-7b9ff9b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_542294ea-c1c2-531b-c73f-116ee48101e8-7b9ff9d7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_542294ea-c1c2-531b-c73f-116ee48101f0-7b9ff9d7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_542294ea-c1c2-531b-c73f-116ee48101f8-7b9ff9d7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_542294ea-c1c2-531b-c73f-116ee4810200-7b9ff9d7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_542294ea-c1c2-531b-c73f-116ee4810208-7b9ff9d7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_84034a7a-f7a6-a287-0a64-ef6c4455fde3-d6b793f6, #w-node-_1ba1b93c-5407-8e7f-be0b-bf752fb91e9d-d6b793f6 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-ea8f32e5-2afe-dfc6-3878-2bccce1f83e6-d6b793f6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr;
  }

  #w-node-_021b56b2-3872-76ba-0654-ed1547a2ecb2-d6b793f6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}


@font-face {
  font-family: 'Outfit variablefont wght';
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype'), url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}