* {
    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-capsule_F {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(204,211,204);
}
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;
    }
}
.advantages_summary_W .advantages_content h2 {
    color: rgb(20,77,97);
}

.advantages_summary_W .advantage_item svg, .advantages_summary_W .advantage_item svg path {
    fill: rgb(153,167,153);
}

.advantages_summary_W .advantage_item p {
    color: #000000;
}

.advantages_summary_W .advantage_item b {
    color: rgb(153,167,153);
}

.advantages_summary_W {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_summary_W .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_summary_W .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_summary_W .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 34px;
    font-weight: 600;
}

.advantages_summary_W .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_summary_W .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_summary_W .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_summary_W .advantage_item svg, .advantages_summary_W .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-capsule_F .advantages_summary_W .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_summary_W .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_summary_W .advantages_holder {
        flex-direction: column;
    }

    .advantages_summary_W {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-capsule_F .advantages_summary_W .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-capsule_F .advantages_summary_W {
    position: relative;
    background: color-mix(in srgb, rgb(20,77,97) 60%, #000000);
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.wrapper-capsule_F .advantages_summary_W::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 255, 255, 0.2), transparent 70%);
    transform: translateX(-50%);
    z-index: 0;
}

.wrapper-capsule_F .advantages_summary_W .advantages_content {
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-align: center;
}

.wrapper-capsule_F .advantages_summary_W .advantages_content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7);
}

.wrapper-capsule_F .advantages_summary_W .advantages_description {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}

.wrapper-capsule_F .advantages_summary_W .advantages_holder {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.wrapper-capsule_F .advantages_summary_W .advantage_item {
    background: rgb(20,77,97,0.5);
    border: 1px solid rgb(153,167,153);
    border-radius: 10px;
    padding: 40px;
    margin: 20px;
    flex: 1 1 calc(25% - 40px);
    max-width: calc(25% - 40px);
    transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}

.wrapper-capsule_F .advantages_summary_W .advantage_item::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid rgb(153,167,153);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.wrapper-capsule_F .advantages_summary_W .advantage_item:hover::before {
    opacity: 1;
}

.wrapper-capsule_F .advantages_summary_W .advantage_item:hover {
    transform: translateY(-10px);
    border-color: rgb(20,77,97);
}

.wrapper-capsule_F .advantages_summary_W .advantage_image {
    margin-bottom: 20px;
}

.wrapper-capsule_F .advantages_summary_W .advantage_image img,
.wrapper-capsule_F .advantages_summary_W .advantage_image svg {
    width: 80px;
    height: 80px;
    fill: rgb(153,167,153);
    filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.5));
}

.wrapper-capsule_F .advantages_summary_W .advantage_item h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.7);
}

@media only screen and (max-width: 1200px) {
    .wrapper-capsule_F .advantages_summary_W .advantage_item {
        flex: 1 1 calc(45% - 40px);
        max-width: calc(45% - 40px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_F .advantages_summary_W .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-capsule_F .advantages_summary_W .advantage_item {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 20px 0;
    }

    .wrapper-capsule_F .advantages_summary_W .advantages_content h2 {
        font-size: 20px;
    }
}.appContainer_E {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(153,167,153,0.5);
    padding: 20px;
    color: #ffffff;
}
.appContainer_E .container {
    max-width: 800px;
    width: 100%;
    padding: 40px;
    background: linear-gradient(135deg, rgb(153,167,153) 0%, rgb(20,77,97,0.5) 100%);
    border-radius: 11px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    text-align: center;
    border: 1px solid rgb(153,167,153,0.5);
    position: relative;
}
.appContainer_E .container::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, rgb(20,77,97) 0%, rgb(153,167,153,0.5) 100%);
    border-radius: 11px;
    z-index: -1;
    filter: blur(15px);
}
.appContainer_E h2 {
    margin-bottom: 15px;
    font-size: 38px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(153,167,153);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px var(--white-color_opacity);
}
.appContainer_E p {
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgb(153,167,153,0.5);
}
@media only screen and (max-width: 1200px) {
    .appContainer_E .container {
        padding: 30px;
    }
    .appContainer_E h2 {
        font-size: 20px;
    }
    .appContainer_E p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 800px) {
    .appContainer_E {
        padding: 15px;
    }
    .appContainer_E .container {
        padding: 20px;
    }
    .appContainer_E h2 {
        font-size: 21px;
    }
    .appContainer_E p {
        font-size: 12px;
    }
}
header .top_plank {
    background: rgb(153,167,153);
    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: 16px;
    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;
}header .main_header {
    background: rgb(153,167,153,0.5);
    color: #ffffff;
    padding: 30px 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: background 0.5s ease, box-shadow 0.5s ease;
}
header .main_header:hover {
    background: rgb(153,167,153,0.5);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.5s ease;
}
header .logo_holder:hover {
    transform: scale(1.05);
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease;
}
header .logo_holder svg, 
header .logo_holder svg path, 
header .logo_holder img {
    fill: rgb(20,77,97);
    height: 100px;
    width: 100px;
    transition: fill 0.5s ease, transform 0.5s ease;
}
header .logo_holder:hover svg, 
header .logo_holder:hover svg path, 
header .logo_holder:hover img {
    fill: #ffffff;
    transform: rotate(360deg);
}
header .menu {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
header .menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 30px;
    text-decoration: none;
    position: relative;
    transition: color 0.5s ease, border-color 0.5s ease, background 0.5s ease;
}
header .menu a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: rgb(20,77,97);
    transition: width 0.5s ease, left 0.5s ease;
}
header .menu a:hover::before {
    width: 100%;
    left: 0;
}

header .menu a.active {
    color: rgb(20,77,97);
    border-bottom: 3px solid rgb(20,77,97);
    border-radius: 10px;
}
header .menu a.active:hover {
    background: rgb(153,167,153);
    color: #ffffff;
    border: 3px solid rgb(153,167,153);
}


.wrapper-capsule_F header .main_header {
    position: relative;
    background: rgb(153,167,153,0.5);
}

.wrapper-capsule_F header .logo_holder {
    padding: 0;
}
.wrapper-capsule_F header .menu a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    margin: 0 20px;
    padding: 20px 0;
    transition: border-color 0.5s ease, color 0.5s ease;
}
.wrapper-capsule_F header .menu a:hover {
    border-bottom: 4px solid rgb(20,77,97);
    color: rgb(20,77,97);
}
@media only screen and (max-width: 1200px) {
    .wrapper-capsule_F header .menu a {
        margin: 10px 0;
    }
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding: 20px 0;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        width: 100%;
        padding: 10px 20px;

    }
    header .logo_holder {
        justify-content: center;
        width: 100%;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder svg,
    header .logo_holder svg path,
    header .logo_holder img {
        height: 80px;
        width: 80px;
    }
    .wrapper-capsule_F header .menu a {
        margin: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-capsule_F header .logo_holder {
        justify-content: center;
    }
    .wrapper-capsule_F header .main_header:before, 
    .wrapper-capsule_F header .main_header:after {
        display: none;
    }
    .wrapper-capsule_F header .main_header {
        padding: 20px 0;
    }
    .wrapper-capsule_F header .menu {
        background: none;
        align-items: center;
        padding: 0;
    }
    .wrapper-capsule_F header .menu a {
        text-align: center;
        margin: 0 10px;
    }
    .wrapper-capsule_F header .logo_holder .logotype {
        padding: 30px 20px 40px 20px;
    }
    .wrapper-capsule_F header .logo_holder svg, 
    .wrapper-capsule_F header .logo_holder img {
        height: 60px;
        width: 60px;
    }
}.connect_form_M {
    position: relative;
    padding: 0;
}

.connect_form_M::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(204,211,204);
    opacity: 0.92;
}

.connect_form_M .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.connect_form_M .form_holder {
    display: flex;
    position: relative;
}

.connect_form_M .information {
    width: 40%;
    padding: 80px 50px;
    background-color: rgb(153,167,153);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.connect_form_M .information h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}

.connect_form_M .information h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ffffff;
}

.connect_form_M .information div {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.connect_form_M .information div:last-child {
    border-bottom: none;
}

.connect_form_M .information svg {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

.connect_form_M .information svg path {
    fill: #ffffff;
}

.connect_form_M .information span {
    color: #ffffff;
    font-size: 12px;
}

.connect_form_M .information a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.connect_form_M .information a:hover {
    opacity: 0.8;
}

.connect_form_M .form_transparent {
    width: 60%;
    padding: 100px 50px 100px 100px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.connect_form_M form {
    width: 100%;
}

.connect_form_M form h3 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.connect_form_M form h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(153,167,153);
}

.connect_form_M form input[type="text"],
.connect_form_M form input[type="email"] {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background: transparent;
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
}

.connect_form_M form input[type="text"]:focus,
.connect_form_M form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(153,167,153);
}

.connect_form_M form input::placeholder {
    color: #9e9e9e;
}

.connect_form_M .agree_terms {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}

.connect_form_M .agree_terms input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #e0e0e0;
    background: transparent;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.connect_form_M .agree_terms input[type="checkbox"]:checked {
    background-color: rgb(153,167,153);
    border-color: rgb(153,167,153);
}

.connect_form_M .agree_terms input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.connect_form_M .agree_terms label {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}

.connect_form_M .agree_terms a {
    color: rgb(153,167,153);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.connect_form_M .agree_terms a:hover {
    color: rgb(20,77,97);
}

.connect_form_M .button {
    display: inline-block;
    padding: 15px 40px;
    background: rgb(153,167,153);
    color: #ffffff;
    border: none;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.connect_form_M .button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(20,77,97);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}

.connect_form_M .button:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 1024px) {
    .connect_form_M .information {
        padding: 60px 30px;
    }
    
    .connect_form_M .form_transparent {
        padding: 80px 40px 80px 70px;
    }
}

@media (max-width: 768px) {
    .connect_form_M .form_holder {
        flex-direction: column;
    }
    
    .connect_form_M .information {
        width: 100%;
        clip-path: none;
        padding: 50px 30px;
    }
    
    .connect_form_M .form_transparent {
        width: 100%;
        padding: 50px 30px;
    }
    
    .connect_form_M .information h3,
    .connect_form_M form h3 {
        font-size: calc(35px * 0.9);
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .connect_form_M .information,
    .connect_form_M .form_transparent {
        padding: 40px 25px;
    }
    
    .connect_form_M .information h3,
    .connect_form_M form h3 {
        font-size: calc(35px * 0.8);
        margin-bottom: 25px;
    }
    
    .connect_form_M .information div {
        margin-bottom: 20px;
    }
    
    .connect_form_M .button {
        width: 100%;
        padding: 15px 20px;
    }
}.course_highlights_c {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(20,77,97);
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.course_highlights_c::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(153,167,153,0.5), transparent);
    animation: rotateBg 20s linear infinite;
    z-index: 0;
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.course_highlights_c h2 {
    color: rgb(153,167,153);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.course_highlights_c .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1;
    position: relative;
}

.course_highlights_c .items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.course_highlights_c .course {
    padding: 20px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    position: relative;
}

.course_highlights_c .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.course_highlights_c .photo {
    height: 300px;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid rgb(153,167,153,0.5);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, border 0.3s ease;
}


.course_highlights_c .text_holder {
    padding: 20px;
}

.course_highlights_c h3 {
    font-size: 38px;
    font-weight: 600;
    color: rgb(153,167,153);
    margin-bottom: 16px;
}

.course_highlights_c p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}

.course_highlights_c .button {
    background: rgb(153,167,153);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 800px) {
    .course_highlights_c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .course_highlights_c .photo {
        height: 200px;
        width: 200px;
    }

    .course_highlights_c h3 {
        font-size: 24px;
    }

    .course_highlights_c p {
        font-size: 14px;
    }

    .course_highlights_c .button {
        padding: 10px 20px;
    }
}

.wrapper-capsule_F .course_highlights_c {
    background: rgb(204,211,204);
    padding: 80px 0;
}

.wrapper-capsule_F .course_highlights_c .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.wrapper-capsule_F .course_highlights_c .photo {
    width: 250px;
    height: 250px;
    border-radius: 24px;
    overflow: hidden;
    border: 5px solid rgb(153,167,153,0.5);
}

.wrapper-capsule_F .course_highlights_c .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.wrapper-capsule_F .course_highlights_c .text_holder {
    text-align: center;
    padding: 20px;
}

.wrapper-capsule_F .course_highlights_c h3 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(153,167,153);
}

.wrapper-capsule_F .course_highlights_c p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.wrapper-capsule_F .course_highlights_c .button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background: none;
    border: 2px solid rgb(153,167,153);
    border-radius: 50px;
    color: rgb(153,167,153);
    transition: background 0.3s ease, color 0.3s ease;
}

.wrapper-capsule_F .course_highlights_c .button:hover {
    background: rgb(153,167,153);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_F .course_highlights_c .photo {
        width: 200px;
        height: 200px;
    }
    .wrapper-capsule_F .course_highlights_c .text_holder {
        padding: 0;
    }
    .wrapper-capsule_F .course_highlights_c h3 {
        font-size: 24px;
    }

    .wrapper-capsule_F .course_highlights_c p {
        font-size: 16px;
    }

    .wrapper-capsule_F .course_highlights_c .button {
        padding: 10px 30px;
    }
}
footer {
    background: rgb(20,77,97);
    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(153,167,153,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(153,167,153);
}
footer .menu {
    flex: 2;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
}
footer .menu h5 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(153,167,153);
    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: 18px;
    transition: color 0.3s;
}
footer .menu a:hover {
    color: rgb(153,167,153);
}
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: 24px;
    font-weight: 700;
    color: rgb(153,167,153);
    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(153,167,153);
    margin-left: 10px;
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 18px;
    text-align: right;
}
footer .footer_agreement {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
footer .copyright {
    background: rgb(153,167,153,0.5);
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    border-top: 1px solid rgb(153,167,153);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 15px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
}
footer .copyright_info a:hover {
    color: rgb(153,167,153);
}
@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;
    }
}
.training_method_h {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(204,211,204);
}

.training_method_h .work_holder {
    position: relative;
    min-height: 500px;
    padding: 4.5rem 0;
}

.training_method_h .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 30% 50%,
        transparent 20%,
        rgba(0, 0, 0, 0.5) 60%,
        rgb(153,167,153,0.5) 100%
    );
    z-index: 1;
}

.training_method_h .work_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(45deg, rgba(255,255,255,.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255,255,255,.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255,255,255,.05) 75%);
    background-size: 20px 20px;
    z-index: 2;
}

.training_method_h .container {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.training_method_h .text_holder {
    position: relative;
    max-width: 720px;
    background: linear-gradient(
        170deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.8) 100%
    );
    backdrop-filter: blur(15px);
    border-radius: 0 13px 13px 0;
    padding: 3.5rem;
    border-left: 5px solid rgb(153,167,153);
    box-shadow: 
        20px 20px 60px rgba(0,0,0,0.1),
        -20px -20px 60px rgba(255,255,255,0.1),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    transform: perspective(1000px) rotateY(-2deg);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.training_method_h .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgb(153,167,153,0.5) 0%,
        transparent 15%
    );
    opacity: 0.1;
    border-radius: inherit;
}

.training_method_h .text_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.training_method_h .text_holder h4 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(153,167,153);
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.training_method_h .text_holder h4::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(20,77,97) 0%,
        transparent 100%
    );
}

.training_method_h .text_holder p {
    color: #000000;
    font-size: 13px;
    line-height: 1.85;
    margin-bottom: 1.25rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .training_method_h .work_holder {
        min-height: 460px;
    }

    .training_method_h .text_holder {
        max-width: 600px;
        padding: 2.5rem;
        transform: perspective(1000px) rotateY(-1deg);
    }
}

@media (max-width: 767px) {
    .training_method_h .work_holder {
        min-height: 420px;
        padding: 3rem 0;
    }

    .training_method_h .text_holder {
        max-width: 100%;
        padding: 2rem;
        transform: none;
        border-radius: 13px;
        border-left-width: 3px;
    }

    .training_method_h .text_holder:hover {
        transform: none;
    }

    .training_method_h .text_holder h4 {
        font-size: calc(29px * 0.9);
    }

    .training_method_h .text_holder p {
        font-size: calc(13px * 0.95);
    }
}.plan_selection_A {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,211,204), rgb(153,167,153,0.5));
    padding: 150px 0;
}

.plan_selection_A .photo {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
    filter: blur(5px);
}
.plan_selection_A .price_holder {
    text-align: center;
    position: relative;
    z-index: 2;
}

.plan_selection_A .price_holder h2 {
    font-size: 43px;
    color: #000000;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
}

.plan_selection_A .price_holder h2::before,
.plan_selection_A .price_holder h2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 2px;
    background: rgb(20,77,97);
}

.plan_selection_A .price_holder h2::before {
    left: -60px;
}

.plan_selection_A .price_holder h2::after {
    right: -60px;
}

.plan_selection_A .price_section_description {
    font-size: 22px;
    color: #000000;
    max-width: 700px;
    margin: 0 auto 80px;
    line-height: 1.8;
}

.plan_selection_A .price_cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    perspective: 1000px;
}

.plan_selection_A .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;
}

.plan_selection_A .price_card:nth-child(odd) {
    transform: rotateY(-15deg);
}

.plan_selection_A .price_card:nth-child(even) {
    transform: rotateY(15deg);
}

.plan_selection_A .price_card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(20,77,97,0.5), transparent 70%);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.plan_selection_A .price_card:hover {
    transform: rotateY(0) scale(1.05);
    z-index: 10;
}

.plan_selection_A .price_card:hover::before {
    opacity: 1;
}

.plan_selection_A .price_card h3 {
    font-size: 24px;
    color: rgb(153,167,153);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.plan_selection_A .price_card h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background: rgb(20,77,97);
    transition: width 0.3s ease;
}

.plan_selection_A .price_card:hover h3::after {
    width: 100%;
}

.plan_selection_A .price_amount {
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.plan_selection_A .price_amount::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: rgb(20,77,97,0.5);
    border-radius: 50%;
    z-index: -1;
}

.plan_selection_A .price_card p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.plan_selection_A .price_card .button {
    display: inline-block;
    padding: 15px 40px;
    background: rgb(153,167,153);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.plan_selection_A .price_card .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(20,77,97);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: -1;
}

.plan_selection_A .price_card .button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.plan_selection_A .price_card .button:hover::before {
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .plan_selection_A {
        padding: 100px 0;
    }

    .plan_selection_A .price_cards {
        flex-wrap: wrap;
        gap: 30px;
    }

    .plan_selection_A .price_card {
        flex-basis: calc(50% - 20px);
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .plan_selection_A {
        padding: 80px 0;
    }

    .plan_selection_A .price_holder h2 {
        font-size: calc(29px * 0.9);
    }

    .plan_selection_A .price_section_description {
        font-size: calc(13px * 0.95);
        margin-bottom: 60px;
    }

    .plan_selection_A .price_cards {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .plan_selection_A .price_card {
        width: 100%;
        transform: none !important;
    }
}
.client_opinions_6 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgb(20,77,97);
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.client_opinions_6 h2 {
    color: rgb(153,167,153);
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(153,167,153);
    display: inline-block;
    padding-bottom: 10px;
}

.client_opinions_6 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.client_opinions_6 .reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.client_opinions_6 .review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgb(20,77,97,0.5);
    border: 1px solid rgb(20,77,97);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.client_opinions_6 .photo {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.client_opinions_6 .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
}

.client_opinions_6 .review span {
    font-size: 18px;
    font-weight: 600;
    color: rgb(20,77,97);
    margin-bottom: 10px;
}

.client_opinions_6 .review p {
    font-size: 17px;
    color: #ffffff;
    margin: 0;
}



.wrapper-capsule_F .client_opinions_6 .review {
    flex-direction: row;
    align-items: center;
    padding: 20px;
    border: 1px solid rgb(153,167,153);
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.wrapper-capsule_F .client_opinions_6 .photo {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 50%;
}

.wrapper-capsule_F .client_opinions_6 .text {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: calc(100% - 120px);
}

.wrapper-capsule_F .client_opinions_6 .review span {
    font-size: 20px;
    font-weight: 400;
    color: rgb(153,167,153);
}

.wrapper-capsule_F .client_opinions_6 .review p {
    color: #000000;
    margin-bottom: 10px;
    font-size: 17px;
}

.wrapper-capsule_F .client_opinions_6 .holder h2 {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
@media only screen and (max-width: 900px) {
    .client_opinions_6 h2 {
        font-size: 18px;
    }

    .wrapper-capsule_F .client_opinions_6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .client_opinions_6 .reviews {
        grid-template-columns: 1fr;
    }
}.academic_expertise_Y {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(204,211,204);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.academic_expertise_Y::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: gradientAnimation 4s infinite alternate;
    z-index: -1;
    opacity: 0.1;
}

@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.academic_expertise_Y .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 80%;
    margin: 0 auto;
}

.academic_expertise_Y .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(204,211,204);
    border: 2px solid rgb(204,211,204);
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    padding: 40px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.academic_expertise_Y .photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(20,77,97);
    margin-bottom: 20px;
}


.academic_expertise_Y .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.academic_expertise_Y .review .name {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.academic_expertise_Y .review span {
    color: rgb(153,167,153);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.academic_expertise_Y .review .quote {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    max-width: 80%;
}

@media only screen and (max-width: 1200px) {
    .academic_expertise_Y {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .academic_expertise_Y .holder {
        width: 90%;
    }
    
    .academic_expertise_Y .review {
        padding: 30px;
    }

    .academic_expertise_Y .photo {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (max-width: 800px) {
    .academic_expertise_Y {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .academic_expertise_Y .holder {
        width: 100%;
    }

    .academic_expertise_Y .review {
        padding: 20px;
    }

    .academic_expertise_Y .photo {
        width: 110px;
        height: 110px;
    }
}


.wrapper-capsule_F .academic_expertise_Y .review {
    flex-direction: row;
    align-items: center;
    padding: 30px;
}

.wrapper-capsule_F .academic_expertise_Y .photo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid rgb(153,167,153);
    margin-right: 30px;
    flex-shrink: 0;
}

.wrapper-capsule_F .worker_description {
    align-items: flex-start;
    text-align: left;
}

.wrapper-capsule_F .academic_expertise_Y .review .quote {
    margin-bottom: 15px;
    color: #000000;
    font-size: 20px;
    font-style: italic;
}

.wrapper-capsule_F .academic_expertise_Y .review .name {
    font-size: 18px;
    font-weight: 700;
}



@media only screen and (max-width: 800px) {
    .wrapper-capsule_F .academic_expertise_Y .review {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        text-align: center;
    }

    .wrapper-capsule_F .academic_expertise_Y .photo {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .wrapper-capsule_F .academic_expertise_Y .photo {
        width: 120px;
        height: 120px;
    }
    .wrapper-capsule_F .worker_description {
        justify-content: center;
        align-items: center;
    }
    .wrapper-capsule_F .academic_expertise_Y .review .quote {
        text-align: center;
    }
}
.about_this_o {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(153,167,153) 30%, rgb(20,77,97) 100%);
    color: #000000;
    font-family: Arial, sans-serif;
}

.wrapper-capsule_F .about_this_o .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wrapper-capsule_F .about_this_o .caption_holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateY(50px);
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.wrapper-capsule_F .about_this_o .photo {
    display: block;
    width: 600px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
}

.wrapper-capsule_F .about_this_o .photo:hover {
    transform: scale(1.05);
}

.wrapper-capsule_F .about_this_o .style_element {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    z-index: 2;
    transition: background 0.3s ease-in-out;
}

.wrapper-capsule_F .about_this_o .style_element:hover {
    background: rgb(153,167,153,0.5);
}

.wrapper-capsule_F .about_this_o h2 {
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.wrapper-capsule_F .about_this_o p {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.wrapper-capsule_F .about_this_o span {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .wrapper-capsule_F .about_this_o .photo {
        width: 400px;
        height: 400px;
    }

    .wrapper-capsule_F .about_this_o .style_element {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_F .about_this_o .caption_holder {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .wrapper-capsule_F .about_this_o .photo {
        width: 100%;
        height: 300px;
    }

    .wrapper-capsule_F .about_this_o .style_element {
        width: 100%;
        padding: 20px;
    }
}
.welcome_page_O {
    width: 100%;
    overflow: hidden;
}
.welcome_page_O .title_page_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 700px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.welcome_page_O .title_page_holder::before,
.welcome_page_O .title_page_holder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.welcome_page_O .title_page_holder::before {
    background: linear-gradient(to bottom, rgb(153,167,153,0.5) 0%, rgb(153,167,153,0.5) 100%);
}
.welcome_page_O .title_page_holder::after {
    background: rgba(0, 0, 0, 0.3);
}
.welcome_page_O .style_element {
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 60%;
    max-width: 1200px;
    padding: 40px;
    border-radius: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.welcome_page_O .style_element h1 {
    font-family: Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: rgb(20,77,97);
    margin-bottom: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.welcome_page_O .style_element h3 {
    font-family: Arial, sans-serif;
    font-size: 37px;
    font-weight: 400;
    color: rgb(20,77,97,0.5);
    margin-bottom: 12px;
    text-align: left;
}
.welcome_page_O .style_element p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 24px;
}

.wrapper-capsule_F .welcome_page_O .title_page_holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.wrapper-capsule_F .welcome_page_O .style_element {
    width: 50%;
    max-width: 1000px;
    background: #ffffff;
    padding: 50px;
    border-radius: 28px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.wrapper-capsule_F .welcome_page_O .title_page_holder::before {
    clip-path: polygon(100% 0, 70% 0, 40% 100%, 0 100%);
}
.wrapper-capsule_F .welcome_page_O .style_element h1 {
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.wrapper-capsule_F .welcome_page_O .style_element h3 {
    color: rgb(20,77,97);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.wrapper-capsule_F .welcome_page_O .style_element p {
    color: #000000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 800px) {
    .welcome_page_O .title_page_holder {
        min-height: 500px;
        height: auto;
    }
    .wrapper-capsule_F .welcome_page_O .style_element {
        width: 100%;
        padding: 30px;
    }
    .welcome_page_O .style_element h1 {
        font-size: 37px;
    }
    .welcome_page_O .style_element h3 {
        font-size: 21px;
    }
    .welcome_page_O .style_element p {
        font-size: 16px;
    }
}.future_learners_E {
    position: relative;
    width: 100%;
}

.future_learners_E .who_needs_background {
    position: relative;
    padding: 150px 0;
    isolation: isolate;
}

.future_learners_E .who_needs_background::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 40%,
        transparent 100%
    );
    z-index: 1;
}

.future_learners_E .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

.future_learners_E .who_needs_text {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 80px;
    align-items: start;
}

.future_learners_E .who_needs_text h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 25px;
}

.future_learners_E .who_needs_text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(153,167,153);
    border-radius: 10px;
}

.future_learners_E .who_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.future_learners_E .who_needs_item {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.future_learners_E .who_needs_item:nth-child(even) {
    transform: translateY(30px);
}

.future_learners_E .who_needs_item svg {
    width: 28px;
    height: 28px;
    fill: rgb(153,167,153);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.future_learners_E .who_needs_item span {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.future_learners_E .who_needs_item:hover {
    transform: translateY(-5px);
    background: rgb(204,211,204);
}

.future_learners_E .who_needs_item:hover svg {
    transform: scale(1.1) rotate(-10deg);
}

@media (max-width: 1400px) {
    .future_learners_E .who_needs_text {
        grid-template-columns: 400px 1fr;
        gap: 60px;
        padding: 0 30px;
    }
}

@media (max-width: 1200px) {
    .future_learners_E .who_needs_text {
        grid-template-columns: 350px 1fr;
        gap: 40px;
    }

    .future_learners_E .who_needs_background {
        padding: 120px 0;
    }
}

@media (max-width: 992px) {
    .future_learners_E .who_needs_text {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    .future_learners_E .who_needs_text h3 {
        text-align: center;
    }

    .future_learners_E .who_needs_text h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .future_learners_E .who_needs_background::before {
        background: linear-gradient(
            to bottom,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 40%,
            transparent 100%
        );
    }
}

@media (max-width: 768px) {
    .future_learners_E .who_needs_background {
        padding: 90px 0;
    }

    .future_learners_E .who_items {
        grid-template-columns: 1fr;
    }

    .future_learners_E .who_needs_item:nth-child(even) {
        transform: translateY(0);
    }

    .future_learners_E .who_needs_text h3 {
        font-size: calc(32px * 0.85);
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .future_learners_E .who_needs_background {
        padding: 70px 0;
    }

    .future_learners_E .who_needs_text {
        gap: 30px;
    }

    .future_learners_E .who_items {
        gap: 20px;
    }

    .future_learners_E .who_needs_item {
        padding: 20px;
    }

    .future_learners_E .who_needs_text h3 {
        font-size: calc(32px * 0.75);
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .future_learners_E .who_needs_item svg {
        width: 24px;
        height: 24px;
    }

    .future_learners_E .who_needs_item span {
        font-size: calc(14px * 0.95);
    }
}.try_immediately_P {
    padding-bottom: 80px;
    padding-top: 80px;
}

.try_immediately_P h2 {
    color: rgb(20,77,97);
}

.try_immediately_P .button {
    background: rgb(20,77,97);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.try_immediately_P .button:hover {
    background: rgb(153,167,153);
}

.try_immediately_P .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.try_immediately_P h2 {
    font-size: 32px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.try_immediately_P .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .try_immediately_P .holder {
        flex-direction: column;
    }

    .wrapper-capsule_F section.try_immediately_P h2 {
        font-size: 26px;
    }

    .try_immediately_P h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .try_immediately_P .button {
        font-size: 24px;
    }

    .try_immediately_P {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-capsule_F .try_immediately_P {
    background: rgb(204,211,204);
    padding: 80px 0;
}

.wrapper-capsule_F .try_immediately_P .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.wrapper-capsule_F .try_immediately_P .holder {
    width: 70%;
    padding: 40px;
    border: 2px solid rgb(20,77,97);
    border-radius: 100px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgb(20,77,97,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
}

.wrapper-capsule_F .try_immediately_P h2 {
    font-size: 32px;
    color: rgb(153,167,153);
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 0;
}

.wrapper-capsule_F .try_immediately_P .button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    color: #ffffff;
    background: rgb(153,167,153);
    border-radius: 23px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.wrapper-capsule_F .try_immediately_P .button:hover {
    background: rgb(153,167,153,0.5);
    transform: scale(1.05);
}

.wrapper-capsule_F .try_immediately_P .button:active {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1);
}

@media only screen and (max-width: 1200px) {
    .wrapper-capsule_F .try_immediately_P .holder {
        width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_F .try_immediately_P {
        padding: 60px 0;
    }

    .wrapper-capsule_F .try_immediately_P .holder {
        width: 100%;
        padding: 30px;
    }

    .wrapper-capsule_F .try_immediately_P h2 {
        font-size: 21px;
    }

    .wrapper-capsule_F .try_immediately_P .button {
        font-size: 18px;
        padding: 12px 25px;
    }
}

@media only screen and (max-width: 480px) {
    .wrapper-capsule_F .try_immediately_P {
        padding: 40px 0;
    }

    .wrapper-capsule_F .try_immediately_P h2 {
        font-size: 16px;
    }

    .wrapper-capsule_F .try_immediately_P .button {
        font-size: 15px;
        padding: 10px 20px;
    }
}
.privacy_corner_5 {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: auto;
    background: rgb(204,211,204);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
}

.privacy_corner_5 h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 47px;
    font-weight: 700;
    color: rgb(153,167,153);
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.privacy_corner_5 h2 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 600;
    color: rgb(20,77,97);
}

.privacy_corner_5 h3, .privacy_corner_5 h4, .privacy_corner_5 h5, .privacy_corner_5 h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
}

.privacy_corner_5 ul, .privacy_corner_5 ol {
    list-style-position: inside;
    padding-left: 20px;
    margin: 20px 0;
    background: rgb(20,77,97,0.5);
    border-radius: 10px;
    padding: 15px;
    list-style: none;
}

.privacy_corner_5 li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 25px;
}

.privacy_corner_5 li::before {
    content: '•';
    color: rgb(153,167,153);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5em;
    line-height: 1.2;
}

.privacy_corner_5 section {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.privacy_corner_5 p, .privacy_corner_5 span, .privacy_corner_5 div {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .privacy_corner_5 {
        padding: 20px;
    }

    .privacy_corner_5 h1 {
        font-size: calc(24px - 10px);
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .privacy_corner_5 h2 {
        font-size: calc(24px - 5px);
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .privacy_corner_5 ul, .privacy_corner_5 ol {
        padding: 10px;
        margin: 10px 0;
    }

    .privacy_corner_5 li {
        font-size: calc(14px - 2px);
        margin-bottom: 10px;
    }

    .privacy_corner_5 p, .privacy_corner_5 span, .privacy_corner_5 div {
        font-size: calc(14px - 2px);
        margin-bottom: 8px;
    }
}.program_outcomes_1 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(204,211,204) 0%, rgb(20,77,97,0.5) 100%);
    overflow: hidden;
}

.program_outcomes_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(153,167,153,0.5) 0%, transparent 50%);
    pointer-events: none;
}

.program_outcomes_1 .container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.program_outcomes_1 .holder {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.program_outcomes_1 .photo {
    position: relative;
    height: 600px;
    border-radius: 21px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.program_outcomes_1 .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(153,167,153,0.5) 0%, transparent 100%);
    border-radius: 21px;
    opacity: 0.6;
}

.program_outcomes_1 .photo:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.program_outcomes_1 .text_holder {
    padding: 40px;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.program_outcomes_1 .text_holder h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.3;
}

.program_outcomes_1 .text_holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program_outcomes_1 .text_holder ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
    padding: 15px;
    background: rgb(204,211,204);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.program_outcomes_1 .text_holder ul li:hover {
    transform: translateX(10px);
}

.program_outcomes_1 .text_holder ul li svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: rgb(153,167,153);
}

@media (max-width: 1200px) {
    .program_outcomes_1 {
        padding: 90px 0;
    }

    .program_outcomes_1 .holder {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .program_outcomes_1 .photo {
        height: 500px;
    }

    .program_outcomes_1 .text_holder {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .program_outcomes_1 {
        padding: 70px 0;
    }

    .program_outcomes_1 .holder {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .program_outcomes_1 .photo {
        height: 400px;
        transform: perspective(1000px) rotateY(0);
    }

    .program_outcomes_1 .text_holder {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .program_outcomes_1 {
        padding: 50px 0;
    }

    .program_outcomes_1 .photo {
        height: 300px;
    }

    .program_outcomes_1 .text_holder {
        padding: 25px;
    }

    .program_outcomes_1 .text_holder h2 {
        font-size: calc(36px * 0.9);
        margin-bottom: 25px;
    }

    .program_outcomes_1 .text_holder ul li {
        padding: 12px;
        margin-bottom: 15px;
        font-size: calc(18px * 0.95);
    }
}

@media (max-width: 480px) {
    .program_outcomes_1 {
        padding: 40px 0;
    }

    .program_outcomes_1 .photo {
        height: 250px;
    }

    .program_outcomes_1 .text_holder {
        padding: 20px;
    }

    .program_outcomes_1 .text_holder h2 {
        font-size: calc(36px * 0.8);
        margin-bottom: 20px;
    }

    .program_outcomes_1 .text_holder ul li {
        padding: 10px;
        margin-bottom: 12px;
        font-size: calc(18px * 0.9);
    }
}