@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=lato:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=lato:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+lato:ital,wght@0,400;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");
@font-face {
  font-family: "Lido";
  src: url("./fonts/Lido-Condensed.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  color: #000000;
  font-family: "Reddit Sans", sans-serif;
  font-size: 18px;
  overflow-anchor: none;
}
@media (min-width: 48em) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 77.5em) {
  body {
    font-size: 18px;
  }
}

.post, .page {
  margin: 0 0em;
}

/* global selection */
::-moz-selection {
  background: #95FE89;
  color: #000000;
  text-shadow: none;
}
::selection {
  background: #95FE89;
  color: #000000;
  text-shadow: none;
}

::-webkit-selection {
  background: #F6F3EF;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #F6F3EF;
  color: #fff;
  text-shadow: none;
}

a,
.link,
body a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border-bottom: 2px solid transparent;
}
a:active, a:focus, a:hover,
.link:active,
.link:focus,
.link:hover,
body a:active,
body a:focus,
body a:hover {
  border-bottom: 2px solid #000000;
}
a:focus,
.link:focus,
body a:focus {
  outline: none;
}
a:focus-visible,
.link:focus-visible,
body a:focus-visible {
  outline: none;
}
a:focus-within,
.link:focus-within,
body a:focus-within {
  outline: none;
}
a:visited,
.link:visited,
body a:visited {
  color: #000000;
}
img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.main-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 21.5625em) {
  .main-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 48em) {
  .main-wrapper {
    padding: 0 40px;
  }
}
@media (min-width: 62em) {
  .main-wrapper {
    max-width: 1370px;
    padding: 0 80px;
  }
}
@media (min-width: 90em) {
  .main-wrapper {
    padding: 0 80px;
    max-width: 1750px;
  }
}

.main-wrapper-2 {
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 90em) {
  .main-wrapper-2 {
    padding: 0 100px;
  }
}
@media (min-width: 107.5em) {
  .main-wrapper-2 {
    padding: 0 180px;
  }
}

.cta {
  font-family: "Lido";
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border-bottom: 2px solid transparent;
}
.cta::before {
  content: url(../images/arrow-cta.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cta:hover {
  border-bottom: 2px solid #F6F3EF;
  color: #FFFFFF;
}
.cta:hover::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.nav {
  font-family: "Lido";
  font-size: 22px;
  font-weight: 400;
}

.headline-main, h1 {
  font-family: "Lido";
  font-size: 115px;
  font-weight: 300;
  padding-bottom: 10px;
  line-height: 100%;
  letter-spacing: -2.3px;
}
@media (min-width: 77.5em) {
  .headline-main, h1 {
    font-size: 205px;
    padding-bottom: 20px;
    letter-spacing: -5px;
  }
}
@media (min-width: 107.5em) {
  .headline-main, h1 {
    font-size: 335px;
    padding-bottom: 30px;
    letter-spacing: -9px;
  }
}

h1.headline-large, .headline-large {
  font-family: "Lido";
  font-size: 62px;
  padding-bottom: 16px;
  line-height: 110%;
  letter-spacing: -1.5px;
  overflow-wrap: break-word;
}
@media (min-width: 48em) {
  h1.headline-large, .headline-large {
    font-size: 86px;
    letter-spacing: -1.7px;
  }
}
@media (min-width: 62em) {
  h1.headline-large, .headline-large {
    font-size: 100px;
    letter-spacing: -2px;
  }
}
@media (min-width: 77.5em) {
  h1.headline-large, .headline-large {
    font-size: 120px;
    letter-spacing: -2.5px;
    padding-bottom: 30px;
  }
}
@media (min-width: 107.5em) {
  h1.headline-large, .headline-large {
    font-size: 170px;
    padding-bottom: 30px;
    letter-spacing: -3.5px;
  }
}

.headline-medium, h2 {
  font-family: "Lido";
  font-size: 52px;
  line-height: 110%;
  letter-spacing: -2px;
}
@media (min-width: 48em) {
  .headline-medium, h2 {
    font-size: 68px;
  }
}
@media (min-width: 77.5em) {
  .headline-medium, h2 {
    font-size: 75px;
    letter-spacing: -3px;
  }
}
@media (min-width: 107.5em) {
  .headline-medium, h2 {
    font-size: 95px;
    letter-spacing: -3.5px;
  }
}

h3 {
  font-family: "Lido";
  font-size: 52px;
  line-height: 110%;
  letter-spacing: -2px;
}
@media (min-width: 48em) {
  h3 {
    font-size: 68px;
  }
}
@media (min-width: 77.5em) {
  h3 {
    font-size: 75px;
    letter-spacing: -3px;
  }
}
@media (min-width: 107.5em) {
  h3 {
    font-size: 95px;
    letter-spacing: -3.5px;
  }
}

.headline-small, h4 {
  font-family: "Lido";
  font-size: 47px;
  line-height: 53px;
  padding-bottom: 20px;
  letter-spacing: -1px;
}
@media (min-width: 107.5em) {
  .headline-small, h4 {
    font-size: 55px;
    line-height: 66px;
    max-width: 900px;
    letter-spacing: -1.1px;
  }
}

h5 {
  font-family: "Reddit Sans", sans-serif;
  font-size: 21px;
  line-height: 32px;
}
@media (min-width: 77.5em) {
  h5 {
    font-size: 30px;
    line-height: 40px;
  }
}

h6 {
  font-family: "Reddit Sans", sans-serif;
  font-size: 20px;
  line-height: 43px;
}

.body-reg {
  font-family: "Reddit Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
  padding-bottom: 8px;
}
@media (min-width: 62em) {
  .body-reg {
    font-size: 20px;
  }
}

p, li {
  font-family: "Reddit Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
  padding-bottom: 8px;
}

p {
  max-width: 700px;
}

li {
  padding: 16px 24px 16px 0;
  margin-left: 28px;
  list-style-type: disc;
}
@media (min-width: 62em) {
  li {
    margin-left: 48px;
  }
}
@media (min-width: 77.5em) {
  li {
    font-size: 20px;
  }
}
@media (min-width: 90em) {
  li {
    margin-left: 64px;
    adding: 16px 24px 24px 0;
  }
}

.gray {
  background-color: #D9D9D9;
  color: #000000;
}

.cream {
  background-color: #F6F3EF;
  color: #000000;
}

.white {
  background-color: #FFFFFF;
  color: #000000;
}

.black {
  background-color: #000000;
  color: #FFFFFF;
}

.text-gray {
  color: #D9D9D9;
}

.text-cream {
  color: #F6F3EF;
}

form {
  outline: none;
}
form input, form textarea {
  outline: none;
}
form input:focus-within, form textarea:focus-within {
  outline: none;
}
form input:focus-visible, form textarea:focus-visible {
  outline: none;
}
form input:focus, form textarea:focus {
  outline: none;
}

.pad-b-30 {
  padding-bottom: 20px;
}
@media (min-width: 62em) {
  .pad-b-30 {
    padding-bottom: 30px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-30 {
    padding-bottom: 50px;
  }
}

.pad-b-50 {
  padding-bottom: 30px;
}
@media (min-width: 62em) {
  .pad-b-50 {
    padding-bottom: 50px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-50 {
    padding-bottom: 70px;
  }
}

.pad-b-60 {
  padding-bottom: 40px;
}
@media (min-width: 62em) {
  .pad-b-60 {
    padding-bottom: 60px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-60 {
    padding-bottom: 80px;
  }
}

.pad-b-80 {
  padding-bottom: 60px;
}
@media (min-width: 62em) {
  .pad-b-80 {
    padding-bottom: 80px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-80 {
    padding-bottom: 100px;
  }
}

.pad-b-100 {
  padding-bottom: 60px;
}
@media (min-width: 48em) {
  .pad-b-100 {
    padding-bottom: 80px;
  }
}
@media (min-width: 62em) {
  .pad-b-100 {
    padding-bottom: 100px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-100 {
    padding-bottom: 120px;
  }
}

.pad-b-120 {
  padding-bottom: 100px;
}
@media (min-width: 62em) {
  .pad-b-120 {
    padding-bottom: 120px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-120 {
    padding-bottom: 140px;
  }
}

.pad-b-140 {
  padding-bottom: 120px;
}
@media (min-width: 62em) {
  .pad-b-140 {
    padding-bottom: 140px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-140 {
    padding-bottom: 160px;
  }
}

.pad-b-160 {
  padding-bottom: 140px;
}
@media (min-width: 62em) {
  .pad-b-160 {
    padding-bottom: 160px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-160 {
    padding-bottom: 180px;
  }
}

.pad-b-180 {
  padding-bottom: 160px;
}
@media (min-width: 62em) {
  .pad-b-180 {
    padding-bottom: 180px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-180 {
    padding-bottom: 200px;
  }
}

.pad-b-200 {
  padding-bottom: 180px;
}
@media (min-width: 62em) {
  .pad-b-200 {
    padding-bottom: 200px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-200 {
    padding-bottom: 220px;
  }
}

.pad-b-220 {
  padding-bottom: 200px;
}
@media (min-width: 62em) {
  .pad-b-220 {
    padding-bottom: 220px;
  }
}
@media (min-width: 107.5em) {
  .pad-b-220 {
    padding-bottom: 240px;
  }
}

.pad-t-30 {
  padding-top: 20px;
}
@media (min-width: 62em) {
  .pad-t-30 {
    padding-top: 30px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-30 {
    padding-top: 50px;
  }
}

.pad-t-50 {
  padding-top: 30px;
}
@media (min-width: 62em) {
  .pad-t-50 {
    padding-top: 50px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-50 {
    padding-top: 70px;
  }
}

.pad-t-60 {
  padding-top: 40px;
}
@media (min-width: 62em) {
  .pad-t-60 {
    padding-top: 60px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-60 {
    padding-top: 80px;
  }
}

.pad-t-80 {
  padding-top: 60px;
}
@media (min-width: 62em) {
  .pad-t-80 {
    padding-top: 80px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-80 {
    padding-top: 100px;
  }
}

.pad-t-100 {
  padding-top: 80px;
}
@media (min-width: 62em) {
  .pad-t-100 {
    padding-top: 100px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-100 {
    padding-top: 120px;
  }
}

.pad-t-120 {
  padding-top: 80px;
}
@media (min-width: 48em) {
  .pad-t-120 {
    padding-top: 100px;
  }
}
@media (min-width: 62em) {
  .pad-t-120 {
    padding-top: 120px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-120 {
    padding-top: 140px;
  }
}

.pad-t-140 {
  padding-top: 80px;
}
@media (min-width: 48em) {
  .pad-t-140 {
    padding-top: 120px;
  }
}
@media (min-width: 62em) {
  .pad-t-140 {
    padding-top: 140px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-140 {
    padding-top: 160px;
  }
}

.pad-t-160 {
  padding-top: 100px;
}
@media (min-width: 48em) {
  .pad-t-160 {
    padding-top: 140px;
  }
}
@media (min-width: 62em) {
  .pad-t-160 {
    padding-top: 160px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-160 {
    padding-top: 180px;
  }
}

.pad-t-180 {
  padding-top: 140px;
}
@media (min-width: 48em) {
  .pad-t-180 {
    padding-top: 160px;
  }
}
@media (min-width: 62em) {
  .pad-t-180 {
    padding-top: 180px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-180 {
    padding-top: 200px;
  }
}

.pad-t-200 {
  padding-top: 150px;
}
@media (min-width: 48em) {
  .pad-t-200 {
    padding-top: 180px;
  }
}
@media (min-width: 62em) {
  .pad-t-200 {
    padding-top: 200px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-200 {
    padding-top: 220px;
  }
}

.pad-t-220 {
  padding-top: 160px;
}
@media (min-width: 48em) {
  .pad-t-220 {
    padding-top: 180px;
  }
}
@media (min-width: 62em) {
  .pad-t-220 {
    padding-top: 220px;
  }
}
@media (min-width: 107.5em) {
  .pad-t-220 {
    padding-top: 240px;
  }
}

.border-top {
  border-top: 1px solid #000000;
}

[class^=ControlBar_module_controlBarWrapper__],
[class*=" ControlBar_module_controlBarWrapper__"] {
  opacity: 0 !important;
}

.error404 {
  background: #FE898B;
}
.error404 .error-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh;
}
@media (min-width: 48em) {
  .error404 .error-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100vh;
  }
}
.error404 .error-section .col-1 {
  width: 100%;
  text-align: left;
}
.error404 .error-section .col-1 h5 {
  padding-bottom: 10px;
}
@media (min-width: 48em) {
  .error404 .error-section .col-1 h5 {
    padding-bottom: 31px;
  }
}
.error404 .error-section .col-1 h1 {
  padding-bottom: 0px;
}
.error404 .error-section .col-1 .btn span {
  text-align: left;
}
@media (min-width: 77.5em) {
  .error404 .error-section .col-1 .btn span {
    min-width: 250px;
  }
}
@media (min-width: 48em) {
  .error404 .error-section .col-1 {
    width: 35%;
  }
}
.error404 .error-section .col-2 {
  width: 100%;
  padding: 24px 0;
}
.error404 .error-section .col-2 img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
@media (min-width: 48em) {
  .error404 .error-section .col-2 img {
    max-width: 350px;
  }
}
@media (min-width: 77.5em) {
  .error404 .error-section .col-2 img {
    max-width: 550px;
  }
}
@media (min-width: 48em) {
  .error404 .error-section .col-2 {
    width: 65%;
    text-align: left;
  }
}

iframe {
  border-radius: 16px;
}

.fw-landscape iframe {
  border-radius: 0px;
}

.btn, .btn-container .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Reddit Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 20px 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 155px;
  border: 2px solid #F6F3EF;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, transparent));
  background: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (min-width: 48em) {
  .btn, .btn-container .btn {
    gap: 20px;
  }
}
@media (min-width: 62em) {
  .btn, .btn-container .btn {
    gap: 70px;
  }
}
.btn svg path, .btn-container .btn svg path {
  stroke: #000000;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.btn span, .btn-container .btn span {
  padding: 0px;
}

.btn.btn-cream, .btn-container .btn.btn-cream {
  color: #F6F3EF;
}
.btn.btn-cream:hover, .btn-container .btn.btn-cream:hover {
  background-position: left bottom;
  color: #000000;
  border: 2px solid #F6F3EF;
}

.btn.btn-black {
  border-color: #000000;
  z-index: 1;
}
.btn.btn-black::before {
  background-color: #000000;
}
.btn.btn-black:hover {
  background-position: left -1px;
  color: #FFFFFF;
  border: 2px solid #000000;
}
.btn.btn-black:hover svg path {
  stroke: #FFFFFF;
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}

.btn.btn-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
  z-index: 1;
}
.btn.btn-white:hover {
  background: #FFFFFF;
  color: #000000;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.input-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F6F3EF;
  -webkit-transition: width 0.8s ease;
  transition: width 0.8s ease;
  z-index: 0;
}
.input-wrapper:hover p input {
  color: #000000;
}
.input-wrapper input {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  color: #F6F3EF;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
}
.input-wrapper p {
  padding: 0;
  text-align: center;
}
.input-wrapper.btn {
  padding: 4px 24px;
}
.input-wrapper > p > span {
  position: absolute !important;
  z-index: 1;
  left: 100%;
}

header {
  width: 100%;
}

.h-main-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.color-effect {
  mix-blend-mode: difference;
}

.second-header {
  padding-bottom: 200px;
}
@media (max-width: xlarge) {
  .second-header {
    padding-bottom: 260px;
  }
}

.header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  mix-blend-mode: difference;
}
.header-inner.hide {
  display: none;
}

.main-header-image {
  width: 100%;
  height: 75vh;
  position: relative;
}
@media (min-width: 62em) {
  .main-header-image {
    height: 100vh;
  }
}

.dd-menu {
  opacity: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #EBE7E1;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  height: 87px;
}
@media (max-width: 61.99em) {
  .dd-menu {
    overflow: scroll;
  }
}
.dd-menu.open {
  max-height: 100vh;
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.dd-menu .dd-menu-inner {
  height: 100vh;
  padding: 20px 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 48em) {
  .dd-menu .dd-menu-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.dd-menu .dd-menu-inner .dd-menu-inner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.dd-menu .dd-menu-inner .dd-menu-inner-left hr {
  text-align: left;
  width: 141px;
  height: 1px;
  margin-left: 0;
  margin-bottom: 4px;
  border-top: 1px solid #000000;
}
@media (max-width: 47.99em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-left hr {
    display: none;
  }
}
.dd-menu .dd-menu-inner .dd-menu-inner-left p {
  display: none;
}
@media (min-width: 48em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-left p {
    display: block;
    max-width: 200px;
  }
}
.dd-menu .dd-menu-inner .dd-menu-inner-left-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dd-menu .dd-menu-inner .dd-menu-inner-left-logo .close-word {
  max-height: 34px;
}
@media (min-width: 48em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-left-logo .close-word {
    display: none;
    max-height: none;
  }
}
.dd-menu .dd-menu-inner .dd-menu-inner-left .links-menu-medium a {
  border-bottom: 2px solid #EBE7E1;
}
.dd-menu .dd-menu-inner .dd-menu-inner-left .links-menu-medium a:hover {
  border-bottom: 2px solid #000000;
}
.dd-menu .dd-menu-inner .dd-menu-inner-left .links-menu-medium a:focus {
  border: none;
  outline: none;
}
.dd-menu .dd-menu-inner .dd-menu-inner-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.dd-menu .dd-menu-inner .dd-menu-inner-right #close-menu {
  display: none;
}
@media (min-width: 48em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right #close-menu {
    display: block;
  }
}
.dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  height: calc(100% - 335px);
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (min-width: 23.75em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links {
    gap: 20px;
  }
}
@media (max-width: 47.99em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 125em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links {
    height: calc(100% - 385px);
  }
}
.dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  font-family: "Lido";
  font-size: 72px;
  line-height: 86%;
  letter-spacing: -0.03em;
}
@media (min-width: 21.5625em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links a {
    font-size: 86px;
  }
}
@media (min-width: 23.4375em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links a {
    font-size: 92px;
  }
}
@media (min-width: 48em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links a {
    font-size: 100px;
  }
}
@media (min-width: 62em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links a {
    font-size: 120px;
    gap: 45px;
  }
}
@media (min-width: 90em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links a {
    font-size: 160px;
    gap: 86px;
  }
}
.dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links .img-wrapper {
  width: 100px;
  height: 68px;
  overflow: visible;
}
@media (min-width: 21.5625em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links .img-wrapper {
    width: 110px;
    height: 68px;
  }
}
@media (min-width: 23.125em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links .img-wrapper {
    width: 120px;
    height: 68px;
  }
}
@media (min-width: 48em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links .img-wrapper {
    width: 140px;
    height: 80px;
  }
}
@media (min-width: 77.5em) {
  .dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links .img-wrapper {
    width: 190px;
    height: 110px;
  }
}
.dd-menu .dd-menu-inner .dd-menu-inner-right .dd-menu-inner-right-links .img-wrapper img {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.dd-menu .dd-menu-inner .links-menu-medium {
  display: none;
}
@media (min-width: 48em) {
  .dd-menu .dd-menu-inner .links-menu-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
  }
}
@media (min-width: 48em) and (min-width: 62em) {
  .dd-menu .dd-menu-inner .links-menu-medium {
    gap: 24px;
  }
}
.dd-menu .dd-menu-inner a {
  border: none;
}
.dd-menu .dd-menu-inner a:hover {
  border: none;
}
.dd-menu .dd-menu-inner .links-menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-top: 46px;
  padding-bottom: 2 vh;
}
@media (min-width: 24.375em) {
  .dd-menu .dd-menu-inner .links-menu-mobile {
    padding-bottom: 10vh;
  }
}
@media (min-width: 48em) {
  .dd-menu .dd-menu-inner .links-menu-mobile {
    display: none;
  }
}

/* 2. Apply the animation only when the image is hovered */
.shake-on-hover {
  border: none;
}
.shake-on-hover .img-wrapper {
  display: inline-block; /* so transform originates on the element itself */
  cursor: pointer; /* optional: show it’s interactive */
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; /* smooth return if hover is very brief */
}
.shake-on-hover img {
  opacity: 0;
}

.shake-on-hover:hover {
  border: none;
}
.shake-on-hover:hover .img-wrapper {
  -webkit-animation: shake 0.8s infinite ease-in-out;
          animation: shake 0.8s infinite ease-in-out;
  /* 0.5s duration; loops as long as you hover; ease-in-out for smoother timing */
}
.shake-on-hover:hover .img-wrapper img {
  opacity: 1;
}

.logo-anima {
  border: none;
}
.logo-anima:hover {
  border: none;
}

#menu-icon {
  width: 83px;
}
@media (min-width: 48em) {
  #menu-icon {
    width: 105px;
  }
}

#anim_home_small, #anim_dd-logo {
  width: 150px;
}
@media (min-width: 48em) {
  #anim_home_small, #anim_dd-logo {
    width: 189px;
  }
}

a:has(canvas), a:has(canvas) {
  width: 232px;
  overflow: hidden;
}

#anim_home_small:has(canvas), #anim_dd-logo:has(canvas) {
  width: 275px;
}
#anim_home_small:has(canvas) canvas, #anim_dd-logo:has(canvas) canvas {
  margin-left: -64px;
}

#trigger-back {
  position: absolute;
  top: 0;
  left: 0;
}

.main-header-image-inner, .main-header-video-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.main-header-image-inner img, .main-header-image-inner video, .main-header-video-inner img, .main-header-video-inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.anim-wrapper-home {
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}

/* Пин-сцена */
.pin-lottie {
  position: relative;
  height: 124vh !important; /* Сколько пользователь прокрутит, пока «страница стоит» */
}
@media (min-width: 62em) {
  .pin-lottie {
    height: 100vh;
  }
}

.pin-lottie__sticky {
  position: sticky;
  top: 0;
  height: 142vh; /* Ровно высота экрана — визуально «стоит» */
  overflow: hidden;
}
@media (min-width: 62em) {
  .pin-lottie__sticky {
    height: 100vh;
  }
}
.pin-lottie__sticky {
  /* Чтобы ничего не вылезало во время скраба */
}

.stops-scroll {
  overflow: hidden;
}

.margin-upper {
  margin-top: -50vh;
}
@media (min-width: 62em) {
  .margin-upper {
    margin-top: 0;
  }
}

.header-inner.second-header, .header-inner.third-header {
  height: 60vh;
}
@media (min-width: 62em) {
  .header-inner.second-header, .header-inner.third-header {
    height: 50vh;
  }
}
.header-inner.second-header .arrow-fat-green, .header-inner.third-header .arrow-fat-green {
  display: none;
}

.logo-animal {
  width: 150px;
}
@media (min-width: 48em) {
  .logo-animal {
    width: auto;
  }
}
.logo-animal svg {
  width: 100%;
  height: 100%;
}

footer {
  background-color: #F6F3EF;
  border-top: 2px solid #F6F3EF;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 48em) {
  footer {
    min-height: auto;
  }
}
@media (min-width: 62em) {
  footer {
    height: auto;
  }
}
footer .main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}
footer .spacer {
  height: 0;
  width: 100%;
  background-color: #F6F3EF;
}
@media (min-width: 90em) {
  footer .spacer {
    height: 89px;
    border-bottom: 2px solid #000000;
  }
}
footer .footer-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
footer .footer-content {
  padding: 64px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 37.5em) {
  footer .footer-content {
    padding: 56px 0;
  }
}
@media (min-width: 62em) {
  footer .footer-content {
    padding: 64px 0 0px;
  }
}
@media (min-width: 90em) {
  footer .footer-content {
    padding: 4vh 0 20px;
  }
}
footer .footer-content .footer-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 37.5em) {
  footer .footer-content .footer-content-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}
@media (min-width: 62em) {
  footer .footer-content .footer-content-left {
    gap: 135px;
  }
}
footer .footer-content .footer-content-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 64px;
  position: absolute;
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 18px;
}
@media (min-width: 48em) {
  footer .footer-content .footer-content-right {
    right: 39px;
  }
}
@media (min-width: 62em) {
  footer .footer-content .footer-content-right {
    right: 0;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
footer .privacy-content {
  padding: 0px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 29.6875em) {
  footer .privacy-content {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media (min-width: 48em) {
  footer .privacy-content {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media (min-width: 62em) {
  footer .privacy-content {
    padding: 20px 0 16px;
  }
}
@media (min-width: 107.5em) {
  footer .privacy-content {
    padding: 20px 0 16px;
  }
}
footer .privacy-content p {
  padding-bottom: 0;
  font-size: 10px;
  max-width: none;
}
@media (min-width: 48em) {
  footer .privacy-content p {
    font-size: 18px;
  }
}
footer p {
  max-width: 345px;
}
footer .hide-desktop {
  display: block;
}
@media (min-width: 48em) {
  footer .hide-desktop {
    display: none !important;
  }
}
footer .hide-mobile {
  display: none;
}
@media (min-width: 48em) {
  footer .hide-mobile {
    display: block;
  }
}

.footer-logo {
  width: 100% !important;
}

footer #anim_footer svg {
  height: auto !important;
  margin-bottom: 0px !important;
}
@media (min-width: 48em) {
  footer #anim_footer svg {
    margin-bottom: 36px !important;
  }
}

.contacts-social-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  padding-top: 8px;
}
.contacts-social-email a {
  border: none;
  text-decoration: none;
  color: #000000;
  line-height: 100%;
}
.contacts-social-email a:hover {
  border: none;
}

.footer-subscribe-text p {
  padding-bottom: 16px;
}

#anim_footer {
  min-height: 14vh;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-section {
  padding: 45px 0;
}
@media (min-width: 62em) {
  .video-section {
    padding: 66px 0;
    margin: auto;
    text-align: center;
  }
  .video-section img {
    width: 100%;
    height: auto;
  }
}

.myplayicon {
  cursor: none;
}

#anim_cursor {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 100;
  display: none;
}
#anim_cursor.visible {
  display: block;
}
#anim_cursor svg {
  width: 35px;
  height: 35px;
}

.myplayicon2 {
  cursor: none;
}

#anim_play {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 100;
  display: none;
}
#anim_play.visible {
  display: block;
}
#anim_play svg {
  width: 42px;
  height: 42px;
}
@media (max-width: 61.99em) {
  #anim_play {
    display: none !important;
  }
}

.infornation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 62em) {
  .infornation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.infornation .descriptor h5 {
  padding-bottom: 24px;
}
@media (min-width: 48em) {
  .infornation .descriptor h5 {
    padding-bottom: 32px;
  }
}

.error-section {
  height: 100vh;
  background: url("../images/starsky.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  text-align: center;
}

.single-post-section .single-post-inner h2 {
  line-height: 100%;
}
.single-post-section .infornation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 62em) {
  .single-post-section .infornation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.single-post-section h5.headline-small {
  font-family: "Reddit Sans", sans-serif;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 24px;
}
.single-post-section .descriptor_segment:not(:first-child) {
  padding-top: 40px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease, padding-top 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding-top 0.4s ease;
  padding-top: 0;
}
.single-post-section .descriptor.expanded .descriptor_segment:not(:first-child) {
  max-height: 2000px;
  opacity: 1;
  padding-top: 40px;
}
.single-post-section .read-more-toggle {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.single-post-section .read-more-toggle:hover {
  border-bottom: 2px solid #000000;
}
.single-post-section .read-more-toggle:focus {
  outline: none;
}
.single-post-section .read-more-toggle .read-more-text {
  text-transform: uppercase;
}
.single-post-section .read-more-toggle .read-more-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.single-post-section .read-more-toggle.expanded .read-more-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-of-serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 62em) {
  .list-of-serv {
    gap: 0px;
  }
}
@media (min-width: 31.625em) and (max-width: 61.99em) {
  .list-of-serv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 12px;
  }
  .list-of-serv p {
    padding-right: 0px;
  }
  .list-of-serv p::after {
    content: " /";
    padding-left: 8px;
  }
  .list-of-serv p:last-child {
    padding-right: 0;
    background: none;
  }
}
.list-of-serv p {
  text-transform: capitalize;
}

.scope-info p {
  padding-bottom: 0;
}
.scope-info .list-of-serv {
  padding-top: 32px;
}

.prefield-content {
  padding-bottom: 24px;
}
@media (min-width: 62em) {
  .prefield-content {
    padding-bottom: 64px;
  }
}

.work-net-section h5 {
  padding-bottom: 36px;
}
@media (min-width: 48em) {
  .work-net-section h5 {
    padding-bottom: 48px;
  }
}
@media (min-width: 62em) {
  .work-net-section h5 {
    padding-bottom: 56px;
  }
}
@media (min-width: 90em) {
  .work-net-section h5 {
    padding-bottom: 74px;
  }
}

.work-net-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 8rem;
}
@media (min-width: 36em) {
  .work-net-inner {
    gap: 40px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 48em) {
  .work-net-inner {
    padding-bottom: 98px;
  }
}
@media (min-width: 90em) {
  .work-net-inner {
    gap: 60px 20px;
  }
}
.work-net-inner a {
  border: none;
}
.work-net-inner a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.work-net-inner a:hover {
  border: none;
}
.work-net-inner a img {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.work-net-inner .work-net-text {
  padding-top: 25px;
}
.work-net-inner .work-net-text h4 {
  padding-bottom: 0px;
}
@media (min-width: 90em) {
  .work-net-inner .work-net-text h4 {
    padding-bottom: 0px;
  }
}
.work-net-inner .workstype-net-item {
  width: 100%;
}
@media (min-width: 36em) {
  .work-net-inner .workstype-net-item {
    max-width: none;
    width: calc(50% - 10px);
  }
}
@media (min-width: 62em) {
  .work-net-inner .workstype-net-item {
    width: calc(33% - 15px);
  }
}
.work-net-inner .workstype-net-item:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.work-net-inner .small-portrait {
  aspect-ratio: 503/629;
  width: 100%;
}

.workstype-net-item {
  opacity: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
}
@media (min-width: 36.25em) {
  .workstype-net-item {
    width: calc(100% - 20px);
  }
}
@media (min-width: 48em) {
  .workstype-net-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 62em) {
  .workstype-net-item {
    width: calc(33% - 15px);
  }
}

/* 2) Класс, который «включает» анимацию */
.workstype-net-item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.video-wrapper {
  overflow: hidden;
  position: relative;
}

.video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.partners-logos .partners-logos-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .partners-logos .partners-logos-inner {
    gap: 24px;
  }
}
@media (min-width: 90em) {
  .partners-logos .partners-logos-inner {
    gap: 45px;
  }
}
.partners-logos .partners-logos-inner .partner-logo {
  width: 100px;
  height: 100%;
  text-align: center;
  width: calc(32% - 16px);
}
@media (min-width: 48em) {
  .partners-logos .partners-logos-inner .partner-logo {
    width: 220px;
  }
}

.services-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 0 56px 0;
}
@media (min-width: 48em) {
  .services-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 48px 0 96px 0;
  }
}
@media (min-width: 62em) {
  .services-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 112px 0 78px 0;
  }
}
.services-inner .services-item {
  width: calc(100% - 32px);
}
@media (min-width: 48em) {
  .services-inner .services-item {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .services-inner .services-item {
    width: 25%;
  }
}

.services-block-section h5 {
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 24px;
  width: 225px;
  font-weight: 600;
}
@media (min-width: 62em) {
  .services-block-section h5 {
    padding-bottom: 48px;
  }
}
.services-block-section ul {
  border-bottom: 1px solid #000;
  padding-top: 8px;
  padding-bottom: 48px;
}
@media (min-width: 62em) {
  .services-block-section ul {
    border-top: 1px solid #000;
    padding-top: 40px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.services-block-section ul li {
  list-style-type: none;
  text-transform: uppercase;
  padding: 0px;
  margin: 0;
}
@media (min-width: 62em) {
  .services-block-section ul li {
    padding: 8px 0;
  }
}

.reviews-block-section .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Reddit Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 20px 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  border: 2px solid #000000;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000000;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, transparent));
  background: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  height: auto;
  margin-top: unset;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .reviews-block-section .btn {
    gap: 20px;
  }
}
@media (min-width: 62em) {
  .reviews-block-section .btn {
    gap: 70px;
  }
}
.reviews-block-section .btn svg {
  width: 18px;
  height: 18px;
}
.reviews-block-section .btn svg path {
  stroke: #000000;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: auto;
  height: auto;
}
.reviews-block-section .author {
  padding: 36px 0;
}
@media (min-width: 48em) {
  .reviews-block-section .author {
    padding: 70px 0;
  }
}
.reviews-block-section .navi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-block-section .swiper-button-next:after, .reviews-block-section .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: none;
}
.reviews-block-section .swiper-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  gap: 18px;
}
.reviews-block-section .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #000000;
  opacity: 1;
}
.reviews-block-section .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

.our-team-section .our-team-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding-bottom: 65px;
}
@media (min-width: 48em) {
  .our-team-section .our-team-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.our-team-section .our-team-header .hand {
  margin-top: 40px;
  margin-left: -35px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 140px;
}
@media (min-width: 48em) {
  .our-team-section .our-team-header .hand {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 225px;
    margin-top: 0;
    margin-left: 0;
  }
}
.our-team-section .our-team-header .hand svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-team-section .name {
  text-transform: capitalize;
}

.our-team-section {
  overflow: visible;
}
.our-team-section .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Reddit Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 20px 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 155px;
  border: 2px solid #000000;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000000;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, #F6F3EF));
  background: linear-gradient(to right, black 50%, #F6F3EF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  height: auto;
  margin-top: unset;
  text-transform: uppercase;
  right: 0;
  margin-top: 20px;
}
@media (min-width: 48em) {
  .our-team-section .btn {
    gap: 20px;
  }
}
@media (min-width: 62em) {
  .our-team-section .btn {
    gap: 70px;
  }
}
.our-team-section .btn svg path {
  stroke: #000000;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: auto;
  height: auto;
}
.our-team-section .swiper-button-next:after, .our-team-section .swiper-button-prev:after {
  display: none;
}
.our-team-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}

.cardstype-section-content.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.cardstype-net-text {
  padding-top: 25px;
}
.cardstype-net-text h4 {
  padding-bottom: 0px;
}

.img-container {
  position: relative;
  width: 100%;
  aspect-ratio: 510/630;
}
.img-container .person-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.img-container .centar {
  z-index: 5;
}
.img-container .to-left {
  z-index: 2;
}
.img-container .to-right {
  z-index: 3;
}

.img-net-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 62em) {
  .img-net-block-inner {
    gap: 75px;
  }
}

.img-wrapper {
  border-radius: 16px;
  overflow: hidden;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-wrapper.fw-landscape {
  border-radius: 0;
}

.small-portrait-wrapper, .large-portrait-wrapper, .small-landscape-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 48em) {
  .small-portrait-wrapper, .large-portrait-wrapper, .small-landscape-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 62em) {
  .small-portrait-wrapper, .large-portrait-wrapper, .small-landscape-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.thin-landscape-wrapper, .fw-landscape-wrapper {
  width: 100%;
}

.small-portrait {
  aspect-ratio: 503/629;
  width: 100%;
}
@media (min-width: 48em) {
  .small-portrait {
    width: calc(33% - 8px);
  }
}
@media (min-width: 62em) {
  .small-portrait {
    width: calc(33% - 15px);
  }
}

.small-landscape {
  aspect-ratio: 769/629;
  width: 100%;
}
@media (min-width: 48em) {
  .small-landscape {
    width: calc(50% - 8px);
  }
}
@media (min-width: 62em) {
  .small-landscape {
    width: calc(50% - 15px);
  }
}

.large-portrait {
  width: 100%;
  aspect-ratio: 768/965;
}
@media (min-width: 48em) {
  .large-portrait {
    width: calc(50% - 8px);
  }
}
@media (min-width: 62em) {
  .large-portrait {
    width: calc(50% - 15px);
  }
}
.medium-landscape {
  width: 100%;
  aspect-ratio: 1168/629;
}

@media (min-width: 107.5em) {
  .medium-landscape {
    height: 629px;
    width: 1168px;
  }
}
.landscape-wrapper {
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.landscape {
  width: 100%;
  aspect-ratio: 1567/965;
}
@media (min-width: 107.5em) {
  .landscape {
    width: 1590px;
    height: 965px;
  }
}

.fw-landscape {
  aspect-ratio: 16/9;
  width: 100%;
}
.centered-landscape {
  width: 90%;
  aspect-ratio: 1302/965;
  margin: auto;
}
@media (min-width: 107.5em) {
  .centered-landscape {
    width: 1302px;
    height: 965px;
  }
}

.thin-landscape {
  width: 100%;
}
@media (min-width: 62em) {
  .thin-landscape {
    aspect-ratio: 1567/629;
  }
}
@media (min-width: 107.5em) {
  .thin-landscape {
    width: 1590px;
    height: 629px;
  }
}

.no-wrapper {
  padding: 0;
  max-width: none;
  margin: 0;
}

.img-net .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-section .contact-inner form, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  background-color: #F6F3EF;
  padding: 32px 15px;
  border-radius: 24px;
}
@media (min-width: 48em) {
  .contact-section .contact-inner form, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 {
    padding: 48px;
    gap: 60px 40px;
  }
}
@media (min-width: 62em) {
  .contact-section .contact-inner form, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 {
    gap: 80px 60px;
    padding: 68px;
  }
}
.contact-section .contact-inner form input, .contact-section .contact-inner form textarea, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 input, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 5px 0;
  font-size: 18px;
  color: #000000;
  border-radius: 0;
}
@media (min-width: 48em) {
  .contact-section .contact-inner form input, .contact-section .contact-inner form textarea, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 input, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 textarea {
    padding: 10px 0;
  }
}
.contact-section .contact-inner form textarea#message, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 textarea#message {
  resize: none;
  overflow-y: hidden;
}
.contact-section .contact-inner form .form-group, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (min-width: 48em) {
  .contact-section .contact-inner form .form-group, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 .form-group {
    gap: 8px;
  }
}
.contact-section .contact-inner form .form-group label, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 .form-group label {
  font-size: 18px;
  font-weight: 500;
}
.contact-section .contact-inner form .half-width, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 .half-width {
  width: 100%;
}
@media (min-width: 48em) {
  .contact-section .contact-inner form .half-width, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 .half-width {
    width: calc(50% - 35px);
  }
}
.contact-section .contact-inner form p, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 p {
  max-width: 1600px;
}
.contact-section .contact-inner form .span-in-0 span, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 .span-in-0 span {
  padding-left: 0px;
}
.contact-section .contact-inner form .span-in-0 input, .contact-section .contact-inner form .span-in-0 textarea, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 .span-in-0 input, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 .span-in-0 textarea {
  width: 100%;
}
.contact-section .contact-inner form .full-width, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 .full-width {
  width: 100%;
}
@media (min-width: 48em) {
  .contact-section .contact-inner form .full-width, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 .full-width {
    width: 100%;
  }
}
.contact-section .contact-inner form select, .contact-section .contact-inner .uacf7-form-wrapper-container.uacf7-form-649 select {
  background: none;
  color: #000000;
  border: none;
}
.contact-section .contact-inner .submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 62em) {
  .contact-section .contact-inner .submit-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact-section .contact-inner .submit-container .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000000;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
  width: 100%;
  max-width: 360px;
  line-height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 35.99em) {
  .contact-section .contact-inner .submit-container .btn-container {
    width: 100%;
  }
}
.contact-section .contact-inner .submit-container .btn-container input {
  padding: 0;
  border: none;
  font-size: 18px;
}
.contact-section .contact-inner .submit-container .btn-container:hover input {
  color: #FFFFFF;
}
.contact-section .contact-inner .submit-container .radio-group-wrapper {
  width: 100%;
}
.contact-section .contact-inner .submit-container .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 23.4375em) {
  .contact-section .contact-inner .submit-container .radio-group {
    gap: 12px;
  }
}
@media (min-width: 48em) {
  .contact-section .contact-inner .submit-container .radio-group {
    gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 62em) {
  .contact-section .contact-inner .submit-container .radio-group {
    gap: 20px;
  }
}
@media (min-width: 77.5em) {
  .contact-section .contact-inner .submit-container .radio-group {
    gap: 80px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.contact-section .contact-inner .submit-container .radio-group .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.contact-section .contact-inner .submit-container .radio-group .radio label {
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 80px;
  padding: 10px 14px;
  text-align: center;
}
@media (min-width: 23.4375em) {
  .contact-section .contact-inner .submit-container .radio-group .radio label {
    font-size: 18px;
    padding: 20px 24px;
    width: 150px;
  }
}
@media (min-width: 48em) {
  .contact-section .contact-inner .submit-container .radio-group .radio label {
    width: 180px;
  }
}
.contact-section .contact-inner .submit-container .radio-group .radio:hover label {
  background-color: #000000;
  color: #FFFFFF;
}
.contact-section .contact-inner .submit-container .radio-group .radio .img-wrapper {
  display: none;
}
@media (min-width: 48em) {
  .contact-section .contact-inner .submit-container .radio-group .radio .img-wrapper {
    display: block;
  }
}
@media (max-width: 61.99em) {
  .contact-section .contact-inner .submit-container .radio-group .radio .img-wrapper img {
    width: 85%;
  }
}
.contact-section .contact-inner .submit-container .radio-group .radio input[type=radio] {
  position: absolute; /* убираем из потока */
  opacity: 0; /* полностью скрываем */
  width: 20px;
  height: 20px;
}
.contact-section .contact-inner .submit-container .radio-group p, .contact-section .contact-inner .submit-container .radio-group span {
  padding: 0;
  margin: 0;
}
.contact-section .contact-inner .submit-container .radio-group input {
  width: 20px !important;
}
.contact-section .contact-inner .submit-container .radio-group span.wpcf7-list-item-label {
  width: 180px;
  padding: 20px 24px;
  border: 1px solid #000000;
  border-radius: 80px;
  display: block;
  text-align: center;
  line-height: 100%;
}
.contact-section .contact-inner .submit-container .radio-group span.wpcf7-list-item-label:hover {
  background-color: #000000;
  color: #F6F3EF;
}
.contact-section .contact-inner .submit-container .radio-group .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
.contact-section .contact-inner .submit-container .radio-group .wpcf7-list-item.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.contact-section .contact-inner .submit-container .radio-group .wpcf7-list-item.first::after {
  content: "";
  height: 105px;
  width: 80px;
  display: block;
  background-image: url("../img/yes.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 50%;
  right: 0;
}
.contact-section .contact-inner .submit-container .radio-group .wpcf7-list-item.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.contact-section .contact-inner .submit-container .radio-group .wpcf7-list-item.last::after {
  content: "";
  height: 105px;
  width: 80px;
  display: block;
  background-image: url("../img/no.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 50%;
  right: 0;
}
.contact-section .radio input[type=radio]:checked + label {
  background-color: #95FE89;
  color: #000;
}
.contact-section {
  /* Обёртка для правильного позиционирования SVG */
}
.contact-section .selector-pano {
  height: 116px;
}
.contact-section .border-wrapper {
  border: 1px solid #000000;
  border-radius: 32px;
  background-color: #F6F3EF;
  max-width: 550px;
  z-index: 10;
}
.contact-section .select-wrapper {
  position: relative;
  display: inline-block;
  padding: 14px 0px;
  font-size: 18px;
  max-width: 550px;
  width: 100%;
}
.contact-section {
  /* 1) Убираем дефолтный «стрелочный» стиль браузера */
  /* 2) Добавляем отступ справа, чтобы текст не накладывался на SVG */
}
.contact-section .select-wrapper select {
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Современные браузеры */
  padding-right: 2rem; /* Думаем под размер иконки + отступ */
  width: 100%; /* При желании можно задать фиксированную ширину */
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  cursor: pointer;
}
.contact-section {
  /* 3) Вставляем свой SVG через ::after у родителя */
  /*    Вместо background-image: url('...'); подставьте свой путь к SVG */
}
.contact-section .custom-select-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-section .custom-select-trigger::after {
  content: url("../img/arr-down.svg");
  margin-right: 32px;
  width: 1rem;
  height: 1rem;
  pointer-events: none; /* Чтобы клики шли по select, а не по ::after */
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-section .select-wrapper select:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 0 0 2px rgba(100, 100, 255, 0);
          box-shadow: 0 0 0 2px rgba(100, 100, 255, 0);
}
.contact-section option {
  background-color: #F6F3EF;
  padding: 8px 32px;
  font-size: 18px;
}
.contact-section option:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.contact-section option:checked {
  background-color: #000000;
  color: #FFFFFF;
}
.contact-section {
  /* Скрываем нативный select */
}
.contact-section .native-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}
.contact-section {
  /* Обёртка для кастомного дропдауна */
}
.contact-section .custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.contact-section .custom-select-wrapper > p:first-of-type {
  display: none;
}
.contact-section .custom-select-wrapper .wpcf7-form-control-wrap {
  display: none;
}
.contact-section {
  /* Сам список опций (скрыт по умолчанию) */
}
.contact-section .custom-options {
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0 0 9px 9px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10;
}
.contact-section {
  /* Когда добавлен .open к обёртке — показываем */
}
.contact-section .custom-select-wrapper.open .custom-options {
  max-height: 300px; /* достаточно для списка */
  opacity: 1;
  overflow-y: auto;
}
.contact-section {
  /* Каждая опция в вашем кастомном списке */
}
.contact-section span {
  padding: 8px 32px;
}
.contact-section hr {
  height: 2px;
  margin: 8px 32px;
}
.contact-section .custom-option {
  padding: 8px 32px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.contact-section {
  /* Выбранная по умолчанию опция */
}
.contact-section .custom-option.selected {
  background-color: rgba(0, 0, 0, 0.05);
}
.contact-section {
  /* Hover-эффект */
}
.contact-section .custom-option:hover {
  background-color: #000;
  color: #fff;
}

@media (min-width: 48em) {
  .btn-submit {
    margin-top: 2.5rem;
  }
}

.contact-numbers-section .contact-numbers-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 48em) {
  .contact-numbers-section .contact-numbers-section-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact-numbers-section .contact-numbers-section-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 18px;
  width: 100%;
}
@media (min-width: 48em) {
  .contact-numbers-section .contact-numbers-section-content a {
    width: auto;
  }
}

.address-section .address-section-title {
  font-size: 18px;
  text-transform: uppercase;
  max-width: 300px;
  line-height: 140%;
  margin-bottom: 24px;
  font-weight: 500;
}
.address-section .address-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
.address-section .address-section-content a {
  border: none;
  border-radius: 16px;
  overflow: hidden;
}
.address-section .address-section-content a:hover {
  border: none;
}
.address-section .address-section-content a img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-section .contact-inner .submit-container .btn-container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 120px;
  height: 66px;
  width: 369px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label {
  background: #000000;
  color: #fff;
}

#mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 48em) {
  #mc_embed_signup_scroll {
    gap: 80px 60px;
  }
}
#mc_embed_signup_scroll .mc-field-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (min-width: 48em) {
  #mc_embed_signup_scroll .mc-field-group {
    gap: 8px;
  }
}
#mc_embed_signup_scroll .mc-field-group label {
  font-size: 18px;
  font-weight: 500;
}
#mc_embed_signup_scroll .half-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 48em) {
  #mc_embed_signup_scroll .half-width {
    width: calc(50% - 35px);
  }
}
#mc_embed_signup_scroll .full-width {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 48em) {
  #mc_embed_signup_scroll .full-width {
    width: 100%;
  }
}
#mc_embed_signup_scroll .border-wrapper {
  border: 1px solid #000000;
  border-radius: 32px;
  background-color: #F6F3EF;
  max-width: 550px;
  z-index: 10;
}
#mc_embed_signup_scroll .radio-group-wrapper {
  width: 100%;
}
#mc_embed_signup_scroll .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
}
@media (max-width: 23.4375em) {
  #mc_embed_signup_scroll .radio-group {
    gap: 3%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#mc_embed_signup_scroll .radio-group .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 48%;
}
@media (min-width: 90em) {
  #mc_embed_signup_scroll .radio-group .radio {
    width: auto;
  }
}
#mc_embed_signup_scroll .radio-group .radio label {
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #000000;
  border-radius: 80px;
  padding: 18px 20px;
  min-width: 120px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 198%;
}
@media (min-width: 23.4375em) {
  #mc_embed_signup_scroll .radio-group .radio label {
    font-size: 18px;
  }
}
@media (min-width: 25.9375em) {
  #mc_embed_signup_scroll .radio-group .radio label {
    font-size: 18px;
  }
}
@media (min-width: 48em) {
  #mc_embed_signup_scroll .radio-group .radio label {
    width: 180px;
  }
}
#mc_embed_signup_scroll .radio-group .radio:hover label {
  background-color: #95FE89;
  color: #000000;
}
#mc_embed_signup_scroll .radio-group .radio .img-wrapper {
  display: none;
}
@media (min-width: 48em) {
  #mc_embed_signup_scroll .radio-group .radio .img-wrapper {
    display: block;
  }
}
#mc_embed_signup_scroll .radio-group p, #mc_embed_signup_scroll .radio-group span {
  padding: 0;
  margin: 0;
}
#mc_embed_signup_scroll .radio-group input {
  width: 0px !important;
}
#mc_embed_signup_scroll .submit-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 71.25em) {
  #mc_embed_signup_scroll .submit-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
#mc_embed_signup_scroll .optionalParent {
  width: 100%;
}

#mc_embed_signup div.mce_inline_error {
  color: #000000 !important;
  background-color: transparent !important;
}

#mce-responses {
  margin-top: 2rem;
}

.footer-subscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid #000000;
  border-radius: 80px;
  width: 280px;
  overflow: hidden;
}
.footer-subscribe form:hover {
  background-color: #95FE89;
}
.footer-subscribe form input {
  padding: 14px 20px;
  border: none;
  background-color: transparent;
}
.footer-subscribe form input:focus-visible {
  background-color: #F6F3EF;
  border: none;
  outline: none;
}
.footer-subscribe form input[type=email] {
  border-radius: 80px 0 0 80px;
  border: none;
  outline: none;
}
.footer-subscribe form input[type=email]:focus-visible {
  border: none;
  outline: none;
}
.footer-subscribe form.show-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-subscribe form button {
  border: none;
  border-radius: 0 80px 80px 0;
  background-color: transparent;
}
.footer-subscribe #mc-result-2 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 16px 0 0 16px;
}
.footer-subscribe .email-footer-btn {
  width: 280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-subscribe .email-footer-btn.hide {
  display: none;
}

.img-with-text-block-section .img-with-text-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 62em) {
  .img-with-text-block-section .img-with-text-block-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.img-with-text-block-section .img-with-text-block-inner .img-block {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 1050px;
  aspect-ratio: 1035/629;
}
@media (min-width: 62em) {
  .img-with-text-block-section .img-with-text-block-inner .img-block {
    border-radius: 16px;
    width: 70%;
  }
}
.img-with-text-block-section .img-with-text-block-inner .img-block video, .img-with-text-block-section .img-with-text-block-inner .img-block image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-with-text-block-section .img-with-text-block-inner .text-block {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 62em) {
  .img-with-text-block-section .img-with-text-block-inner .text-block {
    width: 30%;
  }
}
.img-with-text-block-section .img-with-text-block-inner .text-block h5 {
  padding-bottom: 1.4em;
}
.img-with-text-block-section .img-with-text-block-inner .text-block h6 {
  text-transform: uppercase;
  font-weight: 700;
}
.img-with-text-block-section .img-with-text-block-inner .text-block .text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 62em) {
  .img-with-text-block-section .img-with-text-block-inner .text-block .text-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: -webkit-fill-available;
  }
}

.img-with-text-block-section p {
  padding-bottom: 12px;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-2 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 62em) {
  .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hide-desktop {
  display: block;
}
@media (min-width: 62em) {
  .hide-desktop {
    display: none;
  }
}
.hide-desktop h3 {
  padding: 0;
}

.hide-mobile {
  display: block;
}
@media (max-width: 61.99em) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 47.99em) {
  .banner-section .main-wrapper {
    padding: 0;
  }
}

.banner-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F3EF;
  overflow: hidden;
}
@media (min-width: 48em) {
  .banner-section-inner {
    border-radius: 16px;
  }
}
@media (min-width: 62em) {
  .banner-section-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.banner-section-inner .banner-section-content {
  width: 100%;
  padding: 45px 15px;
}
@media (min-width: 62em) {
  .banner-section-inner .banner-section-content {
    padding: 60px;
    width: 50%;
  }
}
@media (min-width: 90em) {
  .banner-section-inner .banner-section-content {
    padding: 60px;
    width: 37%;
  }
}
.banner-section-inner .banner-section-image {
  width: 100%;
  height: 272px;
}
@media (min-width: 62em) {
  .banner-section-inner .banner-section-image {
    width: 50%;
    height: 470px;
  }
}
@media (min-width: 90em) {
  .banner-section-inner .banner-section-image {
    width: 63%;
    height: 470px;
  }
}
.banner-section-inner .banner-section-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 47.99em) {
  .banner-section-inner h3 {
    font-size: 72px;
    letter-spacing: -2px;
  }
}
.banner-section-inner .btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  min-width: 300px;
}

.hand-section .img-wrapper {
  width: 236px;
  height: 236px;
}
.hand-section .img-wrapper img {
  width: 100%;
  height: 100%;
}
.hand-section .img-wrapper.left img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hand-section .img-wrapper.right img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.hand-section .img-wrapper.up img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hand-section .img-wrapper.down img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**
 * Cookie Consent Banner Styles
 */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  padding: 18px 0;
  z-index: 9999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cookie-banner.cookie-banner-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 48em) {
  .cookie-banner {
    padding: 18px 0;
  }
}
@media (min-width: 62em) {
  .cookie-banner {
    padding: 18px 0;
  }
}

.cookie-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 77.5em) {
  .cookie-banner-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.cookie-banner-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFFFFF;
}
.cookie-banner-text p.cookie-text-main {
  font-family: "Reddit Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
  display: inline;
}
@media (min-width: 48em) {
  .cookie-banner-text p.cookie-text-main {
    font-size: 18px;
  }
}
.cookie-banner-text .cookie-text-sub {
  font-family: "Reddit Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
}
@media (min-width: 48em) {
  .cookie-banner-text .cookie-text-sub {
    font-size: 18px;
  }
}

.cookie-banner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 77.5em) {
  .cookie-banner-buttons {
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.cookie-btn {
  font-family: "Reddit Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 24px;
  border-radius: 40px;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 77.5em) {
  .cookie-btn {
    padding: 16px 32px;
    font-size: 18px;
    width: 190px;
  }
}
.cookie-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie-btn.cookie-btn-accept {
  background-color: #95FE89;
  color: #000000;
  border-color: #95FE89;
}
.cookie-btn.cookie-btn-accept:hover {
  background-color: #7FE671;
  border-color: #7FE671;
}

.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.cookie-modal.cookie-modal-visible {
  opacity: 1;
  pointer-events: all;
}

.cookie-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}

.cookie-modal-content {
  position: relative;
  background-color: #000000;
  max-width: 800px;
  width: 100%;
  max-height: calc(100vh - 40px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cookie-modal-visible .cookie-modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 48em) {
  .cookie-modal-content {
    width: 90%;
    max-width: 900px;
  }
}

.cookie-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 32px;
}
@media (min-width: 48em) {
  .cookie-modal-header {
    padding: 0 48px;
  }
}

.cookie-tab-btn {
  font-family: "Lido";
  font-size: 24px;
  font-weight: 400;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  padding: 24px 32px;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (min-width: 48em) {
  .cookie-tab-btn {
    font-size: 32px;
    padding: 32px 40px;
  }
}
@media (min-width: 77.5em) {
  .cookie-tab-btn {
    font-size: 55px;
    padding: 32px 40px;
  }
}
.cookie-tab-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.cookie-tab-btn.active {
  color: #FFFFFF;
}
.cookie-tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #FFFFFF;
}

.cookie-modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 32px;
}
@media (min-width: 48em) {
  .cookie-modal-body {
    padding: 48px;
  }
}

.cookie-tab-content {
  display: none;
  color: #FFFFFF;
  font-family: "Reddit Sans", sans-serif;
  font-size: 16px;
  width: 100%;
}
@media (min-width: 48em) {
  .cookie-tab-content {
    font-size: 18px;
  }
}
.cookie-tab-content.active {
  display: block;
}
.cookie-tab-content h4 {
  margin-bottom: 0px;
  font-weight: 400;
  padding-bottom: 0;
  width: 100%;
}
.cookie-tab-content p {
  margin-bottom: 16px;
  width: 100%;
  max-width: 100% !important;
}
.cookie-tab-content p:last-child {
  margin-bottom: 0;
}
.cookie-tab-content a.cookie-policy-link {
  color: #95FE89;
  text-decoration: underline;
  border-bottom: none;
}
.cookie-tab-content a.cookie-policy-link:hover {
  color: #7FE671;
  border-bottom: none;
}

.cookie-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 24px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 48em) {
  .cookie-modal-footer {
    padding: 32px 48px;
    gap: 24px;
  }
}

.cookie-modal-btn {
  font-family: "Reddit Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 24px;
  border-radius: 40px;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .cookie-modal-btn {
    padding: 16px 32px;
    font-size: 18px;
  }
}
.cookie-modal-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie-modal-btn.cookie-modal-btn-accept {
  background-color: #95FE89;
  color: #000000;
  border-color: #95FE89;
}
.cookie-modal-btn.cookie-modal-btn-accept:hover {
  background-color: #7FE671;
  border-color: #7FE671;
}