:root {
  --white: #ebebeb;
  --black: black;
  --paragraph-gray: #51575f;
  --dark-gray: #464646;
  --light-gray: #b1b1b1;
  --primary\<deleted\|variable-478a3a9e\>: black;
  --text-dark\<deleted\|variable-7ad493ea\>: #0e0e0e;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --transparent: #fff0;
  --gray: #959595;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  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;
}

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  letter-spacing: -3.6px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Host Grotesk, sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: .9em;
}

h2 {
  letter-spacing: -1.74px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 800;
  line-height: 1em;
}

h3 {
  letter-spacing: -1.44px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1em;
}

h4 {
  letter-spacing: -1.02px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.3em;
}

h5 {
  letter-spacing: -.78px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3em;
}

h6 {
  letter-spacing: -.66px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
}

a {
  color: var(--black);
  letter-spacing: -.48px;
  text-transform: uppercase;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3em;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--dark-gray);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  letter-spacing: -.48px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 800;
  line-height: 1.3em;
  display: flex;
}

li {
  text-transform: none;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: left;
  letter-spacing: -1.08px;
  border-left: 5px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.style-guide-section {
  padding-top: 200px;
  padding-bottom: 0;
}

.section.home-banner {
  padding-top: 180px;
  padding-bottom: 60px;
  display: none;
}

.section.cta-section {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 0;
}

.section.home-2-banner {
  justify-content: center;
  align-items: center;
  min-height: 840px;
  padding-top: 140px;
  display: flex;
  overflow: hidden;
}

.section.reviews-section {
  padding-top: 50px;
  display: none;
}

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

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--light-gray);
  justify-content: space-between;
  width: 85%;
  display: flex;
}

.grid-description {
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid var(--light-gray);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bottom-style-spacing-desktop {
  color: var(--black);
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  color: var(--black);
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  color: var(--black);
  position: absolute;
  inset: 33% 0% auto auto;
}

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.colors-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  letter-spacing: -2.7px;
  font-size: 90px;
}

.h2-tablet {
  letter-spacing: -1.74px;
  font-size: 58px;
}

.h1-mobile {
  letter-spacing: -1.92px;
  font-size: 64px;
}

.h2-mobile {
  letter-spacing: -1.44px;
  font-size: 48px;
}

.h3-mobile {
  letter-spacing: -1.08px;
  font-size: 36px;
}

.h3-tablet {
  letter-spacing: -1.26px;
  font-size: 42px;
}

.h4-tablet {
  letter-spacing: -.9px;
  font-size: 30px;
}

.h5-tablet {
  letter-spacing: -.72px;
  font-size: 24px;
}

.h6-tablet {
  letter-spacing: -.54px;
  font-size: 18px;
}

.h4-mobile {
  letter-spacing: -.84px;
  font-size: 28px;
}

.h5-mobile {
  letter-spacing: -.66px;
  font-size: 22px;
}

.h6-mobile {
  letter-spacing: -.48px;
  font-size: 16px;
}

.primary-black-button {
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  justify-content: center;
  padding: 14px 20px;
  font-size: 16px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.primary-black-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary\<deleted\|variable-478a3a9e\>);
}

.primary-black-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.style-guide-div {
  width: 100%;
}

.top-style-spacing-mobile {
  color: var(--black);
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  color: var(--black);
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  color: var(--black);
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  margin-top: 10px;
  margin-bottom: 0;
}

.navbar {
  z-index: 998;
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  text-align: center;
  padding: 15px;
  font-size: 16px;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: var(--paragraph-gray);
}

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

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

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 320px;
  transition: transform .4s ease-in;
}

.licensing-image:hover {
  transform: scale(1.05);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  letter-spacing: normal;
  font-weight: 700;
}

.license-link:hover {
  color: var(--dark-gray);
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-fonts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-paragraph {
  width: 50%;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding: 80px 15px 20px;
  display: flex;
  overflow: hidden;
}

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

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

.password-image {
  width: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.changelog-heading {
  text-align: center;
  margin-bottom: 20px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-bottom: 30px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid #fff3;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}

.footer-copyright-link:hover {
  color: var(--light-gray);
}

.style-guide-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.style-guide-button-wrapper.second-button {
  background-color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-large {
  color: var(--black);
  font-size: 22px;
}

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

.accordion-list {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.mb-30 {
  margin-bottom: 30px;
}

.hidden {
  display: none;
}

.footer-link {
  color: var(--white);
  transition: color .3s;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.footer-logo {
  filter: invert();
  max-width: 310px;
}

.search-wrap-input {
  color: var(--text-dark\<deleted\|variable-7ad493ea\>);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.nav-link-wrapper {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 15px;
  font-size: 18px;
  text-decoration: underline;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  color: var(--dark-gray);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 140px;
  padding-bottom: 60px;
}

.footer-logo-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  align-items: center;
  display: flex;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-dark {
  color: var(--text-dark\<deleted\|variable-7ad493ea\>);
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 50px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary\<deleted\|variable-478a3a9e\>);
  justify-content: center;
  display: flex;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.map-2 {
  height: 100%;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style li {
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.gallery-item-overlay {
  text-align: center;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  width: 130px;
  display: none;
}

.brand.w--current {
  flex: none;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-tab-link {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--black);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--black);
  margin-bottom: 80px;
  display: flex;
}

.spacing-title {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-title {
  border-right: 1px solid var(--light-gray);
  border-left: 1px none var(--light-gray);
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--light-gray);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.style-guide-banner-title-wrap {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.album-2-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  display: flex;
}

.h2-style-guide-title {
  margin-top: 0;
  margin-bottom: 0;
}

.spacing-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.sg-title {
  margin-top: 0;
  margin-bottom: 0;
}

.sg-title.mb-15 {
  margin-bottom: 15px;
}

.sg-title.mb-30 {
  margin-bottom: 30px;
}

.flex-small-sg-con {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-sg-par {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-body-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.btn-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  display: flex;
}

.licensing-footer-link {
  color: var(--white);
  letter-spacing: .2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.3em;
  text-decoration: underline;
  display: flex;
}

.licensing-footer-link:hover {
  color: var(--light-gray);
}

.license-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.button-text {
  z-index: 1;
  color: var(--white);
  letter-spacing: -.48px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3em;
  position: relative;
}

.button-text.text-black, .button-text.nav-text-black {
  color: var(--black);
  justify-content: center;
  align-items: center;
}

.button-bg-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-bg-wrapper.white-button-wrap {
  border: 1px solid var(--transparent);
}

.button-bg {
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.button-bg.white-bg {
  background-color: var(--white);
}

.button-top-line {
  background-color: var(--black);
  width: 0%;
  height: 1.5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-top-line.white-line {
  background-color: var(--white);
}

.button-bottom-line {
  background-color: var(--black);
  width: 0%;
  height: 2.5px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-bottom-line.white-line {
  background-color: var(--white);
}

.button-right-line {
  background-color: var(--black);
  width: 1.5px;
  height: 0%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-right-line.white-line {
  background-color: var(--white);
}

.button-left-line {
  background-color: var(--black);
  width: 1.5px;
  height: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-left-line.white-line {
  background-color: var(--white);
}

.primary-white-button {
  text-align: center;
  text-transform: none;
  justify-content: center;
  padding: 14px 20px;
  font-size: 16px;
  transition: all .35s;
  display: none;
  position: relative;
}

.primary-white-button:hover {
  opacity: 1;
}

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

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

.link-with-arrow-icon {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-arrow-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  position: relative;
}

.link-arrow-wrap.is-before {
  height: auto;
  position: absolute;
  left: -1.5rem;
}

.arrow-image {
  width: auto;
  height: auto;
}

.link-underline {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-underline.white-line {
  background-color: var(--white);
}

.nav-tablet-link-wrap {
  display: none;
}

.nav-link-underline {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-arrow-image {
  width: auto;
  height: auto;
}

.nav-bottom-border-line {
  background-color: var(--light-gray);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.social-link {
  z-index: 1;
  background-color: var(--transparent);
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  position: relative;
}

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

.link-underline-white {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-underline-white.is-current-color {
  background-color: var(--black);
  transform-origin: 0%;
}

.link-underline-white.is-black {
  background-color: var(--white);
  transform-origin: 0%;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 315px;
  max-width: 420px;
  display: flex;
}

.footer-links-flex-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-form-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.footer-subscribe-form {
  width: 100%;
}

.footer-connect-form {
  z-index: 0;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.text-field {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3em;
  transition: all .45s;
}

.text-field:focus {
  border-color: var(--dark-gray);
  background-color: var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3em;
}

.text-field::placeholder {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3em;
}

.submit-button {
  z-index: 1;
  background-color: var(--black);
  background-image: url('../images/Arrow-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 48px;
  font-family: "Fa solid 900";
  transition: all .45s;
  position: absolute;
  inset: 1px 1px 1px auto;
}

.submit-button:hover {
  background-position: 65%;
}

.footer-form-success-message {
  background-color: var(--transparent);
  color: var(--white);
  text-align: left;
  border: 1px solid #b1b1b14d;
  width: 100%;
  padding: 20px;
}

.success-text-span {
  margin-bottom: 15px;
  font-size: 18px;
  display: block;
}

.footer-form-error-message {
  color: #e05656;
  background-color: #0000;
  margin-top: 15px;
  padding: 0;
  line-height: 1.2em;
}

.footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

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

.footer-bottom-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.success-text {
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2em;
}

.error-text {
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.header-text-move {
  background-color: var(--white);
  text-align: center;
}

.header-text-move.upper-text {
  z-index: 1;
  position: sticky;
  top: 150px;
}

.header-text-move.middle-text {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 170px;
}

.header-text-move.lower-text {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 200px;
}

.hero-banner-heading {
  color: var(--black);
  letter-spacing: -3.6px;
  text-transform: uppercase;
  font-family: Host Grotesk, sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: .9em;
}

.hero-banner-heading.text-white {
  color: var(--transparent);
  text-align: center;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--white);
  text-overflow: clip;
  font-family: Pirata One, sans-serif;
  font-size: 175px;
  line-height: .8em;
}

.banner-text-description {
  max-width: 600px;
  margin-top: 4px;
  display: none;
}

.banner-dual-buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: none;
}

.banner-image-wrapper {
  height: 600px;
  position: sticky;
  top: 50px;
}

.image-box {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-box-element {
  background-image: url('../images/fade-it-dev-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.big-numbers-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
}

.number-big {
  color: var(--white);
  letter-spacing: -4.8px;
  font-size: 160px;
  font-weight: 800;
  line-height: 1.2em;
}

.left-text-content-wrap {
  text-align: left;
  align-items: flex-start;
  width: 57%;
  max-width: 620px;
}

.icon-in-text {
  background-image: url('../images/Icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 58px;
  height: 58px;
  margin-right: 10px;
  display: inline-block;
}

.text-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  max-width: 550px;
  margin-top: 4px;
}

.single-button-wrap {
  margin-top: 40px;
  display: none;
}

.right-image-wrap {
  width: 38%;
  overflow: hidden;
}

.flex-space-between {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
}

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

.image-cover.tablet-object-position-top {
  object-fit: scale-down;
}

.no-margin-top {
  margin-top: 0;
  font-size: 60px;
}

.hero-wrapper {
  height: 300vh;
  position: relative;
}

.lightbox-gallery-image {
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.content-section {
  flex-direction: column;
  justify-content: flex-end;
}

.section-scroll-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.hero-home-info {
  z-index: 25;
  border-top: 1px #484858;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.strip-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.strip-wrapper.right {
  z-index: 4;
  width: 45%;
  left: auto;
  right: 0;
}

.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: -100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 30px;
  overflow: visible;
}

.hero-images-strip {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  display: grid;
}

.hero-images-strip.right-side {
  z-index: 25;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  padding-top: 5vh;
  inset: auto 0% 0% auto;
}

.hero-images-strip.left {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  position: relative;
}

.info-top-container {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-hero {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.page-sections {
  z-index: 10;
  position: relative;
}

.gallery-hero-text-content {
  z-index: 3;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.preview-hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-center {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  position: static;
}

.top-text-width {
  z-index: 6;
  position: relative;
}

.heading-big {
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: Host Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: .9em;
}

.text-gray {
  color: var(--paragraph-gray);
}

.bottom-text-width {
  max-width: 660px;
  position: relative;
}

.strips-main-wrapper {
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.info-center-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-bottom-container {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-gallery-list {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-title-wrap-left {
  margin-bottom: 50px;
}

.section-title-wrap-left.team-section-title {
  max-width: 800px;
}

.reviews-slider {
  background-color: var(--white);
  height: auto;
  position: relative;
}

.slide-review-hero-content {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

.review-author-img-wrap {
  width: 48%;
  max-height: 470px;
  margin-right: 40px;
  overflow: hidden;
}

.review-text-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 48%;
  position: relative;
}

.review-slide {
  height: auto;
}

.review-quote {
  letter-spacing: -1.02px;
  border-left-style: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 34px;
  line-height: 1.3;
}

.review-quote-wrap {
  max-height: 380px;
}

.review-slider-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1.5px solid var(--black);
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 14px 14px 14px 20px;
  font-weight: 800;
  display: flex;
  inset: auto auto 0% 65%;
}

.review-slider-button.left {
  padding-left: 14px;
  padding-right: 20px;
  top: auto;
  left: 52%;
  right: auto;
}

.slider-button-text {
  color: var(--black);
  letter-spacing: -.48px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.6em;
}

.slider-button-arrow {
  width: 22px;
  position: relative;
  bottom: 1px;
}

.slider-button-arrow.rotate {
  transform: rotate(180deg);
}

.team-grid-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}

.artist-name {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 2px;
}

.team-member {
  color: var(--gray);
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
}

.team-open-position-block {
  align-items: stretch;
}

.team-open-position-img-wrap {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-illustration {
  filter: invert();
  width: 180px;
  height: 180px;
  margin-right: 30px;
}

.link-gray {
  color: var(--gray);
  letter-spacing: -.48px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.3em;
  text-decoration: underline;
}

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

.form-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--paragraph-gray);
  background-color: var(--transparent);
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
  padding-top: 14px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 800;
}

.form-field:focus {
  border-color: var(--transparent) var(--transparent) var(--black);
}

.form-field::placeholder {
  color: var(--paragraph-gray);
}

.form-field.w--current {
  color: #fafafa;
  background-color: #03060f;
  background-image: linear-gradient(#4674a5, #fff0);
  border-bottom-style: none;
}

.modal-card {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 80vw;
  padding: 30px 40px 40px 30px;
  display: flex;
  position: relative;
}

.modal-card.open-positions {
  padding-top: 40px;
  padding-bottom: 60px;
}

.form-error-message {
  color: #ff5c5c;
  text-transform: uppercase;
  background-color: #fff0;
  padding: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2em;
}

.success-message-text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.modal-content-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.cta-success-message {
  color: var(--black);
  text-align: center;
  background-color: #fff0;
  height: 290px;
  padding: 0;
}

.modal-background {
  cursor: pointer;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.modal-form-contact {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.modal-close-button {
  color: var(--black);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: underline;
  display: flex;
  position: relative;
  top: -10px;
  right: -10px;
}

.modal-close-button:hover {
  color: var(--dark-gray);
}

.contact-form-block {
  width: 100%;
  margin-top: 30px;
}

.modal-left-image-wrap {
  background-image: url('../images/pexels-ogutomacedo-19474851-1-1_1pexels-ogutomacedo-19474851 1 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.modal-image-small {
  object-fit: cover;
  width: 260px;
  height: 320px;
}

.primary-form-black-button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 15px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 800;
  transition: all .35s;
  display: flex;
  position: relative;
}

.primary-form-black-button:hover {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
}

.primary-form-black-button.password-button {
  margin-top: 0;
}

.left-awards-title-wrap {
  width: 40%;
}

.awards-list {
  align-items: stretch;
  width: 65%;
}

.list-number {
  color: var(--gray);
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 800;
}

.award-name {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
}

.award-list-item {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.award-image {
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.award-name-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 79%;
}

.awards-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
}

.section-dark-bg {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
}

.section-dark-bg.without-bottom-spacing {
  padding-bottom: 0;
  display: none;
}

.left-pricing-list {
  justify-content: flex-start;
  align-items: stretch;
  width: 27.5%;
}

.right-pricing-image {
  width: 60%;
  max-height: 500px;
  overflow: hidden;
}

.list-of-pricing {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 40px;
}

.list-item {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
}

.list-item.last-item {
  border-bottom-style: none;
}

.pricing-time-description {
  color: var(--black);
  margin-top: 2px;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-no-margin {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
}

.price {
  letter-spacing: -.66px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3em;
}

.pricing-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}

.pricing-item-name {
  max-width: 82.5%;
}

.location-accordion-item {
  background-color: var(--white);
  width: 100%;
  padding: 0;
  display: inline-block;
  position: relative;
}

.location-accordion-item:hover {
  color: var(--black);
}

.location-accordion-item.w--current {
  background-color: var(--white);
}

.accordion-item-toggle {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.location-accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.close-dropdown-button {
  border: 1px solid var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.vertical-dropdown-line {
  background-color: var(--black);
  width: 1px;
  height: 18px;
  position: absolute;
}

.horizontal-dropdown-line {
  background-color: var(--black);
  width: 18px;
  height: 1px;
}

.location-title-small {
  letter-spacing: -.66px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3em;
}

.location-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.accordion-location-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.location-list-wrapper-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 50%;
  overflow: hidden;
}

.location-map-left {
  width: 50%;
  height: 630px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

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

.location-link {
  color: var(--paragraph-gray);
  letter-spacing: normal;
  text-transform: none;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition-property: text-decoration-color;
}

.location-link:hover {
  color: var(--paragraph-gray);
  text-decoration: underline;
}

.location-title {
  margin-top: 0;
  margin-bottom: 0;
}

.locations-hero-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  position: relative;
}

.map-location {
  width: 100%;
  height: 100%;
  position: absolute;
}

.map-location.map-1 {
  position: absolute;
}

.map-location.map-2, .map-location.map-3, .map-location.map-4, .map-location.map-5, .map-location.map-6, .map-location.map-7 {
  display: none;
}

.location-top-item {
  background-color: var(--white);
  cursor: pointer;
  width: 100%;
  display: inline-block;
}

.location-top-item:hover {
  color: var(--black);
}

.location-top-item.w--current {
  background-color: var(--white);
}

.location-list-wrap {
  background-color: #0000;
}

.location-list-wrap.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.cta-dual-buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.left-cta-wrap {
  width: 50%;
  margin-bottom: 50px;
}

.cta-right-image-wrap {
  width: 45%;
  height: 460px;
}

.cta-hero-wrap {
  justify-content: space-between;
  align-items: flex-end;
}

.book-modal-card {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 87vw;
  min-height: 600px;
  padding: 30px 40px 20px 30px;
  display: flex;
  position: relative;
}

.selector-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--paragraph-gray);
  background-color: var(--white);
  color: var(--dark-gray);
  text-align: left;
  text-transform: uppercase;
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
  padding-top: 14px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 800;
}

.selector-field:focus {
  border-color: var(--transparent) var(--transparent) var(--black);
  color: var(--black);
}

.selector-field::placeholder {
  color: var(--paragraph-gray);
}

.selector-field.w--current {
  color: #fafafa;
  background-color: #03060f;
  background-image: linear-gradient(#4674a5, #fff0);
  border-bottom-style: none;
}

.form-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--paragraph-gray);
  background-color: var(--transparent);
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  border-radius: 0;
  min-height: 100px;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 800;
}

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

.form-textarea::placeholder {
  color: var(--paragraph-gray);
}

.form-textarea.w--current {
  color: #fafafa;
  background-color: #03060f;
  background-image: linear-gradient(#4674a5, #fff0);
  border-bottom-style: none;
}

.checkbox-field {
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  display: flex;
}

.checkbox {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  flex: none;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-focus {
  border-color: var(--black);
  box-shadow: 0 0 #0003;
}

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

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

.navbar-transparent {
  z-index: 998;
  background-color: var(--transparent);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.banner-overlay {
  background-image: linear-gradient(0deg, #0000 71%, #000000c9), linear-gradient(#0000001a, #0000001a);
  position: absolute;
  inset: 0%;
}

.banner-content-wrap {
  z-index: 1;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.position-accordion-toggle {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.position-accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.horizontal-line {
  background-color: #202e3f;
  width: 18px;
  height: 1.5px;
}

.close-tab-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-list-content-2 {
  margin-bottom: 0;
}

.position-accordion-item {
  border-bottom: 1px solid #c5c6c6;
  width: 100%;
  padding-bottom: 10px;
  position: static;
}

.vertical-line {
  background-color: #202e3f;
  width: 1.5px;
  height: 18px;
  position: absolute;
}

.position-accordion-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.apply-position-link-wrap {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.modal-form-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  height: 100%;
}

.maps-list-wrap {
  height: 100%;
  position: relative;
}

.team-item-image {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.team-social-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.team-item-img-wrap {
  position: relative;
}

.team-item-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.location-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}

.field-label {
  text-transform: uppercase;
  font-weight: 800;
  display: none;
}

.search-black-button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  min-width: 120px;
  margin-top: 0;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 800;
  transition: all .35s;
  display: flex;
  position: relative;
}

.search-black-button:hover {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
}

.search-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--paragraph-gray);
  background-color: var(--transparent);
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 800;
}

.search-field:focus {
  border-color: var(--transparent) var(--transparent) var(--black);
}

.search-field::placeholder {
  color: var(--paragraph-gray);
}

.search-field.w--current {
  color: #fafafa;
  background-color: #03060f;
  background-image: linear-gradient(#4674a5, #fff0);
  border-bottom-style: none;
}

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

.search-title {
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: Host Grotesk, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: .9em;
}

._404-text {
  font-size: 160px;
  font-weight: 800;
  line-height: 1.2em;
}

.reviews-slider-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.main-font {
  text-transform: uppercase;
  font-family: Host Grotesk, sans-serif;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.text-block {
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.checkbox-label {
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.btn-icon {
  margin-right: 8px;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.nav-link-hide {
  text-align: center;
  padding: 15px;
  font-size: 16px;
  display: none;
}

.nav-link-hide:hover {
  opacity: 1;
}

.nav-link-hide.w--current {
  color: var(--paragraph-gray);
}

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

.nav-link-hide.light-link:hover {
  color: var(--light-gray);
}

.banner-image-wrapper-2 {
  height: 600px;
  position: sticky;
  top: 50px;
}

.image-box-2 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-box-element-2 {
  background-image: url('../images/fade-it-dev-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.big-numbers-wrapper-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
}

.number-big-copy {
  color: var(--white);
  letter-spacing: -4.8px;
  font-size: 160px;
  font-weight: 800;
  line-height: 1.2em;
}

.number-big-2 {
  color: var(--transparent);
  letter-spacing: -4.8px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--white);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 175px;
  font-weight: 700;
  line-height: 1.2em;
}

.paragraph {
  margin-top: 6px;
  margin-bottom: 6px;
}

.pricing-description {
  color: var(--paragraph-gray);
  margin-top: 2px;
  font-family: Inter Tight, sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3em;
}

.pricing-description-long {
  color: var(--paragraph-gray);
  margin-top: 2px;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.price-varies {
  letter-spacing: -.66px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3em;
}

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

@media screen and (min-width: 1280px) {
  h2 {
    letter-spacing: -2.1px;
    font-size: 70px;
  }

  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.style-guide-section {
    padding-top: 240px;
  }

  .section.home-2-banner {
    min-height: 100vh;
    padding-top: 180px;
  }

  .spacing-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-paragraph {
    width: 45%;
  }

  ._404-content-wrapper {
    max-width: 920px;
  }

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

  .paragraph-large {
    letter-spacing: -.66px;
    font-size: 22px;
  }

  .footer-wrapper, .footer-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .brand {
    width: 145px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .style-guide-banner-title-wrap {
    margin-top: 0;
  }

  .style-guide-body-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-form-wrapper {
    width: 100%;
  }

  .footer-form-title {
    font-size: 34px;
  }

  .left-text-content-wrap {
    width: 60%;
    max-width: 60%;
  }

  .icon-in-text {
    width: 70px;
    height: 70px;
  }

  .right-image-wrap {
    width: 36%;
  }

  .lightbox-gallery-image {
    min-height: 134px;
  }

  .lightbox-gallery-image.tablet-hidden {
    min-height: 100px;
  }

  .hero-home-info {
    margin-top: 150px;
  }

  .strip-wrapper.right {
    width: 47%;
  }

  .hero-content {
    position: static;
    top: auto;
  }

  .hero-images-strip.right-side {
    padding-top: 2vh;
  }

  .hero-images-strip.left {
    padding-top: 14vh;
  }

  .gallery-hero-text-content {
    grid-row-gap: 170px;
  }

  .top-text-width {
    max-width: 560px;
  }

  .heading-big {
    letter-spacing: -3px;
    font-size: 100px;
  }

  .bottom-text-width {
    bottom: 50px;
  }

  .section-title-wrap-left.team-section-title {
    max-width: 950px;
  }

  .review-quote-wrap {
    height: 460px;
  }

  .review-slider-button {
    left: 63%;
  }

  .team-member {
    font-family: Geist, sans-serif;
    font-weight: 500;
  }

  .team-open-position-img-wrap {
    height: 400px;
  }

  .award-image {
    width: 180px;
    height: 160px;
  }

  .award-name-wrap {
    width: 75%;
  }

  .awards-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section-dark-bg {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .pricing-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .left-cta-wrap {
    width: 53%;
  }

  .cta-right-image-wrap {
    width: 40%;
  }

  .book-modal-card {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .team-item-image {
    height: 400px;
  }

  .search-title {
    letter-spacing: -3px;
  }

  .nav-link-hide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.reviews-section {
    padding-top: 80px;
  }

  .base-container, .nav-container {
    max-width: 1300px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-bottom-container {
    max-width: 1300px;
  }

  .header-text-item {
    margin-left: auto;
    margin-right: auto;
  }

  .header-text-move {
    background-color: var(--white);
    text-align: center;
  }

  .left-text-content-wrap {
    width: 54%;
  }

  .hero-wrapper {
    height: 104vh;
  }

  .lightbox-gallery-image {
    min-height: 144px;
  }

  .section-scroll-wrapper {
    padding-top: 100px;
  }

  .strip-wrapper.right, .strip-wrapper.left {
    width: 48%;
  }

  .hero-content {
    top: 50px;
  }

  .hero-images-strip.right-side {
    padding-top: 1vh;
  }

  .home-hero {
    position: relative;
    overflow: visible;
  }

  .hero-center {
    max-width: 1300px;
  }

  .top-text-width {
    max-width: 660px;
  }

  .heading-big {
    letter-spacing: -3.7px;
    font-size: 120px;
  }

  .strips-main-wrapper {
    max-width: 1300px;
  }

  .review-quote-wrap {
    height: 490px;
  }

  .review-slider-button {
    left: 62%;
  }

  .team-open-position-img-wrap {
    height: 420px;
  }

  .modal-card {
    width: 75vw;
  }

  .award-image {
    width: 200px;
    height: 180px;
  }

  .award-name-wrap {
    width: 70%;
  }

  .left-cta-wrap {
    width: 48%;
  }

  .book-modal-card {
    width: 80vw;
  }

  .team-item-image {
    height: 420px;
  }

  .search-title {
    letter-spacing: -3.7px;
  }
}

@media screen and (min-width: 1920px) {
  .section.home-banner {
    justify-content: center;
    align-items: center;
    height: 90vh;
    display: flex;
  }

  .section.reviews-section {
    padding-top: 30px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .brand {
    width: 155px;
  }

  .section-scroll-wrapper {
    padding-top: 0;
  }

  .hero-content {
    padding-top: 0;
  }

  .modal-card, .book-modal-card {
    width: 65vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2.7px;
    font-size: 90px;
  }

  h2 {
    letter-spacing: -1.74px;
    font-size: 58px;
  }

  h3 {
    letter-spacing: -1.26px;
    font-size: 42px;
  }

  h4 {
    letter-spacing: -.9px;
    font-size: 30px;
  }

  h5 {
    letter-spacing: -.72px;
    font-size: 24px;
  }

  h6 {
    letter-spacing: -.54px;
    font-size: 18px;
  }

  a, ul {
    font-weight: 700;
  }

  blockquote {
    letter-spacing: -.84px;
    font-size: 28px;
  }

  .section.style-guide-section {
    padding-top: 160px;
  }

  .section.home-banner {
    padding-top: 140px;
  }

  .section.home-2-banner {
    min-height: 650px;
  }

  .section.reviews-section {
    padding-top: 100px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 97;
    background-color: var(--black);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 380px;
    padding-top: 80px;
    padding-right: 15px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-link {
    color: var(--white);
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: flex;
  }

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

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .nav-menu-wrapper {
    align-items: center;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-rights, .footer-copyright {
    font-weight: 700;
  }

  .style-guide-button-wrapper {
    width: 46%;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-links-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

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

  .search-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .footer-logo-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .headings-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .album-2-title {
    letter-spacing: -2.4px;
    font-size: 80px;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    width: 100%;
  }

  .style-guide-body-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrap.rows-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .btn-flex-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .button-text {
    font-weight: 700;
  }

  .button-text.nav-text-black {
    color: var(--white);
  }

  .nav-menu-button {
    z-index: 99;
    background-color: var(--transparent);
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 17px 0;
    display: flex;
    position: relative;
  }

  .nav-menu-button.w--open {
    background-color: var(--transparent);
  }

  .first-line {
    background-color: var(--dark-gray);
    transform-origin: 100%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .first-line.white-line {
    background-color: var(--white);
  }

  .second-line {
    background-color: var(--dark-gray);
    transform-origin: 0%;
    width: 100%;
    height: 2px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0%;
  }

  .second-line.white-line {
    background-color: var(--white);
  }

  .nav-tablet-link-wrap {
    justify-content: flex-end;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

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

  .nav-arrow-image {
    filter: invert();
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 370px;
  }

  .footer-form-wrapper {
    width: 370px;
  }

  .footer-form-title {
    font-size: 30px;
  }

  .text-field, .text-field:focus, .text-field::placeholder, .success-text, .error-text {
    font-weight: 700;
  }

  .header-text-move.upper-text {
    position: static;
  }

  .header-text-move.middle-text {
    position: static;
    top: 155px;
  }

  .hero-banner-heading {
    letter-spacing: -2.7px;
    font-size: 90px;
  }

  .hero-banner-heading.text-white {
    font-size: 125px;
  }

  .banner-dual-buttons-wrap {
    display: block;
  }

  .banner-image-wrapper {
    height: 500px;
  }

  .number-big {
    font-size: 140px;
  }

  .left-text-content-wrap {
    width: 100%;
    max-width: 100%;
  }

  .icon-in-text {
    margin-left: 10px;
    position: relative;
    top: 5px;
  }

  .right-image-wrap {
    width: 100%;
    height: 500px;
  }

  .flex-space-between {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .image-cover.tablet-object-position-top {
    object-position: 50% 0%;
  }

  .lightbox-gallery-image {
    min-height: 140px;
  }

  .lightbox-gallery-image.clear-cell {
    margin-left: 0;
  }

  .lightbox-gallery-image.tablet-hidden {
    display: none;
  }

  .strip-wrapper.right, .strip-wrapper.left {
    width: 39%;
  }

  .hero-content {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
    top: 0;
  }

  .hero-images-strip.right-side {
    grid-template-columns: 1fr;
    padding-top: 2vh;
  }

  .hero-images-strip.left {
    grid-template-columns: 1fr;
    padding-top: 15vh;
  }

  .home-hero {
    height: auto;
    min-height: 820px;
  }

  .gallery-hero-text-content {
    grid-row-gap: 210px;
  }

  .preview-hero {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .top-text-width {
    max-width: 420px;
  }

  .heading-big {
    letter-spacing: -2.7px;
    font-size: 76px;
  }

  .section-title-wrap-left.team-section-title {
    max-width: 100%;
  }

  .review-author-img-wrap {
    min-height: 470px;
    max-height: 540px;
  }

  .review-text-content {
    width: 51%;
  }

  .review-quote {
    font-size: 24px;
  }

  .review-quote-wrap {
    max-height: 460px;
  }

  .review-slider-button {
    left: 67%;
  }

  .review-slider-button.left {
    left: 51%;
  }

  .team-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .modal-card {
    width: 96vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-success-message {
    height: 268px;
  }

  .modal-close-button {
    background-color: #0000;
    right: -10px;
  }

  .modal-close-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 5px 7px 5px 5px;
    position: static;
    inset: 0% 0% auto auto;
  }

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

  .modal-image-small {
    width: 220px;
    height: 280px;
  }

  .left-awards-title-wrap, .awards-list {
    width: 100%;
  }

  .list-number {
    margin-top: 4px;
  }

  .award-image {
    display: none;
  }

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

  .left-pricing-list {
    width: 100%;
  }

  .right-pricing-image {
    width: 100%;
    height: 450px;
  }

  .price {
    font-size: 18px;
  }

  .pricing-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .location-title-small {
    font-size: 18px;
  }

  .accordion-location-list {
    padding-bottom: 10px;
  }

  .location-list-wrapper-right {
    width: 100%;
  }

  .location-map-left {
    width: 100%;
    height: 480px;
  }

  .locations-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .left-cta-wrap {
    width: 100%;
    margin-bottom: 70px;
  }

  .cta-right-image-wrap {
    width: 100%;
    height: 450px;
  }

  .cta-hero-wrap {
    flex-flow: column;
  }

  .book-modal-card {
    width: 96vw;
    min-height: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation {
    filter: invert(30%);
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar-transparent {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-overlay {
    display: block;
  }

  .position-accordion-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .team-item-overlay {
    background-image: linear-gradient(180deg, #fff0 45%, #0000001a 65%, #00000080 84%, var(--black) 99%);
  }

  .search-title {
    letter-spacing: -2.7px;
    font-size: 76px;
  }

  ._404-text {
    font-size: 130px;
  }

  .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }

  .nav-link-hide {
    color: var(--white);
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: flex;
  }

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

  .banner-image-wrapper-2 {
    height: 500px;
  }

  .number-big-copy, .number-big-2 {
    font-size: 140px;
  }

  .price-varies {
    font-size: 18px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.92px;
    font-size: 64px;
  }

  h2 {
    letter-spacing: -1.44px;
    font-size: 48px;
  }

  h3 {
    letter-spacing: -1.08px;
    font-size: 36px;
  }

  h4 {
    letter-spacing: -.84px;
    font-size: 28px;
  }

  h5 {
    letter-spacing: -.66px;
    font-size: 22px;
  }

  h6 {
    letter-spacing: -.48px;
    font-size: 16px;
  }

  blockquote {
    letter-spacing: -.6px;
    border-left-width: 3px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.without-bottom-spacing {
    padding-top: 60px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.style-guide-section {
    padding-top: 140px;
  }

  .section.home-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.home-2-banner {
    padding-top: 120px;
  }

  .section.reviews-section {
    padding-top: 80px;
  }

  .section.portfolio {
    padding-top: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
  }

  .nav-menu {
    width: 320px;
  }

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

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 30px;
  }

  .licensing-fonts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .utility-page-content {
    width: 60%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .style-guide-button-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .style-guide-button-wrapper.second-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .footer-wrapper {
    margin-bottom: 35px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    margin-bottom: 40px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-top: 100px;
  }

  .footer-logo-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand {
    padding-left: 0;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .grid-header {
    width: 100%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--black);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .album-2-title {
    letter-spacing: -1.92px;
    font-size: 64px;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sg-title.mb-15 {
    margin-bottom: 10px;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .btn-flex-wrap, .license-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-menu-button {
    width: 35px;
    height: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .first-line {
    margin-top: 0;
  }

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

  .footer-form-wrapper {
    width: 100%;
  }

  .footer-links-flex-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-form-title {
    font-size: 28px;
  }

  .footer-bottom-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .header-text-move.upper-text, .header-text-move.middle-text {
    position: static;
  }

  .hero-banner-heading {
    letter-spacing: -1.92px;
    font-size: 64px;
  }

  .hero-banner-heading.text-white {
    font-size: 100px;
  }

  .banner-dual-buttons-wrap {
    margin-top: 20px;
  }

  .banner-image-wrapper {
    height: 450px;
  }

  .number-big {
    font-size: 100px;
  }

  .icon-in-text {
    width: 48px;
    height: 48px;
  }

  .single-button-wrap {
    margin-top: 30px;
  }

  .right-image-wrap {
    height: 450px;
  }

  .no-margin-top {
    font-size: 50px;
  }

  .lightbox-gallery-image {
    width: 23.6%;
    min-height: 100px;
  }

  .strip-wrapper.right {
    width: 100%;
    top: 20vh;
  }

  .strip-wrapper.left {
    width: 100%;
    top: 57vh;
  }

  .hero-content {
    padding: 60px 15px;
    top: 0;
  }

  .hero-images-strip {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-images-strip.right-side {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .hero-images-strip.left {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .home-hero {
    min-height: 840px;
  }

  .gallery-hero-text-content {
    grid-row-gap: 270px;
  }

  .heading-big {
    letter-spacing: -1.92px;
    font-size: 64px;
  }

  .strips-main-wrapper {
    height: auto;
    display: flex;
  }

  .image-gallery-list {
    position: absolute;
    inset: 0%;
  }

  .reviews-slider {
    margin-bottom: 95px;
  }

  .slide-review-hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .review-author-img-wrap {
    width: 100%;
    min-height: 320px;
    max-height: 400px;
  }

  .review-text-content {
    width: 100%;
  }

  .review-slider-button {
    bottom: -95px;
    left: 52%;
  }

  .review-slider-button.left {
    bottom: -95px;
    left: auto;
    right: 52%;
  }

  .slider-button-arrow {
    bottom: 0;
  }

  .team-illustration {
    width: 140px;
    height: 140px;
    margin-right: 10px;
  }

  .modal-card {
    width: 90vw;
  }

  .modal-content-wrap {
    width: 100%;
  }

  .contact-form-block {
    margin-top: 10px;
  }

  .modal-left-image-wrap {
    display: none;
  }

  .list-number {
    margin-top: 2px;
  }

  .section-dark-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .right-pricing-image {
    height: 400px;
  }

  .list-of-pricing {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .list-item {
    padding-bottom: 15px;
  }

  .pricing-time-description {
    font-size: 14px;
  }

  .price {
    font-size: 16px;
  }

  .close-dropdown-button {
    width: 45px;
    height: 45px;
  }

  .location-title-small {
    font-size: 16px;
  }

  .accordion-location-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 20px;
  }

  .location-map-left {
    height: 400px;
  }

  .location-link {
    font-size: 14px;
  }

  .cta-dual-buttons-wrap {
    margin-top: 30px;
  }

  .left-cta-wrap {
    margin-bottom: 50px;
  }

  .cta-right-image-wrap {
    height: 400px;
  }

  .book-modal-card {
    width: 90vw;
  }

  .position-accordion-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .modal-form-wrap {
    width: 100%;
  }

  .team-social-wrap {
    flex-flow: wrap;
    width: 100%;
    margin-right: 10px;
  }

  .location-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 40px;
  }

  .search-title {
    letter-spacing: -1.92px;
    font-size: 64px;
  }

  ._404-text {
    font-size: 100px;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .nav-link-hide {
    margin-left: 0;
  }

  .banner-image-wrapper-2 {
    height: 450px;
  }

  .number-big-copy, .number-big-2 {
    font-size: 100px;
  }

  .paragraph {
    color: var(--black);
  }

  .pricing-description, .pricing-description-long {
    font-size: 14px;
  }

  .price-varies {
    font-size: 16px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    color: var(--black);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -1.74px;
    font-size: 58px;
  }

  p, a, ul, blockquote {
    font-weight: 600;
  }

  .section.home-2-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.reviews-section {
    padding-top: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .h1-mobile {
    letter-spacing: -1.74px;
    font-size: 58px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 280px;
  }

  .nav-link {
    width: 99%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-row-gap: 20px;
    flex-flow: wrap;
    width: 100%;
  }

  .footer-logo {
    width: auto;
    max-width: 100%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .licensing-footer-link {
    text-align: center;
    line-height: 1.6em;
  }

  .license-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .footer-form-wrapper {
    align-items: center;
  }

  .footer-links-flex-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-banner-heading {
    letter-spacing: -1.74px;
    font-size: 58px;
  }

  .hero-banner-heading.text-white {
    -webkit-text-stroke-width: 2px;
    font-size: 60px;
  }

  .banner-dual-buttons-wrap {
    flex-flow: wrap;
  }

  .banner-image-wrapper {
    height: 400px;
  }

  .number-big {
    font-size: 80px;
  }

  .right-image-wrap {
    height: 400px;
  }

  .flex-space-between {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-wrapper {
    height: 120vh;
  }

  .lightbox-gallery-image {
    width: 31%;
  }

  .lightbox-gallery-image.clear-cell {
    display: none;
    bottom: -125px;
    left: 10%;
  }

  .lightbox-gallery-image.tablet-hidden {
    display: block;
  }

  .strip-wrapper.right {
    top: 18vh;
  }

  .strip-wrapper.left {
    top: 62vh;
  }

  .hero-images-strip.right-side {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-images-strip.left {
    padding-top: 3vh;
  }

  .home-hero {
    min-height: 950px;
  }

  .hero-trigger {
    margin-top: 92vh;
  }

  .gallery-hero-text-content {
    grid-row-gap: 260px;
    justify-content: space-between;
    align-items: center;
    min-height: 820px;
  }

  .hero-center {
    justify-content: flex-start;
  }

  .heading-big {
    letter-spacing: -1.74px;
    font-size: 58px;
  }

  .info-center-container {
    margin-top: 80px;
  }

  .section-title-wrap-left {
    margin-bottom: 40px;
  }

  .slide-review-hero-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .review-slider-button {
    left: 53%;
  }

  .review-slider-button.left {
    left: auto;
    right: 53%;
  }

  .team-grid-wrap {
    grid-template-columns: 1fr;
  }

  .modal-card {
    margin-left: 15px;
    margin-right: 15px;
  }

  .form-fields-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cta-success-message {
    height: 331px;
  }

  .award-name-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-of-pricing {
    margin-top: 40px;
  }

  .location-accordion-title {
    word-break: normal;
  }

  .cta-dual-buttons-wrap {
    flex-flow: wrap;
  }

  .left-cta-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-right-image-wrap {
    height: 320px;
  }

  .book-modal-card {
    margin-left: 15px;
    margin-right: 15px;
  }

  .position-accordion-wrapper {
    margin-top: 20px;
  }

  .modal-form-wrap {
    margin-top: 0;
  }

  .team-item-image {
    object-position: 50% 0%;
    width: 100%;
    height: 400px;
    top: 0;
  }

  .team-social-wrap {
    flex-flow: wrap;
  }

  .team-member-wrap {
    text-align: center;
    width: 100%;
  }

  .team-item-overlay {
    background-image: linear-gradient(180deg, #fff0, #0000000d 0%, #0006 76%, var(--black) 99%);
  }

  .search-title {
    letter-spacing: -1.74px;
    font-size: 58px;
  }

  .nav-link-hide {
    width: 99%;
  }

  .banner-image-wrapper-2 {
    height: 400px;
  }

  .number-big-copy, .number-big-2 {
    font-size: 80px;
  }

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

#Contact-Number-2.w-node-_68188ae1-6a68-cc89-becc-0a1697e19120-d7caddbf, #Contact-Number-2.w-node-_772bc65f-d162-759a-0c2f-6c6fcdc327bb-d7caddb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_919cf563-3a2f-7003-d44a-1b8507b2b6ee-d7caddb6 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f7a21d07-cb46-1305-2a4e-e361ab16d0d3-d7caddb6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8f7e6e3a-1b6e-7ffb-8a2d-e35a5d7d9f6d-d7caddb6 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-d2b70593-ba97-8bff-9187-e7045ba89908-d7caddb6 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ba191d60-3626-84b6-00fc-10f6d3f69735-d7caddb6 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_93ee2195-2b21-1119-7a80-a79fd7e45c9d-d7caddb6 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_81ec09f2-ebe2-5f76-4274-d98e7114d819-d7caddb6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d131c8bb-169b-b0fa-9224-b364ad21858f-d7caddb6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a3dfa039-63b4-3231-1274-892c8863d0f7-d7caddb6 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_4e21f937-9b95-78a3-5abc-13885369f171-d7caddb6 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_2bccb4c7-d035-fccd-cf9b-1ce773187dc3-d7caddb6 {
  grid-area: 3 / 4 / 4 / 5;
  place-self: end center;
}

#w-node-_42f2e73a-28f9-975b-4819-057a286a163b-d7caddb6 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-ab4ee3d5-d705-f39f-daef-104d09228dd4-d7caddb6 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_16a43e6a-0f0e-0550-e20f-0f68c287cc8d-d7caddb6 {
  grid-area: 4 / 2 / 5 / 3;
}

#Contact-Number-2.w-node-be02c911-c291-48d7-5d0b-3b8c57b452cc-d7caddbe, #Contact-Number-2.w-node-ee358042-61a5-08b2-acab-dfc41d424282-d7caddc0, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-d7caddc0, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-d7caddc0, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-d7caddc0, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-d7caddc0, #w-node-_910f2a8f-fa8c-5c53-2c90-cce39c108d25-d7caddc0, #w-node-a21fe7ca-4b9f-2abd-c23c-ab435917ce3d-d7caddc0, #w-node-a4fb45fe-94d8-2e21-0e6a-5d7a4f2b4d86-d7caddc0, #w-node-_3df8387a-9878-5743-14a5-396f9789e085-d7caddc0, #w-node-_8a5ca2cf-1690-553c-030b-87b25c9f21ed-d7caddc0, #w-node-_9d213c25-4cc5-980e-a5ef-1fa757bd6c72-d7caddc0, #w-node-_262b0cc8-9f64-4c06-6b4c-fe68f02068e1-d7caddc0, #Contact-Number-2.w-node-_20595b42-5f8a-61e7-1604-5829e9912cec-d7caddc1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-d7caddc2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-d7caddc2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-d7caddc2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-d7caddc2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-d7caddc2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-d7caddc2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-d7caddc2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-d7caddc2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-d7caddc2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-d7caddc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_8f7e6e3a-1b6e-7ffb-8a2d-e35a5d7d9f6d-d7caddb6 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_2bccb4c7-d035-fccd-cf9b-1ce773187dc3-d7caddb6 {
    grid-area: 3 / 4 / 4 / 5;
    place-self: end center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_919cf563-3a2f-7003-d44a-1b8507b2b6ee-d7caddb6 {
    grid-column: 1 / 3;
  }

  #w-node-f7a21d07-cb46-1305-2a4e-e361ab16d0d3-d7caddb6 {
    grid-column-end: 3;
  }

  #w-node-_8f7e6e3a-1b6e-7ffb-8a2d-e35a5d7d9f6d-d7caddb6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2b70593-ba97-8bff-9187-e7045ba89908-d7caddb6 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-ba191d60-3626-84b6-00fc-10f6d3f69735-d7caddb6 {
    grid-column-start: 1;
  }

  #w-node-_93ee2195-2b21-1119-7a80-a79fd7e45c9d-d7caddb6 {
    grid-column-start: 3;
  }

  #w-node-_81ec09f2-ebe2-5f76-4274-d98e7114d819-d7caddb6 {
    grid-column: 1 / 3;
  }

  #w-node-d131c8bb-169b-b0fa-9224-b364ad21858f-d7caddb6 {
    grid-column: 3 / 5;
  }

  #w-node-a3dfa039-63b4-3231-1274-892c8863d0f7-d7caddb6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4e21f937-9b95-78a3-5abc-13885369f171-d7caddb6 {
    grid-column: 3 / 5;
  }

  #w-node-_2bccb4c7-d035-fccd-cf9b-1ce773187dc3-d7caddb6 {
    grid-column-start: 3;
  }

  #w-node-_42f2e73a-28f9-975b-4819-057a286a163b-d7caddb6 {
    grid-row: 3 / 4;
    grid-column-start: 3;
  }

  #w-node-ab4ee3d5-d705-f39f-daef-104d09228dd4-d7caddb6 {
    grid-column-end: 5;
  }

  #w-node-_16a43e6a-0f0e-0550-e20f-0f68c287cc8d-d7caddb6 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_919cf563-3a2f-7003-d44a-1b8507b2b6ee-d7caddb6, #w-node-f7a21d07-cb46-1305-2a4e-e361ab16d0d3-d7caddb6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8f7e6e3a-1b6e-7ffb-8a2d-e35a5d7d9f6d-d7caddb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2b70593-ba97-8bff-9187-e7045ba89908-d7caddb6, #w-node-ba191d60-3626-84b6-00fc-10f6d3f69735-d7caddb6, #w-node-_93ee2195-2b21-1119-7a80-a79fd7e45c9d-d7caddb6, #w-node-_81ec09f2-ebe2-5f76-4274-d98e7114d819-d7caddb6, #w-node-d131c8bb-169b-b0fa-9224-b364ad21858f-d7caddb6, #w-node-a3dfa039-63b4-3231-1274-892c8863d0f7-d7caddb6, #w-node-_4e21f937-9b95-78a3-5abc-13885369f171-d7caddb6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2bccb4c7-d035-fccd-cf9b-1ce773187dc3-d7caddb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42f2e73a-28f9-975b-4819-057a286a163b-d7caddb6, #w-node-ab4ee3d5-d705-f39f-daef-104d09228dd4-d7caddb6, #w-node-_16a43e6a-0f0e-0550-e20f-0f68c287cc8d-d7caddb6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-d7caddc0, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-d7caddc0, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-d7caddc0, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-d7caddc0, #w-node-_910f2a8f-fa8c-5c53-2c90-cce39c108d25-d7caddc0, #w-node-a21fe7ca-4b9f-2abd-c23c-ab435917ce3d-d7caddc0, #w-node-a4fb45fe-94d8-2e21-0e6a-5d7a4f2b4d86-d7caddc0, #w-node-_3df8387a-9878-5743-14a5-396f9789e085-d7caddc0, #w-node-_8a5ca2cf-1690-553c-030b-87b25c9f21ed-d7caddc0, #w-node-_9d213c25-4cc5-980e-a5ef-1fa757bd6c72-d7caddc0, #w-node-_262b0cc8-9f64-4c06-6b4c-fe68f02068e1-d7caddc0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


