@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@200;300;400;600;700&family=Poppins&display=swap");
@font-face {
  font-family: "haskoy";
  src: url("../fonts/Haskoy.woff2") format("woff2"), url("../fonts/Haskoy.ttf") format("truetype");
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  width: 100%;
  font-style: normal;
  color: #E9E8F4;
  background: #191918;
  position: relative;
}

body {
  overflow: visible !important;
  scroll-behavior: smooth;
  position: relative;
  touch-action: pan-y, pan-x;
}
@media screen and (min-width: 500px) {
  body {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

#sticky__js__fix {
  position: absolute;
  width: 100%;
  display: block;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12vw;
  background: #DAFEB6;
  height: 13.0555555556vw;
  width: 45.8333333333vw;
  cursor: pointer;
}
.btn a {
  color: #191918;
  text-align: justify;
  font-size: 5vw;
  font-weight: 600;
  line-height: normal;
  text-transform: lowercase;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  .btn {
    border-radius: 10.4166666667vw;
    height: 8.7239583333vw;
    width: 39.0625vw;
  }
  .btn a {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .btn {
    border-radius: 5.5555555556vw;
    height: 4.6527777778vw;
    width: 20.8333333333vw;
    font-size: 2.2222222222vw;
  }
  .btn a {
    font-size: 2.2222222222vw;
  }
}
.btn:hover {
  background: #191918;
  color: #DAFEB6;
}
.btn:hover a {
  color: #DAFEB6;
}

.nav {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 10;
  background: url("../img/bg-mob.png") no-repeat;
  background-size: 100% 100%;
  height: 27.1961666667vw;
  transition-duration: 1.5s;
}
@media screen and (min-width: 700px) {
  .nav {
    height: 15.9993489583vw;
    background: url("../img/bg-tab.png") no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1100px) {
  .nav {
    height: 12.9991666667vw;
    background: url("../img/bg.png") no-repeat;
    background-size: 100% 100%;
  }
}

.nav__new__anim {
  height: 0px;
}

.bgnone {
  background: none;
}

.help__bg {
  background: #E9E8F4;
  margin-top: 16.9444444444vw;
}
@media screen and (min-width: 700px) {
  .help__bg {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .help__bg {
    margin-top: 4.7222222222vw;
  }
}

.navbar {
  width: 100%;
  background: #E9E8F4;
  height: 16.6666666667vw;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  z-index: 10;
  background: rgb(233, 232, 244);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}
@media screen and (min-width: 700px) {
  .navbar {
    height: 7.8125vw;
  }
}
@media screen and (min-width: 1100px) {
  .navbar {
    height: 4.8611111111vw;
    display: flex;
    gap: 17.3611111111vw;
    align-items: center;
    padding-left: 5.4166666667vw;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.navbar .logo {
  padding-top: 3.0555555556vw;
  margin-left: 5.5555555556vw;
  width: 27.7475vw;
}
@media screen and (min-width: 700px) {
  .navbar .logo {
    padding-top: 2.0703125vw;
    margin-left: 7.8125vw;
    width: 13.006640625vw;
  }
}
@media screen and (min-width: 1100px) {
  .navbar .logo {
    padding-top: 0;
    margin-left: 0;
    width: 8.6805555556vw;
  }
}
.navbar .logo img {
  width: 100%;
  height: 100%;
}
.navbar .desc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .navbar .desc {
    display: flex;
    gap: 5.5555555556vw;
    width: 34.8611111111vw;
  }
  .navbar .desc a {
    color: #191918;
    text-align: justify;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
  }
}
.navbar .btn {
  display: none;
}
@media screen and (min-width: 1100px) {
  .navbar .btn {
    display: flex;
    width: 10.5555555556vw;
    height: 2.7083333333vw;
    background: #191918;
    padding: 0.5555555556vw 2.0138888889vw;
    text-align: justify;
  }
  .navbar .btn a {
    color: #DAFEB6;
    font-size: 1.25vw;
    font-weight: 600;
    line-height: normal;
    text-transform: lowercase;
    text-decoration: none;
  }
  .navbar .btn:hover {
    background: #DAFEB6;
  }
  .navbar .btn:hover a {
    color: #191918;
  }
}
@media screen and (min-width: 1100px) {
  .navbar .hamburger-menu {
    display: none;
  }
}
.navbar #menu__toggle {
  display: none;
}
.navbar #menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
.navbar #menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
.navbar #menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
.navbar #menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}
.navbar .menu__btn {
  position: fixed;
  z-index: 11;
  top: 6.9444444444vw;
  right: 5.5555555556vw;
  width: 6.6666666667vw;
  height: 4.4444444444vw;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  .navbar .menu__btn {
    top: 3.8932291667vw;
    right: 7.8125vw;
    width: 3.125vw;
    height: 2.0833333333vw;
  }
}
.navbar .menu__btn > span,
.navbar .menu__btn > span::before,
.navbar .menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #191918;
  transition-duration: 0.5s;
}
.navbar .menu__btn > span::before {
  content: "";
  top: -8px;
}
.navbar .menu__btn > span::after {
  content: "";
  top: 8px;
}
.navbar .menu__box {
  display: block;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -100%;
  width: 64.1666666667vw;
  height: 85.5555555556vw;
  margin: 0;
  padding: 22.7777777778vw 7.5vw;
  list-style: none;
  background-color: #D5B5FF;
  transition-duration: 0.5s;
}
@media screen and (min-width: 700px) {
  .navbar .menu__box {
    width: 52.0833333333vw;
    height: 40.1041666667vw;
    padding: 7.9427083333vw 5.2083333333vw;
  }
}
.navbar .menu__item {
  display: block;
  margin-bottom: 10.5555555556vw;
  color: #191918;
  font-size: 5vw;
  font-weight: 700;
  text-decoration: none;
  transition-duration: 0.5s;
}
@media screen and (min-width: 700px) {
  .navbar .menu__item {
    margin-bottom: 6.7083333333vw;
    font-size: 3.1779947917vw;
  }
}
@media screen and (min-width: 1100px) {
  .navbar .menu__btn {
    display: none;
  }
}

.nav__fix {
  background: rgba(233, 232, 244, 0.5);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  position: fixed;
  z-index: 10;
  top: 0;
}
.nav__fix .logo svg path {
  fill: #191918;
}
.nav__fix .menu__btn > span,
.nav__fix .menu__btn > span::before,
.nav__fix .menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E9E8F4;
  transition-duration: 0.5s;
}

.navbar__shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9;
  height: 16.6666666667vw;
}
@media screen and (min-width: 700px) {
  .navbar__shadow {
    height: 7.8125vw;
  }
}
@media screen and (min-width: 1100px) {
  .navbar__shadow {
    height: 4.8611111111vw;
  }
}

.nav__new__anim2 {
  border-radius: 0px 0px 30px 30px;
  background: rgba(233, 232, 244, 0.5);
  height: 16.6666666667vw;
  transition-duration: 1s;
}
@media screen and (min-width: 700px) {
  .nav__new__anim2 {
    height: 7.8125vw;
  }
}
@media screen and (min-width: 1100px) {
  .nav__new__anim2 {
    height: 4.8611111111vw;
  }
}

.header {
  background: #191918;
  border-radius: 10.2777777778vw 10.2777777778vw 0px 0px;
  height: 160.8855555556vw;
  position: relative;
}
@media screen and (min-width: 700px) {
  .header {
    height: 96.3520833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .header {
    height: 46.6666666667vw;
    border-radius: 8.3611111111vw 8.3611111111vw 0px 0px;
  }
}
.header .title {
  position: absolute;
  top: 20.6111111111vw;
  opacity: 0;
  font-size: 11.6666666667vw;
  font-weight: 500;
  line-height: 13.0555555556vw;
  text-align: center;
  padding-left: 5.5555555556vw;
  padding-right: 5.5555555556vw;
}
@media screen and (min-width: 700px) {
  .header .title {
    top: 16.984375vw;
    line-height: normal;
    font-size: 7.8125vw;
    padding-left: 10.4166666667vw;
    padding-right: 10.4166666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .header .title {
    top: 8.2416666667vw;
    font-size: 5.9232638889vw;
    padding-left: 5.625vw;
    padding-right: 22.0277777778vw;
    text-align: left;
  }
}
.header .title img {
  margin-bottom: -10px;
  width: 11.8011111111vw;
  height: 11.7897222222vw;
}
@media screen and (min-width: 700px) {
  .header .title img {
    width: 8.257421875vw;
    height: 8.2494791667vw;
  }
}
@media screen and (min-width: 1100px) {
  .header .title img {
    margin-bottom: -18px;
    width: 7.6388888889vw;
    height: 7.6388888889vw;
  }
}
.header .title span {
  color: #D5B5FF;
}
.header .btn {
  position: absolute;
  top: 82.9444444444vw;
  left: 27.2222222222vw;
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .header .btn {
    top: 40.8125vw;
    left: 30.46875vw;
  }
}
@media screen and (min-width: 1100px) {
  .header .btn {
    top: 28.1722222222vw;
    left: 5.625vw;
  }
}
.header .btn:hover {
  background: #363636;
}
.header .text__decor {
  position: absolute;
  top: 108.4361111111vw;
  left: 7.5194444444vw;
  width: 55.1744444444vw;
  height: 43.5630555556vw;
}
.header .text__decor .pink {
  position: absolute;
  top: 11%;
  left: -4%;
  transition-duration: 2s;
  width: 38.8888888889vw;
  height: 29.1666666667vw;
  transform: rotate(321deg);
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .header .text__decor .pink {
    top: 12%;
    left: 17%;
    width: 31.25vw;
    height: 22.1354166667vw;
    transform: rotate(332deg);
    opacity: 1;
  }
}
@media screen and (min-width: 1100px) {
  .header .text__decor .pink {
    display: none;
    top: -1000px;
    left: 60%;
    width: 23.6111111111vw;
    height: 18.6458333333vw;
    transform: rotate(338deg);
    opacity: 1;
  }
}
.header .text__decor .green {
  position: absolute;
  top: 47%;
  left: 13%;
  transition-duration: 2s;
  width: 54.1666666667vw;
  height: 16.6666666667vw;
  transform: rotate(342deg);
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .header .text__decor .green {
    top: 43%;
    left: 25%;
    width: 43.6197916667vw;
    height: 14.3229166667vw;
    transform: rotate(354deg);
    opacity: 1;
  }
}
@media screen and (min-width: 1100px) {
  .header .text__decor .green {
    display: none;
    left: -70%;
    top: -1000px;
    width: 33.3333333333vw;
    height: 10.4166666667vw;
    transform: rotate(363deg);
    opacity: 1;
  }
}
.header .text__decor .equal {
  position: absolute;
  top: 35%;
  left: 48%;
  transition-duration: 2s;
  width: 9.025vw;
  height: 9.025vw;
  transform: rotate(321deg);
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .header .text__decor .equal {
    top: 34%;
    left: 59.5%;
    width: 7.1614583333vw;
    height: 7.1614583333vw;
    transform: rotate(339deg);
    opacity: 1;
  }
}
@media screen and (min-width: 1100px) {
  .header .text__decor .equal {
    display: none;
    left: 100%;
    top: -1000px;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    transform: rotate(0);
    opacity: 1;
  }
}
@media screen and (min-width: 700px) {
  .header .text__decor {
    top: 58.2825520833vw;
    left: 4.8268229167vw;
    width: 54.5572916667vw;
    height: 43.4895833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .header .text__decor {
    top: 18.3381944444vw;
    left: 55.1270833333vw;
    width: 41.4008333333vw;
    height: 24.3560416667vw;
  }
}
.header .falling-objects {
  opacity: 0;
}
@media screen and (min-width: 1100px) {
  .header .falling-objects {
    opacity: 1;
  }
}
.header .falling-objects_video {
  position: absolute;
  right: 2.4305555556vw;
  top: 0vw;
  width: 40.9722222222vw;
  opacity: 0;
}
@media screen and (min-width: 1100px) {
  .header .falling-objects_video {
    opacity: 1;
  }
}
.header .decor {
  position: absolute;
  top: 104.7694444444vw;
  right: 11.0805555556vw;
  width: 37.4572222222vw;
  height: 36.6538888889vw;
  opacity: 0;
}
.header .decor img {
  position: absolute;
  top: 0px;
  transition-duration: 2s;
  width: 37.4572222222vw;
  height: 36.6538888889vw;
}
@media screen and (min-width: 700px) {
  .header .decor img {
    width: 33.86875vw;
    height: 33.86875vw;
  }
}
@media screen and (min-width: 1100px) {
  .header .decor img {
    display: none;
    top: -1000px;
    width: 25.9027777778vw;
    height: 25.3472222222vw;
  }
}
@media screen and (min-width: 700px) {
  .header .decor {
    top: 59.2682291667vw;
    right: 14.7109375vw;
    width: 33.86875vw;
    height: 33.86875vw;
    opacity: 1;
  }
}
@media screen and (min-width: 1100px) {
  .header .decor {
    top: 9.4027777778vw;
    right: auto;
    left: 68.2861111111vw;
    width: 25.9027777778vw;
    height: 25.3472222222vw;
    opacity: 1;
  }
}

.statistics {
  background: #191918;
  margin-top: -1px;
  position: relative;
  height: 145.8333333333vw;
}
@media screen and (min-width: 700px) {
  .statistics {
    height: 78.3854166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .statistics {
    height: 68.1944444444vw;
  }
}
.statistics .smile {
  position: absolute;
  top: 8.3333333333vw;
  right: 13.8888888889vw;
  width: 19.7222222222vw;
  height: 20.0575vw;
}
@media screen and (min-width: 700px) {
  .statistics .smile {
    top: 11.1979166667vw;
    left: 10.6770833333vw;
    width: 14.3889322917vw;
    height: 14.6334635417vw;
  }
}
@media screen and (min-width: 1100px) {
  .statistics .smile {
    top: 9.1125vw;
    left: 9.3055555556vw;
    width: 14.6661111111vw;
    height: 14.9154166667vw;
  }
}
.statistics .card {
  background: #363636;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  transition-duration: 1s;
}
.statistics .card:nth-child(2) {
  width: 48.6963888889vw;
  height: 48.6963888889vw;
  padding: 0 7.6777777778vw;
  top: 10.0972222222vw;
  left: 5.9305555556vw;
}
@media screen and (min-width: 700px) {
  .statistics .card:nth-child(2) {
    width: 33.8649739583vw;
    height: 33.8649739583vw;
    padding: 0 3.5989583333vw;
    top: 30.6419270833vw;
    left: 7.0611979167vw;
  }
}
@media screen and (min-width: 1100px) {
  .statistics .card:nth-child(2) {
    width: 34.5174305556vw;
    height: 34.5174305556vw;
    padding: 0 5.2083333333vw;
    top: 27.4576388889vw;
    left: 6.7270833333vw;
    z-index: 1;
  }
}
.statistics .card:nth-child(3) {
  width: 42.1086111111vw;
  height: 42.1086111111vw;
  top: 35.6305555556vw;
  right: 5.8722222222vw;
}
@media screen and (min-width: 700px) {
  .statistics .card:nth-child(3) {
    width: 24.4295572917vw;
    height: 24.4295572917vw;
    top: 10.4270833333vw;
    right: 44.1614583333vw;
  }
}
@media screen and (min-width: 1100px) {
  .statistics .card:nth-child(3) {
    width: 24.9002083333vw;
    height: 24.9002083333vw;
    top: 4.3527777778vw;
    right: auto;
    left: 28.7659722222vw;
  }
}
.statistics .card:nth-child(4) {
  width: 60.5333333333vw;
  height: 60.5333333333vw;
  padding: 0 6.9444444444vw;
  top: 70vw;
  left: 10.3vw;
}
@media screen and (min-width: 700px) {
  .statistics .card:nth-child(4) {
    width: 34.3766927083vw;
    height: 34.3766927083vw;
    padding: 0 3.2552083333vw;
    top: 11.2057291667vw;
    left: 57.9908854167vw;
  }
}
@media screen and (min-width: 1100px) {
  .statistics .card:nth-child(4) {
    width: 35.0390972222vw;
    height: 35.0390972222vw;
    padding: 0 5.2083333333vw;
    top: 7.6479166667vw;
    left: 58.6381944444vw;
  }
}
.statistics .card .title {
  color: #DAFEB6;
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .statistics .card .title {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1100px) {
  .statistics .card:nth-child(2) .title, .statistics .card:nth-child(4) .title {
    font-size: 3.6111111111vw;
  }
}
@media screen and (min-width: 1100px) {
  .statistics .card:nth-child(3) .title {
    font-size: 2.9166666667vw;
    margin-top: -10%;
  }
}
.statistics .card .text {
  color: #E9E8F4;
  text-align: center;
  font-size: 3.8888888889vw;
  font-weight: 300;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .statistics .card .text {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .statistics .card:nth-child(3) .text {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1100px) {
  .statistics .card:nth-child(2) .text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .statistics .card:nth-child(4) .text {
    font-size: 1.4583333333vw;
    padding: 0 2.0833333333vw;
  }
}
.statistics .decor {
  position: absolute;
  bottom: 3.0555555556vw;
  right: 0vw;
  width: 27.615vw;
  height: 59.8469444444vw;
}
@media screen and (min-width: 700px) {
  .statistics .decor {
    bottom: -28.9296875vw;
    width: 16.015625vw;
    height: 49.7395833333vw;
    z-index: 1;
  }
}
@media screen and (min-width: 1100px) {
  .statistics .decor {
    bottom: -13.3458333333vw;
    width: 18.125vw;
    height: 42.5694444444vw;
  }
}

.helps {
  background: #191918;
  padding: 16.6944444444vw 12.5vw 17.9777777778vw 16.9444444444vw;
  margin-top: -1px;
  position: relative;
}
@media screen and (min-width: 700px) {
  .helps {
    padding: 10.4166666667vw 7.9427083333vw 5.46875vw 43.6197916667vw;
  }
}
@media screen and (min-width: 1100px) {
  .helps {
    padding: 0 16.9208333333vw 7.9861111111vw 49.8194444444vw;
    margin-top: -135px;
  }
}
.helps .title {
  width: 58.9983333333vw;
  color: #E9E8F4;
  font-size: 11.6666666667vw;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 4.1694444444vw;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .helps .title {
    width: 33.984375vw;
    font-size: 7.8125vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 1100px) {
  .helps .title {
    width: auto;
    font-size: 6.1111111111vw;
    margin-bottom: 2.1180555556vw;
  }
}
.helps .heard {
  position: absolute;
  top: 17.8055555556vw;
  right: 18.8861111111vw;
}
@media screen and (min-width: 700px) {
  .helps .heard {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .helps .heard {
    display: block;
    top: 9.0277777778vw;
    right: 17.5vw;
  }
}
.helps .heard svg {
  width: 12.7777777778vw;
  height: 12.7777777778vw;
}
@media screen and (min-width: 700px) {
  .helps .heard svg {
    width: 9.5221354167vw;
    height: 9.51953125vw;
  }
}
@media screen and (min-width: 1100px) {
  .helps .heard svg {
    width: 5.0784722222vw;
    height: 5.0770833333vw;
  }
}
.helps .subtitle {
  color: #E9E8F4;
  font-size: 3.8888888889vw;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 9.7444444444vw;
}
@media screen and (min-width: 700px) {
  .helps .subtitle {
    font-size: 2.34375vw;
    margin-bottom: 5.078125vw;
  }
}
@media screen and (min-width: 1100px) {
  .helps .subtitle {
    font-size: 1.6666666667vw;
    margin-bottom: 6.0409722222vw;
  }
}
.helps .up__cont {
  margin-bottom: 11.1111111111vw;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .helps .up__cont {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .helps .up__cont {
    margin-bottom: 5.5555555556vw;
  }
}
.helps .up__cont .card .title {
  color: #E9E8F4;
  font-family: Geologica;
  font-size: 5vw;
  font-weight: 600;
  line-height: 110%;
}
@media screen and (min-width: 700px) {
  .helps .up__cont .card .title {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1100px) {
  .helps .up__cont .card .title {
    font-size: 1.6666666667vw;
    margin-bottom: 0.9722222222vw;
  }
}
.helps .up__cont .card .text {
  color: #E9E8F4;
  opacity: 0.7;
  font-size: 3.8888888889vw;
  font-weight: 300;
  line-height: 110%;
}
@media screen and (min-width: 700px) {
  .helps .up__cont .card .text {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 1100px) {
  .helps .up__cont .card .text {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1100px) {
  .helps .btn {
    margin-top: -1.3888888889vw;
  }
}
.helps .btn:hover {
  background: #363636;
}
.helps .decor {
  display: none;
}
@media screen and (min-width: 1100px) {
  .helps .decor {
    display: block;
    position: absolute;
    bottom: -13.5416666667vw;
    left: 0vw;
    width: 49.375vw;
    height: 90.8333333333vw;
  }
}
.helps .decor__tab {
  display: none;
}
@media screen and (min-width: 700px) {
  .helps .decor__tab {
    display: block;
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    width: 47.265625vw;
    height: 132.421875vw;
  }
}
@media screen and (min-width: 1100px) {
  .helps .decor__tab {
    display: none;
  }
}

.platforms {
  background: #E9E8F4;
  padding-bottom: 28.8611111111vw;
  margin-top: -1px;
}
@media screen and (min-width: 700px) {
  .platforms {
    padding-bottom: 18.2291666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .platforms {
    padding-bottom: 6.8055555556vw;
  }
}
.platforms .p__cont {
  border-radius: 0px 0px 10.2777777778vw 10.2777777778vw;
  padding: 6.9444444444vw 8.3333333333vw 8.3333333333vw 8.3333333333vw;
  margin-bottom: 18.0555555556vw;
  background: #191918;
}
@media screen and (min-width: 700px) {
  .platforms .p__cont {
    padding: 7.1614583333vw 21.3541666667vw;
    border-radius: 7.2916666667vw 0px 7.2916666667vw 9.8958333333vw;
    margin-bottom: 15.1041666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .platforms .p__cont {
    padding: 5.9840277778vw 13.6111111111vw 7.8590277778vw 13.6111111111vw;
    border-radius: 8.3333333333vw 0px 8.3333333333vw 8.3333333333vw;
    margin-bottom: 6.7243055556vw;
  }
}
.platforms .p__cont h3 {
  color: #E9E8F4;
  font-size: 11.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .platforms .p__cont h3 {
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 1100px) {
  .platforms .p__cont h3 {
    font-size: 5.2083333333vw;
  }
}
.platforms .p__cont h3 span:nth-child(1) {
  color: #D5B5FF;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .platforms .cont__list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding-left: 17.0572916667vw;
    padding-right: 6.7708333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .platforms .cont__list {
    gap: 50px;
    padding: 0 15.7791666667vw;
    justify-content: space-between;
  }
}
.platforms .cont__list .list {
  margin-top: 11.1111111111vw;
  padding-left: 21.6666666667vw;
  padding-right: 20vw;
}
@media screen and (min-width: 700px) {
  .platforms .cont__list .list {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    width: 34.095703125vw;
  }
}
@media screen and (min-width: 1100px) {
  .platforms .cont__list .list {
    width: 18.184375vw;
  }
}
.platforms .cont__list .list .title__cont {
  display: flex;
}
.platforms .cont__list .list .title__cont .icon {
  width: 7.5vw;
  height: 7.5vw;
  margin-right: 2.7777777778vw;
}
@media screen and (min-width: 700px) {
  .platforms .cont__list .list .title__cont .icon {
    width: 3.515625vw;
    height: 3.515625vw;
    margin-right: 1.3020833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .platforms .cont__list .list .title__cont .icon {
    width: 1.875vw;
    height: 1.875vw;
    margin-right: 0.6944444444vw;
  }
}
.platforms .cont__list .list .title__cont .header__text {
  color: #000;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .platforms .cont__list .list .title__cont .header__text {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1100px) {
  .platforms .cont__list .list .title__cont .header__text {
    font-size: 1.6666666667vw;
  }
}
.platforms .cont__list .list ul {
  margin-top: 2.7777777778vw;
  padding-left: 7.2222222222vw;
}
@media screen and (min-width: 700px) {
  .platforms .cont__list .list ul {
    margin-top: 1.3020833333vw;
    padding-left: 4.296875vw;
  }
}
@media screen and (min-width: 1100px) {
  .platforms .cont__list .list ul {
    margin-top: 0.6944444444vw;
    padding-left: 2.2916666667vw;
  }
}
.platforms .cont__list .list ul li {
  color: #000;
  opacity: 0.7;
  font-size: 5vw;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 0.5555555556vw;
}
@media screen and (min-width: 700px) {
  .platforms .cont__list .list ul li {
    font-size: 3.125vw;
    margin-bottom: 0.2604166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .platforms .cont__list .list ul li {
    font-size: 1.6666666667vw;
    margin-bottom: 0.1388888889vw;
  }
}

.scentbird {
  background: #191918;
  padding: 18.0555555556vw 5.5555555556vw 20.2777777778vw 5.5555555556vw;
  position: relative;
  border-radius: 10.2777777778vw;
  margin-top: -10%;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 700px) {
  .scentbird {
    padding: 10.0260416667vw 5.46875vw 15.3645833333vw 8.0729166667vw;
    border-radius: 10.0260416667vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .first__block {
    padding-left: 50vw;
  }
}
.scentbird .cont .first__block .title {
  color: #DAFEB6;
  font-size: 10vw;
  font-weight: 600;
  line-height: 80%;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .first__block .title {
    font-size: 6.5104166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .first__block .title {
    font-size: 4.8611111111vw;
  }
}
.scentbird .cont .first__block .title span {
  display: block;
  font-weight: 400;
  font-size: 5vw;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .first__block .title span {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .first__block .title span {
    font-size: 1.9444444444vw;
  }
}
.scentbird .cont .first__block .icon__top {
  position: absolute;
  top: 13.3333333333vw;
  right: 5.5555555556vw;
  width: 17.5vw;
  height: 18.0452777778vw;
  border-radius: 23.197px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #363636;
  color: rgba(218, 254, 182, 0.3);
  font-size: 3.2875vw;
  font-weight: 700;
}
.scentbird .cont .first__block .icon__top span {
  color: #DAFEB6;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .first__block .icon__top {
    top: 9.375vw;
    right: 7.8125vw;
    width: 11.5885416667vw;
    height: 11.9497395833vw;
    border-radius: 32.77px;
    font-size: 2.1770833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .first__block .icon__top {
    top: 0.8743055556vw;
    right: auto;
    left: 2.4694444444vw;
    width: 13.0555555556vw;
    height: 13.0555555556vw;
  }
}
.scentbird .cont .first__block .info {
  color: #F4F4F4;
  margin: 6.9444444444vw 0 13.8888888889vw 0;
  font-size: 5vw;
  font-weight: 300;
  line-height: 120%;
  opacity: 0.7;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .first__block .info {
    margin: 3.7760416667vw 0 6.5104166667vw 0;
    font-size: 2.34375vw;
    width: 68.359375vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .first__block .info {
    margin: 2.0138888889vw 0 3.8458333333vw 0;
    font-size: 1.25vw;
    width: 38.5460416667vw;
  }
}
.scentbird .cont .first__block .list__cont {
  margin-bottom: 11.1111111111vw;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .first__block .list__cont {
    display: flex;
    margin-bottom: 13.0208333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .first__block .list__cont {
    gap: 4.5833333333vw;
    margin-bottom: 0;
  }
}
.scentbird .cont .first__block .list__cont .list .title {
  color: #D5B5FF;
  font-size: 6.6666666667vw;
  margin-bottom: 4.4444444444vw;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .first__block .list__cont .list .title {
    font-size: 3.125vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .first__block .list__cont .list .title {
    font-size: 1.6666666667vw;
    margin-bottom: 1.1111111111vw;
  }
}
.scentbird .cont .first__block .list__cont .list ul {
  padding: 0 17.2222222222vw 0 8.3333333333vw;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .first__block .list__cont .list ul {
    padding: 0 0 0 3.90625vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .first__block .list__cont .list ul {
    padding: 0 0 0 1.7361111111vw;
    width: 18.1641666667vw;
  }
}
.scentbird .cont .first__block .list__cont .list ul li {
  color: #E9E8F4;
  opacity: 0.7;
  font-size: 5vw;
  margin-bottom: 6.9444444444vw;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .first__block .list__cont .list ul li {
    font-size: 2.0833333333vw;
    margin-bottom: 3.2552083333vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .first__block .list__cont .list ul li {
    font-size: 1.1111111111vw;
    margin-bottom: 1.3888888889vw;
  }
}
.scentbird .cont .second__block {
  display: flex;
  margin-top: 13.8888888889vw;
  flex-direction: row-reverse;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .second__block {
    margin-top: 0;
    padding-right: 19.4010416667vw;
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .second__block {
    margin-top: -54%;
    padding-left: 5.7263888889vw;
  }
}
.scentbird .cont .second__block .sub__block {
  padding-top: 22.2222222222vw;
  padding-right: 4.4444444444vw;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .second__block .sub__block {
    order: 1;
    padding-top: 10.4166666667vw;
    padding-left: 7.03125vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .second__block .sub__block {
    order: 0;
    padding-top: 11.5972222222vw;
    padding-left: 0;
  }
}
.scentbird .cont .second__block .sub__block .bg {
  position: absolute;
  bottom: 33.8888888889vw;
  left: -2%;
  z-index: 0;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .second__block .sub__block .bg {
    top: 104.1666666667vw;
    right: 0%;
    transform: scale(-1, 1);
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .second__block .sub__block .bg {
    top: 4.0277777778vw;
    right: auto;
    left: 0px;
    transform: scale(1, 1);
  }
}
.scentbird .cont .second__block .sub__block .bg .bg__img {
  width: 34.7222222222vw;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .second__block .sub__block .bg .bg__img {
    width: 27.6559895833vw;
    margin-top: 27.34375vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .second__block .sub__block .bg .bg__img {
    width: 17.8748611111vw;
    margin-left: 0 !important;
    margin-top: 0vw;
  }
}
.scentbird .cont .second__block .sub__block .subtitle {
  color: #191918;
  position: relative;
  font-family: "haskoy";
  font-size: 4.4444444444vw;
  margin-bottom: 1.6277777778vw;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .second__block .sub__block .subtitle {
    font-size: 3.125vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .second__block .sub__block .subtitle {
    font-size: 1.6666666667vw;
    margin-bottom: 0.6944444444vw;
    width: 7.9861111111vw;
  }
}
.scentbird .cont .second__block .sub__block .subtext {
  color: #191918;
  position: relative;
  font-family: "haskoy";
  font-size: 3.3333333333vw;
  margin-bottom: 3.8111111111vw;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .second__block .sub__block .subtext {
    font-size: 2.34375vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .second__block .sub__block .subtext {
    font-size: 1.25vw;
    margin-bottom: 1.3888888889vw;
    width: 7.9861111111vw;
  }
}
.scentbird .cont .second__block img {
  width: 63.0644444444vw;
  height: 123.3333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .scentbird .cont .second__block img {
    width: 45.0079427083vw;
    height: 88.0208333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .scentbird .cont .second__block img {
    width: 24.7245138889vw;
    height: 48.3530555556vw;
    margin-left: 4.0277777778vw;
  }
}

.chatfuel {
  background: #E9E8F4;
  padding: 27.7777777778vw 3.7083333333vw 19.4444444444vw 5.5555555556vw;
  position: relative;
  z-index: 2;
  margin-top: -10%;
}
@media screen and (min-width: 700px) {
  .chatfuel {
    padding: 19.140625vw 5.46875vw 19.53125vw 8.0729166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel {
    display: none;
  }
}
.chatfuel .cont .first__block .title {
  color: #191918;
  font-size: 10vw;
  font-weight: 600;
  line-height: 80%;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .first__block .title {
    font-size: 6.5104166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .first__block .title {
    font-size: 4.8611111111vw;
  }
}
.chatfuel .cont .first__block .title span {
  display: block;
  font-weight: 400;
  font-size: 5vw;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .first__block .title span {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .first__block .title span {
    font-size: 1.9444444444vw;
  }
}
.chatfuel .cont .first__block .icon__top {
  position: absolute;
  top: 25.8333333333vw;
  right: 5.5555555556vw;
  width: 17.5vw;
  height: 18.0452777778vw;
  border-radius: 23.197px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #AA81F3;
  color: rgba(233, 232, 244, 0.45);
  font-size: 3.2875vw;
  font-weight: 700;
}
.chatfuel .cont .first__block .icon__top span {
  color: #E9E8F4;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .first__block .icon__top {
    top: 15.8854166667vw;
    right: 7.8125vw;
    width: 11.5885416667vw;
    height: 11.9497395833vw;
    border-radius: 32.77px;
    font-size: 2.1770833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .first__block .icon__top {
    top: 0.8743055556vw;
    right: auto;
    left: 2.4694444444vw;
    width: 13.0555555556vw;
    height: 13.0555555556vw;
  }
}
.chatfuel .cont .first__block .info {
  color: #191918;
  margin: 6.9444444444vw 0 13.8888888889vw 0;
  padding-right: 1.8472222222vw;
  font-size: 5vw;
  font-weight: 300;
  line-height: 120%;
  opacity: 0.7;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .first__block .info {
    margin: 3.7760416667vw 0 6.5104166667vw 0;
    font-size: 2.34375vw;
    width: 68.359375vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .first__block .info {
    margin: 2.0138888889vw 0 2.4569444444vw 0;
    font-size: 1.25vw;
    width: 39.9349305556vw;
  }
}
.chatfuel .cont .first__block .list__cont {
  margin-bottom: 11.1111111111vw;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .first__block .list__cont {
    display: flex;
    margin-bottom: 13.0208333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .first__block .list__cont {
    gap: 4.5833333333vw;
    margin-bottom: 0;
  }
}
.chatfuel .cont .first__block .list__cont .list .title {
  color: #191918;
  font-size: 6.6666666667vw;
  margin-bottom: 4.4444444444vw;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .first__block .list__cont .list .title {
    font-size: 3.125vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .first__block .list__cont .list .title {
    font-size: 1.6666666667vw;
    margin-bottom: 1.1111111111vw;
  }
}
.chatfuel .cont .first__block .list__cont .list ul {
  padding: 0 17.2222222222vw 0 8.3333333333vw;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .first__block .list__cont .list ul {
    padding: 0 0 0 3.90625vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .first__block .list__cont .list ul {
    padding: 0 0 0 1.7361111111vw;
    width: 18.1641666667vw;
  }
}
.chatfuel .cont .first__block .list__cont .list ul li {
  color: #191918;
  opacity: 0.7;
  font-size: 5vw;
  margin-bottom: 6.9444444444vw;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .first__block .list__cont .list ul li {
    font-size: 2.0833333333vw;
    margin-bottom: 3.2552083333vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .first__block .list__cont .list ul li {
    font-size: 1.1111111111vw;
    margin-bottom: 1.3888888889vw;
  }
}
.chatfuel .cont .second__block {
  display: flex;
  margin-top: 13.8888888889vw;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .second__block {
    margin-top: 13.0208333333vw;
    margin-right: 20.1822916667vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .second__block {
    margin-top: -36%;
    margin-right: 0;
    margin-left: 51.5972222222vw;
  }
}
.chatfuel .cont .second__block .sub__block {
  padding-top: 27.7777777778vw;
  padding-left: 4.4444444444vw;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .second__block .sub__block {
    margin-top: 13.0208333333vw;
    padding-top: 10.4166666667vw;
    padding-left: 5.2083333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .second__block .sub__block {
    margin-top: 0;
    padding-top: 11.3194444444vw;
    padding-left: 6.0416666667vw;
    padding-right: 2.4305555556vw;
  }
}
.chatfuel .cont .second__block .sub__block .bg {
  position: absolute;
  bottom: 48.8888888889vw;
  transform: scale(-1, 1);
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .second__block .sub__block .bg {
    bottom: 42.96875vw;
    transform: scale(1, 1);
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .second__block .sub__block .bg {
    top: 2.6041666667vw;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: scale(1, 1);
  }
}
.chatfuel .cont .second__block .sub__block .bg img {
  width: 34.4444444444vw;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .second__block .sub__block .bg img {
    width: 29.4270833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .second__block .sub__block .bg img {
    width: 17.8748611111vw;
  }
}
.chatfuel .cont .second__block .sub__block .subtitle {
  color: #fff;
  position: relative;
  font-family: "haskoy";
  font-size: 3.6205555556vw;
  margin-bottom: 1.6277777778vw;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .second__block .sub__block .subtitle {
    font-size: 2.734375vw;
    margin-bottom: 1.3020833333vw;
    margin-left: -25%;
    padding-right: 1.3020833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .second__block .sub__block .subtitle {
    font-size: 1.6666666667vw;
    margin-bottom: 0.6944444444vw;
    margin-left: -25%;
    padding-right: 0.6944444444vw;
  }
}
.chatfuel .cont .second__block .sub__block .subtext {
  color: #fff;
  position: relative;
  font-family: "haskoy";
  font-size: 3.3333333333vw;
  margin-bottom: 3.8111111111vw;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .second__block .sub__block .subtext {
    font-size: 2.34375vw;
    margin-bottom: 2.6041666667vw;
    margin-left: -25%;
    padding-right: 1.3020833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .second__block .sub__block .subtext {
    font-size: 1.25vw;
    margin-bottom: 1.3888888889vw;
    margin-left: -25%;
    padding-right: 0.6944444444vw;
  }
}
.chatfuel .cont .second__block img {
  width: 63.0644444444vw;
  height: 123.3333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .second__block img {
    width: 45.0079427083vw;
    height: 88.0208333333vw;
    order: 1;
  }
}
@media screen and (min-width: 1100px) {
  .chatfuel .cont .second__block img {
    width: 24.7245138889vw;
    height: 48.3530555556vw;
    order: 0;
  }
}
.chatfuel .cont .btn {
  margin: 0 auto;
  margin-top: 8.3333333333vw;
  background: #D5B5FF;
}
.chatfuel .cont .btn:hover {
  background: #DAFEB6;
}
.chatfuel .cont .btn a {
  color: #191918;
  text-transform: none;
}
.chatfuel .cont .btn a:hover {
  color: #000;
}
@media screen and (min-width: 700px) {
  .chatfuel .cont .btn {
    width: 47.65625vw;
    height: 8.7239583333vw;
    margin-top: 7.8125vw;
  }
  .chatfuel .cont .btn a {
    font-size: 4.1666666667vw;
  }
}

.girlcasusel {
  display: none;
}
@media screen and (min-width: 1100px) {
  .girlcasusel {
    display: block;
    height: 63.5416666667vw;
    padding: 0 0 4.1666666667vw 0;
    background: #E9E8F4;
    position: relative;
    margin-top: -1px;
  }
}
.girlcasusel .icon__top {
  position: absolute;
  top: 2.6388888889vw;
  left: 5.5555555556vw;
  width: 5.9027777778vw;
  height: 5.9027777778vw;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #363636;
  color: #DAFEB6;
  font-size: 1.25vw;
  font-weight: 700;
}
.girlcasusel .icon__top span {
  color: #DAFEB6;
}
.girlcasusel .icon__top p {
  opacity: 0.3;
}
.girlcasusel .bg {
  background: #191918;
  border-radius: 35px;
  height: 46.1805555556vw;
}
.girlcasusel .bg img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 34.7222222222vw;
  height: 42.0138888889vw;
}
.girlcasusel .bg .dop__text {
  position: absolute;
  top: 28%;
  left: 4%;
  z-index: 1;
}
.girlcasusel .bg .dop__text .subtitle {
  color: #191918;
  font-family: "haskoy";
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 0.8333333333vw;
}
.girlcasusel .bg .dop__text .subtext {
  color: #191918;
  font-family: "haskoy";
  font-size: 1.1805555556vw;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 0.6944444444vw;
}
.girlcasusel .first__block {
  padding-left: 43.3333333333vw;
  padding-top: 3.8194444444vw;
  padding-bottom: 1.3888888889vw;
}
.girlcasusel .first__block .title {
  color: #DAFEB6;
  font-size: 3.4722222222vw;
  font-weight: 600;
  line-height: 90%;
}
.girlcasusel .first__block .title span {
  display: block;
  font-weight: 400;
  font-size: 1.7361111111vw;
}
.girlcasusel .first__block .info {
  color: #f4f4f4;
  font-weight: 300;
  line-height: 120%;
  opacity: 0.7;
  margin: 0.9027777778vw 0 2.9166666667vw 0;
  font-size: 1.0416666667vw;
  width: 39.9349305556vw;
}
.girlcasusel .first__block .list__cont {
  gap: 4.5833333333vw;
  margin-bottom: 0;
  display: flex;
}
.girlcasusel .first__block .list__cont .list .title {
  color: #D5B5FF;
  font-weight: 600;
  line-height: 120%;
  font-size: 1.6666666667vw;
  margin-bottom: 1.1111111111vw;
}
.girlcasusel .first__block .list__cont .list ul {
  padding: 0 0 0 1.7361111111vw;
  width: 20.2475vw;
}
.girlcasusel .first__block .list__cont .list ul li {
  font-size: 1.0416666667vw;
  margin-bottom: 0.625vw;
  color: #E9E8F4;
  opacity: 0.7;
  font-weight: 300;
}
.girlcasusel .first__block .list__cont .list:nth-child(2) > ul {
  width: 21.4280555556vw;
}
.girlcasusel .ipad-prev {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 44px;
  right: 12.4305555556vw;
  width: 5.9027777778vw;
  height: 5.9027777778vw;
  border-radius: 23px;
  background: #363636;
  z-index: 1;
}
.girlcasusel .ipad-next {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 44px;
  right: 5.8333333333vw;
  width: 5.9027777778vw;
  height: 5.9027777778vw;
  border-radius: 23px;
  background: #363636;
  z-index: 1;
}
.girlcasusel .left {
  position: absolute;
  height: 46.1805555556vw;
  width: 50vw;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.girlcasusel .right {
  position: absolute;
  height: 46.1805555556vw;
  width: 50vw;
  top: 0px;
  right: 0px;
  z-index: 10;
}

.work {
  background: #191918;
  padding: 16.6944444444vw 5.5555555556vw 16.9166666667vw 5.5555555556vw;
  position: relative;
  margin-top: -10%;
  border-radius: 10.2777777778vw 10.2777777778vw 0 0;
  z-index: 3;
}
@media screen and (min-width: 700px) {
  .work {
    padding: 10.4166666667vw 7.8125vw 5.7291666667vw 7.8125vw;
  }
}
@media screen and (min-width: 1100px) {
  .work {
    border-radius: 37px;
    padding: 6.5972222222vw 5.0694444444vw 3.3569444444vw 5.0694444444vw;
  }
}
.work h4 {
  color: #E9E8F4;
  text-align: center;
  font-size: 11.6666666667vw;
  margin-bottom: 13.8888888889vw;
  font-weight: 700;
  line-height: 120%;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .work h4 {
    font-size: 7.8125vw;
    margin-bottom: 9.6354166667vw;
    text-align: left;
  }
}
@media screen and (min-width: 1100px) {
  .work h4 {
    font-size: 6.1111111111vw;
    margin-bottom: 6.3770833333vw;
  }
}
.work h4 span:nth-child(2) {
  color: #D5B5FF;
}
.work .smile {
  display: none;
}
@media screen and (min-width: 700px) {
  .work .smile {
    position: absolute;
    top: 9.6354166667vw;
    right: 24.0885416667vw;
    width: 10.8072916667vw;
    height: 10.991015625vw;
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .work .smile {
    top: 6.5277777778vw;
    right: 43.2611111111vw;
    width: 8.876875vw;
    height: 9.0277777778vw;
  }
}
@media screen and (min-width: 700px) {
  .work .card__cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 74px;
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont {
    margin-top: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 700px) {
  .work .card__cont .card:nth-child(1) {
    margin-left: -55%;
  }
  .work .card__cont .card:nth-child(2) {
    margin-left: 55%;
    margin-top: -25%;
  }
  .work .card__cont .card:nth-child(3) {
    margin-left: -55%;
    margin-top: -25%;
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont .card:nth-child(1) {
    margin-left: 0;
  }
  .work .card__cont .card:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
  }
  .work .card__cont .card:nth-child(3) {
    margin-left: 0;
    margin-top: 0;
  }
}
.work .card__cont .card .int {
  color: #DAFEB6;
  font-size: 13.4261111111vw;
  font-weight: 700;
  line-height: 120%;
  width: 29.2230555556vw;
  height: 30.7066666667vw;
  border-radius: 5.5555555556vw;
  background: #363636;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .work .card__cont .card .int {
    font-size: 5.597265625vw;
    width: 12.4145833333vw;
    height: 13.3223958333vw;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont .card .int {
    font-size: 4.1666666667vw;
    width: 9.2415277778vw;
    height: 9.5295138889vw;
    border-radius: 2.0833333333vw;
  }
}
.work .card__cont .card .info {
  background-image: url("../img/work/bg.png");
  background-repeat: no-repeat;
  background-size: 89.4444444444vw 102.7777777778vw;
  width: 89.4444444444vw;
  height: 102.7777777778vw;
  margin-top: -30.8333333333vw;
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 700px) {
  .work .card__cont .card .info {
    width: 40.7552083333vw;
    height: 49.609375vw;
    background-size: 40.7552083333vw 49.609375vw;
    margin-top: -33%;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont .card .info {
    background-size: 27.7256944444vw 32.8586111111vw;
    width: 27.7256944444vw;
    height: 32.8586111111vw;
    margin-top: -9.5138888889vw;
    margin-bottom: 0;
  }
}
.work .card__cont .card .info .title {
  color: #E9E8F4;
  font-size: 6.6666666667vw;
  padding-top: 11.9444444444vw;
  font-weight: 700;
  line-height: 120%;
  padding-left: 41.4611111111vw;
}
@media screen and (min-width: 700px) {
  .work .card__cont .card .info .title {
    font-size: 3.125vw;
    padding-top: 4.296875vw;
    padding-left: 18.4895833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont .card .info .title {
    font-size: 1.9444444444vw;
    padding-top: 3.7284722222vw;
    padding-left: 12.8673611111vw;
  }
}
@media screen and (min-width: 700px) {
  .work .card__cont .card .info .fix__p {
    padding-left: 19.7916666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont .card .info .fix__p {
    padding-left: 12.8673611111vw;
  }
}
.work .card__cont .card .info ul {
  margin-top: 20.7638888889vw;
  padding-left: 13.8888888889vw;
  padding-right: 8.8888888889vw;
}
@media screen and (min-width: 700px) {
  .work .card__cont .card .info ul {
    margin-top: 9.4283854167vw;
    padding-left: 6.25vw;
    padding-right: 7.4505208333vw;
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont .card .info ul {
    margin-top: 7.1319444444vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.2791666667vw;
  }
}
.work .card__cont .card .info ul li {
  color: #E9E8F4;
  opacity: 0.7;
  font-size: 5vw;
  font-weight: 200;
  line-height: 120%;
  margin-bottom: 3.6111111111vw;
}
@media screen and (min-width: 700px) {
  .work .card__cont .card .info ul li {
    font-size: 2.0833333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont .card .info ul li {
    font-size: 1.25vw;
    margin-bottom: 1.5972222222vw;
  }
}
@media screen and (min-width: 700px) {
  .work .card__cont .card .info .fix__ul {
    margin-top: 13.3346354167vw;
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont .card .info .fix__ul {
    margin-top: 7.1319444444vw;
  }
}
.work .card__cont .card .fix__iphone {
  background-size: 89.4444444444vw 108.3333333333vw;
  width: 89.4444444444vw;
  height: 108.3333333333vw;
}
@media screen and (min-width: 700px) {
  .work .card__cont .card .fix__iphone {
    width: 40.7552083333vw;
    height: 49.609375vw;
    background-size: 40.7552083333vw 49.609375vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont .card .fix__iphone {
    background-size: 27.7256944444vw 32.8586111111vw;
    width: 27.7256944444vw;
    height: 32.8586111111vw;
    margin-top: -9.5138888889vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .work .card__cont .card .fix__mob {
    background-image: url(../img/work/Union.png);
  }
}
@media screen and (min-width: 1100px) {
  .work .card__cont .card:nth-child(3) ul {
    margin-top: 5.2569444444vw;
  }
}

[data-aos=custom-card] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: translate3d(0px, 0px, -500px) rotateX(-75deg);
}
[data-aos=custom-card].aos-animate {
  opacity: 1;
}
[data-aos=custom-card].aos-animate {
  transform: translate(0px, 0px);
}

.value {
  background: #191918;
  padding: 16.6944444444vw 5.5555555556vw 13.8888888889vw 5.5555555556vw;
  position: relative;
  margin-top: -1px;
  height: auto;
  border-radius: 0 0 10.2777777778vw 10.2777777778vw;
}
@media screen and (min-width: 700px) {
  .value {
    padding: 2.6041666667vw 7.8125vw 36.4583333333vw 7.8125vw;
    height: auto;
    border-radius: 0 0 4.8177083333vw 4.8177083333vw;
  }
}
@media screen and (min-width: 1100px) {
  .value {
    padding: 4.3055555556vw 15.8361111111vw 18.8888888889vw 50.2083333333vw;
    height: auto;
    border-radius: 0 0 2.5694444444vw 2.5694444444vw;
  }
}
.value h3 {
  color: #E9E8F4;
  text-align: center;
  font-size: 11.6666666667vw;
  margin-bottom: 11.1111111111vw;
  font-weight: 700;
  line-height: 120%;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .value h3 {
    font-size: 7.8125vw;
    margin-bottom: 7.2916666667vw;
    text-align: left;
  }
}
@media screen and (min-width: 1100px) {
  .value h3 {
    font-size: 6.1111111111vw;
    margin-bottom: 3.8444444444vw;
  }
}
@media screen and (min-width: 700px) {
  .value .cont {
    display: flex;
    gap: 55px;
  }
}
@media screen and (min-width: 1100px) {
  .value .cont {
    display: block;
  }
}
.value .cont .up__cont {
  margin-bottom: 11.1111111111vw;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .value .cont .up__cont {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .value .cont .up__cont {
    margin-bottom: 4.1666666667vw;
  }
}
.value .cont .up__cont .block .title {
  color: #DAFEB6;
  font-size: 6.6666666667vw;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .value .cont .up__cont .block .title {
    font-size: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1100px) {
  .value .cont .up__cont .block .title {
    font-size: 1.6666666667vw;
    margin-bottom: 1.6666666667vw;
  }
}
.value .cont .up__cont .block .text {
  color: #E9E8F4;
  opacity: 0.7;
  font-size: 5vw;
  font-weight: 300;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .value .cont .up__cont .block .text {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 1100px) {
  .value .cont .up__cont .block .text {
    font-size: 1.25vw;
  }
}
.value .cont .up__cont .block .text ul {
  margin-top: 5.5555555556vw;
  padding-left: 8.3333333333vw;
}
@media screen and (min-width: 700px) {
  .value .cont .up__cont .block .text ul {
    margin-top: 2.6041666667vw;
    padding-left: 3.90625vw;
  }
}
@media screen and (min-width: 1100px) {
  .value .cont .up__cont .block .text ul {
    margin-top: 2.0833333333vw;
    padding-left: 1.0416666667vw;
  }
}
.value .cont .up__cont .block .text ul li {
  margin-bottom: 5vw;
}
@media screen and (min-width: 700px) {
  .value .cont .up__cont .block .text ul li {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 1100px) {
  .value .cont .up__cont .block .text ul li {
    margin-bottom: 1.7361111111vw;
  }
}
.value .heard__pink {
  top: 95.5555555556vw;
  width: 56.1111111111vw;
  height: 56.6666666667vw;
  transition-duration: 1s;
}
@media screen and (min-width: 700px) {
  .value .heard__pink {
    position: absolute;
    top: 50vw;
    left: 1.3020833333vw;
    width: 24.21875vw;
    height: 24.4791666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .value .heard__pink {
    bottom: 49.7222222222vw;
    top: auto;
    left: 4.8611111111vw;
    width: 23.6805555556vw;
    height: 23.8888888889vw;
  }
}
.value .heard__green {
  top: 18.6111111111vw;
  width: 105.5555555556vw;
  height: 100.2777777778vw;
  margin-top: -31.1111111111vw;
  margin-left: -11.1111111111vw;
  transition-duration: 1s;
}
@media screen and (min-width: 700px) {
  .value .heard__green {
    position: absolute;
    top: 64.7135416667vw;
    left: 3.90625vw;
    width: 41.9270833333vw;
    height: 43.2291666667vw;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .value .heard__green {
    bottom: 17.7777777778vw;
    top: auto;
    left: 4.8611111111vw;
    width: 41.7361111111vw;
    height: 43.4722222222vw;
  }
}

[data-aos=scale] {
  transition-property: transform;
  transform: scale(0);
}
[data-aos=scale].aos-animate {
  transform: scale(1);
}

[data-aos=op] {
  transition-property: opacity;
  opacity: 0;
}
[data-aos=op].aos-animate {
  opacity: 1;
}

.help__bg2 {
  background: #E9E8F4;
  height: 41.6666666667vw;
  margin-top: -13.8888888889vw;
}
@media screen and (min-width: 700px) {
  .help__bg2 {
    height: 22.7864583333vw;
    margin-top: -6.5104166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .help__bg2 {
    height: 12.1527777778vw;
    margin-top: -3.4722222222vw;
  }
}

.feedback {
  background: #191918;
  padding: 16.6944444444vw 5.5555555556vw 13.8888888889vw 5.5555555556vw;
  height: auto;
  position: relative;
  border-radius: 10.2777777778vw 10.2777777778vw 0 0;
  margin-top: -13.8888888889vw;
}
@media screen and (min-width: 700px) {
  .feedback {
    padding: 7.8125vw 7.8125vw 36.4583333333vw 7.8125vw;
    height: 340.8854166667vw;
    border-radius: 4.8177083333vw 4.8177083333vw 0 0;
    margin-top: -6.5104166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback {
    padding: 4.3055555556vw 5.5555555556vw 25.8333333333vw 5.5555555556vw;
    height: auto;
    border-radius: 2.5694444444vw 2.5694444444vw 0 0;
    margin-top: -3.4722222222vw;
  }
}
.feedback .title {
  color: #E9E8F4;
  font-size: 11.6666666667vw;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 13.8888888889vw;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .feedback .title {
    font-size: 7.8125vw;
    margin-bottom: 9.765625vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .title {
    width: auto;
    font-size: 6.1111111111vw;
    margin-bottom: 3.4722222222vw;
  }
  .feedback .title br {
    display: none;
  }
}
.feedback .title span:nth-child(2) {
  color: #D5B5FF;
}
.feedback .heard {
  position: absolute;
  top: 26.1388888889vw;
  right: 8.3333333333vw;
  transform: rotate(35deg);
}
@media screen and (min-width: 700px) {
  .feedback .heard {
    top: 12.2526041667vw;
    right: 29.9479166667vw;
    transform: rotate(35deg);
  }
}
@media screen and (min-width: 1100px) {
  .feedback .heard {
    top: 5.2083333333vw;
    right: 17.3611111111vw;
  }
}
.feedback .heard svg {
  width: 15vw;
  height: 15vw;
}
@media screen and (min-width: 700px) {
  .feedback .heard svg {
    width: 14.3229166667vw;
    height: 14.3229166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .heard svg {
    width: 6.25vw;
    height: 6.25vw;
  }
}
.feedback .swiperFeedback {
  display: none;
}
.feedback .swiperFeedback .swiper-wrapper {
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 0vw;
  }
}
.feedback .swiperFeedback .card {
  background: #363636;
  border-radius: 10.2777777778vw;
  padding: 13.6111111111vw 5vw 15.8333333333vw 6.9444444444vw;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card {
    border-radius: 4.8177083333vw;
    padding: 6.640625vw 4.5572916667vw 7.03125vw 4.5572916667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card {
    border-radius: 2.5694444444vw;
    padding: 4.5138888889vw 5.4166666667vw 2.8472222222vw 5.4166666667vw;
    margin-left: 4.1666666667vw;
    margin-right: 4.1666666667vw;
    min-height: 27.7777777778vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .text {
    display: block;
  }
}
.feedback .swiperFeedback .card .text p {
  font-size: 5vw;
  margin-bottom: 5.5555555556vw;
  font-weight: 100;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .text p {
    font-size: 2.34375vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .text p {
    display: block;
    font-size: 1.25vw;
    margin-bottom: 1.3888888889vw;
  }
}
.feedback .swiperFeedback .card .dop__text {
  border-top: 1px solid #E9E8F4;
  padding-top: 9.1666666667vw;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .dop__text {
    padding-top: 4.4270833333vw;
    display: flex;
    align-items: center;
    gap: 6.25vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .dop__text {
    padding-top: 2.3611111111vw;
    gap: 3.3333333333vw;
  }
}
.feedback .swiperFeedback .card .dop__text div .tit {
  font-size: 5.8333333333vw;
  color: #DAFEB6;
  text-align: center;
  margin-bottom: 2.2222222222vw;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .dop__text div .tit {
    font-size: 2.734375vw;
    margin-bottom: 1.0416666667vw;
    text-align: left;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .dop__text div .tit {
    font-size: 1.4583333333vw;
    margin-bottom: 0.5555555556vw;
  }
}
.feedback .swiperFeedback .card .dop__text div .subtit {
  font-size: 3.8888888889vw;
  text-align: center;
  margin-bottom: 6.1111111111vw;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .dop__text div .subtit {
    font-size: 1.8229166667vw;
    margin-bottom: 0vw;
    text-align: left;
    width: 37.890625vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .dop__text div .subtit {
    font-size: 0.9722222222vw;
    margin-bottom: 0vw;
  }
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .dop__text div {
    order: 2;
  }
}
.feedback .swiperFeedback .card .dop__text img {
  width: 41.1111111111vw;
  height: 8.3333333333vw;
  display: block;
  margin: 0 auto;
}
.feedback .swiperFeedback .card .dop__text img.feedback-1 {
  height: 5.5555555556vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.feedback .swiperFeedback .card .dop__text img.feedback-3 {
  height: 5.5555555556vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .dop__text img {
    width: 19.2708333333vw;
    height: 3.90625vw;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .dop__text img {
    width: 10.2777777778vw;
    height: 2.0833333333vw;
    margin: 0;
  }
}
.feedback .swiperFeedback .card .dop__text .sn {
  width: 16.1111111111vw;
  height: 16.1111111111vw;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .dop__text .sn {
    width: 7.5520833333vw;
    height: 7.5520833333vw;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .dop__text .sn {
    width: 4.0277777778vw;
    height: 4.0277777778vw;
    margin: 0;
  }
}
.feedback .swiperFeedback .card .dop__text .sn__text {
  font-size: 3.6111111111vw;
  color: #E9E8F4;
  font-weight: 100;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .dop__text .sn__text {
    font-size: 1.6927083333vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .dop__text .sn__text {
    font-size: 0.9027777778vw;
  }
}
.feedback .swiperFeedback .card .btn__feetback {
  border: 2px solid #E9E8F4;
  cursor: pointer;
  border-radius: 6.9444444444vw;
  padding: 2.7777777778vw 15.5555555556vw;
  width: 50vw;
  margin: 11.3888888889vw auto 0 auto;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .btn__feetback {
    border-radius: 3.2552083333vw;
    padding: 1.3020833333vw 7.2916666667vw;
    width: 23.4375vw;
    margin: 5.3385416667vw auto 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .btn__feetback {
    display: none;
  }
}
.feedback .swiperFeedback .card .video {
  display: flex;
  justify-content: center;
  margin-bottom: 2.7777777778vw;
}
.feedback .swiperFeedback .card .video video {
  width: 79.4444444444vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .video video {
    width: 75.2604166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .video video {
    width: 47.0833333333vw;
  }
}
.feedback .swiperFeedback .card .video-2 {
  display: flex;
  justify-content: center;
  margin-bottom: 2.7777777778vw;
}
.feedback .swiperFeedback .card .video-2 video {
  height: 79.4444444444vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .card .video-2 video {
    height: 75.2604166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .card .video-2 video {
    height: 25.0694444444vw;
  }
}
.feedback .swiperFeedback .swiperFeedback-button-prev {
  position: absolute;
  bottom: 0px;
  left: 30.5555555556vw;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .swiperFeedback-button-prev {
    left: 35.8072916667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .swiperFeedback-button-prev {
    bottom: auto;
    top: 45%;
    left: 0.2083333333vw;
    z-index: 2;
  }
}
.feedback .swiperFeedback .swiperFeedback-button-prev svg {
  width: 12.5vw;
  height: 12.5vw;
  transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .swiperFeedback-button-prev svg {
    width: 5.859375vw;
    height: 5.859375vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .swiperFeedback-button-prev svg {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.feedback .swiperFeedback .swiperFeedback-button-prev svg circle:hover {
  fill: #fff;
}
.feedback .swiperFeedback .swiperFeedback-button-next {
  position: absolute;
  bottom: 0px;
  right: 30.5555555556vw;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .swiperFeedback-button-next {
    right: 35.8072916667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .swiperFeedback-button-next {
    bottom: auto;
    top: 45%;
    right: 0.2083333333vw;
    z-index: 2;
  }
}
.feedback .swiperFeedback .swiperFeedback-button-next svg {
  width: 12.5vw;
  height: 12.5vw;
}
.feedback .swiperFeedback .swiperFeedback-button-next svg circle:hover {
  fill: #fff;
}
@media screen and (min-width: 700px) {
  .feedback .swiperFeedback .swiperFeedback-button-next svg {
    width: 5.859375vw;
    height: 5.859375vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .swiperFeedback .swiperFeedback-button-next svg {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.feedback .mob__version {
  display: block;
}
@media screen and (min-width: 1100px) {
  .feedback .mob__version {
    display: none;
  }
}
.feedback .mob__version .card {
  background: #363636;
  border-radius: 10.2777777778vw;
  padding: 13.6111111111vw 5vw 15.8333333333vw 6.9444444444vw;
  margin-bottom: 8.8888888889vw;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card {
    border-radius: 4.8177083333vw;
    padding: 6.640625vw 4.5572916667vw 7.03125vw 4.5572916667vw;
    margin-bottom: 4.9479166667vw;
  }
}
.feedback .mob__version .card .text .text__stub {
  font-size: 5vw;
  font-weight: 100;
  display: block;
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .text .text__stub {
    display: none;
  }
}
.feedback .mob__version .card .text p {
  font-size: 5vw;
  margin-bottom: 5.5555555556vw;
  font-weight: 100;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .text p {
    display: block;
    font-size: 2.34375vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .mob__version .card .text p {
    display: block;
    font-size: 1.25vw;
    margin-bottom: 1.3888888889vw;
  }
}
.feedback .mob__version .card .text .dop__text {
  border-top: 1px solid #E9E8F4;
  padding-top: 9.1666666667vw;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .text .dop__text {
    padding-top: 4.4270833333vw;
    display: flex;
    align-items: center;
    gap: 6.25vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .mob__version .card .text .dop__text {
    padding-top: 2.3611111111vw;
    gap: 3.3333333333vw;
  }
}
.feedback .mob__version .card .text .dop__text div .tit {
  font-size: 5.8333333333vw;
  color: #DAFEB6;
  text-align: center;
  margin-bottom: 2.2222222222vw;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .text .dop__text div .tit {
    font-size: 2.734375vw;
    margin-bottom: 1.0416666667vw;
    text-align: left;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .mob__version .card .text .dop__text div .tit {
    font-size: 1.4583333333vw;
    margin-bottom: 0.5555555556vw;
  }
}
.feedback .mob__version .card .text .dop__text div .subtit {
  font-size: 3.8888888889vw;
  text-align: center;
  margin-bottom: 6.1111111111vw;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .text .dop__text div .subtit {
    font-size: 1.8229166667vw;
    margin-bottom: 0vw;
    text-align: left;
    width: 31.25vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .mob__version .card .text .dop__text div .subtit {
    font-size: 0.9722222222vw;
    margin-bottom: 0vw;
  }
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .text .dop__text div {
    order: 2;
  }
}
@media screen and (max-width: 700px) {
  .feedback .mob__version .card .text .dop__text svg {
    margin: 0 auto;
    display: block;
  }
}
.feedback .mob__version .card .text .dop__text img {
  width: 41.1111111111vw;
  height: 8.3333333333vw;
  display: block;
  margin: 0 auto;
}
.feedback .mob__version .card .text .dop__text img.feedback-1 {
  height: 19.4444444444vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.feedback .mob__version .card .text .dop__text img.feedback-3 {
  height: 19.4444444444vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .text .dop__text img {
    width: 19.2708333333vw;
    height: 3.90625vw;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .mob__version .card .text .dop__text img {
    width: 10.2777777778vw;
    height: 2.0833333333vw;
    margin: 0;
  }
}
.feedback .mob__version .card .text .dop__text .sn {
  width: 16.1111111111vw;
  height: 16.1111111111vw;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .text .dop__text .sn {
    width: 7.5520833333vw;
    height: 7.5520833333vw;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .mob__version .card .text .dop__text .sn {
    width: 4.0277777778vw;
    height: 4.0277777778vw;
    margin: 0;
  }
}
.feedback .mob__version .card .text .dop__text .sn__text {
  font-size: 3.6111111111vw;
  color: #E9E8F4;
  font-weight: 100;
  text-align: center;
  margin-top: 6.1111111111vw;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .text .dop__text .sn__text {
    font-size: 1.6927083333vw;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .mob__version .card .text .dop__text .sn__text {
    font-size: 0.9027777778vw;
  }
}
.feedback .mob__version .card .btn__feetback {
  cursor: pointer;
  color: #DAFEB6;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .btn__feetback {
    display: none;
  }
}
.feedback .mob__version .card .video {
  display: flex;
  justify-content: center;
}
.feedback .mob__version .card .video video {
  width: 79.4444444444vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16.6666666667vw;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .video video {
    width: 75.2604166667vw;
    margin-bottom: 4.5572916667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .mob__version .card .video video {
    width: 47.0833333333vw;
  }
}
.feedback .mob__version .card .video-2 {
  display: flex;
  justify-content: center;
}
.feedback .mob__version .card .video-2 video {
  height: 58.3333333333vw;
  width: 32.7777777778vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16.6666666667vw;
}
@media screen and (min-width: 700px) {
  .feedback .mob__version .card .video-2 video {
    height: 40.1041666667vw;
    width: auto;
    margin-bottom: 4.5572916667vw;
  }
}
@media screen and (min-width: 1100px) {
  .feedback .mob__version .card .video-2 video {
    height: 25.0694444444vw;
  }
}

.feedback__fix {
  height: 708.3333333333vw;
}
@media screen and (min-width: 700px) {
  .feedback__fix {
    height: 195.3125vw;
  }
}

.form {
  background: #D5B5FF;
  border-radius: 44px 44px 0px 0px;
  margin-top: -11%;
  position: relative;
  padding: 15.5555555556vw 5.5555555556vw 23.8888888889vw 5.5555555556vw;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .form {
    padding: 6.5104166667vw 7.8125vw 18.75vw 7.8125vw;
  }
}
@media screen and (min-width: 1100px) {
  .form {
    padding: 5.1847222222vw 31.7652777778vw 16.9444444444vw 5.4861111111vw;
  }
}
.form .title__mob {
  color: #191918;
  text-align: center;
  font-size: 11.6666666667vw;
  margin-bottom: 6.6666666667vw;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
}
@media screen and (min-width: 700px) {
  .form .title__mob {
    display: none;
  }
}
.form .title__mob .heard {
  width: 13.0547222222vw;
  height: 11.1111111111vw;
  margin-bottom: -7px;
}
@media screen and (min-width: 700px) {
  .form .title__mob .heard {
    display: none;
  }
}
.form .title__mob .smile {
  width: 12.2222222222vw;
  height: 12.2222222222vw;
  margin-bottom: -7px;
}
@media screen and (min-width: 700px) {
  .form .title__mob .smile {
    display: none;
  }
}
.form .title {
  display: none;
}
@media screen and (min-width: 700px) {
  .form .title {
    display: block;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    color: #191918;
    font-size: 7.8125vw;
    margin-bottom: 8.0729166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .form .title {
    font-size: 6.02125vw;
    margin-bottom: 3.4729166667vw;
  }
}
.form .title .heard {
  width: 13.0547222222vw;
  height: 11.1111111111vw;
  margin-bottom: -7px;
}
@media screen and (min-width: 700px) {
  .form .title .heard {
    margin-bottom: -17px;
    width: 9.5052083333vw;
    height: 8.0901041667vw;
  }
}
@media screen and (min-width: 1100px) {
  .form .title .heard {
    width: 6.5277777778vw;
    height: 5.5559722222vw;
    margin-bottom: -10px;
  }
}
.form .title .smile {
  width: 12.2222222222vw;
  height: 12.2222222222vw;
  margin-bottom: -7px;
}
@media screen and (min-width: 700px) {
  .form .title .smile {
    margin-bottom: -17px;
    width: 10.3713541667vw;
    height: 10.3713541667vw;
  }
}
@media screen and (min-width: 1100px) {
  .form .title .smile {
    margin-bottom: -10px;
    width: 6.3888888889vw;
    height: 6.3888888889vw;
  }
}
@media screen and (min-width: 1100px) {
  .form .form__cont {
    padding-right: 17.85625vw;
  }
}
.form .form__cont form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .form .form__cont form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.form .form__cont form input {
  background: transparent;
  width: 89.1666666667vw;
  height: 22.8633333333vw;
  border-radius: 20.0052777778vw;
  border: 0.5716666667vw solid #000;
  color: #000;
  outline: none;
  font-size: 5vw;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5.7166666667vw;
  padding: 0 0 0 11.0527777778vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .form .form__cont form input {
    width: 40.625vw;
    height: 10.4166666667vw;
    border-radius: 9.1145833333vw;
    border: 0.2604166667vw solid #000;
    font-size: 2.34375vw;
    margin-bottom: 2.6041666667vw;
    padding: 0 0 0 5.0364583333vw;
  }
  .form .form__cont form input:nth-child(1) {
    order: 1;
  }
  .form .form__cont form input:nth-child(2) {
    order: 3;
  }
  .form .form__cont form input:nth-child(3) {
    order: 5;
  }
  .form .form__cont form input:nth-child(4) {
    order: 2;
  }
  .form .form__cont form input:nth-child(5) {
    order: 4;
  }
}
@media screen and (min-width: 1100px) {
  .form .form__cont form input {
    width: 21.6666666667vw;
    height: 5.5555555556vw;
    border-radius: 4.8611111111vw;
    border: 0.1388888889vw solid #000;
    font-size: 1.25vw;
    margin-bottom: 1.3888888889vw;
    padding: 0 0 0 2.6861111111vw;
  }
}
.form .form__cont form input::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}
.form .form__cont form input::placeholder {
  opacity: 0.7;
  color: #000;
}
.form .form__cont .dop__cont .btn {
  background: #191918;
  color: #DAFEB6;
  width: 86.6666666667vw;
  height: 22.2222222222vw;
  text-transform: capitalize;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 700px) {
  .form .form__cont .dop__cont .btn {
    width: 40.625vw;
    height: 10.4166666667vw;
    font-size: 3.125vw;
    margin-left: auto;
    margin-top: -13.0208333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .form .form__cont .dop__cont .btn {
    width: 21.6666666667vw;
    height: 5.5555555556vw;
    font-size: 1.6666666667vw;
    margin-left: auto;
    margin-top: -6.9444444444vw;
  }
}
.form .form__cont .dop__cont .btn:hover {
  background: #DAFEB6;
  color: #191918;
}
.form .form__cont .dop__cont .polit, .form .form__cont .dop__cont .polit a {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 3.3333333333vw;
  margin: 6.2722222222vw auto 0 auto;
  font-weight: 400;
  line-height: 120%;
  width: 70.2777777778vw;
}
@media screen and (min-width: 700px) {
  .form .form__cont .dop__cont .polit, .form .form__cont .dop__cont .polit a {
    font-size: 1.6927083333vw;
    margin: 0;
    margin-left: auto;
    margin-top: 2.2135416667vw;
    margin-right: 2.8645833333vw;
    width: 34.1145833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .form .form__cont .dop__cont .polit, .form .form__cont .dop__cont .polit a {
    font-size: 0.9027777778vw;
    margin-top: 0.7826388889vw;
    margin-right: 1.5590277778vw;
    width: 18.1944444444vw;
  }
}
.form .form__cont .dop__cont .polit a, .form .form__cont .dop__cont .polit a a {
  opacity: 0.6;
  text-decoration-line: underline;
}
@media screen and (min-width: 700px) {
  .form .form__cont .dop__cont .polit a, .form .form__cont .dop__cont .polit a a {
    margin: 0;
  }
}
.form .decor {
  display: none;
}
@media screen and (min-width: 1100px) {
  .form .decor {
    display: block;
    position: absolute;
    bottom: 17.3611111111vw;
    right: 4.1666666667vw;
    width: 27.7083333333vw;
    height: 29.5833333333vw;
  }
}

.footer {
  border-radius: 13.0555555556vw 13.0555555556vw 0px 0px;
  background: #191918;
  padding: 13.3333333333vw 5.5555555556vw 13.3333333333vw 5.5555555556vw;
  margin-top: -11%;
  position: relative;
  z-index: 2;
  width: 100vw;
}
@media screen and (min-width: 700px) {
  .footer {
    border-radius: 9.1145833333vw 9.1145833333vw 0px 0px;
    padding: 7.8125vw 7.8125vw 5.078125vw 7.8125vw;
    height: 39.0625vw;
  }
}
@media screen and (min-width: 1100px) {
  .footer {
    border-radius: 2.3611111111vw 2.3611111111vw 0px 0px;
    padding: 2.7736111111vw 6.0416666667vw 2.7083333333vw 6.0416666667vw;
    height: 22.9166666667vw;
  }
}
.footer .main__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #636363;
  padding-bottom: 5.8305555556vw;
}
@media screen and (min-width: 700px) {
  .footer .main__info {
    padding-bottom: 4.3359375vw;
  }
}
@media screen and (min-width: 1100px) {
  .footer .main__info {
    padding-bottom: 0.7847222222vw;
  }
}
.footer .main__info .logo {
  width: 34.1666666667vw;
}
@media screen and (min-width: 700px) {
  .footer .main__info .logo {
    order: 1;
    width: 19.5098958333vw;
  }
}
@media screen and (min-width: 1100px) {
  .footer .main__info .logo {
    width: 10.4052777778vw;
  }
}
.footer .main__info .logo img {
  width: 100%;
  height: 100%;
}
.footer .main__info a {
  color: #F3F3F3;
  font-family: Poppins;
  font-size: 3.3333333333vw;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .footer .main__info a {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 1100px) {
  .footer .main__info a {
    font-size: 1.25vw;
  }
}
.footer .additional {
  margin-top: 15.8333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 700px) {
  .footer .additional {
    margin-top: 6.3802083333vw;
  }
}
@media screen and (min-width: 1100px) {
  .footer .additional {
    margin-top: 3.3333333333vw;
  }
}
.footer .additional .info {
  color: #F3F3F3;
  opacity: 0.35;
  font-family: Poppins;
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: normal;
  max-width: 35.2777777778vw;
}
@media screen and (min-width: 700px) {
  .footer .additional .info {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .footer .additional .info {
    font-size: 1.1111111111vw;
  }
}
.footer .additional .polit, .footer .additional .polit a {
  color: #fff;
  width: 46.9444444444vw;
  text-align: right;
  font-family: Poppins;
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .footer .additional .polit, .footer .additional .polit a {
    font-size: 2.0833333333vw;
    width: 31.640625vw;
  }
}
@media screen and (min-width: 1100px) {
  .footer .additional .polit, .footer .additional .polit a {
    font-size: 1.1111111111vw;
    width: auto;
  }
}
.footer .additional .polit a, .footer .additional .polit a a {
  text-decoration-line: underline;
}

.dark {
  background: #191918;
  padding: 18.0555555556vw 5.5555555556vw 20.2777777778vw 5.5555555556vw;
  position: relative;
  border-radius: 10.2777777778vw;
  margin-top: -10%;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 700px) {
  .dark {
    padding: 10.0260416667vw 5.46875vw 15.3645833333vw 8.0729166667vw;
    border-radius: 10.0260416667vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .first__block {
    padding-left: 50vw;
  }
}
.dark .cont .first__block .title {
  color: #DAFEB6;
  font-size: 10vw;
  font-weight: 600;
  line-height: 12.5vw;
}
@media screen and (min-width: 700px) {
  .dark .cont .first__block .title {
    font-size: 6.5104166667vw;
    line-height: 7.1614583333vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .first__block .title {
    font-size: 4.8611111111vw;
  }
}
.dark .cont .first__block .title span {
  display: block;
  font-weight: 400;
  font-size: 5vw;
}
@media screen and (min-width: 700px) {
  .dark .cont .first__block .title span {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .first__block .title span {
    font-size: 1.9444444444vw;
  }
}
.dark .cont .first__block .icon__top {
  position: absolute;
  top: 13.3333333333vw;
  right: 5.5555555556vw;
  width: 17.5vw;
  height: 18.0452777778vw;
  border-radius: 23.197px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #363636;
  color: rgba(218, 254, 182, 0.3);
  font-size: 3.2875vw;
  font-weight: 700;
}
.dark .cont .first__block .icon__top span {
  color: #DAFEB6;
}
@media screen and (min-width: 700px) {
  .dark .cont .first__block .icon__top {
    top: 9.375vw;
    right: 7.8125vw;
    width: 11.5885416667vw;
    height: 11.9497395833vw;
    border-radius: 32.77px;
    font-size: 2.1770833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .first__block .icon__top {
    top: 0.8743055556vw;
    right: auto;
    left: 2.4694444444vw;
    width: 13.0555555556vw;
    height: 13.0555555556vw;
  }
}
.dark .cont .first__block .info {
  color: #F4F4F4;
  margin: 6.9444444444vw 0 13.8888888889vw 0;
  font-size: 5vw;
  font-weight: 300;
  line-height: 120%;
  opacity: 0.7;
}
@media screen and (min-width: 700px) {
  .dark .cont .first__block .info {
    margin: 3.7760416667vw 0 6.5104166667vw 0;
    font-size: 2.34375vw;
    width: 68.359375vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .first__block .info {
    margin: 2.0138888889vw 0 3.8458333333vw 0;
    font-size: 1.25vw;
    width: 38.5460416667vw;
  }
}
.dark .cont .first__block .list__cont {
  margin-bottom: 11.1111111111vw;
}
@media screen and (min-width: 700px) {
  .dark .cont .first__block .list__cont {
    display: flex;
    margin-bottom: 13.0208333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .first__block .list__cont {
    gap: 4.5833333333vw;
    margin-bottom: 0;
  }
}
.dark .cont .first__block .list__cont .list .title {
  color: #D5B5FF;
  font-size: 6.6666666667vw;
  margin-bottom: 4.4444444444vw;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .dark .cont .first__block .list__cont .list .title {
    font-size: 3.125vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .first__block .list__cont .list .title {
    font-size: 1.6666666667vw;
    margin-bottom: 1.1111111111vw;
  }
}
.dark .cont .first__block .list__cont .list ul {
  padding: 0 17.2222222222vw 0 8.3333333333vw;
}
@media screen and (min-width: 700px) {
  .dark .cont .first__block .list__cont .list ul {
    padding: 0 0 0 3.90625vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .first__block .list__cont .list ul {
    padding: 0 0 0 1.7361111111vw;
    width: 18.1641666667vw;
  }
}
.dark .cont .first__block .list__cont .list ul li {
  color: #E9E8F4;
  opacity: 0.7;
  font-size: 5vw;
  margin-bottom: 6.9444444444vw;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .dark .cont .first__block .list__cont .list ul li {
    font-size: 2.0833333333vw;
    margin-bottom: 3.2552083333vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .first__block .list__cont .list ul li {
    font-size: 1.1111111111vw;
    margin-bottom: 1.3888888889vw;
  }
}
.dark .cont .second__block {
  display: flex;
  margin-top: 13.8888888889vw;
}
@media screen and (min-width: 700px) {
  .dark .cont .second__block {
    margin-top: 0;
    padding-left: 19.4010416667vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .second__block {
    margin-top: -54%;
    padding-left: 5.7263888889vw;
  }
}
.dark .cont .second__block .sub__block {
  padding-top: 22.2222222222vw;
  padding-right: 4.4444444444vw;
}
.dark .cont .second__block .sub__block.recraft {
  padding-top: 36.1111111111vw;
}
@media screen and (min-width: 700px) {
  .dark .cont .second__block .sub__block.recraft {
    padding-top: 19.53125vw;
  }
}
@media screen and (min-width: 700px) {
  .dark .cont .second__block .sub__block {
    order: 1;
    padding-top: 10.4166666667vw;
    padding-left: 7.03125vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .second__block .sub__block {
    order: 0;
    padding-top: 11.5972222222vw;
    padding-left: 0;
  }
}
.dark .cont .second__block .sub__block .bg {
  position: absolute;
  bottom: 33.8888888889vw;
  left: -2%;
  z-index: 0;
}
.dark .cont .second__block .sub__block .bg-xl {
  bottom: 14.4444444444vw;
}
@media screen and (min-width: 700px) {
  .dark .cont .second__block .sub__block .bg {
    bottom: 28.6458333333vw;
    right: 0%;
    transform: scale(-1, 1);
  }
  .dark .cont .second__block .sub__block .bg-xl {
    bottom: 14.5833333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .second__block .sub__block .bg {
    top: 4.0277777778vw;
    right: auto;
    left: 0px;
    transform: scale(1, 1);
  }
}
.dark .cont .second__block .sub__block .bg .bg__img {
  width: 34.7222222222vw;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (min-width: 700px) {
  .dark .cont .second__block .sub__block .bg .bg__img {
    width: 27.6559895833vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .second__block .sub__block .bg .bg__img {
    width: 17.8748611111vw;
    margin-left: 0 !important;
  }
}
.dark .cont .second__block .sub__block .subtitle {
  color: #191918;
  position: relative;
  font-family: "haskoy";
  font-size: 4.1666666667vw;
  margin-bottom: 1.6277777778vw;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .dark .cont .second__block .sub__block .subtitle {
    font-size: 2.8645833333vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .second__block .sub__block .subtitle {
    font-size: 1.6666666667vw;
    margin-bottom: 0.6944444444vw;
    width: 7.9861111111vw;
  }
}
.dark .cont .second__block .sub__block .subtext {
  color: #191918;
  position: relative;
  font-family: "haskoy";
  font-size: 3.3333333333vw;
  margin-bottom: 2.4222222222vw;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .dark .cont .second__block .sub__block .subtext {
    font-size: 2.34375vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .second__block .sub__block .subtext {
    font-size: 1.25vw;
    margin-bottom: 1.3888888889vw;
    width: 7.9861111111vw;
  }
}
.dark .cont .second__block img {
  width: 63.0644444444vw;
  height: 123.3333333333vw;
  position: relative;
  z-index: 1;
}
.dark .cont .second__block img.bg__img-xl {
  height: 156.6666666667vw;
}
@media screen and (min-width: 700px) {
  .dark .cont .second__block img {
    width: 45.0079427083vw;
    height: 88.0208333333vw;
  }
  .dark .cont .second__block img.bg__img-xl {
    height: 103.3854166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .dark .cont .second__block img {
    width: 24.7245138889vw;
    height: 48.3530555556vw;
    margin-left: 4.0277777778vw;
  }
}

.grey {
  background: #E9E8F4;
  padding: 27.7777777778vw 3.7083333333vw 27.7777777778vw 5.5555555556vw;
  position: relative;
  z-index: 2;
  margin-top: -10%;
}
@media screen and (min-width: 700px) {
  .grey {
    padding: 19.140625vw 5.46875vw 19.53125vw 8.0729166667vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey {
    display: none;
  }
}
.grey .cont .first__block .title {
  color: #191918;
  font-size: 10vw;
  font-weight: 600;
  line-height: 12.5vw;
}
@media screen and (min-width: 700px) {
  .grey .cont .first__block .title {
    font-size: 6.5104166667vw;
    line-height: 7.1614583333vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .first__block .title {
    font-size: 4.8611111111vw;
  }
}
.grey .cont .first__block .title span {
  display: block;
  font-weight: 400;
  font-size: 5vw;
}
@media screen and (min-width: 700px) {
  .grey .cont .first__block .title span {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .first__block .title span {
    font-size: 1.9444444444vw;
  }
}
.grey .cont .first__block .icon__top {
  position: absolute;
  top: 25.8333333333vw;
  right: 5.5555555556vw;
  width: 17.5vw;
  height: 18.0452777778vw;
  border-radius: 23.197px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #AA81F3;
  color: rgba(233, 232, 244, 0.3);
  font-size: 3.2875vw;
  font-weight: 700;
}
.grey .cont .first__block .icon__top span {
  color: #E9E8F4;
}
@media screen and (min-width: 700px) {
  .grey .cont .first__block .icon__top {
    top: 15.8854166667vw;
    right: 7.8125vw;
    width: 11.5885416667vw;
    height: 11.9497395833vw;
    border-radius: 32.77px;
    font-size: 2.1770833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .first__block .icon__top {
    top: 0.8743055556vw;
    right: auto;
    left: 2.4694444444vw;
    width: 13.0555555556vw;
    height: 13.0555555556vw;
  }
}
.grey .cont .first__block .info {
  color: #191918;
  margin: 6.9444444444vw 0 13.8888888889vw 0;
  padding-right: 1.8472222222vw;
  font-size: 5vw;
  font-weight: 300;
  line-height: 120%;
  opacity: 0.7;
}
@media screen and (min-width: 700px) {
  .grey .cont .first__block .info {
    margin: 3.7760416667vw 0 6.5104166667vw 0;
    font-size: 2.34375vw;
    width: 68.359375vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .first__block .info {
    margin: 2.0138888889vw 0 2.4569444444vw 0;
    font-size: 1.25vw;
    width: 39.9349305556vw;
  }
}
.grey .cont .first__block .list__cont {
  margin-bottom: 11.1111111111vw;
}
@media screen and (min-width: 700px) {
  .grey .cont .first__block .list__cont {
    display: flex;
    margin-bottom: 13.0208333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .first__block .list__cont {
    gap: 4.5833333333vw;
    margin-bottom: 0;
  }
}
.grey .cont .first__block .list__cont .list .title {
  color: #191918;
  font-size: 6.6666666667vw;
  margin-bottom: 4.4444444444vw;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .grey .cont .first__block .list__cont .list .title {
    font-size: 3.125vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .first__block .list__cont .list .title {
    font-size: 1.6666666667vw;
    margin-bottom: 1.1111111111vw;
  }
}
.grey .cont .first__block .list__cont .list ul {
  padding: 0 17.2222222222vw 0 8.3333333333vw;
}
@media screen and (min-width: 700px) {
  .grey .cont .first__block .list__cont .list ul {
    padding: 0 0 0 3.90625vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .first__block .list__cont .list ul {
    padding: 0 0 0 1.7361111111vw;
    width: 18.1641666667vw;
  }
}
.grey .cont .first__block .list__cont .list ul li {
  color: #191918;
  opacity: 0.7;
  font-size: 5vw;
  margin-bottom: 6.9444444444vw;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .grey .cont .first__block .list__cont .list ul li {
    font-size: 2.0833333333vw;
    margin-bottom: 3.2552083333vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .first__block .list__cont .list ul li {
    font-size: 1.1111111111vw;
    margin-bottom: 1.3888888889vw;
  }
}
.grey .cont .second__block {
  display: flex;
  margin-top: 13.8888888889vw;
}
@media screen and (min-width: 700px) {
  .grey .cont .second__block {
    margin-top: 13.0208333333vw;
    margin-right: 20.1822916667vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .second__block {
    margin-top: -36%;
    margin-right: 0;
    margin-left: 51.5972222222vw;
  }
}
.grey .cont .second__block .sub__block {
  padding-top: 27.7777777778vw;
  padding-left: 4.4444444444vw;
}
.grey .cont .second__block .sub__block-girl11 {
  padding-top: 8.3333333333vw;
}
.grey .cont .second__block .sub__block-girl11 img {
  height: 134.4444444444vw;
}
@media screen and (min-width: 700px) {
  .grey .cont .second__block .sub__block {
    margin-top: 13.0208333333vw;
    padding-top: 5.2083333333vw;
    padding-left: 5.2083333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .second__block .sub__block {
    margin-top: 0;
    padding-top: 11.3194444444vw;
    padding-left: 6.0416666667vw;
    padding-right: 2.4305555556vw;
  }
}
.grey .cont .second__block .sub__block .bg {
  position: absolute;
  transform: scale(-1, 1);
  right: 0;
  bottom: 40.5555555556vw;
  z-index: 0;
}
@media screen and (min-width: 700px) {
  .grey .cont .second__block .sub__block .bg {
    bottom: 27.34375vw;
    transform: scale(1, 1);
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .second__block .sub__block .bg {
    top: 2.6041666667vw;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: scale(1, 1);
  }
}
.grey .cont .second__block .sub__block .bg img {
  width: 34.4444444444vw;
}
@media screen and (min-width: 700px) {
  .grey .cont .second__block .sub__block .bg img {
    width: 29.4270833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .second__block .sub__block .bg img {
    width: 17.8748611111vw;
  }
}
.grey .cont .second__block .sub__block .subtitle {
  color: #fff;
  position: relative;
  font-family: "haskoy";
  font-size: 3.6205555556vw;
  margin-bottom: 1.6277777778vw;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .grey .cont .second__block .sub__block .subtitle {
    font-size: 2.734375vw;
    margin-bottom: 1.3020833333vw;
    margin-left: -25%;
    padding-right: 1.3020833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .second__block .sub__block .subtitle {
    font-size: 1.6666666667vw;
    margin-bottom: 0.6944444444vw;
    margin-left: -25%;
    padding-right: 0.6944444444vw;
  }
}
.grey .cont .second__block .sub__block .subtext {
  color: #fff;
  position: relative;
  font-family: "haskoy";
  font-size: 3.3333333333vw;
  margin-bottom: 3.8111111111vw;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .grey .cont .second__block .sub__block .subtext {
    font-size: 2.34375vw;
    margin-bottom: 2.6041666667vw;
    margin-left: -25%;
    padding-right: 1.3020833333vw;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .second__block .sub__block .subtext {
    font-size: 1.25vw;
    margin-bottom: 1.3888888889vw;
    margin-left: -25%;
    padding-right: 0.6944444444vw;
  }
}
.grey .cont .second__block img {
  width: 63.0644444444vw;
  height: 123.3333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .grey .cont .second__block img {
    width: 45.0079427083vw;
    height: 88.0208333333vw;
    order: 1;
  }
}
@media screen and (min-width: 1100px) {
  .grey .cont .second__block img {
    width: 24.7245138889vw;
    height: 48.3530555556vw;
    order: 0;
  }
}
.grey .cont .btn {
  margin: 0 auto;
  margin-top: 8.3333333333vw;
  background: #D5B5FF;
}
.grey .cont .btn:hover {
  background: #DAFEB6;
}
.grey .cont .btn a {
  color: #fff;
}
.grey .cont .btn a:hover {
  color: #000;
}
@media screen and (min-width: 700px) {
  .grey .cont .btn {
    width: 47.65625vw;
    height: 8.7239583333vw;
    margin-top: 7.8125vw;
  }
  .grey .cont .btn a {
    font-size: 4.1666666667vw;
    text-transform: inherit;
  }
}

@media screen and (min-width: 700px) {
  .grey .cont .first__block .brmob br {
    display: none;
  }
}

.case__fix {
  border-radius: 0 0 10.2777777778vw 10.2777777778vw;
}
@media screen and (min-width: 700px) {
  .case__fix {
    border-radius: 0 0 10.0260416667vw 10.0260416667vw;
  }
}

.brnone {
  border-radius: 0;
  transition-duration: 0.5s;
}

.headerfix {
  height: 180.5555555556vw !important;
}
@media screen and (min-width: 700px) {
  .headerfix {
    height: 104.1666666667vw !important;
  }
}
@media screen and (min-width: 1100px) {
  .headerfix {
    height: 46.5277777778vw !important;
  }
}

.casesfixp {
  padding-top: 34.7222222222vw;
}
@media screen and (min-width: 700px) {
  .casesfixp {
    padding-top: 17.8385416667vw;
  }
}

.dark .cont .first__block .casestopfix {
  top: 30vw;
}
@media screen and (min-width: 700px) {
  .dark .cont .first__block .casestopfix {
    top: 17.1875vw;
  }
}

.topfix {
  top: 37.2222222222vw !important;
}
@media screen and (min-width: 700px) {
  .topfix {
    top: 25.1302083333vw !important;
  }
}
@media screen and (min-width: 1100px) {
  .topfix {
    top: 11.825vw !important;
  }
}

.bottomfix {
  top: 105.5555555556vw !important;
}
@media screen and (min-width: 700px) {
  .bottomfix {
    top: 48.9583333333vw !important;
  }
}
@media screen and (min-width: 1100px) {
  .bottomfix {
    top: 31.7555555556vw !important;
  }
}

.imgfix {
  top: 125.0472222222vw !important;
}
@media screen and (min-width: 700px) {
  .imgfix {
    top: 66.4283854167vw !important;
  }
}
@media screen and (min-width: 1100px) {
  .imgfix {
    top: 25.2083333333vw !important;
    top: 21.9444444444vw !important;
  }
}

.imgdecorfix {
  top: 121.3805555556vw !important;
}
@media screen and (min-width: 700px) {
  .imgdecorfix {
    top: 65.4140625vw !important;
  }
}
@media screen and (min-width: 1100px) {
  .imgdecorfix {
    top: 12.95625vw !important;
  }
}

.hid {
  animation-duration: 1s;
  animation-name: hid_anim;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes hid_anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200px);
  }
}
.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  z-index: 100;
}
.popup__bg .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  width: 88.8888888889vw;
  height: 156.9444444444vw;
  border-radius: 7.5vw;
  padding: 13.6111111111vw 5.8333333333vw 6.9444444444vw 5.8333333333vw;
  transition: 0.5s all;
}
@media screen and (min-width: 700px) {
  .popup__bg .popup {
    width: 74.8697916667vw;
    height: 58.4635416667vw;
    border-radius: 1.6205729167vw;
    padding: 6.5221354167vw 6.3177083333vw 1.953125vw 6.3177083333vw;
  }
}
@media screen and (min-width: 1000px) {
  .popup__bg .popup {
    width: 64.1666666667vw;
    max-width: 924px;
    height: 48.5416666667vw;
    max-height: 699px;
    border-radius: 1.3888888889vw;
    padding: 4.0277777778vw 78px 34px 78px;
  }
}
.popup__bg .popup.active {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s all;
  position: relative;
}
.popup__bg .popup .close__popup {
  cursor: pointer;
  position: absolute;
  top: 2%;
  right: 4%;
  width: 5vw;
  height: 5vw;
}
@media screen and (min-width: 700px) {
  .popup__bg .popup .close__popup {
    top: 2%;
    right: 2%;
  }
  .popup__bg .popup .close__popup svg {
    width: 3.4572222222vw;
    height: 3.4572222222vw;
  }
}
@media screen and (min-width: 1000px) {
  .popup__bg .popup .close__popup {
    top: 3%;
    right: 4%;
    width: 20px;
    height: 20px;
  }
  .popup__bg .popup .close__popup svg {
    width: 20px;
    height: 20px;
  }
}
.popup__bg .popup form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup__bg .popup form input {
  background: transparent;
  width: 76.1111111111vw;
  height: 11.3888888889vw;
  border: 0.2777777778vw solid #C0C0C0;
  color: #191918;
  font-family: "Geologica", sans-serif;
  font-size: 3.8888888889vw;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4.1666666667vw;
  padding: 3.3333333333vw 0 4.4444444444vw 5.2777777778vw;
}
@media screen and (min-width: 700px) {
  .popup__bg .popup form input {
    width: 62.2317708333vw;
    height: 4.61875vw;
    border: 0.0809895833vw solid #C0C0C0;
    font-size: 1.8229166667vw;
    margin-bottom: 1.21484375vw;
    padding: 1.3776041667vw 0 0.8971354167vw 2.0260416667vw;
  }
}
@media screen and (min-width: 1000px) {
  .popup__bg .popup form input {
    width: 53.3333333333vw;
    max-width: 768px;
    height: 3.9583333333vw;
    max-height: 57px;
    border: 1px solid #C0C0C0;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 17px 0 17px 25px;
  }
}
.popup__bg .popup form input::-moz-placeholder {
  opacity: 0.4;
  color: #C0C0C0;
}
.popup__bg .popup form input::placeholder {
  opacity: 0.4;
  color: #C0C0C0;
}
.popup__bg .popup form textarea {
  height: 40.8333333333vw;
  width: 76.1111111111vw;
  border: 0.2777777778vw solid #C0C0C0;
  color: #191918;
  font-size: 3.8888888889vw;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  line-height: normal;
  margin-bottom: 4.1666666667vw;
  padding: 3.3333333333vw 0 0 5.2777777778vw;
  resize: none;
  font-family: "Geologica", sans-serif;
}
.popup__bg .popup form textarea::-moz-placeholder {
  opacity: 0.4;
  color: #C0C0C0;
}
.popup__bg .popup form textarea::placeholder {
  opacity: 0.4;
  color: #C0C0C0;
}
@media screen and (min-width: 700px) {
  .popup__bg .popup form textarea {
    width: 62.2317708333vw;
    height: 13.85625vw;
    font-size: 1.8229166667vw;
    border: 0.1302083333vw solid #C0C0C0;
    padding: 1.3776041667vw 0 0.8971354167vw 2.0260416667vw;
    margin-bottom: 1.21484375vw;
  }
}
@media screen and (min-width: 1000px) {
  .popup__bg .popup form textarea {
    width: 53.3333333333vw;
    max-width: 768px;
    height: 10.4861111111vw;
    border: 1px solid #C0C0C0;
    max-height: 151px;
    font-size: 18px;
    padding: 17px 0 17px 25px;
    margin-bottom: 1.0416666667vw;
  }
}
.popup__bg .popup form span {
  color: #C0C0C0;
  font-size: 2.7777777778vw;
  font-weight: 400;
  margin-left: -65%;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .popup__bg .popup form span {
    font-size: 1.3020833333vw;
    margin-left: -82%;
  }
}
@media screen and (min-width: 1000px) {
  .popup__bg .popup form span {
    font-size: 10px;
    margin-left: -88%;
  }
}
.popup__bg .popup .dop__cont .btn {
  background: #191918;
  color: #DAFEB6;
  width: 76.25vw;
  height: 10.2777777778vw;
  text-transform: capitalize;
  font-size: 3.3333333333vw;
  margin-top: 5.8333333333vw;
}
@media screen and (min-width: 700px) {
  .popup__bg .popup .dop__cont .btn {
    width: 31.4399739583vw;
    height: 4.5572916667vw;
    font-size: 1.5625vw;
    margin: 1.2239583333vw auto 0 auto;
    padding: 1.296875vw 3.6458333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .popup__bg .popup .dop__cont .btn {
    width: 26.9444444444vw;
    max-width: 388px;
    height: 3.8194444444vw;
    max-height: 55px;
    font-size: 18px;
    margin-top: 23px;
    padding: 16px 45px;
  }
}
.popup__bg .popup .dop__cont .btn:hover {
  background: #DAFEB6;
  color: #191918;
}
.popup__bg .popup .dop__cont .polit, .popup__bg .popup .dop__cont .polit a {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 2.7777777778vw;
  margin: 2.6vw auto 0 auto;
  font-weight: 400;
  line-height: 120%;
  width: 70.2777777778vw;
}
@media screen and (min-width: 700px) {
  .popup__bg .popup .dop__cont .polit, .popup__bg .popup .dop__cont .polit a {
    font-size: 1.3020833333vw;
    margin-top: 0.9908854167vw;
    width: 25.6510416667vw;
  }
}
@media screen and (min-width: 1000px) {
  .popup__bg .popup .dop__cont .polit, .popup__bg .popup .dop__cont .polit a {
    font-size: 12px;
    margin-top: 10px;
    width: auto;
    max-width: 269px;
  }
}
.popup__bg .popup .dop__cont .polit a, .popup__bg .popup .dop__cont .polit a a {
  opacity: 0.6;
  text-decoration-line: underline;
}
@media screen and (min-width: 700px) {
  .popup__bg .popup .dop__cont .polit a, .popup__bg .popup .dop__cont .polit a a {
    margin: 0;
  }
}
.popup__bg.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
}

.success__popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  z-index: 100;
}
.success__popup__bg .success__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #AA81F3;
  width: 83.6111111111vw;
  height: 83.3333333333vw;
  border-radius: 6.9444444444vw;
  padding: 0 15vw;
  transition: 0.5s all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 700px) {
  .success__popup__bg .success__popup {
    width: 52.0833333333vw;
    height: 39.0625vw;
    border-radius: 1.171875vw;
    padding: 0 6.1197916667vw;
  }
}
@media screen and (min-width: 1000px) {
  .success__popup__bg .success__popup {
    width: 55.5555555556vw;
    max-width: 800;
    height: 27.7777777778vw;
    max-height: 400;
    border-radius: 1.1805555556vw;
    padding: 0 6.49375vw;
  }
}
.success__popup__bg .success__popup.active {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s all;
  position: relative;
}
.success__popup__bg .success__popup .success__title {
  color: #E9E8F4;
  text-align: center;
  font-size: 7.4705555556vw;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.8472222222vw;
}
@media screen and (min-width: 700px) {
  .success__popup__bg .success__popup .success__title {
    font-size: 3.3736979167vw;
    margin-bottom: 1.11328125vw;
  }
}
@media screen and (min-width: 1000px) {
  .success__popup__bg .success__popup .success__title {
    font-size: 3.6075vw;
    margin-bottom: 1.0729166667vw;
  }
}
.success__popup__bg .success__popup .success__text {
  color: #E9E8F4;
  text-align: center;
  font-size: 4.1922222222vw;
  font-weight: 300;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .success__popup__bg .success__popup .success__text {
    font-size: 1.6868489583vw;
    width: 19.8483072917vw;
  }
}
@media screen and (min-width: 1000px) {
  .success__popup__bg .success__popup .success__text {
    font-size: 1.80375vw;
    width: 21.2241666667vw;
  }
}
.success__popup__bg .success__popup .success__decor {
  margin-top: 5.5555555556vw;
  width: 10.8538888889vw;
  height: 10.8511111111vw;
}
@media screen and (min-width: 700px) {
  .success__popup__bg .success__popup .success__decor {
    margin-top: 2.6041666667vw;
    width: 5.5981770833vw;
    height: 5.5966145833vw;
  }
}
@media screen and (min-width: 1000px) {
  .success__popup__bg .success__popup .success__decor {
    position: absolute;
    bottom: 6.7361111111vw;
    right: 12.9166666667vw;
    width: 3.7022916667vw;
    height: 3.7022916667vw;
  }
}
.success__popup__bg .success__popup .close {
  cursor: pointer;
  position: absolute;
  top: 4%;
  right: 4%;
  width: 5vw;
  height: 5vw;
}
@media screen and (min-width: 700px) {
  .success__popup__bg .success__popup .close {
    top: 4%;
    right: 0%;
  }
  .success__popup__bg .success__popup .close svg {
    width: 2.41vw;
    height: 2.41vw;
  }
}
@media screen and (min-width: 1000px) {
  .success__popup__bg .success__popup .close {
    top: 3%;
    right: 4%;
    width: 20px;
    height: 20px;
  }
  .success__popup__bg .success__popup .close svg {
    width: 20px;
    height: 20px;
  }
}
.success__popup__bg.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
}

.border-red {
  border: 1px solid red !important;
}

.mf-cursor {
  position: fixed;
  color: #D5B5FF;
  top: 0;
  left: 0;
  z-index: 250;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s;
}

.mf-cursor:before {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  display: block;
  width: 140px;
  height: 140px;
  transform: scale(0.2);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.25s ease-in-out, opacity 0.1s;
}

.mf-cursor.-inverse {
  color: #fff;
}

@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-exclusion {
    mix-blend-mode: exclusion;
  }
  .mf-cursor.-exclusion:before {
    background: #fff;
  }
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
}

.mf-cursor.-text:before {
  opacity: 0.85;
  transform: scale(1.7);
}

.mf-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.mf-cursor.-icon:before {
  transform: scale(1.5);
}

.mf-cursor.-icon.-active:before {
  transform: scale(1.4);
}

.mf-cursor.-hidden:before {
  transform: scale(0);
}

.mf-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.4s, transform 0.3s;
}

.mf-cursor.-text .mf-cursor-text, .mf-cursor.-icon .mf-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.mf-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
}

.mf-cursor-media img, .mf-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mf-cursor-media img, .mf-cursor-media video {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateZ(0);
  }
}
.mf-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  transition: transform 0.35s, opacity 0.2s 0.2s;
}

.mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
} 
.mf-cursor-media-box {
  width: 100px;
  height: 100px;
  left: 150px;
  top: 150px;
}

.fade-in {
  animation-duration: 2s;
  animation-name: fadeIn;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.dn {
  display: none !important;
}

.op {
  opacity: 1 !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */