* {
    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: Roboto, sans-serif;
    color: #000000;
}
.Hoc_segment-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(104,170,95);
}
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;
    }
}.GOj_confidential_refuge {
    padding: 50px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: 2px solid rgb(94,121,106);
    box-shadow: inset 0 0 10px rgb(84,73,116,0.5), 0 0 20px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to right, rgb(94,121,106,0.5) 50%, rgb(84,73,116,0.5) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.GOj_confidential_refuge h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 38px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: rgb(94,121,106);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 3px solid rgb(84,73,116);
    padding-bottom: 10px;
}

.GOj_confidential_refuge h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 36px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    color: rgb(84,73,116);
    border-left: 5px solid rgb(94,121,106);
    padding-left: 15px;
}

.GOj_confidential_refuge h3, .GOj_confidential_refuge h4, .GOj_confidential_refuge h5, .GOj_confidential_refuge h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    border-bottom: 1px dotted rgb(94,121,106);
}

.GOj_confidential_refuge ul, .GOj_confidential_refuge ol {
    list-style-position: inside;
    padding-left: 25px;
    margin: 15px 0;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    list-style: none;
}

.GOj_confidential_refuge li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
    border-left: 2px dashed rgb(84,73,116);
}

.GOj_confidential_refuge li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: rgb(94,121,106);
    border-radius: 50%;
}

.GOj_confidential_refuge section {
    background: rgb(104,170,95);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgb(84,73,116,0.5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.GOj_confidential_refuge p, .GOj_confidential_refuge span, .GOj_confidential_refuge div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 17px;
    font-family: Roboto, sans-serif;
    color: #000000;
    border-bottom: 1px solid rgb(84,73,116,0.5);
    padding-bottom: 5px;
}

@media only screen and (max-width: 800px) {
    .GOj_confidential_refuge {
        padding: 30px;
    }

    .GOj_confidential_refuge h1 {
        font-size: calc(20px - 8px);
    }

    .GOj_confidential_refuge h2 {
        font-size: calc(20px - 6px);
    }

    .GOj_confidential_refuge h3, .GOj_confidential_refuge h4, .GOj_confidential_refuge h5, .GOj_confidential_refuge h6 {
        font-size: calc(20px - 4px);
    }

    .GOj_confidential_refuge ul, .GOj_confidential_refuge ol {
        padding-left: 20px;
        font-size: calc(17px - 2px);
    }
}.tcd_meet_us .holder {
    background-size: cover;
}

.tcd_meet_us .style_element {
    background: #ffffff;
}

.tcd_meet_us {
    padding-bottom: 80px;
    padding-top: 80px;
}

.tcd_meet_us h2 {
    color: rgb(84,73,116);
}

.tcd_meet_us span {
    color: rgb(94,121,106);
}

.tcd_meet_us p {
    color: #000000;
}

.tcd_meet_us .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.tcd_meet_us .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.tcd_meet_us .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.tcd_meet_us h2 {
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
}

.tcd_meet_us span {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}

.tcd_meet_us p {
    font-size: 13px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .tcd_meet_us .holder {
        padding: 0px;
    }

    .tcd_meet_us .style_element {
        width: 100%;
        min-width: unset;
    }

    .tcd_meet_us {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tcd_meet_us h2 {
        font-size: 30px;
    }
}

.tcd_meet_us {
    padding: 55px 0;
}

.Hoc_segment-wrapper .tcd_meet_us .holder {
    height: auto;
    min-height: unset;

}

.Hoc_segment-wrapper .tcd_meet_us .holder .photo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
    border-radius: 30px;
    top: 0;
    left: 0;
    z-index: 0;
}

.Hoc_segment-wrapper .tcd_meet_us .caption_holder {
    position: relative;
    min-height: unset;
    min-width: 600px;
    min-height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.Hoc_segment-wrapper .tcd_meet_us .style_element {
    position: relative;
    z-index: 1;
    width: 90%;
    height: auto;
    margin: auto;
    background: rgb(84,73,116);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 50px;
    min-height: 360px;
}

.Hoc_segment-wrapper .tcd_meet_us h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}

.Hoc_segment-wrapper .tcd_meet_us p {
    color: #ffffff;
    margin-top: 36px;
    font-size: 18px;
    line-height: 28px;
}

@media only screen and (max-width: 800px) {
    .Hoc_segment-wrapper .tcd_meet_us .style_element {
        width: 100%;
        padding: 20px;
        margin: 0;
    }

    .Hoc_segment-wrapper .tcd_meet_us .caption_holder {
        height: auto;
        min-width: unset;
        justify-content: flex-end;
        padding: 30px 10px;
    }

    .Hoc_segment-wrapper .tcd_meet_us .holder .photo {
        min-height: unset;
    }
}
.tSg_advantages_highlights .advantages_content h2 {
    color: rgb(84,73,116);
}

.tSg_advantages_highlights .advantage_item svg, .tSg_advantages_highlights .advantage_item svg path {
    fill: rgb(94,121,106);
}

.tSg_advantages_highlights .advantage_item p {
    color: #000000;
}

.tSg_advantages_highlights .advantage_item b {
    color: rgb(94,121,106);
}

.tSg_advantages_highlights {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tSg_advantages_highlights .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.tSg_advantages_highlights .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.tSg_advantages_highlights .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 35px;
    font-weight: 600;
}

.tSg_advantages_highlights .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.tSg_advantages_highlights .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.tSg_advantages_highlights .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.tSg_advantages_highlights .advantage_item svg, .tSg_advantages_highlights .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .Hoc_segment-wrapper .tSg_advantages_highlights .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .tSg_advantages_highlights .advantages_content h2 {
        font-size: 30px;
    }

    .tSg_advantages_highlights .advantages_holder {
        flex-direction: column;
    }

    .tSg_advantages_highlights {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .Hoc_segment-wrapper .tSg_advantages_highlights .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.Hoc_segment-wrapper .tSg_advantages_highlights {
    background: linear-gradient(135deg, rgb(94,121,106) 0%, rgb(84,73,116) 100%);
    padding: 100px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.Hoc_segment-wrapper .tSg_advantages_highlights .advantages_content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.Hoc_segment-wrapper .tSg_advantages_highlights .advantages_description {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 50px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: background 0.3s ease;
}

.Hoc_segment-wrapper .tSg_advantages_highlights .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.Hoc_segment-wrapper .tSg_advantages_highlights .advantage_item {
    background: #ffffff;
    padding: 30px;
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Hoc_segment-wrapper .tSg_advantages_highlights .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.Hoc_segment-wrapper .tSg_advantages_highlights .advantage_image img,
.Hoc_segment-wrapper .tSg_advantages_highlights .advantage_image svg {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.Hoc_segment-wrapper .tSg_advantages_highlights .advantage_item:hover .advantage_image img,
.Hoc_segment-wrapper .tSg_advantages_highlights .advantage_item:hover .advantage_image svg {
    transform: scale(1.1);
}

.Hoc_segment-wrapper .tSg_advantages_highlights .advantages_content h4 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(94,121,106);
    margin-top: 20px;
    transition: color 0.3s ease;
}

.Hoc_segment-wrapper .tSg_advantages_highlights .advantage_item p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.Hoc_segment-wrapper .tSg_advantages_highlights .advantage_item p b {
    color: rgb(94,121,106);
}

@media only screen and (max-width: 1200px) {
    .Hoc_segment-wrapper .tSg_advantages_highlights .advantages_holder .advantage_item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .Hoc_segment-wrapper .tSg_advantages_highlights .advantage_item {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .Hoc_segment-wrapper .tSg_advantages_highlights .advantages_content h2 {
        font-size: 21px;
    }

    .Hoc_segment-wrapper .tSg_advantages_highlights {
        padding: 50px 20px;
    }
}.BkU_tariff_row {
    background: rgb(104,170,95);
    padding: 160px 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    z-index: 1;
}

.BkU_tariff_row::before {
    content: '';
    position: absolute;
    inset: -100%;
    background: 
        linear-gradient(transparent 0%, rgb(94,121,106,0.5) 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, rgb(84,73,116,0.5) 50%, transparent 100%);
    background-size: 40px 40px;
    opacity: 0.03;
    animation: moveBg 30s linear infinite;
	z-index: 1;
}

.BkU_tariff_row::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        rgb(94,121,106,0.5) 1px,
        transparent 1px
    );
    background-size: 30px 30px;
    opacity: 0.05;
    animation: pulseOpacity 8s ease-in-out infinite alternate;
	z-index: 1;
}

.BkU_tariff_row .container {
    position: relative;
    z-index: 2;
}

.BkU_tariff_row .container::before,
.BkU_tariff_row .container::after {
    content: '';
    position: absolute;
    z-index: 1;
}

.BkU_tariff_row .container::before {
    width: 80vw;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(94,121,106,0.5),
        rgb(84,73,116,0.5),
        transparent
    );
    top: 20%;
    left: -20vw;
    transform-origin: left;
    animation: scanline 8s linear infinite;
}

.BkU_tariff_row .container::after {
    width: 1px;
    height: 80vh;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(84,73,116,0.5),
        rgb(94,121,106,0.5),
        transparent
    );
    top: -20vh;
    right: 15%;
    transform-origin: top;
    animation: scanlineVertical 12s linear infinite;
}

.BkU_tariff_row .pricing_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.BkU_tariff_row .pricing_holder::before,
.BkU_tariff_row .pricing_holder::after {
    content: '';
    position: absolute;
    pointer-events: none;
	z-index: 1;
}

.BkU_tariff_row .pricing_holder::before {
    inset: -50%;
    background: radial-gradient(
        circle at 50% 50%,
        rgb(94,121,106,0.5) 0%,
        transparent 70%
    );
    opacity: 0.05;
    filter: blur(60px);
    animation: rotatePulse 20s linear infinite;
}

.BkU_tariff_row .pricing_holder::after {
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: repeating-conic-gradient(
        from 0deg,
        rgb(84,73,116,0.5) 0deg 1deg,
        transparent 1deg 10deg
    );
    opacity: 0.02;
    animation: rotateRays 30s linear infinite;
}

.BkU_tariff_row .price_info {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.BkU_tariff_row .price_info::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg,
        transparent,
        rgb(94,121,106),
        transparent
    );
}

.BkU_tariff_row .price_info h2 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.BkU_tariff_row .price_info .section_description {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
}

.BkU_tariff_row .price_types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    align-items: flex-start;
}

.BkU_tariff_row .price_type {
    text-decoration: none;
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.BkU_tariff_row .price_type:hover {
    transform: translateY(-10px);
}

.BkU_tariff_row .price_type_holder {
    background: #ffffff;
    height: 100%;
    position: relative;
    border-radius: 29px;
    overflow: hidden;
}

.BkU_tariff_row .price_type_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(94,121,106,0.5) 45%,
        rgb(84,73,116,0.5) 50%,
        transparent 55%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.BkU_tariff_row .price_type:hover .price_type_holder::before {
    opacity: 1;
    animation: shine 1.5s ease infinite;
}

.BkU_tariff_row .photo {
    height: 240px;
    position: relative;
    overflow: hidden;
    transform: skewY(-5deg) translateY(-20px);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.BkU_tariff_row .price_type:hover .photo {
    transform: skewY(-5deg) translateY(-15px);
}

.BkU_tariff_row .price_type_text {
    padding: 35px;
    position: relative;
    margin-top: -40px;
    background: #ffffff;
    border-radius: 29px;
}

.BkU_tariff_row .price_type_text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(94,121,106,0.5),
        transparent
    );
}

.BkU_tariff_row .price_type_text h3 {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.BkU_tariff_row .price_type_text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(94,121,106),
        rgb(84,73,116)
    );
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: right;
}

.BkU_tariff_row .price_type:hover .price_type_text h3::after {
    transform: scaleX(1);
    transform-origin: left;
}

.BkU_tariff_row .price_type_text .price_amount {
    display: block;
    font-size: 37px;
    font-weight: 700;
    background: linear-gradient(
        135deg,
        rgb(94,121,106),
        rgb(84,73,116)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 25px 0;
    position: relative;
    isolation: isolate;
}

.BkU_tariff_row .price_type_text .price_amount::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(94,121,106,0.5);
    transform: skewX(-20deg) translateX(-100%);
    z-index: -1;
    transition: transform 0.6s ease;
}

.BkU_tariff_row .price_type:hover .price_type_text .price_amount::before {
    transform: skewX(-20deg) translateX(0);
}

.BkU_tariff_row .price_type_text p {
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    margin: 15px 0 0;
}

@keyframes moveBg {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(180deg);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.05;
    }
}

@keyframes scanline {
    0% {
        transform: scaleX(0);
        opacity: 0;
    }
    5% {
        transform: scaleX(1);
        opacity: 0.5;
    }
    10%, 90% {
        transform: scaleX(1);
        opacity: 0.25;
    }
    95% {
        transform: scaleX(1);
        opacity: 0.5;
    }
    100% {
        transform: scaleX(0);
        opacity: 0;
    }
}

@keyframes scanlineVertical {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    5% {
        transform: scaleY(1);
        opacity: 0.5;
    }
    10%, 90% {
        transform: scaleY(1);
        opacity: 0.25;
    }
    95% {
        transform: scaleY(1);
        opacity: 0.5;
    }
    100% {
        transform: scaleY(0);
        opacity: 0;
    }
}

@keyframes rotatePulse {
    0% {
        transform: rotate(0deg) scale(0.95);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(0.95);
    }
}

@keyframes rotateRays {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes shine {
    0% {
        opacity: 0;
        transform: translateX(-100%) skewX(-15deg);
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 0;
        transform: translateX(100%) skewX(-15deg);
    }
}

@media (max-width: 1200px) {
    .BkU_tariff_row {
        padding: 120px 0;
    }
    
    .BkU_tariff_row .pricing_holder {
        gap: 80px;
    }
}

@media (max-width: 991px) {
    .BkU_tariff_row {
        padding: 100px 0;
    }
    
    .BkU_tariff_row .price_types {
        gap: 30px;
    }
    
    .BkU_tariff_row .photo {
        height: 220px;
    }
    
    .BkU_tariff_row::before {
        background-size: 30px 30px;
    }
    
    .BkU_tariff_row::after {
        background-size: 25px 25px;
    }
    
    .BkU_tariff_row .container::before {
        width: 90vw;
    }
    
    .BkU_tariff_row .pricing_holder::before {
        filter: blur(40px);
    }
}

@media (max-width: 768px) {
    .BkU_tariff_row {
        padding: 80px 0;
    }
    
    .BkU_tariff_row .price_types {
        grid-template-columns: minmax(280px, 500px);
        justify-content: center;
    }
    
    .BkU_tariff_row .pricing_holder {
        gap: 60px;
    }
    
    .BkU_tariff_row .price_type_text {
        padding: 30px;
    }
    
    .BkU_tariff_row::before {
        background-size: 20px 20px;
    }
    
    .BkU_tariff_row::after {
        background-size: 20px 20px;
    }
    
    .BkU_tariff_row .container::before,
    .BkU_tariff_row .container::after {
        animation-duration: 15s;
    }
}

@media (max-width: 480px) {
    .BkU_tariff_row {
        padding: 60px 0;
    }
    
    .BkU_tariff_row .photo {
        height: 200px;
    }
    
    .BkU_tariff_row .price_info h2 {
        font-size: calc(37px * 0.9);
    }
    
    .BkU_tariff_row .price_type_text {
        padding: 25px 20px;
    }
    
    .BkU_tariff_row .price_type_text .price_amount {
        font-size: calc(37px * 0.85);
    }
    
    .BkU_tariff_row::before,
    .BkU_tariff_row::after {
        opacity: 0.04;
    }
    
    .BkU_tariff_row .container::before,
    .BkU_tariff_row .container::after {
        opacity: 0.1;
    }
    
    .BkU_tariff_row .pricing_holder::before {
        filter: blur(30px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .BkU_tariff_row::before,
    .BkU_tariff_row::after,
    .BkU_tariff_row .container::before,
    .BkU_tariff_row .container::after,
    .BkU_tariff_row .pricing_holder::before,
    .BkU_tariff_row .pricing_holder::after {
        animation: none;
    }
    
    .BkU_tariff_row .price_type,
    .BkU_tariff_row .price_type_holder::before,
    .BkU_tariff_row .photo,
    .BkU_tariff_row .price_type_text h3::after,
    .BkU_tariff_row .price_type_text .price_amount::before,
    .BkU_tariff_row .price_type_text p::before {
        transition: none;
    }
}.cmG_try_immediately {
    padding-bottom: 80px;
    padding-top: 80px;
}

.cmG_try_immediately h2 {
    color: rgb(84,73,116);
}

.cmG_try_immediately .button {
    background: rgb(84,73,116);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.cmG_try_immediately .button:hover {
    background: rgb(94,121,106);
}

.cmG_try_immediately .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cmG_try_immediately h2 {
    font-size: 28px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.cmG_try_immediately .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .cmG_try_immediately .holder {
        flex-direction: column;
    }

    .Hoc_segment-wrapper section.cmG_try_immediately h2 {
        font-size: 26px;
    }

    .cmG_try_immediately h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .cmG_try_immediately .button {
        font-size: 24px;
    }

    .cmG_try_immediately {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.Hoc_segment-wrapper .cmG_try_immediately {
    background: linear-gradient(135deg, rgb(94,121,106), rgb(84,73,116));
    padding: 60px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.Hoc_segment-wrapper .cmG_try_immediately::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 45deg, rgb(94,121,106,0.5), rgb(84,73,116,0.5), rgb(94,121,106,0.5));
    z-index: 0;
    transition: transform 0.5s ease-in-out;
}

.Hoc_segment-wrapper .cmG_try_immediately:hover::before {
    transform: rotate(180deg);
}

.Hoc_segment-wrapper .cmG_try_immediately .holder {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 50px;
    border: 1px solid rgb(84,73,116);
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.Hoc_segment-wrapper .cmG_try_immediately h2 {
    font-family: Roboto, sans-serif;
    font-size: 28px;
    color: #000000;
    text-align: left;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgb(84,73,116,0.5);
}

.Hoc_segment-wrapper .cmG_try_immediately .button {
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(84,73,116), rgb(94,121,106));
    color: #ffffff;
    text-transform: uppercase;
    transition: transform 0.3s, background 0.3s, color 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.Hoc_segment-wrapper .cmG_try_immediately .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(94,121,106), rgb(84,73,116));
    z-index: -1;
    transition: transform 0.5s ease-in-out;
    transform: scale(0);
    border-radius: 30px;
}

.Hoc_segment-wrapper .cmG_try_immediately .button:hover::before {
    transform: scale(1);
}

.Hoc_segment-wrapper .cmG_try_immediately .button:hover {
    color: rgb(94,121,106);
}

@media only screen and (max-width: 800px) {
    .Hoc_segment-wrapper .cmG_try_immediately h2 {
        text-align: center;
        font-size: 21px;
    }

    .Hoc_segment-wrapper .cmG_try_immediately .holder {
        flex-direction: column;
        gap: 30px;
        width: 100%;
        padding: 30px;
    }
}header .top_plank {
    background: rgb(94,121,106);
    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: 15px;
    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;
}footer {
    background: rgb(84,73,116);
    color: #ffffff;
}

footer .copyright {
    background: rgb(94,121,106);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(94,121,106);
}

footer h5 {
    color: rgb(94,121,106);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 21px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 15px;
}

footer .footer_agreement {
    text-align: center;
    margin: 10px 0;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.Hoc_segment-wrapper footer {
    background: rgb(84,73,116);
}

.Hoc_segment-wrapper footer .copyright {
    background: none;
}

.Hoc_segment-wrapper footer .copyright_info {
    text-align: center;
}

.Hoc_segment-wrapper footer .footer_info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Hoc_segment-wrapper footer .footer {
    padding: 14px 0;
    padding-bottom: 0;
}

.Hoc_segment-wrapper footer .menu {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.Hoc_segment-wrapper footer h5 {
    text-align: center;
}

.Hoc_segment-wrapper footer .menu_holder {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    border-top: 1px solid var(--white-color_opacity);
    border-bottom: 1px solid var(--white-color_opacity);
}

.Hoc_segment-wrapper footer .menu a {
    padding: 16px 48px;
    font-weight: 900;
    margin: 5px;
}

.Hoc_segment-wrapper footer .menu a:hover {
    text-decoration: underline;
}

.Hoc_segment-wrapper footer .copyright {
    padding: 10px 0;
    padding-top: 0;
}

@media only screen and (max-width: 800px) {
    .Hoc_segment-wrapper footer .menu a {
        padding: 16px 8px;
    }

    .Hoc_segment-wrapper footer .menu_holder {
        flex-wrap: wrap;
        margin: 10px 0;
    }
}.AiL_program_offerings {
    padding: 100px 0;
    background-color: rgb(84,73,116,0.5);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
}

.AiL_program_offerings::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, transparent 20%, rgb(94,121,106,0.5) 20%, rgb(84,73,116,0.5) 80%);
    animation: rotateBg 15s linear infinite;
    z-index: 0;
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.AiL_program_offerings h2 {
    color: rgb(94,121,106);
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.AiL_program_offerings .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    position: relative;
}

.AiL_program_offerings .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.AiL_program_offerings .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.AiL_program_offerings .course {
    padding: 15px;
    max-width: 45%;
    margin: 15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    box-shadow: 0 0 20px rgb(94,121,106,0.5);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.AiL_program_offerings .course:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgb(94,121,106,0.5);
}

.AiL_program_offerings .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.AiL_program_offerings .photo {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


.AiL_program_offerings .text_holder {
    text-align: center;
    z-index: 1;
    position: relative;
}

.AiL_program_offerings h3 {
    color: rgb(84,73,116);
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(84,73,116,0.5);
}

.AiL_program_offerings p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.AiL_program_offerings .button {
    display: inline-block;
    background: rgb(94,121,106);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 0 20px rgb(94,121,106,0.5);
}

.AiL_program_offerings .button:hover {
    background: rgb(84,73,116);
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgb(84,73,116,0.5);
}

@media (max-width: 768px) {
    .AiL_program_offerings .course {
        max-width: 90%;
        margin: 10px;
    }

    .AiL_program_offerings h2 {
        font-size: 37px;
        margin-bottom: 30px;
    }
}

.Hoc_segment-wrapper .AiL_program_offerings {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.Hoc_segment-wrapper .AiL_program_offerings .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.Hoc_segment-wrapper .AiL_program_offerings .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Hoc_segment-wrapper .AiL_program_offerings .course {
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    box-shadow: 0 0 20px rgb(94,121,106,0.5);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px;
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    width: 100%;
}

.Hoc_segment-wrapper .AiL_program_offerings .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Hoc_segment-wrapper .AiL_program_offerings .photo {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


.Hoc_segment-wrapper .AiL_program_offerings .text_holder {
    text-align: center;
    z-index: 1;
    position: relative;
}

.Hoc_segment-wrapper .AiL_program_offerings h3 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(84,73,116,0.5);
}

.Hoc_segment-wrapper .AiL_program_offerings p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.Hoc_segment-wrapper .AiL_program_offerings .button {
    display: inline-block;
    background: rgb(94,121,106);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 0 20px rgb(94,121,106,0.5);
}

.Hoc_segment-wrapper .AiL_program_offerings .button:hover {
    background: rgb(84,73,116);
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgb(84,73,116,0.5);
}

@media (max-width: 908px) {
    .Hoc_segment-wrapper .AiL_program_offerings .course {
        max-width: 90%;
        margin: 10px;
    }

    .Hoc_segment-wrapper .AiL_program_offerings h3 {
        font-size: 21px;
        margin-bottom: 30px;
    }
}.usT_thanksSpot {
    background-color: rgb(94,121,106,0.5);
    padding: 60px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 50px rgb(94,121,106,0.5);
}
.usT_thanksSpot .container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px;
    border-radius: 29px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 30px rgb(94,121,106,0.5);
    position: relative;
    z-index: 2;
    border: 1px solid rgb(94,121,106);
}
.usT_thanksSpot h2 {
    font-family: Roboto, sans-serif;
    font-size: 33px;
    color: rgb(94,121,106);
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(84,73,116);
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.usT_thanksSpot p {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.8;
    background: rgb(84,73,116,0.5);
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid rgb(94,121,106,0.5);
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .usT_thanksSpot {
        padding: 40px 20px;
    }
    .usT_thanksSpot .container {
        padding: 30px;
    }
    .usT_thanksSpot h2 {
        font-size: calc(33px - 5px);
    }
    .usT_thanksSpot p {
        font-size: calc(13px - 2px);
    }
}
.usT_thanksSpot::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 5%;
    width: 400px;
    height: 400px;
    background: rgb(94,121,106);
    opacity: 0.1;
    filter: blur(80px);
    z-index: 1;
    border-radius: 50%;
}
.usT_thanksSpot::after {
    content: '';
    position: absolute;
    bottom: 20%;
    right: 5%;
    width: 400px;
    height: 400px;
    background: rgb(84,73,116);
    opacity: 0.1;
    filter: blur(80px);
    z-index: 1;
    border-radius: 50%;
}
.usT_thanksSpot .container::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 1px solid rgb(94,121,106,0.5);
    border-radius: 29px;
    z-index: 0;
}
.usT_thanksSpot .container::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 80px;
    height: 80px;
    background: rgb(94,121,106);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    z-index: 0;
}
.awm_join_our_mailing_list {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.awm_join_our_mailing_list .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.awm_join_our_mailing_list input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(84,73,116,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.awm_join_our_mailing_list h2 {
    margin-bottom: 20px;
    text-align: center;
}

.awm_join_our_mailing_list .button {
    background: rgb(84,73,116);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.awm_join_our_mailing_list .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .awm_join_our_mailing_list .holder {
        flex-direction: column;
    }

    .awm_join_our_mailing_list {
        padding: 30px 20px;
    }

    .awm_join_our_mailing_list input {
        min-width: unset;
    }

    .awm_join_our_mailing_list .button {
        flex-shrink: unset;
    }

    .awm_join_our_mailing_list .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .awm_join_our_mailing_list input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .Hoc_segment-wrapper .awm_join_our_mailing_list .holder h2 {
        font-size: 20px;
    }
}

.Hoc_segment-wrapper .awm_join_our_mailing_list .holder {
    flex-direction: row;
    min-width: 60%;
    width: 100%;
    border-radius: 80px;
    background: rgb(94,121,106);
    margin: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 16px 32px;
}

.Hoc_segment-wrapper .awm_join_our_mailing_list .button {
    background: rgb(84,73,116);
    border-radius: 24px;
    color: rgb(94,121,106);
}

.Hoc_segment-wrapper .awm_join_our_mailing_list h2 {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    max-width: 60%;
    padding: 0 15px;
}

.Hoc_segment-wrapper .awm_join_our_mailing_list {
    position: relative;
}

.Hoc_segment-wrapper .awm_join_our_mailing_list::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: rgb(84,73,116);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.Hoc_segment-wrapper .awm_join_our_mailing_list input {
    border-radius: 80px;
    background: #ffffff;
    color: inherit;
    margin-right: 15px;
}

.Hoc_segment-wrapper .awm_join_our_mailing_list .input_holder {
    flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
    .Hoc_segment-wrapper .awm_join_our_mailing_list .holder {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .Hoc_segment-wrapper .awm_join_our_mailing_list {
        padding: 20px 10px;
    }

    .Hoc_segment-wrapper .awm_join_our_mailing_list .holder {
        flex-direction: column;
        width: 100%;
        padding: 30px;
    }

    .Hoc_segment-wrapper .awm_join_our_mailing_list .input_holder {
        flex-direction: column;
    }

    .Hoc_segment-wrapper .awm_join_our_mailing_list h2 {
        max-width: unset;
        margin-bottom: 16px;
        padding: 0 5px;
    }

    .Hoc_segment-wrapper .awm_join_our_mailing_list input {
        margin: 0;
        margin-bottom: 16px;
    }
}.main_header {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}
.main_header .header_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
}
.main_header .header_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(94,121,106);
    font-weight: 700;
    font-size: 21px;
    transition: color 0.3s ease;
}
.main_header .header_logo:hover {
    color: rgb(84,73,116);
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    fill: rgb(94,121,106);
    transition: fill 0.3s ease;
}
.main_header .header_logo:hover svg,
.main_header .header_logo:hover img {
    fill: rgb(84,73,116);
}
.main_header .header_description {
    font-size: 15px;
    color: #000000;
    margin-left: 20px;
    position: relative;
    padding-left: 15px;
}
.main_header .header_description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background-color: rgb(94,121,106);
}
.main_header .header_menu {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.main_header .header_menu a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    font-size: 14px;
    transition: color 0.3s ease;
}
.main_header .header_menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(94,121,106);
    transition: width 0.3s ease;
}
.main_header .header_menu a:hover,
.main_header .header_menu a:focus {
    color: rgb(94,121,106);
}
.main_header .header_menu a:hover::after,
.main_header .header_menu a:focus::after {
    width: 100%;
}
@media (max-width: 1200px) {
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    .main_header .logo_holder {
        margin-bottom: 15px;
    }
    .main_header .header_description {
        margin-left: 0;
        margin-bottom: 15px;
        padding-left: 0;
        padding-top: 15px;
    }
    .main_header .header_description::before {
        left: 0;
        top: 0;
        transform: none;
        width: 50px;
        height: 3px;
    }
    .main_header .header_menu {
        flex-direction: column;
        width: 100%;
    }
    .main_header .header_menu a {
        padding: 10px 0;
        border-bottom: 1px solid rgb(84,73,116,0.5);
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
    .main_header .header_menu a::after {
        display: none;
    }
}
.main_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgb(94,121,106);
}
@media (prefers-reduced-motion: reduce) {
    .main_header,
    .main_header *,
    .main_header *::before,
    .main_header *::after {
        transition: none !important;
    }
}.sDn_contact_information {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sDn_contact_information h3 {
    color: rgb(84,73,116);
}

.sDn_contact_information .form {
    background: rgb(104,170,95);
    border-radius: 10px;
}

.sDn_contact_information .info svg, .sDn_contact_information .info svg path {
    fill: rgb(94,121,106);
}

.sDn_contact_information .info .contact_info h5 {
    color: rgb(94,121,106);
}

.sDn_contact_information .info span {
    color: #000000;
}

.sDn_contact_information .info .contact_info svg, .sDn_contact_information .info .contact_info svg path {
    fill: #000000;
}

.sDn_contact_information form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.sDn_contact_information form .button {
    background: rgb(84,73,116);
    color: #ffffff;
    border-radius: 100px;
}

.sDn_contact_information form .button:hover {
    background: rgb(94,121,106);
}


.sDn_contact_information .holder {
    display: flex;
}

.sDn_contact_information .holder > div {
    width: 50%;
    padding: 40px;
}

.sDn_contact_information .form {

}

.sDn_contact_information .form form {
    display: flex;
    flex-direction: column;
}

.sDn_contact_information h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
}

.sDn_contact_information .info {
    padding-top: 40px;
}

.sDn_contact_information form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.sDn_contact_information form .button {
    font-weight: 400;
    cursor: pointer;
}

.sDn_contact_information .info .contact_info h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
}

.sDn_contact_information .info svg, .sDn_contact_information .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.sDn_contact_information .info span {
    font-size: 12px;
}

.sDn_contact_information .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;
}

.sDn_contact_information .logo_holder svg, .sDn_contact_information .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.sDn_contact_information .info .contact_info span {
    font-weight: 300;
}

.sDn_contact_information .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.sDn_contact_information .name_holder {
    display: flex;
    justify-content: space-between;
}

.sDn_contact_information .name_holder #surname {
    margin-left: 24px;
}

.sDn_contact_information .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sDn_contact_information .agree label {
    display: block;
}

.sDn_contact_information .agree a {
    margin-left: 5px;
    color: rgb(94,121,106);
}

.sDn_contact_information .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .sDn_contact_information .holder {
        flex-direction: column;
    }

    .sDn_contact_information .holder > div {
        width: 100%;
    }

    .sDn_contact_information {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sDn_contact_information h3 {
        font-size: 30px;
    }
}

.Hoc_segment-wrapper .sDn_contact_information .holder {
    justify-content: center;
    position: relative;
    padding-top: 20px;
}

.Hoc_segment-wrapper .sDn_contact_information {
    background: linear-gradient(to right, rgb(94,121,106), rgb(104,170,95));
    padding-top: 100px;
}

.Hoc_segment-wrapper .sDn_contact_information .form {
    border-radius: 20px;
    background: #ffffff;
    width: 60%;
    position: relative;
    z-index: 1;
    padding: 30px;

}

.Hoc_segment-wrapper .sDn_contact_information .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.Hoc_segment-wrapper .sDn_contact_information form {
    align-items: center;
}

.Hoc_segment-wrapper .sDn_contact_information form input {
    background: none;
    border: none;
    border-bottom: 1px solid rgb(84,73,116);
    border-radius: 0;
    padding: 10px 12px;
    font-size: 16px;
    color: #000000;
}

.Hoc_segment-wrapper .sDn_contact_information form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    text-align: left;
}

.Hoc_segment-wrapper .sDn_contact_information .name_holder {
    flex-direction: column;
    width: 100%;
}

.Hoc_segment-wrapper .sDn_contact_information .name_holder #surname {
    margin-left: 0;
}

.Hoc_segment-wrapper .sDn_contact_information h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    position: absolute;
    margin: auto;
    top: -90px;
}

.Hoc_segment-wrapper .sDn_contact_information .agree {
    width: 100%;
}

.Hoc_segment-wrapper .sDn_contact_information .agree a {
    text-decoration: none;
    color: rgb(94,121,106);
}

.Hoc_segment-wrapper .sDn_contact_information form .button {
    background: rgb(94,121,106);
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .Hoc_segment-wrapper .sDn_contact_information {
        padding-top: 80px;
    }

    .Hoc_segment-wrapper .sDn_contact_information .holder > div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .Hoc_segment-wrapper .sDn_contact_information form .button {
        width: 100%;
    }

    .Hoc_segment-wrapper .sDn_contact_information h3 {
        font-size: 24px;
        line-height: 26px;
        top: -80px;
    }
}.AJE_title_board {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.AJE_title_board .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;

    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.AJE_title_board .title_page_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(94,121,106,0.5);
    z-index: 1;
}
.AJE_title_board .style_element {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 50px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    text-align: center;
}
.AJE_title_board .style_element h1 {
    font-size: 47px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.AJE_title_board .style_element h3 {
    font-size: 38px;
    font-weight: 400;
    color: rgb(84,73,116);
    margin-bottom: 16px;
}
.AJE_title_board .style_element p {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .AJE_title_board .title_page_holder {
        min-height: 400px;
    }
    .AJE_title_board .style_element {
        padding: 30px;
        max-width: 90%;
    }
    .AJE_title_board .style_element h1 {
        font-size: 38px;
    }
    .AJE_title_board .style_element h3 {
        font-size: 22px;
    }
    .AJE_title_board .style_element p {
        font-size: 17px;
    }
}
.Hoc_segment-wrapper .AJE_title_board {
    position: relative;
    overflow: hidden;
}
.Hoc_segment-wrapper .AJE_title_board::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(84,73,116,0.5);
    z-index: 0;
    pointer-events: none;
}
.Hoc_segment-wrapper .AJE_title_board .style_element {
    position: relative;
    z-index: 2;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    margin: 40px auto;
    text-align: left;
}
.Hoc_segment-wrapper .AJE_title_board .style_element h1 {
    font-size: 47px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}
.Hoc_segment-wrapper .AJE_title_board .style_element h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(94,121,106);
    margin-bottom: 12px;
}
.Hoc_segment-wrapper .AJE_title_board .style_element p {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}
.AJE_title_board .style_element h1 span {
    display: inline-block;
    background: rgb(94,121,106);
    padding: 0 10px;
    border-radius: 10px;
    color: #ffffff;
}
.AJE_title_board .style_element h3 span {
    background: rgb(84,73,116);
    padding: 0 5px;
    border-radius: 10px;
    color: #ffffff;
}
.AJE_title_board .style_element p::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(94,121,106);
}
.Hoc_segment-wrapper .AJE_title_board .style_element {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Hoc_segment-wrapper .AJE_title_board .style_element:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}.oVd_mentorship_experience {
    padding: 100px 0;
    background: rgb(84,73,116);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.oVd_mentorship_experience::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgb(94,121,106,0.5), transparent);
    z-index: 1;
    pointer-events: none;
    animation: rotateBackground 10s linear infinite;
}
@keyframes rotateBackground {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.oVd_mentorship_experience .container {
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.oVd_mentorship_experience .holder {
    display: flex;
}
.oVd_mentorship_experience .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.oVd_mentorship_experience .review .photo {
    width: 500px;
    height: 500px;
    margin-bottom: 20px;
    border-radius: 24px;
    border: 4px solid rgb(94,121,106);
    overflow: hidden;
    transition: transform 0.3s ease;
}
.oVd_mentorship_experience .review .photo:hover {
    transform: scale(1.05);
}
.oVd_mentorship_experience .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    margin-bottom: 20px;
}
.oVd_mentorship_experience .worker_description p {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 600;
}
.oVd_mentorship_experience .worker_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.oVd_mentorship_experience .worker_info p {
    margin: 10px 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}
.oVd_mentorship_experience .worker_info .quote {
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.oVd_mentorship_experience .worker_info .story {
    font-size: 18px;
    border-left: 3px solid rgb(94,121,106);
    padding-left: 20px;
}
@media only screen and (max-width: 1200px) {
    .oVd_mentorship_experience .holder {
        grid-template-columns: 1fr;
    }
    .oVd_mentorship_experience .worker_info {
        align-items: center;
        text-align: center;
    }
    .oVd_mentorship_experience .worker_info .story {
        border-left: none;
        border-top: 3px solid rgb(94,121,106);
        padding-left: 0;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .oVd_mentorship_experience .container {
        padding: 20px;
    }
    .oVd_mentorship_experience .review .photo {
        max-width: 100%;
        width: 300px;
        height: 300px;
    }
}
.eDy_operation_process {
    padding-bottom: 80px;
    padding-top: 80px;
}

.eDy_operation_process .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}

.eDy_operation_process h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.eDy_operation_process p {
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .eDy_operation_process {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.Hoc_segment-wrapper .eDy_operation_process {
    position: relative;
    padding-top: 100px;
}

.Hoc_segment-wrapper .eDy_operation_process::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    background: rgb(94,121,106);
    z-index: 0;
}

.Hoc_segment-wrapper .eDy_operation_process .holder {
    position: relative;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    padding: 36px;
}

.Hoc_segment-wrapper .eDy_operation_process h2 {
    font-size: 40px;
    margin-bottom: 46px;
}

.Hoc_segment-wrapper .eDy_operation_process p {
    width: 70%;
    font-size: 22px;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .Hoc_segment-wrapper .eDy_operation_process .holder {
        padding: 20px;
    }

    .Hoc_segment-wrapper .eDy_operation_process {
        padding: 50px 0;
    }

    .Hoc_segment-wrapper .eDy_operation_process h2 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 16px;
    }

    .Hoc_segment-wrapper .eDy_operation_process p {
        width: 100%;
        font-size: 20px;
    }
}