* {
    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;
}
.wrapper-segment-7 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(238,244,237);
}
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;
    }
}.course-summary-6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(19,64,116);
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.course-summary-6 h2 {
    color: rgb(141,169,196);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.course-summary-6 .content {
    overflow: hidden;
    box-shadow: 0 0 20px rgb(141,169,196,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.course-summary-6 .photo {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.3s ease;
}
.course-summary-6 .text_holder {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.course-summary-6 h3 {
    color: rgb(19,64,116);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.course-summary-6 p {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}
.course-summary-6 .button {
    background: rgb(141,169,196);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}
.course-summary-6 .button:hover {
    background: rgb(19,64,116);
    transform: translateY(-5px);
}
.course-summary-6 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.course-summary-6 .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.course-summary-6 .course {
    width: 100%;
    margin-bottom: 40px;
    background: rgb(238,244,237);
}
@media only screen and (max-width: 600px) {
    .course-summary-6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .course-summary-6 .content {
        flex-direction: column;
        width: 100%;
    }
    .course-summary-6 .photo {
        width: 100%;
        height: 200px;
    }
    .course-summary-6 h2 {
        font-size: 28px;
    }
    .course-summary-6 h3 {
        font-size: 19px;
    }
}
.wrapper-segment-7 .course-summary-6 {
    position: relative;
    overflow: hidden;
}
.wrapper-segment-7 .course-summary-6 .items {
    width: 100%;
}
.wrapper-segment-7 .course-summary-6 .content {
    box-shadow: none;
    display: flex;
    align-items: stretch;
}
.wrapper-segment-7 .course-summary-6 .photo {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    background-position: center !important;
}
.wrapper-segment-7 .course-summary-6 .text_holder {
    position: relative;
    z-index: 3;
    background: none;
    width: 100%;
    min-height: unset;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    color: #ffffff;
    border: none;
}
.wrapper-segment-7 .course-summary-6 h3 {
    font-size: 28px;
    font-weight: 700;
    color: rgb(19,64,116);
    margin: 0;
}
.wrapper-segment-7 .course-summary-6 p {
    padding: 0 40px 0 0;
    margin-top: 20px;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
}
.wrapper-segment-7 .course-summary-6 .button {
    margin-top: 40px;
    display: inline-block;
    padding: 15px 40px;
    background: rgb(141,169,196);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 10px;
    border: none;
    transition: background 0.3s ease, transform 0.3s ease;
}
.wrapper-segment-7 .course-summary-6 .button:hover {
    background: rgb(19,64,116);
    transform: translateY(-5px);
}
@media only screen and (max-width: 800px) {
    .wrapper-segment-7 .course-summary-6 .text_holder {
        width: 100%;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wrapper-segment-7 .course-summary-6 p {
        padding: 0;
        font-size: 13px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .wrapper-segment-7 .course-summary-6 h3 {
        font-size: 18px;
    }
    .wrapper-segment-7 .course-summary-6 .button {
        margin-top: 20px;
    }
    .wrapper-segment-7 .course-summary-6 .photo {
        height: 300px;
    }
}footer {
    background: rgb(19,64,116);
    color: #ffffff;
    padding: 60px 0;
    font-family: Arial, sans-serif;
}
footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .footer_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(141,169,196,0.5);
    padding-bottom: 40px;
}
footer .logo_holder {
    flex: 1;
    text-align: center;
    margin-bottom: 20px;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 100px;
    width: auto;
    fill: rgb(141,169,196);
}
footer .menu {
    flex: 2;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
}
footer .menu h5 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(141,169,196);
    margin-bottom: 15px;
}
footer .menu_holder {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}
footer .menu a:hover {
    color: rgb(141,169,196);
}
footer .contact_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
    margin-bottom: 20px;
}
footer .contact_info h5 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(141,169,196);
    margin-bottom: 15px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: row-reverse;
}
footer .contact_info div svg {
    width: 24px;
    height: 24px;
    fill: rgb(141,169,196);
    margin-left: 10px;
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 16px;
    text-align: right;
}
footer .footer_agreement {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
footer .copyright {
    background: rgb(141,169,196,0.5);
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid rgb(141,169,196);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 12px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
}
footer .copyright_info a:hover {
    color: rgb(141,169,196);
}
@media (max-width: 992px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .logo_holder, footer .menu, footer .contact_info {
        margin-bottom: 30px;
        align-items: center;
    }
    footer .menu_holder {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 576px) {
    footer .contact_info div {
        flex-direction: column;
        align-items: center;
    }
    footer .contact_info div svg {
        margin-bottom: 5px;
        margin-left: 0;
    }
}
.mentorship-experience-3 {
    background: radial-gradient(circle, rgba(rgb(238,244,237), 0.9), rgba(rgb(141,169,196), 0.1));
    padding: 60px 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 8px; 
}
.mentorship-experience-3 .container {
    max-width: 1200px;
    margin: 0 auto;
}
.mentorship-experience-3 .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(rgb(141,169,196), 0.1), rgba(rgb(19,64,116), 0.2));
    border: 1px solid #000000;
    box-shadow: 0 4px 10px rgba(#000000, 0.3);
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
    transition: box-shadow 0.3s ease, background 0.3s ease;
}
.mentorship-experience-3 .review::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed rgb(141,169,196);
    pointer-events: none; 
    z-index: 0;
    opacity: 0.5;
}
.mentorship-experience-3 .review .photo {
    width: 130px;
    height: 130px;
    background-size: cover;
    border: 3px solid #000000;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s ease, border 0.3s ease;
}
.mentorship-experience-3 .review .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), transparent);
    transition: opacity 0.3s ease;
}
.mentorship-experience-3 .worker_description {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.mentorship-experience-3 .worker_description::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: rgb(141,169,196);
    transition: width 0.3s ease;
}
.mentorship-experience-3 .worker_description p.name {
    font-size: 45px;
    font-weight: 700;
    color: rgb(141,169,196);
    margin: 0;
    transition: color 0.3s ease;
}
.mentorship-experience-3 .worker_description p.job {
    font-size: 21px;
    color: #000000;
    margin: 5px 0 0;
}
.mentorship-experience-3 .worker_info {
    text-align: center;
    border-top: 2px solid rgb(141,169,196,0.5);
    padding-top: 10px;
    position: relative;
    z-index: 1;
}
.mentorship-experience-3 .worker_info::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: rgb(19,64,116);
    border-radius: 2px;
}
.mentorship-experience-3 .worker_info p.quote {
    font-size: 17px;
    font-style: italic;
    color: rgb(19,64,116);
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgb(19,64,116,0.5);
}
.mentorship-experience-3 .worker_info p.story {
    font-size: 17px;
    color: #000000;
    margin: 10px 0 0;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.mentorship-experience-3 .review {
    animation: fadeInUp 1s ease-out;
}
@media only screen and (max-width: 800px) {
    .mentorship-experience-3 .review {
        padding: 15px;
        margin-bottom: 20px;
    }
    .mentorship-experience-3 .review .photo {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }
    .mentorship-experience-3 .worker_description {
        margin-bottom: 15px;
    }
    
    .mentorship-experience-3 .worker_info {
        padding-top: 15px;
    }
}
header .main_header {
    background: rgb(238,244,237);
    color: #ffffff;
    width: 100%;
    padding: 10px 0;
    position: relative;
    border-bottom: 2px solid rgb(141,169,196);
    z-index: 10;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-radius: 21px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header .logo_holder {
    display: flex;
    align-items: center;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
header .logo_holder .logotype svg:hover, header .logo_holder .logotype img:hover {
    filter: grayscale(0%);
}
header .menu {
    display: flex;
    gap: 20px;
}
header .menu a {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    background: rgb(141,169,196,0.5);
    transition: background 0.3s ease;
}
header .menu a:hover {
    background: rgb(141,169,196);
}
header .menu a.active {
    color: #ffffff;
    background: rgb(19,64,116);
    border: 2px solid rgb(19,64,116);
}
header .menu a.active:hover {
    background: rgb(141,169,196);
    border-color: rgb(141,169,196);
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }
    header .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        border-radius: 21px;
        padding: 10px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    header .menu a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
    }
    header .menu.opened {
        display: flex;
    }
    header .logo_holder {
        width: 100%;
        justify-content: center;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
        margin: 0;
    }
}
.wrapper-segment-7 header .main_header {
    border-bottom: 2px solid rgb(141,169,196);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wrapper-segment-7 header .header_content {
    border-radius: 21px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wrapper-segment-7 header .logo_holder .logotype svg, .wrapper-segment-7 header .logo_holder .logotype img {
    width: 60px;
    height: 60px;
}
.wrapper-segment-7 header .menu a {
    font-weight: 700;
    font-size: 18px;
}
@media only screen and (max-width: 800px) {
    .wrapper-segment-7 header .logo_holder .logotype svg, .wrapper-segment-7 header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
    }
    .wrapper-segment-7 header .menu {
        padding-top: 30px;
        border-radius: 21px;
        align-items: center;
        box-shadow: none;
    }
    .wrapper-segment-7 header .header_content {
        padding: 10px;
    }
}.contact-us-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-us-1 h3 {
    color: rgb(19,64,116);
}

.contact-us-1 .form {
    background: rgb(238,244,237);
    border-radius: 10px;
}

.contact-us-1 .info svg, .contact-us-1 .info svg path {
    fill: rgb(141,169,196);
}

.contact-us-1 .info .contact_info h5 {
    color: rgb(141,169,196);
}

.contact-us-1 .info span {
    color: #000000;
}

.contact-us-1 .info .contact_info svg, .contact-us-1 .info .contact_info svg path {
    fill: #000000;
}

.contact-us-1 form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact-us-1 form .button {
    background: rgb(19,64,116);
    color: #ffffff;
    border-radius: 100px;
}

.contact-us-1 form .button:hover {
    background: rgb(141,169,196);
}


.contact-us-1 .holder {
    display: flex;
}

.contact-us-1 .holder > div {
    width: 50%;
    padding: 40px;
}

.contact-us-1 .form {

}

.contact-us-1 .form form {
    display: flex;
    flex-direction: column;
}

.contact-us-1 h3 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact-us-1 .info {
    padding-top: 40px;
}

.contact-us-1 form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact-us-1 form .button {
    font-weight: 400;
    cursor: pointer;
}

.contact-us-1 .info .contact_info h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-us-1 .info svg, .contact-us-1 .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact-us-1 .info span {
    font-size: 13px;
}

.contact-us-1 .logo_holder {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.contact-us-1 .logo_holder svg, .contact-us-1 .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.contact-us-1 .info .contact_info span {
    font-weight: 300;
}

.contact-us-1 .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact-us-1 .name_holder {
    display: flex;
    justify-content: space-between;
}

.contact-us-1 .name_holder #surname {
    margin-left: 24px;
}

.contact-us-1 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-us-1 .agree label {
    display: block;
}

.contact-us-1 .agree a {
    margin-left: 5px;
    color: rgb(141,169,196);
}

.contact-us-1 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact-us-1 .holder {
        flex-direction: column;
    }

    .contact-us-1 .holder > div {
        width: 100%;
    }

    .contact-us-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-us-1 h3 {
        font-size: 30px;
    }
}

.wrapper-segment-7 .contact-us-1 {
    background: rgb(238,244,237);
}

.wrapper-segment-7 .contact-us-1 .holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.wrapper-segment-7 .contact-us-1 .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrapper-segment-7 .contact-us-1 .holder > div {
    width: 100%;
    border-radius: 0 !important;
}

.wrapper-segment-7 .contact-us-1 .holder .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.wrapper-segment-7 .contact-us-1 .holder .form {
    background: #ffffff;
}

.wrapper-segment-7 .contact-us-1 h3 {

    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid rgb(19,64,116,0.5);
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.wrapper-segment-7 .contact-us-1 h3::after {
    content: "";
    position: absolute;
    width: 30%;
    border-bottom: 3px solid rgb(141,169,196);
    bottom: -1px;
}

.wrapper-segment-7 .contact-us-1 .info .contact_info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    justify-content: space-around;
}

.wrapper-segment-7 .contact-us-1 .info .contact_info svg, .wrapper-segment-7 .contact-us-1 .info .contact_info svg path {
    padding: 10px;
    background: rgb(141,169,196,0.5);
    fill: rgb(141,169,196);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 16px;
    flex-shrink: 0;
}

.wrapper-segment-7 .contact-us-1 .info .contact_info > div {
    width: 33%;
    margin: 0;
}

.wrapper-segment-7 .contact-us-1 form input {
    border: 1px solid rgb(19,64,116,0.5);
}

.wrapper-segment-7 .contact-us-1 .agree a {
    color: rgb(141,169,196);
}

.wrapper-segment-7 .contact-us-1 form .button {
    width: fit-content;
    padding: 10px 30px;
    align-self: center;
    margin-bottom: 0;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .wrapper-segment-7 .contact-us-1 .holder > div {
        width: 100%;
    }

    .wrapper-segment-7 .contact-us-1 .holder {
        flex-direction: column;
    }

    .wrapper-segment-7 .contact-us-1 .info .contact_info > div:nth-child(3) {
        margin-bottom: 24px;
    }

    .wrapper-segment-7 .contact-us-1 .info .contact_info {
        flex-direction: column;
    }

    .wrapper-segment-7 .contact-us-1 .info .contact_info > div {
        width: 100%;
        margin-bottom: 24px;
    }

    .wrapper-segment-7 .contact-us-1 .info .contact_info > div:last-child {
        margin-bottom: 0;
    }
}.title-section-5 .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.title-section-5 .style_element h1 {
    color: rgb(19,64,116);
}

.title-section-5 .style_element h3 {
    color: rgb(19,64,116);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.title-section-5 .style_element p {
    color: #000000;
    text-align: right;
}

.title-section-5 {
    width: 100%;
}

.title-section-5 .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.title-section-5 .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    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;
}

.title-section-5 .style_element h1 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.title-section-5 .style_element p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .title-section-5 .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .title-section-5 .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;
    }

    .title-section-5 .style_element h1 {
        font-size: 18px;
    }

    .title-section-5 .style_element h3 {
        font-size: 16px;
    }

    .title-section-5 .style_element p {
        font-size: 14px;
    }


}

.wrapper-segment-7 .title-section-5 .style_element {
    position: static;
    background: none;
    clip-path: none;
    padding: 30px;
    padding-left: calc(50% - 600px);
    justify-content: center;
    align-items: flex-start;
}

.wrapper-segment-7 .title-section-5 .title_page_holder {
    min-height: unset;
    padding-top: 80px;
    padding-bottom: 80px;
}

.wrapper-segment-7 .title-section-5 .style_element h1 {
    text-align: left;
    font-size: 36px;
    color: #ffffff;
    background: rgb(141,169,196);
    padding: 15px 35px;
    margin: 0;
    max-width: 50%;
}

.wrapper-segment-7 .title-section-5 .style_element h3 {
    text-align: left;
    font-size: 26px;
    color: #ffffff;
    background: rgb(19,64,116);
    padding: 15px 35px;
    margin: 0;
    margin-left: 40px;
    max-width: 50%;
}

.wrapper-segment-7 .title-section-5 .style_element p {
    text-align: left;
    font-size: 26px;
    color: #ffffff;
    background: rgb(141,169,196,0.5);
    padding: 15px 35px;
    margin: 0;
    margin-left: 80px;
    max-width: 50%;

}

@media only screen and (max-width: 1200px) {
    .wrapper-segment-7 .title-section-5 .style_element {
        padding: 30px;
        height: 400px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-segment-7 .title-section-5 .style_element {
        padding: 30px;
        height: 400px;
    }

    .wrapper-segment-7 .title-section-5 .style_element h1,
    .wrapper-segment-7 .title-section-5 .style_element h3,
    .wrapper-segment-7 .title-section-5 .style_element p {
        max-width: unset;
        width: 100%;
        margin-left: 0;
        font-size: 24px;
        text-align: center;
    }

    .wrapper-segment-7 .title-section-5 .title_page_holder {
        padding: 0;
    }
}
.benefits-5 .advantages_content h2 {
    color: rgb(19,64,116);
}

.benefits-5 .advantage_item svg, .benefits-5 .advantage_item svg path {
    fill: rgb(141,169,196);
}

.benefits-5 .advantage_item p {
    color: #000000;
}

.benefits-5 .advantage_item b {
    color: rgb(141,169,196);
}

.benefits-5 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-5 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-5 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-5 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
}

.benefits-5 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-5 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-5 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-5 .advantage_item svg, .benefits-5 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-segment-7 .benefits-5 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-5 .advantages_content h2 {
        font-size: 30px;
    }

    .benefits-5 .advantages_holder {
        flex-direction: column;
    }

    .benefits-5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-segment-7 .benefits-5 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-segment-7 .benefits-5 .advantage_image {
    background: rgb(141,169,196,0.5);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
    padding: 36px 20px;
    padding-top: 20px;
    border-radius: 5px;
}

.wrapper-segment-7 .benefits-5 .advantage_item svg, .wrapper-segment-7 .benefits-5 .advantage_item svg path, .wrapper-segment-7 .benefits-5 .advantage_item img {
    fill: #ffffff;
    width: 70px;
    height: 70px;
}

.wrapper-segment-7 .benefits-5 .advantages_content h4 {
    margin-top: 40px;
    font-size: 26px;
    font-weight: 700;
    text-transform: unset;
}

.wrapper-segment-7 .benefits-5 .advantage_item {
    border-radius: 0 !important;
    box-shadow: -10px 0px 20px -20px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
}

.wrapper-segment-7 .benefits-5 .advantage_item:nth-child(2) .advantage_image {

    background: rgb(141,169,196);
}

.wrapper-segment-7 .benefits-5 .advantage_item:nth-child(3) .advantage_image {
    background: rgb(19,64,116,0.5);

}

.wrapper-segment-7 .benefits-5 .advantage_item:nth-child(4) .advantage_image {
    background: rgb(19,64,116);
}

@media only screen and (max-width: 800px) {
    .wrapper-segment-7 .benefits-5 .advantage_item {
        box-shadow: 0px 10px 20px -20px rgba(0, 0, 0, 0.3);
    }
}.privacy-lock-3 {
    background-color: rgb(238,244,237);
    padding: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}
.privacy-lock-3 h1 {
    font-size: 46px;
    color: #000000;
    font-weight: 700;
    margin: 20px 0;
}
.privacy-lock-3 h2 {
    font-size: 37px;
    color: rgb(141,169,196);
    font-weight: 600;
    margin: 15px 0;
}
.privacy-lock-3 h3, .privacy-lock-3 h4, .privacy-lock-3 h5, .privacy-lock-3 h6 {
    margin: 1rem 0;
}
.privacy-lock-3 ul {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0;
}
.privacy-lock-3 ul li {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
}
.privacy-lock-3 div {
    margin-top: 30px;
}
@media only screen and (max-width: 800px) {
    .privacy-lock-3 {
        padding: 30px;
    }
    .privacy-lock-3 h1 {
        font-size: 37px;
    }
    .privacy-lock-3 h2 {
        font-size: 21px;
    }
}header .top_plank {
    background: rgb(141,169,196);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 13px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.wrapper-segment-7 .our-team-8 {
    background: rgb(238,244,237);
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wrapper-segment-7 .our-team-8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(141,169,196,0.5);
    z-index: -1;
}

.wrapper-segment-7 .our-team-8 .holder {
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper-segment-7 .our-team-8 .caption_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 500px;
    background: rgb(19,64,116,0.5);
    border-radius: 11px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    overflow: hidden;
}

.wrapper-segment-7 .our-team-8 .photo {
    flex: 1 1 40%;
    max-width: 40%;
    height: 0;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    border-radius: 11px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
}

.wrapper-segment-7 .our-team-8 .style_element {
    flex: 1 1 55%;
    background: rgb(141,169,196);
    padding: 40px;
    border-radius: 11px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 368px;
}

.wrapper-segment-7 .our-team-8 h2 {
    color: #ffffff;
    margin-top: 0;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.wrapper-segment-7 .our-team-8 p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .wrapper-segment-7 .our-team-8 .photo {
        max-width: 50%;
        padding-bottom: 75%;
    }

    .wrapper-segment-7 .our-team-8 .style_element {
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-segment-7 .our-team-8 .holder {
        padding: 0;
    }
    .wrapper-segment-7 .our-team-8 .caption_holder {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .wrapper-segment-7 .our-team-8 .photo {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .wrapper-segment-7 .our-team-8 h2 {
        font-size: 19px;
    }

    .wrapper-segment-7 .our-team-8 p {
        font-size: 18px;
    }
}.program-assets-0 {
    position: relative;
    padding: 180px 0;
    background: rgb(238,244,237);
    overflow: hidden;
}

.program-assets-0::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgb(141,169,196,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(141,169,196,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.1;
    transform: perspective(1000px) rotateX(60deg) translateY(-100px);
    transform-origin: top;
}

.program-assets-0::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 0% 0%, rgb(141,169,196,0.5) 0%, transparent 40%),
        radial-gradient(circle at 100% 100%, rgb(19,64,116,0.5) 0%, transparent 40%);
    mix-blend-mode: screen;
}

.program-assets-0 .container {
    position: relative;
    z-index: 2;
}

.program-assets-0 .holder {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    padding: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.program-assets-0 .holder::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, 
        rgb(141,169,196), 
        rgb(19,64,116), 
        rgb(141,169,196)
    );
    border-radius: calc(20px + 2px);
    z-index: -1;
    opacity: 0.3;
    animation: borderFlow 8s linear infinite;
    background-size: 200% 200%;
}

.program-assets-0 h3 {
    grid-column: 3 / 11;
    text-align: center;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border-radius: 10px;
    transform: translateY(30px);
    opacity: 0;
    animation: titleReveal 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.program-assets-0 .content_holder {
    grid-column: 1 / -1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    padding: 40px;
    min-height: 600px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

.program-assets-0 .content_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    border-radius: 20px;
}

.program-assets-0 .content_holder > div {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    position: relative;
}

.program-assets-0 .content_holder p {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 35px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
}

.program-assets-0 .content_holder p:nth-child(4n+1) {
    grid-column: 1 / 8;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.program-assets-0 .content_holder p:nth-child(4n+2) {
    grid-column: 8 / -1;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.2s forwards;
}

.program-assets-0 .content_holder p:nth-child(4n+3) {
    grid-column: 1 / 5;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.4s forwards;
}

.program-assets-0 .content_holder p:nth-child(4n) {
    grid-column: 5 / -1;
    animation: cardReveal 0.8s cubic-bezier(0.2, 1, 0.3, 1) 0.6s forwards;
}

.program-assets-0 .content_holder p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, 0% 0, 0% 0);
    transition: clip-path 0.6s ease;
}

.program-assets-0 .content_holder p:hover::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.program-assets-0 .content_holder p::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-right: 2px solid rgb(19,64,116);
    border-bottom: 2px solid rgb(19,64,116);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.program-assets-0 .content_holder p:hover::after {
    opacity: 1;
}

@keyframes borderFlow {
    0% { background-position: 0 0; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0 0; }
}

@keyframes titleReveal {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes cardReveal {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1400px) {
    .program-assets-0 {
        padding: 140px 0;
    }

    .program-assets-0 h3 {
        grid-column: 2 / 12;
    }
}

@media (max-width: 1200px) {
    .program-assets-0 {
        padding: 120px 0;
    }

    .program-assets-0 h3 {
        grid-column: 1 / -1;
        font-size: calc(42px * 0.9);
        padding: 30px;
    }

    .program-assets-0 .content_holder p:nth-child(4n+1) {
        grid-column: 1 / -1;
    }

    .program-assets-0 .content_holder p:nth-child(4n+2) {
        grid-column: 1 / -1;
    }

    .program-assets-0 .content_holder p:nth-child(4n+3) {
        grid-column: 1 / 7;
    }

    .program-assets-0 .content_holder p:nth-child(4n) {
        grid-column: 7 / -1;
    }
}

@media (max-width: 992px) {
    .program-assets-0 {
        padding: 100px 0;
    }

    .program-assets-0 .holder {
        padding: 20px;
    }

    .program-assets-0 .content_holder {
        padding: 30px;
    }

    .program-assets-0 h3 {
        font-size: calc(42px * 0.8);
        padding: 25px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .program-assets-0 {
        padding: 80px 0;
    }

    .program-assets-0 .content_holder {
        padding: 20px;
    }

    .program-assets-0 .content_holder p:nth-child(4n+3),
    .program-assets-0 .content_holder p:nth-child(4n) {
        grid-column: 1 / -1;
    }

    .program-assets-0 .content_holder p {
        padding: 25px;
    }

    .program-assets-0 h3 {
        font-size: calc(42px * 0.7);
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .program-assets-0 {
        padding: 60px 0;
    }

    .program-assets-0 .holder {
        padding: 15px;
    }

    .program-assets-0 .content_holder {
        padding: 15px;
        min-height: 500px;
    }

    .program-assets-0 h3 {
        font-size: calc(42px * 0.6);
        padding: 15px;
        margin-bottom: 30px;
    }

    .program-assets-0 .content_holder p {
        padding: 20px;
        font-size: calc(15px * 0.9);
    }
}.pricing-card-set-2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,244,237), rgb(141,169,196,0.5));
    padding: 150px 0;
}

.pricing-card-set-2 .photo {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
    filter: blur(5px);
}
.pricing-card-set-2 .price_holder {
    text-align: center;
    position: relative;
    z-index: 2;
}

.pricing-card-set-2 .price_holder h2 {
    font-size: 48px;
    color: #000000;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
}

.pricing-card-set-2 .price_holder h2::before,
.pricing-card-set-2 .price_holder h2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 2px;
    background: rgb(19,64,116);
}

.pricing-card-set-2 .price_holder h2::before {
    left: -60px;
}

.pricing-card-set-2 .price_holder h2::after {
    right: -60px;
}

.pricing-card-set-2 .price_section_description {
    font-size: 20px;
    color: #000000;
    max-width: 700px;
    margin: 0 auto 80px;
    line-height: 1.8;
}

.pricing-card-set-2 .price_cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    perspective: 1000px;
}

.pricing-card-set-2 .price_card {
    flex: 1;
    background: #ffffff;
    border-radius: 15px 15px 100px 15px;
    padding: 20px 20px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.pricing-card-set-2 .price_card:nth-child(odd) {
    transform: rotateY(-15deg);
}

.pricing-card-set-2 .price_card:nth-child(even) {
    transform: rotateY(15deg);
}

.pricing-card-set-2 .price_card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(19,64,116,0.5), transparent 70%);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.pricing-card-set-2 .price_card:hover {
    transform: rotateY(0) scale(1.05);
    z-index: 10;
}

.pricing-card-set-2 .price_card:hover::before {
    opacity: 1;
}

.pricing-card-set-2 .price_card h3 {
    font-size: 22px;
    color: rgb(141,169,196);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.pricing-card-set-2 .price_card h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background: rgb(19,64,116);
    transition: width 0.3s ease;
}

.pricing-card-set-2 .price_card:hover h3::after {
    width: 100%;
}

.pricing-card-set-2 .price_amount {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.pricing-card-set-2 .price_amount::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: rgb(19,64,116,0.5);
    border-radius: 50%;
    z-index: -1;
}

.pricing-card-set-2 .price_card p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.pricing-card-set-2 .price_card .button {
    display: inline-block;
    padding: 15px 40px;
    background: rgb(141,169,196);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pricing-card-set-2 .price_card .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(19,64,116);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: -1;
}

.pricing-card-set-2 .price_card .button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pricing-card-set-2 .price_card .button:hover::before {
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .pricing-card-set-2 {
        padding: 100px 0;
    }

    .pricing-card-set-2 .price_cards {
        flex-wrap: wrap;
        gap: 30px;
    }

    .pricing-card-set-2 .price_card {
        flex-basis: calc(50% - 20px);
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .pricing-card-set-2 {
        padding: 80px 0;
    }

    .pricing-card-set-2 .price_holder h2 {
        font-size: calc(28px * 0.9);
    }

    .pricing-card-set-2 .price_section_description {
        font-size: calc(16px * 0.95);
        margin-bottom: 60px;
    }

    .pricing-card-set-2 .price_cards {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .pricing-card-set-2 .price_card {
        width: 100%;
        transform: none !important;
    }
}
.thanksUnit-9 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 40px 20px;
}
.thanksUnit-9 .container {
    width: 80%;
    max-width: 900px;
    background: rgb(238,244,237);
    padding: 60px 40px;
    border-radius: 10px;
    border: 1px solid rgb(141,169,196);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thanksUnit-9 h2 {
    font-size: 33px;
    font-weight: 700;
    color: rgb(141,169,196);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(141,169,196);
    padding-bottom: 10px;
    width: 100%;
}
.thanksUnit-9 p {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    margin-top: 20px;
    width: 100%;
    text-align: left;
}
.thanksUnit-9 .container::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: -1;
    background: rgb(19,64,116,0.5);
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .thanksUnit-9 {
        padding: 20px 0;
    }
    .thanksUnit-9 .container {
        width: 90%;
        padding: 30px 20px;
    }
    .thanksUnit-9 h2 {
        font-size: 18px;
    }
    .thanksUnit-9 p {
        font-size: 15px;
    }
}
