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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    color: rgba(46, 172, 74, 1);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin: 0;
    scroll-behavior: smooth;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.a {
    color: #0059FF;
    font-weight: 600;
}

.box-shadow {
    -webkit-box-shadow: 0 0 25px 0 rgba(18, 83, 88, 0.16);
    box-shadow: 0 0 25px 0 rgba(18, 83, 88, 0.16);
}

.btn {
    display: inline-block;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 62px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: .75em 3em;
    font-weight: 5;
}

.btn-primary {
    background: -o-linear-gradient(349deg, #f7ac00 0%, #ee8e58 100%);
    background: linear-gradient(101deg, #f7ac00 0%, #ee8e58 100%);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    border-radius: 100px;
}

.btn-blue {
    background: #3185FF;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    border-radius: 100px;
}

.btn-lightblue {
    background: linear-gradient(88.06deg, #FF5C00 4.44%, #F7AC00 107.44%);
    border-radius: 100px;
}

.btn-tg {
    padding: .8em 2em;
    background: #18b3e3;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(46, 172, 74, 1);
    -webkit-box-shadow: 0 4px 10px 0 rgba(5, 77, 98, 0.14);
    box-shadow: 0 4px 10px 0 rgba(5, 77, 98, 0.14);
    z-index: 199;
}

.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 76px;
}

.nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0.5em;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-weight: 300;
    font-family: inherit;
    cursor: pointer;
}

.nav-link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: rgba(46, 172, 74, 1);
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

.nav-link:hover:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

.header-btn {
    background: rgba(255, 255, 255, 1);
    border-radius: 100px;
    color: rgba(46, 172, 74, 1);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    padding: 10px 71px;

}

.header-btn span {
    display: block;
    background: #fff;
    border-radius: 100px;
    font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 0;
}

.header-nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

@media screen and (max-width: 1200px) {
    .burger-btn {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 20px;
        border: 0;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        padding: 11px 6px;
        font-size: 1px;
        cursor: pointer;
        background: transparent;
        color: rgba(46, 172, 74, 1);
        -webkit-transition: background .3s ease-in;
        -o-transition: background .3s ease-in;
        transition: background .3s ease-in;
    }

    .burger {
        position: relative;
        display: block;
        width: 28px;
        height: 3px;
        background-color: currentColor;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .burger-btn-x.burger-btn {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .burger-btn-x.burger-btn .burger {
        color: #000;
        background-color: transparent;
    }

    .burger::after, .burger::before {
        content: "";
        display: block;
        width: 28px;
        height: 3px;
        background-color: currentColor;
        position: absolute;
        left: 0;
        right: 0;
        will-change: transform;
        -webkit-transition: -webkit-transform 0.3s ease-in;
        transition: -webkit-transform 0.3s ease-in;
        -o-transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    }

    .burger::before {
        bottom: 9px;
    }

    .burger::after {
        top: 9px;
    }

    .burger-btn-x.burger-btn .burger::after {
        -webkit-transform: translateY(-9px) rotate(45deg);
        -ms-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }

    .burger-btn-x.burger-btn .burger::before {
        -webkit-transform: translateY(9px) rotate(135deg);
        -ms-transform: translateY(9px) rotate(135deg);
        transform: translateY(9px) rotate(135deg);
    }

    .header-nav {
        position: fixed;
        width: 300px;
        overflow: hidden;
        top: 76px;
        bottom: 0;
        right: -310px;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        padding: 24px 24px 24px 32px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        will-change: transform;
        background: rgba(46, 172, 74, 1);
    }

    .nav-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding-top: 8px;
        row-gap: 12px;
    }

    .header-nav-open {
        z-index: 500;
        visibility: visible;
        opacity: 1;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transform: translateX(-310px);
        -ms-transform: translateX(-310px);
        transform: translateX(-310px);
        overflow-y: auto;
    }
}

@media screen and (min-width: 1200px) {
    .header-nav2 {
        width: 50%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 24px;
    }

    .burger-btn {
        display: none;
    }

    .header-nav {
        width: 50%;
        padding-right: 32px;
    }

    .nav-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
    }

    .nav-link {
        font-size: 16px;
        padding: 8px 12px;
        color: #fff;
    }

}

.hero-section {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 689px;
    padding-bottom: 120px;
    padding-top: 60px;
}

.hero-covers {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 480px;
    max-width: 400px;
    margin: auto;
}

.hero-cover-0 {
    width:  434px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(46, 172, 74, 1);
    border-radius: 228px 54px 54px 54px;
}

.hero-cover-1, .hero-cover-2, .hero-cover-3 {
    width: 100px;
    height: 70px;
    border-radius: 20px;
    border: 2px solid rgba(250, 162, 26, 1)
}

.hero-cover-1 {
    -webkit-animation: levitate 20s infinite linear;
    animation: levitate 20s infinite linear;
}

@-webkit-keyframes levitate {
    50% {
        -webkit-transform: translate(-60px, 20px);
        transform: translate(-60px, 20px);
    }
}

@keyframes levitate {
    50% {
        -webkit-transform: translate(-60px, 20px);
        transform: translate(-60px, 20px);
    }
}

.hero-cover-2 {
    -webkit-animation: levitate2 15s infinite linear;
    animation: levitate2 15s infinite linear;
}

@-webkit-keyframes levitate2 {
    50% {
        -webkit-transform: translateX(-20px) rotate(5deg);
        transform: translateX(-20px) rotate(5deg);
    }
}

@keyframes levitate2 {
    50% {
        -webkit-transform: translateX(-20px) rotate(5deg);
        transform: translateX(-20px) rotate(5deg);
    }
}

.hero-cover-3 {
    -webkit-animation: levitate3 30s infinite linear;
    animation: levitate3 30s infinite linear;
}

@-webkit-keyframes levitate3 {
    50% {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
}

@keyframes levitate3 {
    50% {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
    }
}

.hero-covers__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-cover-txt {
    position: absolute;
    top: 174px;
    left: 8px;
    width: 180px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    background: #fff;
    padding: 0 12px;
    -webkit-box-shadow: 0 0 16px 0 rgba(18, 83, 88, 0.16);
    box-shadow: 0 0 16px 0 rgba(18, 83, 88, 0.16);
}
.hero-cover-txt svg.arrow {
    position: absolute;
    left: -170px;
    top: -40px;
}
@media screen and (min-width: 1200px) {
    .hero-covers {
        height: 400px;
        max-width: 582px;
    }

    .hero-covers__inner {
        width: 150px;
    }

    .hero-cover-0 {
        height: 480px;
        border-radius: 228px 54px 54px 54px;
    }

    .hero-cover-1, .hero-cover-2, .hero-cover-3 {
        width: 164px;
        height: 108px;
        border-radius: 30px;
        border: 2px solid rgba(250, 162, 26, 1)
    }

    .hero-cover-txt {
        top: 390px;
        left: -280px;
        width: 357px;
        height: 65px;
        border-radius: 60px;
        padding: 0 16px;
    }
}

.logo-light {
    mix-blend-mode: plus-lighter;
}

.benefit {
    text-align: center;
    width: 48%;
    max-width: 240px;
    background: #fff;
    height: 76px;
    border-radius: 5px;
    padding: 12px;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 1200px) {
    .benefit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        font-size: 16px;
    }
}

.program-section {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .program-head {
        margin-right: auto;
        margin-left: auto;
    }

    .program-head__wrapper {
        width: 100%;
        height: 240px;
        max-width: 320px;
        border: 16px solid rgba(46, 172, 74, 1);
        border-top-width: 0;
        border-bottom-left-radius: 180px;
        border-bottom-right-radius: 180px;
    }

    .program-head__inner {
        max-width: 260px;
        width: 100%;
        padding-top: 40px;
    }
}

@media screen and (min-width: 992px) {
    .program-section::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 56px;
        background: rgba(46, 172, 74, 1);
    }

    .program-head {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
    }

    .program-head__wrapper {
        position: sticky;
        top: 180px;
        width: 100%;
        max-width: 620px;
        border: 16px solid rgba(46, 172, 74, 1);
        border-left-width: 0;
        border-top-right-radius: 300px;
        border-bottom-right-radius: 300px;
    }

    .program-head__inner {
        margin-left: auto;
        max-width: 400px;
        width: 100%;
        padding: 50px 40px;
    }
}

.event {
    width: 100%;
    border-radius: 20px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 25px 0 rgba(5, 77, 98, 0.16);
    box-shadow: 0 0 25px 0 rgba(5, 77, 98, 0.16);
}

.activity {
    position: relative;
    width: 47%;
    max-width: 220px;
    height: 200px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 9px 0 rgba(5, 77, 98, 0.16);
    box-shadow: 0 3px 9px 0 rgba(5, 77, 98, 0.16);
}

.activity-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.activity-txt {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    height: 32px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}

@media screen and (min-width: 992px) {
    .event {
        padding: 20px 30px;
    }
}

.staff-card {
    position: relative;
    height: 460px;
    padding: 20px;
    width: 274px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(18, 83, 88, 0.16);
    box-shadow: 0 0 25px 0 rgba(18, 83, 88, 0.16);
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-weight: 300;
    font-size: 12px;
}

.staff-card::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    width: 38px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../assets/logo-light.png);
}

.staff-photo {
    display: block;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    border: 3px solid rgba(46, 172, 74, 1);
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.more-icon {
    display: block;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(46, 172, 74, 1);
}

.city {
    position: absolute;
    top: 136px;
    left: 0;
    right: 0;
    margin: -8px auto;
    background: #fff;
    width: 130px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 32px;
}

.cards-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}

@media screen and (min-width: 992px) {
    .cards-scroll {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: initial;
    }
}

.izky-image {
    width: 100%;
    height: 250px;
    border-radius: 28px;
    -o-object-fit: cover;
    object-fit: cover;
}

.map {
    display: block;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 20px;
    max-width: 486px;
    height: 220px;
}

@media (min-width: 992px) {
    .izky-image {
        height: 354px;
    }

    .map {
        height: 290px;
    }
}

.ticket {
    width: 100%;
    max-width: 376px;
    padding: 30px 0;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 30px 0 rgba(5, 77, 98, 0.16);
    box-shadow: 0 0 30px 0 rgba(5, 77, 98, 0.16);
}

.ticket-description {
    width: 100%;
    height: 130px;
    padding: 20px;
    background: rgba(5, 77, 98, 0.63);
    color: #fff;
}

.partner-brand {
    width: 50%;
    height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid rgba(5, 77, 98, 1);
}

.partner-brands {
    position: relative;
    max-width: 600px;
}

.partner-brands::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #fff;
    pointer-events: none;
}

@media (min-width: 992px) {
    .partner-brand {
        width: 300px;
        height: 190px;
    }
}

.accordion {
    background-color: #fff;
    border-radius: 20px;
    font-size: 16px;
}

.accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: rgba(5, 77, 98, 1);

    position: relative;
    padding: 16px;
    padding-right: 60px;
    min-height: 68px;
}

.accordion-body {
    overflow: hidden;
    height: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    will-change: height;
}

.accordion-content {
    color: #000;
    padding: 0 16px 24px;
    font-size: 12px;
}

.accordion-header::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 16px;
    right: 16px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    background-image: url(../assets/chevron.svg);
}

.active.accordion-header::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion + .accordion {
    margin-top: 16px;
}

@media screen and (min-width: 1200px) {
    .accordion {
        font-size: 24px;
    }

    .accordion-header {
        padding: 24px 32px;
    }

    .accordion-content {
        font-size: 16px;
        padding: 0 32px 32px;
    }
}

.swiper {
    --swiper-navigation-color: #fff;
}

.swiper-slide {
    cursor: -webkit-grab;
    cursor: grab;
}

.swiper-button-prev {
    left: 0;
    font-weight: 700;
}

.swiper-button-next {
    right: 0;
    font-weight: 700;
}

.slider-parent {
    padding-left: 20px;
    padding-right: 20px;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 24px;
}

.izky-image {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.conference-image {
    display: block;
    width: 100%;
    height: 332px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.conference-slider {
    padding-left: 20px;
    padding-right: 20px;
    --swiper-navigation-color: rgba(46, 172, 74, 1);
    --swiper-navigation-size: 24px;
}

.conference-slider {
    height: 332px;
    width: 100%;
    max-width: 370px;
}

@media (min-width: 992px) {
    .conference-slider {
        position: absolute;
        top: 0;
        right: 0;
        height: 464px;
        max-width: 520px;
    }

    .izky-image {
        height: 354px;
    }

    .conference-image {
        height: 464px;
    }
}

.form-btn {
    width: 100%;
    text-align: center;
    background: #f8eb5b;
    color: #1E0C05;
    font-weight: 500;
    font-size: 16px;
}

form.pending .form-control {
    pointer-events: none;
}

form.pending {
    cursor: wait;
}

.form-control {
    border-radius: 100px;
    padding: 0px 20px;
    height: 44px;
    width: 100%;
    display: block;
    font-family: inherit;
    border: 0;
    background: rgba(46, 172, 74, 1);
    color: #fff;
}

.form-control:focus {
    outline: 1px solid rgba(255, 255, 255, 0.4);
}

.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}

.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}

.form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}

.success-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    border-radius: 32px;
}

.date-input {
    position: relative;
}

.date-input::after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../assets/calendar.svg);
}

.sl-overlay {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, .7);
}

.dn {
    display: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.mla {
    margin-left: auto;
}

.mra {
    margin-right: auto;
}

.mxa {
    margin-left: auto;
    margin-right: auto;
}

.ma {
    margin: auto;
}

.jcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jca {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.aic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jcb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lh {
    line-height: 1;
}

.pre {
    white-space: pre-line;
}

.o6 {
    opacity: .6;
}

.f-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tal {
    text-align: left;
}

@media (min-width: 768px) {
    .mla--md {
        margin-left: auto;
    }

    .mra--md {
        margin-right: auto;
    }

    .mxa--md {
        margin-left: auto;
        margin-right: auto;
    }
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col13, .col14, .col15, .col16, .col17, .col18, .col19, .col20, .col21, .col22, .col23, .col24 {
    width: 100%
}

.col1--md, .col2--md, .col3--md, .col4--md, .col5--md, .col6--md, .col7--md, .col8--md, .col9--md, .col10--md, .col11--md, .col12--md, .col13--md, .col14--md, .col15--md, .col16--md, .col17--md, .col18--md, .col19--md, .col20--md, .col21--md, .col22--md, .col23--md, .col24--md {
    width: 100%
}

.col1--lg, .col2--lg, .col3--lg, .col4--lg, .col5--lg, .col6--lg, .col7--lg, .col8--lg, .col9--lg, .col10--lg, .col11--lg, .col12--lg, .col13--lg, .col14--lg, .col15--lg, .col16--lg, .col17--lg, .col18--lg, .col19--lg, .col20--lg, .col21--lg, .col22--lg, .col23--lg, .col24--lg {
    width: 100%
}

.col1--xl, .col2--xl, .col3--xl, .col4--xl, .col5--xl, .col6--xl, .col7--xl, .col8--xl, .col9--xl, .col10--xl, .col11--xl, .col12--xl, .col13--xl, .col14--xl, .col15--xl, .col16--xl, .col17--xl, .col18--xl, .col19--xl, .col20--xl, .col21--xl, .col22--xl, .col23--xl, .col24--xl {
    width: 100%
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.fw8 {
    font-weight: 800;
}

.uppercase {
    text-transform: uppercase;
}

.tx-balance {
    text-wrap: balance
}

.relative {
    position: relative;
}

.hidden-x {
    overflow-x: hidden;
}

.hidden {
    overflow: hidden;
}

.x-auto {
    overflow-x: auto;
}

.bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ws {
    white-space: nowrap;
}

.bb {
    border-bottom: 1px solid #E0E0E0;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mra {
    margin-right: auto;
}

.mla {
    margin-left: auto;
}

.mxa {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
}

@media (min-width: 1200px) {
    .container--lg {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1160px;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-overlay {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    cursor: crosshair;
}

.contact-overlay {
    background-color: rgba(0, 0, 0, 0.01);
}

.modal-container {
    position: fixed;
    padding: 20px;
    padding-top: 78px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 121;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-content {
    position: relative;
    width: 100%;
    max-width: 520px;
    -webkit-backdrop-filter: blur(64px);
    backdrop-filter: blur(64px);
    -webkit-box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 4px 0 rgba(0, 0, 0, 0.08), inset 0 -0px 1px 0 rgba(255, 255, 255, 0.25), inset 0 -0px 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 4px 0 rgba(0, 0, 0, 0.08), inset 0 -0px 1px 0 rgba(255, 255, 255, 0.25), inset 0 -0px 1px 0 rgba(255, 255, 255, 0.3);
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    color: #000;
    margin: auto;
}

.modal-contact {
    position: relative;
    margin: 0 auto;
    width: 280px;
    height: 180px;
    padding: 26px;
    background: #fff;
    -webkit-box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    text-align: center;
    color: #000;
}

.modal.open {
    display: block;
    position: relative;
    z-index: 119;
}

.close-modal-btn {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 5px;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    background: none;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.close-modal-btn::before, .close-modal-btn::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 18px;
    height: 2px;
    width: 24px;
    background-color: rgba(46, 172, 74, 1);
    display: block;
}

.close-modal-btn::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-modal-btn::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-modal-btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media screen and (min-width: 992px) {
    .modal-content {
        padding: 60px;
    }

    .close-modal-btn {
        top: 10px;
        right: 10px;
    }
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.primary {
    color: #000;
}
.primary2 {
    color: rgba(255, 92, 0, 1);
}
.primary3 {
    color: rgba(5, 77, 98, 1)
}
.color-orange {
    color: rgba(254, 110, 1, 1);
}
.gray {
    color: rgba(111, 113, 113, 1);
}
.bg-primary {
    background: rgba(46, 172, 74, 1);
}

.primary-linear-orange {
    background: -o-linear-gradient(303deg, #f7ac00 0%, #ff5c00 100%);
    background: linear-gradient(147deg, #f7ac00 0%, #ff5c00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-blue {
    color: #3185FF;
}

.bg-primary-orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#f7ac00), to(#ff5c00));
    background: -o-linear-gradient(top, #f7ac00 0%, #ff5c00 100%);
    background: linear-gradient(180deg, #f7ac00 0%, #ff5c00 100%);
}

.bg-white {
    background: #fff;
}

.bg-grey {
    background: #ebebeb;
}

.bg-beige {
    background: rgba(255, 92, 0, 0.07)
}

.bg-blue {
    background: rgba(176, 228, 227, 0.36);
}

.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.snow1 {
    background-image: url(../assets/snow1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.snow2 {
    background-image: url(../assets/snow2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.decor1 {
    position: absolute;
    left: 45%;
    top: 20px;
    width: 130px;
    height: 130px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.decor2 {
    position: absolute;
    right: 10%;
    bottom: 50px;
    width: 170px;
    height: 170px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.decor3 {
    position: absolute;
    left: -20px;
    top: 20px;
    width: 180px;
    height: 180px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor4 {
    position: absolute;
    left: 40%;
    top: 80px;
    width: 80px;
    height: 80px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor5 {
    position: absolute;
    left: -50px;
    bottom: 300px;
    width: 400px;
    height: 400px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor6 {
    position: absolute;
    right: -70px;
    bottom: 200px;
    width: 180px;
    height: 180px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor7 {
    position: absolute;
    left: 45%;
    top: -80px;
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor8 {
    position: absolute;
    left: 10px;
    bottom: 200px;
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor9 {
    position: absolute;
    right: -40px;
    bottom: 400px;
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor10 {
    position: absolute;
    left: 90px;
    top: 100px;
    width: 110px;
    height: 110px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor11 {
    position: absolute;
    right: 50px;
    top: 100px;
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor12 {
    position: absolute;
    top: 100px;
    left: 0;
    height: 150px;
    width: 150px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor13 {
    position: absolute;
    right: -50px;
    top: 300px;
    width: 250px;
    height: 250px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.decor14 {
    position: absolute;
    bottom: 50px;
    left: 100px;
    width: 90px;
    height: 90px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

@media screen and (max-width: 991px) {
    .decor1 {
        left: 80%;
        width: 40px;
        height: 40px;
    }

    .decor2 {
        width: 70px;
        height: 70px;
        bottom: 10px;
        right: 10px;
    }

    .decor3 {
        width: 80px;
        height: 80px;
    }

    .decor4 {
        display: none;
    }

    .decor5 {
        display: none;
    }

    .decor6 {
        display: none;
    }

    .decor8 {
        bottom: 600px;
    }

    .decor9 {
        bottom: 500px;
    }

    .decor10 {
        display: none;
    }

    .decor11 {
        display: none;
    }

    .decor12 {
        top: 170px;
    }
}

.decor1, .decor3, .decor2 {
    -webkit-animation: levitate4 10s infinite linear;
    animation: levitate4 10s infinite linear;
}

@-webkit-keyframes levitate4 {
    50% {
        -webkit-transform: translate(-20px) rotate(20deg);
        transform: translate(-20px) rotate(20deg);
    }
}

@keyframes levitate4 {
    50% {
        -webkit-transform: translate(-20px) rotate(20deg);
        transform: translate(-20px) rotate(20deg);
    }
}

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
    will-change: position;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}
.gradient {
    background: linear-gradient(86.5deg, #F7AC00 2.88%, #FF5C00 64.34%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mt100 {
    margin-top: 150px;
}
.stone {
    width: 830px;
    position: absolute;
    bottom: 0;
    left: -50px;
}
.stone2 {
    width: 400px;
    position: absolute;
    top: -150px;
    right: 0;
}

.program-head__inner,  .program-head__wrapper{
    background: rgba(46, 172, 74, 1);
}

.program-head__wrapper h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.color-yellow {
    color: rgba(255, 242, 0, 1)
}
.w125 {
    width: 125px;
}
.h125 {
    height: 125px;
}
.wa {
    width: auto;
}
.program-head__inner {
    border-radius: 0 100px 100px 0;
}
.master-class {
    background: white;
    padding-top: 150px;
    padding-bottom: 120px;
    background: white url("../assets/Ellipse.png") no-repeat top right;
    background-size: 70%;
}
.master-class h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(108, 108, 108, 1);
    max-width: 860px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.master-class h2 span {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(46, 172, 74, 1);
}

.master-class__text {
    box-shadow: 0px 4px 13.7px 0px rgba(13, 67, 71, 0.1);
    max-width: 923px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 33px;
    padding-left: 100px;
    padding-bottom: 33px;
    padding-right: 50px;
    margin-top: 46px;
    border-radius: 32px;
}

.master-class__textline{
    display: flex;
    align-items: center;
}
.master-class__textline .line {
    height: 300px;
    background: rgba(46, 172, 74, 1);
    min-width: 7px;
    border-radius: 56px;
    width: 7px;
    margin-right: 14px;
}
.master-class__textline p {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-top: 15px;
}
.text-green {
    color: rgba(46, 172, 74, 1) !important;
}

.silver-text {
    color: rgba(108, 108, 108, 1);
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;

}
.master-class h3 {
    margin-top: 73px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 777px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(108, 108, 108, 1);
}
.master-class a {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:  rgba(46, 172, 74, 1);
}
.main-btn {
    background: rgba(46, 172, 74, 1);
    padding: 7px 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 99px;
    margin-top: 27px;
    width: fit-content;
    color: #fff !important;
}
.main-btn svg{
    min-width: 25px;
    min-height: 25px;
    margin-right: 10px;
}
.primary-bg2 {
    background: rgba(0, 103, 112, 1);
}

.pb0 {
    padding-bottom: 0 !important;
}

.do5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    min-height: 19px;
}

.mini-text {
    color: rgba(112, 108, 108, 1);
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 31px;

}
.listok {
    position: absolute;
    left: 0;
    top: -70px;
    width: 400px;
    transform: scale(-1, 1);
}
.listok-reverse {
    position: absolute;
    right: 0;
    top: 100px;
    width: 400px;
}

.partner-terms {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 200px;
}

.partner-terms h2 {
    margin-top: 150px;
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}
.partner-terms p {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(78, 78, 78, 1);
}

@media screen and (max-width: 991px) {
    .navbar img.h28 {
        height: 35px;
        margin-right: 10px;
        transform: scale(1.8);
        margin-left: 5px;
    }
    .header-btn {
        padding: 5px 25px;
    }
    .header-nav2 svg {
        width: 30px;
        height: 30px;
    }
    .burger-btn {
        color: #fff;
    }
    section {
        overflow: hidden;
    }
    .hero-cover-0 {
        width: 90%;
    }
    .hero-covers {
        height: 350px;
    }
    .hero-cover-txt {
        top: 330px;
    }
    .stone, .stone2 {
        display: none;
    }
    .program-head__inner {
        padding-top: 0;
    }
    .program-head__wrapper {
        height: 350px;
    }
    .program-head {
        border-radius: 180px;
        background: rgba(46, 172, 74, 1);
    }
    .master-class__text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .master-class__textline .line {
        display: none;
    }
    .ticket-description {
        height: 160px;
    }
}

.white-btn {
    background: white;
    color: rgba(46, 172, 74, 1) !important;
}