@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
}
[class*=__container] {
  margin: 0 auto;
  max-width: 81.25rem;
  box-sizing: content-box;
}
@media (max-width: 83.125em) {
  [class*=__container] {
    max-width: 75rem;
  }
}
@media (max-width: 61.99875em) {
  [class*=__container] {
    max-width: 46.875rem;
  }
}
@media (max-width: 47.99875em) {
  [class*=__container] {
    max-width: none;
    padding: 0 0.9375rem;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 12.5rem;
}

html, body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #ffffff;
  background-color: #121212;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  flex: 1 0 auto;
}

input, button, textarea {
  font-family: "Poppins", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
  transition: all 0.3s ease 0s;
}

a:link, a:visited, a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

section {
  scroll-margin-top: -200px;
}

@media (max-width: 61.99875em) {
  #slider {
    scroll-margin-top: 0px;
  }
}

.header {
  height: 50rem;
  clip-path: ellipse(130% 100% at 50% 0%);
  background-color: #000000;
  background-image: url("/img/loveyulia.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 12.5rem) calc(100% + 8.125rem);
}
@media (max-width: 1330px) {
  .header {
    background-position: calc(60% + 12.5rem) calc(100% + 8.75rem);
  }
}
@media (max-width: 61.99875em) {
  .header {
    clip-path: none;
    height: 56.25rem;
  }
}
@media (max-width: 29.99875em) {
  .header {
    background-position: calc(60% + 12.5rem) calc(100% + 8.75rem);
    background-size: cover;
  }
}
@media (max-width: 1250px) {
  .header__container {
    padding-inline: 3.125rem;
  }
}
@media (max-width: 530px) {
  .header__container {
    padding-inline: 1.25rem;
  }
}
@media (max-width: 29.99875em) {
  .header__container {
    padding-inline: 0;
  }
}
.header__navbar {
  padding-top: 1.75rem !important;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__navbar__center {
  flex: 0;
  display: flex;
  margin-left: auto;
  margin-right: 2rem;
  justify-content: flex-end;
}
.header__navbar__ul {
  display: flex;
  gap: 2.5rem;
}
.header__navbar__ul li {
  position: relative;
}
.header__navbar__ul li a {
  font-size: 1.125em;
  font-weight: 600;
  color: white;
  text-decoration: none;
}
.header__navbar__ul li.has-dropdown::after {
  font-size: 0.5em;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
@media (max-width: 61.99875em) {
  .header__navbar__ul {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.header__navbar__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__navbar__link {
  font-size: 1.125em;
  font-weight: 600;
  color: white;
  text-decoration: none;
}
.header__navbar__button--white {
  padding: 0.5rem 1.875rem;
  font-size: 1.125em;
  border-radius: 0.75rem;
  background-color: white;
  color: black;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.header__navbar__button--white:hover {
  background-color: #e5e5e5;
}
.header .link-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.header .arrow {
  font-size: 0.7em;
  transition: transform 0.3s ease;
}
.header__main {
  position: relative;
  margin-top: 7.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 61.99875em) {
  .header__main {
    margin-top: 2.875rem;
    flex-direction: column;
    gap: 18.75rem;
  }
}
@media (max-width: 29.99875em) {
  .header__main {
    align-items: center;
  }
}
.header__title {
  color: #464646;
  font-weight: 600;
  line-height: 110%;
}
.header__title span {
  color: #ffffff;
}
@supports (width: clamp(24.375rem, -43.8068181818rem + 109.0909090909vw, 39.375rem)  ) {
  .header__title {
    width: clamp(24.375rem, -43.8068181818rem + 109.0909090909vw, 39.375rem)  ;
  }
}
@supports not (width: clamp(24.375rem, -43.8068181818rem + 109.0909090909vw, 39.375rem)  ) {
  .header__title {
    width: calc(24.375rem + 15 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@supports (font-size: clamp(2rem, -3.6818181818rem + 9.0909090909vw, 3.25rem)  ) {
  .header__title {
    font-size: clamp(2rem, -3.6818181818rem + 9.0909090909vw, 3.25rem)  ;
  }
}
@supports not (font-size: clamp(2rem, -3.6818181818rem + 9.0909090909vw, 3.25rem)  ) {
  .header__title {
    font-size: calc(2rem + 1.25 * (100vw - 62.5rem) / 13.75)  ;
  }
}
@media (max-width: 29.99875em) {
  .header__title {
    width: 22.5rem;
    font-size: 1.875em;
  }
}
.header__subtitle {
  margin-top: 2.5rem;
  width: 18.75rem;
  color: #606060;
}
@supports (font-size: clamp(1.5rem, -0.7727272727rem + 3.6363636364vw, 2rem)  ) {
  .header__subtitle {
    font-size: clamp(1.5rem, -0.7727272727rem + 3.6363636364vw, 2rem)  ;
  }
}
@supports not (font-size: clamp(1.5rem, -0.7727272727rem + 3.6363636364vw, 2rem)  ) {
  .header__subtitle {
    font-size: calc(1.5rem + 0.5 * (100vw - 62.5rem) / 13.75)  ;
  }
}
.header__form, .header .form {
  padding: 2rem;
  width: 25.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 1.5rem;
  background-color: #000000;
}
@supports (width: clamp(21.875rem, 5.625rem + 66.6666666667vw, 25.625rem)  ) {
  .header__form, .header .form {
    width: clamp(21.875rem, 5.625rem + 66.6666666667vw, 25.625rem)  ;
  }
}
@supports not (width: clamp(21.875rem, 5.625rem + 66.6666666667vw, 25.625rem)  ) {
  .header__form, .header .form {
    width: calc(21.875rem + 3.75 * (100vw - 24.375rem) / 5.625)  ;
  }
}
.header__form__title, .header .form__title {
  margin-bottom: 2.3125rem;
  width: 18.75rem;
  text-align: center;
  font-size: 1.25em;
  line-height: 110%;
  font-weight: 500;
}
.header__form__input, .header .form__input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header__form__input input, .header .form__input input {
  padding-left: 1.875rem;
  height: 2.875rem;
  border: 0.0625rem solid #4E4E4E;
  border-radius: 1rem;
  color: #4E4E4E;
  background-color: #000000;
}
.header__form__input input::placeholder, .header .form__input input::placeholder {
  color: #4E4E4E;
}
.header__form__input input:not(:placeholder-shown), .header .form__input input:not(:placeholder-shown) {
  color: #ffffff;
}
.header__form__input input:focus, .header .form__input input:focus {
  outline: none;
  box-shadow: none;
  border-color: #464646;
  background-color: #000000;
  border-color: #ff6b6b;
}
.header__form__input input#phoneInput, .header .form__input input#phoneInput {
  width: 100%;
}
.header__form__input .iti__country-list, .header .form__input .iti__country-list {
  overflow-x: hidden;
  overflow-y: auto;
  width: 18.75rem;
  max-height: 21.875rem;
  border: 0.0625rem solid #333;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.5);
  color: #fff;
  background-color: #000 !important;
}
.header__form__input .iti__country:hover, .header .form__input .iti__country:hover {
  background-color: #222;
}
.header__form__input .iti__selected-flag:hover, .header__form__input .iti__country iti__standard:hover, .header__form__input .iti__country:hover, .header .form__input .iti__selected-flag:hover, .header .form__input .iti__country iti__standard:hover, .header .form__input .iti__country:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.header__form__input .iti__selected-flag, .header__form__input .iti__country iti__standard, .header__form__input .iti__country, .header .form__input .iti__selected-flag, .header .form__input .iti__country iti__standard, .header .form__input .iti__country {
  transition: transform 0.2s ease-in-out;
}
.header__form__form__title, .header__form .send__title, .header .form__form__title, .header .form .send__title {
  margin: 0.625rem 0 1.6875rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__form__form__title p, .header__form .send__title p, .header .form__form__title p, .header .form .send__title p {
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.5019607843);
}
.header__form__form__checkbox, .header__form .send__checkbox, .header .form__form__checkbox, .header .form .send__checkbox {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  border: 0.0625rem solid #89898B;
  border-radius: 0.3125rem;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}
.header__form__form__checkbox:hover, .header__form .send__checkbox:hover, .header .form__form__checkbox:hover, .header .form .send__checkbox:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.header__form__form__checkbox, .header__form .send__checkbox, .header .form__form__checkbox, .header .form .send__checkbox {
  transition: transform 0.2s ease-in-out;
}
.header__form__form__checkbox:checked::after, .header__form .send__checkbox:checked::after, .header .form__form__checkbox:checked::after, .header .form .send__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.375rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.header__form__form__button, .header__form .send__button, .header .form__form__button, .header .form .send__button {
  width: 100%;
  height: 2.875rem;
  border: none;
  border-radius: 1rem;
  font-size: 1.125em;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  cursor: pointer;
}
.header__form__form__button:hover, .header__form .send__button:hover, .header .form__form__button:hover, .header .form .send__button:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.header__form__form__button, .header__form .send__button, .header .form__form__button, .header .form .send__button {
  transition: transform 0.2s ease-in-out;
}

.burger {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 18.5px;
  cursor: pointer;
  z-index: 1001;
}
.burger span {
  width: 100%;
  height: 2px;
  display: block;
  background: white;
  border-radius: 2px;
  background-color: #fff !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .burger {
    display: flex;
  }
}
.burger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header__menu {
  position: fixed;
  inset: 0;
  background-color: #0b0b0a;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: all 0.4s ease;
}
.header__menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header__menu .header__menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu .header__menu__top .burger-close {
  font-size: 24px;
  color: white;
  cursor: pointer;
  border: none;
  background: none;
}
.header__menu .header__navbar__ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
}
.header__menu .header__navbar__ul li a {
  font-size: 20px;
  color: white;
  font-weight: 600;
}
.header__menu .header__menu__bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 70px;
}
.header__menu .header__menu__bottom .header__navbar__link {
  color: white;
  font-weight: 500;
}
.header__menu .header__menu__bottom .header__navbar__button--white {
  background: white;
  color: black;
  width: 160px;
  font-weight: 600;
  border-radius: 14px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header__menu {
    display: none !important;
  }
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 992px) {
  .header__navbar__center,
  .header__navbar__actions {
    display: none;
  }
}

@media (max-width: 61.99875em) {
  .header__block:nth-child(2) {
    margin: 0 auto;
  }
}
.modal {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal h2 {
  font-size: 32px;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.modal__content {
  background-color: #121212;
  padding: 40px 30px;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  position: relative;
  text-align: center;
  color: white;
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.modal__form input {
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 12px;
  padding: 12px 16px;
  color: white;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}
.modal__form input::placeholder {
  color: #aaa;
}
.modal__form input:focus {
  border-color: #ff6b6b;
}
.modal__form input#modalPhoneInput {
  width: 100%;
}
.modal__form .modal__submit {
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}
.modal__form .modal__policy {
  font-size: 12px;
  color: #888;
  margin-top: 15px;
}
.modal__form .modal__policy a {
  color: #ff6b6b;
  text-decoration: none;
}
.modal__form .modal__policy a:hover {
  text-decoration: underline;
}
.modal__form .iti__country-list {
  overflow-x: hidden;
  overflow-y: auto;
  width: 18.75rem;
  max-height: 21.875rem;
  border: 0.0625rem solid #333;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.5);
  color: #fff;
  background-color: #000 !important;
}
.modal__form .iti__country:hover {
  background-color: #222;
}
.modal__form .iti__selected-flag:hover, .modal__form .iti__country iti__standard:hover, .modal__form .iti__country:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.modal__form .iti__selected-flag, .modal__form .iti__country iti__standard, .modal__form .iti__country {
  transition: transform 0.2s ease-in-out;
}

.iti-mobile .iti__country {
  background-color: #000;
}

.iti__divider {
  background-color: #000;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: #000;
  border-bottom: none;
}

.iti__country-list {
  background-color: #000 !important;
}

.iti__country {
  background-color: black;
  color: white;
}

.lessons {
  max-width: 1340px;
  margin: 0 auto;
  padding: 60px 0px;
  background: #121212;
  text-align: center;
}
@media (max-width: 1280px) {
  .lessons {
    max-width: 1080px;
  }
}
@media (max-width: 61.99875em) {
  .lessons {
    margin-top: 18.75rem;
  }
}
@media (max-width: 768px) {
  .lessons {
    padding: 30px 20px;
  }
}
.lessons__title {
  font-size: 42px;
  color: white;
  margin-bottom: 40px;
}
.lessons__title span {
  display: block;
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lessons__title span {
    display: inline;
  }
}
.lessons__title .mobile-br {
  display: none;
}
@media (max-width: 768px) {
  .lessons__title {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .lessons__title .mobile-br {
    display: inline;
  }
  .lessons__title .mobile-br::after {
    content: "\a";
    white-space: pre;
  }
}
.lessons__subtitle {
  font-style: italic;
  max-width: 900px;
  margin: 0 auto;
  padding: 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}
.lessons__subtitle span {
  color: #f2633b;
  font-size: 20px;
}
@media (max-width: 768px) {
  .lessons__subtitle {
    font-size: 14px;
    padding: 12px 20px;
    line-height: 1.5;
  }
  .lessons__subtitle span {
    font-size: 16px;
  }
}
.lessons__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .lessons__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.lesson-card {
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
}
.lesson-card__image {
  position: relative;
}
.lesson-card__image img {
  width: 100%;
  height: auto;
  display: block;
}
.lesson-card__image .lesson-card__lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  background: rgba(217, 217, 217, 0.5);
  padding: 20px;
  border-radius: 50%;
}
.lesson-card__info {
  padding: 20px;
}
@media (max-width: 768px) {
  .lesson-card__info {
    padding: 15px;
  }
}
.lesson-card__subtitle {
  color: white;
  font-size: 24px;
  margin-bottom: 20px;
}
.lesson-card__subtitle span {
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lesson-card__subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.lesson-card__buttons {
  display: flex;
  gap: 10px;
  width: 500px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .lesson-card__buttons {
    width: 300px;
    margin: 0 auto;
    flex-direction: column;
  }
}
.lesson-card__buttons .btn {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lesson-card__buttons .btn {
    width: 100%;
    font-size: 16px;
  }
}
.lesson-card__buttons .red {
  height: 2.875rem;
  border: none;
  border-radius: 1rem;
  font-size: 1.125em;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  cursor: pointer;
}
.lesson-card__buttons .red:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.lesson-card__buttons .red {
  transition: transform 0.2s ease-in-out;
}
.lesson-card__buttons .pink {
  height: 2.875rem;
  border: none;
  border-radius: 1rem;
  font-size: 1.125em;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
}
.lesson-card__buttons .pink:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.lesson-card__buttons .pink {
  transition: transform 0.2s ease-in-out;
}
.lesson-card__buttons .pink::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.lesson-card__quote {
  font-style: italic;
  font-size: 16px;
  color: #ccc;
  margin-top: 12px;
  text-align: left;
}

@media (max-width: 768px) {
  .lesson-card__quote {
    font-size: 13px;
    margin-top: 10px;
    padding: 0 10px;
  }
}
.about {
  overflow: hidden;
  position: relative;
  background-color: #000000;
  z-index: 2;
}
@supports (padding-top: clamp(5rem, -17.2566964286rem + 46.4285714286vw, 11.5rem)  ) {
  .about {
    padding-top: clamp(5rem, -17.2566964286rem + 46.4285714286vw, 11.5rem)  ;
  }
}
@supports not (padding-top: clamp(5rem, -17.2566964286rem + 46.4285714286vw, 11.5rem)  ) {
  .about {
    padding-top: calc(5rem + 6.5 * (100vw - 47.9375rem) / 14)  ;
  }
}
.about .background-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.about .glow {
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  opacity: 0.63;
  filter: blur(120px);
  transform: rotate(13deg);
}
.about .glow-1 {
  top: 9.375rem;
  left: -6.25rem;
}
@media (max-width: 61.99875em) {
  .about .glow-1 {
    display: none;
  }
}
.about .glow-2 {
  width: 62.5rem;
  height: 18.75rem;
  top: 21.875rem;
  right: -31.25rem;
  transform: rotate(-9deg);
}
@media (max-width: 61.99875em) {
  .about .glow-2 {
    width: 31.25rem;
    height: 9.375rem;
    right: -12.5rem;
  }
}
@media (max-width: 1400px) {
  .about__container {
    max-width: 87.5rem;
  }
}
.about__ht {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}
@supports (width: clamp(37.5rem, -26.7020089286rem + 133.9285714286vw, 56.25rem)  ) {
  .about__ht {
    width: clamp(37.5rem, -26.7020089286rem + 133.9285714286vw, 56.25rem)  ;
  }
}
@supports not (width: clamp(37.5rem, -26.7020089286rem + 133.9285714286vw, 56.25rem)  ) {
  .about__ht {
    width: calc(37.5rem + 18.75 * (100vw - 47.9375rem) / 14)  ;
  }
}
@supports (font-size: clamp(1.875rem, -0.6930803571rem + 5.3571428571vw, 2.625rem)  ) {
  .about__ht {
    font-size: clamp(1.875rem, -0.6930803571rem + 5.3571428571vw, 2.625rem)  ;
  }
}
@supports not (font-size: clamp(1.875rem, -0.6930803571rem + 5.3571428571vw, 2.625rem)  ) {
  .about__ht {
    font-size: calc(1.875rem + 0.75 * (100vw - 47.9375rem) / 14)  ;
  }
}
.about__ht i {
  text-transform: uppercase;
  background: linear-gradient(90deg, #FD6542 0%, #E80370 50%, #5D0D56 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 61.99875em) {
  .about__ht {
    width: auto;
  }
}
.about__blocks {
  margin-top: 5.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.875rem;
  grid-row-gap: 3.125rem;
}
@media (max-width: 61.99875em) {
  .about__blocks {
    display: flex;
    flex-direction: column;
  }
  @supports (gap: clamp(3.125rem, -7.5753348214rem + 22.3214285714vw, 6.25rem)  ) {
    .about__blocks {
      gap: clamp(3.125rem, -7.5753348214rem + 22.3214285714vw, 6.25rem)  ;
    }
  }
  @supports not (gap: clamp(3.125rem, -7.5753348214rem + 22.3214285714vw, 6.25rem)  ) {
    .about__blocks {
      gap: calc(3.125rem + 3.125 * (100vw - 47.9375rem) / 14)  ;
    }
  }
}
.about__block {
  text-align: center;
}
.about__block:nth-child(1) {
  width: 36.875rem;
}
.about__block:nth-child(2) {
  width: 40.625rem;
}
@media (max-width: 61.99875em) {
  .about__block {
    margin: 0 auto;
  }
  .about__block:nth-child(1) {
    width: auto;
  }
  .about__block:nth-child(2) {
    width: auto;
  }
}
.about__block__ht {
  margin-bottom: 2.5rem;
}
@supports (font-size: clamp(1.5rem, -0.2120535714rem + 3.5714285714vw, 2rem)  ) {
  .about__block__ht {
    font-size: clamp(1.5rem, -0.2120535714rem + 3.5714285714vw, 2rem)  ;
  }
}
@supports not (font-size: clamp(1.5rem, -0.2120535714rem + 3.5714285714vw, 2rem)  ) {
  .about__block__ht {
    font-size: calc(1.5rem + 0.5 * (100vw - 47.9375rem) / 14)  ;
  }
}
.about__block__title {
  line-height: 110%;
}
@supports (font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ) {
  .about__block__title {
    font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ;
  }
}
@supports not (font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ) {
  .about__block__title {
    font-size: calc(1.125rem + 0.875 * (100vw - 47.9375rem) / 14)  ;
  }
}
@media (max-width: 61.99875em) {
  .about__block__title {
    margin: 0 auto;
  }
  @supports (width: clamp(25rem, -28.5016741071rem + 111.6071428571vw, 40.625rem)  ) {
    .about__block__title {
      width: clamp(25rem, -28.5016741071rem + 111.6071428571vw, 40.625rem)  ;
    }
  }
  @supports not (width: clamp(25rem, -28.5016741071rem + 111.6071428571vw, 40.625rem)  ) {
    .about__block__title {
      width: calc(25rem + 15.625 * (100vw - 47.9375rem) / 14)  ;
    }
  }
}
@media (max-width: 47.99875em) {
  .about__block__title {
    width: auto;
  }
}
.about__block__title i {
  background: linear-gradient(90deg, #FC6441 0%, #E9076E 50%, #5D0D56 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about__button {
  margin-top: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 61.99875em) {
  .about__button {
    margin-top: 4.375rem;
  }
}
.about__button button {
  width: 32.5rem;
  text-transform: uppercase;
  height: 2.875rem;
  border: none;
  border-radius: 1rem;
  font-size: 1.125em;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  cursor: pointer;
  height: 6.125rem;
}
.about__button button:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.about__button button {
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 61.99875em) {
  .about__button button {
    width: 17.875rem;
    height: 3.375rem;
  }
  @supports (font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ) {
    .about__button button {
      font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ;
    }
  }
  @supports not (font-size: clamp(1.125rem, -1.87109375rem + 6.25vw, 2rem)  ) {
    .about__button button {
      font-size: calc(1.125rem + 0.875 * (100vw - 47.9375rem) / 14)  ;
    }
  }
}

.skills {
  padding-top: 125px;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.skills__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.skills__title span {
  font-style: italic;
  color: #f2633b;
}
@media (max-width: 767px) {
  .skills__title span {
    background: linear-gradient(90deg, #FD6542 0%, #E80370 50%, #5D0D56 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.skills__title .skills__br {
  display: none;
}
@media (max-width: 767px) {
  .skills .skills__title {
    font-size: 28px;
  }
  .skills .skills__title .skills__br {
    display: inline;
  }
}
.skills__text {
  padding-top: 40px;
  padding-left: 20px;
}
.skills__wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 50px;
}
.skills__grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.skills__grid::-webkit-scrollbar {
  display: none;
}
.skills__item {
  flex: 0 0 100%;
  max-width: 100%;
  scroll-snap-align: center;
  background: linear-gradient(145deg, #0e0e0e, #1a1a1a);
  border-radius: 15px;
  border: 1px solid #333;
  height: 432px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  transition: transform 0.3s;
  margin: 0 auto;
}
.skills__item p {
  font-size: 24px;
}
.skills__item .skills__icon {
  align-self: flex-end;
  margin-top: auto;
}
.skills__item .skills__icon img {
  height: 200px;
}
.skills__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #424242;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.skills__arrow--left {
  left: 0;
  transform: translate(50%, -50%);
}
.skills__arrow--right {
  right: 0;
  transform: translate(-50%, -50%);
}
.skills__arrow svg {
  width: 24px;
  height: 24px;
  stroke: #424242;
}
@media (min-width: 768px) {
  .skills__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
    overflow: visible;
  }
  .skills__item {
    flex: initial;
    max-width: initial;
    scroll-snap-align: none;
    margin: 0;
  }
  .skills__arrow {
    display: none;
  }
  .skills__wrapper {
    padding: 0;
  }
}

.form-section {
  background: url("/img/formBack.png") center/cover no-repeat;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  min-height: 100vh;
  color: white;
}
.form-section .form-wrapper {
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.form-section .form-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.form-section .form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-section .form-wrapper form input[type=text],
.form-section .form-wrapper form input[type=email],
.form-section .form-wrapper form input[type=tel] {
  background: #1d1d1d;
  color: white;
  padding: 15px 20px;
  border-radius: 15px;
  border: 1px solid #424242;
  font-size: 1rem;
  outline: none;
  transition: box-shadow 0.2s ease;
}
.form-section .form-wrapper form input[type=text]::placeholder,
.form-section .form-wrapper form input[type=email]::placeholder,
.form-section .form-wrapper form input[type=tel]::placeholder {
  color: #999;
}
.form-section .form-wrapper form input[type=text]:focus,
.form-section .form-wrapper form input[type=email]:focus,
.form-section .form-wrapper form input[type=tel]:focus {
  box-shadow: 0 0 0 2px #ff4e4e;
}
.form-section .form-wrapper form button {
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  color: white;
  padding: 15px;
  width: 260px;
  margin: 0 auto;
  font-size: 1.1rem;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-top: 30px;
  margin-bottom: 35px;
}
.form-section .form-wrapper form button:hover {
  opacity: 0.9;
}
.form-section .form-wrapper form .policy-text {
  font-size: 0.8rem;
  color: #aaa;
  margin-top: 10px;
}
.form-section .form-wrapper form .policy-text a {
  color: #ff4e4e;
  text-decoration: none;
}
.form-section .form-wrapper form .policy-text a:hover {
  text-decoration: underline;
}
.form-section .form-wrapper form .iti__country-list {
  overflow-x: hidden;
  overflow-y: auto;
  width: 18.75rem;
  max-height: 21.875rem;
  border: 0.0625rem solid #333;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.5);
  color: #fff;
  background-color: #000 !important;
}
.form-section .form-wrapper form .iti__country:hover {
  background-color: #222;
}
.form-section .form-wrapper form .iti__selected-flag:hover, .form-section .form-wrapper form .iti__country iti__standard:hover, .form-section .form-wrapper form .iti__country:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.form-section .form-wrapper form .iti__selected-flag, .form-section .form-wrapper form .iti__country iti__standard, .form-section .form-wrapper form .iti__country {
  transition: transform 0.2s ease-in-out;
}

input#phone-input {
  width: 100%;
}

.slider {
  position: relative;
  overflow: hidden;
  padding-top: 9.375rem;
  background-color: #000000;
}
@media (max-width: 61.99875em) {
  .slider {
    padding-top: 0;
  }
}
.slider__wrapper {
  overflow: hidden;
}
.slider__track {
  display: flex;
  gap: 2rem;
  transition: transform 0.4s ease;
}
.slider__item {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2rem;
  border-radius: 1.5rem;
  background: #171717;
  opacity: 0.4;
  transform: scale(0.9);
  transition: all 0.4s ease;
}
@supports (width: clamp(21.875rem, -48.7472098214rem + 147.3214285714vw, 42.5rem)  ) {
  .slider__item {
    width: clamp(21.875rem, -48.7472098214rem + 147.3214285714vw, 42.5rem)  ;
  }
}
@supports not (width: clamp(21.875rem, -48.7472098214rem + 147.3214285714vw, 42.5rem)  ) {
  .slider__item {
    width: calc(21.875rem + 20.625 * (100vw - 47.9375rem) / 14)  ;
  }
}
.slider__item--active {
  opacity: 1;
  transform: scale(1);
}
.slider__item__top {
  display: flex;
  align-items: center;
}
.slider__item__top img {
  margin-right: 1.0625rem;
}
@supports (width: clamp(2.5rem, -1.7801339286rem + 8.9285714286vw, 3.75rem)  ) {
  .slider__item__top img {
    width: clamp(2.5rem, -1.7801339286rem + 8.9285714286vw, 3.75rem)  ;
  }
}
@supports not (width: clamp(2.5rem, -1.7801339286rem + 8.9285714286vw, 3.75rem)  ) {
  .slider__item__top img {
    width: calc(2.5rem + 1.25 * (100vw - 47.9375rem) / 14)  ;
  }
}
@supports (height: clamp(2.5rem, -1.7801339286rem + 8.9285714286vw, 3.75rem)  ) {
  .slider__item__top img {
    height: clamp(2.5rem, -1.7801339286rem + 8.9285714286vw, 3.75rem)  ;
  }
}
@supports not (height: clamp(2.5rem, -1.7801339286rem + 8.9285714286vw, 3.75rem)  ) {
  .slider__item__top img {
    height: calc(2.5rem + 1.25 * (100vw - 47.9375rem) / 14)  ;
  }
}
.slider__item__top h3 {
  font-weight: 600;
}
@supports (font-size: clamp(0.875rem, -1.2650669643rem + 4.4642857143vw, 1.5rem)  ) {
  .slider__item__top h3 {
    font-size: clamp(0.875rem, -1.2650669643rem + 4.4642857143vw, 1.5rem)  ;
  }
}
@supports not (font-size: clamp(0.875rem, -1.2650669643rem + 4.4642857143vw, 1.5rem)  ) {
  .slider__item__top h3 {
    font-size: calc(0.875rem + 0.625 * (100vw - 47.9375rem) / 14)  ;
  }
}
.slider__item__top i {
  margin-left: auto;
  width: 4.0625rem;
  height: 3.75rem;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FD6542 0%, #E80370 50%, #5D0D56 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports (width: clamp(2.5rem, -1.7801339286rem + 8.9285714286vw, 3.75rem)  ) {
  .slider__item__top i {
    width: clamp(2.5rem, -1.7801339286rem + 8.9285714286vw, 3.75rem)  ;
  }
}
@supports not (width: clamp(2.5rem, -1.7801339286rem + 8.9285714286vw, 3.75rem)  ) {
  .slider__item__top i {
    width: calc(2.5rem + 1.25 * (100vw - 47.9375rem) / 14)  ;
  }
}
@supports (height: clamp(2.5rem, -2.8501674107rem + 11.1607142857vw, 4.0625rem)  ) {
  .slider__item__top i {
    height: clamp(2.5rem, -2.8501674107rem + 11.1607142857vw, 4.0625rem)  ;
  }
}
@supports not (height: clamp(2.5rem, -2.8501674107rem + 11.1607142857vw, 4.0625rem)  ) {
  .slider__item__top i {
    height: calc(2.5rem + 1.5625 * (100vw - 47.9375rem) / 14)  ;
  }
}
@supports (font-size: clamp(3.25rem, -7.8783482143rem + 23.2142857143vw, 6.5rem)  ) {
  .slider__item__top i {
    font-size: clamp(3.25rem, -7.8783482143rem + 23.2142857143vw, 6.5rem)  ;
  }
}
@supports not (font-size: clamp(3.25rem, -7.8783482143rem + 23.2142857143vw, 6.5rem)  ) {
  .slider__item__top i {
    font-size: calc(3.25rem + 3.25 * (100vw - 47.9375rem) / 14)  ;
  }
}
.slider__item__bottom p {
  font-weight: 500;
  line-height: 110%;
}
@supports (font-size: clamp(0.875rem, -1.2650669643rem + 4.4642857143vw, 1.5rem)  ) {
  .slider__item__bottom p {
    font-size: clamp(0.875rem, -1.2650669643rem + 4.4642857143vw, 1.5rem)  ;
  }
}
@supports not (font-size: clamp(0.875rem, -1.2650669643rem + 4.4642857143vw, 1.5rem)  ) {
  .slider__item__bottom p {
    font-size: calc(0.875rem + 0.625 * (100vw - 47.9375rem) / 14)  ;
  }
}
@media (max-width: 61.99875em) {
  .slider__item__bottom p {
    line-height: 100%;
  }
}
.slider__controls {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.slider__arrow {
  padding: 0.625rem 0.9375rem;
  font-size: 1.25em;
  border: 0.0625rem solid #424242;
  border-radius: 50%;
  color: #424242;
  background: none;
  cursor: pointer;
}
.slider__arrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.iti-mobile .iti__country {
  background-color: #000;
}

.iti__divider {
  background-color: #000;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: #000;
  border-bottom: none;
}

.iti__country-list {
  background-color: #000 !important;
}

.iti__country {
  background-color: black;
  color: white;
}

.footer {
  padding: 9.125rem 0 6.6875rem 0;
  background-color: #000000;
}
@media (max-width: 61.99875em) {
  .footer {
    padding: 5rem 0 3.75rem 0;
  }
}
.footer__blocks {
  display: flex;
  gap: 6.25rem;
}
@media (max-width: 61.99875em) {
  .footer__blocks {
    flex-direction: column-reverse;
  }
}
.footer__block {
  display: flex;
  flex-direction: column;
}
.footer__block:nth-child(1) {
  width: 60%;
}
@media (max-width: 61.99875em) {
  .footer__block:nth-child(1) {
    width: 100%;
  }
}
.footer__block:nth-child(2) {
  width: 40%;
}
@media (max-width: 61.99875em) {
  .footer__block:nth-child(2) {
    width: 100%;
  }
}
.footer__block__top {
  display: flex;
  justify-content: space-between;
}
.footer__block__top img {
  height: 2.625rem;
}
@media (max-width: 61.99875em) {
  .footer__block__top img {
    width: 8.125rem;
    height: 3.75rem;
  }
}
@media (max-width: 61.99875em) {
  .footer__block__top {
    flex-direction: column;
    gap: 5rem;
  }
}
.footer__block__ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer__block__li {
  font-size: 1.125em;
  line-height: 1.5625rem;
  font-weight: 600;
}
.footer__block__li h3 {
  color: #4E4E4E;
}
@media (max-width: 61.99875em) {
  .footer__block__li {
    font-size: 1em;
  }
}
.footer__block__bottom {
  margin-top: 21.875rem;
}
@media (max-width: 61.99875em) {
  .footer__block__bottom {
    margin-top: 2.5rem;
  }
}
.footer__block__bul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1rem;
  column-gap: 3.125rem;
}
@media (max-width: 61.99875em) {
  .footer__block__bul {
    display: flex;
    flex-direction: column;
  }
}
.footer__block__bli {
  font-weight: 600;
  color: #4E4E4E;
}
@media (max-width: 61.99875em) {
  .footer__block__bli:nth-child(2) {
    margin-bottom: 1rem;
  }
}

.polit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1200;
}
.polit.active {
  display: flex;
}
.polit__close {
  padding: 0.3125rem;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
}
.polit__close .polit__span {
  position: absolute;
  top: 0.9375rem;
  left: 0.25rem;
  width: 80%;
  height: 0.125rem;
  transform-origin: center;
  color: #fff;
  background: #fff;
}
.polit__close .polit__span:first-child {
  transform: rotate(45deg);
}
.polit__close .polit__span:last-child {
  transform: rotate(-45deg);
}
.polit__content {
  overflow-y: auto;
  margin-top: 6.25rem;
  padding: 1.25rem;
  max-width: 62.5rem;
  width: 100%;
  max-height: 90vh;
  border-radius: 1.5rem;
  line-height: 110%;
  color: #000;
  background-color: #fff;
}
.polit__content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.polit__content h3 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.polit__content p {
  margin-bottom: 10px;
}
.polit__content ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.polit__content ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.second {
  min-height: 100vh;
  background-image: url("/img/second.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.second__logo {
  margin-bottom: 1.25rem;
  padding: 2.1875rem 0 0 4.375rem;
}
@supports (width: clamp(4rem, -19.260371179rem + 37.5545851528vw, 9.375rem)  ) {
  .second__logo img {
    width: clamp(4rem, -19.260371179rem + 37.5545851528vw, 9.375rem)  ;
  }
}
@supports not (width: clamp(4rem, -19.260371179rem + 37.5545851528vw, 9.375rem)  ) {
  .second__logo img {
    width: calc(4rem + 5.375 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
@supports (height: clamp(1.875rem, -8.9437772926rem + 17.4672489083vw, 4.375rem)  ) {
  .second__logo img {
    height: clamp(1.875rem, -8.9437772926rem + 17.4672489083vw, 4.375rem)  ;
  }
}
@supports not (height: clamp(1.875rem, -8.9437772926rem + 17.4672489083vw, 4.375rem)  ) {
  .second__logo img {
    height: calc(1.875rem + 2.5 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
@media (max-width: 47.99875em) {
  .second__logo {
    margin-bottom: 5rem;
    padding: 0.8125rem 0 0 1.25rem;
  }
}
.second__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.second__title {
  text-transform: uppercase;
  font-weight: 600;
}
@supports (font-size: clamp(1.875rem, -4.0753275109rem + 9.6069868996vw, 3.25rem)  ) {
  .second__title {
    font-size: clamp(1.875rem, -4.0753275109rem + 9.6069868996vw, 3.25rem)  ;
  }
}
@supports not (font-size: clamp(1.875rem, -4.0753275109rem + 9.6069868996vw, 3.25rem)  ) {
  .second__title {
    font-size: calc(1.875rem + 1.375 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
.second__text {
  font-weight: 600;
  line-height: 110%;
  color: #C7C7C7;
}
@supports (font-size: clamp(1rem, -3.327510917rem + 6.9868995633vw, 2rem)  ) {
  .second__text {
    font-size: clamp(1rem, -3.327510917rem + 6.9868995633vw, 2rem)  ;
  }
}
@supports not (font-size: clamp(1rem, -3.327510917rem + 6.9868995633vw, 2rem)  ) {
  .second__text {
    font-size: calc(1rem + 1 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
@supports (margin-top: clamp(6.25rem, 3.5453056769rem + 4.3668122271vw, 6.875rem)  ) {
  .second__text:nth-of-type(1) {
    margin-top: clamp(6.25rem, 3.5453056769rem + 4.3668122271vw, 6.875rem)  ;
  }
}
@supports not (margin-top: clamp(6.25rem, 3.5453056769rem + 4.3668122271vw, 6.875rem)  ) {
  .second__text:nth-of-type(1) {
    margin-top: calc(6.25rem + 0.625 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
@supports (width: clamp(20.625rem, -49.6970524017rem + 113.5371179039vw, 36.875rem)  ) {
  .second__text:nth-of-type(1) {
    width: clamp(20.625rem, -49.6970524017rem + 113.5371179039vw, 36.875rem)  ;
  }
}
@supports not (width: clamp(20.625rem, -49.6970524017rem + 113.5371179039vw, 36.875rem)  ) {
  .second__text:nth-of-type(1) {
    width: calc(20.625rem + 16.25 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
@supports (margin-top: clamp(3.125rem, -2.2843886463rem + 8.7336244541vw, 4.375rem)  ) {
  .second__text:nth-of-type(2) {
    margin-top: clamp(3.125rem, -2.2843886463rem + 8.7336244541vw, 4.375rem)  ;
  }
}
@supports not (margin-top: clamp(3.125rem, -2.2843886463rem + 8.7336244541vw, 4.375rem)  ) {
  .second__text:nth-of-type(2) {
    margin-top: calc(3.125rem + 1.25 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
@supports (width: clamp(22.5rem, -74.8689956332rem + 157.2052401747vw, 45rem)  ) {
  .second__text:nth-of-type(2) {
    width: clamp(22.5rem, -74.8689956332rem + 157.2052401747vw, 45rem)  ;
  }
}
@supports not (width: clamp(22.5rem, -74.8689956332rem + 157.2052401747vw, 45rem)  ) {
  .second__text:nth-of-type(2) {
    width: calc(22.5rem + 22.5 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
.second__text:nth-of-type(2) span {
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports (margin-top: clamp(11.25rem, 11.25rem + 0vw, 11.25rem)  ) {
  .second__text:nth-of-type(3) {
    margin-top: clamp(11.25rem, 11.25rem + 0vw, 11.25rem)  ;
  }
}
@supports not (margin-top: clamp(11.25rem, 11.25rem + 0vw, 11.25rem)  ) {
  .second__text:nth-of-type(3) {
    margin-top: calc(11.25rem + 0 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
@supports (width: clamp(25rem, -71.0166484716rem + 155.0218340611vw, 47.1875rem)  ) {
  .second__text:nth-of-type(3) {
    width: clamp(25rem, -71.0166484716rem + 155.0218340611vw, 47.1875rem)  ;
  }
}
@supports not (width: clamp(25rem, -71.0166484716rem + 155.0218340611vw, 47.1875rem)  ) {
  .second__text:nth-of-type(3) {
    width: calc(25rem + 22.1875 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
.second__text:nth-of-type(3) i {
  background: linear-gradient(90deg, #FD6542 24%, #E80370 53%, #5D0D56 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.second__medal {
  position: absolute;
}
@supports (top: clamp(21.875rem, -32.2188864629rem + 87.3362445415vw, 34.375rem)  ) {
  .second__medal:nth-of-type(1) {
    top: clamp(21.875rem, -32.2188864629rem + 87.3362445415vw, 34.375rem)  ;
  }
}
@supports not (top: clamp(21.875rem, -32.2188864629rem + 87.3362445415vw, 34.375rem)  ) {
  .second__medal:nth-of-type(1) {
    top: calc(21.875rem + 12.5 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
@supports (right: clamp(6.25rem, -103.125rem + 125vw, 21.875rem)  ) {
  .second__medal:nth-of-type(1) {
    right: clamp(6.25rem, -103.125rem + 125vw, 21.875rem)  ;
  }
}
@supports not (right: clamp(6.25rem, -103.125rem + 125vw, 21.875rem)  ) {
  .second__medal:nth-of-type(1) {
    right: calc(6.25rem + 15.625 * (100vw - 87.5rem) / 12.5)  ;
  }
}
@media (max-width: 61.99875em) {
  .second__medal:nth-of-type(1) {
    display: none;
  }
}
.second__medal:nth-of-type(1) img {
  width: 8.4375rem;
  height: 8.4375rem;
}
@supports (top: clamp(25rem, -29.0938864629rem + 87.3362445415vw, 37.5rem)  ) {
  .second__medal:nth-of-type(2) {
    top: clamp(25rem, -29.0938864629rem + 87.3362445415vw, 37.5rem)  ;
  }
}
@supports not (top: clamp(25rem, -29.0938864629rem + 87.3362445415vw, 37.5rem)  ) {
  .second__medal:nth-of-type(2) {
    top: calc(25rem + 12.5 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
@supports (right: clamp(0.0000000625rem, -87.4999995rem + 99.9999995vw, 12.5rem)  ) {
  .second__medal:nth-of-type(2) {
    right: clamp(0.0000000625rem, -87.4999995rem + 99.9999995vw, 12.5rem)  ;
  }
}
@supports not (right: clamp(0.0000000625rem, -87.4999995rem + 99.9999995vw, 12.5rem)  ) {
  .second__medal:nth-of-type(2) {
    right: calc(0.0000000625rem + 12.4999999375 * (100vw - 87.5rem) / 12.5)  ;
  }
}
@media (max-width: 1200px) {
  @supports (top: clamp(25rem, -29.0938864629rem + 87.3362445415vw, 37.5rem)  ) {
    .second__medal:nth-of-type(2) {
      top: clamp(25rem, -29.0938864629rem + 87.3362445415vw, 37.5rem)  ;
    }
  }
  @supports not (top: clamp(25rem, -29.0938864629rem + 87.3362445415vw, 37.5rem)  ) {
    .second__medal:nth-of-type(2) {
      top: calc(25rem + 12.5 * (100vw - 61.9375rem) / 14.3125)  ;
    }
  }
  @supports (right: clamp(3.125rem, -62.5rem + 75vw, 12.5rem)  ) {
    .second__medal:nth-of-type(2) {
      right: clamp(3.125rem, -62.5rem + 75vw, 12.5rem)  ;
    }
  }
  @supports not (right: clamp(3.125rem, -62.5rem + 75vw, 12.5rem)  ) {
    .second__medal:nth-of-type(2) {
      right: calc(3.125rem + 9.375 * (100vw - 87.5rem) / 12.5)  ;
    }
  }
}
@media (max-width: 61.99875em) {
  @supports (top: clamp(25rem, 27.9354207436rem + -9.7847358121vw, 21.875rem)  ) {
    .second__medal:nth-of-type(2) {
      top: clamp(25rem, 27.9354207436rem + -9.7847358121vw, 21.875rem)  ;
    }
  }
  @supports not (top: clamp(25rem, 27.9354207436rem + -9.7847358121vw, 21.875rem)  ) {
    .second__medal:nth-of-type(2) {
      top: calc(25rem + -3.125 * (100vw - 30rem) / 31.9375)  ;
    }
  }
  @supports (right: clamp(0.0000000625rem, -5.8708413661rem + 19.5694714286vw, 6.25rem)  ) {
    .second__medal:nth-of-type(2) {
      right: clamp(0.0000000625rem, -5.8708413661rem + 19.5694714286vw, 6.25rem)  ;
    }
  }
  @supports not (right: clamp(0.0000000625rem, -5.8708413661rem + 19.5694714286vw, 6.25rem)  ) {
    .second__medal:nth-of-type(2) {
      right: calc(0.0000000625rem + 6.2499999375 * (100vw - 30rem) / 31.9375)  ;
    }
  }
}
@supports (width: clamp(13rem, 15.1637554585rem + -3.4934497817vw, 12.5rem)  ) {
  .second__medal:nth-of-type(2) img {
    width: clamp(13rem, 15.1637554585rem + -3.4934497817vw, 12.5rem)  ;
  }
}
@supports not (width: clamp(13rem, 15.1637554585rem + -3.4934497817vw, 12.5rem)  ) {
  .second__medal:nth-of-type(2) img {
    width: calc(13rem + -0.5 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}
@supports (height: clamp(13rem, 15.1637554585rem + -3.4934497817vw, 12.5rem)  ) {
  .second__medal:nth-of-type(2) img {
    height: clamp(13rem, 15.1637554585rem + -3.4934497817vw, 12.5rem)  ;
  }
}
@supports not (height: clamp(13rem, 15.1637554585rem + -3.4934497817vw, 12.5rem)  ) {
  .second__medal:nth-of-type(2) img {
    height: calc(13rem + -0.5 * (100vw - 61.9375rem) / 14.3125)  ;
  }
}

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