* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
.segment-wrapper-0259 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(207,215,230);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}footer {
    background: rgb(102,104,107);
    color: #ffffff;
}
footer .copyright {
    background: rgb(172,178,189);
}
footer .logo_holder svg, footer .logo_holder svg path{
    fill: rgb(172,178,189);
}
footer h5 {
    color: rgb(172,178,189);
}
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: 23px;
    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: 12px;
    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;
    }

}
.title-intro-5679 {
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
}
.title-intro-5679 .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    box-sizing: border-box;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(172,178,189);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}
.title-intro-5679 .style_element {
    background: #ffffff;
    padding: 40px 60px;
    border-radius: 29px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    max-width: 80%;
    position: relative;
    z-index: 1;
}
.title-intro-5679 .style_element h1 {
    font-family: Arial, sans-serif;
    font-size: 39px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(172,178,189);
    padding-bottom: 10px;
}
.title-intro-5679 .style_element h3 {
    font-family: Arial, sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.title-intro-5679 .style_element p {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .title-intro-5679 .title_page_holder {
        min-height: 400px;
        padding: 20px;
    }
    .title-intro-5679 .style_element {
        padding: 30px 40px;
        max-width: 90%;
    }
    .title-intro-5679 .style_element h1 {
        font-size: 35px;
    }
    .title-intro-5679 .style_element h3 {
        font-size: 22px;
    }
    .title-intro-5679 .style_element p {
        font-size: 19px;
    }
}
.segment-wrapper-0259 .title-intro-5679 {
    position: relative;
    padding: 50px 0;
    background-color: rgb(207,215,230);
}
.segment-wrapper-0259 .title-intro-5679 .style_element {
    background: #ffffff;
    border-radius: 29px;
    padding: 60px;
    max-width: 80%;
    margin: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 2px solid rgb(172,178,189);
}
.segment-wrapper-0259 .title-intro-5679 .style_element h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.segment-wrapper-0259 .title-intro-5679 .style_element h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.segment-wrapper-0259 .title-intro-5679 .style_element p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .segment-wrapper-0259 .title-intro-5679 .style_element {
        padding: 40px;
        max-width: unset;
        width: 100%;
    }
    .segment-wrapper-0259 .title-intro-5679 .style_element h1 {
        font-size: 28px;
    }
    .segment-wrapper-0259 .title-intro-5679 .style_element h3 {
        font-size: 20px;
    }
    .segment-wrapper-0259 .title-intro-5679 .style_element p {
        font-size: 16px;
    }
}.mentorship-experience-9472 {
    padding: 100px 0;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mentorship-experience-9472 .container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mentorship-experience-9472 .review {
    display: flex;
    align-items: flex-start;
    background: rgb(172,178,189,0.5);
    border: 1px solid rgb(172,178,189);
    border-radius: 15px;
    padding: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mentorship-experience-9472 .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.mentorship-experience-9472 .photo {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    transition: transform 0.3s ease-in-out;
}

.mentorship-experience-9472 .review:hover .photo {
    transform: scale(1.05);
}

.worker_description {
    flex-grow: 1;
}

.mentorship-experience-9472 .name {
    font-size: 24px;
    color: rgb(172,178,189);
    margin-bottom: 8px;
    font-weight: 700;
}

.mentorship-experience-9472 .job {
    font-size: 16px;
    color: rgb(102,104,107);
    margin-bottom: 10px;
    font-weight: 400;
}

.mentorship-experience-9472 .quote {
    font-size: 16px;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .mentorship-experience-9472 .container {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    .mentorship-experience-9472 {
        padding: 60px 0;
    }
    .mentorship-experience-9472 .review {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .mentorship-experience-9472 .photo {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.segment-wrapper-0259 .mentorship-experience-9472 {
    background: rgb(102,104,107);
    padding: 80px 0;
}

.segment-wrapper-0259 .mentorship-experience-9472 .review {
    background: #ffffff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.segment-wrapper-0259 .mentorship-experience-9472 .photo {
    width: 150px;
    height: 150px;
}

.segment-wrapper-0259 .worker_description {
    padding: 0;
}

.segment-wrapper-0259 .name {
    font-size: 19px;
    color: rgb(172,178,189);
}

.segment-wrapper-0259 .job {
    font-size: 16px;
    color: rgb(102,104,107);
}

.segment-wrapper-0259 .quote {
    font-size: 16px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .segment-wrapper-0259 .mentorship-experience-9472 {
        padding: 60px 0;
    }
}
.privacy-frame-0824 {
    padding: 50px;
    width: 100%;
    overflow: hidden;
    height: auto;
    border: 1px solid rgb(172,178,189);
    font-family: Arial, sans-serif;
    color: #ffffff;
    box-shadow: inset 0 0 10px rgb(102,104,107,0.5), 0 0 15px rgb(172,178,189,0.5);
}

.privacy-frame-0824 h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    color: rgb(172,178,189);
    border-bottom: 2px solid rgb(172,178,189);
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(90deg, rgb(172,178,189), rgb(102,104,107));
    -webkit-background-clip: text;
    color: transparent;
}

.privacy-frame-0824 h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 600;
    color: rgb(102,104,107);
    border-bottom: 1px solid rgb(102,104,107);
    padding-bottom: 10px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, rgb(102,104,107), rgb(172,178,189));
    -webkit-background-clip: text;
    color: transparent;
}

.privacy-frame-0824 h3, .privacy-frame-0824 h4, .privacy-frame-0824 h5, .privacy-frame-0824 h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    color: rgb(172,178,189);
    background: linear-gradient(90deg, rgb(172,178,189), rgb(102,104,107));
    -webkit-background-clip: text;
    color: transparent;
}

.privacy-frame-0824 ul, .privacy-frame-0824 ol {
    list-style: none;
    padding-left: 0;
    padding: 20px 0;
    border-radius: 10px;
}

.privacy-frame-0824 li {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.privacy-frame-0824 li::before {
    content: ">";
    position: absolute;
    left: 0;
    color: rgb(172,178,189);
    font-weight: 700;
}

.privacy-frame-0824 section {
    background: rgb(207,215,230);
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 0 15px rgb(172,178,189,0.5);
}

.privacy-frame-0824 p, .privacy-frame-0824 span, .privacy-frame-0824 div {
    line-height: 2;
    margin-bottom: 15px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    background: linear-gradient(90deg, rgb(172,178,189), rgb(102,104,107));
    -webkit-background-clip: text;
    color: transparent;
}

@media only screen and (max-width: 800px) {
    .privacy-frame-0824 {
        padding: 20px 10px;
    }

    .privacy-frame-0824 h1 {
        font-size: calc(21px * 0.8);
    }

    .privacy-frame-0824 h2 {
        font-size: calc(21px * 0.8);
    }

    .privacy-frame-0824 h3, .privacy-frame-0824 h4, .privacy-frame-0824 h5, .privacy-frame-0824 h6 {
        font-size: calc(21px * 0.8);
    }

    .privacy-frame-0824 p, .privacy-frame-0824 span, .privacy-frame-0824 div {
        font-size: calc(14px * 0.9);
    }
}header .main_header {
    background: rgb(102,104,107);
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    border-bottom: 2px solid rgb(172,178,189);
}
header .logo_holder {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-right: 25px;
    border: 2px solid rgb(172,178,189);
    border-radius: 29px;
    box-shadow: 0 0 15px rgb(172,178,189);
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 60px;
    width: 60px;
    fill: rgb(172,178,189);
}
header .logo_caption {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(172,178,189);
}
header .logo_desc {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
header .menu {
    display: flex;
    gap: 30px;
}
header .menu a {
    color: rgb(172,178,189);
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgb(172,178,189,0.5);
    transition: all 0.3s ease;
}
header .menu a:before, header .menu a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(172,178,189);
    transition: transform 0.3s ease;
}
header .menu a:before {
    top: 0;
    left: 0;
    transform: scaleX(0);
}
header .menu a:after {
    bottom: 0;
    right: 0;
    transform: scaleX(0);
}
header .menu a:hover:before, header .menu a:hover:after {
    transform: scaleX(1);
}
header .menu a.active {
    color: rgb(172,178,189);
    border: 2px solid rgb(172,178,189);
    background: rgba(0, 0, 0, 0.5);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
header .header_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(172,178,189);
}
header .header_content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(172,178,189);
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    header .menu {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    header .menu a {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-bottom: 1px solid rgb(102,104,107,0.5);
    }
    header .main_header {
        padding: 20px 0;
    }
    header .logo_holder {
        margin-bottom: 20px;
        justify-content: center;
        width: 100%;
        margin-right: 0;
    }
}
.segment-wrapper-0259 header .main_header {
    padding: 30px 0;
}
.segment-wrapper-0259 header .header_content {
    padding: 25px 25px;
    justify-content: space-between;
    border-radius: 29px;
    position: relative;
}
.segment-wrapper-0259 header .logo_holder .logotype svg, .segment-wrapper-0259 header .logo_holder .logotype img {
    width: 60px;
    height: 60px;
}
.segment-wrapper-0259 header .menu a {
    font-weight: 700;
    font-size: 16px;
    box-shadow: inset 0 0 10px rgb(172,178,189,0.5);
}
.segment-wrapper-0259 header .header_content:before,
.segment-wrapper-0259 header .header_content:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: rgb(172,178,189,0.5);
}
.segment-wrapper-0259 header .header_content:before {
    top: 0;
}
.segment-wrapper-0259 header .header_content:after {
    bottom: 0;
}
@media only screen and (max-width: 800px) {
    .segment-wrapper-0259 header .logo_holder .logotype svg, .segment-wrapper-0259 header .logo_holder .logotype img {
        width: 50px;
        height: 50px;
    }
    .segment-wrapper-0259 header .logo_holder {
        justify-content: center;
        width: 100%;
        position: relative;
        z-index: 95;
    }
    .segment-wrapper-0259 header .menu {
        padding-top: 30px;
        top: 0;
        align-items: center;
    }
}.customer-reviews-4672 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgb(102,104,107);
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.customer-reviews-4672 h2 {
    color: rgb(172,178,189);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(172,178,189);
    display: inline-block;
    padding-bottom: 10px;
}

.customer-reviews-4672 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.customer-reviews-4672 .reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.customer-reviews-4672 .review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgb(102,104,107,0.5);
    border: 1px solid rgb(102,104,107);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.customer-reviews-4672 .photo {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.customer-reviews-4672 .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
}

.customer-reviews-4672 .review span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(102,104,107);
    margin-bottom: 10px;
}

.customer-reviews-4672 .review p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}



.segment-wrapper-0259 .customer-reviews-4672 .review {
    flex-direction: row;
    align-items: center;
    padding: 20px;
    border: 1px solid rgb(172,178,189);
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.segment-wrapper-0259 .customer-reviews-4672 .photo {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 50%;
}

.segment-wrapper-0259 .customer-reviews-4672 .text {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: calc(100% - 120px);
}

.segment-wrapper-0259 .customer-reviews-4672 .review span {
    font-size: 19px;
    font-weight: 400;
    color: rgb(172,178,189);
}

.segment-wrapper-0259 .customer-reviews-4672 .review p {
    color: #000000;
    margin-bottom: 10px;
    font-size: 15px;
}

.segment-wrapper-0259 .customer-reviews-4672 .holder h2 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
@media only screen and (max-width: 900px) {
    .customer-reviews-4672 h2 {
        font-size: 20px;
    }

    .segment-wrapper-0259 .customer-reviews-4672 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .customer-reviews-4672 .reviews {
        grid-template-columns: 1fr;
    }
}.contact-us-8063 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(207,215,230) 0%, rgb(102,104,107,0.5) 100%);
    padding: 120px 0;
    z-index: 1;
}

.contact-us-8063::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent 40%, rgba(0,0,0,0.05) 60%, transparent 80%);
    background-size: 100% 15px;
    animation: scanlines 10s linear infinite;
    z-index: 0;
    pointer-events: none;
}

.contact-us-8063::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(1px at 30% 20%, rgb(172,178,189,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(102,104,107,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(172,178,189,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(102,104,107,0.5) 0%, transparent 50%);
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

.contact-us-8063 .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.08;
    filter: grayscale(100%) contrast(150%);
    mix-blend-mode: overlay;
}

.contact-us-8063 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-us-8063 h3 {
    color: #000000;
    font-size: 34px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    perspective: 800px;
}

.contact-us-8063 h3::before {
    content: attr(id);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(34px - 10px);
    color: rgb(102,104,107,0.5);
    opacity: 0.4;
    letter-spacing: 5px;
}

.contact-us-8063 h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(172,178,189), transparent);
}

.contact-us-8063 .contact_form_holder {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(172,178,189,0.5) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}

.contact-us-8063 .contact_form_holder:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.contact-us-8063 .contact_form_holder::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        rgb(172,178,189,0.5), 
        transparent, 
        rgb(102,104,107,0.5), 
        transparent);
    border-radius: calc(23px + 2px);
    z-index: -1;
    animation: border-flow 6s linear infinite;
}

.contact-us-8063 .contact_form_holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.contact-us-8063 .form {
    padding: 60px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.contact-us-8063 .form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(172,178,189), 
        rgb(102,104,107));
}

.contact-us-8063 .form::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    pointer-events: none;
}

.contact-us-8063 .form #contact {
    position: relative;
    z-index: 2;
}

.contact-us-8063 .form h3 {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-us-8063 .form h3::before {
    display: none;
}

.contact-us-8063 .form h3::after {
    left: 0;
    transform: none;
    width: 50px;
    background: rgb(172,178,189);
    height: 2px;
}

.contact-us-8063 .form input[type="text"],
.contact-us-8063 .form textarea {
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 25px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-us-8063 .form input[type="text"]::placeholder,
.contact-us-8063 .form textarea::placeholder {
    color: #000000;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.contact-us-8063 .form input[type="text"]:focus::placeholder,
.contact-us-8063 .form textarea:focus::placeholder {
    opacity: 0.3;
}

.contact-us-8063 .form input[type="text"]:focus,
.contact-us-8063 .form textarea:focus {
    outline: none;
    border-bottom-color: rgb(172,178,189);
    background-color: rgba(0, 0, 0, 0.01);
}

.contact-us-8063 .form textarea {
    min-height: 150px;
    resize: vertical;
    overflow: hidden;
    transition: height 0.3s ease;
}

.contact-us-8063 .form .agreement {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-us-8063 .form .agreement input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-us-8063 .form .agreement label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: calc(14px - 2px);
    line-height: 1.6;
    color: #000000;
}

.contact-us-8063 .form .agreement label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    transition: all 0.3s ease;
}

.contact-us-8063 .form .agreement label::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) scale(0);
    transition: all 0.3s ease;
    opacity: 0;
}

.contact-us-8063 .form .agreement input[type="checkbox"]:checked + label::before {
    background-color: rgb(172,178,189);
    border-color: rgb(172,178,189);
}

.contact-us-8063 .form .agreement input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}

.contact-us-8063 .form .agreement a {
    color: rgb(172,178,189);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

.contact-us-8063 .form .agreement a:hover {
    color: rgb(102,104,107);
    border-bottom-color: rgb(102,104,107);
}

.contact-us-8063 .form .button {
    display: inline-block;
    padding: 18px 40px;
    background-color: transparent;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid rgb(172,178,189);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1;
}

.contact-us-8063 .form .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(172,178,189);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
}

.contact-us-8063 .form .button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact-us-8063 .info {
    padding: 60px;
    background: linear-gradient(135deg, rgb(172,178,189) 0%, rgb(102,104,107) 100%);
    position: relative;
    overflow: hidden;
}

.contact-us-8063 .info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: 0;
}

.contact-us-8063 .info::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: pulse-light 10s infinite;
    z-index: 0;
}

.contact-us-8063 .info h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-us-8063 .info h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ffffff;
}

.contact-us-8063 .info .contact_info {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.contact-us-8063 .info .contact_info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    padding: 15px 0;
    transition: transform 0.3s ease;
}

.contact-us-8063 .info .contact_info li:hover {
    transform: translateX(10px);
}

.contact-us-8063 .info .contact_info li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transition: width 0.3s ease;
}

.contact-us-8063 .info .contact_info li:hover::before {
    width: 100%;
}

.contact-us-8063 .info .contact_info li::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transition: width 0.3s ease;
}

.contact-us-8063 .info .contact_info li:hover::after {
    width: 100%;
}

.contact-us-8063 .info .contact_info li svg {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-us-8063 .info .contact_info li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact-us-8063 .info .contact_info li span {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

.contact-us-8063 .info .contact_info li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.contact-us-8063 .info .contact_info li a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.contact-us-8063 .info .contact_info li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.contact-us-8063 .info .contact_info li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {
    .contact-us-8063 {
        padding: 80px 0;
    }

    .contact-us-8063 .container {
        padding: 0 20px;
    }

    .contact-us-8063 .contact_form_holder {
        grid-template-columns: 1fr;
    }

    .contact-us-8063 .form,
    .contact-us-8063 .info {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .contact-us-8063 {
        padding: 60px 0;
    }

    .contact-us-8063 h3 {
        font-size: calc(34px - 4px);
        margin-bottom: 40px;
    }

    .contact-us-8063 .form h3,
    .contact-us-8063 .info h4 {
        font-size: calc(24px - 2px);
        margin-bottom: 30px;
    }

    .contact-us-8063 .form input[type="text"],
    .contact-us-8063 .form textarea {
        padding: 15px 20px;
        margin-bottom: 20px;
    }

    .contact-us-8063 .form .button {
        padding: 15px 30px;
    }
}

@media (max-width: 576px) {
    .contact-us-8063 {
        padding: 40px 0;
    }

    .contact-us-8063 .form,
    .contact-us-8063 .info {
        padding: 30px 20px;
    }

    .contact-us-8063 h3 {
        font-size: calc(34px - 6px);
        letter-spacing: 2px;
    }

    .contact-us-8063 .form .agreement label {
        font-size: calc(14px - 3px);
    }
}.company-info-6532 {
    padding: 100px 0;
    background: rgb(207,215,230);
    font-family: Arial, sans-serif;
}

.segment-wrapper-0259 .company-info-6532 .holder {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
}

.segment-wrapper-0259 .company-info-6532 .photo {
    width: 50%;
    max-width: 600px;
    height: 300px;
    border-radius: 0;
    position: relative;
    box-shadow: inset 0 0 0 1000px rgb(102,104,107,0.5);
    margin-bottom: 20px;
}

.segment-wrapper-0259 .company-info-6532 .caption_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: #ffffff;
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.5);
    border-left: 10px solid rgb(172,178,189);
    position: relative;
    z-index: 1;
}

.segment-wrapper-0259 .company-info-6532 .style_element {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.segment-wrapper-0259 .company-info-6532 h2 {
    font-size: 33px;
    font-weight: 700;
    color: rgb(172,178,189);
    margin-bottom: 20px;
    text-align: center;
}

.segment-wrapper-0259 .company-info-6532 p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .segment-wrapper-0259 .company-info-6532 .holder {
        flex-direction: column;
    }

    .segment-wrapper-0259 .company-info-6532 .photo,
    .segment-wrapper-0259 .company-info-6532 .caption_holder {
        width: 100%;
        max-width: 100%;
    }

    .segment-wrapper-0259 .company-info-6532 .caption_holder {
        box-shadow: none;
        border-left: 0;
        border-top: 10px solid rgb(172,178,189);
    }
}

@media only screen and (max-width: 800px) {
    .segment-wrapper-0259 .company-info-6532 {
        padding: 10px;
    }

    .segment-wrapper-0259 .company-info-6532 .caption_holder {
        padding: 20px;
    }
}
.educational-rewards-9705 {
    position: relative;
    padding: 160px 0;
    background: rgb(172,178,189);
    overflow: hidden;
}

.educational-rewards-9705::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: repeating-conic-gradient(
        from 0deg,
        rgb(172,178,189) 0deg 10deg,
        rgb(172,178,189,0.5) 10deg 20deg
    );
    animation: rotateBackground 60s linear infinite;
}

@keyframes rotateBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.educational-rewards-9705 .container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
}

.educational-rewards-9705 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.educational-rewards-9705 .photo {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    position: relative;
    margin-bottom: -225px;
    border: 15px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.educational-rewards-9705 .photo::before {
    content: '';
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    border: 2px dashed #ffffff;
    opacity: 0.3;
    animation: spinSlow 30s linear infinite;
}

@keyframes spinSlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.educational-rewards-9705 .text_holder {
    background: #ffffff;
    border-radius: 23px;
    padding: 255px 60px 60px;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.educational-rewards-9705 .text_holder h2 {
    text-align: center;
    font-size: 44px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
}

.educational-rewards-9705 .text_holder h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgb(172,178,189);
}

.educational-rewards-9705 .text_holder ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.educational-rewards-9705 .text_holder ul::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(172,178,189,0.5) 20%,
        rgb(172,178,189,0.5) 80%,
        transparent
    );
}

.educational-rewards-9705 .text_holder ul li {
    position: relative;
    padding: 30px;
    background: rgb(207,215,230);
    border-radius: 10px;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.educational-rewards-9705 .text_holder ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.educational-rewards-9705 .text_holder ul li svg {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    fill: rgb(172,178,189);
    stroke: rgb(172,178,189);
    position: relative;
    z-index: 1;
}

.educational-rewards-9705 .text_holder ul li svg::after {
    content: '';
    position: absolute;
    inset: -5px;
    background: rgb(172,178,189,0.5);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.educational-rewards-9705 .text_holder ul li:hover svg::after {
    opacity: 1;
}

@media (max-width: 1200px) {
    .educational-rewards-9705 {
        padding: 140px 0;
    }

    .educational-rewards-9705 .text_holder {
        padding: 235px 50px 50px;
    }

    .educational-rewards-9705 .photo {
        width: 400px;
        height: 400px;
        margin-bottom: -200px;
    }
}

@media (max-width: 991px) {
    .educational-rewards-9705 {
        padding: 120px 0;
    }

    .educational-rewards-9705 .photo {
        width: 350px;
        height: 350px;
        margin-bottom: -175px;
        border-width: 12px;
    }

    .educational-rewards-9705 .text_holder {
        padding: 205px 40px 40px;
    }

    .educational-rewards-9705 .text_holder ul {
        gap: 30px;
    }

    .educational-rewards-9705 .text_holder ul li {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .educational-rewards-9705 {
        padding: 100px 0;
    }

    .educational-rewards-9705 .photo {
        width: 300px;
        height: 300px;
        margin-bottom: -150px;
        border-width: 10px;
    }

    .educational-rewards-9705 .text_holder {
        padding: 180px 30px 30px;
    }

    .educational-rewards-9705 .text_holder ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .educational-rewards-9705 .text_holder ul::before {
        display: none;
    }

    .educational-rewards-9705 .text_holder ul li:nth-child(odd),
    .educational-rewards-9705 .text_holder ul li:nth-child(even) {
        transform: none;
    }

    .educational-rewards-9705 .text_holder ul li:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 480px) {
    .educational-rewards-9705 {
        padding: 80px 0;
    }

    .educational-rewards-9705 .photo {
        width: 250px;
        height: 250px;
        margin-bottom: -125px;
        border-width: 8px;
    }

    .educational-rewards-9705 .text_holder {
        padding: 155px 20px 25px;
    }

    .educational-rewards-9705 .text_holder h2 {
        font-size: calc(44px * 0.8);
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    .educational-rewards-9705 .text_holder ul li {
        padding: 20px;
        font-size: calc(13px * 0.95);
    }
}.sign-up-now-0439 {
    padding: 60px 0;
    background: linear-gradient(135deg, rgb(172,178,189), rgba(0, 0, 0, 0.5));
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.sign-up-now-0439::before, .sign-up-now-0439::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(102,104,107,0.5), transparent 70%);
    border-radius: 50%;
}

.sign-up-now-0439::before {
    top: -100px;
    left: -100px;
}

.sign-up-now-0439::after {
    bottom: -100px;
    right: -100px;
}

.sign-up-now-0439 .container {
    max-width: 85%;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(102,104,107);
    border-radius: 25px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.8);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 0;
}

.sign-up-now-0439 .holder {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(172,178,189,0.5), rgb(102,104,107,0.5));
    position: relative;
    overflow: hidden;
}

.sign-up-now-0439 .holder::before,
.sign-up-now-0439 .holder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sign-up-now-0439 .holder::before {
    background: inherit;
    filter: blur(10px);
    opacity: 0.7;
    animation: ultraSlowPulse 120s ease-in-out infinite;
}

.sign-up-now-0439 .holder::after {
    background: linear-gradient(45deg, 
        transparent 0%, 
        rgb(172,178,189,0.5) 45%, 
        rgb(102,104,107,0.5) 55%, 
        transparent 100%
    );
    mix-blend-mode: overlay;
    opacity: 0.1;
    animation: subtleGlitch 180s infinite linear alternate, ultraSlowMove 240s ease-in-out infinite alternate;
}

@keyframes subtleGlitch {
    0% { transform: translate(0); }
    25% { transform: translate(-2px, 2px); }
    50% { transform: translate(-2px, -2px); }
    75% { transform: translate(2px, 2px); }
    100% { transform: translate(2px, -2px); }
}

@keyframes ultraSlowPulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 0.8; }
}

@keyframes ultraSlowMove {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

.sign-up-now-0439 .holder svg {
    padding: 15px;
    background: rgb(102,104,107,0.5);
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    z-index: 2;
}

.sign-up-now-0439 .holder svg path {
    fill: #ffffff;
}

.sign-up-now-0439 .holder h2 {
    font-size: 37px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 25px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}

.sign-up-now-0439 .holder .button {
    padding: 18px 35px;
    background: linear-gradient(45deg, rgb(102,104,107), rgb(172,178,189));
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.sign-up-now-0439 .holder .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s;
}

.sign-up-now-0439 .holder .button:hover::before {
    left: 100%;
}

@media only screen and (max-width: 1024px) {
    .sign-up-now-0439 {
        padding: 50px 0;
    }
    .sign-up-now-0439 .container {
        max-width: 95%;
        width: 95%;
    }
    .sign-up-now-0439 .holder {
        padding: 40px 20px;
    }
    .sign-up-now-0439 .holder svg {
        width: 100px;
        height: 100px;
    }
    .sign-up-now-0439 .holder h2 {
        font-size: calc(37px * 0.9);
        margin: 20px 0;
    }
    .sign-up-now-0439 .holder .button {
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 800px) {
    .sign-up-now-0439 {
        padding: 40px 0;
    }
    .sign-up-now-0439 .container {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
    }
    .sign-up-now-0439 .holder {
        padding: 30px 15px;
    }
    .sign-up-now-0439 .holder svg {
        width: 90px;
        height: 90px;
    }
    .sign-up-now-0439 .holder h2 {
        font-size: 18px;
        margin: 15px 0;
    }
    .sign-up-now-0439 .holder .button {
        padding: 12px 25px;
        font-size: 21px;
    }
}.newsletter-6839 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.newsletter-6839 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter-6839 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(102,104,107,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.newsletter-6839 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.newsletter-6839 .button {
    background: rgb(102,104,107);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.newsletter-6839 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .newsletter-6839 .holder {
        flex-direction: column;
    }

    .newsletter-6839 {
        padding: 30px 20px;
    }

    .newsletter-6839 input {
        min-width: unset;
    }

    .newsletter-6839 .button {
        flex-shrink: unset;
    }

    .newsletter-6839 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .newsletter-6839 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .segment-wrapper-0259 .newsletter-6839 .holder h2 {
        font-size: 20px;
    }
}

.segment-wrapper-0259 .newsletter-6839 {
    background: rgb(102,104,107);
    border: 2px solid rgb(172,178,189,0.5);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.segment-wrapper-0259 .newsletter-6839::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(172,178,189,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 70%);
    z-index: 1;
}

.segment-wrapper-0259 .newsletter-6839 .input_holder {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin-top: 20px;
    align-items: stretch;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.segment-wrapper-0259 .newsletter-6839 input {
    border-radius: 29px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: rgb(102,104,107);
    color: #ffffff;
    padding: 15px;
    margin: 0;
    width: auto;
    border: 2px solid rgb(172,178,189);
    font-family: Arial, sans-serif;
    font-size: 15px;
    transition: background 0.3s ease, border 0.3s ease;
}

.segment-wrapper-0259 .newsletter-6839 input:focus {
    background: rgb(172,178,189);
    border: 2px solid rgb(102,104,107);
    outline: none;
}

.segment-wrapper-0259 .newsletter-6839 h2 {
    font-size: 31px;
    color: rgb(172,178,189);
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.segment-wrapper-0259 .newsletter-6839 .button {
    border-radius: 29px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: rgb(172,178,189);
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease, border 0.3s ease;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    border: 2px solid transparent;
}

.segment-wrapper-0259 .newsletter-6839 .button:hover {
    background: rgb(172,178,189);
    border: 2px solid rgb(102,104,107);
}

@media only screen and (max-width: 800px) {
    .segment-wrapper-0259 .newsletter-6839 {
        padding: 30px;
    }

    .segment-wrapper-0259 .newsletter-6839 h2 {
        font-size: 21px;
    }

    .segment-wrapper-0259 .newsletter-6839 input {
        width: 100%;
        margin-bottom: 10px;
    }

    .segment-wrapper-0259 .newsletter-6839 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .segment-wrapper-0259 .newsletter-6839 .button {
        width: 100%;
        padding: 12px;
        text-align: center;
    }
}.thanksHub-8513 {
    background-color: rgb(207,215,230);
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.thanksHub-8513::before,
.thanksHub-8513::after {
    content: "";
    position: absolute;
    background: rgb(172,178,189,0.5);
    border-radius: 50%;
    z-index: -1;
}
.thanksHub-8513::before {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
}
.thanksHub-8513::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
}
.thanksHub-8513 .container {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(102,104,107,0.5);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.thanksHub-8513 h2 {
    font-family: Arial, sans-serif;
    font-size: 36px;
    color: rgb(172,178,189);
    font-weight: 700;
    border-bottom: 2px solid rgb(102,104,107);
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}
.thanksHub-8513 h2::before,
.thanksHub-8513 h2::after {
    content: "";
    position: absolute;
    background: rgb(102,104,107);
    height: 4px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.thanksHub-8513 h2::before {
    left: -40px;
}
.thanksHub-8513 h2::after {
    right: -40px;
}
.thanksHub-8513 p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 20px;
    text-align: justify;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(172,178,189);
}
.thanksHub-8513 .list {
    margin-top: 30px;
    padding-left: 20px;
    list-style: none;
    position: relative;
}
.thanksHub-8513 .list li {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.thanksHub-8513 .list li::before {
    content: "•";
    color: rgb(172,178,189);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
}
@media only screen and (max-width: 800px) {
    .thanksHub-8513 {
        padding: 50px 10px;
    }
    .thanksHub-8513 .container {
        padding: 30px;
    }
    .thanksHub-8513 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .thanksHub-8513 p {
        font-size: 21px;
        padding-left: 15px;
    }
    .thanksHub-8513 .list li {
        font-size: 21px;
        padding-left: 15px;
    }
    .thanksHub-8513 h2::before,
    .thanksHub-8513 h2::after {
        height: 3px;
        width: 20px;
    }
    .thanksHub-8513 p::before {
        border-left-width: 2px;
    }
}

.benefits-outline-9341 .advantages_content h2 {
    color: rgb(102,104,107);
}

.benefits-outline-9341 .advantage_item svg, .benefits-outline-9341 .advantage_item svg path {
    fill: rgb(172,178,189);
}

.benefits-outline-9341 .advantage_item p {
    color: #000000;
}

.benefits-outline-9341 .advantage_item b {
    color: rgb(172,178,189);
}

.benefits-outline-9341 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-outline-9341 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-outline-9341 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-outline-9341 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 600;
}

.benefits-outline-9341 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-outline-9341 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-outline-9341 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-outline-9341 .advantage_item svg, .benefits-outline-9341 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .segment-wrapper-0259 .benefits-outline-9341 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-outline-9341 .advantages_content h2 {
        font-size: 30px;
    }

    .benefits-outline-9341 .advantages_holder {
        flex-direction: column;
    }

    .benefits-outline-9341 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .segment-wrapper-0259 .benefits-outline-9341 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.segment-wrapper-0259 .benefits-outline-9341 .advantages_content h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.segment-wrapper-0259 .benefits-outline-9341 .advantage_item {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: unset;
    min-height: unset;
    margin-bottom: 5px;
    padding-left: 0;
}

.segment-wrapper-0259 .benefits-outline-9341 .advantages_holder {
    flex-wrap: wrap;
}

.segment-wrapper-0259 .benefits-outline-9341 .advantage_item svg, .segment-wrapper-0259 .benefits-outline-9341 .advantage_item svg path, .segment-wrapper-0259 .benefits-outline-9341 .advantage_item img {
    fill: #ffffff;
    width: 32px;
    height: 32px;
}

.segment-wrapper-0259 .benefits-outline-9341 .advantage_item .advantage_image {
    padding: 10px;
    border-radius: 50%;
    background: rgb(172,178,189);
    margin-right: 20px;
    display: flex;
    flex-shrink: 0;
}

.segment-wrapper-0259 .benefits-outline-9341 .advantages_content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .segment-wrapper-0259 .benefits-outline-9341 .advantage_item {
        width: 100%;
    }

    .segment-wrapper-0259 .benefits-outline-9341 .advantages_content {
        padding: 20px;
    }
}.plan-container-6850 {
    position: relative;
    overflow: hidden;
    background: rgb(207,215,230);
    padding: 100px 0;
}

.plan-container-6850 .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: 1;
}
.plan-container-6850 .price_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding-right: 5vw;
    position: relative;
    z-index: 2;
}

.plan-container-6850 .price_holder h2 {
    font-size: 38px;
    color: rgb(172,178,189);
    margin: 20px 0;
    text-align: right;
    width: 100%;
}

.plan-container-6850 .price_section_description {
    font-size: 13px;
    color: #000000;
    max-width: 60%;
    text-align: right;
    margin-bottom: 50px;
}

.plan-container-6850 .price_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 30px;
    width: 100%;
    padding-right: 5vw;
}

.plan-container-6850 .price_card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    width: calc(33.333% - 20px);
    min-width: 250px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    transform: skew(-5deg);
}

.plan-container-6850 .price_card:hover {
    transform: skew(-5deg) translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.plan-container-6850 .price_card h3 {
    font-size: 21px;
    color: #000000;
    margin-bottom: 20px;
    transform: skew(5deg);
}

.plan-container-6850 .price_card .price_amount {
    font-size: 39px;
    color: rgb(172,178,189);
    font-weight: 700;
    margin-bottom: 30px;
    transform: skew(5deg);
}

.plan-container-6850 .price_card p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 30px;
    transform: skew(5deg);
}

.plan-container-6850 .price_card .button {
    display: inline-block;
    padding: 12px 24px;
    background: rgb(172,178,189);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.3s ease;
    transform: skew(5deg);
}

.plan-container-6850 .price_card .button:hover {
    background: rgb(102,104,107);
}

@media (max-width: 100px) {
    .plan-container-6850 .photo {
        width: 50%;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    }
    .plan-container-6850 .container {
        padding-left: 30%;
    }
    .plan-container-6850 .price_holder {
        padding-right: 3vw;
    }
    .plan-container-6850 .price_section_description {
        max-width: 80%;
    }
    .plan-container-6850 .price_cards {
        padding-right: 3vw;
    }
    .plan-container-6850 .price_card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 1200px) {
    .plan-container-6850 .photo {
        width: 100%;
        height: 300px;
        clip-path: none;
        position: relative;
    }
    .plan-container-6850 .container {
        padding-left: 20px;
    }
    .plan-container-6850 .price_holder {
        padding-right: 20px;
    }
    .plan-container-6850 .price_section_description {
        max-width: 100%;
    }
    .plan-container-6850 .price_cards {
        padding-right: 20px;
    }
    .plan-container-6850 .price_card {
        width: 100%;
        transform: none;
    }
    .plan-container-6850 .price_card:hover {
        transform: translateY(-10px);
    }
    .plan-container-6850 .price_card h3,
    .plan-container-6850 .price_card .price_amount,
    .plan-container-6850 .price_card p,
    .plan-container-6850 .price_card .button {
        transform: none;
    }
}.course-details-1350 {
    padding: 100px 0;
    background: rgb(207,215,230);
    position: relative;
    overflow: hidden;
}

@keyframes neonGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgb(172,178,189), 0 0 30px rgb(172,178,189), 0 0 40px rgb(172,178,189), 0 0 50px rgb(172,178,189), 0 0 60px rgb(172,178,189);
    }
    50% {
        box-shadow: 0 0 10px rgb(172,178,189), 0 0 20px rgb(172,178,189), 0 0 30px rgb(172,178,189), 0 0 40px rgb(172,178,189);
    }
}

.course-details-1350 h2 {
    color: rgb(172,178,189);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    animation: neonGlow 1.5s infinite alternate;
}

.course-details-1350 .content {
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.course-details-1350 h3 {
    color: #000000;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.course-details-1350 p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.course-details-1350 .button {
    background: rgb(102,104,107);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.course-details-1350 .button:hover {
    background: rgb(172,178,189);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgb(172,178,189);
}

.course-details-1350 .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-15deg);
    transition: left 0.5s;
}

.course-details-1350 .button:hover::before {
    left: 125%;
}

.course-details-1350 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.course-details-1350 .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.course-details-1350 .course {
    padding: 20px;
    max-width: 100%;
    flex: 1;
    margin: 0 10px;
}

.course-details-1350 .photo {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.course-details-1350 .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: overlay;
}

.course-details-1350 .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

@media only screen and (max-width: 800px) {
    .course-details-1350 {
        padding: 60px 0;
    }
    .course-details-1350 h2 {
        font-size: 38px;
    }
    .course-details-1350 h3 {
        font-size: 23px;
    }
    .course-details-1350 .course {
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }
    .course-details-1350 .items {
        flex-direction: column;
        padding: 0;
    }
    .course-details-1350 .photo {
        height: 250px;
    }
}

.segment-wrapper-0259 .course-details-1350 .container {
    width: 100%;
    padding: 0;
}

.segment-wrapper-0259 .course-details-1350 .items {
    width: 100%;
}

.segment-wrapper-0259 .course-details-1350 .items .course {
    padding: 0;
    width: 100%;
}

.segment-wrapper-0259 .course-details-1350 .photo {
    height: 300px;
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    background-position: 50% 50% !important;
}

.segment-wrapper-0259 .course-details-1350 .course .content {
    border-radius: 0 !important;
    box-shadow: none;
    background: rgb(207,215,230);
}

.segment-wrapper-0259 .course-details-1350 .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
    background: none;
    padding: 20px;
}

.segment-wrapper-0259 .course-details-1350 p {
    margin-top: 20px;
    text-align: center;
}

.segment-wrapper-0259 .course-details-1350 .button {
    margin-top: 30px;
    width: fit-content;
}

.segment-wrapper-0259 .course-details-1350 h3 {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .course-details-1350 h2 {
        font-size: 23px;
    }
    .course-details-1350 h3 {
        font-size: 19px;
    }
    .course-details-1350 .photo {
        height: 200px;
    }
    .segment-wrapper-0259 .course-details-1350 .course .content {
        padding: 20px;
    }
}
