﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 11px;
}::-webkit-scrollbar-track {
    border-radius: 20em;
    background: rgb(100,180,167,0.5);
    box-shadow: inset -3px -2px 4px 8px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb {
    border-radius: 9%;
    animation: shift_scrollbar 2.1s linear infinite;
    background: rgb(163,200,193);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(100,180,167);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px -1px 1px 6px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255, 0.5);
}html {
    scrollbar-color: rgb(100,180,167,0.5) rgb(163,200,193,0.5);
    scrollbar-width: none;
}.head_learning3 {
    flex: 1 0 auto;
}.content-wrapper5 {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}.container {
    width: 1124px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.recycle_info7 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_bucket3 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_bucket3::before {
    backdrop-filter: blur(8px);
    right: 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(163,200,193,0.5) 100%);
}.pricing_bucket3 .container {
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.pricing_bucket3 .pricing_deals3 {
    align-items: center;
    flex-direction: column;
    display: flex;
}.pricing_bucket3 h2 {
    animation: fadeSlideDown 0.8s ease-out forwards;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 31px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translateY(0);
    margin-bottom: 25px;
}.pricing_bucket3 h2::after {
    position: absolute;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    background: rgb(163,200,193);
    left: 50%;
    height: 3px;
    content: "";
    bottom: -15px;
    transform: translateX(-50%) scaleX(0);
}.pricing_bucket3 .pricing_pack8 {
    margin: 0 auto 60px;
    font-size: calc(14px * 1.1);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    text-align: center;
    transform: translateY(20px);
    line-height: 1.6;
    color: #ffffff;
    max-width: 700px;
    opacity: 0;
}.pricing_bucket3 .fee_chart8 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    margin: 0;
    width: 100%;
    display: grid;
    perspective: 1000px;
    padding: 0;
}.pricing_bucket3 .fee_chart8 li {
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    transform: translateY(30px) rotateX(10deg);
    opacity: 0;
}.pricing_bucket3 .fee_chart8 li:nth-child(1) {
    animation-delay: 0.4s;
}.pricing_bucket3 .fee_chart8 li:nth-child(2) {
    animation-delay: 0.6s;
}.pricing_bucket3 .fee_chart8 li:nth-child(3) {
    animation-delay: 0.8s;
}.pricing_bucket3 .fee_chart8 li:nth-child(4) {
    animation-delay: 1s;
}.pricing_bucket3 .learning_plan2 {
    display: block;
    will-change: transform;
    text-decoration: none;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    height: 100%;
    color: #000000;
}.pricing_bucket3 .learning_plan2:hover {
    transform: translateY(-12px);
}.pricing_bucket3 .class_cost6 {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
}.pricing_bucket3 .learning_plan2:hover .class_cost6 {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}.pricing_bucket3 .class_cost6::before {
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    transform: scaleX(0);
    content: "";
    transform-origin: right;
    top: 0;
    background: linear-gradient(90deg, rgb(163,200,193) 0%, rgb(100,180,167) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
}.pricing_bucket3 .learning_plan2:hover .class_cost6::before {
    transform-origin: left;
    transform: scaleX(1);
}.pricing_bucket3 .price_view5 {
    padding: 35px 30px;
    position: relative;
}.pricing_bucket3 .price_view5 h4 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    transition: color 0.35s ease;
    font-size: calc(21px * 1.1);
}.pricing_bucket3 .learning_plan2:hover .price_view5 h4 {
    color: rgb(163,200,193);
}.pricing_bucket3 .price_view5 h4::after {
    position: absolute;
    transition: width 0.35s ease, background 0.35s ease;
    height: 2px;
    content: "";
    background: rgb(163,200,193,0.5);
    bottom: 0;
    left: 0;
    width: 50px;
}.pricing_bucket3 .learning_plan2:hover .price_view5 h4::after {
    background: rgb(163,200,193);
    width: 75px;
}.pricing_bucket3 .price_view5 p {
    margin-bottom: 30px;
    max-height: 150px;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 15px;
    font-size: 14px;
    position: relative;
    color: #000000;
}.pricing_bucket3 .price_view5 p::-webkit-scrollbar {
    width: 6px;
}.pricing_bucket3 .price_view5 p::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}.pricing_bucket3 .price_view5 p::-webkit-scrollbar-thumb {
    background: rgb(163,200,193,0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
}.pricing_bucket3 .learning_plan2:hover .price_view5 p::-webkit-scrollbar-thumb {
    background: rgb(163,200,193);
}.pricing_bucket3 .discount_deals8 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgb(100,180,167,0.5) 0%, rgb(163,200,193) 100%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    align-items: center;
    font-size: calc(21px * 1.2);
    font-weight: 700;
    padding: 12px 20px;
}.pricing_bucket3 .learning_plan2:hover .discount_deals8 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}.pricing_bucket3 .discount_deals8::before {
    content: "";
    position: absolute;
    top: 0;
    transition: transform 0.6s ease;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: 0;
}.pricing_bucket3 .learning_plan2:hover .discount_deals8::before {
    transform: translateX(100%);
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.pricing_bucket3 {
    padding: 100px 0;
}.pricing_bucket3 .fee_chart8 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.pricing_bucket3 {
    padding: 80px 0;
}.pricing_bucket3 h2 {
    font-size: calc(31px * 0.9);
}.pricing_bucket3 .pricing_pack8 {
    font-size: 14px;
    margin-bottom: 50px;
}.pricing_bucket3 .fee_chart8 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.pricing_bucket3 .price_view5 {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.pricing_bucket3 {
    padding: 60px 0;
}.pricing_bucket3 h2 {
    font-size: calc(31px * 0.8);
}.pricing_bucket3 .pricing_pack8 {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.pricing_bucket3 .fee_chart8 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_bucket3 .price_view5 p {
    max-height: none;
}
}

@media (max-width: 480px) {.pricing_bucket3 {
    padding: 50px 0;
}.pricing_bucket3 h2 {
    font-size: calc(31px * 0.7);
}.pricing_bucket3 .price_view5 {
    padding: 20px 18px;
}.pricing_bucket3 .discount_deals8 {
    padding: 10px 15px;
    font-size: calc(21px * 1.1);
}}.audience_profile6 {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, rgb(163,200,193,0.5) 100%);
}.audience_profile6::before {
    z-index: 1;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(100,180,167,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(163,200,193,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
}.audience_profile6::after {
    content: "";
    z-index: 2;
    bottom: 0;
    position: absolute;
    height: 120px;
    background-position: center;
    left: 0;
    background-size: cover;
    width: 100%;
}@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.audience_profile6 .container {
    z-index: 3;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.audience_profile6 .founders_team8 {
    perspective: 1000px;
    border-radius: 11px;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
    background: #ffffff;
}.audience_profile6 .founders_team8::before {
    content: "";
    position: absolute;
    height: 100px;
    border-radius: 10px;
    z-index: -1;
    width: 100px;
    transform: rotate(-15deg) translateZ(-10px);
    right: -10px;
    opacity: 0.3;
    top: -10px;
    background: rgb(100,180,167);
}.audience_profile6 .founders_team8::after {
    border-radius: 10px;
    left: -15px;
    position: absolute;
    transform: rotate(10deg) translateZ(-15px);
    width: 120px;
    bottom: -15px;
    opacity: 0.3;
    z-index: -1;
    height: 120px;
    background: rgb(163,200,193);
    content: "";
}.audience_profile6 h4 {
    text-align: center;
    font-size: 38px;
    color: rgb(163,200,193);
    margin-bottom: 35px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}.audience_profile6 h4::after {
    width: 70px;
    background: linear-gradient(90deg, rgb(163,200,193), rgb(100,180,167));
    height: 4px;
    border-radius: 10px;
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
}.audience_profile6 div > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}.audience_profile6 p {
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-bottom: 0;
    font-size: 12px;
    transition: all 0.3s ease;
    color: #000000;
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    align-items: center;
    overflow: hidden;
}.audience_profile6 p::before {
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(163,200,193), rgb(100,180,167));
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
}.audience_profile6 p::after {
    height: 100%;
    background: linear-gradient(135deg, rgb(163,200,193,0.5) 0%, transparent 100%);
    position: absolute;
    opacity: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    top: 0;
    transition: all 0.4s ease;
}.audience_profile6 p:hover {
    color: #000000;
    transform: translateY(-5px);
}.audience_profile6 p:hover::before {
    width: 8px;
}.audience_profile6 p:hover::after {
    opacity: 0.15;
}.audience_profile6 p svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    transition: all 0.3s ease;
    margin-right: 15px;
}.audience_profile6 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,200,193);
}.audience_profile6 p:hover svg {
    transform: scale(1.2);
}.audience_profile6 p:hover svg path {
    fill: rgb(100,180,167);
}@keyframes floatItem {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.audience_profile6 p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}.audience_profile6 p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.audience_profile6 .founders_team8 > div p {
    animation: fadeSlideUp 0.6s ease forwards;
    opacity: 0;
}.audience_profile6 .founders_team8 > div p:nth-child(1) {
    animation-delay: 0.2s;
}.audience_profile6 .founders_team8 > div p:nth-child(2) {
    animation-delay: 0.4s;
}.audience_profile6 .founders_team8 > div p:nth-child(3) {
    animation-delay: 0.6s;
}.audience_profile6 .founders_team8 > div p:nth-child(4) {
    animation-delay: 0.8s;
}.audience_profile6 .founders_team8 > div p:nth-child(5) {
    animation-delay: 1s;
}.audience_profile6 .founders_team8 > div p:nth-child(6) {
    animation-delay: 1.2s;
}

@media (max-width: 991px) {.audience_profile6 {
    padding: 80px 0;
}.audience_profile6 .founders_team8 {
    padding: 40px 30px;
}.audience_profile6 h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.audience_profile6 div > div {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.audience_profile6 p {
    padding: 15px;
}.audience_profile6::after {
    height: 80px;
}
}

@media (max-width: 768px) {.audience_profile6 {
    padding: 70px 0 90px;
}.audience_profile6 .founders_team8 {
    padding: 35px 25px;
}.audience_profile6 h4 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.audience_profile6 div > div {
    grid-template-columns: 1fr;
}.audience_profile6::after {
    height: 60px;
}
}

@media (max-width: 576px) {.audience_profile6 {
    padding: 60px 0 80px;
}.audience_profile6 .founders_team8 {
    padding: 30px 20px;
}.audience_profile6 .founders_team8::before,
    .audience_profile6 .founders_team8::after {
    width: 70px;
    height: 70px;
}.audience_profile6 h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: calc(38px * 0.7);
}.audience_profile6 h4::after {
    height: 3px;
    width: 50px;
}.audience_profile6 p {
    padding: 12px;
    font-size: calc(12px * 0.9);
}.audience_profile6 p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.audience_profile6::after {
    height: 40px;
}}footer {
    margin-top: 0;
    background-color: #000000;
    position: relative;
}footer::before {
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(163,200,193,0.5) 50%,
    #000000 100%);
    z-index: 1;
}.recycle_info7 {
    z-index: 5;
    padding: 60px 0 40px;
    background-color: transparent;
    position: relative;
}.recycle_info7 .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
    grid-gap: 30px;
}.recycle_info7 .company_holder {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    grid-column: span 4;
}.recycle_info7 .company_holder h3 {
    margin-bottom: 20px;
    font-size: 34px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.recycle_info7 .company_holder h3::after {
    width: 100%;
    content: "";
    background: rgb(163,200,193);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -8px;
}.recycle_info7 .collab_net9 {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.8;
    line-height: 1.6;
}.recycle_info7 .teach_supp1 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column: span 8;
    grid-gap: 30px;
}.recycle_info7 .main_start1 {
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}.recycle_info7 .main_start1 h5 {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}.recycle_info7 .main_start1 h5::after {
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgb(100,180,167);
    content: "";
    position: absolute;
}.recycle_info7 .main_start1 .main_primary0 {
    display: grid;
    grid-gap: 15px;
}.recycle_info7 .main_start1 .main_primary0 a {
    padding-left: 15px;
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
    opacity: 0.8;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 12px;
}.recycle_info7 .main_start1 .main_primary0 a::before {
    height: 6px;
    transform: translateY(-50%);
    background: rgb(100,180,167);
    top: 50%;
    border-radius: 50%;
    content: "";
    left: 0;
    width: 6px;
    position: absolute;
}.recycle_info7 .main_start1 .main_primary0 a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(163,200,193);
}.review_block7 {
    padding: 25px 0;
    z-index: 5;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}.review_block7 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.review_block7 .site_map5 {
    text-align: center;
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 991px) {.recycle_info7 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.recycle_info7 .company_holder {
    grid-column: span 12;
}.recycle_info7 .teach_supp1 {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.recycle_info7 {
    padding: 40px 0 30px;
}.recycle_info7 .teach_supp1 {
    grid-template-columns: 1fr;
}.recycle_info7 .company_holder {
    padding: 25px;
}.recycle_info7 .main_start1 {
    padding: 25px;
}.recycle_info7 .company_holder h3 {
    font-size: calc(34px - 2px);
}.recycle_info7 .main_start1 h5 {
    font-size: calc(20px - 1px);
}
}

@media (max-width: 575px) {.recycle_info7 {
    padding: 30px 0 20px;
}.recycle_info7 .company_holder,
  .recycle_info7 .main_start1 {
    padding: 20px;
}.recycle_info7 .company_holder h3 {
    font-size: calc(34px - 4px);
}.review_block7 {
    padding: 20px 0;
}}

.recycle_info7 .company_holder:hover,
.recycle_info7 .main_start1:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.recycle_info7 .container::before {
    background: 
    linear-gradient(to right, rgb(163,200,193,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(163,200,193,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    pointer-events: none;
    top: 0;
    z-index: -1;
}.recycle_info7 .company_holder::before {
    position: absolute;
    width: 5px;
    height: 100%;
    background: rgb(163,200,193);
    left: 0;
    content: "";
    opacity: 0.5;
    top: 0;
}.recycle_info7 .main_start1::before {
    position: absolute;
    background: rgb(100,180,167);
    content: "";
    opacity: 0.5;
    height: 100%;
    left: 0;
    width: 5px;
    top: 0;
}footer::after {
    content: "";
    z-index: 2;
    opacity: 0.3;
    bottom: 0;
    width: 100%;
    height: 5px;
    position: absolute;
    background: linear-gradient(to right,
    rgb(163,200,193),
    rgb(100,180,167),
    rgb(163,200,193));
    left: 0;
}.recycle_info7 .main_primary0 {
    position: relative;
}.recycle_info7 .main_primary0::after {
    left: 0;
    height: 1px;
    bottom: -15px;
    background: rgb(100,180,167,0.5);
    opacity: 0.2;
    position: absolute;
    content: "";
    width: 100%;
}.recycle_info7 .main_start1 h5,
.recycle_info7 .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.recycle_info7 .main_start1:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.recycle_info7 .main_start1:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.review_block7 .site_map5 {
    position: relative;
    display: inline-block;
}.review_block7 .site_map5::before {
    top: 50%;
    transform: translateY(-50%);
    background: rgb(163,200,193);
    height: 1px;
    width: 30px;
    position: absolute;
    opacity: 0.5;
    content: "";
    left: -40px;
}.review_block7 .site_map5::after {
    position: absolute;
    transform: translateY(-50%);
    width: 30px;
    background: rgb(163,200,193);
    right: -40px;
    content: "";
    height: 1px;
    opacity: 0.5;
    top: 50%;
}header .top_plank {
    color:  #ffffff;
    background: rgb(163,200,193);
}header .top_plank .аnav_notice1 div svg, header .top_plank .аnav_notice1 div svg path {
    fill: #ffffff;
}header .top_plank .аnav_notice1 div span {
    color: #ffffff;
}header .top_plank .аnav_notice1 {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    padding: 15px 0 10px 0;
    line-height: 21px;
    font-size: 13px;
}header .top_plank .аnav_notice1 div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .аnav_notice1 div img, header .top_plank .аnav_notice1 div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.opening_board8 {
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(213,226,223), rgba(0, 0, 0, 0.5));
}.opening_board8 .icon_image3 {
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    box-shadow: inset 0 0 100px 20px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
    opacity: 0.9;
    animation: subtle-zoom 20s infinite alternate ease-in-out;
    height: 100%;
}.opening_board8 .icon_image3::after {
    width: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(
        145deg,
        rgba(30, 30, 50, 0.8),
        rgba(30, 30, 50, 0.6),
        rgba(94, 170, 168, 0.3)
    );
    content: '';
    position: absolute;
    height: 100%;
}.opening_board8 .founders_team8 {
    position: relative;
    grid-template-columns: 1.2fr 1fr;
    display: grid;
    grid-gap: 3rem;
    transform: translateY(-2vh);
    padding: 3rem;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
}.opening_board8 h1 {
    margin-bottom: 2rem;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    animation: slide-in 0.8s 0.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    transform: translateX(-30px);
    position: relative;
    font-size: calc(38px * 1.2);
}.opening_board8 h1::after {
    height: 3px;
    transform-origin: left;
    bottom: -15px;
    content: '';
    animation: line-grow 1.2s 0.9s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    transform: scaleX(0);
    width: 80px;
    background: rgb(163,200,193);
    left: 0;
    position: absolute;
}.opening_board8 .message_holder2 {
    backdrop-filter: blur(10px);
    animation: fade-up 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    position: relative;
    opacity: 0;
    transform: translateY(30px) rotate(-1deg);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.85)
    );
}.opening_board8 .message_holder2::before {
    opacity: 0;
    bottom: -5px;
    content: '';
    top: -5px;
    animation: border-appear 1s 1.2s forwards ease;
    border: 1px solid rgba(94, 170, 168, 0.3);
    position: absolute;
    left: -5px;
    pointer-events: none;
    right: -5px;
}.opening_board8 .message_holder2 p {
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    position: relative;
    animation: fade-up 0.8s 0.8s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    margin-bottom: 2rem;
    font-size: calc(14px * 1.2);
    line-height: 1.6;
}.opening_board8 .learn_expressfast1 {
    transform: translateY(20px);
    display: flex;
    justify-content: center;
    opacity: 0;
    animation: fade-up 0.8s 1s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    margin: 2rem 0;
}.opening_board8 .learn_expressfast1 svg {
    width: 120px;
    transition: transform 0.5s ease;
    height: 120px;
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
}.opening_board8 .learn_expressfast1 svg:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 8px 20px rgba(94, 170, 168, 0.4));
}.opening_board8 .learn_expressfast1 svg path {
    fill: rgb(163,200,193);
    transition: fill 0.3s ease;
}.opening_board8 .learn_expressfast1 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.opening_board8 .learn_expressfast1 svg:hover path {
    fill: rgb(74, 150, 148);
}.opening_board8 .learn_expressfast1 svg:hover text {
    fill: rgb(74, 150, 148);
}.opening_board8 h6 {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    animation: fade-up 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    transform: translateY(20px);
    opacity: 0;
}.opening_board8 h6 .inquiry_reach3 {
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.21, 1.05);
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(
        135deg,
        rgb(163,200,193),
        rgb(84, 160, 158)
    );
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(94, 170, 168, 0.4);
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
    position: relative;
    padding: 1rem 2.5rem;
}.opening_board8 h6 .inquiry_reach3::before {
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
    z-index: -1;
    content: '';
    left: -100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}.opening_board8 h6 .inquiry_reach3:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.5);
}.opening_board8 h6 .inquiry_reach3:hover::before {
    left: 100%;
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0) rotate(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    to {
        transform: scaleX(1);
    }
}

@keyframes border-appear {
    to {
        opacity: 1;
    }
}

@keyframes subtle-zoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.12);
    }
}

@media (max-width: 992px) {.opening_board8 .founders_team8 {
    padding: 2rem;
    grid-template-columns: 1fr;
}.opening_board8 h1 {
    text-align: center;
    font-size: calc(38px * 1.1);
}.opening_board8 h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes line-grow {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }

    .opening_board8 .message_holder2 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.opening_board8 {
    min-height: calc(100vh - 60px);
}.opening_board8 .founders_team8 {
    padding: 1.5rem;
    grid-gap: 2rem;
}.opening_board8 h1 {
    font-size: 38px;
    margin-bottom: 1.5rem;
}.opening_board8 .message_holder2 {
    padding: 2rem 1.5rem;
}.opening_board8 .message_holder2 p {
    font-size: 14px;
}.opening_board8 .learn_expressfast1 svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 576px) {.opening_board8 .founders_team8 {
    padding: 1rem;
}.opening_board8 h1 {
    font-size: calc(38px * 0.9);
}.opening_board8 .message_holder2 {
    padding: 1.5rem 1.25rem;
}.opening_board8 h6 .inquiry_reach3 {
    font-size: calc(14px * 0.9);
    padding: 0.85rem 2rem;
}.opening_board8 .learn_expressfast1 svg {
    width: 80px;
    height: 80px;
}
}

@media (max-height: 700px) {.opening_board8 {
    min-height: 700px;
}.opening_board8 .founders_team8 {
    transform: translateY(0);
}}.privacy_chamber8 {
    width: 100%;
    padding: 40px;
    height: auto;
}.privacy_chamber8 h1 {
    border-bottom: 2px solid rgb(100,180,167);
    font-family: Arial, sans-serif;
    font-size: 44px;
    padding-bottom: 10px;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    grid-column: span 2;
    text-shadow: 0 0 10px rgb(163,200,193);
    color: rgb(163,200,193);
}.privacy_chamber8 h2 {
    font-family: Arial, sans-serif;
    color: rgb(100,180,167);
    padding-left: 10px;
    border-left: 4px solid rgb(163,200,193);
    text-shadow: 0 0 5px rgb(100,180,167);
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 0;
    font-size: 33px;
}.privacy_chamber8 ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}.privacy_chamber8 li {
    line-height: 1.5;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: rgb(100,180,167,0.5);
    border: 1px solid rgb(163,200,193);
    text-shadow: 0 0 5px rgb(163,200,193);
    padding: 10px;
    font-size: 16px;
}.privacy_chamber8 div {
    padding: 15px;
    border-radius: 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 16px;
    font-family: Arial, sans-serif;
    background: rgb(163,200,193,0.5);
    border: 1px solid rgb(100,180,167);
    line-height: 1.8;
    margin-bottom: 15px;
}.privacy_chamber8 p, .privacy_chamber8 span {
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgb(100,180,167);
    line-height: 1.8;
    font-size: 16px;
}
@media only screen and (max-width: 800px) {.privacy_chamber8 {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
}.privacy_chamber8 h1 {
    font-size: calc(23px - 4px);
    margin-bottom: 15px;
}.privacy_chamber8 h2 {
    margin-bottom: 10px;
    font-size: calc(23px - 2px);
}.privacy_chamber8 ul {
    padding-left: 0;
}.privacy_chamber8 li {
    margin-bottom: 8px;
    padding: 8px;
}.privacy_chamber8 div {
    padding: 10px;
}}.program_information6 {
    min-height: 100vh;
    background-color: rgb(213,226,223);
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    grid-template-rows: 1fr;
}.program_information6 .job_success5 {
    grid-column: 4 / span 8;
    position: relative;
    z-index: 1;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    grid-row: 1;
    height: 100%;
}.program_information6 .job_success5::before {
    width: 30%;
    z-index: 2;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    background: linear-gradient(90deg, rgb(100,180,167,0.5), transparent);
}.program_information6 .knowledge4 {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}.program_information6 .career_classes4 {
    perspective: 1000px;
    position: relative;
    width: 100%;
    height: 100%;
}.program_information6 .pro_skills7 {
    transform: translateZ(-50px);
    transition: opacity 0.8s, transform 0.8s;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0;
    width: 100%;
    top: 0;
}.program_information6 .pro_skills7:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}.program_information6 .pro_skills7:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}.program_information6 .pro_skills7:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}.program_information6 .pro_skills7:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}.program_information6 .pro_skills7:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}.program_information6 .pro_skills7 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}.program_information6 .knowledge4:hover .pro_skills7 {
    animation-play-state: paused;
}.program_information6 .container {
    position: relative;
    display: flex;
    padding: 0 0 0 4rem;
    align-items: center;
    z-index: 2;
    grid-column: 1 / span 7;
    justify-content: flex-start;
    grid-row: 1;
}.program_information6 .founders_team8 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    max-width: 550px;
    position: relative;
}.program_information6 .job_ready4 {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.program_information6 .job_ready4 h3 {
    position: relative;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.1;
    font-size: 46px;
    color: #ffffff;
    animation: slide-up 0.7s ease-out forwards;
    margin-bottom: 1.5rem;
    transform: translateY(30px);
    font-weight: 700;
}.program_information6 .job_ready4::before {
    height: 80px;
    top: -40px;
    border-top: 3px solid rgb(163,200,193);
    left: -40px;
    animation: fade-in 0.5s 0.9s ease-out forwards;
    opacity: 0;
    border-left: 3px solid rgb(163,200,193);
    width: 80px;
    content: "";
    position: absolute;
}.program_information6 .job_ready4::after {
    border-right: 3px solid rgb(163,200,193);
    opacity: 0;
    animation: fade-in 0.5s 0.9s ease-out forwards;
    width: 80px;
    position: absolute;
    content: "";
    border-bottom: 3px solid rgb(163,200,193);
    right: -40px;
    bottom: -40px;
    height: 80px;
}.program_information6 .job_ready4 p {
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 2.5rem;
    transform: translateY(30px);
    font-size: 17px;
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    animation: slide-up 0.7s 0.4s ease-out forwards;
}.program_information6 .inquiry_reach3 {
    position: relative;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(30px);
    padding: 1rem 2.5rem;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    animation: slide-up 0.7s 0.6s ease-out forwards;
    font-weight: 600;
    transition: all 0.3s;
    background: rgb(163,200,193);
    font-size: 16px;
    overflow: hidden;
}.program_information6 .inquiry_reach3:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(rgb(163,200,193), 0.5);
    background: transparent;
}.program_information6 .inquiry_reach3::before {
    transform-origin: bottom right;
    top: 0;
    height: 100%;
    z-index: -1;
    transform: scale(1);
    content: "";
    background: rgb(163,200,193);
    left: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.5s;
}.program_information6 .inquiry_reach3:hover::before {
    transition: transform 0.5s;
    transform: scale(0);
}@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.program_information6::before {
    top: 0;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to right,
        rgb(100,180,167,0.5) 0%,
        rgb(100,180,167,0.5) 40%,
        transparent 70%);
    height: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    position: absolute;
}.program_information6::after {
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(163,200,193,0.5) 0%,
        transparent 50%
    );
    pointer-events: none;
    opacity: 0.5;
}

@media screen and (max-width: 1400px) {.program_information6 .founders_team8 {
    margin-right: 1rem;
}
}

@media screen and (max-width: 1200px) {.program_information6 {
    grid-template-columns: repeat(10, 1fr);
}.program_information6 .job_success5 {
    grid-column: 6 / span 5;
}.program_information6 .container {
    padding: 0 0 0 3rem;
    grid-column: 1 / span 6;
}.program_information6 .founders_team8 {
    max-width: 100%;
}.program_information6::before {
    background: linear-gradient(to right,
            rgb(100,180,167,0.5) 0%,
            rgb(100,180,167,0.5) 30%,
            transparent 60%);
}
}

@media screen and (max-width: 992px) {.program_information6 {
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
}.program_information6 .job_success5 {
    clip-path: none;
    width: 100%;
    height: 50vh;
    order: 1;
}.program_information6 .job_success5::before {
    display: none;
}.program_information6 .container {
    width: 100%;
    order: 2;
    padding: 4rem 3rem;
}.program_information6 .founders_team8 {
    max-width: 600px;
    margin: 0;
}.program_information6 .job_ready4 {
    background: rgba(0, 0, 0, 0.7);
}.program_information6::before {
    opacity: 0.95;
    background: rgb(100,180,167,0.5);
}.program_information6::after {
    background: none;
}.program_information6 .pro_skills7 {
    animation-duration: 20s;
}
}

@media screen and (max-width: 768px) {.program_information6 .job_success5 {
    height: 40vh;
}.program_information6 .container {
    padding: 3rem 2rem;
}.program_information6 .job_ready4 h3 {
    font-size: calc(46px * 0.8);
}.program_information6 .job_ready4::before,
    .program_information6 .job_ready4::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 576px) {.program_information6 .job_success5 {
    height: 35vh;
}.program_information6 .container {
    padding: 2.5rem 1.5rem;
}.program_information6 .job_ready4 h3 {
    font-size: calc(36px * 1.1);
}.program_information6 .job_ready4::before,
    .program_information6 .job_ready4::after {
    top: -20px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    right: -20px;
    left: -20px;
}.program_information6 .inquiry_reach3 {
    width: 100%;
    text-align: center;
}}.contact_box3 {
    background: rgb(213,226,223);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.contact_box3::before {
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(163,200,193), rgb(100,180,167));
}.contact_box3 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.contact_box3 h2 {
    font-size: 31px;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 20px;
    color: #000000;
}.contact_box3 h2::before {
    top: 0;
    border-radius: 10px;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 5px;
    background: rgb(163,200,193);
}.contact_box3 .reach_message9 {
    align-items: center;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.contact_box3 .icon_image3 {
    overflow: hidden;
    box-shadow: -15px 15px 0 rgb(163,200,193,0.5);
    order: 2;
    min-height: 500px;
    border-radius: 24px;
    position: relative;
}.contact_box3 .request_reach2 {
    order: 1;
}.contact_box3 form {
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    background: #ffffff;
    padding: 50px;
}.contact_box3 form h3 {
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}.contact_box3 form input[type="text"] {
    background: rgb(213,226,223);
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    font-size: 15px;
    border: none;
    margin-bottom: 25px;
    border-radius: 10px;
}.contact_box3 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(163,200,193,0.5);
    background: #ffffff;
}.contact_box3 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_box3 .query_panel3 {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_box3 .query_panel3 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_box3 .query_panel3 label {
    font-size: 14px;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.5;
}.contact_box3 .query_panel3 label::before {
    content: "";
    background: rgb(213,226,223);
    transition: all 0.2s ease;
    left: 0;
    height: 22px;
    position: absolute;
    border-radius: 10px;
    width: 22px;
    top: 2px;
}.contact_box3 .query_panel3 input[type="checkbox"]:checked + label::before {
    background: rgb(163,200,193);
}.contact_box3 .query_panel3 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    top: 6px;
    width: 6px;
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 10px;
    left: 8px;
    border-right: 2px solid #ffffff;
    position: absolute;
}.contact_box3 .query_panel3 label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(163,200,193);
    transition: all 0.3s ease;
}.contact_box3 .query_panel3 label a:hover {
    color: rgb(100,180,167);
}.contact_box3 form .inquiry_reach3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 18px 40px;
    cursor: pointer;
    display: inline-block;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    background: #000000;
}.contact_box3 form .inquiry_reach3:hover {
    background: rgb(163,200,193);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact_box3 svg {
    height: 20px;
    width: 20px;
    fill: rgb(163,200,193);
}.contact_box3 svg path {
    fill: rgb(163,200,193);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_box3 {
    padding: 90px 0;
}.contact_box3 .reach_message9 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_box3 .icon_image3 {
    order: 1;
    margin: 0 auto;
    min-height: 400px;
    max-width: 600px;
}.contact_box3 .request_reach2 {
    order: 2;
}.contact_box3 form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.contact_box3 {
    padding: 70px 0;
}.contact_box3 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.contact_box3 .icon_image3 {
    width: 100%;
    box-shadow: -10px 10px 0 rgb(163,200,193,0.5);
    min-height: 300px;
}.contact_box3 form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_box3 {
    padding: 50px 0;
}.contact_box3 h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.contact_box3 .icon_image3 {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(163,200,193,0.5);
}.contact_box3 form {
    padding: 30px 20px;
}.contact_box3 form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.contact_box3 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_box3 form .inquiry_reach3 {
    width: 100%;
    padding: 15px 20px;
}}header {
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    top: 0;
    position: fixed;
    z-index: 1000;
    border-bottom: 1px solid rgb(163,200,193,0.5);
    left: 0;
    width: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #000000 0%, rgb(163,200,193) 100%);
}header:before {
    content: '';
    left: 0;
    animation: shine 8s infinite linear;
    top: 0;
    background-size: 200% 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(163,200,193,0.5), transparent);
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.4;
}header .nav_lesson7 {
    width: 100%;
}header .container {
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}header .head_site1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .main_start1 {
    display: flex;
    position: relative;
    gap: 25px;
}header .main_start1:before {
    height: 1px;
    content: '';
    width: 100%;
    transition: transform 0.6s ease;
    bottom: -8px;
    transform-origin: left;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(163,200,193), transparent);
}header .main_start1:hover:before {
    transform: scaleX(1);
}header .head_lesson3 {
    font-weight: 400;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 8px 0;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    font-size: 17px;
    text-transform: uppercase;
}header .head_lesson3:after {
    background: rgb(163,200,193);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    transform-origin: right;
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
}header .head_lesson3:before {
    position: absolute;
    left: 50%;
    transition: all 0.3s ease;
    top: 0;
    transform: translateX(-50%);
    height: 4px;
    opacity: 0;
    width: 4px;
    border-radius: 50%;
    content: '';
    background: rgb(163,200,193);
}header .head_lesson3:hover {
    color: rgb(163,200,193);
    text-shadow: 0 0 8px rgb(163,200,193,0.5);
}header .head_lesson3:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .head_lesson3:hover:before {
    opacity: 1;
}header .nav_header5 {
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
}header .nav_header5 svg {
    height: 40px;
    transition: transform 0.5s ease;
    width: auto;
    filter: drop-shadow(0 0 4px rgb(163,200,193,0.5));
}header .nav_header5:hover svg {
    transform: scale(1.05);
}header .nav_header5:after {
    background: rgb(163,200,193);
    transform: translateX(-50%);
    left: 50%;
    content: '';
    height: 1px;
    bottom: -8px;
    width: 0;
    transition: width 0.4s ease;
    position: absolute;
}header .nav_header5:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .main_start1 {
    gap: 15px;
}header .head_lesson3 {
    font-size: calc(17px - 1px);
}header .nav_header5 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .main_start1 {
    z-index: 1001;
    flex-direction: column;
    overflow-y: auto;
    position: fixed;
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    top: 0;
    gap: 20px;
    width: 80%;
    height: 100vh;
    right: -100%;
    transition: right 0.4s ease;
    background: #000000;
    max-width: 300px;
}header .menu.active {
    right: 0;
}header .head_lesson3 {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(163,200,193,0.5);
}header .main_start1:before {
    display: none;
}header .nav_header5 {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .nav_header5 svg {
    height: 30px;
}}.customer_experience6 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, rgba(rgb(100,180,167,0.5), 0.05) 100%);
}.customer_experience6::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 5px;
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(163,200,193) 0%, rgb(100,180,167) 50%, rgb(163,200,193) 100%);
    top: 0;
    left: 0;
}.customer_experience6::after {
    height: 35%;
    width: 35%;
    right: 0;
    content: "";
    background: radial-gradient(circle at bottom right, rgba(rgb(100,180,167,0.5), 0.15), transparent 70%);
    pointer-events: none;
    bottom: 0;
    position: absolute;
    z-index: 0;
}.customer_experience6 .container {
    padding: 0 2rem;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.customer_experience6 h2 {
    font-size: 36px;
    margin-bottom: 3.5rem;
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    transform: translateX(-0.5rem);
    color: #000000;
    text-align: left;
    letter-spacing: -0.02em;
}.customer_experience6 h2::after {
    position: absolute;
    background-color: rgb(163,200,193);
    height: 3px;
    content: "";
    left: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    bottom: -12px;
}.customer_experience6:hover h2::after {
    width: 120px;
}.customer_experience6 .rating_voices4 {
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_experience6 .learner_insights8 {
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    padding: 2rem;
}.customer_experience6 .learner_insights8::before {
    font-family: Georgia, serif;
    top: -0.5rem;
    right: 1rem;
    position: absolute;
    color: rgba(rgb(100,180,167,0.5), 0.08);
    pointer-events: none;
    font-size: 8rem;
    content: "";
    line-height: 1;
}.customer_experience6 .learner_insights8:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.customer_experience6 .learner_insights8 div {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}.customer_experience6 .learner_insights8 img {
    margin-right: 1rem;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    object-fit: cover;
    border: 2px solid #ffffff;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 2px rgba(rgb(163,200,193,0.5), 0.25);
}.customer_experience6 .learner_insights8:hover img {
    box-shadow: 0 0 0 3px rgba(rgb(163,200,193,0.5), 0.5);
    transform: scale(1.1);
}.customer_experience6 .learner_insights8 h4 {
    color: #000000;
    font-weight: 600;
    margin: 0;
    position: relative;
    font-size: calc(20px * 0.95);
}.customer_experience6 .learner_insights8 h4::after {
    bottom: -5px;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    background-color: rgb(163,200,193);
    left: 0;
    height: 2px;
    content: "";
}.customer_experience6 .learner_insights8:hover h4::after {
    width: 100%;
}.customer_experience6 .description {
    color: #000000;
    position: relative;
    margin: 0;
    flex-grow: 1;
    line-height: 1.6;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: 400;
}.customer_experience6 .description::before {
    opacity: 0.6;
    width: 3px;
    position: absolute;
    height: 100%;
    border-radius: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(163,200,193), rgb(100,180,167));
    left: 0;
    top: 0;
}.customer_experience6 a {
    margin-top: 3rem;
    overflow: hidden;
    font-weight: 600;
    padding: 0.9rem 2.2rem;
    text-decoration: none;
    border-radius: 10px;
    font-size: 17px;
    background-color: rgb(163,200,193);
    position: relative;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), 
              background-color 0.3s ease,
              box-shadow 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(rgb(163,200,193,0.5), 0.3);
    color: #ffffff;
}.customer_experience6 a::before {
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    content: "";
    left: -100%;
    width: 100%;
}.customer_experience6 a:hover {
    box-shadow: 0 8px 25px rgba(rgb(100,180,167,0.5), 0.4);
    background-color: rgb(100,180,167);
    transform: translateY(-3px);
}.customer_experience6 a:hover::before {
    left: 100%;
}

@media (min-width: 992px) {.customer_experience6 .rating_voices4 {
    grid-template-columns: repeat(4, 1fr);
}.customer_experience6 h2 {
    font-size: calc(36px * 1.1);
    max-width: 80%;
}.customer_experience6 .learner_insights8:nth-child(odd) {
    transform: translateY(20px);
}.customer_experience6 .learner_insights8:nth-child(odd):hover {
    transform: translateY(12px);
}.customer_experience6 .learner_insights8:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.customer_experience6 .rating_voices4 {
    grid-template-columns: repeat(3, 1fr);
}.customer_experience6 h2 {
    max-width: 90%;
}
}

@media (min-width: 576px) and (max-width: 767px) {.customer_experience6 .rating_voices4 {
    grid-template-columns: repeat(2, 1fr);
}.customer_experience6 {
    padding: 4rem 0;
}.customer_experience6 h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 575px) {.customer_experience6 {
    padding: 3rem 0;
}.customer_experience6 .rating_voices4 {
    grid-template-columns: 1fr;
}.customer_experience6 h2 {
    font-size: calc(36px * 0.8);
    transform: translateX(0);
}.customer_experience6 .container {
    padding: 0 1.5rem;
}.customer_experience6 a {
    font-size: calc(17px * 0.9);
    padding: 0.8rem 1.8rem;
}.customer_experience6 .learner_insights8 {
    padding: 1.5rem;
}}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.customer_experience6 .learner_insights8 {
    animation: fadeInUp 0.6s backwards;
}.customer_experience6 .learner_insights8:nth-child(1) {
    animation-delay: 0.1s;
}.customer_experience6 .learner_insights8:nth-child(2) {
    animation-delay: 0.2s;
}.customer_experience6 .learner_insights8:nth-child(3) {
    animation-delay: 0.3s;
}.customer_experience6 .learner_insights8:nth-child(4) {
    animation-delay: 0.4s;
}.customer_experience6 .learner_insights8:nth-child(5) {
    animation-delay: 0.5s;
}.customer_experience6 .learner_insights8:nth-child(6) {
    animation-delay: 0.6s;
}.customer_experience6 .learner_insights8:nth-child(7) {
    animation-delay: 0.7s;
}.academic_expertise7 {
    position: relative;
    background: rgb(213,226,223);
    overflow: hidden;
    padding: 4rem 2rem;
    border-radius: 11px;
}.academic_expertise7::before {
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    background-image: linear-gradient(rgb(163,200,193,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(163,200,193,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    animation: grid-shift 30s linear infinite;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
}.academic_expertise7 .learner_insights8 {
    position: relative;
    display: grid;
    grid-template-columns: 45% 55%;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    gap: 0;
}.academic_expertise7 .icon_image3 {
    z-index: 2;
    transition: filter 0.6s ease;
    height: 100%;
    position: relative;
    filter: grayscale(60%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    min-height: 400px;
}.academic_expertise7 .icon_image3::before {
    content: "";
    border: 1px solid #ffffff;
    transform: scale(0.9);
    right: 20px;
    mix-blend-mode: overlay;
    position: absolute;
    z-index: 3;
    transition: all 0.5s ease;
    opacity: 0;
    top: 20px;
    left: 20px;
    bottom: 20px;
}.academic_expertise7 .learner_insights8:hover .icon_image3 {
    filter: grayscale(0%);
}.academic_expertise7 .learner_insights8:hover .icon_image3::before {
    opacity: 0.8;
    transform: scale(1);
}.academic_expertise7 .job_area3 {
    z-index: 3;
    display: flex;
    background: #ffffff;
    padding: 2rem 2rem 2rem 4rem;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-left: -10%;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}.academic_expertise7 .job_area3::before {
    content: "";
    width: 10px;
    transition: width 0.3s ease;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(163,200,193), rgb(100,180,167));
    left: 0;
}.academic_expertise7 .learner_insights8:hover .job_area3::before {
    width: 15px;
}.academic_expertise7 .name {
    color: rgb(163,200,193);
    font-family: Arial, sans-serif;
    line-height: 1.1;
    font-size: calc(36px * 1.2);
    margin-bottom: 0.8rem;
    font-weight: 700;
    letter-spacing: -1px;
    transition: all 0.4s ease;
    transform: translateX(20px);
    opacity: 0.9;
}.academic_expertise7 .learner_insights8:hover .name {
    opacity: 1;
    transform: translateX(0);
}.academic_expertise7 .job_area3 > div:nth-child(2) {
    opacity: 0.7;
    letter-spacing: 2px;
    transform: translateX(15px);
    font-weight: 600;
    margin-bottom: 2rem;
    transition: all 0.4s ease 0.1s;
    font-size: 18px;
    color: rgb(100,180,167);
    text-transform: uppercase;
}.academic_expertise7 .learner_insights8:hover .job_area3 > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.academic_expertise7 .exp_grid0 {
    opacity: 0.8;
    color: #000000;
    position: relative;
    line-height: 1.8;
    transform: translateX(10px);
    font-size: 18px;
    transition: all 0.4s ease 0.2s;
}.academic_expertise7 .exp_grid0::first-letter {
    font-size: 1.6em;
    color: rgb(163,200,193);
    font-weight: 700;
}.academic_expertise7 .learner_insights8:hover .exp_grid0 {
    transform: translateX(0);
    opacity: 1;
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.academic_expertise7 .learner_insights8 {
    grid-template-columns: 1fr;
}.academic_expertise7 .icon_image3 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}.academic_expertise7 .job_area3 {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -50px;
    margin-left: 0;
    padding: 3rem 2rem 2rem;
}}.connect8 {
    overflow: hidden;
    position: relative;
    background: rgb(213,226,223);
    z-index: 1;
    padding: 80px 0;
}.connect8::before {
    position: absolute;
    background-size: 200px 200px;
    background: linear-gradient(45deg, 
        transparent 25%, 
        rgb(163,200,193,0.5) 25%, 
        rgb(163,200,193,0.5) 30%, 
        transparent 30%,
        transparent 45%, 
        rgb(100,180,167,0.5) 45%, 
        rgb(100,180,167,0.5) 50%, 
        transparent 50%);
    content: '';
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.05;
}.connect8 .container {
    position: relative;
    z-index: 2;
}.connect8 .msg_info8 {
    position: relative;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 12px;
    overflow: hidden;
    border-top: 3px solid rgb(163,200,193);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
}.connect8 .msg_info8::after {
    z-index: -1;
    top: 0;
    content: '';
    opacity: 0.1;
    background: radial-gradient(circle, rgb(163,200,193,0.5) 0%, transparent 70%);
    right: 0;
    position: absolute;
    height: 300px;
    width: 300px;
}.connect8 .msg_info8 h2 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    color: rgb(163,200,193);
    position: relative;
}.connect8 .msg_info8 p {
    max-width: 800px;
    color: #000000;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.7;
}.connect8 .msg_info8 p:last-of-type {
    position: relative;
    padding-left: 35px;
    margin-bottom: 40px;
}.connect8 .msg_info8 p:last-of-type svg {
    top: 3px;
    width: 24px;
    position: absolute;
    left: 0;
    stroke-width: 2;
    height: 24px;
    fill: none;
    stroke: rgb(163,200,193);
}.connect8 .edu_chat9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 30px;
    margin-top: 10px;
}.connect8 .get_help9 {
    align-items: center;
    background: rgb(213,226,223);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    justify-content: center;
    display: flex;
    padding: 20px;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    z-index: 1;
    height: 120px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    position: relative;
    border-radius: 12px;
    flex-direction: column;
}.connect8 .get_help9::before {
    transition: opacity 0.4s ease;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(163,200,193,0.5) 100%);
    content: '';
    z-index: -1;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
}.connect8 .get_help9:hover {
    color: rgb(163,200,193);
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.connect8 .get_help9:hover::before {
    opacity: 0.2;
}.connect8 .get_help9 svg {
    height: 40px;
    fill: rgb(163,200,193);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    width: 40px;
    stroke: rgb(163,200,193);
    stroke-width: 1.5;
}.connect8 .get_help9:hover svg {
    transform: scale(1.1);
    stroke-width: 2;
}.connect8 .get_help9 svg path {
    transition: all 0.3s ease;
}

@keyframes floatCircle {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
    100% {
        transform: translateY(0) rotate(360deg);
    }
}

@media screen and (max-width: 991px) {.connect8 {
    padding: 60px 0;
}.connect8 .msg_info8 {
    padding: 40px 30px;
}.connect8 .edu_chat9 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 767px) {.connect8 {
    padding: 50px 0;
}.connect8 .msg_info8 {
    padding: 35px 25px;
}.connect8 .msg_info8 h2 {
    font-size: calc(34px * 0.9);
}.connect8 .edu_chat9 {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.connect8 .get_help9 {
    height: 110px;
}
}

@media screen and (max-width: 480px) {.connect8 {
    padding: 40px 0;
}.connect8 .msg_info8 {
    padding: 30px 20px;
}.connect8 .msg_info8 h2 {
    font-size: calc(34px * 0.8);
}.connect8 .edu_chat9 {
    grid-template-columns: repeat(1, 1fr);
}.connect8 .get_help9 {
    height: 100px;
}.connect8 .get_help9 svg {
    width: 35px;
    margin-bottom: 10px;
    height: 35px;
}}.trackingSettingsPopup7 {
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 20px 0;
    background: rgb(100,180,167);
    transition: transform 0.5s ease-in-out;
    position: fixed;
    z-index: 90;
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(100,180,167);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.user_tracker6 {
    align-items: center;
    padding: 20px 5%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}.trackingSettingsPopup7 h5 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}.trackingSettingsPopup7 p {
    color: #ffffff;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}.visitor_privacy3 {
    margin-right: 15px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(163,200,193));
}.visitor_privacy3 svg {
    fill: rgb(163,200,193);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.visitor_privacy3:hover svg {
    transform: scale(1.1);
}.cookie_review3 {
    box-shadow: 0 0 15px rgb(163,200,193);
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    min-width: 140px;
    border-radius: 18px;
    background: linear-gradient(90deg, rgb(163,200,193), rgb(100,180,167));
    line-height: 40px;
    font-size: 19px;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap;
}.cookie_review3:hover {
    box-shadow: 0 0 20px rgb(100,180,167);
}.cookie_button.edu_cookies9:hover {
    box-shadow: 0 0 15px rgb(100,180,167);
}.trackingSettingsPopup7 p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(163,200,193);
}.trackingSettingsPopup7 p a:hover {
    color: rgb(100,180,167);
}#cookie_box_notice8 {
    display: none;
}#cookie_box_notice8:checked ~ .trackingSettingsPopup7 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.trackingSettingsPopup7 {
    padding: 15px 0;
}.user_tracker6 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.visitor_privacy3 {
    display: none;
}.user_tracker6 {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.trackingSettingsPopup7 h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.cookie_layer4 {
    margin-bottom: 15px;
}.cookie_review3 {
    min-width: 100%;
    margin: 10px 0;
}}
.study_method2 {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, #ffffff 100%);
}.study_method2::before {
    left: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(163,200,193,0.5) 10%, transparent 40%);
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    content: "";
}.study_method2::after {
    height: 250px;
    position: absolute;
    transform: rotate(15deg);
    z-index: 0;
    width: 250px;
    border: 2px solid rgb(100,180,167,0.5);
    content: "";
    right: -5%;
    top: -5%;
}.study_method2 .founders_team8 {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.study_method2 h2 {
    transform: translateX(-5px);
    font-size: 37px;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
}.study_method2 h2::after {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -10px;
    height: 3px;
    transform-origin: left center;
    background: rgb(163,200,193);
    position: absolute;
    width: 85px;
    content: "";
    transform: scaleX(1);
}.study_method2:hover h2::after {
    transform: scaleX(1.5);
}.study_method2 .message_holder2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(163,200,193);
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}.study_method2 .message_holder2::before {
    left: -15px;
    height: 30px;
    width: 30px;
    position: absolute;
    background: rgb(100,180,167);
    content: "";
    top: 20px;
    z-index: -1;
    transform: rotate(45deg);
}.study_method2:hover .message_holder2 {
    transform: translateY(-5px);
}.study_method2 p {
    margin: 0;
    position: relative;
    font-size: 18px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.75;
}.study_method2 p::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(163,200,193);
}

@media (min-width: 768px) {.study_method2 {
    padding: 8rem 0;
}.study_method2 .founders_team8 {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.study_method2 h2 {
    max-width: 80%;
    font-size: calc(37px * 1.2);
}.study_method2 .message_holder2 {
    margin-left: 2rem;
    padding: 3.5rem;
}
}

@media (min-width: 992px) {.study_method2 {
    padding: 10rem 0;
}.study_method2::after {
    width: 350px;
    height: 350px;
}.study_method2 .founders_team8 {
    grid-template-columns: 1fr;
    gap: 4rem;
}.study_method2 h2 {
    max-width: 70%;
    font-size: calc(37px * 1.4);
}.study_method2 .message_holder2 {
    width: 85%;
    margin-left: 4rem;
    padding: 4rem;
}.study_method2 p {
    line-height: 1.85;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.study_method2 {
    padding: 4rem 0;
}.study_method2::after {
    height: 150px;
    width: 150px;
}.study_method2 h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.study_method2 .message_holder2 {
    padding: 1.5rem;
}.study_method2 p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.study_method2 {
    padding: 3rem 0;
}.study_method2::after {
    display: none;
}.study_method2 h2 {
    font-size: calc(37px * 0.8);
}.study_method2 h2::after {
    width: 60px;
}.study_method2 .message_holder2 {
    padding: 1.25rem;
    border-left-width: 3px;
}}.appContainer3 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, rgb(163,200,193,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.appContainer3::before {
    z-index: 1;
    background: linear-gradient(120deg, rgb(100,180,167,0.5) 0%, transparent 70%);
    opacity: 0.6;
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
    position: absolute;
    right: -5%;
    content: "";
    height: 70%;
    width: 40%;
}.appContainer3::after {
    background: linear-gradient(220deg, rgb(163,200,193,0.5) 0%, transparent 80%);
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.4;
    height: 60%;
    transform: rotate(10deg) skewY(-5deg);
    left: -2%;
    bottom: -5%;
    width: 30%;
}.appContainer3 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.appContainer3 h2 {
    max-width: 90%;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #000000;
    transform: translateY(0);
    opacity: 1;
    position: relative;
    font-size: 28px;
    margin-bottom: 50px;
    line-height: 1.4;
    font-weight: 700;
}.appContainer3 h2::after {
    left: 0;
    content: "";
    bottom: -15px;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(163,200,193) 0%, rgb(100,180,167) 100%);
    transform: scaleX(1);
    transform-origin: left;
    position: absolute;
    width: 80px;
    height: 3px;
}.appContainer3 .founders_team8 {
    opacity: 0;
    z-index: 3;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 40px;
    animation: fadeIn 1s ease-out 0.3s forwards;
    transform: perspective(1000px) rotateY(0deg);
    border-left: 4px solid rgb(163,200,193);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
}.appContainer3 .founders_team8::before {
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}.appContainer3 .founders_team8:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.appContainer3 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.appContainer3 li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}.appContainer3 li::before {
    content: "";
    border-radius: 50%;
    left: 0;
    height: 6px;
    transform: translateY(-50%);
    width: 6px;
    position: absolute;
    top: 10px;
    background: rgb(100,180,167);
}.appContainer3 span {
    font-size: calc(18px * 1.05);
    display: block;
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    color: #000000;
    line-height: 1.8;
    opacity: 0;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    transform: translateY(10px);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.appContainer3 {
    padding: 150px 0;
}.appContainer3 h2 {
    max-width: 80%;
    font-size: calc(28px * 1.1);
}.appContainer3 .founders_team8 {
    padding: 50px 60px;
    margin-left: 30px;
}.appContainer3 span {
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 992px) {.appContainer3 .container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}.appContainer3 h2 {
    max-width: 70%;
}.appContainer3 .founders_team8 {
    width: 85%;
    margin-left: 60px;
}.appContainer3 span {
    font-size: calc(18px * 1.15);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.appContainer3 {
    padding: 80px 0;
}.appContainer3 h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.appContainer3 .founders_team8 {
    padding: 30px 25px;
}.appContainer3 span {
    line-height: 1.7;
    font-size: 18px;
}.appContainer3 h2::after {
    width: 60px;
}
}

@media (max-width: 480px) {.appContainer3 {
    padding: 60px 0;
}.appContainer3 h2 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.8);
}.appContainer3 .founders_team8 {
    padding: 25px 20px;
}.appContainer3 span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.appContainer3 h2::after {
    height: 2px;
    width: 50px;
}}.our_story9 {
    position: relative;
    z-index: 1;
    padding: 120px 0 160px;
    overflow: hidden;
}.our_story9::before {
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(163,200,193), 0.65) 100%);
    z-index: -1;
}.our_story9::after {
    background: #ffffff;
    content: "";
    transform: rotate(-3deg);
    left: -25%;
    height: 150px;
    width: 150%;
    bottom: -75px;
    z-index: -1;
    position: absolute;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
}.our_story9 .container {
    perspective: 1000px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
}.our_story9 h2 {
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 29px);
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: translateZ(0);
    display: inline-block;
}.our_story9 h2::after {
    position: absolute;
    height: 4px;
    transform-origin: left center;
    content: "";
    background: rgb(163,200,193);
    left: 0;
    width: 80px;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
}.our_story9:hover h2::after {
    transform: scaleX(1.5);
}.our_story9 .message_holder2 {
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(163,200,193), 0.1);
    border-radius: 3px;
    padding: 50px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.our_story9 .message_holder2::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 6px;
    background: linear-gradient(to bottom, 
        rgb(163,200,193) 0%, 
        rgb(100,180,167) 100%);
    height: 100%;
}.our_story9 .message_holder2:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(163,200,193), 0.15);
    transform: translateY(-5px);
}.our_story9 .message_holder2 > div {
    z-index: 2;
    position: relative;
}.our_story9 .message_holder2 p {
    display: inline-block;
    position: relative;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(163,200,193);
}.our_story9 .message_holder2 p::after {
    width: 100%;
    height: 2px;
    left: 0;
    background: linear-gradient(to right, 
        rgb(163,200,193) 0%, 
        rgb(100,180,167) 100%);
    transform-origin: left center;
    bottom: -8px;
    transition: transform 0.4s ease-out;
    position: absolute;
    content: "";
    transform: scaleX(0.3);
}.our_story9 .message_holder2:hover p::after {
    transform: scaleX(1);
}.our_story9 .message_holder2 div div {
    transform: translateZ(0);
    font-size: 13px;
    color: #000000;
    text-align: justify;
    column-gap: 40px;
    opacity: 0.9;
    line-height: 1.8;
    column-count: 1;
    max-width: 100%;
}

@media (min-width: 768px) {.our_story9 .message_holder2 div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_story9 {
    padding: 150px 0 200px;
}.our_story9 .message_holder2 {
    padding: 60px 70px;
}.our_story9 .message_holder2 div div {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_story9 {
    padding: 80px 0 120px;
}.our_story9 .message_holder2 {
    padding: 30px;
}.our_story9 h2 {
    margin-bottom: 40px;
}.our_story9 h2::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}
}

@media (max-width: 480px) {.our_story9 {
    padding: 60px 0 100px;
}.our_story9 .message_holder2 {
    padding: 25px 20px;
}.our_story9 h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}.our_story9 h2::after {
    bottom: -8px;
    width: 50px;
}.our_story9 .message_holder2 p {
    font-size: 1.125rem;
}
}

@media (prefers-reduced-motion: reduce) {.our_story9 .message_holder2,
    .our_story9 h2::after,
    .our_story9 .message_holder2:hover,
    .our_story9 .message_holder2 p::after {
    transition: none;
    transform: none;
}
}

@media (hover: hover) {.our_story9 .message_holder2::after {
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, 
            rgba(rgb(163,200,193,0.5), 0.05) 0%,
            rgba(rgb(163,200,193,0.5), 0) 50%);
    top: 0;
}.our_story9 .message_holder2:hover::after {
    opacity: 1;
}
}