.container {
    font-family: "Public sans", Roboto, sans-serif;
    padding-top: 75px;
    overflow-x: hidden;
}

.header {
    position: relative;
    background: linear-gradient(102.66deg, #fff5da, #a6ddce);
    width: 100vw;
    padding: 50px 0px;
    color: #000;
}

.head {
    position: relative;
    padding: 20px 5px 15px 5px;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    border: 1px dashed var(--secondary-color-light);
    border-radius: 8px;
}

.head_introducing {
    color: #fff;
    position: absolute;
    top: -14px;
    letter-spacing: 1px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    padding: 0px 10px;
    height: 28px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: var(--gradient);
}

.head_main {
    font-size: 22px;
    line-height: 1.8rem;
    font-weight: 500;
}
.head_main_span {
    background: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.main {
    position: relative;
    z-index: 20;
    text-align: center;
    width: 90%;
    margin: 30px auto 0 auto;
}

.main_head {
    font-size: 18px;
    line-height: 1.8rem;
    font-weight: 500;
    margin: auto;
}

.pointers {
    list-style: none;
}

.pointers li {
    padding: 5px 0px;
    text-align: left;
    font-weight: 600;
}

.bullet {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: none;
    border: 2px solid orange;
    margin-right: 5px;
}

.cta {
    margin-top: 10px;
    border: none;
    outline: none;
    padding: 12px 0;
    width: 90%;
    max-width: 250px;
    border-radius: 5px;
    background: var(--gradient);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.left_banner {
    display: none;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    left: 0px;
}
.left_banner .comment {
    position: absolute;
    top: 89px;
    left: 91px;
    height: 40px;
    width: 122px;
    background: url("/static/svg/academy/left-comment-top.svg") no-repeat;
}
.left_banner .comment_below {
    position: absolute;
    height: 40px;
    width: 98px;
    background: url("/static/svg/academy/left-comment-top.svg") no-repeat;
    top: 136px;
    left: 114px;
    opacity: 0.5;
}
.left_banner .girl {
    position: absolute;
    height: 285px;
    width: 253px;
    background: url("/static/svg/academy/left-girl.svg") no-repeat;
    top: 200px;
    left: 217px;
    z-index: 2;
}
.left_banner .left_flyer {
    position: absolute;
    height: 91px;
    width: 291px;
    background: url("/static/svg/academy/left-flyer.svg") no-repeat;
    top: 239px;
    left: 265px;
}

.right_banner {
    display: none;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    right: 0px;
}
.right_banner .comment {
    position: absolute;
    height: 39px;
    width: 96px;
    background: url("/static/svg/academy/right-comment.svg") no-repeat;
    top: 195px;
    right: 188px;
}
.right_banner .right_flyer {
    position: absolute;
    height: 206px;
    width: 146px;
    background: url("/static/svg/academy/right-top-flyer.svg") no-repeat;
    top: -90px;
    right: 133px;
}
.right_banner .right_bottom_flyer {
    position: absolute;
    height: 167px;
    width: 279px;
    background: url("/static/svg/academy/right-bottom-flyer.svg") no-repeat;
    top: 278px;
    right: -160px;
}
.right_banner .boy {
    position: absolute;
    height: 250px;
    width: 284px;
    background: url("/static/svg/academy/right-boy.svg") no-repeat;
    top: 248px;
    right: 174px;
}
.right_banner .pdf {
    position: absolute;
    height: 36px;
    width: 32px;
    background: url("/static/svg/academy/right-pdf.svg") no-repeat;
    top: 194px;
    right: 421px;
    -webkit-animation: floating 3s ease-in-out infinite 5s;
    animation: floating 3s ease-in-out infinite 5s;
}
.right_banner .calendar {
    position: absolute;
    height: 37px;
    width: 39px;
    background: url("/static/svg/academy/right-calendar.svg") no-repeat;
    /* top: 310px; */
    /* right: 461px; */
    top: 110px;
    right: 125px;
    -webkit-animation: floating 3s ease-in-out infinite 1s;
    animation: floating 3s ease-in-out infinite 1s;
}
.right_banner .notes {
    position: absolute;
    height: 40px;
    width: 33px;
    background: url("/static/svg/academy/right-notes.svg") no-repeat;
    top: 269px;
    right: 170px;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation: floating 3s ease-in-out infinite 3s;
    animation: floating 3s ease-in-out infinite 3s;
}
.right_banner .live {
    position: absolute;
    height: 40px;
    width: 43px;
    background: url("/static/svg/academy/right-live.svg") no-repeat;
    top: 126px;
    right: 304px;
    -webkit-animation: floating 3s ease-in-out infinite;
    animation: floating 3s ease-in-out infinite;
}

.form {
    text-align: left;
    margin: 25px auto 0px auto;
    max-width: 450px;
}
.form .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0px;
}
.form_control {
    width: 49%;
}
.form_input {
    font-family: "Public sans", sans-serif;
    width: 100%;
    outline: none;
    border: none;
    text-indent: 9px;
    height: 40px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    background: rgb(225, 255, 255);
}
.form_control select {
    text-indent: 2px;
    font-size: 12px;
}

@keyframes floating {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (min-width: 350px) {
    .main_head {
        font-size: 22px;
        line-height: 2rem;
    }
    .pointers {
        font-size: 12px;
    }
    .pointers li {
        font-weight: 500;
    }
    .cta {
        font-size: 14px;
    }
}

@media screen and (min-width: 750px) {
    .header {
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .head_main {
        padding: 10px 5px;
        font-size: 24px;
    }
    .main_head {
        font-size: 28px;
        font-weight: 500;
    }
    .pointers {
        font-size: 14px;
    }
    .pointers li {
        font-weight: 400;
    }
}
@media screen and (min-width: 950px) {
    .container {
        padding: 75px 0px 75px 0px;
    }
    .left_banner {
        display: block;
    }
    .right_banner {
        display: block;
    }
}
