@font-face {
  font-family: "PloniRegularAAA";
  src: url("../fonts/ploni-regular-aaa.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PloniRegularAAA";
  src: url("../fonts/ploni-bold-aaa.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "PloniBoldAAA";
  src: url("../fonts/ploni-bold-aaa.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Unbounded-Regular";
  src: url("../fonts/Unbounded-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Codec Cold";
  src: url("../fonts/Codec-Cold-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html, body {
  height: 100%;
  scroll-behavior: smooth;
}

html, body, input, select, textarea, button {
  font-family: "PloniRegularAAA", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: right;
  direction: rtl;
}

body {
  background: #fff url(../img/noise-bg1.webp) top left repeat;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
*, *:before, *:after {
  box-sizing: border-box;
}

picture {
  display: block;
  line-height: 0;
}

img {
  border: none;
  max-width: 100%;
  width: auto;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #128fff;
}

b, strong {
  font-weight: 600;
}

.hidden,
[class^=mobile-],
[class*=" mobile-"] {
  display: none;
}

.-arial {
  font-family: "Arial", "Helvetica", sans-serif;
}

.-simpler-pro {
  font-family: "SimplerPro", "Helvetica", "Arial", sans-serif;
}

.-unbounded {
  font-family: "Unbounded", "Helvetica", "Arial", sans-serif;
}

.-montserrat {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
}
.-montserrat b {
  font-weight: 700;
}

.-upper {
  text-transform: uppercase;
}

.-c-black {
  color: #000;
}

.-c-white {
  color: #fff;
}

.-str-white {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
}

.-menu-pd {
  padding-top: 125px;
}

.-ltr {
  display: inline-block;
  direction: ltr;
}

.fr-text p:not(:last-child) {
  margin-bottom: 25px;
}

.container {
  overflow: hidden;
  min-height: 100%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
}
.container .inner {
  max-width: 1550px;
  margin: 0 auto;
}

.stretch-middle {
  flex-grow: 1;
}

.sub-title {
  position: relative;
  font-size: 22px;
}
.sub-title.-wl:before {
  background: #fff;
}
.sub-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 1px;
  background: #000;
  top: 50%;
  left: 100%;
  margin: -2px 0 0 20px;
}

.title-c-wr {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.title-c {
  display: inline-flex;
  flex-direction: column;
}

.privacy_content {
  padding: 55px 0;
}
.privacy_content ul, .privacy_content ol {
  padding: 0;
  margin: 0;
}
.privacy_content ul li, .privacy_content ol li {
  margin: 0 20px;
}

.st-button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.3s linear;
}
.st-button.-brd {
  border: 1px solid #fff;
}
.st-button.-brr {
  border-radius: 100px;
}
.st-button.-more {
  font-weight: 800;
  font-size: 18px;
  padding: 10px 20px 10px 60px;
  height: 50px;
}
.st-button.-more.-c-white:before {
  border-color: #fff;
}
.st-button.-more:hover {
  color: #fff;
}
.st-button.-more:hover:before {
  width: 100%;
  background: #116FFF;
  border-color: #116FFF;
}
.st-button.-more:before, .st-button.-more:after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.st-button.-more:before {
  content: "";
  border-radius: 25px;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000;
}
.st-button.-more:after {
  content: "+";
  margin: 16px 0 0 20px;
}
.st-button.-hover1 {
  overflow: hidden;
}
.st-button.-hover1:hover {
  color: #000;
}
.st-button.-hover1:hover.-brd {
  border-color: transparent;
}
.st-button.-hover1:not(:hover):before {
  opacity: 0;
  left: 100%;
}
.st-button.-hover1.-brr:before {
  border-radius: 100px;
}
.st-button.-hover1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(93.7deg, #8FFF00 7.26%, #FAFF00 100%);
  transition: all 0.5s linear;
}

.noise-bg-pr {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.noise-bg-pr.-black {
  background: #000;
}
.noise-bg-pr.-black .noise-bg {
  opacity: 0.7;
}
.noise-bg-pr.-blue {
  background: #116FFF;
}
.noise-bg-pr, .noise-bg-pr a {
  color: #fff;
}
.noise-bg-pr .noise-bg-t,
.noise-bg-pr .noise-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
}
.noise-bg-pr .noise-bg-t {
  bottom: -10000px;
}
.noise-bg-pr .noise-bg {
  height: 100%;
  background: url(../img/noise-bg2.webp) top left repeat;
}

.md-marquee-wr {
  width: 100%;
  height: 70px;
  direction: ltr;
  overflow: hidden;
  background: linear-gradient(270deg, #FAFF00 -1.15%, #8FFF00 101.14%);
  color: #000;
  font-size: 1.6015625vw;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.marquee-text {
  position: absolute;
  bottom: 100%;
  height: 0;
  visibility: hidden;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.md-marquee-pf {
  height: 130px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  direction: ltr;
  overflow: hidden;
  color: #fff;
  font-size: 2.17vw;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.marquee-text {
  position: absolute;
  bottom: 100%;
  height: 0;
  visibility: hidden;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.main-scroll-wrap {
  width: 100vw;
  height: 100vh;
}

.stretch-middle {
  overflow: hidden;
}

.scrollbar-track {
  z-index: 100 !important;
}

.grecaptcha-badge {
  display: none;
}

@media all and (max-width: 768px) {
  [class^=desktop-], [class*=" desktop-"] {
    display: none;
  }
  [class^=mobile-], [class*=" mobile-"] {
    display: block;
  }
  .container .inner {
    width: auto;
    max-width: 768px;
    padding: 0 5%;
  }
  .-menu-pd {
    padding-top: 67px;
  }
  .sub-title {
    font-size: 18px;
  }
  .sub-title:before {
    width: 20px;
    margin-left: 10px;
  }
  .title-c-wr {
    display: block;
    padding-right: 25px;
  }
  .mobile-slider-arrow {
    position: absolute;
    top: -6px;
    right: 100%;
    width: 12px;
    height: 13px;
    background: url(../img/design-arrow.svg);
  }
  .mobile-slider-arrow:nth-child(1) {
    margin-right: 11px;
    opacity: 0.2;
  }
  .mobile-slider-arrow:nth-child(2) {
    margin-right: 28px;
    opacity: 0.7;
  }
  .mobile-slider-arrow:nth-child(3) {
    margin-right: 45px;
  }
  .noise-bg-pr .noise-bg {
    top: 0;
    opacity: 0.6;
  }
  .md-marquee-wr {
    height: 8vw;
    font-size: 3.1764705882vw;
    line-height: 111.5%;
    margin-top: 3px;
  }
  .md-marquee-pf {
    height: 14.8235294118vw;
    font-size: 6.3529411765vw;
  }
  .main-scroll-wrap {
    width: 100vw;
    height: auto;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1650px) and (min-width: 769px) {
  .container .inner {
    padding-right: 3%;
    padding-left: 3%;
    max-width: none;
  }
  .md-marquee-wr {
    height: 4.2424242424vw;
  }
  .md-marquee-pf {
    height: 7.8787878788vw;
  }
}
@media all and (max-width: 1440px) and (min-width: 769px) {
  .-menu-pd {
    padding-top: 100px;
  }
}

/*# sourceMappingURL=theme.css.map */
