* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}

header,
footer {
    width: 100%;
}

html,
body {
    min-height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span, li {
    color: #fff !important;
}

.wrapper-bundle-QOGUq {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

section {
    background-color: #1a1a27;
}

@media only screen and (max-width: 800px) {
    .container {
        width: 100%;
        padding: 0 12px;
    }
}

.our-story-JTMqP {
    padding: 70px 0;
    background: #1a1a27;
    position: relative;
    overflow: hidden;
}

.our-story-JTMqP::before,
.our-story-JTMqP::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #1a1a27;
    opacity: 0.3;
    z-index: 0;
}

.our-story-JTMqP::before {
    top: -50px;
    left: -50px;
}

.our-story-JTMqP::after {
    bottom: -50px;
    right: -50px;
}

.wrapper-bundle-QOGUq .our-story-JTMqP .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: unset;
    background: #1a1a27;
    border-radius: 28px;
    padding: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wrapper-bundle-QOGUq .our-story-JTMqP .holder::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px dashed #10101b;
    border-radius: 28px;
    z-index: -1;
}

.wrapper-bundle-QOGUq .our-story-JTMqP .photo {
    position: relative;
    width: 45%;
    min-height: 600px;
    border-radius: 28px;
    background-blend-mode: multiply;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    margin-left: 20px;
}

.wrapper-bundle-QOGUq .our-story-JTMqP .caption_holder {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 50px;
    background: #292939;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.wrapper-bundle-QOGUq .our-story-JTMqP .caption_holder::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: #10101b;
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
}

.wrapper-bundle-QOGUq .our-story-JTMqP .caption_holder::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #10101b;
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
}

.wrapper-bundle-QOGUq .our-story-JTMqP .style_element {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #10101b;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.wrapper-bundle-QOGUq .our-story-JTMqP .style_element::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #1a1a27;
    border-radius: 28px;
    z-index: -1;
}

.wrapper-bundle-QOGUq .our-story-JTMqP h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.wrapper-bundle-QOGUq .our-story-JTMqP h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #10101b;
    border-radius: 10px;
}

.wrapper-bundle-QOGUq .our-story-JTMqP p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.wrapper-bundle-QOGUq .our-story-JTMqP p::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #1a1a27;
    border-radius: 50%;
}

@media only screen and (max-width: 800px) {
    .our-story-JTMqP {
        padding: 40px 0;
    }

    .wrapper-bundle-QOGUq .our-story-JTMqP .style_element {
        padding: 14px;
    }

    .wrapper-bundle-QOGUq .our-story-JTMqP .holder {
        flex-direction: column;
        padding: 10px;
    }

    .wrapper-bundle-QOGUq .our-story-JTMqP .photo {
        width: 100%;
        min-height: 300px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .wrapper-bundle-QOGUq .our-story-JTMqP .caption_holder {
        flex-direction: column;
        width: 100%;
        padding: 20px;
        margin: 12px 0;
    }

    .wrapper-bundle-QOGUq .our-story-JTMqP h2 {
        font-size: 21px;
    }

    .wrapper-bundle-QOGUq .our-story-JTMqP p {
        font-size: 15px;
    }
}

.audience-profile-qIPcM {
    padding-bottom: 80px;
    padding-top: 80px;
}

.audience-profile-qIPcM .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.audience-profile-qIPcM ul {
    list-style: none;
}

.audience-profile-qIPcM ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.audience-profile-qIPcM ul svg,
.audience-profile-qIPcM ul svg path {
    fill: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.audience-profile-qIPcM h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .audience-profile-qIPcM {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-bundle-QOGUq .audience-profile-qIPcM {
    padding: 100px 0;
    background: var(--bg-color);
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.wrapper-bundle-QOGUq .audience-profile-qIPcM .holder {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 60px 30px;
    background: #1a1a27;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#audience-profile-qIPcM {
    background-color: #10101b;
}

.wrapper-bundle-QOGUq .audience-profile-qIPcM ul svg,
.wrapper-bundle-QOGUq .audience-profile-qIPcM ul svg path {
    margin-right: 15px;
    width: 32px;
    height: 32px;
    fill: #fff;
    transition: transform 0.3s ease, fill 0.3s ease;
    position: static;
}

.wrapper-bundle-QOGUq .audience-profile-qIPcM ul li {
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 20px;
    background: #1a1a27;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.wrapper-bundle-QOGUq .audience-profile-qIPcM ul li:hover {
    background: #10101b;
    transform: scale(1.05);
}

.wrapper-bundle-QOGUq .audience-profile-qIPcM h2 {
    width: 40%;
    padding: 10px;
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    color: #10101b;
    border-bottom: 2px solid #10101b;
    margin-bottom: 30px;
}

.wrapper-bundle-QOGUq .audience-profile-qIPcM ul {
    width: 55%;
    padding: 10px;
}

.wrapper-bundle-QOGUq .audience-profile-qIPcM ul li:hover svg,
.wrapper-bundle-QOGUq .audience-profile-qIPcM ul li:hover svg path {
    fill: #ffffff;
    transform: rotate(20deg);
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-QOGUq .audience-profile-qIPcM .holder {
        flex-direction: column;
        align-items: center;
        padding: 40px 20px;
    }

    .wrapper-bundle-QOGUq .audience-profile-qIPcM h2 {
        width: 100%;
        font-size: 48px;
        text-align: center;
    }

    .wrapper-bundle-QOGUq .audience-profile-qIPcM ul {
        width: 100%;
    }

    .wrapper-bundle-QOGUq .audience-profile-qIPcM ul li {
        font-size: 15px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-QOGUq .audience-profile-qIPcM {
        padding: 40px 0;
    }

    .wrapper-bundle-QOGUq .audience-profile-qIPcM .holder {
        padding: 20px;
    }

    .wrapper-bundle-QOGUq .audience-profile-qIPcM h2 {
        font-size: 19px;
    }

    .wrapper-bundle-QOGUq .audience-profile-qIPcM ul li {
        font-size: 15px;
        padding: 10px 15px;
    }
}

.instructor-history-taqVp {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, #10101b 0%, #292939 100%);
    font-family: Merriweather, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.instructor-history-taqVp .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.instructor-history-taqVp .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.instructor-history-taqVp .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instructor-history-taqVp .review .name {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 10px;
}

.instructor-history-taqVp .review span {
    color: #ffffff;
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
}

.instructor-history-taqVp .review .quote {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 10px;
}

.instructor-history-taqVp .review:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.instructor-history-taqVp .photo {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    transition: filter 0.3s ease;
}

.instructor-history-taqVp .review:hover .photo {
    filter: brightness(1.2);
}

.instructor-history-taqVp .worker_description {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .instructor-history-taqVp .review {
        width: 100%;
    }

    .instructor-history-taqVp .holder {
        padding: 10px;
    }
}

.educational-rewards-MaXtj {
    padding-bottom: 80px;
    padding-top: 80px;
}

.educational-rewards-MaXtj .holder {
    display: flex;
    width: 100%;
}

.educational-rewards-MaXtj h2 {
    text-align: left;
    margin-bottom: 20px;
}

.educational-rewards-MaXtj .photo {
    width: 50%;
    flex-shrink: 0;
}

.educational-rewards-MaXtj .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.educational-rewards-MaXtj ul {
    list-style: none;
}

.educational-rewards-MaXtj li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.educational-rewards-MaXtj svg,
.educational-rewards-MaXtj path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #fff;
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .educational-rewards-MaXtj {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .educational-rewards-MaXtj .holder {
        flex-direction: column;
    }

    .educational-rewards-MaXtj .text_holder {
        width: 100%;
    }

    .educational-rewards-MaXtj .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-bundle-QOGUq .educational-rewards-MaXtj {
    background: #10101b;
    position: relative;
    padding: 80px 0;
    color: #ffffff;
}

.wrapper-bundle-QOGUq .educational-rewards-MaXtj::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    opacity: 0.7;
}

.wrapper-bundle-QOGUq .educational-rewards-MaXtj .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}

.wrapper-bundle-QOGUq .educational-rewards-MaXtj .photo {
    border-radius: 0 10px 10px 0;

    min-height: 450px;
    flex: 0 0 50%;
    border: 1px solid #10101b;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.wrapper-bundle-QOGUq .educational-rewards-MaXtj .text_holder {
    background: #10101b;
    border-radius: 10px 0 0 10px;
    padding: 40px;
    flex: 0 0 50%;
    position: relative;
    z-index: 2;
    border: 1px solid #10101b;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.wrapper-bundle-QOGUq .educational-rewards-MaXtj h2 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #10101b;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #10101b;
    padding-bottom: 10px;
}

.wrapper-bundle-QOGUq .educational-rewards-MaXtj ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-bundle-QOGUq .educational-rewards-MaXtj li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: Merriweather, sans-serif;
    color: #ffffff;
}

.wrapper-bundle-QOGUq .educational-rewards-MaXtj svg,
.wrapper-bundle-QOGUq .educational-rewards-MaXtj path {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: #fff;
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-QOGUq .educational-rewards-MaXtj {
        padding: 40px 0;
    }

    .wrapper-bundle-QOGUq .educational-rewards-MaXtj .photo {
        min-height: 250px;
        border-radius: 10px;
    }

    .wrapper-bundle-QOGUq .educational-rewards-MaXtj .holder {
        flex-direction: column;
        border: none;
        box-shadow: none;
    }

    .wrapper-bundle-QOGUq .educational-rewards-MaXtj h2 {
        font-size: 23px;
    }

    .wrapper-bundle-QOGUq .educational-rewards-MaXtj .text_holder {
        margin: 20px 0 0 0;
        padding: 20px;
        width: 100%;
        border: none;
        box-shadow: none;
        border-radius: 10px;
    }
}

.get-in-touch-lShZO {
    padding-top: 80px;
    padding-bottom: 80px;
}

.get-in-touch-lShZO h3 {
    color: #10101b;
}

.get-in-touch-lShZO .form {
    background: #1a1a27;
    border-radius: 10px;
}

.get-in-touch-lShZO form input {
    color: #000000;
    border-radius: 6px;
    background: #1a1a27;
}

.get-in-touch-lShZO form .button {
    background: #10101b;
    color: #ffffff;
    border-radius: 100px;
}

.get-in-touch-lShZO form .button:hover {
    background: #10101b;
}

.get-in-touch-lShZO .holder {
    display: flex;
}

.get-in-touch-lShZO .holder>div {
    width: 50%;
    padding: 40px;
}

.get-in-touch-lShZO .form form {
    display: flex;
    flex-direction: column;
}

.get-in-touch-lShZO h3 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 18px;
}

.get-in-touch-lShZO form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.get-in-touch-lShZO form .button {
    font-weight: 400;
    cursor: pointer;
}

.get-in-touch-lShZO .name_holder {
    display: flex;
    justify-content: space-between;
}

.get-in-touch-lShZO .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.get-in-touch-lShZO .agree label {
    display: block;
    color: #fff !important;
}

.get-in-touch-lShZO .agree a {
    margin-left: 5px;
    color: #10101b;
}

.contact_from .form_text {
    margin-bottom: 10px;
}

.get-in-touch-lShZO .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 800px) {
    .get-in-touch-lShZO .holder {
        flex-direction: column;
    }

    .get-in-touch-lShZO .holder>div {
        width: 100%;
    }

    .get-in-touch-lShZO {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .get-in-touch-lShZO h3 {
        font-size: 30px;
    }
}

.wrapper-bundle-QOGUq .get-in-touch-lShZO .holder {
    justify-content: center;
}

.wrapper-bundle-QOGUq .get-in-touch-lShZO .form {
    background: none;
    margin: auto;
}

.wrapper-bundle-QOGUq .get-in-touch-lShZO .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrapper-bundle-QOGUq .get-in-touch-lShZO form input {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 0;
    color: #fff;
}

.wrapper-bundle-QOGUq .get-in-touch-lShZO h3 {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    width: fit-content;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 28px;
    align-self: center;
}

.wrapper-bundle-QOGUq .get-in-touch-lShZO h3::after {
    content: "";
    width: 50%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #292939;
}

.wrapper-bundle-QOGUq .get-in-touch-lShZO form .button {
    background: #10101b;
    color: #ffffff;
    border: none;
    border-radius: 0;
    width: fit-content;
    align-self: center;
    padding: 10px 40px;
    margin-bottom: 0;
    margin-top: 10px;
}

.wrapper-bundle-QOGUq .get-in-touch-lShZO .agree a {
    color: #4a4a5d;
}

@media only screen and (max-width: 800px) {
    .get-in-touch-lShZO .holder>div {
        padding: 20px;
    }
}

.welcome-msPxF .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.welcome-msPxF .style_element h1 {
    color: #10101b;
}

.welcome-msPxF .style_element h3 {
    color: #10101b;
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.welcome-msPxF .style_element p {
    color: #000000;
    text-align: right;
}

.welcome-msPxF {
    width: 100%;
}

.welcome-msPxF .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.welcome-msPxF .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #1a1a27;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.welcome-msPxF .style_element h1 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.welcome-msPxF .style_element p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .welcome-msPxF .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .welcome-msPxF .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .welcome-msPxF .style_element h1 {
        font-size: 18px;
    }

    .welcome-msPxF .style_element h3 {
        font-size: 16px;
    }

    .welcome-msPxF .style_element p {
        font-size: 14px;
    }


}

.wrapper-bundle-QOGUq .welcome-msPxF .style_element {
    position: static;
    width: 100%;
    clip-path: none;
    height: 560px;
    background: linear-gradient(180deg, #1a1a27 0%, #292939 100%);
    padding: 100px calc(50% - 600px);
    justify-content: flex-start;
    align-items: flex-start;
}

.wrapper-bundle-QOGUq .welcome-msPxF {
    position: relative;
}

.wrapper-bundle-QOGUq .welcome-msPxF::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 0;
}

.wrapper-bundle-QOGUq .welcome-msPxF .title_page_holder {
    min-height: unset;
    height: auto;
}

.wrapper-bundle-QOGUq .welcome-msPxF .style_element h1 {
    text-align: left;
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.wrapper-bundle-QOGUq .welcome-msPxF .style_element h3 {
    text-align: left;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.wrapper-bundle-QOGUq .welcome-msPxF .style_element p {
    text-align: left;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-QOGUq .welcome-msPxF .style_element {
        padding: 30px;
        height: 400px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-QOGUq .welcome-msPxF .style_element {
        width: 100%;
        padding: 80px 30px;
        height: auto;
    }

    .wrapper-bundle-QOGUq .welcome-msPxF .title_page_holder {
        height: auto;
    }
}

.advantages-overview-temXC .advantages_content h2 {
    color: #10101b;
}

.advantages-overview-temXC .advantage_item svg,
.advantages-overview-temXC .advantage_item svg path {
    fill: #fff;
}

.advantages-overview-temXC .advantage_item p {
    color: #000000;
}

.advantages-overview-temXC .advantage_item b {
    color: #10101b;
}

.advantages-overview-temXC {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-overview-temXC .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-overview-temXC .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-overview-temXC .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 29px;
    font-weight: 600;
}

.advantages-overview-temXC .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-overview-temXC .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-overview-temXC .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-overview-temXC .advantage_item svg,
.advantages-overview-temXC .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-QOGUq .advantages-overview-temXC .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-overview-temXC .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-overview-temXC .advantages_holder {
        flex-direction: column;
    }

    .advantages-overview-temXC {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-bundle-QOGUq .advantages-overview-temXC .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-bundle-QOGUq .advantages-overview-temXC {
    background: #1a1a27;
    color: #000000;
    padding: 60px 0;
    font-family: Merriweather, sans-serif;
    border-top: 5px solid #10101b;
    border-bottom: 5px solid #10101b;
}

.wrapper-bundle-QOGUq .advantages-overview-temXC .advantages_content {
    display: flex;
    gap: 1%;
    background: #1a1a27;
    padding: 40px;
    border-radius: 28px;
}

.wrapper-bundle-QOGUq .advantages-overview-temXC .advantages_content h2 {
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    color: #10101b;
    border-bottom: 3px solid #10101b;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.wrapper-bundle-QOGUq .advantages-overview-temXC .advantages_description {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 10px;
    color: #000000;
}

.wrapper-bundle-QOGUq .advantages-overview-temXC .advantages_holder {
    gap: 1%;
}

.wrapper-bundle-QOGUq .advantages-overview-temXC .advantage_item {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: #393953;
    border: 1px solid #10101b;
    border-radius: 28px;
}

.wrapper-bundle-QOGUq .advantages-overview-temXC .advantage_item .advantage_image {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a27;
    border-radius: 50%;
}

.wrapper-bundle-QOGUq .advantages-overview-temXC .advantage_item .advantage_image img,
.wrapper-bundle-QOGUq .advantages-overview-temXC .advantage_item .advantage_image svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.wrapper-bundle-QOGUq .advantages-overview-temXC .advantage_item h4 {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    color: #000000;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-QOGUq .advantages-overview-temXC .advantages_holder {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-QOGUq .advantages-overview-temXC .advantages_content {
        padding: 20px;
    }

    .wrapper-bundle-QOGUq .advantages-overview-temXC .advantages_holder {
        grid-template-columns: 1fr;
    }

    .wrapper-bundle-QOGUq .advantages-overview-temXC .advantages_content h2 {
        font-size: 24px;
    }
}

.secure-habitat-NWcMo {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    background: #1a1a27;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Merriweather, sans-serif;
    color: #000000;
}

.secure-habitat-NWcMo h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 45px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.secure-habitat-NWcMo h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #10101b;
    font-weight: 600;
    border-bottom: 2px solid #292939;
    padding-bottom: 5px;
}

.secure-habitat-NWcMo ul,
.secure-habitat-NWcMo ol {
    list-style-type: disc;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.secure-habitat-NWcMo li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.secure-habitat-NWcMo div {
    margin-bottom: 20px;
    line-height: 1.8;
    background: #1a1a27;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .secure-habitat-NWcMo {
        padding: 20px;
        box-shadow: none;
    }

    .secure-habitat-NWcMo h1 {
        font-size: calc(45px - 10px);
    }

    .secure-habitat-NWcMo h2 {
        font-size: calc(28px - 5px);
    }
}

.secure-habitat-NWcMo h3,
.secure-habitat-NWcMo h4,
.secure-habitat-NWcMo h5,
.secure-habitat-NWcMo h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #10101b;
    font-weight: 600;
}

.secure-habitat-NWcMo p,
.secure-habitat-NWcMo span {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

.secure-habitat-NWcMo a {
    color: #10101b;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.secure-habitat-NWcMo a:hover {
    color: #10101b;
    text-decoration: underline;
}

.secure-habitat-NWcMo button {
    background: #10101b;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.secure-habitat-NWcMo button:hover {
    background: #10101b;
}

.thanks_page {
    background: #1a1a27;
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Merriweather, sans-serif;
    position: relative;
    overflow: hidden;
}

.thanks_page::before,
.thanks_page::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #1a1a27;
    z-index: 0;
}

.thanks_page::before {
    width: 500px;
    height: 500px;
    top: -100px;
    left: -100px;
}

.thanks_page::after {
    width: 400px;
    height: 400px;
    bottom: -150px;
    right: -150px;
}

.thanks_page .container {
    background: #1a1a27;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    padding: 60px 50px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    color: #000000;
    position: relative;
    z-index: 1;
}

.thanks_page .container h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 3px solid #10101b;
    display: inline-block;
    color: #10101b;
    position: relative;
}

.thanks_page .container h2::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #10101b;
    bottom: -8px;
    left: 0;
}

.thanks_page .container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
}

.thanks_page .container p::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #1a1a27;
    border-radius: 50%;
    top: -15px;
    left: -40px;
    z-index: -1;
}

.thanks_page .container p::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #10101b;
    bottom: -10px;
    right: 0;
}

.thanks_page .container .btn {
    display: inline-block;
    background: #10101b;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    border: 2px solid #10101b;
    cursor: pointer;
    position: relative;
}

.thanks_page .container .btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -5px;
    left: -5px;
    border: 2px solid #10101b;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.thanks_page .container .btn:hover::before {
    top: -10px;
    left: -10px;
}

.thanks_page .container .btn:hover {
    background: #1a1a27;
    color: #10101b;
    border-color: #10101b;
}

@media only screen and (max-width: 800px) {
    .thanks_page {
        padding: 80px 15px;
    }

    .thanks_page .container {
        padding: 40px 20px;
    }

    .thanks_page .container h2 {
        font-size: 20px;
    }

    .thanks_page .container p {
        font-size: 16px;
    }

    .thanks_page .container .btn {
        padding: 10px 30px;
        font-size: 16px;
    }
}

.program-structure-FZtQc {
    padding: 120px 0;
    background: #10101b;
    color: #000000;
    font-family: Merriweather, sans-serif;
    position: relative;
    overflow: hidden;
}

.program-structure-FZtQc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 100%;
    background: #1a1a27;
    transform: translateX(-50%) rotate(-3deg);
    z-index: 0;
}

.program-structure-FZtQc .container {
    position: relative;
    z-index: 1;
}

.program-structure-FZtQc h2 {
    color: #ffffff;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.program-structure-FZtQc .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.program-structure-FZtQc .items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.program-structure-FZtQc .course {
    background: #292939;
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}


.program-structure-FZtQc .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}

.program-structure-FZtQc .photo {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.4s ease;
}


.program-structure-FZtQc .text_holder {
    padding: 40px;
    text-align: left;
}

.program-structure-FZtQc h3 {
    color: #10101b;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.program-structure-FZtQc p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
}

.program-structure-FZtQc .button {
    background: #232339;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    text-align: center;
}

.program-structure-FZtQc .button:hover {
    background: #353547;
    transform: translateY(-5px);
}

@media only screen and (max-width: 600px) {
    .program-structure-FZtQc {
        padding: 80px 0;
    }

    .program-structure-FZtQc h2 {
        font-size: 30px;
    }

    .program-structure-FZtQc .content {
        grid-template-columns: 1fr;
    }

    .program-structure-FZtQc .photo {
        height: 300px;
    }

    .program-structure-FZtQc .text_holder {
        padding: 20px;
    }
}

.wrapper-bundle-QOGUq .program-structure-FZtQc .items .course {
    background: #1a1a27;
    border: 2px solid #10101b;
}

.wrapper-bundle-QOGUq .program-structure-FZtQc .items .course .content {
    flex-direction: row;
    align-items: stretch;
}

.wrapper-bundle-QOGUq .program-structure-FZtQc .photo {
    width: 100%;
    border-right: 2px solid #10101b;
}

.wrapper-bundle-QOGUq .program-structure-FZtQc .text_holder {
    width: 100%;
    background: #10101b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.wrapper-bundle-QOGUq .program-structure-FZtQc h3 {
    text-align: center;
    margin-bottom: 30px;
}

.wrapper-bundle-QOGUq .program-structure-FZtQc p,
.wrapper-bundle-QOGUq .program-structure-FZtQc h3 {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-QOGUq .program-structure-FZtQc .items .course .content {
        flex-direction: column;
    }

    .wrapper-bundle-QOGUq .program-structure-FZtQc .photo {
        width: 100%;
        height: 300px;
        border-right: none;
        border-bottom: 2px solid #10101b;
    }

    .wrapper-bundle-QOGUq .program-structure-FZtQc .text_holder {
        width: 100%;
        padding: 20px;
    }
}

header .main_header {
    background: #10101b;
    color: #ffffff;
    padding: 20px 0;
    border-bottom: 2px solid #10101b;
}

header .logo_holder svg,
header .logo_holder svg path,
header .logo_holder img {
    fill: #fff;
    width: 70px;
    height: 70px;
}

header .menu a {
    color: #ffffff;
    font-size: 12px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid transparent;
}

header .menu a:hover {
    color: #10101b;
    border-bottom: 2px solid #10101b;
}

header .menu a.active {
    color: #10101b;
    border-bottom: 2px solid #10101b;
}

header {
    width: 100%;
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

header .logo_holder {
    display: flex;
    align-items: center;
}

header .logo_caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .logo_desc {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #10101b;
}

header .menu {
    display: flex;
    gap: 15px;
}

.wrapper-bundle-QOGUq header .main_header {
    background: #10101b;
    padding: 10px 30px;
}

.wrapper-bundle-QOGUq header .header_content {
    border-radius: 11px;
    padding: 10px 20px;
    background: #10101b;
    border: 1px solid #10101b;
}

.wrapper-bundle-QOGUq header .logo_holder .logotype svg,
.wrapper-bundle-QOGUq header .logo_holder .logotype img {
    width: 60px;
    height: 60px;
}

.wrapper-bundle-QOGUq header .menu a {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

#menu a {
    color: #fff;
    font-weight: 800;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    header .menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 20px;
        width: 100%;
    }

    header .menu.opened {
        display: flex;
    }

    header .menu a {
        padding: 10px 20px;
        border-bottom: 1px solid #1a1a27;
        width: 100%;
    }

    header .menu a.active {
        border: none;
        background: #1a1a27;
    }

    header .main_header {
        position: relative;
        z-index: 99;
    }

    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    header .logo_holder .logotype svg,
    header .logo_holder .logotype img {
        margin: 0;
        width: 50px;
        height: 50px;
    }

    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 800px) {

    .wrapper-bundle-QOGUq header .logo_holder .logotype svg,
    .wrapper-bundle-QOGUq header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
    }

    .wrapper-bundle-QOGUq header .logo_holder {
        justify-content: center;
        width: 100%;
        position: relative;
        z-index: 95;
    }

    .wrapper-bundle-QOGUq header .menu {
        padding-top: 20px;
        top: 0;
        border-radius: 11px;
        align-items: center;
    }

    .wrapper-bundle-QOGUq header .main_header {
        padding: 20px;
    }
}

footer {
    background: #10101b;
    color: #ffffff;
}

footer .copyright {
    background: #10101b;
}

footer .logo_holder svg,
footer .logo_holder svg path {
    fill: #fff;
}

footer h5 {
    color: #10101b;
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg,
footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg,
footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 20px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img,
footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 15px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {

    footer .menu,
    footer .menu_holder,
    footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-bundle-QOGUq footer {
    background: linear-gradient(130deg, #10101b 0%, #10101b 89%);
}

.wrapper-bundle-QOGUq footer .copyright {
    background: none;
    padding: 10px 0;
}

.wrapper-bundle-QOGUq footer .footer_info {
    flex-direction: row-reverse;
}

.wrapper-bundle-QOGUq footer .footer {
    padding: 0;
    padding-top: 30px;
}

.wrapper-bundle-QOGUq footer .menu a {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

.wrapper-bundle-QOGUq footer .logo_holder svg,
.wrapper-bundle-QOGUq footer .logo_holder img {
    width: 100px;
    height: 100px;
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-QOGUq footer .footer_info {
        flex-direction: column;
    }

    .wrapper-bundle-QOGUq footer .footer_info {
        padding: 0;
    }

    .wrapper-bundle-QOGUq footer .logo_holder {
        margin-bottom: 16px;
    }

    .wrapper-bundle-QOGUq footer {
        background: linear-gradient(130deg, #10101b 0%, #10101b 89%);
    }
}

.sign-up-now-bCVqA {
    padding-bottom: 80px;
    padding-top: 80px;
}

.sign-up-now-bCVqA h2 {
    color: #10101b;
}

.sign-up-now-bCVqA .button {
    background: #10101b;
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.sign-up-now-bCVqA .button:hover {
    background: #10101b;
}

.sign-up-now-bCVqA .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sign-up-now-bCVqA h2 {
    font-size: 37px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.sign-up-now-bCVqA .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .sign-up-now-bCVqA .holder {
        flex-direction: column;
    }

    .wrapper-bundle-QOGUq section.sign-up-now-bCVqA h2 {
        font-size: 26px;
    }

    .sign-up-now-bCVqA h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .sign-up-now-bCVqA .button {
        font-size: 24px;
    }

    .sign-up-now-bCVqA {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-bundle-QOGUq .sign-up-now-bCVqA {
    background: #1a1a27;
    padding: 70px 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, padding 0.3s ease;
}

.wrapper-bundle-QOGUq .sign-up-now-bCVqA .holder {
    margin: auto;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 50px;
    background: #1a1a27;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.wrapper-bundle-QOGUq .sign-up-now-bCVqA .holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.wrapper-bundle-QOGUq .sign-up-now-bCVqA h2 {
    margin-bottom: 40px;
    font-size: 37px;
    font-family: Merriweather, sans-serif;
    font-weight: 600;
    color: #10101b;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #10101b;
    padding-bottom: 10px;
    transition: color 0.3s ease, border-color 0.3s ease;
    margin-right: 0;
}

.wrapper-bundle-QOGUq .sign-up-now-bCVqA h2:hover {
    color: #10101b;
    border-color: #10101b;
}

.wrapper-bundle-QOGUq .sign-up-now-bCVqA .button {
    display: inline-block;
    padding: 18px 36px;
    font-size: 20px;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: #10101b;
    border: 2px solid #10101b;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.wrapper-bundle-QOGUq .sign-up-now-bCVqA .button:hover {
    background: #1a1a27;
    color: #10101b;
    border-color: #10101b;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-QOGUq .sign-up-now-bCVqA .holder {
        width: 90%;
        padding: 30px 20px;
    }

    .wrapper-bundle-QOGUq .sign-up-now-bCVqA h2 {
        font-size: 20px;
    }

    .wrapper-bundle-QOGUq .sign-up-now-bCVqA .button {
        width: 100%;
        padding: 15px 0;
    }
}