body, html {
    margin: 0;
    background-color: #EEEAE7 !important;
}

.hero-title {
    font-weight: 600;
    font-size: 96px;
    line-height: 1.1;
    margin: 0;
    color: #231F20;
    font-family: "Manrope", Helvetica;
}

.landing-page-final {
    display: flex;
    flex-direction: column;
    width: 1280px;
    margin: 0 auto;
    gap: 64px;
    position: relative;
    background-color: #EEEAE7;
    min-height: 100vh;
}

    .landing-page-final .header {
  display: flex;
  justify-content: space-between;
  padding: 32px 64px;
  align-self: stretch;
  width: 100%;
  background-color: transparent;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
        gap: 1.5em
}

.landing-page-final .logo {
    display: flex;
    align-items: center;
    gap:10px;
    font-family: Raleway, sans-serif, serif;
    font-size: 12px;
    line-height: 14px;
}

.landing-page-final .logo svg{
    width: 96px;
    height: 61px;
    object-fit: cover;
}

.landing-page-final .logo>div{
    color: rgb(23 23 25 / 1);
    font-weight: 700;
    gap: 0.25rem;
    flex-direction: column;
    display: flex;
}
.landing-page-final .logo>div>p{
    white-space: nowrap;
}

@media screen and (max-width: 1000px) {
    .landing-page-final .logo svg{
        width: 76px;
        height: 61px;
    }
    .landing-page-final .logo {
        font-size: 10px;
        line-height: 12px;
    }
}


.landing-page-final .img {
  position: relative;
  width: 253px;
  height: 60px;
  aspect-ratio: 4.22;
  object-fit: cover;
}

.landing-page-final .header-text {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.landing-page-final .element {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  color: #3f373a;
  font-size: 16.3px;
  text-align: center;
  line-height: 28.0px;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.landing-page-final .text-wrapper {
  font-weight: 600;
}

.landing-page-final .span {
  font-weight: 800;
}

.landing-page-final .button-burger {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page-final .signup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page-final .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 32px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 1000px;
  border: 1px solid;
  border-color: var(--themes-pink-duplicate);
}

.landing-page-final .label {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--themes-pink-duplicate);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.landing-page-final .burger {
  display: flex;
  flex-direction: column;
  width: 35px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.landing-page-final .line {
  margin-top: -4.00px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 4px;
}

.landing-page-final .line-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 4px;
}

.landing-page-final .template-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 0px 64px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .study-in-russia-for {
  position: relative;
  width: 691.31px;
  height: 177.95px;
  object-fit: cover;
}

.landing-page-final .div {
  position: relative;
  width: 554.39px;
  font-family: var(--desktop-h3-medium-font-family);
  font-weight: var(--desktop-h3-medium-font-weight);
  color: #000000;
  font-size: var(--desktop-h3-medium-font-size);
  letter-spacing: var(--desktop-h3-medium-letter-spacing);
  line-height: var(--desktop-h3-medium-line-height);
  font-style: var(--desktop-h3-medium-font-style);
}

.landing-page-final .label-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 35px;
    background-color: var(--themes-black-100-duplicate);
    border-radius: 1000px;
    white-space: nowrap;
}

.landing-page-final .p {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-left: -5.00px;
  margin-right: -5.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page-final .about {
  gap: 48px;
  padding: 0px 64px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.landing-page-final .text-wrapper-2 {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--lead-1-font-family);
  font-weight: var(--lead-1-font-weight);
  color: #000000;
  font-size: var(--lead-1-font-size);
  line-height: var(--lead-1-line-height);
  position: relative;
  letter-spacing: var(--lead-1-letter-spacing);
  font-style: var(--lead-1-font-style);
}

.landing-page-final .about-container {
  flex-direction: column;
  gap: 15px;
  padding: 24px 32px;
  flex: 1;
  flex-grow: 1;
  border-radius: 20px;
  border: 1px solid;
  border-color: #1a9bd7;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  display: flex;
  align-items: flex-start;
  position: relative;
}

.landing-page-final .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.landing-page-final .open-doors-russian {
  position: relative;
  align-self: stretch;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32.0px;
}

.landing-page-final .numbers {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 24px 24px;
  padding: 32px 64px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.landing-page-final .numbers-item {
  flex-direction: column;
  width: 211.2px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  background-color: var(--mid-gray);
  border-radius: 12.61px;
  display: flex;
  position: relative;
}

.landing-page-final .text-wrapper-4 {
  width: fit-content;
  margin-top: -0.79px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
  line-height: 39.6px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.landing-page-final .text-wrapper-5 {
  width: fit-content;
  font-family: var(--desktop-text-1-font-family);
  font-weight: var(--desktop-text-1-font-weight);
  color: #ffffff;
  font-size: var(--desktop-text-1-font-size);
  line-height: var(--desktop-text-1-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--desktop-text-1-letter-spacing);
  font-style: var(--desktop-text-1-font-style);
}

.landing-page-final .element-2 {
  font-size: 37.8px;
  line-height: 41.6px;
  position: relative;
  width: fit-content;
  margin-top: -0.79px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  white-space: nowrap;
}

.landing-page-final .rules {
  display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  align-items: flex-start;
  gap: 47px;
  padding: 0px 64px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page-final .div-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 251px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 20px 35px;
  position: relative;
  background-color: var(--themes-black-100-duplicate);
  border-radius: 1000px;
}

.landing-page-final .label-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page-final .check-yourself {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 16px;
  border: 1px solid;
  border-color: var(--themes-black-80-duplicate);
}

.landing-page-final .text-wrapper-6 {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  line-height: 31.3px;
  position: relative;
  letter-spacing: 0;
}

.landing-page-final .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .frame {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--themes-white-100-duplicate);
  border-radius: 14px;
  border: 1px solid;
  border-color: #000000;
}

.landing-page-final .text-wrapper-7 {
  flex: 1;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  letter-spacing: 0;
}

.landing-page-final .vector {
  position: relative;
  width: 14px;
  height: 8px;
  margin-right: -1.00px;
}

.landing-page-final .button-2 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 789.53px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 48px;
  position: relative;
  flex: 0 0 auto;
  background-color: #191a2333;
  border-radius: 1000px;
}

.landing-page-final .label-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Space Grotesk", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.landing-page-final .profiles {
  gap: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .lead {
  justify-content: center;
  gap: 10px;
  padding: 0px 64px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.landing-page-final .text-wrapper-8 {
  flex: 1;
  height: 71px;
  margin-top: -1.00px;
  font-family: var(--lead-1-font-family);
  font-weight: var(--lead-1-font-weight);
  color: #000000;
  font-size: var(--lead-1-font-size);
  line-height: var(--lead-1-line-height);
  position: relative;
  letter-spacing: var(--lead-1-letter-spacing);
  font-style: var(--lead-1-font-style);
}

.landing-page-final .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .profile-item-opened {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 32px 64px 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .lead-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0px 16px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .text-wrapper-9 {
  flex: 1;
  font-family: "Manrope", Helvetica;
  color: var(--dark-grey);
  font-size: 24px;
  line-height: 28.0px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.landing-page-final .div-4 {
  position: relative;
  width: 32px;
  height: 32px;
}

.landing-page-final .vector-2 {
  position: absolute;
  width: 21px;
  height: 2px;
  top: 15px;
  left: 6px;
}

.landing-page-final .text {
  width: 781px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 16px;
  line-height: 24.0px;
  position: relative;
  letter-spacing: 0;
}

.landing-page-final .button-3 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 205px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 1000px;
  border: 2px solid;
  border-color: var(--blue);
    background-image: none !important;
    background-color: #EEEAE7 !important;
  background-size: cover;
  background-position: 50% 50%;
}

.landing-page-final .label-4 {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: var(--themes-black-100-duplicate);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page-final .divider {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.landing-page-final .profile-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px 64px 32px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .lead-profile-2 {
  gap: 16px;
  padding: 0px 16px 0px 0px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.landing-page-final .text-wrapper-10 {
  flex: 1;
  margin-top: -0.50px;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: var(--dark-grey);
  font-size: 26.5px;
  line-height: 31.0px;
  position: relative;
  letter-spacing: 0;
}

.landing-page-final .overlap-group {
  position: relative;
  width: 21px;
  height: 21px;
  top: 6px;
  left: 6px;
}

.landing-page-final .vector-3 {
  position: absolute;
  width: 21px;
  height: 2px;
  top: 9px;
  left: 0;
}

.landing-page-final .vector-4 {
  position: absolute;
  width: 2px;
  height: 21px;
  top: 0;
  left: 9px;
}

.landing-page-final .btn {
  gap: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .button-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 48px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--dark);
  border-radius: 14px;
}

.landing-page-final .label-5 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.0px;
  white-space: nowrap;
}

.landing-page-final .text-wrapper-11 {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28.0px;
}

.landing-page-final .text-wrapper-12 {
  font-weight: 500;
}

.landing-page-final .cards {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 0px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .card {
  gap: 24px;
  padding: 16px 24px 48px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border: 1px solid;
  border-color: var(--themes-black-80-duplicate);
}

.landing-page-final .image {
  position: relative;
  width: 104px;
  height: 87px;
  mix-blend-mode: luminosity;
  aspect-ratio: 1.2;
}

.landing-page-final .text-wrapper-13 {
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  color: #000000;
  font-size: 21.7px;
  line-height: 31.3px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.landing-page-final .card-2 {
  gap: 24px;
  padding: 16px 24px 48px;
  align-self: stretch;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border: 1px solid;
  border-color: var(--themes-black-80-duplicate);
}

.landing-page-final .calendar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 0px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .text-wrapper-14 {
  width: 318.35px;
  height: 71.45px;
  margin-top: -1.00px;
  font-family: var(--lead-1-font-family);
  font-weight: var(--lead-1-font-weight);
  color: #000000;
  font-size: var(--lead-1-font-size);
  line-height: var(--lead-1-line-height);
  position: relative;
  letter-spacing: var(--lead-1-letter-spacing);
  font-style: var(--lead-1-font-style);
}

.landing-page-final .content {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.landing-page-final .tab-pane {
  display: inline-flex;
  align-items: center;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page-final .content-top {
  display: flex;
  width: 531px;
  align-items: flex-start;
  gap: 32px;
  flex-direction: column;
  position: relative;
}

.landing-page-final .content-2 {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.landing-page-final .heading {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 36px;
  letter-spacing: -0.36px;
  line-height: 46.8px;
}

.landing-page-final .description {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: var(--color-schemes-color-scheme-1-text);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27.0px;
}

.landing-page-final .div-5 {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .content-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0px;
  flex: 1;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
}

.landing-page-final .progress-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .divider-2 {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 2px;
  background-color: #1a9bd7;
}

.landing-page-final .circle {
  background-color: #1a9bd7;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.landing-page-final .divider-3 {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 2px;
  background-color: #afafaf;
}

.landing-page-final .date {
  color: #1a9bd7;
  text-align: center;
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 33.6px;
}

.landing-page-final .circle-2 {
  background-color: #afafaf;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.landing-page-final .date-2 {
  color: #afafaf;
  text-align: center;
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 33.6px;
}

.landing-page-final .content-end {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0px;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.landing-page-final .divider-4 {
  position: relative;
  width: 147px;
  height: 2px;
  background-color: #afafaf;
}

.landing-page-final .date-3 {
  color: #afafaf;
  text-align: right;
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 33.6px;
}

.landing-page-final .group {
  position: absolute;
  width: 741px;
  height: 427px;
  top: -27px;
  left: 539px;
}

.landing-page-final .winners {
  display: flex;
  gap: 48px;
  padding: 48px 0px;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.landing-page-final .winners-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 64px;
    gap: 64px;
}

.landing-page-final .text-wrapper-15 {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--lead-1-font-family);
  font-weight: var(--lead-1-font-weight);
  color: #231f20;
  font-size: var(--lead-1-font-size);
  line-height: var(--lead-1-line-height);
  position: relative;
  letter-spacing: var(--lead-1-letter-spacing);
  font-style: var(--lead-1-font-style);
}

.landing-page-final .row {
  display: flex;
  width: 1482px;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page-final .content-wrapper {
  gap: 10px;
  padding: 40px 35px;
  border-radius: 45px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border: 1px solid;
  border-color: var(--themes-black-80-duplicate);
}

.landing-page-final .content-4 {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.landing-page-final .picture-and-name {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding: 0px 76px 0px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page-final .frame-2 {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 1000px;
  border: 1px solid;
  border-color: #000000;
    background-image: none !important;
    background-color: #EEEAE7 !important;
    background-size: cover;
  background-position: 50% 50%;
}

.landing-page-final .name {
  position: relative;
  width: 161px;
  height: 49.18px;
}

.landing-page-final .text-wrapper-16 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Space Grotesk", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page-final .text-wrapper-17 {
  position: absolute;
  top: 50px;
  left: 0;
  font-family: "Space Grotesk", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page-final .line-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
}

.landing-page-final .text-wrapper-18 {
  position: relative;
  align-self: stretch;
  font-family: "Space Grotesk", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page-final .card-3 {
  gap: 10px;
  padding: 40px 35px;
  align-self: stretch;
  border-radius: 45px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border: 1px solid;
  border-color: var(--themes-black-80-duplicate);
}

.landing-page-final .content-5 {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
}

.landing-page-final .image-wrapper {
  position: relative;
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 1000px;
  overflow: hidden;
  border: 1px solid;
  border-color: #000000;
}

.landing-page-final .image-2 {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 0;
  left: 0;
  aspect-ratio: 0.68;
  object-fit: cover;
}

.landing-page-final .name-2 {
  position: relative;
  width: 136.35px;
  height: 49.18px;
}

.landing-page-final .text-wrapper-19 {
  position: relative;
  flex: 1;
  align-self: stretch;
  font-family: "Space Grotesk", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page-final .image-3 {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  object-fit: cover;
}

.landing-page-final .name-3 {
  position: relative;
  width: 252.36px;
  height: 49.18px;
  margin-right: -16.02px;
}

.landing-page-final .button-wrapper {
  all: unset;
  box-sizing: border-box;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .button-5 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 269px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 48px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--dark);
  border-radius: 14px;
}

.landing-page-final .label-6 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-left: -24.50px;
  margin-right: -24.50px;
  font-family: "Space Grotesk", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.landing-page-final .university {
  gap: 36.18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .heading-wrapper {
  gap: 10px;
  padding: 0px 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .heading-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.landing-page-final .label-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 7px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 7px;
}

.landing-page-final .label-8 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page-final .logos-carousel {
  position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  flex: 0 0 auto;
}

.landing-page-final .btn-2 {
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .button-6 {
  display: flex;
  width: 420.54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 48px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--dark);
  border-radius: 14px;
}

.landing-page-final .label-9 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-left: -13.23px;
  margin-right: -13.23px;
  font-family: "Space Grotesk", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.landing-page-final .feedback {
  display: flex;
  flex-direction: column;
  height: 771px;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.landing-page-final .heading-subheading {
  display: flex;
  height: 66px;
  align-items: flex-start;
  gap: 40px;
  padding: 0px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.landing-page-final .contact-block {
  display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  align-items: center;
  padding: 0px 0px 120px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -27.22px;
}

.landing-page-final .frame-3 {
  display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 64px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page-final .frame-4 {
  display: flex;
  align-items: flex-start;
  gap: 124px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page-final .link-group-svg {
  position: relative;
  width: 270px;
  height: 59px;
}

.landing-page-final .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-page-final .text-wrapper-20 {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: var(--dark-grey);
  font-size: 20px;
  line-height: 28.0px;
  position: relative;
  letter-spacing: 0;
}

.landing-page-final .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page-final .text-wrapper-21 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: var(--dark-grey);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24.0px;
}

.landing-page-final .link-opendoors {
  position: relative;
  width: fit-content;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: var(--dark-grey);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24.0px;
  white-space: nowrap;
}

.landing-page-final .frame-7 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -1.53e-05px;
}

.landing-page-final .icon {
  position: relative;
  width: 48px;
  height: 48px;
}

.landing-page-final .group-2 {
  position: absolute;
  width: 708px;
  height: 531px;
  top: 108px;
  left: 572px;
}

.burger {
  all: unset;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 35px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

.burger:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.frame {
  cursor: pointer;
}

.frame:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.lead-profile {
  cursor: pointer;
}

.lead-profile:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.lead-profile-2 {
  cursor: pointer;
}

.lead-profile-2:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.frame-7 a {
  display: inline-block;
}

.frame-7 a:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.link-opendoors {
  text-decoration: underline;
}

.link-opendoors:hover {
  text-decoration: none;
}

.link-opendoors:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.feedback .contact-block{
    width: 1280px;
    padding: 0 64px 120px;
    margin: 0 auto;
}

.feedback .block-with{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0 0;
    position: relative;
    background-color: #eeeae7;
    width: 100%;
    min-height: 470px;
}

.feedback .block-with .form{
    display: flex;
    flex-direction: column;
    width: 700px;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}

.feedback .block-with .fields{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.feedback .block-with .field{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    width: 100%;
}

.feedback .block-with .text-wrapper{
    font-family: "Space Grotesk", Helvetica;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
}

.feedback .block-with .input{
    width: 649px;
    height: 58.61px;
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid #000;
    padding: 15px;
    box-sizing: border-box;
}

.feedback .block-with .div{
    display: flex;
    flex-direction: column;
    height: 223px;
    gap: 5px;
    align-self: stretch;
    width: 100%;
}

.feedback .block-with .input-2{
    width: 649px;
    height: 190px;
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid #000;
    padding: 15px;
    box-sizing: border-box;
    resize: vertical;
    min-height: 190px;
    line-height: 1.4;
    font-family: "Space Grotesk", Helvetica;
    font-size: 16px;
}

.feedback .block-with .button{
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 35px;
    background-color: var(--dark);
    border-radius: 14px;
    cursor: pointer;
}

.feedback .block-with .button:hover{
    background-color: rgba(25,26,35,0.9);
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.feedback .block-with .button:active{
    transform: translateY(0);
}

.feedback .block-with .button:disabled{
    opacity: .6;
    cursor: not-allowed;
}

.feedback .block-with .label{
    font-family: "Space Grotesk", Helvetica;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
}


.feedback .feedback-illustration{
    position: absolute;
    width: 456px;
    height: 435px;
    top: 27px;
    left: 773px;
}


.feedback .block-with .visually-hidden{
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}

.feedback .block-with .error-message{
    display: none;
    font-family: "Space Grotesk", Helvetica;
    font-size: 14px;
    color: var(--error, #ff5e5e);
    margin-top: 2px;
    line-height: 1.4;
}

.feedback .block-with .error-message.show{ display:block; }

.feedback .block-with .field.error .input,
.feedback .block-with .div.error .input-2{
    border-color: #000000;
    box-shadow: 0 0 0 2px rgba(255,94,94,.2);
}

.feedback .block-with .input:focus,
.feedback .block-with .input-2:focus{
    outline: 2px solid #4a90e2;
    outline-offset: 2px;
    border-color: #4a90e2;
}

.feedback .block-with .input:invalid:not(:focus):not(:placeholder-shown),
.feedback .block-with .input-2:invalid:not(:focus):not(:placeholder-shown){
    border-color: #000000;
}

@media (max-width: 768px){
    .feedback .contact-block{ padding: 32px 16px 64px; width: 100%; }
    .feedback .block-with{
        flex-direction: column;
        gap: 32px;
        min-height: auto;
    }
    .feedback .block-with .form{ width: 100%; }
    .feedback .block-with .input,
    .feedback .block-with .input-2{ width: 100%; }

    .feedback .feedback-illustration{
        position: relative;
        top: auto; left: auto;
        width: 100%;
        max-width: 400px;
        height: auto;
        align-self: center;
    }
}

button:hover,
.landing-page-final .button:hover,
.landing-page-final .button-3:hover,
.landing-page-final .frame-2:hover {
    background-color: #E42F80 !important;
    color: #FFFFFF !important;
    cursor: pointer;
}

button.burger:hover
{
    background-color: #EEEAE7 !important;
    color: #E42F80 !important;
    cursor: pointer;
}

:root { --brand-hover: #E42F80; }

.landing-page-final :is(
  .button,
  .button-2,
  .button-3,
  .button-4,
  .button-5,
  .button-6,
  .div-wrapper,
  .label-wrapper
):hover{
    background-color: var(--brand-hover) !important;
    border-color: var(--brand-hover) !important;
    cursor: pointer;
}

.landing-page-final :is(.button:hover) .label,
.landing-page-final :is(.button-2:hover) .label-3,
.landing-page-final :is(.button-3:hover) .label-4,
.landing-page-final :is(.button-4:hover) .label-5,
.landing-page-final :is(.button-5:hover) .label-6,
.landing-page-final :is(.button-6:hover) .label-9,
.landing-page-final :is(.div-wrapper:hover) .label-2,
.landing-page-final :is(.label-wrapper:hover) .p
    {
    color: #FFFFFF !important;
}

.landing-page-final :is(
  .button,
  .button-2,
  .button-3,
  .button-4,
  .button-5,
  .button-6,
  .div-wrapper,
  .label-wrapper,
  .frame,
  .lead-profile,
  .lead-profile-2
){
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.winners-carousel{
    position: relative;
    width: 100%;

}

.carousel-viewport{
    overflow: hidden;
    width: 100%;
}

.winners-carousel{ --gap: 40px; }
.carousel-track{
    display: flex;
    gap: var(--gap);
    transition: transform .35s ease;
    will-change: transform;
}
.carousel-track .slide{
    flex: 0 0 calc((100% - 2*var(--gap)) / 3);
    box-sizing: border-box;
    display: flex;
}
.carousel-track .slide > *{
    flex: 1;
}

@media (max-width: 900px){
    .carousel-track .slide{ flex-basis: 100%; }
}

.winners-carousel .carousel-arrow{
    all: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--dark);
    color: #fff;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.winners-carousel .carousel-arrow:hover{
    background: #E42F80;
    transform: translateY(-50%) scale(1.03);
}

.winners-carousel .carousel-arrow.prev{ left: 64px; }
.winners-carousel .carousel-arrow.next{ right: 64px; }

.carousel-dots{
    display: flex;
    gap: 8px;
    justify-content: center;
    padding-top: 16px;
}

.carousel-dots button{
    all: unset;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #afafaf;
    cursor: pointer;
}

.carousel-dots button[aria-selected="true"]{
    background: #1a9bd7;
}

.field-row { position: relative; }
.select-trigger {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: var(--themes-white-100-duplicate);
    border-radius: 14px;
    border: 1px solid #000;
    padding: 12px 24px;
    cursor: pointer;
}
.select-trigger .text-wrapper-7 { flex: 1; }
.select-trigger .select-value {
    font-family: "Montserrat", Helvetica;
    font-size: 16px;
    color: #3f373a;
    white-space: nowrap;
}
.select-trigger .select-value:empty::after {
    content: attr(data-placeholder);
    color: #9b9b9b;
}

.select-options{
    position: absolute;
    left: 0; right: 0;
    top: calc(100% + 6px);
    background: #fff;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 8px;
    list-style: none;
    margin: 0;
    z-index: 10;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.select-options li{
    padding: 10px 12px;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Montserrat", Helvetica;
    font-size: 16px;
    color: #000;
}
.select-options li:hover{ background: rgba(0,0,0,.06); }

.input-like{
    display: flex; align-items: center; gap: 16px;
    background-color: var(--themes-white-100-duplicate);
    border-radius: 14px;
    border: 1px solid #000;
    padding: 12px 24px;
}
.input-like .text-wrapper-7{ flex: 1; }
.fake-control{
    border: 0; background: transparent; outline: none;
    font-family: "Montserrat", Helvetica;
    font-size: 16px; color: #000; text-align: right;
    min-width: 180px;
}
.fake-control::placeholder{ color: #9b9b9b; }

.select-trigger:hover,
.input-like:hover{
    box-shadow: 0 0 0 2px rgba(0,0,0,.06) inset;
}

.js-select {
    display: block;
    width: 100%;
    max-width: 100%;
}

.landing-page-final .check-yourself .div-2{ align-items: stretch; }

.field-row{ display:block; width:100%; box-sizing:border-box; }
.field-row .select-trigger{ width:100%; box-sizing:border-box; }
.input-like{ width:100%; box-sizing:border-box; }

.select-options{
    left:0; right:0; min-width:100%;
}

.select-trigger:hover,
.select-trigger:focus,
.input-like:hover,
.input-like:focus{
    background-color: var(--themes-white-100-duplicate) !important;
    border-color:#000 !important;
    box-shadow: 0 0 0 2px rgba(0,0,0,.06) inset;
}

.select-trigger:hover .text-wrapper-7,
.select-trigger:hover .select-value,
.input-like:hover .text-wrapper-7{
    color:#000 !important;
}

.select-trigger:hover{ color:#000 !important; }

.input-month{ position: relative; width:100%; }

.input-month .ghost-format{
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Montserrat", Helvetica;
    font-size: 16px;
    color: #9b9b9b;
    pointer-events: none;
    transition: opacity .15s ease;
}

.input-month.has-value .ghost-format{ opacity: 0; }

.field-help{
    margin: 6px 0 0 12px;
    font-family: "Montserrat", Helvetica;
    font-size: 14px;
    line-height: 20px;
    color: #6b6b6b;
}

.input-month:hover,
.input-month:focus-within{
    background-color: var(--themes-white-100-duplicate) !important;
    border-color:#000 !important;
    box-shadow: 0 0 0 2px rgba(0,0,0,.06) inset;
}
.input-month:hover .text-wrapper-7{ color:#000 !important; }

#quiz-modal { position: fixed; inset: 0; display: none; z-index: 10000; }
#quiz-modal.open { display: block; }
#quiz-modal::before { content:""; position:absolute; inset:0; background: rgba(0,0,0,.45); }

#quiz-modal .modal-content{
    position: relative;
    max-width: 640px;
    margin: 10vh auto;
    background: #fff;
    border-radius: 16px;
    padding: 28px 28px 24px;
    box-shadow: 0 12px 40px rgba(0,0,0,.2);
}

#quiz-modal .modal-header{
    display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom: 12px;
}
#quiz-modal .modal-title{
    font-size: 22px; line-height: 1.2; font-weight: 700; color:#111;
}
#quiz-modal .close{
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 22px;
    line-height: 1;
    width: auto;
    height: auto;
    padding: 4px;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #666;
}
#quiz-modal .close:hover{ color:#000; }

#quiz-modal .modal-body{ color:#222; font-size:26px; font-family: "Montserrat", Helvetica; line-height:1.45; margin-bottom: 16px; }

#quiz-modal .modal-cta{
    display:block; width:100%; text-align:center; border:0; border-radius: 12px; padding:14px 20px;
    font-weight: 700; font-size:16px; color:#fff; text-decoration:none; cursor:pointer;
    background: linear-gradient(180deg, #FF5CA8 0%, #FF3B86 100%);
    box-shadow: 0 6px 16px rgba(255, 59, 134, .35);
}
#quiz-modal .modal-cta:active{ transform: translateY(1px); }

#quiz-modal.success .modal-title{ color: #111; }
#quiz-modal.error   .modal-title{ color: #c62828; }

body.noscroll { overflow: hidden; }


.menu[hidden] { display: none; }

:root{
    --page-max: 1280px;
    --page-pad: 64px;
}

.menu{
    position: fixed; inset: 0; z-index: 9999;
    background: transparent;
    backdrop-filter: blur(2px);
    height: auto;
}

.menu-inner{
    position: relative;
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 0 var(--page-pad);
    display: flex;
    justify-content: flex-end;
    height: auto;
    min-height: 450px;
}

.menu-panel{
    min-height: 300px;
    height: auto;
    width: min(90vw, 360px);
    background: transparent;
    padding: 24px;
    box-shadow: -20px 0 40px rgba(0,0,0,.15);
    transform: translateX(100%);
    transition: transform .25s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-color: #0000004c;
}
.menu.open .menu-panel{ transform: translateX(0); }

.menu .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border: 0;
}

.menu .menu-header .menu-img-logo {
    height: 60px;
    object-fit: contain;
}

.menu .menu-header .menu-close {
    font-size: 36px;
    line-height: 1;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-panel {
    position: absolute;
    top: 0; right: 0;
    height: 100%; width: min(90vw, 360px);
    background: #EEEAE7;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.menu-list {
    flex: 1;
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.menu-icons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: auto;
}

.menu-icons img {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.menu-list li a {
    position: relative;
    width: 86px;
    font-family: "Manrope-SemiBold", Helvetica;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--dark-grey);
    font-size: 15.4px;
    letter-spacing: 0;
    line-height: 30px;
}

.landing-page-final{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.button-2[disabled] { opacity:.5; cursor:not-allowed; }

.lead-text[hidden]{ display:none; }

@media (max-width: 1280px){
    .landing-page-final .row{ width: 100%; }
}

@media (max-width: 768px){
    :root{ --page-pad: 16px; }

    .landing-page-final .header,
    .landing-page-final .template-start,
    .landing-page-final .about,
    .landing-page-final .numbers,
    .landing-page-final .cards,
    .landing-page-final .calendar,
    .landing-page-final .lead,
    .landing-page-final .heading-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .landing-page-final .text,
    .landing-page-final .button-2,
    .landing-page-final .content-top { width: 100%; }

    .winners-content{ padding: 0 16px; }
    .logos-carousel{ max-width: 100%; }

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

@media (max-width: 768px) {
    .group,
    .feedback-illustration,
    .group-2 {
        display: none !important;
    }
}

html[dir="rtl"] .landing-page-final{
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .landing-page-final .header{
    flex-direction: row-reverse;
}
html[dir="rtl"] .landing-page-final .logo{
    flex-direction: row;
}
html[dir="rtl"] .landing-page-final .button-burger{
    justify-content: flex-start;
}

html[dir="rtl"] .landing-page-final .header,
html[dir="rtl"] .landing-page-final .template-start,
html[dir="rtl"] .landing-page-final .about,
html[dir="rtl"] .landing-page-final .numbers,
html[dir="rtl"] .landing-page-final .cards,
html[dir="rtl"] .landing-page-final .calendar,
html[dir="rtl"] .landing-page-final .lead,
html[dir="rtl"] .landing-page-final .heading-wrapper{
    padding-inline-start: 64px;
    padding-inline-end: 64px;
}
@media (max-width: 768px){
    html[dir="rtl"] :root{ --page-pad:16px; }
    html[dir="rtl"] .landing-page-final .header,
    html[dir="rtl"] .landing-page-final .template-start,
    html[dir="rtl"] .landing-page-final .about,
    html[dir="rtl"] .landing-page-final .numbers,
    html[dir="rtl"] .landing-page-final .cards,
    html[dir="rtl"] .landing-page-final .calendar,
    html[dir="rtl"] .landing-page-final .lead,
    html[dir="rtl"] .landing-page-final .heading-wrapper{
        padding-inline-start:16px;
        padding-inline-end:16px;
    }
}

html[dir="rtl"] .menu-list li a,
html[dir="rtl"] .open-doors-russian,
html[dir="rtl"] .description,
html[dir="rtl"] .text,
html[dir="rtl"] .label,
html[dir="rtl"] .label-2,
html[dir="rtl"] .label-3,
html[dir="rtl"] .label-4,
html[dir="rtl"] .label-5,
html[dir="rtl"] .label-6,
html[dir="rtl"] .label-7,
html[dir="rtl"] .label-8,
html[dir="rtl"] .label-9{
    text-align: right;
}

html[dir="rtl"] .fake-control,
html[dir="rtl"] .select-trigger .text-wrapper-7,
html[dir="rtl"] .select-trigger .select-value{
    text-align: start;
}

html[dir="rtl"] .menu-inner{
    justify-content: flex-start;
}
html[dir="rtl"] .menu-panel{
    right: auto; left: 0;
    box-shadow: 20px 0 40px rgba(0,0,0,.15);
    transform: translateX(-100%);
}
html[dir="rtl"] .menu.open .menu-panel{ transform: translateX(0); }

html[dir="rtl"] .menu-icons{ justify-content: flex-start; }

html[dir="rtl"] .carousel-track{
    direction: rtl;
}

@media (max-width: 768px) {
    .landing-page-final .header-text {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .landing-page-final .about {
        flex-direction: column;
        gap: 24px;
        padding: 0 16px;
    }
    .landing-page-final .about-container {
        padding: 16px;
        font-size: 16px;
        line-height: 1.5;
    }
    .landing-page-final .text-wrapper-3 {
        font-size: 20px;
        line-height: 1.4;
        white-space: normal;
    }
    .landing-page-final .open-doors-russian {
        font-size: 16px;
        line-height: 1.5;
    }

    .landing-page-final .rules {
        flex-direction: column;
        gap: 24px;
        padding: 0 16px;
    }
    .landing-page-final .div-wrapper {
        width: 100%;
        justify-content: center;
    }
    .landing-page-final .button-2 {
        width: 100%;
        max-width: 100%;
    }

    .landing-page-final .frame-3 {
        flex-direction: column;
        gap: 24px;
        padding: 16px;
    }
    .landing-page-final .frame-4 {
        flex-direction: column;
        gap: 16px;
    }
    .landing-page-final .frame-7 {
        justify-content: center;
    }
}

.logosuniver {
    display: flex;
    flex-wrap: wrap;
    max-width: 1414px;
    gap: 24px;
    padding: 32px;
    margin: 0 auto;
    border-radius: 16px;
}

.logosuniver-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 207px;
    min-width: 207px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #000;
    flex-shrink: 0;
    background: #fff;
}

.logosuniver-img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.logosuniver-last {
    margin-right: -12px;
}

@media (max-width: 768px) {
    .logosuniver {
        flex-direction: column;
        align-items: center;
        padding: 16px;
    }

    .logosuniver-item {
        width: 100%;
        max-width: 300px;
        margin-right: 0;
    }
}

.logos-carousel{
    --gap: 24px;
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 64px;
}

.logos-carousel .carousel-viewport{ overflow:hidden; width:100%; }
.logos-carousel .carousel-track{
    display:flex; gap: var(--gap);
    transition: transform .35s ease; will-change: transform;
}

.logos-carousel .slide{ flex: 0 0 calc((100% - 4*var(--gap)) / 5); display:flex; }
@media (max-width: 1100px){ .logos-carousel .slide{ flex-basis: calc((100% - 2*var(--gap)) / 3); } }
@media (max-width: 900px) { .logos-carousel .slide{ flex-basis: calc((100% - 1*var(--gap)) / 2); } }
@media (max-width: 560px) { .logos-carousel .slide{ flex-basis: 100%; } }

.logosuniver-item{
    display:flex; justify-content:center; align-items:center;
    width:100%;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #000;
    background:#fff;
}
.logosuniver-img{ width:100%; height:120px; object-fit:contain; }


@media (max-width: 768px){
    .landing-page-final .header{
        padding: 12px 16px;
        gap: 12px;
    }


    .landing-page-final .logo .img{
        width: clamp(140px, 32vw, 200px);
        height: auto;
        max-height: 40px;
        object-fit: contain;
    }


    .landing-page-final .header-text{ display:none !important; }


    .landing-page-final .button-burger{
        gap: 12px;
    }


    .landing-page-final .signup-btn .button{
        padding: 10px 14px;
        border-width: 1px;
    }
    .landing-page-final .signup-btn .label{
        font-size: 14px;
        line-height: 20px;
        white-space: nowrap;
        max-width: 52vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .landing-page-final .burger{
        width: clamp(28px, 7vw, 32px);
        gap: 8px;
    }
    .landing-page-final .burger .line,
    .landing-page-final .burger .line-2{
        height: 3px;
    }
}

@media (max-width: 380px){
    .landing-page-final .signup-btn{ display: none; }
}

.landing-page-final .template-start{
    box-sizing: border-box;
    max-width: var(--page-max, 1280px);
    width: 100%;
    margin: 0 auto;
}

.hero-title{
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-wrap: balance;
    line-height: 1.15;
}

.landing-page-final .template-start .div{
    width: 100% !important;
    max-width: 65ch;
}

.landing-page-final .template-start .label-wrapper{
    max-width: 100%;
    white-space: normal;
}

@media (max-width: 1200px){
    .hero-title{ font-size: clamp(36px, 5.5vw + 8px, 72px) !important; }
}
@media (max-width: 768px){
    .landing-page-final .template-start{ gap: 24px; padding: 0 16px 32px; align-items: stretch; }
    .hero-title{ font-size: clamp(28px, 7vw + 4px, 44px) !important; }
    .landing-page-final .template-start .div{ font-size: 16px; line-height: 1.5; max-width: 100%; }
    .landing-page-final .template-start .label-wrapper{ width: 100%; padding: 16px 20px; }
    .landing-page-final .template-start .p{ font-size: 16px; line-height: 1.25; }
}

.landing-page-final .picture-and-name{
    align-items: flex-start;
    gap: 16px;
    padding-right: 0;
}

.landing-page-final .name{
    position: static;
    width: auto;
    height: auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.landing-page-final .text-wrapper-16,
.landing-page-final .text-wrapper-17{
    position: static;
    margin: 0;
    white-space: normal;
    line-height: 1.25;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.landing-page-final .text-wrapper-17{
    font-size: 18px;
    opacity: .85;
}

.landing-page-final .line-3{
    margin-top: 12px;
}

.landing-page-final .text-wrapper-18{
    line-height: 1.45;
}

.landing-page-final .image-wrapper{
    inline-size: 65px;
    block-size: 65px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #000;
    position: relative;
    flex: 0 0 auto;
}

.landing-page-final .image-wrapper > .image-2{
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1 !important;
    top: auto; left: auto;
}

.landing-page-final .rules{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 32px;
}

.landing-page-final .div-wrapper{
    flex: 0 1 251px;
    min-width: 200px;
}

.landing-page-final .check-yourself{
    flex: 1 1 480px;
    min-width: 0;
    box-sizing: border-box;
}

.landing-page-final .button-2{
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

.landing-page-final .label-3{
    white-space: normal !important;
    text-align: center;
}

.landing-page-final .check-yourself .frame,
.landing-page-final .check-yourself .input-like{
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1100px){
    .landing-page-final .rules{ gap: 24px; }
}

@media (max-width: 900px){
    .landing-page-final .div-wrapper{
        order: -1;
        flex-basis: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px){
    .landing-page-final .cards{
        flex-direction: column;
        gap: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .landing-page-final .cards > .card,
    .landing-page-final .cards > .card-2{
        flex: 0 0 auto;
        width: 100% !important;
        max-width: 100%;
    }
    .landing-page-final .cards .text-wrapper-13{
        width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 768px){
    .landing-page-final .numbers{
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .landing-page-final .numbers-item{
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
    }
    .landing-page-final .numbers-item .text-wrapper-5{
        white-space: normal;
        overflow-wrap: anywhere;
        hyphens: auto;
    }
}


@media (max-width: 768px){

    .landing-page-final .winners{
        padding: 32px 0;
    }
    .landing-page-final .winners-content{
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
    }

    .winners-carousel{
        width: 100%;
        --gap: 12px;
    }
    .winners-carousel .carousel-viewport{
        width: 100%;
        overflow: hidden;
    }
    .winners-carousel .carousel-track{
        gap: var(--gap);
    }

    .winners-carousel .carousel-track .slide{
        flex: 0 0 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .winners-carousel .carousel-track .slide > *{
        flex: 1 1 auto;
        min-width: 0;
    }
}



.landing-page-final, .landing-page-final * { box-sizing: border-box; }

.landing-page-final .rules{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.landing-page-final .check-yourself{
    width: 100%;
    max-width: 100%;
}

.landing-page-final .check-yourself .div-2,
.landing-page-final .check-yourself .frame,
.landing-page-final .check-yourself .input-like{
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.landing-page-final .button-2{
    width: 100% !important;
    max-width: 100%;
}

@media (max-width: 768px){
    .landing-page-final .rules{
        padding: 0 16px;
        overflow-x: hidden;
    }

    .landing-page-final .select-trigger,
    .landing-page-final .input-like{
        padding-left: 16px;
        padding-right: 16px;
    }

    .landing-page-final .select-trigger{ min-width: 0; }
    .landing-page-final .select-trigger .text-wrapper-7{ min-width: 0; }

    .landing-page-final .fake-control{
        min-width: 120px;
        max-width: 45vw;
    }

    .landing-page-final .vector{ flex: 0 0 14px; }
}

section[id] { scroll-margin-top: 12px; }

:root{

    --header-h-desktop: 96px;
    --header-h-mobile: 64px;
}

.landing-page-final .header{
    position: sticky;
    top: 0;
    z-index: 5000;
    background: #EEEAE7;
    border-bottom: 1px solid rgba(0,0,0,.06);
    transition: box-shadow .2s ease, background-color .2s ease;
}

.landing-page-final .header.is-stuck{
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

section[id],
[id^="rules"], [id^="profiles"], [id^="calendar"], [id^="winners"], [id^="university"], [id^="contact"]{
    scroll-margin-top: calc(var(--header-h-desktop) + 8px);
}

@media (max-width: 768px){
    section[id],
    [id^="rules"], [id^="profiles"], [id^="calendar"], [id^="winners"], [id^="university"], [id^="contact"]{
        scroll-margin-top: calc(var(--header-h-mobile) + 8px);
    }
}

@media (min-width: 769px){
    .group-2{
        padding-top: calc(var(--header-h-desktop) + 24px);
    }

    .landing-page-final .template-start{
        --hero-col: 480px;
    }

    .landing-page-final .hero-title,
    .landing-page-final .template-start .div,
    .landing-page-final .template-start .label-wrapper{
        max-width: var(--hero-col);
    }
}

@media (min-width: 769px){
    .landing-page-final .div-wrapper{
        height: 65px;
    }
}
