@font-face {
  font-family: "F37 Blanka";
  src: url(../fonts/F37-Blanka-Regular.eot);
  src: url(../fonts/F37-Blanka-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/F37-Blanka-Regular.woff) format("woff"),url(../fonts/F37-Blanka-Regular.woff2) format("woff2"),url(../fonts/F37-Blanka-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "F37 Blanka";
  src: url(../fonts/F37-Blanka-SemiBold.eot);
  src: url(../fonts/F37-Blanka-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/F37-Blanka-SemiBold.woff) format("woff"),url(../fonts/F37-Blanka-SemiBold.woff2) format("woff2"),url(../fonts/F37-Blanka-SemiBold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "F37 Blanka VF";
  src: url(../fonts/F37-Blanka-VF.eot);
  src: url(../fonts/F37-Blanka-VF.eot?#iefix) format("embedded-opentype"),url(../fonts/F37-Blanka-VF.woff) format("woff"),url(../fonts/F37-Blanka-VF.woff2) format("woff2"),url(../fonts/F37-Blanka-VF.ttf) format("truetype");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap
}
body {
  color: var(--text-color);
  font-family: var(--main-font);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  background: var(--body-bg)
}
@media screen and (max-width:540px) {
  body {
    font-size: .875rem
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}
.tpg {
  font-size: 1.125rem;
  line-height: 1.3
}
@media screen and (max-width:1024px) {
  .tpg {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .tpg {
    font-size: .875rem
  }
}
.tpg h1 {
  font-size: 7.5rem;
  line-height: .9;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -.02em
}
@media screen and (max-width:1024px) {
  .tpg h1 {
    font-size: 5.625rem
  }
}
@media screen and (max-width:540px) {
  .tpg h1 {
    font-size: 3.5rem
  }
}
.tpg h2,
.tpg h3,
.tpg h4,
.tpg h5,
.tpg h6 {
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: lowercase;
  letter-spacing: -.02em;
  color: #000;
  font-weight: 400;
  letter-spacing: -.02em;
  text-transform: none
}
@media screen and (max-width:540px) {
  .tpg h2,
  .tpg h3,
  .tpg h4,
  .tpg h5,
  .tpg h6 {
    font-size: 1.25rem
  }
}
.tpg h2:not(:last-child),
.tpg h3:not(:last-child),
.tpg h4:not(:last-child),
.tpg h5:not(:last-child),
.tpg h6:not(:last-child) {
  margin-bottom: 1.5em
}
.tpg p:not(:last-child) {
  margin-bottom: 1.777em
}
.tpg p a {
  color: #000;
  text-decoration: underline
}
.tpg p a:focus,
.tpg p a:hover {
  text-decoration: none
}
.tpg strong {
  font-weight: 600;
  color: #000
}
.tpg ul {
  list-style: none
}
.tpg ul:not(:last-child) {
  margin-bottom: 1.777em
}
.tpg ul a {
  color: #000;
  text-decoration: underline
}
.tpg ul a:focus,
.tpg ul a:hover {
  text-decoration: none
}
.tpg ul li {
  position: relative;
  padding-left: .875rem
}
.tpg ul li:not(:last-child) {
  margin-bottom: 1.777em
}
.tpg ul li:before {
  content: "";
  display: block;
  width: .265rem;
  height: .265rem;
  background: #000;
  position: absolute;
  left: calc(.375rem - .265rem / 2);
  top: .58em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.page-caption {
  font-size: 7.5rem;
  line-height: .9;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -.02em
}
@media screen and (max-width:1024px) {
  .page-caption {
    font-size: 5.625rem
  }
}
@media screen and (max-width:540px) {
  .page-caption {
    font-size: 3.5rem
  }
}
.page-caption strong {
  font-weight: inherit
}
.section-caption.text-center {
  text-align: center
}
.section-caption .sc-title {
  font-size: 5rem;
  line-height: .8;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -.04em
}
@media screen and (max-width:1024px) {
  .section-caption .sc-title {
    font-size: 3.75rem
  }
}
@media screen and (max-width:540px) {
  .section-caption .sc-title {
    font-size: 2.5rem
  }
}
:root {
  --dark: #000;
  --white: #fff;
  --gray: #4D4D4D;
  --red: #ff2f2f;
  --text-color: var(--white);
  --primary: var(--white);
  --accent: var(--white);
  --body-bg: var(--dark);
  --main-font: "F37 Blanka",Arial,sans-serif;
  --second-font: var(--main-font);
  --base-font-size: 16;
  --t: 0.3s;
  font-size: 1.1111111111vw
}
@media (min-width:1441px) {
  :root {
    font-size: 1.1103400416vw
  }
}
@media (max-width:1440px) {
  :root {
    font-size: 1.1111111111vw
  }
}
@media (max-width:1024px) {
  :root {
    font-size: 2.0830078125vw
  }
}
@media (max-width:768px) {
  :root {
    font-size: 2.0833333333vw
  }
}
@media (max-width:540px) {
  :root {
    font-size: 2.962962963vw
  }
}
@media (max-width:425px) {
  :root {
    font-size: 5vw
  }
}
@media (max-width:375px) {
  :root {
    font-size: 5vw
  }
}
@media (max-width:320px) {
  :root {
    font-size: 5vw
  }
}
.chromeperfectpixel-panel-ads {
  display: none!important
}
body,
html {
  margin: 0;
  padding: 0;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%
}
.app-wrapper {
  overflow: hidden;
  position: relative
}
.scrollBehavior {
  scroll-behavior: smooth
}
img {
  max-width: 100%
}
svg use {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
button,
input,
textarea {
  -webkit-appearance: none
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.clear {
  float: none;
  clear: both
}
.clear:after {
  content: "";
  display: table;
  clear: both;
  float: none
}
.weigth300 {
  font-weight: 300
}
.weigth400 {
  font-weight: 400
}
.weigth500 {
  font-weight: 500
}
.weigth700 {
  font-weight: 700
}
a {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
  color: inherit
}
a:hover {
  text-decoration: underline
}
p {
  margin-top: 0
}
li,
ul {
  margin: 0;
  padding: 0
}
.container {
  padding: 0 2.5rem;
  width: 100%
}
@media screen and (max-width:1024px) {
  .container {
    padding: 0 2rem
  }
}
@media screen and (max-width:540px) {
  .container {
    padding: 0 1rem
  }
}
.wrapper > div:after {
  content: "";
  display: table;
  clear: both
}
.visually-hidden {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  margin: -1px!important;
  border: 0!important;
  padding: 0!important;
  clip: rect(0 0 0 0)!important;
  overflow: hidden!important
}
.animation0s,
.animation0s * {
  -webkit-animation: none!important;
  animation: none!important
}
.transition0s,
.transition0s * {
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important
}
.textareaWrap textarea.scroll {
  overflow-y: auto
}
.lazy,
.lazyWebp {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden;
  opacity: 0
}
.lazy.show,
.lazyWebp.show {
  visibility: visible;
  opacity: 1
}
.tablet2-visible,
.tablet2-visible-flex {
  display: none!important
}
@media screen and (max-width:768px) {
  .tablet2-hidden {
    display: none!important
  }
  .tablet2-visible {
    display: block!important
  }
  .tablet2-visible-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
}
.mobile-visible,
.mobile-visible-flex {
  display: none!important
}
@media screen and (max-width:540px) {
  .mobile-hidden {
    display: none!important
  }
  .mobile-visible {
    display: block!important
  }
  .mobile-visible-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
}
.mobile2-visible,
.mobile2-visible-flex {
  display: none!important
}
@media screen and (max-width:425px) {
  .mobile2-hidden {
    display: none!important
  }
  .mobile2-visible {
    display: block!important
  }
  .mobile2-visible-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
}
.mobile3-visible,
.mobile3-visible-flex {
  display: none!important
}
@media screen and (max-width:375px) {
  .mobile3-hidden {
    display: none!important
  }
  .mobile3-visible {
    display: block!important
  }
  .mobile3-visible-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
}
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 900;
  background: #000
}
.preloader .lottie {
  width: 25rem;
  height: 25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
@media screen and (max-width:540px) {
  .preloader .lottie {
    width: 13.75rem;
    height: 13.75rem
  }
}
.preloader .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25.6rem;
  height: 6.2rem;
  max-width: 80%
}
.preloader .logo svg {
  width: 100%;
  height: 100%
}
.preloader .logo svg.stub {
  fill: silver
}
.preloader .logo svg:not(.stub) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  fill: #000
}
.preloader .progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .1875rem;
  font-size: 1rem;
  color: #f5f5f7
}
.preloader .progress div {
  background: var(--primary);
  height: 100%;
  width: 0
}
.preloader .progress .spanWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.5rem;
  opacity: .4;
  width: 50%;
  margin: auto;
  text-align: center;
  overflow: hidden
}
.preloader .progress .spanWrap span {
  display: inline-block
}
.preloader.hide {
  -webkit-transition: .5s .1s;
  -o-transition: .5s .1s;
  transition: .5s .1s;
  opacity: 0;
  pointer-events: none
}
.preloader.hide .logo,
.preloader.hide .progress .spanWrap span,
.preloader.hide .progress div {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.preloader.hide .logo {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5)
}
.preloader.hide .progress .spanWrap span {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}
.preloader.hide .progress div {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}
.preloader.pulse .logo {
  -webkit-animation: 1s ease-out infinite pulse!important;
  animation: 1s ease-out infinite pulse!important
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  33% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  66% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}
@keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  33% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  66% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 250;
  padding: 2.5rem 0;
  pointer-events: none;
  -webkit-transition: background-color .5s,padding .5s,-webkit-transform .5s;
  transition: background-color .5s,padding .5s,transform .5s,-webkit-transform .5s;
  -o-transition: background-color .5s,padding .5s,transform .5s
}
.header.difference {
  mix-blend-mode: difference
}
.header .header-block {
  pointer-events: all
}
.header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem
}
.header .header-title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: opacity .5s,visibility .5s;
  -o-transition: opacity .5s,visibility .5s;
  transition: opacity .5s,visibility .5s
}
@media screen and (max-width:1024px) {
  .header .header-title {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .header .header-title {
    font-size: .875rem
  }
}
@media screen and (max-width:540px) {
  .header .header-title {
    font-size: .75rem
  }
}
.header.sticky {
  padding: 1.25rem 0;
  pointer-events: auto
}
.header.sticky .header-title {
  opacity: 0;
  visibility: hidden
}
.header.out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}
.header.out .header-title {
  opacity: 0;
  visibility: hidden
}
@media screen and (max-width:1024px) {
  .header {
    padding: 2rem 0
  }
  .header.sticky {
    padding: 1rem 0
  }
}
@media screen and (max-width:540px) {
  .header {
    padding: 1.25rem 0
  }
  .header.sticky {
    padding: 1rem 0
  }
  .header .header-title {
    text-align: end;
    max-width: 6.9375rem
  }
}
.menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 100;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-left: -.5625rem
}
.menu-btn:before {
  content: "";
  display: block;
  width: 9.25rem;
  height: 3.1875rem;
  position: absolute;
  left: .125rem;
  top: -.0625rem;
  z-index: -1;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-clip-path: polygon(.125rem 0,4rem .5rem,7.6875rem 0,100% 100%,0 100%);
  clip-path: polygon(.125rem 0,4rem .5rem,7.6875rem 0,100% 100%,0 100%)
}
.header.sticky:not(.difference) .menu-btn:before {
  opacity: 1
}
.menu-screen-section .menu-btn:before {
  display: none
}
.menu-btn .btn-symbol {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  position: relative
}
.menu-btn .btn-symbol .lottie-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.menu-btn .btn-text {
  position: relative;
  -webkit-transition: color .3s,-webkit-transform .3s;
  transition: color .3s,transform .3s,-webkit-transform .3s;
  -o-transition: color .3s,transform .3s
}
.menu-btn .btn-text:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 101%;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
  transition: color .3s,transform .3s,opacity .3s,-webkit-transform .3s;
  -o-transition: color .3s,transform .3s,opacity .3s;
  pointer-events: none
}
@media (any-hover:hover) {
  .menu-btn:hover .btn-text {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: transparent
  }
  .menu-btn:hover .btn-text:after {
    color: #fff;
    opacity: 1
  }
}
.menu-btn.close {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem
}
@media screen and (max-width:1024px) {
  .menu-btn.close {
    left: 2rem;
    top: 2rem
  }
}
@media screen and (max-width:540px) {
  .menu-btn {
    font-size: 1.25rem
  }
  .menu-btn.close {
    left: 1rem;
    top: 1.25rem
  }
}
.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0
}
.logo-block .logo-symbol {
  display: block;
  height: 2.125rem;
  width: 2.125rem;
  position: relative;
  margin-right: .5rem
}
.logo-block .logo-symbol lottie-player {
  width: 147%;
  height: 147%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.logo-block img {
  display: block;
  height: 2.125rem;
  width: auto
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  mix-blend-mode: difference;
  color: rgba(255,255,255,.7)
}
.footer .footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem 0
}
.footer.static {
  position: static
}
.footer .socials-and-created-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.footer .socials-and-created-by .socials-list:not(.vertical) {
  margin-right: 7.25rem
}
@media screen and (max-width:1024px) {
  .footer .footer-inner {
    padding: 2rem 0;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: .625rem
  }
  .footer .footer-block:nth-child(1) {
    grid-column: 1/span 5;
    grid-row: span 2
  }
  .footer .footer-block:nth-child(2) {
    grid-column: -6/span 5;
    place-self: start end
  }
  .footer .footer-block:nth-child(3) {
    grid-column: -6/span 5;
    place-self: end end
  }
  .footer .footer-block.socials-and-created-by {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    place-self: end end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .footer .footer-block.socials-and-created-by .socials-list {
    margin-left: auto;
    margin-right: 6.25rem;
    position: static
  }
  .footer .footer-block.socials-and-created-by .socials-list li:not(:last-child) {
    margin-right: 1.125rem
  }
  .footer .footer-block.socials-and-created-by .socials-list li a {
    width: 1.125rem;
    height: 1.125rem
  }
}
@media screen and (max-width:540px) {
  .footer .footer-inner {
    padding: 1.4375rem 0 1rem;
    grid-template-columns: 1fr;
    grid-gap: 1.25rem
  }
  .footer .footer-block:nth-child(1) {
    grid-column: 1/-1;
    grid-row: span 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  .footer .footer-block:nth-child(2) {
    grid-column: 1/-1;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .footer .footer-block:nth-child(3) {
    grid-column: 1/-1;
    place-self: end end;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }
  .footer .footer-block.socials-and-created-by .socials-list {
    margin-left: 0
  }
  .footer .footer-block.socials-and-created-by .socials-list li a {
    width: .875rem;
    height: .875rem
  }
}
.copyright {
  font-size: .75rem;
  line-height: 1.35;
  max-width: 35.1875rem
}
@media screen and (max-width:1024px) {
  .copyright {
    font-size: .5625rem
  }
}
@media screen and (max-width:540px) {
  .copyright {
    font-size: .5rem
  }
}
.footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: .75rem;
  line-height: 1.35
}
@media screen and (max-width:1024px) {
  .footer-nav ul {
    font-size: .5625rem
  }
}
@media screen and (max-width:540px) {
  .footer-nav ul {
    font-size: .5rem
  }
}
.footer-nav ul li a {
  color: inherit;
  text-decoration: none
}
@media (any-hover:hover) {
  .footer-nav ul li a:hover {
    color: #fff
  }
}
.footer-nav ul li:not(:last-child) {
  margin-right: 2.5rem
}
.made-by-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
.made-by-block:last-child {
  margin-left: auto
}
.made-by-block .block-title {
  margin-right: .5rem;
  padding-bottom: .2em;
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: -.02em
}
@media screen and (max-width:1024px) {
  .made-by-block .block-title {
    font-size: .5625rem
  }
}
@media screen and (max-width:540px) {
  .made-by-block .block-title {
    font-size: .5rem
  }
}
.made-by-block .block-logo {
  height: 1.5rem;
  width: auto;
  display: block
}
@media screen and (max-width:1024px) {
  .made-by-block .block-title {
    padding-bottom: .4em
  }
}
@media screen and (max-width:540px) {
  .made-by-block .block-title {
    padding-bottom: .5em
  }
}
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 0;
  border-bottom: 1px solid #fff;
  font-size: 1.125rem;
  line-height: 1.15;
  color: #fff
}
.btn:after {
  content: "";
  display: block;
  width: .75rem;
  height: .75rem;
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' %3E%3Cpath d='m1 1 12 11.6m0 0V1m0 11.6H1' stroke='%23fff' /%3E%3C/svg%3E") center center/contain no-repeat;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 1rem
}
.btn .btn-text {
  display: block;
  position: relative;
  color: transparent
}
.btn .btn-text:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,transform .5s,-webkit-transform .5s;
  -o-transition: opacity .5s,transform .5s
}
.btn .btn-text:after {
  content: attr(data-text);
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  white-space: nowrap;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,transform .5s,-webkit-transform .5s;
  -o-transition: opacity .5s,transform .5s
}
@media (any-hover:hover) {
  .btn:hover {
    text-decoration: none
  }
  .btn:hover .btn-text:after,
  .btn:hover .btn-text:before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  .btn:hover .btn-text:before {
    opacity: 0
  }
  .btn:hover .btn-text:after {
    opacity: 1
  }
}
.white-btn {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border-radius: 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -.02em;
  text-transform: lowercase;
  min-height: 5rem;
  color: #000;
  font-weight: 400;
  -webkit-transition: background .3s,color .3s,border-color .3s;
  -o-transition: background .3s,color .3s,border-color .3s;
  transition: background .3s,color .3s,border-color .3s;
  overflow: hidden
}
@media screen and (max-width:1024px) {
  .white-btn {
    font-size: 1.125rem;
    min-height: 3.3125rem
  }
}
.white-btn .btn-text {
  position: relative;
  -webkit-transition: color .3s,-webkit-transform .3s;
  transition: color .3s,transform .3s,-webkit-transform .3s;
  -o-transition: color .3s,transform .3s
}
.white-btn .btn-text:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 101%;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
  transition: color .3s,transform .3s,opacity .3s,-webkit-transform .3s;
  -o-transition: color .3s,transform .3s,opacity .3s
}
@media (any-hover:hover) {
  .white-btn:hover {
    text-decoration: none
  }
  .white-btn:hover .btn-text {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: transparent
  }
  .white-btn:hover .btn-text:after {
    color: #000;
    opacity: 1
  }
}
.white-btn[disabled] {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  pointer-events: none
}
.input-group {
  position: relative;
  min-height: 5.375rem;
  height: 5.375rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #4d4d4d;
  -webkit-transition: margin .3s,border-bottom-color .3s,color .3s;
  -o-transition: margin .3s,border-bottom-color .3s,color .3s;
  transition: margin .3s,border-bottom-color .3s,color .3s;
  background: 0 0
}
@media screen and (max-width:1024px) {
  .input-group {
    min-height: 4.125rem;
    height: 4.125rem
  }
}
@media screen and (max-width:540px) {
  .input-group {
    min-height: 3.5rem;
    height: 3.5rem
  }
}
.input-group.error {
  margin-bottom: 1.25rem
}
.input-group.error input,
.input-group.error textarea {
  color: var(--red)!important
}
.input-group:not(.error) .errorText {
  display: none!important
}
.input-group.filled,
.input-group:focus-within {
  border-bottom-color: #fff
}
.input-group.filled:after,
.input-group:focus-within:after {
  opacity: 0
}
.input-group.filled button[type=button].toggle-type,
.input-group:focus-within button[type=button].toggle-type {
  opacity: 1;
  pointer-events: all;
  z-index: 1
}
.input-group:focus-within {
  border-bottom-color: #fff
}
.input-group:hover {
  border-bottom-color: #fff
}
.input-group input,
.input-group textarea {
  width: 100%;
  height: 5.375rem;
  padding: .25rem 0;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: lowercase;
  font-weight: 400;
  color: var(--text-color);
  border: none;
  outline: 0;
  caret-color: var(--text-color);
  border-radius: 0;
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color var(--t);
  -o-transition: color var(--t);
  transition: color var(--t)
}
@media screen and (max-width:1024px) {
  .input-group input,
  .input-group textarea {
    font-size: 1.125rem;
    height: 4.125rem
  }
}
@media screen and (max-width:540px) {
  .input-group input,
  .input-group textarea {
    height: 3.5rem
  }
}
.input-group input::-webkit-input-placeholder,
.input-group textarea::-webkit-input-placeholder {
  opacity: 1;
  font-family: var(--main-font);
  font-weight: 500;
  text-transform: lowercase;
  color: var(--text-color);
  -webkit-transition: color .3s;
  transition: color .3s
}
.input-group input::-moz-placeholder,
.input-group textarea::-moz-placeholder {
  opacity: 1;
  font-family: var(--main-font);
  font-weight: 500;
  text-transform: lowercase;
  color: var(--text-color);
  -moz-transition: color .3s;
  transition: color .3s
}
.input-group input:-ms-input-placeholder,
.input-group textarea:-ms-input-placeholder {
  opacity: 1;
  font-family: var(--main-font);
  font-weight: 500;
  text-transform: lowercase;
  color: var(--text-color);
  -ms-transition: color .3s;
  transition: color .3s
}
.input-group input::-ms-input-placeholder,
.input-group textarea::-ms-input-placeholder {
  opacity: 1;
  font-family: var(--main-font);
  font-weight: 500;
  text-transform: lowercase;
  color: var(--text-color);
  -ms-transition: color .3s;
  transition: color .3s
}
.input-group input::placeholder,
.input-group textarea::placeholder {
  opacity: 1;
  font-family: var(--main-font);
  font-weight: 500;
  text-transform: lowercase;
  color: var(--text-color);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}
.input-group input:focus::-webkit-input-placeholder,
.input-group textarea:focus::-webkit-input-placeholder {
  color: var(--gray)
}
.input-group input:focus::-moz-placeholder,
.input-group textarea:focus::-moz-placeholder {
  color: var(--gray)
}
.input-group input:focus:-ms-input-placeholder,
.input-group textarea:focus:-ms-input-placeholder {
  color: var(--gray)
}
.input-group input:focus::-ms-input-placeholder,
.input-group textarea:focus::-ms-input-placeholder {
  color: var(--gray)
}
.input-group input:focus::placeholder,
.input-group textarea:focus::placeholder {
  color: var(--gray)
}
.input-group input:-webkit-autofill,
.input-group input:-webkit-autofill:active,
.input-group input:-webkit-autofill:focus,
.input-group input:-webkit-autofill:hover,
.input-group textarea:-webkit-autofill,
.input-group textarea:-webkit-autofill:active,
.input-group textarea:-webkit-autofill:focus,
.input-group textarea:-webkit-autofill:hover {
  background-color: transparent!important;
  color: var(--text-color)!important;
  -webkit-box-shadow: none!important;
  -webkit-text-fill-color: var(--text-color)!important;
  -webkit-transition: color 9999s ease-out 9999s,background-color 9999s ease-out 9999s;
  transition: color 9999s ease-out,background-color 9999s ease-out
}
.input-group input:-webkit-autofill:first-line,
.input-group textarea:-webkit-autofill:first-line {
  font-family: inherit!important;
  font-size: inherit!important
}
.input-group textarea {
  resize: none;
  height: 5.375rem;
  margin: 0;
  padding-top: 1.75rem;
  padding-bottom: .125rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height .3s,padding-top .3s;
  -o-transition: height .3s,padding-top .3s;
  transition: height .3s,padding-top .3s
}
.input-group textarea:focus {
  height: calc(1.5rem * 1.3 * 4 + .25rem * 2);
  padding-top: .2em
}
@media screen and (max-width:1024px) {
  .input-group textarea {
    padding-top: 1.5rem;
    height: 4.125rem
  }
  .input-group textarea:focus {
    height: calc(1.125rem * 1.3 * 4 + .25rem * 2)
  }
}
@media screen and (max-width:540px) {
  .input-group textarea {
    padding-top: 1.25rem;
    height: 3.5rem
  }
  .input-group textarea:focus {
    height: calc(1.125rem * 1.3 * 4 + .25rem * 2)
  }
}
.input-group .filled > textarea {
  height: calc(1.5rem * 1.3 * 4 + .25rem * 2);
  padding-top: .2em
}
@media screen and (max-width:1024px) {
  .input-group .filled > textarea {
    height: calc(1.125rem * 1.3 * 4 + .25rem * 2)
  }
}
@media screen and (max-width:540px) {
  .input-group .filled > textarea {
    height: calc(1.125rem * 1.3 * 4 + .25rem * 2)
  }
}
.input-group input:-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0
}
.input-group label {
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: lowercase;
  color: var(--text-color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: top .3s,font-size .3s,-webkit-transform .3s;
  transition: top .3s,transform .3s,font-size .3s,-webkit-transform .3s;
  -o-transition: top .3s,transform .3s,font-size .3s;
  display: block;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.input-group .errorText ~ .error {
  display: none!important
}
.input-group span.error,
.input-group span.errorText {
  position: absolute;
  left: 0;
  top: calc(100% + .25rem);
  font-size: .75rem;
  line-height: 1.35;
  pointer-events: none;
  color: var(--red);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none
}
@media screen and (max-width:1024px) {
  .input-group span.error,
  .input-group span.errorText {
    font-size: .5625rem
  }
}
@media screen and (max-width:540px) {
  .input-group span.error,
  .input-group span.errorText {
    font-size: .5rem
  }
}
.input-group span.error.show,
.input-group span.errorText.show {
  display: block
}
@media screen and (max-width:540px) {
  .input-group span.error,
  .input-group span.errorText {
    font-size: .75rem
  }
}
.input-group span.errorText {
  display: block
}
.input-group button[type=button].toggle-type {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  position: absolute;
  right: .875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.5rem;
  width: 2.5rem;
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer
}
.input-group button[type=button].toggle-type:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: .875rem;
  height: .3125rem
}
.input-group button[type=button].toggle-type.toggle:after {
  width: .8125rem;
  height: .625rem
}
.input-group.textarea {
  height: auto
}
.input-group.textarea label {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.input-group.textarea:focus-within {
  border-bottom-color: var(--primary)
}
.input-group.textarea:focus-within:after {
  opacity: 0
}
.input-group.textarea:focus-within label {
  top: 0;
  font-size: .875rem;
  -webkit-transform: translateY(-1.5rem);
  -ms-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem)
}
.input-group.textarea .filled:after {
  opacity: 0
}
.input-group.textarea .filled + label {
  -webkit-transform: translateY(-1.75rem);
  -ms-transform: translateY(-1.75rem);
  transform: translateY(-1.75rem);
  top: 0;
  font-size: .875rem
}
.input-group.select input {
  caret-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent
}
.input-group.select .trigger-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: .875rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer
}
.input-group.select .trigger-select svg {
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.input-group.select .trigger-select.open svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.input-group.select ul.select-list {
  border: 1px solid #50c5cf;
  position: absolute;
  top: calc(100% + 4px);
  left: -1px;
  width: calc(100% + 2px);
  height: auto;
  max-height: 9.375rem;
  overflow: auto;
  background: #f2f9fa;
  border-radius: 4px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  display: none;
  -webkit-box-shadow: 0 20px 40px 0 #e0e0e0;
  box-shadow: 0 20px 40px 0 #e0e0e0
}
.input-group.select ul.select-list.on {
  display: block
}
.input-group.select ul.select-list.show {
  opacity: 1;
  pointer-events: all
}
.input-group.select ul.select-list li {
  list-style: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  padding: .3125rem .875rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}
.input-group.file {
  background: 0 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  padding-left: .125rem
}
@media (max-width:540px) {
  .input-group.file {
    height: 3.8125rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.875rem
  }
}
.input-group.file:after {
  content: none
}
.input-group.file input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer
}
.input-group.file input[type=file]:file-selector-button {
  cursor: pointer
}
.input-group.file label {
  left: 0;
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  position: relative;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-transform: none;
  padding-right: 1.6875rem;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.input-group.file label.hide {
  opacity: 0
}
.input-group.file label:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: .0625rem;
  width: .8125rem;
  height: .875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
.input-group.file span.error {
  right: 0
}
.input-group.file div.result {
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-transform: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.input-group.file div.result span {
  cursor: pointer;
  position: relative;
  padding-right: 1.6875rem
}
.input-group.file div.result.show {
  opacity: 1;
  pointer-events: all
}
.input-group.file div.result span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: .0625rem;
  width: .75rem;
  height: .75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
.input-group.file span.param {
  color: #707070;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 400;
  font-size: .75rem;
  line-height: 145%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.input-group.file span.param.hide {
  opacity: 0
}
.checkbox-form {
  position: relative;
  max-width: 100%
}
.checkbox-form label {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0 0 0 1.75rem;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.35;
  color: rgba(255,255,255,.7);
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent
}
@media screen and (max-width:1024px) {
  .checkbox-form label {
    font-size: .5625rem
  }
}
@media screen and (max-width:540px) {
  .checkbox-form label {
    font-size: .5rem
  }
}
@media screen and (max-width:540px) {
  .checkbox-form label {
    font-size: .75rem
  }
}
.checkbox-form label .check-text {
  display: inline-block;
  vertical-align: center;
  font-size: inherit
}
.checkbox-form label .check-text a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}
@media (any-hover:hover) {
  .checkbox-form label .check-text a:hover {
    color: #fff
  }
}
.checkbox-form label .check-icon {
  position: absolute;
  display: block;
  left: 0;
  top: .1875rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  background: 0 0;
  border-radius: 0;
  border: 1px solid #b3b3b3;
  overflow: hidden;
  -webkit-transition: all var(--t);
  -o-transition: all var(--t);
  transition: all var(--t)
}
.checkbox-form label .check-icon svg {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background: 0 0
}
.checkbox-form label .check-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  border: 1px solid var(--red);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0
}
.checkbox-form input[type=checkbox] {
  visibility: hidden;
  position: absolute
}
.checkbox-form input[type=checkbox] + label {
  cursor: pointer
}
.checkbox-form input[type=checkbox]:checked ~ label .check-icon svg {
  opacity: 1
}
.checkbox-form .error-message {
  padding-top: .5rem;
  color: var(--red);
  line-height: 1.2;
  font-size: .875rem;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%
}
.checkbox-form.error .check-icon {
  border-color: var(--red)
}
.lets-talk-btn {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 200;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--text-color);
  text-align: center;
  font-size: 1.5rem;
  line-height: .88;
  font-weight: 600;
  overflow: hidden
}
.lets-talk-btn .btn-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  overflow: hidden
}
.lets-talk-btn .btn-bg .lottie-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: 0 0
}
.lets-talk-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.lets-talk-btn .btn-text {
  mix-blend-mode: difference;
  position: relative;
  z-index: 4
}
@media (any-hover:hover) {
  .lets-talk-btn:hover {
    text-decoration: none
  }
  .lets-talk-btn:hover:before {
    opacity: 1
  }
  .lets-talk-btn:hover .btn-bg {
    opacity: 0
  }
}
.lets-talk-btn.out {
  pointer-events: none
}
@media screen and (max-width:1024px) {
  .lets-talk-btn {
    right: 2rem;
    bottom: 2rem
  }
}
@media screen and (max-width:540px) {
  .lets-talk-btn {
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
  }
}
.socials-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.socials-list li:not(:last-child) {
  margin-right: 2.5rem
}
.socials-list li a {
  display: block;
  color: rgba(255,255,255,.7);
  -webkit-transition: color var(--t);
  -o-transition: color var(--t);
  transition: color var(--t);
  width: 1rem;
  height: 1rem
}
.socials-list li a .link-icon {
  color: inherit;
  fill: currentcolor;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform var(--t);
  transition: -webkit-transform var(--t);
  -o-transition: transform var(--t);
  transition: transform var(--t);
  transition: transform var(--t),-webkit-transform var(--t)
}
.socials-list li a .link-icon use {
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}
@media (any-hover:hover) {
  .socials-list li a:not(.clicked):hover {
    color: #fff
  }
  .socials-list li a:not(.clicked):hover .link-icon {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
  }
}
@media screen and (max-width:540px) {
  .socials-list li:not(:last-child) {
    margin-right: 1.125rem
  }
  .socials-list li a {
    width: .875rem;
    height: .875rem
  }
}
.cookies-toast {
  position: fixed;
  bottom: 2.5rem;
  left: 50%;
  width: 100%;
  max-width: 45.25rem;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-50%) translateY(120);
  -ms-transform: translateX(-50%) translateY(120);
  transform: translateX(-50%) translateY(120);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease-in-out,visibility .5s ease-in-out,-webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out,transform .5s ease-in-out,visibility .5s ease-in-out,-webkit-transform .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out,transform .5s ease-in-out,visibility .5s ease-in-out
}
.cookies-toast .block-content {
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 604 41'%3E%3Cpath fill='%23fff' d='M0 0h604v41H0z'/%3E%3Cpath d='M141.5 7.49 73-77 43-28v51.5l66.13 32L141.5 7.49Z' fill='%23fff' style='mix-blend-mode:difference'/%3E%3Cpath d='m495.04-129.66-287.6 30.52L273.31 38.7l114.88 74.54 167.1-101.2-60.26-141.7Z' fill='%23fff' style='mix-blend-mode:difference'/%3E%3C/svg%3E") center center/cover no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .5625rem 1.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto
}
.cookies-toast .block-content p {
  font-size: 1.125rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600;
  mix-blend-mode: difference
}
@media screen and (max-width:1024px) {
  .cookies-toast .block-content p {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .cookies-toast .block-content p {
    font-size: .875rem
  }
}
@media screen and (min-width:1025px) {
  .cookies-toast {
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(110%);
    -ms-transform: translateX(-50%) translateY(110%);
    transform: translateX(-50%) translateY(110%)
  }
  .cookies-toast:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #0e0e0e;
    z-index: -1
  }
  .cookies-toast .block-content {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 559 41'%3E%3Cpath d='M98.5 7.49 30-77 0-28v51.5l66.13 32L98.5 7.49Z' fill='%23fff' style='mix-blend-mode:difference'/%3E%3Cpath d='m452.04-129.66-287.6 30.52L230.31 38.7l114.88 74.54 167.1-101.2-60.26-141.7Z' fill='%23fff' style='mix-blend-mode:difference'/%3E%3C/svg%3E")
  }
}
@media screen and (max-width:540px) {
  .cookies-toast {
    bottom: 0
  }
}
.cookies-toast .block-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border-radius: 0;
  background: #0e0e0e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 2.5625rem;
  color: #fff;
  overflow: hidden;
  padding: .3125rem 1.5625rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.cookies-toast .block-btn .btn-text {
  position: relative;
  -webkit-transition: color .3s,-webkit-transform .3s;
  transition: color .3s,transform .3s,-webkit-transform .3s;
  -o-transition: color .3s,transform .3s
}
.cookies-toast .block-btn .btn-text:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 101%;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
  transition: color .3s,transform .3s,opacity .3s,-webkit-transform .3s;
  -o-transition: color .3s,transform .3s,opacity .3s
}
@media (any-hover:hover) {
  .cookies-toast .block-btn:hover .btn-text {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: transparent
  }
  .cookies-toast .block-btn:hover .btn-text:after {
    color: #fff;
    opacity: 1
  }
}
.cookies-toast.is-visible {
  -webkit-transform: translateX(-50%) translateY(0)!important;
  -ms-transform: translateX(-50%) translateY(0)!important;
  transform: translateX(-50%) translateY(0)!important;
  opacity: 1;
  visibility: visible
}
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.6);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  z-index: 999;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.modal .modal-dialog {
  width: calc(100% - 1rem * 2);
  max-width: 29.125rem;
  margin: 4.375rem auto;
  cursor: default;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  opacity: 0;
  visibility: hidden
}
.modal .modal-content {
  background: #fff;
  position: relative;
  padding: 0
}
.close-modal {
  position: absolute;
  right: .75rem;
  top: .75rem;
  width: 1.125rem;
  height: 1.125rem;
  opacity: 1;
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 10.46 16.53 18 18 16.54 10.46 9 18 1.46 16.54 0 9 7.54 1.46 0 0 1.46 7.54 9 0 16.54 1.46 18 9 10.46Z' fill='%23fff'/%3E%3C/svg%3E") center center/contain no-repeat;
  border: 0;
  cursor: pointer
}
.close-modal:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.thank-you-modal {
  padding: 9.125rem 2rem 2rem;
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 466 285'%3E%3Cg clip-path='url(%23clip0_343_1218)'%3E%3Cpath fill='%23fff' d='M0 0h466v285H0z'/%3E%3Cpath d='M484 74.5 474.5-64 81 24.66v224.56l288.36 139.53L484 74.5Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_343_1218'%3E%3Cpath fill='%23fff' d='M0 0h466v285H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center center/cover no-repeat
}
.thank-you-modal .modal-title {
  font-size: 5rem;
  line-height: .8;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -.04em;
  mix-blend-mode: difference;
  margin-bottom: .75rem
}
@media screen and (max-width:1024px) {
  .thank-you-modal .modal-title {
    font-size: 3.75rem
  }
}
@media screen and (max-width:540px) {
  .thank-you-modal .modal-title {
    font-size: 2.5rem
  }
}
.thank-you-modal .modal-text {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -.02em;
  mix-blend-mode: difference
}
@media screen and (max-width:540px) {
  .thank-you-modal .modal-text {
    font-size: 1.25rem
  }
}
@media screen and (max-width:540px) {
  .thank-you-modal {
    padding-top: 5rem
  }
}
.first-screen-section {
  position: relative
}
.first-screen-section > .container {
  min-height: var(--windowHeight,100vh);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 1.75rem
}
.first-screen-section .slide-title {
  justify-self: flex-start
}
.first-screen-section .section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2.5rem;
  margin-top: auto
}
.first-screen-section .section-corner-text {
  font-size: 1.125rem;
  line-height: 1.15;
  font-weight: 600;
  padding-bottom: 1.25rem
}
@media screen and (max-width:1024px) {
  .first-screen-section .section-corner-text {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .first-screen-section .section-corner-text {
    font-size: .875rem
  }
}
@media screen and (max-width:1024px) {
  .first-screen-section .section-corner-text {
    max-width: 15.625rem;
    text-align: right
  }
  .first-screen-section .section-corner-text br {
    display: none
  }
}
.first-screen-section.with-footer > .container {
  padding-bottom: 2.5rem
}
@media screen and (max-width:1024px) {
  .first-screen-section.with-footer > .container {
    padding-bottom: 2rem
  }
}
@media screen and (max-width:540px) {
  .first-screen-section.with-footer > .container {
    padding-bottom: 1rem
  }
}
.first-screen-section.with-footer .section-inner {
  margin-bottom: 3rem
}
@media screen and (max-width:1024px) and (orientation:landscape) {
  .first-screen-section.with-footer .section-inner {
    margin-bottom: 1.5rem
  }
}
@media screen and (max-width:540px) and (min-aspect-ratio:375/590) {
  .first-screen-section.with-footer .section-inner {
    margin-bottom: 1.5rem
  }
}
@media screen and (max-width:540px) {
  .first-screen-section:not(.with-footer) .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0
  }
  .first-screen-section:not(.with-footer) .section-corner-text {
    margin-top: 2.5rem;
    text-align: start;
    font-size: .875rem;
    max-width: unset;
    padding-bottom: 0
  }
}
.art-titles-block {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 1.15em
}
@media screen and (max-width:1024px) {
  .art-titles-block {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .art-titles-block {
    font-size: .875rem
  }
}
@media screen and (min-width:1025px) {
  .menu-screen-section .art-titles-block {
    top: 3.4375rem
  }
}
.art-titles-block .label {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}
@media screen and (max-width:1024px) {
  .art-titles-block {
    right: 2rem;
    top: 2.9375rem
  }
}
@media screen and (max-width:540px) {
  .art-titles-block {
    font-size: .75rem;
    right: 1rem;
    top: 1.875rem;
    width: 6.9375rem;
    text-align: right
  }
  .art-titles-block .label {
    width: 100%;
    white-space: normal
  }
}
.arts-slider-component {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: inset(.625rem);
  clip-path: inset(.625rem)
}
.arts-slider-component .swiper-slide {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}
.arts-slider-component .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
  position: relative
}
.arts-slider-component .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block
}
@media screen and (max-width:1024px) {
  .arts-slider-component {
    -webkit-clip-path: inset(.5rem);
    clip-path: inset(.5rem)
  }
}
@media screen and (max-width:540px) {
  .arts-slider-component {
    -webkit-clip-path: inset(.3125rem);
    clip-path: inset(.3125rem)
  }
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: li
}
.main-nav ul li {
  counter-increment: li;
  font-size: 7.5rem;
  line-height: .9;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -.02em
}
@media screen and (max-width:1024px) {
  .main-nav ul li {
    font-size: 5.625rem
  }
}
@media screen and (max-width:540px) {
  .main-nav ul li {
    font-size: 3.5rem
  }
}
.main-nav ul li:not(:last-child) {
  margin-bottom: calc(.4375rem - .2em)
}
@media screen and (max-width:1024px) {
  .main-nav ul li:not(:last-child) {
    margin-bottom: calc(.625rem - .2em)
  }
}
.main-nav ul li a {
  line-height: 1.1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-decoration: none
}
.main-nav ul li a:after {
  content: counter(li,decimal-leading-zero);
  position: absolute;
  left: calc(100% + .5rem);
  top: 1.875rem;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0
}
@media screen and (max-width:1024px) {
  .main-nav ul li a:after {
    font-size: .875rem
  }
}
@media screen and (max-width:540px) {
  .main-nav ul li a:after {
    font-size: .75rem
  }
}
@media screen and (max-width:540px) {
  .main-nav ul li a:after {
    top: 1.3em
  }
}
.main-nav ul li a .item {
  position: relative;
  overflow: hidden
}
.main-nav ul li a .item-text {
  -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out,opacity .3s ease-in-out
}
.main-nav ul li a .item-text.absolute {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  opacity: 0
}
@media (any-hover:hover) {
  .main-nav ul li a:hover .item-text {
    opacity: 0
  }
  .main-nav ul li a:hover .item-text.absolute {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
.projects-section {
  padding: .625rem
}
.projects-section .section-grid {
  display: grid;
  grid-gap: .625rem
}
@media screen and (max-width:1024px) {
  .projects-section {
    padding: 7.875rem .5rem .5rem
  }
  .projects-section .section-grid {
    grid-gap: .5rem
  }
}
@media screen and (max-width:540px) {
  .projects-section {
    padding: 5.0625rem .3125rem .3125rem
  }
  .projects-section .section-grid {
    grid-gap: .3125rem
  }
}
.card-see-more-cursor {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  will-change: transform
}
@media screen and (max-width:1024px) {
  .card-see-more-cursor {
    display: none
  }
}
.card-see-more-cursor:before {
  content: attr(data-cursor-text);
  display: block;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: .25rem;
  white-space: nowrap
}
@media screen and (max-width:1024px) {
  .card-see-more-cursor:before {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .card-see-more-cursor:before {
    font-size: .875rem
  }
}
.card-see-more-cursor:after {
  content: "";
  width: 2rem;
  height: 1.125rem;
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 11.97V2h-3v10.13L2.5.9.5 3.1l16.04 14.44 15-14.47L29.46.92 18 11.97Z' fill='%23fff'/%3E%3C/svg%3E") center center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: .1875rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.case-group {
  display: grid;
  grid-gap: .625rem
}
@media screen and (max-width:1024px) {
  .case-group {
    grid-gap: .5rem
  }
}
@media screen and (max-width:540px) {
  .case-group {
    grid-gap: .3125rem
  }
}
.group-description-card {
  padding: 1.25rem;
  background: var(--body-bg);
  width: 100%;
  position: relative
}
@media screen and (min-width:1025px) {
  .group-description-card {
    display: none
  }
}
@media screen and (max-width:540px) {
  .group-description-card {
    padding: 1rem .75rem
  }
}
.group-description-card .corners {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2
}
.group-description-card .corners .bottom:after,
.group-description-card .corners .bottom:before,
.group-description-card .corners .top:after,
.group-description-card .corners .top:before {
  content: "";
  display: block;
  width: .8125rem;
  height: .8125rem;
  position: absolute
}
.group-description-card .corners .top:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: -1px;
  left: -1px
}
.group-description-card .corners .top:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: -1px;
  right: -1px
}
.group-description-card .corners .bottom:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: -1px;
  left: -1px
}
.group-description-card .corners .bottom:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: -1px;
  right: -1px
}
.group-description-card .card-suptitle {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: .3125rem
}
@media screen and (max-width:1024px) {
  .group-description-card .card-suptitle {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .group-description-card .card-suptitle {
    font-size: .875rem
  }
}
.group-description-card .card-title {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -.02em;
  margin-bottom: 1rem
}
@media screen and (max-width:540px) {
  .group-description-card .card-title {
    font-size: 2.5rem
  }
}
.group-description-card .card-text {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600
}
@media screen and (max-width:1024px) {
  .group-description-card .card-text {
    font-size: .875rem
  }
}
@media screen and (max-width:540px) {
  .group-description-card .card-text {
    font-size: .75rem
  }
}
@media screen and (max-width:1024px) {
  .group-description-card .card-text {
    max-width: 31.25rem
  }
}
.project-group {
  display: grid;
  grid-gap: .625rem
}
.project-group.wide-plus-narrow {
  grid-template-columns: 886fr 524fr
}
.project-group.narrow-plus-wide {
  grid-template-columns: 524fr 886fr
}
.project-group.equal-width {
  grid-template-columns: 1fr 1fr
}
.project-group.superwide-plus-narrow {
  grid-template-columns: 923fr 487fr
}
.project-group.narrow-plus-superwide {
  grid-template-columns: 487fr 923fr
}
.project-group.fullwidth {
  grid-template-columns: 1fr
}
.project-group .h700 {
  height: 43.75rem
}
.project-group .h520 {
  height: 32.5rem
}
@media screen and (max-width:1024px) {
  .project-group .h700 {
    height: 23.125rem
  }
  .project-group .h520 {
    height: 18.125rem
  }
}
@media screen and (max-width:540px) {
  .project-group {
    grid-gap: .3125rem
  }
  .project-group.equal-width,
  .project-group.narrow-plus-superwide,
  .project-group.narrow-plus-wide,
  .project-group.superwide-plus-narrow,
  .project-group.wide-plus-narrow {
    grid-template-columns: 1fr
  }
  .project-group .h520,
  .project-group .h700 {
    height: auto
  }
}
.project-card {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: none
}
.h700 .project-card {
  height: 43.75rem
}
.h520 .project-card {
  height: 32.5rem
}
@media screen and (max-width:1024px) {
  .h700 .project-card {
    height: 23.125rem
  }
  .h520 .project-card {
    height: 18.125rem
  }
}
@media screen and (max-width:540px) {
  .project-card {
    height: auto!important;
    --ratio: 100%
  }
  .project-card:before {
    content: "";
    display: block;
    padding-top: var(--ratio)
  }
  .wide-plus-narrow .project-card:nth-child(1) {
    --ratio: 80.645%
  }
  .wide-plus-narrow .project-card:nth-child(2) {
    --ratio: 135.484%
  }
  .narrow-plus-wide .project-card:nth-child(1) {
    --ratio: 135.484%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  .equal-width .project-card,
  .narrow-plus-wide .project-card:nth-child(2) {
    --ratio: 80.645%
  }
  .fullwidth .project-card {
    --ratio: 38.709%
  }
  .superwide-plus-narrow .project-card:nth-child(1) {
    --ratio: 51.613%
  }
  .project-card .narrow-plus-superwide:nth-child(1),
  .superwide-plus-narrow .project-card:nth-child(2) {
    --ratio: 103.226%
  }
  .project-card .narrow-plus-superwide:nth-child(2) {
    --ratio: 51.613%
  }
}
.project-card .card-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.project-card .card-bg img,
.project-card .card-bg video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: -webkit-transform .8s;
  transition: transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s,-webkit-transform .8s;
  border: 0
}
.project-card .card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.875rem;
  background: var(--body-bg);
  border: 1px solid var(--gray);
  width: 100%;
  max-width: 32.75rem;
  pointer-events: none;
  -webkit-transform: translateY(-1.25rem);
  -ms-transform: translateY(-1.25rem);
  transform: translateY(-1.25rem);
  opacity: 0;
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: transform .5s,opacity .5s,-webkit-transform .5s;
  -o-transition: transform .5s,opacity .5s
}
.project-card .card-content .corners {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2
}
.project-card .card-content .corners .bottom:after,
.project-card .card-content .corners .bottom:before,
.project-card .card-content .corners .top:after,
.project-card .card-content .corners .top:before {
  content: "";
  display: block;
  width: .8125rem;
  height: .8125rem;
  position: absolute
}
.project-card .card-content .corners .top:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: -1px;
  left: -1px
}
.project-card .card-content .corners .top:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: -1px;
  right: -1px
}
.project-card .card-content .corners .bottom:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: -1px;
  left: -1px
}
.project-card .card-content .corners .bottom:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: -1px;
  right: -1px
}
@media screen and (min-width:calc(1024px + 1px)) and (any-hover:hover) {
  .project-card:hover .card-bg img,
  .project-card:hover .card-bg video {
    -webkit-transform: scale(1.15) rotate(1deg);
    -ms-transform: scale(1.15) rotate(1deg);
    transform: scale(1.15) rotate(1deg)
  }
}
.project-card.active .card-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
.project-card .card-suptitle {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: .375rem
}
@media screen and (max-width:1024px) {
  .project-card .card-suptitle {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .project-card .card-suptitle {
    font-size: .875rem
  }
}
.project-card .card-title {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -.02em;
  margin-bottom: 1.25rem
}
@media screen and (max-width:540px) {
  .project-card .card-title {
    font-size: 2.5rem
  }
}
.project-card .card-text {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600
}
@media screen and (max-width:1024px) {
  .project-card .card-text {
    font-size: .875rem
  }
}
@media screen and (max-width:540px) {
  .project-card .card-text {
    font-size: .75rem
  }
}
@media screen and (max-width:1024px) {
  .project-card .card-content {
    display: none
  }
}
.get-in-touch-section {
  position: relative;
  -webkit-clip-path: inset(0 .625rem .625rem .625rem);
  clip-path: inset(0 .625rem .625rem .625rem);
  padding: 5rem 0 12.5rem
}
@media screen and (max-width:1024px) {
  .get-in-touch-section {
    -webkit-clip-path: inset(0 .5rem .5rem .5rem);
    clip-path: inset(0 .5rem .5rem .5rem)
  }
}
@media screen and (max-width:540px) {
  .get-in-touch-section {
    -webkit-clip-path: inset(0 .3125rem .3125rem .3125rem);
    clip-path: inset(0 .3125rem .3125rem .3125rem)
  }
}
.get-in-touch-section .section-bg,
.get-in-touch-section lottie-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.get-in-touch-section .container {
  position: relative;
  z-index: 2;
  mix-blend-mode: difference
}
.get-in-touch-section .section-inner {
  display: grid;
  grid-template-columns: 29.6875rem 21.4375rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 35rem
}
.get-in-touch-section .section-left {
  margin-top: auto
}
.get-in-touch-section .section-button {
  margin-top: 3.25rem
}
.get-in-touch-section .section-text {
  font-size: 1.125rem;
  line-height: 1.3
}
@media screen and (max-width:1024px) {
  .get-in-touch-section .section-text {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .get-in-touch-section .section-text {
    font-size: .875rem
  }
}
@media screen and (max-width:1024px) {
  .get-in-touch-section {
    padding: 2rem 0 12.5rem
  }
  .get-in-touch-section .section-inner {
    grid-template-columns: repeat(12,1fr);
    grid-gap: .625rem
  }
  .get-in-touch-section .section-left {
    grid-column: 1/span 6
  }
  .get-in-touch-section .section-right {
    grid-column: -5/span 4
  }
  .get-in-touch-section .section-button {
    margin-top: 2rem
  }
  .get-in-touch-section .section-text {
    line-height: 1.25
  }
  .get-in-touch-section .section-caption .sc-title {
    letter-spacing: -.03em
  }
}
@media screen and (max-width:1024px) {
  .get-in-touch-section {
    padding: 2rem 0 10.25rem
  }
  .get-in-touch-section .section-inner {
    min-height: 23.5625rem
  }
}
@media screen and (max-width:540px) {
  .get-in-touch-section {
    padding: 4.6875rem 0 12.4375rem
  }
  .get-in-touch-section .section-inner {
    min-height: unset;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem
  }
  .get-in-touch-section .section-left,
  .get-in-touch-section .section-right {
    grid-column: 1/-1
  }
  .get-in-touch-section .section-button {
    margin-top: 1.375rem
  }
}
.servicesPage {
  -webkit-clip-path: inset(.625rem);
  clip-path: inset(.625rem)
}
@media screen and (max-width:1024px) {
  .servicesPage {
    -webkit-clip-path: inset(.5rem);
    clip-path: inset(.5rem)
  }
}
@media screen and (max-width:540px) {
  .servicesPage {
    -webkit-clip-path: inset(.3125rem);
    clip-path: inset(.3125rem)
  }
}
.services-section {
  padding: 8.125rem 0 5rem;
  position: relative;
  z-index: 2
}
.services-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 5rem
}
.services-section .section-text {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: right;
  max-width: 19.1875rem
}
@media screen and (max-width:1024px) {
  .services-section .section-text {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .services-section .section-text {
    font-size: .875rem
  }
}
.services-section .section-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 2.5rem
}
@media screen and (max-width:1024px) {
  .services-section {
    padding: 7.875rem 0 3.75rem
  }
  .services-section .section-grid {
    grid-template-columns: 1fr;
    grid-gap: 1.875rem
  }
}
@media screen and (max-width:540px) {
  .services-section {
    padding: 5.625rem 0 2.5rem
  }
  .services-section .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
    margin-bottom: 2.5rem
  }
  .services-section .section-text {
    margin-top: 1.875rem;
    text-align: start;
    max-width: unset
  }
  .services-section .section-grid {
    grid-gap: 1.25rem
  }
}
.service-card {
  padding: 2.5rem;
  background: var(--body-bg);
  border: 1px solid var(--gray);
  position: relative
}
.service-card .corners {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2
}
.service-card .corners .bottom:after,
.service-card .corners .bottom:before,
.service-card .corners .top:after,
.service-card .corners .top:before {
  content: "";
  display: block;
  width: .8125rem;
  height: .8125rem;
  position: absolute
}
.service-card .corners .top:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: -1px;
  left: -1px
}
.service-card .corners .top:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: -1px;
  right: -1px
}
.service-card .corners .bottom:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: -1px;
  left: -1px
}
.service-card .corners .bottom:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: -1px;
  right: -1px
}
.service-card .card-title {
  font-size: 2.75rem;
  line-height: .95;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -.03em;
  margin-bottom: 2rem
}
@media screen and (max-width:540px) {
  .service-card .card-title {
    font-size: 2rem
  }
}
.service-card .card-text {
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(255,255,255,.8)
}
@media screen and (max-width:1024px) {
  .service-card .card-text {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .service-card .card-text {
    font-size: .875rem
  }
}
.service-card .card-list {
  margin-top: 2rem;
  list-style: none;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -.02em;
  font-weight: 600;
  text-transform: lowercase
}
@media screen and (max-width:1024px) {
  .service-card .card-list {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .service-card .card-list {
    font-size: .875rem
  }
}
.service-card .card-list li {
  position: relative;
  padding-left: .875rem
}
.service-card .card-list li:before {
  content: "";
  display: block;
  width: .265rem;
  height: .265rem;
  background: #fff;
  position: absolute;
  left: calc(.375rem - .265rem / 2);
  top: .58em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
@media screen and (max-width:1024px) {
  .service-card {
    padding: 2.125rem
  }
  .service-card .card-title {
    margin-bottom: 1.75rem
  }
  .service-card .card-title br {
    display: none
  }
  .service-card .card-text {
    max-width: 33.125rem
  }
  .service-card .card-list {
    margin-top: 1.75rem
  }
}
@media screen and (max-width:540px) {
  .service-card {
    padding: 1.625rem
  }
  .service-card .card-title {
    margin-bottom: 1.25rem
  }
  .service-card .card-title br {
    display: inline
  }
  .service-card .card-text {
    max-width: unset
  }
  .service-card .card-list {
    margin-top: 1.25rem
  }
}
.we-also-do-section {
  position: relative;
  padding: 5.4375rem 0 3.75rem
}
.we-also-do-section .section-bg,
.we-also-do-section lottie-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.we-also-do-section .container {
  position: relative;
  z-index: 2;
  mix-blend-mode: difference
}
.we-also-do-section .section-inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 0 17.125rem
}
@media screen and (max-width:1024px) {
  .we-also-do-section {
    padding: 3.75rem 0 9rem
  }
  .we-also-do-section .section-inner {
    grid-template-columns: repeat(12,1fr);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: .625rem
  }
  .we-also-do-section .section-bottom,
  .we-also-do-section .section-caption {
    grid-column: span 5
  }
  .we-also-do-section .section-right {
    grid-column: -6/span 5
  }
}
@media screen and (max-width:540px) {
  .we-also-do-section {
    padding: 2.5rem 0 5rem
  }
  .we-also-do-section .section-inner {
    grid-template-columns: 1fr;
    grid-gap: 0
  }
  .we-also-do-section .section-bottom,
  .we-also-do-section .section-caption,
  .we-also-do-section .section-right {
    grid-column: 1/-1
  }
  .we-also-do-section .section-caption {
    margin-bottom: 2.5rem
  }
  .we-also-do-section .section-caption br {
    display: none
  }
}
.directions-list {
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 600;
  text-transform: lowercase
}
@media screen and (max-width:1024px) {
  .directions-list {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .directions-list {
    font-size: .875rem
  }
}
.directions-list li {
  padding: .3125rem 0;
  border-bottom: 1px solid #fff
}
.want-to-team-up-section {
  min-height: 58.125rem;
  padding: 7.625rem 0 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.want-to-team-up-section .section-bg,
.want-to-team-up-section lottie-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.want-to-team-up-section .container {
  position: relative;
  z-index: 2;
  mix-blend-mode: difference
}
.want-to-team-up-section .section-button {
  margin-top: 3.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto
}
.want-to-team-up-section .section-button .btn {
  width: 100vw;
  max-width: 20.625rem
}
@media screen and (max-width:1024px) {
  .want-to-team-up-section {
    min-height: 33.8125rem
  }
}
@media screen and (max-width:540px) {
  .want-to-team-up-section {
    padding: 7.625rem 0 17.5rem
  }
  .want-to-team-up-section .section-caption {
    max-width: 13.875rem;
    margin-left: auto;
    margin-right: auto
  }
  .want-to-team-up-section .section-button {
    width: 100%;
    margin-top: 1.875rem
  }
  .want-to-team-up-section .section-button .btn {
    max-width: unset;
    width: 100%
  }
}
.contacts-section {
  padding: 8.125rem 0 5rem
}
.contacts-section .section-inner {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-gap: 3.375rem 2.5rem
}
.contacts-section .section-left {
  grid-column: span 4
}
.contacts-section .section-main {
  grid-column: span 7
}
.contacts-section .section-main:first-child {
  grid-column: 5/-2
}
.contacts-section .section-text {
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(255,255,255,.7);
  max-width: 15.25rem;
  margin-top: 1.75rem
}
@media screen and (max-width:1024px) {
  .contacts-section .section-text {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .contacts-section .section-text {
    font-size: .875rem
  }
}
@media screen and (max-width:1024px) {
  .contacts-section {
    padding: 7.875rem 0 3.75rem
  }
  .contacts-section .section-inner {
    grid-gap: 2.625rem .625rem
  }
  .contacts-section .section-main,
  .contacts-section .section-main:first-child {
    grid-column: 5/-1
  }
  .contacts-section .section-text {
    max-width: 8.5rem
  }
}
@media screen and (max-width:540px) {
  .contacts-section {
    padding: 5.625rem 0 2.5rem
  }
  .contacts-section .section-inner {
    grid-template-columns: 1fr;
    grid-gap: 0
  }
  .contacts-section .section-left,
  .contacts-section .section-main {
    grid-column: 1/-1!important
  }
  .contacts-section .section-left:nth-last-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }
  .contacts-section .section-text {
    max-width: unset;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem
  }
}
.contact-form .form-fields {
  margin-bottom: 3.75rem
}
.contact-form .form-agreement {
  margin-top: 1.5rem
}
.contact-form .checkbox-form {
  max-width: 34.75rem
}
@media screen and (max-width:1024px) {
  .contact-form .form-fields {
    margin-bottom: 2.5rem
  }
}
.socials-block {
  padding-top: 1.75rem
}
.socials-block .block-title {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255,255,255,.7)
}
@media screen and (max-width:1024px) {
  .socials-block .block-title {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .socials-block .block-title {
    font-size: .875rem
  }
}
@media screen and (max-width:1024px) {
  .socials-block {
    padding-top: 1.625rem
  }
  .socials-block .block-title {
    max-width: 6.875rem
  }
}
@media screen and (max-width:540px) {
  .socials-block {
    padding-top: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .socials-block .block-title {
    max-width: unset;
    margin-bottom: 0
  }
}
.write-to-us-block {
  padding-top: 1.75rem
}
.write-to-us-block .block-text {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(255,255,255,.7)
}
@media screen and (max-width:1024px) {
  .write-to-us-block .block-text {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .write-to-us-block .block-text {
    font-size: .875rem
  }
}
@media screen and (max-width:1024px) {
  .write-to-us-block {
    padding-top: 1.625rem
  }
  .write-to-us-block .block-text {
    margin-bottom: 1.75rem;
    max-width: 22.8125rem
  }
}
@media screen and (max-width:540px) {
  .write-to-us-block {
    padding-top: 3.0625rem
  }
  .write-to-us-block .block-text {
    max-width: unset;
    margin-bottom: .9375rem
  }
}
.big-email-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.5rem;
  line-height: .94;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.big-email-link:before {
  content: "";
  display: block;
  width: 1.6875rem;
  height: 1.6875rem;
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 26'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.5 20.74 3.04 0 .96 2.16l21.33 20.61H2v3h25.5V1.07h-3v19.67Z' fill='%23fff'/%3E%3C/svg%3E") center center/contain no-repeat;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 1.0625rem
}
.big-email-link .link-text {
  display: block;
  position: relative;
  color: transparent
}
.big-email-link .link-text:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: opacity .2s,-webkit-transform .5s;
  transition: opacity .2s,transform .5s,-webkit-transform .5s;
  -o-transition: opacity .2s,transform .5s;
  pointer-events: none
}
.big-email-link .link-text:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  white-space: nowrap;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,transform .5s,-webkit-transform .5s;
  -o-transition: opacity .5s,transform .5s;
  pointer-events: none
}
@media (any-hover:hover) {
  .big-email-link:hover {
    text-decoration: none
  }
  .big-email-link:hover .link-text:after,
  .big-email-link:hover .link-text:before {
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    transform: translateY(-101%)
  }
  .big-email-link:hover .link-text:before {
    opacity: 0
  }
  .big-email-link:hover .link-text:after {
    opacity: 1
  }
}
@media screen and (max-width:1024px) {
  .big-email-link {
    font-size: 2.375rem
  }
  .big-email-link:before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem
  }
}
@media screen and (max-width:540px) {
  .big-email-link {
    font-size: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1
  }
  .big-email-link:before {
    width: .875rem;
    height: .875rem;
    margin-right: 0;
    margin-bottom: .5rem
  }
  .big-email-link .link-text {
    color: var(--text-color);
    white-space: normal
  }
  .big-email-link .link-text:after,
  .big-email-link .link-text:before {
    display: none
  }
}
.meet-section {
  padding: 5rem 0 15.25rem
}
.meet-section .section-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 3.75rem 2.5rem
}
@media screen and (min-width:1025px) {
  .meet-section .section-cards {
    margin-top: 8.4375rem
  }
}
.meet-section .section-cards-inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 2.5rem
}
@media screen and (max-width:1024px) {
  .meet-section {
    padding: 7.875rem 0 11.5rem
  }
  .meet-section .section-inner {
    grid-template-columns: 1fr
  }
  .meet-section .section-cards-inner {
    grid-gap: .625rem
  }
}
@media screen and (max-width:1024px) and (min-width:541px) {
  .meet-section .section-cards {
    overscroll-behavior-x: contain;
    overflow-x: auto;
    width: calc(100% + 1.5rem);
    margin-right: -1.5rem
  }
  .meet-section .section-cards-inner {
    grid-gap: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 54.75rem
  }
  .meet-section .section-cards-inner .meet-card {
    margin-right: 1.875rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25.5rem
  }
}
@media screen and (max-width:540px) {
  .meet-section {
    padding: 2.5rem 0 13.5625rem
  }
  .meet-section .section-inner {
    grid-gap: 2.5rem
  }
  .meet-section .section-cards-inner {
    grid-template-columns: 1fr;
    grid-gap: 1.25rem
  }
}
.meet-card {
  position: relative;
  background: var(--body-bg);
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-decoration: none!important
}
@media screen and (max-width:1024px) {
  .meet-card {
    font-size: .875rem
  }
}
@media screen and (max-width:540px) {
  .meet-card {
    font-size: .75rem
  }
}
.meet-card .card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.meet-card .card-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block
}
.meet-card .card-content {
  position: relative;
  z-index: 3;
  border: 1px solid var(--gray);
  mix-blend-mode: difference;
  padding: 1.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 17rem
}
.meet-card .card-content .corners {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2
}
.meet-card .card-content .corners .bottom:after,
.meet-card .card-content .corners .bottom:before,
.meet-card .card-content .corners .top:after,
.meet-card .card-content .corners .top:before {
  content: "";
  display: block;
  width: .8125rem;
  height: .8125rem;
  position: absolute
}
.meet-card .card-content .corners .top:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: -1px;
  left: -1px
}
.meet-card .card-content .corners .top:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: -1px;
  right: -1px
}
.meet-card .card-content .corners .bottom:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: -1px;
  left: -1px
}
.meet-card .card-content .corners .bottom:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: -1px;
  right: -1px
}
.meet-card .card-content .card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.meet-card .card-content .card-location {
  margin-left: auto
}
.meet-card .card-content .card-title {
  font-size: 2.75rem;
  line-height: .95;
  text-transform: lowercase;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  position: relative;
  -webkit-transition: color .3s,-webkit-transform .3s;
  transition: color .3s,transform .3s,-webkit-transform .3s;
  -o-transition: color .3s,transform .3s
}
@media screen and (max-width:540px) {
  .meet-card .card-content .card-title {
    font-size: 2rem
  }
}
.meet-card .card-content .card-title:after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  left: 0;
  top: 101%;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
  transition: color .3s,transform .3s,opacity .3s,-webkit-transform .3s;
  -o-transition: color .3s,transform .3s,opacity .3s
}
@media (any-hover:hover) {
  .meet-card:not(.clicked):hover {
    text-decoration: none
  }
  .meet-card:not(.clicked):hover .card-content .card-title {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: transparent
  }
  .meet-card:not(.clicked):hover .card-content .card-title:after {
    color: #fff;
    opacity: 1
  }
}
@media screen and (max-width:1024px) and (min-width:541px) {
  .meet-card {
    width: 25.5rem
  }
  .meet-card .card-content {
    min-height: 16.25rem;
    padding: 1.1875rem
  }
}
@media screen and (max-width:540px) {
  .meet-card .card-content {
    min-height: 11.5rem;
    padding: 1rem
  }
}
.careersPage {
  -webkit-clip-path: inset(.625rem);
  clip-path: inset(.625rem)
}
@media screen and (max-width:1024px) {
  .careersPage {
    -webkit-clip-path: inset(.5rem);
    clip-path: inset(.5rem)
  }
}
@media screen and (max-width:540px) {
  .careersPage {
    -webkit-clip-path: inset(.3125rem);
    clip-path: inset(.3125rem)
  }
  .careersPage .want-to-team-up-section .section-caption {
    max-width: unset;
    text-align: start
  }
}
.careers-section {
  padding: 8.125rem 0 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2
}
.careers-section .section-inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 5rem 17.125rem
}
.careers-section .section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column: 1/-1
}
.careers-section .section-text {
  font-size: 1.125rem;
  line-height: 1.15;
  font-weight: 600;
  text-align: right;
  max-width: 21.125rem
}
@media screen and (max-width:1024px) {
  .careers-section .section-text {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .careers-section .section-text {
    font-size: .875rem
  }
}
@media screen and (max-width:1024px) {
  .careers-section {
    padding: 7.875rem 0 3.75rem
  }
  .careers-section .section-top {
    margin-bottom: 3.75rem
  }
  .careers-section .section-inner {
    grid-template-columns: 1fr;
    grid-gap: 0
  }
}
@media screen and (max-width:540px) {
  .careers-section {
    padding: 5.625rem 0 2.5rem
  }
  .careers-section .section-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
    margin-bottom: 2.5rem
  }
  .careers-section .section-text {
    margin-top: 1.875rem;
    text-align: start;
    max-width: unset
  }
}
.menu-screen-section {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
  background: var(--body-bg);
  -webkit-transform: translateY(-1.875rem);
  -ms-transform: translateY(-1.875rem);
  transform: translateY(-1.875rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: transform .5s,opacity .5s,-webkit-transform .5s;
  -o-transition: transform .5s,opacity .5s
}
.menu-screen-section.opened {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all
}
.menu-screen-section .footer .container,
.menu-screen-section .footer .footer-inner {
  padding: 0
}
.text-page-section {
  -webkit-clip-path: inset(.625rem .625rem 0 .625rem);
  clip-path: inset(.625rem .625rem 0 .625rem);
  background: #fff
}
.text-page-section .section-top {
  background: var(--body-bg);
  padding: 8.75rem 0 10rem;
  position: relative
}
@media screen and (max-width:1024px) {
  .text-page-section .section-top {
    padding: 7.5rem 0 6.625rem
  }
}
@media screen and (max-width:540px) {
  .text-page-section .section-top {
    padding: 5.6875rem 0 5rem
  }
}
.text-page-section .section-top-bg {
  background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 518 312'%3E%3Cpath d='M0 77.9 254.52 312 518 77.9l-26.9-254.75-195.2 62.65L8.28-192 0 77.9Z' fill='%23fff'/%3E%3C/svg%3E") center top/contain no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 76.47%
}
@media screen and (max-width:1024px) {
  .text-page-section .section-top-bg {
    height: 15.25rem;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 344 244'%3E%3Cpath d='M0 88.86 169.02 244 344 88.86 326.14-79.96 196.5-38.44 5.5-90 0 88.86Z' fill='%23fff'/%3E%3C/svg%3E")
  }
}
@media screen and (max-width:540px) {
  .text-page-section .section-top-bg {
    height: 9.4375rem;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 188 151'%3E%3Cg clip-path='url(%23clip0_263_992)'%3E%3Cpath d='M0 66.46 92.37 151 188 66.46l-9.76-91.99L107.39-2.9 3-31 0 66.46Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_263_992'%3E%3Cpath fill='%23fff' d='M0 0h188v151H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
  }
}
.text-page-section .section-top .container {
  position: relative;
  z-index: 2;
  mix-blend-mode: difference
}
.text-page-section .page-caption {
  text-align: center
}
.text-page-section .section-main {
  padding: 5rem 0
}
.text-page-section .section-main-inner {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-gap: 2.5rem
}
@media screen and (max-width:1024px) {
  .text-page-section .section-main-inner {
    display: block
  }
}
.text-page-section .section-content {
  grid-column: 3/-3;
  color: var(--gray)
}
@media screen and (max-width:1024px) {
  .text-page-section .section-content {
    grid-column: 1/-1
  }
  .text-page-section .section-content a {
    word-wrap: break-word
  }
}
@media screen and (max-width:1024px) {
  .text-page-section {
    -webkit-clip-path: inset(.5rem .5rem 0 .5rem);
    clip-path: inset(.5rem .5rem 0 .5rem)
  }
  .text-page-section .section-main {
    padding: 3.75rem 0
  }
}
@media screen and (max-width:540px) {
  .text-page-section {
    -webkit-clip-path: inset(.3125rem .3125rem 0 .3125rem);
    clip-path: inset(.3125rem .3125rem 0 .3125rem)
  }
  .text-page-section .section-main {
    padding: 2rem 0
  }
  .text-page-section .page-caption {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto
  }
}
.error-section {
  min-height: var(--windowHeight,100vh);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.error-section .section-bg,
.error-section lottie-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.error-section .container {
  position: relative;
  z-index: 2;
  mix-blend-mode: difference
}
.error-section .white-btn {
  max-width: 21.375rem;
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  mix-blend-mode: difference;
  z-index: 5
}
@media screen and (max-width:540px) {
  .error-section .white-btn {
    width: calc(100% - 1rem * 2);
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-top: 2.5rem
  }
}
.error-404-block {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto
}
.error-404-block .block-title {
  position: relative
}
.error-404-block .block-title .error-code {
  font-size: 25rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.02em
}
.error-404-block .block-title .error-text {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -.02em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 6.75rem;
  mix-blend-mode: difference
}
@media screen and (max-width:1024px) {
  .error-404-block .block-title .error-text {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .error-404-block .block-title .error-text {
    font-size: .875rem
  }
}
.error-404-block .decoration-texts {
  mix-blend-mode: difference;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}
.error-404-block .decoration-texts li {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -.02em;
  position: absolute;
  mix-blend-mode: difference;
  white-space: nowrap
}
@media screen and (max-width:1024px) {
  .error-404-block .decoration-texts li {
    font-size: 1rem
  }
}
@media screen and (max-width:540px) {
  .error-404-block .decoration-texts li {
    font-size: .875rem
  }
}
.error-404-block .decoration-texts li:nth-child(1) {
  top: 5.875rem;
  right: 6.375rem
}
.error-404-block .decoration-texts li:nth-child(2) {
  right: -.75rem;
  bottom: 4.8125rem
}
.error-404-block .decoration-texts li:nth-child(3) {
  left: 5.0625rem;
  bottom: 4.5625rem
}
@media screen and (max-width:1024px) {
  .error-404-block .block-title .error-code {
    font-size: 20rem
  }
}
@media screen and (max-width:540px) {
  .error-404-block .block-title .error-code {
    font-size: 11.25rem
  }
  .error-404-block .block-title .error-text {
    bottom: 3.125rem
  }
  .error-404-block .decoration-texts li:nth-child(1) {
    top: 2.5rem;
    right: 1.25rem
  }
  .error-404-block .decoration-texts li:nth-child(2) {
    right: -.8125rem;
    bottom: 1.9375rem
  }
  .error-404-block .decoration-texts li:nth-child(3) {
    left: 0;
    bottom: 5rem
  }
}