@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url('../fonts/PlusJakartaDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #141414;
  --white: white;
  --red: #ff5753;
  --dark-gray: #232323;
  --medium-gray: #595959;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  flex-direction: row;
  align-items: flex-start;
  font-family: Plus Jakarta, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Circe, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1em;
  position: relative;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.08em;
  position: relative;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.08em;
  position: relative;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.08em;
  position: relative;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}

p {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

a {
  color: var(--white);
  text-decoration: underline;
}

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

li {
  font-size: 16px;
  line-height: 26px;
  list-style-type: square;
}

blockquote {
  border-left: 1px solid #818181;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 10px 20px 10px 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

figure {
  color: #8a8a8a;
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 32px;
}

.nav-vertical {
  z-index: 2;
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 100vh;
  padding-top: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.page {
  flex: 1;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.section {
  position: relative;
}

.section.section-basic {
  border-bottom: 1px solid var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.section-basic.rules {
  position: static;
}

.section.section-basic.button {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.blog-section {
  border-bottom: 1px solid var(--white);
  padding-top: 80px;
  padding-bottom: 120px;
}

.section.team-section {
  border-bottom: 1px solid var(--white);
  padding-top: 80px;
  padding-bottom: 132px;
}

.section.title-section {
  border-bottom: 1px solid var(--white);
  padding-top: 56px;
  padding-bottom: 32px;
}

.section.title-section.portfolio {
  border-top: 1px solid #fff;
}

.section.title-section.red {
  background-color: var(--red);
  padding-top: 32px;
}

.section.carousel-section {
  border-bottom: 1px solid var(--white);
  overflow: hidden;
}

.section.carousel-section.no-bottom-border {
  border-bottom-width: 0;
}

.section.section-small {
  border-bottom: 1px solid var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.book-call-section {
  background-color: var(--white);
  color: var(--black);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section.section-logotypes {
  border-bottom: 1px solid var(--white);
  margin-top: -284px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.blog-title-section {
  padding-top: 56px;
  padding-bottom: 0;
}

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

.section.portfolio-section {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  margin-top: -40px;
  padding-top: 120px;
  padding-bottom: 80px;
}

.section.border-bottom {
  border-bottom: 1px solid var(--white);
}

.section.more-section {
  padding-top: 8px;
  padding-bottom: 56px;
}

.section.team-member-page-section {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.section-move-up {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  margin-top: -40px;
  padding-top: 40px;
}

.section.project-intro-section {
  border-bottom: 0px solid var(--white);
  padding-top: 80px;
  padding-bottom: 0;
}

.section.next-project-section {
  border-bottom: 1px solid var(--white);
  margin-top: -80px;
  padding-top: 160px;
  padding-bottom: 160px;
}

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

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

.intro-block {
  border-bottom: 1px solid var(--white);
  padding: 60px;
}

.blocks-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  border-bottom: 1px solid var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  height: 380px;
  padding: 40px;
  display: flex;
  position: relative;
}

.link-block.woowwart {
  justify-content: center;
  align-items: center;
}

.round-link {
  background-color: var(--red);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
}

.link-icon {
  width: 32px;
  height: 32px;
}

.section-image {
  z-index: 0;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 440px;
  position: relative;
}

.no-margin-bottom {
  margin-bottom: 0;
  font-size: 22px;
}

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

.line-center.logo-section-line {
  z-index: -1;
}

.flex-section {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.content-330 {
  width: 100%;
  max-width: 330px;
  position: relative;
}

.nav-horizontal {
  z-index: 1;
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 80px;
  padding-left: 60px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.logo {
  height: 23px;
}

.nav-button {
  border-left: 1px solid var(--white);
  background-color: var(--dark-gray);
  color: var(--white);
  letter-spacing: -.03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 64px;
  padding-right: 64px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-button:hover {
  background-color: #414141;
}

.menu-button {
  z-index: 2;
  cursor: pointer;
  background-color: #0000;
  padding: 8px;
  position: relative;
}

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

.hamburger {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 38px;
  height: 17px;
  display: flex;
  position: relative;
}

.hamburger-line {
  background-color: var(--white);
  width: 28px;
  height: 1px;
}

.hamburger-line._2-line {
  top: 11px;
}

.hamburger-line._3-line {
  top: 19px;
}

.hamburger-line._4-line {
  position: relative;
  top: 8px;
  transform: rotate(45deg);
}

.hamburger-line._5-line {
  position: relative;
  top: -7px;
  transform: rotate(-45deg);
}

.nav-link {
  letter-spacing: -.03em;
  flex: 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 16px 20px 0;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

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

.page-content {
  border-left: 1px solid var(--white);
}

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

.menu-closer {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.menu-close {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.label-small {
  color: #afafaf;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.label-small.white-label-link {
  color: var(--white);
  font-size: 11px;
  position: relative;
}

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

.label-small.black-link {
  color: var(--black);
}

.label-small.black-link.text-align-center {
  text-align: center;
}

.social-list {
  align-items: flex-start;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 12px;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: .7;
}

.sociel-icon {
  width: 16px;
  height: 16px;
}

.navigation {
  z-index: 999;
  display: block;
  position: sticky;
  top: 0;
}

.search-icon-wrap {
  cursor: pointer;
  padding: 10px;
  position: relative;
}

.search-icon {
  width: 24px;
  height: 24px;
}

.search-icon.hover-icon {
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-icon.hover-icon:hover {
  opacity: 1;
}

.nav-icons {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-text {
  width: 162px;
  margin-bottom: 0;
  transform: translate(0, -100%)rotate(-90deg);
}

.arrow-link {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s, padding .2s;
  display: inline-block;
}

.arrow-link:hover {
  color: #c2c2c2;
  padding-left: 16px;
}

.arrow-link.more-link {
  margin-top: -32px;
}

.arrow-link.more-link.absolute {
  position: absolute;
  inset: auto 1% 2% auto;
}

.arrow-link.home-link {
  display: none;
}

.link-flex {
  align-items: center;
  display: flex;
}

.link-arrow {
  width: 14px;
  height: 12px;
  margin-left: 12px;
}

.bottom-wrapper {
  margin-top: 32px;
  text-decoration: none;
}

.bottom-wrapper.medium-wrapper {
  margin-top: 18px;
}

.bottom-wrapper.wrapper-right {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-340 {
  width: 100%;
  max-width: 340px;
}

.section-header {
  margin-bottom: 32px;
  position: relative;
}

.section-header.medium-header {
  margin-bottom: 17px;
}

.section-header.large-header {
  margin-bottom: 64px;
}

.section-header.very-large-header {
  margin-bottom: 94px;
}

.section-header.small-header {
  margin-bottom: 16px;
}

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  display: grid;
}

.company-logo {
  object-fit: contain;
  width: 100%;
  height: 84px;
}

.company-logo.swiper-logo {
  max-width: 160px;
  margin-right: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.content-424 {
  width: 100%;
  max-width: 424px;
}

.spacing-112 {
  padding: 160px 112px;
}

.lead {
  display: inline-block;
  position: relative;
  left: 0;
}

.lead.lead-2.bold {
  font-weight: 700;
}

.lead-2 {
  display: inline-block;
}

.content-500 {
  width: 100%;
  max-width: 500px;
}

.lead-3 {
  font-weight: 700;
}

.intro-heading {
  position: relative;
}

.link-text-arc {
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: -20px;
  left: -12px;
  right: auto;
}

.full-width {
  border: 1px solid var(--white);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.full-width.no-border {
  border-width: 0;
}

.full-width.black-bg {
  background-color: var(--black);
}

.animation-stripe-black {
  background-color: #0a0a0a;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.animation-stripe-black.gray-stripe {
  background-color: var(--red);
}

.animation-stripe-white {
  background-color: var(--black);
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text {
  display: inline-block;
}

.process-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-block {
  z-index: 2;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  padding: 64px 56px;
  position: relative;
}

.process-block.process-block-1 {
  transform: translate(0);
}

.process-block.process-block-2, .process-block.process-block-3 {
  border-left: 1px solid var(--white);
  margin-left: -1px;
}

.testimonial-text {
  margin-bottom: 31px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  position: relative;
}

.testimonial-text.no-margin-bottom {
  margin-bottom: 0;
}

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

.process-number {
  color: var(--black);
  text-shadow: -2px 0 0 var(--medium-gray), 0 2px 0 var(--medium-gray), 2px 0 0 var(--medium-gray), 0 -2px 0 var(--medium-gray);
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.container {
  max-width: 1180px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container.narrow-container {
  max-width: 920px;
}

.container.medium-container {
  max-width: 1100px;
}

.container.full-container {
  flex: 1;
  max-width: 100%;
}

.container.full-container.cta {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.container.about-container {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  padding-top: 124px;
  padding-bottom: 124px;
  display: flex;
}

.container.wide-container {
  max-width: 1300px;
}

.container.search-container {
  flex: 1;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.container.cta-container {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
}

.container.article-container {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  max-width: 1000px;
  padding-bottom: 60px;
}

.container.flex {
  justify-content: space-between;
  display: flex;
}

.container.rules {
  position: static;
}

.testimonial-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
}

.size-2 {
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.08em;
}

.size-2.no-margin-bottom {
  font-size: 40px;
}

.size-2.no-margin-bottom.bold-text {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.size-2.surname-text {
  margin-bottom: 0;
  font-weight: 700;
}

.label {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.section-line {
  background-color: var(--white);
  width: 1px;
  height: 100px;
  margin-left: 54px;
  margin-right: 54px;
}

.content-270 {
  width: 100%;
  max-width: 270px;
}

.project-link {
  border: 1px solid var(--white);
  color: var(--white);
  width: 100%;
  text-decoration: none;
}

.portfolio-image {
  border-bottom: 1px solid var(--white);
  object-fit: cover;
  height: 270px;
}

.project-link-content {
  padding: 40px;
}

.project-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.project-item:nth-child(2n) {
  position: relative;
  top: -92px;
}

.project-tags {
  flex-flow: wrap;
  align-items: flex-start;
  max-width: 400px;
  margin-bottom: -16px;
  display: flex;
}

.project-tag-text {
  letter-spacing: -.03em;
  font-size: 16px;
  line-height: 1.08em;
}

.team-member {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-member.second-member {
  justify-content: flex-end;
  margin-top: -146px;
}

.team-member.third-member {
  margin-top: -154px;
}

.team-member-image-box {
  object-fit: cover;
  width: 100%;
  max-width: 370px;
  height: 520px;
  position: relative;
  overflow: hidden;
}

.team-member-image-box.smaller-member-photo {
  height: auto;
}

.team-member-image-box.swiper-box {
  height: 340px;
}

.team-member-content {
  background-color: #a18d94;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 284px;
  height: 364px;
  margin-top: -40px;
  padding: 40px;
  display: flex;
}

.team-member-content.content-to-bottom {
  margin-top: auto;
  margin-bottom: -40px;
}

.testimonial-title {
  color: var(--medium-gray);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg)translate(35px, -55px);
}

.surname-heading {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.team-member-link-name {
  margin-left: 4px;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
}

.team-member-item:nth-child(2n) {
  justify-content: flex-end;
}

.blog-list {
  grid-column-gap: 94px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 932px;
  display: grid;
}

.blog-item {
  position: relative;
}

.blog-item:nth-child(2n) {
  position: relative;
  top: -192px;
}

.blog-link {
  border: 1px solid var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 400px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-text {
  opacity: .4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transition: opacity .2s;
  display: inline-block;
}

.category-text:hover {
  opacity: 1;
}

.blog-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.blog-round-link {
  z-index: 1;
  border: 2px solid var(--white);
  background-color: var(--black);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: auto -52px -32px auto;
}

.footer {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-block {
  flex-direction: column;
  height: 100%;
  min-height: 450px;
  padding: 40px 48px;
  display: flex;
  position: relative;
}

.footer-block.vertical-space-between {
  justify-content: space-between;
}

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

.footer-block-line.bottom-line {
  width: 100%;
  height: 1px;
  display: none;
  inset: auto 0% 0%;
}

.footer-link {
  letter-spacing: -.03em;
  margin-bottom: 14px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.08em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.text-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 31px 24px;
  font-weight: 700;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: var(--medium-gray);
}

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

.text-field.apply-field {
  border-color: transparent transparent var(--black);
  color: var(--black);
  margin-bottom: 16px;
  font-weight: 500;
}

.text-field.apply-field:focus {
  border-bottom-color: #b4b4b4;
}

.text-field.search-field {
  border-color: transparent transparent var(--white);
  color: var(--white);
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  font-weight: 500;
}

.text-field.search-field::placeholder {
  color: #ffffffb0;
}

.text-field.text-field-no-margin {
  margin-bottom: 0;
}

.text-field.text-field-no-margin:focus {
  border-color: var(--medium-gray);
}

.newsletter-form {
  width: 100%;
  max-width: 340px;
  display: flex;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--red);
  text-transform: uppercase;
  padding: 22px 34px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.button.newsletter-button {
  background-color: var(--white);
  color: var(--black);
  border-width: 0;
  margin-left: 16px;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .2s;
}

.button.newsletter-button:hover {
  background-color: #e0e0e0;
}

.button.border-button {
  border-color: var(--white);
  background-color: #0000;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.button.border-button.hover-button {
  transition: background-color .2s, color .2s;
}

.button.border-button.hover-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.submit-button {
  border-width: 0;
  border-color: var(--red);
  transition: background-color .2s;
}

.button.submit-button:hover {
  color: var(--white);
  background-color: #db3632;
  border-width: 0;
}

.success-message-newsletter {
  border: 2px solid var(--white);
  background-color: #0000;
}

.error-message {
  background-color: var(--red);
  color: var(--white);
  margin-top: 16px;
  padding: 16px 24px;
}

.small-margin-bottom {
  margin-bottom: 4px;
}

.footer-2-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 280px;
  display: grid;
}

.footer-logo-link {
  letter-spacing: -.03em;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.08em;
  text-decoration: none;
  display: inline-block;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.small-paragraph {
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.small-paragraph.no-margin-bottom {
  text-decoration: none;
}

.small-paragraph.no-margin-bottom.brandbook {
  margin-bottom: 10px;
}

.small-paragraph.no-margin-bottom.terms {
  margin-top: 0;
}

.footer-contact-link {
  text-decoration: none;
  transition: opacity .2s;
}

.footer-contact-link:hover {
  opacity: .6;
}

.link-more-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.link-more-wrapper.margin-top {
  padding-top: 32px;
}

.link-more-wrapper.large-margin-top {
  padding-top: 64px;
}

.project-tag {
  border: 1px solid var(--white);
  margin-bottom: 16px;
  margin-right: 0;
  padding: 12px 16px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.project-tag:hover {
  background-color: var(--white);
  color: var(--black);
}

.round-link-wrap {
  width: 151px;
  margin-left: 9px;
}

.round-link-wrap.alt {
  margin-left: 0;
}

.blog-category-link {
  margin-bottom: 8px;
}

.blocks-horizontal-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  display: grid;
}

.content-565 {
  width: 100%;
  max-width: 565px;
}

.about-table-of-content {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-table-box {
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 32px 32px 54px;
  display: flex;
  position: relative;
}

.intro-heading-about {
  margin-bottom: 32px;
  position: relative;
}

.table-box-link-wrapper {
  justify-content: flex-end;
  display: flex;
}

.table-number {
  color: var(--black);
  text-shadow: -2px 0 0 var(--medium-gray), 0 2px 0 var(--medium-gray), 2px 0 0 var(--medium-gray), 0 -2px 0 var(--medium-gray);
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  position: absolute;
  inset: 24px auto auto 32px;
}

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

.table-title-box {
  position: relative;
}

.intro-block-about {
  border-right: 1px solid var(--white);
  padding: 60px;
  position: relative;
}

.red-link-circle {
  flex: 0 auto;
  position: relative;
}

.about-cta-wrapper {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: auto 10px 36px auto;
}

.blog-post-link {
  text-decoration: none;
}

.carousel-wrapper {
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.carousel-box {
  border-right: 1px solid var(--white);
  flex: none;
  width: 400px;
  height: 100%;
  padding: 44px 20px;
}

.carousel-nav-flex {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.carousel-nav {
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.carousel-nav.nav-2, .carousel-nav.nav-3, .carousel-nav.nav-4 {
  display: none;
}

.carousel-next, .carousel-back {
  cursor: pointer;
  width: 68px;
}

.arrow-next {
  margin-left: 24px;
  transition: opacity .2s;
}

.arrow-next:hover {
  opacity: .8;
}

.arrow-next.arrow-opacity {
  opacity: .4;
}

.arrow-prev {
  transition: opacity .2s;
}

.arrow-prev:hover {
  opacity: .8;
}

.arrow-prev.arrow-opacity {
  opacity: .4;
}

.carousel-nav-wrapper {
  width: 240px;
  height: 20px;
  margin-left: 50px;
  position: relative;
}

.carousel-box-wrapper {
  height: 100%;
  display: flex;
}

.brand {
  transition: opacity .2s;
}

.brand:hover {
  opacity: .7;
}

.mobile-brand {
  display: none;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 360px 1fr;
}

.team-page-title-box {
  border-right: 1px solid var(--white);
  padding: 40px 56px;
  position: relative;
}

.team-list-box {
  overflow: hidden;
}

.carousel {
  height: 100%;
}

.team-member-content-on-page {
  background-color: #a18d94;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  height: 320px;
  margin-top: 0;
  padding: 24px;
  display: flex;
}

.carousel-nav-wrapper-team {
  width: 240px;
  height: 20px;
  position: relative;
}

.team-arrow-box {
  border-bottom: 1px solid var(--white);
  padding-top: 20px;
  padding-bottom: 24px;
  padding-left: 56px;
  position: relative;
}

.career-box {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.size-3 {
  font-size: 40px;
  line-height: 1.08em;
  text-decoration: none;
}

.size-3.no-margin-bottom.bold-text {
  font-weight: 700;
}

.career-type-box {
  margin-right: 40px;
}

.career-type-flex {
  display: flex;
}

.career-wrapper {
  border-bottom: 1px solid var(--white);
  padding: 52px 60px 28px;
}

.career-content {
  margin-top: 24px;
  overflow: hidden;
}

.button-wrapper {
  margin-top: 24px;
}

.button-wrapper.large-wrapper {
  margin-top: 32px;
}

.button-wrapper.margin-bottom {
  margin-bottom: 24px;
}

.button-animation {
  z-index: 0;
  background-color: var(--white);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.career-show-more {
  display: none;
}

.career-grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 450px;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  background-color: var(--white);
  color: var(--black);
  padding: 40px;
}

.dark-link {
  color: var(--black);
  transition: opacity .2s;
}

.dark-link:hover {
  opacity: .6;
}

.radio-button-field {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-right: 16px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-button-field:hover {
  opacity: .6;
  border-width: 1px;
}

.radio-button {
  border-color: #0000;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--black);
  border-radius: 0%;
}

.radio-button.white-button {
  border-color: var(--white);
}

.radio-button-label {
  margin-bottom: 5px;
  position: relative;
}

.radio-button-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-label {
  margin-bottom: 24px;
}

.radio-section {
  margin-bottom: 40px;
}

.book-call-grid {
  grid-template-rows: auto;
}

.success-message {
  background-color: #0000;
  border: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-link-box {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-box.w--current {
  color: #d1d1d1;
}

.nav-link-line {
  background-color: var(--white);
  flex: none;
  width: 20px;
  height: 1px;
  margin-top: -5px;
}

.basic-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.basic-block {
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.basic-block.border-box {
  border-right: 1px solid var(--white);
}

.numbers-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 24px;
  display: grid;
}

.number-text {
  letter-spacing: -.03em;
  font-size: 110px;
  line-height: 1.08em;
}

.basic-box {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: 400px;
}

.home-photo-left-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-full-wrapper {
  position: relative;
  overflow: hidden;
}

.image-full-wrapper.margin-left-40 {
  margin-bottom: 24px;
  margin-left: 40px;
}

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

.image-full.down {
  height: auto;
}

.intro-block-home {
  border-right: 1px solid var(--white);
  padding: 40px 60px 60px;
  position: relative;
}

.logo-about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: start;
}

.logotypes-box {
  border-bottom: 1px solid var(--white);
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.logos-horizontal-flex {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.logotypes-wrapper {
  position: relative;
}

.logotypes-wrapper.bottom {
  margin-top: 20px;
}

.logos-move-wrapper {
  display: flex;
}

.collection-item, .logotypes-collection {
  flex: none;
}

.about-block {
  z-index: 1;
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--black);
  padding: 60px;
  position: relative;
}

.how-it-works-box {
  flex: none;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.how-it-work-line-box {
  flex-direction: column;
  align-items: center;
  margin-right: 48px;
  display: flex;
}

.how-it-work-line-box.white-animation {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.how-it-works-circle {
  border: 2px solid var(--medium-gray);
  border-radius: 12px;
  flex: none;
  width: 12px;
  height: 12px;
  margin-bottom: 24px;
}

.how-it-works-circle.white-circle {
  border-color: var(--white);
}

.how-it-work-line {
  background-color: var(--medium-gray);
  width: 2px;
  height: 100%;
}

.how-it-work-line.white-work-line {
  background-color: var(--white);
}

.strategy-name-box {
  margin-top: -10px;
}

.content-316 {
  width: 100%;
  max-width: 316px;
}

.how-it-works-wrapper {
  margin-top: -60px;
}

.how-it-works-photo {
  object-fit: cover;
  height: 300px;
}

.how-it-works-photo.large {
  height: 400px;
}

.strategy-number-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 72px;
  margin-right: 24px;
  display: flex;
}

.how-it-works-flex {
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.portfolio-block {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 60px;
}

.portfolio-item {
  flex-direction: row;
  display: flex;
}

.portfolio-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.portfolio-image-link {
  width: 50%;
  overflow: hidden;
}

.portfolio-wrapper {
  border-bottom: 1px solid var(--white);
}

.portfolio-round-link {
  border: 2px solid var(--white);
  background-color: var(--black);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  transition: background-color .2s;
  display: flex;
  position: static;
  inset: auto -152px -64px auto;
}

.portfolio-round-link:hover {
  background-color: var(--white);
}

.portfolio-round-link.top-postion {
  top: -52px;
}

.portfolio-title-link {
  text-decoration: none;
}

.team-normal-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-content-normal {
  z-index: 2;
  background-color: #a18d94;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  height: 320px;
  margin-top: -40px;
  padding: 24px;
  display: flex;
  position: relative;
}

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

.blog-table-link {
  border-bottom: 1px solid var(--white);
  cursor: pointer;
  width: 100%;
  max-width: 800px;
  height: 200px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-table-grid {
  grid-column-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: 485px 1fr;
}

.mouse-link {
  z-index: 1;
  background-color: var(--red);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate(45px, 15px);
}

.mouse-link.white-mouse-link {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
}

.filter-read-more {
  background-color: #14141442;
  position: absolute;
  inset: 0%;
}

.blog-table-wrapper {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  flex: 1;
  width: 100%;
  max-width: 800px;
}

.blog-table-page-section {
  border-bottom: 1px solid var(--white);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 800px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-table-item {
  max-height: 200px;
}

.header-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-image-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  max-width: 750px;
  height: 480px;
}

.home-intro-box {
  z-index: 1;
  border: 1px solid var(--white);
  background-color: var(--black);
  width: 100%;
  max-width: 580px;
  margin-top: -220px;
  padding: 40px;
  position: relative;
}

.slider {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: #0000;
  height: auto;
  padding-top: 64px;
  padding-bottom: 40px;
}

.slider-arrow {
  border: 3px solid var(--white);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: -12px;
  display: flex;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 50%);
}

.slider-arrow.right-arrow {
  margin-left: 12px;
  transform: translate(50%, 50%);
}

.hide-slide-nav {
  display: none;
}

.testimonial-row {
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 480px 1fr;
  display: flex;
}

.testimonial-slider {
  z-index: 1;
  border: 1px solid var(--white);
  background-color: var(--black);
  flex: none;
  width: 50%;
  height: auto;
  padding: 48px 56px;
}

.slider-testimonial-arrow {
  border: 0px solid var(--white);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 64px;
  margin-left: -12px;
  transition: opacity .2s;
  display: flex;
  inset: auto 76px 58px auto;
  transform: translate(-50%, 50%);
}

.slider-testimonial-arrow:hover {
  opacity: .56;
}

.slider-testimonial-arrow.right-arrow {
  margin-left: 12px;
  transform: translate(50%, 50%);
}

.carousel-blog-wrapper {
  align-items: flex-start;
  height: 100%;
  padding: 64px 60px;
  display: flex;
}

.carousel-blog-box {
  border: 1px solid var(--white);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 360px;
  height: 560px;
  padding: 44px 60px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-content-box {
  align-items: center;
  padding-left: 96px;
  display: flex;
  position: relative;
}

.large-number {
  font-size: 110px;
  line-height: 1.08em;
  display: block;
}

.hisotry-number-box {
  width: 380px;
  margin-top: -10px;
}

.history-flex {
  margin-bottom: 24px;
  display: flex;
}

.history-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  padding-bottom: 44px;
}

.history-line-box {
  flex-direction: column;
  align-items: center;
  margin-right: 48px;
  display: flex;
}

.history-circle {
  border: 2px solid var(--medium-gray);
  border-radius: 12px;
  flex: none;
  width: 12px;
  height: 12px;
  margin-bottom: 24px;
}

.history-line {
  background-color: var(--medium-gray);
  width: 2px;
  height: 100%;
}

.history-box {
  flex: none;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.content-350 {
  width: 100%;
  max-width: 350px;
}

.fact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
}

.fact-box {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
}

.fact-number {
  color: var(--black);
  height: 80px;
  margin-right: 32px;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.style-guide-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
}

.color-box {
  background-color: var(--red);
  width: 100%;
  height: 120px;
  margin-bottom: 8px;
}

.color-box.gray-color {
  background-color: var(--medium-gray);
}

.color-box._3 {
  background-color: var(--dark-gray);
}

.color-box._4 {
  border: 1px solid var(--medium-gray);
  background-color: var(--black);
}

.color-box._5 {
  background-color: var(--white);
}

.color-grid {
  grid-column-gap: 33px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-text {
  z-index: 1;
  position: relative;
}

.black-round-link {
  border: 2px solid var(--white);
  background-color: var(--black);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

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

.buttons-flex {
  display: flex;
}

.button-left {
  margin-right: 32px;
}

.white-form {
  background-color: var(--white);
  color: var(--black);
  padding: 40px;
}

.dark-form {
  border: 1px solid var(--medium-gray);
  padding: 40px;
}

.checkbox {
  border-color: var(--medium-gray);
  border-radius: 0;
  box-shadow: 1px 1px 3px #0000;
}

.checkbox:active {
  box-shadow: 1px 1px 3px #0000;
}

.checkbox.w--redirected-checked {
  border-color: var(--medium-gray);
  background-color: var(--medium-gray);
  box-shadow: 1px 1px 3px #0000;
}

.checkbox.white-chebox {
  border-color: var(--white);
}

.select-field {
  border: 0px solid var(--medium-gray);
  background-color: var(--white);
  width: 108%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
}

.select-wrapper {
  border: 1px solid #000;
  max-width: 240px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.white-link {
  transition: opacity .2s;
}

.white-link:hover {
  opacity: .6;
}

.home-showcase {
  max-height: 596px;
  padding: 40px;
}

.showcase-image {
  border: 1px solid var(--medium-gray);
  width: 100%;
  max-width: 400px;
  margin-bottom: 32px;
}

.div-block {
  overflow: hidden;
}

.intro-home-block {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  padding: 32px;
  text-decoration: none;
  position: relative;
}

.intro-image {
  width: 100%;
}

.intro-image:hover {
  border-color: var(--white);
}

.project-image {
  object-fit: cover;
  width: 500px;
  height: 300px;
}

.project-content {
  background-color: var(--black);
  padding: 40px;
}

.project-link-base {
  z-index: 2;
  border: 1px solid var(--white);
  color: var(--white);
  width: 100%;
  max-width: 440px;
  margin-top: 86px;
  margin-left: -60px;
  text-decoration: none;
  position: relative;
}

.project-base-item {
  align-items: flex-start;
  margin-top: -24px;
  display: flex;
  position: relative;
}

.project-base-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.project-base-item:first-child {
  margin-top: 0;
}

.search-form {
  width: 340px;
  margin-top: -8px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search {
  z-index: 1;
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--red);
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 80px;
  padding-left: 0;
  display: none;
  position: fixed;
  inset: 80px 0% auto;
  overflow: hidden;
}

.search-submit {
  background-color: #0000;
  background-image: url('../images/Group-3.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 40px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.post-image-box {
  z-index: 1;
  width: 56%;
  height: 355px;
  margin-bottom: 24px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.reference-slider {
  background-color: #0000;
  height: auto;
}

.label-slide {
  color: var(--white);
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.right-slide-arrow {
  z-index: 1;
  align-items: center;
  width: auto;
  transition: opacity .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-slide-arrow:hover {
  opacity: .74;
}

.slide-arrow-dot {
  background-color: var(--white);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-top: 1px;
  margin-right: 8px;
}

.slide-arrow-dot.left-dot {
  margin-left: 8px;
  margin-right: 0;
}

.left-slide-arrow {
  z-index: 1;
  opacity: .37;
  align-items: center;
  width: auto;
  transition: opacity .2s;
  display: flex;
  inset: auto 64px 0% auto;
}

.left-slide-arrow:hover {
  opacity: .56;
}

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

.footer-link-hover.dark-line {
  background-color: var(--black);
}

.intro-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.gradient {
  z-index: -1;
  opacity: .9;
  background-image: radial-gradient(circle, #b8ab1e21, #fff0 48%), radial-gradient(circle, #ff575345, #8434321f 35%, #14141400 67% 69%);
  width: 400px;
  height: 400px;
  display: flex;
  position: absolute;
  inset: auto auto -110px -96px;
}

.gradient.title-section-gradient {
  bottom: -147px;
  left: -65px;
}

.gradient.hero-gradient {
  bottom: -6px;
  left: 82px;
}

.gradient.center-gradient {
  bottom: 124px;
  left: -92px;
}

.gradient.top-gradient {
  top: -82px;
  bottom: auto;
  left: -81px;
}

.gradient.book-a-call-gradient {
  z-index: 0;
  top: -201px;
  left: -121px;
}

.gradient.button-gradient {
  bottom: -139px;
  left: -151px;
}

.gradient.post-page-gradient {
  top: 145px;
  bottom: auto;
  left: 338px;
}

.horizontal-center-flex {
  justify-content: center;
  display: flex;
}

.portfolio-large-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
  display: block;
}

.about-photo-background {
  object-fit: cover;
  background-image: linear-gradient(#00000087, #00000087), url('../images/pexels-fauxels-3184656-1-1-1.jpg');
  background-position: 0 0, 82%;
  background-size: auto, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-photo-background.about-photo-3 {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/pexels-fauxels-3184617-1-1-1.jpg');
  background-position: 0 0, 43%;
  background-size: auto, auto;
}

.about-photo-background.about-photo-2 {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/pexels-fauxels-3184615-1-1-1-1.jpg');
  background-position: 0 0, 82%;
  background-size: auto, auto;
}

.slide-arrow {
  width: 36px;
}

.project-image-wrap {
  border: 1px solid var(--white);
  position: relative;
  overflow: hidden;
}

.project-title-link {
  text-decoration: none;
  transition: opacity .2s;
}

.project-title-link:hover {
  opacity: .72;
}

.blog-item-wrapper {
  position: relative;
  overflow: hidden;
}

.scroll-point {
  margin-top: -80px;
  padding-top: 80px;
}

.intro-image-box {
  border: 1px solid var(--medium-gray);
  width: 100%;
  margin-bottom: 12px;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.intro-image-box:hover {
  border-color: var(--white);
}

.intro-home-link {
  text-decoration: none;
  transition: opacity .2s;
}

.intro-home-link:hover {
  opacity: .7;
}

.article-title-box {
  z-index: 1;
  border: 1px solid var(--white);
  background-color: var(--black);
  width: 64%;
  margin-top: 40px;
  margin-bottom: 48px;
  margin-left: -96px;
  padding: 56px;
  position: relative;
}

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

.article-rich-text {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.article-rich-text h1, .article-rich-text h2, .article-rich-text h3, .article-rich-text h4, .article-rich-text h5, .article-rich-text h6, .article-rich-text p, .article-rich-text ul, .article-rich-text blockquote {
  width: 100%;
  max-width: 600px;
}

.socials {
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.socials.left-social-align {
  justify-content: flex-start;
  margin-top: 8px;
}

.social-icon {
  width: 18px;
  height: 18px;
}

.social-box {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

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

.social-box.left-social-box {
  margin-left: 0;
  margin-right: 16px;
}

.align-center-vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-member-story-box {
  z-index: 1;
  border: 1px solid var(--white);
  background-color: var(--black);
  margin-top: -260px;
  padding-top: 324px;
  padding-bottom: 80px;
  position: relative;
}

.team-rich-text {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-rich-text h1 {
  width: 100%;
  max-width: 600px;
}

.team-rich-text h2 {
  color: #8d8d8d;
  text-transform: uppercase;
  width: 100%;
  max-width: 600px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
}

.team-rich-text h3, .team-rich-text h4, .team-rich-text h5, .team-rich-text h6 {
  width: 100%;
  max-width: 600px;
}

.team-rich-text p {
  width: 100%;
  max-width: 600px;
  margin-bottom: 32px;
}

.team-rich-text ul, .team-rich-text blockquote {
  width: 100%;
  max-width: 600px;
}

.project-intro-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-text-box {
  z-index: 1;
  border: 1px solid var(--white);
  background-color: var(--black);
  padding: 56px;
  position: relative;
}

.project-text-box.text-box-1 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.project-text-box.text-box-2 {
  width: 100%;
  max-width: 440px;
}

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

.next-project-filter {
  background-image: linear-gradient(#141414, #141414b5);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-image-filter {
  background-image: linear-gradient(#141414b5, #141414);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-content-flex {
  justify-content: flex-end;
  display: flex;
}

.project-images-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

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

.project-image-wrapper-1 {
  border: 1px solid var(--medium-gray);
  width: 100%;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper-2 {
  border: 1px solid var(--medium-gray);
  width: 100%;
  max-width: 280px;
  margin-top: -40px;
  margin-left: -40px;
  position: relative;
  overflow: hidden;
}

.project-images-wrap-absolute {
  align-items: center;
  max-width: 360px;
  height: 100%;
  display: flex;
  position: absolute;
}

.project-image-wrapper {
  border: 1px solid var(--white);
  width: 100%;
  max-width: 440px;
  margin-top: 124px;
  position: relative;
  overflow: hidden;
}

.next-project-link {
  width: 100%;
  text-decoration: none;
  display: block;
}

.project-images-wrap-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.blog-item-carousel {
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.no-underline {
  text-decoration: none;
}

.top-white-line {
  background-color: var(--white);
  width: 400px;
  height: 1px;
  position: absolute;
  inset: 38px auto auto 359px;
}

.top-white-line.vert-white-line {
  width: 1px;
  top: 39px;
}

.search-result-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.size-4 {
  font-size: 24px;
  line-height: 1.08em;
  text-decoration: none;
}

.search-image {
  object-fit: cover;
  width: 100%;
  height: 180px;
  margin-bottom: 16px;
}

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

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

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

.protect-icon {
  margin-bottom: 6px;
}

.team-member-on-page {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.photos-grid {
  grid-column-gap: 33px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.edit-menu-here {
  z-index: 9999;
  width: 300px;
  padding-left: 24px;
  display: none;
  position: fixed;
  inset: 160px auto 0 0%;
}

.manu-nav-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 32px;
  display: flex;
}

.cookies {
  z-index: 999999999;
  color: #fff;
  background-color: #ff5753;
  align-items: center;
  max-width: 340px;
  padding: 16px 24px;
  display: flex;
  position: fixed;
  inset: auto auto 40px 40px;
}

.cookies-text {
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
}

.button-cookies {
  color: #fff;
  background-color: #282828;
  border: 2px solid #333;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.button-cookies:hover {
  color: #333;
  background-color: #0000;
  border-color: #333;
}

.button-cookies.reversed {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.button-cookies.reversed:hover {
  color: #fff;
  background-color: #333;
}

.button-cookies.reversed.small {
  cursor: pointer;
  padding: 3px 7px;
}

.intro-animation {
  position: absolute;
}

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

.dandelion-animation {
  filter: invert();
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 28% 0% 0% -2%;
}

.footer-mascot {
  margin-top: 30px;
}

.heading {
  font-weight: 500;
}

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

.text-block {
  font-family: Circe, sans-serif;
}

.link-block-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.lightbox-gallery {
  margin-bottom: 20px;
}

.paragraph {
  margin-bottom: 0;
  font-size: 18px;
}

.header-mascot {
  margin-top: 0;
}

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

.div-block-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 270px;
  display: block;
}

.link-block-4 {
  display: block;
}

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

.small-print {
  margin-top: 20px;
  font-size: 10px;
  line-height: 15px;
}

.div-block-3 {
  text-decoration: none;
}

.h3 {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.h3.rule {
  width: 100%;
  margin-left: 20px;
  font-size: 35px;
  line-height: 38px;
}

.rules-div {
  width: 50%;
}

.rule-copy {
  width: 100%;
}

.rule-number {
  color: #fff3;
  font-family: Montserrat, sans-serif;
  font-size: 120px;
  font-weight: 700;
  position: absolute;
  inset: 11% auto auto 0%;
}

.image-container {
  flex: none;
  display: none;
  position: sticky;
  top: 100px;
}

.astronaut {
  opacity: 0;
  flex: 0 auto;
  width: 400px;
  max-width: none;
  height: 400px;
  display: block;
  position: static;
  top: 30vh;
}

.astronaut._4 {
  opacity: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.astronaut._7, .astronaut._2, .astronaut._8 {
  opacity: 1;
  height: 400px;
  display: none;
  position: absolute;
  inset: 0%;
}

.astronaut._1 {
  opacity: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.astronaut._6, .astronaut._9, .astronaut._3, .astronaut._5 {
  opacity: 1;
  height: 400px;
  display: none;
  position: absolute;
  inset: 0%;
}

.rule.single {
  flex: 0 auto;
  align-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.rules-paragraph {
  color: #fff;
  text-align: left;
  margin-top: 20px;
}

.rules-paragraph.inner {
  margin-top: 0;
  margin-left: 20px;
}

.rules-container {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.logo-invert {
  filter: invert();
}

.video {
  background-color: var(--black);
  width: 100%;
  max-width: 100%;
  height: auto;
}

.heading-3 {
  text-align: center;
  margin-bottom: 0;
}

.link-block-5 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.overlay {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.privacy-link, .privacy-link.w--current {
  margin-top: 20px;
}

.heading-4, .heading-5 {
  margin-bottom: 0;
}

.signature {
  margin-top: 17px;
}

.slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.item {
  width: 120px;
  margin-left: 20px;
  margin-right: 20px;
}

.item.alt {
  width: 140px;
}

.paragraph-3 {
  font-size: 12px;
  line-height: 20px;
}

.heading-6 {
  margin-bottom: 5px;
}

.nav-link-box-copy {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-box-copy.w--current {
  color: #d1d1d1;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  .section.blog-section, .section.team-section {
    padding-bottom: 60px;
  }

  .section.home-intro-section {
    padding-top: 60px;
  }

  .section.section-logotypes {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.more-section {
    margin-top: -40px;
    padding-top: 0;
  }

  .section.project-intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .intro-block {
    padding: 40px;
  }

  .link-block {
    height: 300px;
  }

  .section-image {
    height: 340px;
  }

  .line-center.about-line-center {
    display: none;
  }

  .flex-section {
    grid-column-gap: 40px;
    padding-top: 0;
    padding-left: 40px;
  }

  .arrow-link.more-link {
    margin-top: 48px;
  }

  .arrow-link.more-link.absolute {
    bottom: 1%;
  }

  .bottom-wrapper.wrapper-right {
    justify-content: flex-start;
  }

  .section-header {
    margin-bottom: 24px;
  }

  .section-header.large-header {
    margin-bottom: 40px;
  }

  .section-header.very-large-header {
    margin-bottom: 48px;
  }

  .logo-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .company-logo {
    height: 78px;
  }

  .spacing-112 {
    padding: 40px;
  }

  .process-grid {
    border-top: 1px solid var(--white);
    grid-template-columns: 1fr;
  }

  .process-block {
    border-top-width: 0;
  }

  .process-block.process-block-2, .process-block.process-block-3 {
    border-left-width: 0;
    margin-left: 0;
  }

  .process-line {
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

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

  .container.about-container, .container.cta-container {
    border-left-width: 0;
    border-right-width: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.article-container {
    border-left-width: 0;
    border-right-width: 0;
    margin-top: -56px;
  }

  .container.flex {
    flex-direction: column;
  }

  .size-2 {
    font-size: 36px;
  }

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

  .project-item:nth-child(2n) {
    top: 0;
  }

  .team-member.second-member {
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
  }

  .team-member.third-member {
    margin-top: 0;
    margin-left: 48px;
  }

  .team-member-image-box {
    max-width: 320px;
    height: 420px;
  }

  .team-member-image-box.smaller-member-photo, .team-member-image-box.swiper-box {
    height: 320px;
  }

  .team-member-content.content-to-bottom {
    margin-top: -40px;
    margin-bottom: auto;
  }

  .testimonial-title {
    font-size: 14px;
    transform: rotate(-90deg)translate(28px, -13px);
  }

  .blog-list {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .blog-item:nth-child(2n) {
    top: 0;
  }

  .blog-link {
    height: auto;
  }

  .blog-round-link {
    bottom: -12px;
    right: -26px;
  }

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

  .footer-block {
    min-height: auto;
  }

  .footer-block-line.bottom-line {
    display: block;
  }

  .footer-block-line.hide-for-tablet {
    display: none;
  }

  .link-more-wrapper {
    justify-content: flex-start;
  }

  .link-more-wrapper.large-margin-top {
    padding-top: 0;
  }

  .blocks-horizontal-about {
    grid-template-columns: 1fr;
    height: auto;
  }

  .about-table-box {
    min-height: 200px;
  }

  .intro-block-about {
    border-bottom: 1px solid var(--white);
    border-right-width: 0;
    padding: 40px;
  }

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

  .team-page-title-box {
    border-bottom: 1px solid var(--white);
    border-right-width: 0;
  }

  .career-wrapper {
    position: relative;
  }

  .career-show-more {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
  }

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

  .radio-button-grid {
    display: flex;
  }

  .basic-block {
    padding: 40px;
  }

  .numbers-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .home-photo-left-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-full-wrapper.margin-left-40 {
    margin-bottom: 32px;
    margin-left: 0;
  }

  .image-full {
    border-bottom: 1px solid var(--white);
    object-position: 50% 0%;
    height: 400px;
  }

  .intro-block-home, .logotypes-box {
    border-bottom: 1px solid var(--white);
    padding: 40px;
  }

  .logos-horizontal-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .about-block {
    border-bottom: 1px solid var(--white);
    padding: 40px;
  }

  .how-it-work-line {
    margin-bottom: 16px;
  }

  .how-it-works-wrapper {
    margin-top: 40px;
  }

  .how-it-works-photo {
    width: 100%;
    height: 320px;
    margin-left: 0;
  }

  .how-it-works-photo.mobile-margin-photo {
    margin-bottom: 32px;
  }

  .how-it-works-flex {
    flex-direction: column-reverse;
  }

  .portfolio-block {
    padding: 40px;
  }

  .portfolio-round-link {
    bottom: -92px;
    right: 1px;
  }

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

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

  .blog-table-link {
    max-width: 100%;
    height: auto;
  }

  .blog-table-grid {
    grid-template-columns: 100%;
    padding-right: 112px;
  }

  .mouse-link {
    display: none;
    inset: auto 32px 16px auto;
  }

  .mouse-link.white-mouse-link {
    display: none;
  }

  .blog-table-item {
    max-height: 100%;
  }

  .hero-image {
    border-style: solid;
    border-width: 1px 1px 0;
    border-color: var(--white);
    height: 280px;
    display: block;
  }

  .home-intro-box {
    margin-top: 0;
  }

  .testimonial-row {
    flex-direction: column;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-content-box {
    margin-bottom: 32px;
    padding-left: 0;
  }

  .history-flex {
    flex-direction: column;
    margin-bottom: 48px;
  }

  .history-image {
    width: 100%;
    height: 320px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .history-line {
    margin-bottom: 16px;
  }

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

  .style-guide-grid {
    grid-template-columns: 100%;
  }

  .black-round-link {
    bottom: -92px;
    right: 1px;
  }

  .project-image {
    width: 100%;
  }

  .project-link-base {
    border-width: 1px 0 0;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .project-base-item {
    border: 1px solid var(--white);
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .project-base-item:nth-child(2n) {
    flex-direction: column;
  }

  .post-image-box {
    width: 100%;
    height: 280px;
    position: relative;
  }

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

  .team-member-image {
    object-fit: cover;
  }

  .about-photo-background {
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .article-title-box {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .team-member-story-box {
    padding-bottom: 24px;
  }

  .team-rich-text {
    padding-left: 32px;
    padding-right: 32px;
  }

  .project-intro-grid {
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .project-intro-box.margin-bottom-box {
    margin-bottom: 16px;
  }

  .project-content-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .project-content-flex.toblet-reverse {
    flex-direction: column-reverse;
  }

  .project-images-wrap {
    padding-left: 40px;
  }

  .project-images-wrap-absolute {
    margin-top: 32px;
    position: relative;
  }

  .project-image-wrapper {
    max-width: 100%;
    margin-top: 0;
  }

  .project-images-wrap-bottom {
    padding-left: 40px;
  }

  .top-white-line {
    display: none;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .rules-div {
    width: auto;
  }

  .image-container {
    display: none;
  }

  .astronaut {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .nav-vertical {
    border-bottom: 1px solid var(--white);
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    padding-top: 0;
    padding-right: 16px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .page {
    padding-top: 80px;
  }

  .section.more-section {
    margin-top: -60px;
  }

  .section-image {
    height: 320px;
    margin-bottom: 8px;
  }

  .line-center.logo-section-line, .line-center.read-story-line {
    display: none;
  }

  .flex-section {
    border-bottom: 1px solid var(--white);
    grid-template-columns: 1fr;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .nav-horizontal {
    margin-left: 0;
    padding-left: 40px;
  }

  .nav-button {
    display: none;
  }

  .page-content {
    border-left-width: 1px;
    margin-left: -1px;
  }

  .nav-line, .menu-closer {
    display: none;
  }

  .search-icon-wrap {
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
  }

  .nav-icons {
    flex-direction: row-reverse;
  }

  .nav-text-wrap {
    display: none;
  }

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

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

  .spacing-112.logo-block {
    border-bottom: 1px solid var(--white);
  }

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

  .container.search-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .team-member {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .team-member.second-member, .team-member.third-member {
    margin-left: 0;
  }

  .team-member-content {
    height: 320px;
    position: relative;
  }

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

  .footer-block-line.hide-for-landscape {
    display: none;
  }

  .carousel-wrapper {
    overflow: scroll;
  }

  .carousel-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .carousel-nav-flex {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .carousel-nav-wrapper {
    margin-top: 24px;
    display: none;
  }

  .mobile-brand {
    align-items: center;
    padding-left: 40px;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .team-page-title-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-member-content-on-page {
    height: 320px;
  }

  .carousel-nav-wrapper-team {
    margin-top: 24px;
    display: none;
  }

  .team-arrow-box {
    display: none;
  }

  .career-box {
    grid-template-columns: 1fr;
  }

  .career-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .book-call-grid, .basic-grid {
    grid-template-columns: 1fr;
  }

  .basic-block.border-box {
    border-bottom: 1px solid var(--white);
    border-right-width: 0;
  }

  .logo-about-grid {
    grid-template-columns: 1fr;
  }

  .logotypes-box {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .logos-horizontal-flex {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-block {
    border-left-width: 0;
  }

  .how-it-works-photo {
    height: 300px;
  }

  .portfolio-block {
    width: 100%;
  }

  .portfolio-item, .portfolio-item:nth-child(2n) {
    flex-direction: column;
  }

  .portfolio-image-link {
    width: 100%;
  }

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

  .team-member-content-normal {
    height: 320px;
    margin-top: 0;
  }

  .header-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .carousel-blog-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
  }

  .carousel-blog-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .history-image {
    height: 300px;
  }

  .search-form.page-search {
    margin-top: 32px;
  }

  .search {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 40px;
  }

  .portfolio-large-image {
    height: 300px;
  }

  .team-member-story-box {
    margin-top: -372px;
    padding-top: 400px;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .team-member-on-page {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .edit-menu-here {
    width: 220px;
    padding-left: 0;
    top: 80px;
  }

  .manu-nav-wrap {
    padding-top: 12px;
    padding-left: 24px;
  }

  .paragraph, .header-mascot {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  .nav-vertical {
    justify-content: center;
    height: 64px;
    padding-right: 8px;
  }

  .page {
    padding-top: 64px;
  }

  .section.title-section {
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .section.home-intro-section {
    padding-top: 40px;
  }

  .section.blog-title-section {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .section.more-section {
    margin-top: -30px;
  }

  .section.team-member-page-section {
    padding-top: 24px;
  }

  .section.section-move-up {
    padding-top: 22px;
  }

  .section.next-project-section {
    margin-top: -60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .intro-block {
    border-bottom-width: 0;
    padding: 40px 24px 0;
  }

  .blocks-horizontal {
    grid-template-columns: 1fr;
  }

  .link-block {
    height: auto;
    margin-bottom: -24px;
    padding: 0 24px 56px;
  }

  .round-link {
    width: 80px;
    height: 80px;
    margin-top: 16px;
  }

  .link-icon {
    width: 24px;
    height: 24px;
  }

  .section-image {
    height: 200px;
    margin-bottom: 0;
  }

  .line-center.intro-line, .line-center.about-line-center {
    display: none;
  }

  .flex-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-horizontal {
    height: 64px;
    padding-left: 32px;
  }

  .logo {
    height: 20px;
  }

  .menu-wrap {
    width: 60px;
    height: 40px;
  }

  .nav-list {
    z-index: 2;
    position: relative;
  }

  .arrow-link.more-link {
    margin-top: 24px;
  }

  .arrow-link.more-link.absolute {
    inset: auto auto 0% 5%;
  }

  .arrow-link.home-link {
    display: inline-block;
  }

  .link-flex {
    font-size: 11px;
  }

  .section-header {
    margin-bottom: 16px;
  }

  .section-header.large-header {
    margin-bottom: 32px;
  }

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

  .company-logo.swiper-logo {
    object-fit: cover;
    width: 120px;
    height: 40px;
  }

  .spacing-112 {
    padding: 40px 24px;
  }

  .link-text-arc {
    display: none;
    bottom: -10px;
  }

  .full-width {
    position: relative;
  }

  .process-block {
    padding: 24px;
  }

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

  .container, .container.medium-container, .container.full-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.full-container.cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .container.search-container {
    padding-left: 0;
    padding-right: 24px;
  }

  .size-2 {
    font-size: 32px;
  }

  .section-flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
  }

  .section-line {
    width: 100px;
    height: 1px;
    margin: 32px 0;
  }

  .portfolio-image {
    height: 180px;
  }

  .project-link-content {
    padding: 32px 24px;
  }

  .project-tag-text {
    margin-right: 10px;
  }

  .team-member.second-member {
    margin-bottom: 32px;
  }

  .team-member-image-box {
    height: 320px;
  }

  .team-member-image-box.smaller-member-photo, .team-member-image-box.swiper-box {
    height: 280px;
  }

  .testimonial-title {
    position: relative;
    transform: none;
  }

  .blog-link {
    padding: 24px;
  }

  .category-text {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .blog-round-link {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: -7px;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .button.newsletter-button {
    margin-top: 16px;
    margin-left: 0;
  }

  .project-tag {
    color: #acacac;
    border-width: 0;
    margin-bottom: 8px;
    padding: 0;
  }

  .project-tag:hover {
    color: var(--white);
    background-color: #0000;
  }

  .round-link-wrap {
    margin-left: 0;
    position: relative;
  }

  .blocks-horizontal-about {
    grid-template-columns: 1fr;
  }

  .about-table-box {
    padding-left: 45px;
  }

  .intro-heading-about {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .table-number {
    height: 60px;
    left: 24px;
  }

  .intro-block-about {
    padding: 40px 24px;
  }

  .about-cta-wrapper {
    justify-content: flex-start;
    margin-top: 4px;
    display: none;
    position: relative;
    bottom: 0;
    overflow: visible;
  }

  .carousel-box {
    width: 300px;
    padding: 24px;
  }

  .mobile-brand {
    padding-left: 24px;
  }

  .team-page-title-box {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-member-content-on-page {
    max-width: 228px;
    height: 240px;
  }

  .size-3 {
    font-size: 32px;
  }

  .career-type-box {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .career-type-flex {
    flex-direction: column;
  }

  .career-wrapper, .form-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .basic-block {
    padding: 24px 10px;
  }

  .basic-block.border-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .numbers-grid {
    grid-template-columns: 64px 1fr;
    margin-bottom: 16px;
  }

  .number-text {
    font-size: 33px;
  }

  .image-full {
    height: 240px;
  }

  .intro-block-home, .logotypes-box {
    padding: 40px 24px;
  }

  .logos-horizontal-flex {
    grid-template-columns: 1fr 1fr;
  }

  .collection-item {
    flex: none;
  }

  .about-block {
    padding: 40px 24px;
  }

  .how-it-work-line-box {
    margin-right: 24px;
  }

  .strategy-number {
    height: 40px;
    margin-top: -2px;
  }

  .strategy-name-box {
    margin-top: -6px;
  }

  .how-it-works-photo {
    height: 100%;
  }

  .how-it-works-photo.large {
    height: 40%;
  }

  .strategy-number-box {
    width: 40px;
  }

  .portfolio-block {
    padding: 40px 24px 54px;
  }

  .portfolio-round-link {
    width: 80px;
    height: 80px;
    top: -66px;
    bottom: auto;
    right: -7px;
  }

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

  .team-member-content-normal {
    max-width: 228px;
    height: 240px;
  }

  .blog-table-link {
    padding-bottom: 82px;
  }

  .blog-table-grid {
    padding-right: 0;
  }

  .mouse-link {
    bottom: -40px;
  }

  .hero-image {
    height: 180px;
  }

  .home-intro-box {
    padding: 24px;
  }

  .testimonial-slider {
    padding: 24px 24px 84px;
  }

  .slider-testimonial-arrow {
    bottom: 36px;
  }

  .carousel-blog-wrapper {
    padding-top: 16px;
    padding-bottom: 31px;
    padding-left: 24px;
  }

  .carousel-blog-box {
    width: 250px;
    height: 440px;
    padding: 24px;
  }

  .large-number {
    font-size: 60px;
  }

  .hisotry-number-box {
    margin-top: -6px;
  }

  .history-image {
    height: 160px;
  }

  .history-line-box {
    margin-right: 24px;
  }

  .fact-box {
    padding: 24px;
  }

  .fact-number {
    height: 64px;
    margin-right: 0;
    position: absolute;
    inset: 24px 24px auto auto;
  }

  .fact-title {
    padding-right: 40px;
  }

  .style-guide-grid {
    margin-bottom: 24px;
  }

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

  .black-round-link {
    width: 80px;
    height: 80px;
    bottom: auto;
  }

  .buttons-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-left {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .home-showcase {
    max-height: 280px;
  }

  .intro-home-block {
    padding: 24px;
  }

  .project-image {
    height: 160px;
  }

  .project-content {
    padding: 32px 24px;
  }

  .search-form.page-search {
    width: 100%;
  }

  .search {
    height: 64px;
    padding-left: 32px;
    top: 64px;
  }

  .post-image-box {
    height: 200px;
  }

  .gradient.post-page-gradient {
    top: 57px;
    left: -142px;
  }

  .portfolio-large-image {
    height: auto;
  }

  .project-image-wrap {
    position: relative;
  }

  .scroll-point {
    margin-top: -64px;
    padding-top: 64px;
  }

  .intro-image-box {
    position: relative;
  }

  .article-title-box {
    margin-bottom: 24px;
    padding: 24px;
  }

  .team-member-story-box {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-rich-text {
    padding-top: 32px;
  }

  .project-text-box.text-box-1, .project-text-box.text-box-2 {
    padding: 24px;
  }

  .project-images-wrap-bottom {
    padding: 32px 0 0;
  }

  .blog-item-carousel {
    margin-right: 16px;
  }

  .search-result-list {
    grid-row-gap: 16px;
  }

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

  .edit-menu-here {
    top: 64px;
  }

  .manu-nav-wrap {
    z-index: 5;
    padding-left: 24px;
    position: relative;
  }

  .cookies {
    margin-left: 16px;
    bottom: 16px;
    right: 16px;
  }

  .intro-animation {
    position: absolute;
  }

  .dandelion-animation {
    top: 21%;
  }

  .h3.rule {
    font-size: 20px;
    line-height: 24px;
  }

  .rule.single._1 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .rules-paragraph {
    margin-top: 0;
  }

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

  .item {
    width: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_03fbbf0a-500f-42fc-572a-6996e7b29708-0820b799 {
  align-self: center;
}

#w-node-a1dfe2f6-52b4-12c2-0b3a-8ae8debf0a19-0820b799 {
  place-self: center;
}

#w-node-_7386a9a1-8814-ed63-cacd-9cca6d60b842-0820b799 {
  align-self: start;
}

#w-node-b85b16bb-18cd-6f4a-38eb-60e724395c64-2120b7ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37a8bfa8-ae70-f376-ae82-7393754444a0-2120b7ad {
  align-self: stretch;
}

#w-node-b2b104a2-d07a-a9c1-1902-30898fa834c5-2120b7ad {
  align-self: center;
}

#w-node-_62598e91-22d9-a1e9-ae46-ae69c0a20094-2120b7ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfd60f59-b7cf-06c3-72ef-8f95564eb903-6b20b7e0, #w-node-_67defff3-4868-2c4e-9a88-6792548781f3-6b20b7e0, #w-node-_15d60a1e-cc25-4981-5d85-d2abace0f2cb-6b20b7e0 {
  align-self: center;
}

#w-node-b85b16bb-18cd-6f4a-38eb-60e724395c64-4c075535 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f7b2a0c2-2571-5b56-1ff1-8b58931c21b5-931c2171 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f7b2a0c2-2571-5b56-1ff1-8b58931c21b5-931c2171 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b2b104a2-d07a-a9c1-1902-30898fa834c5-2120b7ad {
    align-self: start;
  }
}


@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}