﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.wrap-container {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1246px;
    margin: auto;
}.report_abuse {
    flex: 0 0 auto;
}.main_info {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_module {
    color: #000000;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(190,202,195) 0%, rgba(245, 248, 250, 0.95) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.privacy_module::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(145,177,158,0.5), 0.05) 100%);
    clip-path: polygon(100% 0, 100% 100%, 30% 100%, 70% 0);
    width: 30%;
}.privacy_module::after {
    content: "";
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(84,146,115,0.5), 0.03) 100%);
    left: 0;
    position: absolute;
    height: 60%;
    bottom: 0;
    z-index: 0;
    width: 100%;
}.privacy_module .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.privacy_module h1 {
    padding-bottom: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000000;
    transform: translateX(-8px);
    position: relative;
    font-size: 45px;
}.privacy_module h1::before {
    animation: scaleIn 0.8s ease-out forwards;
    transform-origin: left;
    content: "";
    left: 0;
    position: absolute;
    width: 120px;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(145,177,158) 0%, rgb(84,146,115) 100%);
}.privacy_module h2 {
    padding-left: 1.5rem;
    position: relative;
    font-weight: 600;
    font-size: 33px;
    color: #000000;
    margin: 3rem 0 1.5rem;
}.privacy_module h2::before {
    content: "";
    width: 8px;
    transform: translateY(-50%);
    height: 70%;
    top: 50%;
    position: absolute;
    left: 0;
    background: rgb(145,177,158);
}.privacy_module h3 {
    padding-left: 1.25rem;
    font-size: calc(33px * 0.85);
    color: #000000;
    position: relative;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
}.privacy_module h3::before {
    background: rgb(84,146,115);
    transform: translateY(-50%);
    content: "";
    height: 60%;
    top: 50%;
    position: absolute;
    left: 0;
    width: 6px;
}.privacy_module h4 {
    position: relative;
    font-size: calc(33px * 0.7);
    margin: 2rem 0 1rem;
    font-weight: 600;
    padding-left: 1rem;
    color: #000000;
}.privacy_module h4::before {
    transform: translateY(-50%);
    background: rgb(84,146,115);
    left: 0;
    height: 50%;
    position: absolute;
    width: 4px;
    top: 50%;
    content: "";
    opacity: 0.7;
}.privacy_module p {
    margin-bottom: 1.5rem;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    max-width: 95%;
}.privacy_module ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_module li {
    padding-left: 1.75rem;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.7;
    font-size: 12px;
}.privacy_module li::before {
    border-radius: 10px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0.6rem;
    content: "";
    height: 10px;
    transition: transform 0.3s ease;
    width: 10px;
    border: 2px solid rgb(145,177,158);
}.privacy_module li:hover::before {
    background-color: rgba(rgb(145,177,158,0.5), 0.1);
    transform: rotate(135deg);
}.privacy_module strong {
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}.privacy_module span {
    border-left: 2px solid rgba(rgb(84,146,115,0.5), 0.3);
    color: #000000;
    font-size: 12px;
    padding-left: 1rem;
    margin-bottom: 2rem;
    line-height: 1.7;
    display: block;
}

@keyframes scaleIn {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@media (min-width: 768px) {.privacy_module {
    padding: 7rem 3rem;
}.privacy_module .container {
    padding: 0 30px;
}.privacy_module h1 {
    font-size: calc(45px * 1.2);
    transform: translateX(-15px);
    margin-bottom: 3rem;
}.privacy_module h1::before {
    width: 180px;
    height: 5px;
}.privacy_module h2 {
    padding-left: 2rem;
    margin: 4rem 0 2rem;
}.privacy_module h2::before {
    width: 10px;
}.privacy_module p {
    max-width: 85%;
}.privacy_module ul {
    margin-left: 2rem;
}.privacy_module span {
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.privacy_module {
    padding: 8rem 4rem;
}.privacy_module::before {
    width: 40%;
}.privacy_module h1 {
    transform: translateX(-25px);
}.privacy_module h1::before {
    width: 220px;
}.privacy_module p {
    max-width: 75%;
}.privacy_module li::before {
    width: 12px;
    height: 12px;
}.privacy_module span {
    border-left: 3px solid rgba(rgb(84,146,115,0.5), 0.3);
    padding-left: 2rem;
}
}

@media (max-width: 767px) {.privacy_module {
    padding: 4rem 1.5rem;
}.privacy_module::before {
    width: 50%;
}.privacy_module h1 {
    font-size: calc(45px * 0.9);
    padding-bottom: 1rem;
}.privacy_module h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(33px * 0.9);
}.privacy_module h3 {
    font-size: calc(33px * 0.75);
}.privacy_module h4 {
    font-size: calc(33px * 0.65);
}.privacy_module p, .privacy_module span, .privacy_module li {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.privacy_module {
    padding: 3rem 1rem;
}.privacy_module h1 {
    font-size: calc(45px * 0.8);
}.privacy_module h2 {
    font-size: calc(33px * 0.8);
    padding-left: 1.25rem;
}.privacy_module h3 {
    font-size: calc(33px * 0.7);
    padding-left: 1rem;
}.privacy_module h4 {
    font-size: calc(33px * 0.6);
    padding-left: 0.75rem;
}.privacy_module p, .privacy_module span, .privacy_module li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.privacy_module li {
    padding-left: 1.5rem;
}.privacy_module span {
    padding-left: 0.75rem;
}}.find_support {
    overflow: hidden;
    color: #000000;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(190,202,195) 0%, rgb(145,177,158,0.5) 100%);
    font-family: Arial, sans-serif;
}.find_support::before {
    z-index: 0;
    opacity: 0.4;
    content: "";
    top: -10%;
    left: -10%;
    height: 120%;
    width: 120%;
    background: radial-gradient(circle at 30% 70%, rgb(145,177,158,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
}.find_support::after {
    width: 100%;
    position: absolute;
    background-image: radial-gradient(circle at 80% 20%, rgb(84,146,115,0.5) 0%, transparent 40%);
    right: 0;
    animation: float 20s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    height: 100%;
    bottom: 0;
}.find_support h1 {
    position: relative;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 2;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
    transform: translateY(-5px);
    color: rgb(145,177,158);
    font-size: 42px;
}.find_support h1::after {
    background: linear-gradient(to right, rgb(145,177,158), rgb(84,146,115));
    position: absolute;
    border-radius: 10px;
    left: 50%;
    height: 4px;
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
}.find_support .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.find_support .message_info {
    position: relative;
    padding: 2.5rem;
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06),
                0 5px 15px rgba(0, 0, 0, 0.04);
    grid-template-columns: 1fr;
    border-radius: 14px;
    backdrop-filter: blur(10px);
    display: grid;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s ease;
}.find_support .message_info:hover {
    transform: perspective(1000px) rotateX(0deg);
}.find_support .message_info > div {
    position: relative;
    transition: transform 0.3s ease-out;
}.find_support .message_info > div:hover {
    transform: translateY(-5px);
}.find_support .message_info > div:first-child {
    font-size: calc(14px * 1.1);
    color: #000000;
    line-height: 1.6;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid rgb(145,177,158,0.5);
}.find_support .message_info h6 {
    font-weight: 600;
    display: flex;
    font-size: 19px;
    letter-spacing: 0.5px;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: rgb(145,177,158);
}.find_support .message_info span {
    padding-left: 2rem;
    display: block;
    color: #000000;
    font-size: 14px;
}.find_support .quick_support {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.find_support .quick_support > div {
    transition: all 0.3s ease;
    position: relative;
}.find_support .quick_support > div:hover {
    transform: translateX(5px);
}.find_support .get_helpdesk {
    font-size: calc(14px * 0.95);
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(145,177,158);
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
    display: flex;
}.find_support .get_helpdesk:hover {
    color: rgb(84,146,115);
}.find_support .get_helpdesk:hover svg {
    transform: scale(1.1) rotate(5deg);
}.find_support svg {
    height: 22px;
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
    width: 22px;
}.find_support svg path {
    fill: rgb(145,177,158);
    transition: fill 0.3s ease;
}.find_support .get_helpdesk:hover svg path {
    fill: rgb(84,146,115);
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-10px) translateX(5px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}

@media screen and (min-width: 768px) {.find_support {
    padding: 6rem 3rem;
}.find_support .message_info {
    gap: 3rem;
    padding: 3rem;
    grid-template-columns: 2fr 1fr 1fr;
}.find_support .message_info > div:first-child {
    border-bottom: none;
    border-right: 1px solid rgb(145,177,158,0.5);
    padding: 0 2rem 0 0;
}.find_support h1 {
    margin-bottom: 4rem;
    font-size: calc(42px * 1.2);
}.find_support h1::after {
    width: 120px;
}
}

@media screen and (min-width: 992px) {.find_support .message_info {
    transform: perspective(1500px) rotateX(3deg);
}.find_support .quick_support {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.find_support .message_info > div:nth-child(2) {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgb(145,177,158,0.5);
}.find_support svg {
    width: 20px;
    height: 20px;
}.find_support h1 {
    font-size: calc(42px * 0.9);
}
}

@media screen and (max-width: 480px) {.find_support {
    padding: 3rem 1.5rem;
}.find_support .message_info {
    padding: 1.5rem;
}.find_support h1 {
    margin-bottom: 2rem;
}}.academic_expertise {
    background-color: rgb(190,202,195);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.academic_expertise::before {
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    left: 0;
    right: 0;
    background-size: 30px 30px;
    position: absolute;
    top: 0;
    opacity: 0.6;
    z-index: 1;
    content: "";
}.academic_expertise .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.academic_expertise .review_spot {
    gap: 2rem;
    border-radius: 16px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(145deg, #ffffff, rgb(190,202,195));
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}.academic_expertise .review_spot:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.academic_expertise .pic_border {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 16px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
}.academic_expertise .review_spot:hover .pic_border {
    transform: translateZ(50px) scale(1.05);
}.academic_expertise .name {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 0.5rem;
    font-size: calc(23px * 1.1);
    letter-spacing: 0.02em;
    color: rgb(145,177,158);
    text-align: center;
    font-weight: 700;
    transform: translateZ(20px);
}.academic_expertise .review_spot:hover .name {
    transform: translateZ(30px);
}.academic_expertise .review_spot div:nth-child(2) div {
    font-size: calc(16px * 0.95);
    color: rgb(84,146,115);
    text-align: center;
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    font-weight: 600;
    transform: translateZ(15px);
}.academic_expertise .review_spot:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.academic_expertise .experience_block {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    color: #000000;
    position: relative;
    backdrop-filter: blur(5px);
    font-size: 16px;
    line-height: 1.7;
    padding: 2rem;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(10px);
    border-radius: 12px;
}.academic_expertise .review_spot:hover .experience_block {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}.academic_expertise .experience_block::before {
    transition: all 0.4s ease;
    font-family: serif;
    color: rgb(145,177,158,0.5);
    position: absolute;
    content: "";
    top: -1.5rem;
    left: 1rem;
    font-size: 5rem;
    line-height: 1;
    opacity: 0.3;
}.academic_expertise .review_spot:hover .experience_block::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

@media (min-width: 768px) {.academic_expertise {
    padding: 8rem 0;
}.academic_expertise .review_spot {
    padding: 4rem;
    align-items: center;
    grid-template-columns: auto 1fr 2fr;
    gap: 3rem;
}.academic_expertise .pic_border {
    width: 180px;
    height: 180px;
    margin: 0;
}.academic_expertise .name {
    font-size: calc(23px * 1.2);
    text-align: left;
}.academic_expertise .review_spot div:nth-child(2) div {
    text-align: left;
    font-size: 16px;
}.academic_expertise .experience_block {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.academic_expertise {
    padding: 10rem 0;
}.academic_expertise .container {
    padding: 0 3rem;
}.academic_expertise .review_spot {
    gap: 4rem;
    padding: 5rem;
}.academic_expertise .pic_border {
    height: 220px;
    width: 220px;
}.academic_expertise .name {
    margin-bottom: 0.75rem;
    font-size: calc(23px * 1.3);
}.academic_expertise .review_spot div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 1.05);
}.academic_expertise .experience_block {
    font-size: calc(16px * 1.1);
    line-height: 1.9;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.academic_expertise .review_spot {
    padding: 2.5rem 1.5rem;
}.academic_expertise .pic_border {
    height: 120px;
    width: 120px;
}.academic_expertise .name {
    margin-top: 1rem;
}.academic_expertise .experience_block {
    padding: 1.5rem;
}}footer {
    position: relative;
    z-index: 1;
    perspective: 1000px;
}footer::before {
    opacity: 0.9;
    content: "";
    right: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(84,146,115,0.5) 0%, rgb(145,177,158,0.5) 100%);
    bottom: 0;
    z-index: -2;
    top: 0;
}footer::after {
    position: absolute;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    right: 0;
}.report_abuse {
    color: #ffffff;
    padding: 5rem 0 2.5rem;
    position: relative;
}.report_abuse::before {
    content: "";
    left: 0;
    width: 100%;
    height: 20px;
    top: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(145,177,158) 0px,
        rgb(145,177,158) 40px,
        rgb(84,146,115) 40px,
        rgb(84,146,115) 80px
    );
    position: absolute;
}.report_abuse .container {
    display: flex;
    gap: 4rem;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}.report_abuse .company_holder {
    background: rgb(145,177,158,0.5);
    border-radius: 0;
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    flex: 1 1 380px;
    position: relative;
    border-bottom: 6px solid rgb(145,177,158);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    transform: rotateX(5deg);
}.report_abuse .company_holder:hover {
    transform: rotateX(0deg);
}.report_abuse .company_holder h3 {
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    color: #ffffff;
    font-size: 34px;
    position: relative;
    transform: translateZ(20px);
    margin: 0 0 1.5rem;
}.report_abuse .company_holder h3::before {
    width: 30px;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    position: absolute;
    left: -10px;
    content: "";
    height: 30px;
    top: -10px;
}.report_abuse .company_holder h3::after {
    position: absolute;
    width: 30px;
    border-right: 3px solid #ffffff;
    content: "";
    bottom: -10px;
    border-bottom: 3px solid #ffffff;
    height: 30px;
    right: -10px;
}.report_abuse .trade_mark {
    color: #ffffff;
    line-height: 1.6;
    transform: translateZ(10px);
    border-radius: 10px;
    padding: 1.5rem;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.1);
}.report_abuse .flag_content {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.report_abuse .top_pro {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.report_abuse .header_nav {
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
    min-width: 220px;
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
}.report_abuse .header_nav:hover {
    transform: rotateX(0deg);
}.report_abuse .header_nav h5 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    padding: 1rem 1.5rem;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    min-width: 200px;
    background: rgb(84,146,115,0.5);
    transform: translateZ(15px);
    margin: 0 0 1.5rem;
}.report_abuse .header_nav h5::after {
    background: rgb(84,146,115);
    position: absolute;
    content: "";
    right: 0;
    height: 5px;
    left: 0;
    bottom: -5px;
}.report_abuse .header_nav .top_pro {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
    transform: translateZ(5px);
    gap: 1rem;
    border-radius: 10px;
}.report_abuse .header_nav .top_pro a {
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    padding: 0.7rem 1rem;
    text-decoration: none;
    overflow: hidden;
    font-size: 17px;
    display: block;
    transform: translateZ(10px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}.report_abuse .header_nav .top_pro a::before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    left: -100%;
    height: 100%;
}.report_abuse .header_nav .top_pro a:hover {
    background: rgb(84,146,115,0.5);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.report_abuse .header_nav .top_pro a:hover::before {
    left: 100%;
}.story_spot {
    position: relative;
    padding: 2rem 0;
    perspective: 1000px;
    transform-style: preserve-3d;
    background: rgb(84,146,115,0.5);
    margin-top: 3rem;
}.story_spot::before {
    content: "";
    left: 0;
    top: -20px;
    transform: rotateX(45deg);
    position: absolute;
    background: rgb(84,146,115);
    transform-origin: bottom;
    width: 100%;
    height: 20px;
}.story_spot .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.story_spot .footer_classes {
    font-size: 12px;
    transform: translateZ(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 2rem;
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

@media (max-width: 1200px) {.report_abuse .container {
    gap: 3rem;
}.report_abuse .company_holder {
    flex: 1 1 350px;
}.report_abuse .flag_content {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.report_abuse .top_pro {
    gap: 2rem;
}
}

@media (max-width: 992px) {.report_abuse {
    padding: 4rem 0 2rem;
}.report_abuse .container {
    flex-direction: column;
    gap: 3rem;
}.report_abuse .company_holder,
    .report_abuse .flag_content {
    flex: 1 1 100%;
    min-width: 100%;
}.report_abuse .header_nav {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.report_abuse .company_holder,
    .report_abuse .header_nav {
    transform: none;
}
}

@media (max-width: 768px) {.report_abuse {
    padding: 3.5rem 0 1.5rem;
}.report_abuse .top_pro {
    gap: 1.5rem;
}.report_abuse .company_holder h3 {
    font-size: calc(34px - 2px);
}.report_abuse .company_holder h3::before,
    .report_abuse .company_holder h3::after {
    width: 20px;
    height: 20px;
}.story_spot {
    margin-top: 2rem;
}.story_spot::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.report_abuse {
    padding: 3rem 0 1rem;
}.report_abuse .header_nav {
    flex: 1 1 100%;
    min-width: 100%;
}.report_abuse .top_pro {
    gap: 0.7rem;
}.report_abuse .header_nav .top_pro a {
    padding: 0.6rem 0.8rem;
}.story_spot {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.story_spot::before {
    display: none;
}
}

@media (max-width: 420px) {.report_abuse::before {
    height: 10px;
}.report_abuse .company_holder h3::before,
    .report_abuse .company_holder h3::after {
    display: none;
}.report_abuse .header_nav h5 {
    min-width: auto;
    width: 100%;
}.story_spot .footer_classes {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.enroll_instantly {
    background: linear-gradient(170deg, rgb(190,202,195) 0%, rgb(145,177,158,0.5) 100%);
    overflow: hidden;
    padding: 110px 0;
    position: relative;
}.enroll_instantly::before {
    opacity: 0.4;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(145,177,158,0.5) 98%),
        linear-gradient(0deg, transparent 98%, rgb(145,177,158,0.5) 98%);
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    background-size: 30px 30px;
}.enroll_instantly .diff_block {
    justify-content: space-between;
    z-index: 10;
    align-items: center;
    display: flex;
    position: relative;
}.enroll_instantly .container p {
    position: relative;
    flex: 0 0 65%;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    z-index: 5;
    padding: 0 30px;
    border-left: 4px solid rgb(145,177,158);
    font-size: 33px;
    color: #000000;
}.enroll_instantly .reach_support {
    position: relative;
    z-index: 5;
    height: 80px;
    display: flex;
    font-weight: 700;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    background: transparent;
    align-items: center;
    transition: all 0.4s ease;
    flex: 0 0 30%;
    color: #000000;
}.enroll_instantly .reach_support::before,
.enroll_instantly .reach_support::after {
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid rgb(145,177,158);
    content: '';
}.enroll_instantly .reach_support::before {
    top: -8px;
    border-right: none;
    border-bottom: none;
    left: -8px;
}.enroll_instantly .reach_support::after {
    right: -8px;
    border-left: none;
    border-top: none;
    bottom: -8px;
}.enroll_instantly .reach_support:hover {
    color: rgb(145,177,158);
}.enroll_instantly .reach_support:hover::before {
    left: 0;
    top: 0;
}.enroll_instantly .reach_support:hover::after {
    right: 0;
    bottom: 0;
}.enroll_instantly::after {
    background:
        linear-gradient(135deg, transparent 50%, rgb(145,177,158,0.5) 50%);
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    content: '';
    opacity: 0.1;
    height: 100%;
}.enroll_instantly .diff_block::before {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    left: -75px;
    top: -75px;
    background: rgb(145,177,158,0.5);
    height: 150px;
    content: '';
    width: 150px;
    filter: blur(30px);
    opacity: 0.2;
}.enroll_instantly .diff_block::after {
    bottom: -100px;
    filter: blur(40px);
    right: -100px;
    height: 200px;
    background: rgb(84,146,115,0.5);
    width: 200px;
    content: '';
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
    position: absolute;
}

@media (max-width: 991px) {.enroll_instantly {
    padding: 90px 0;
}.enroll_instantly .container p {
    padding: 0 25px;
    font-size: calc(20px * 1.2);
}.enroll_instantly .reach_support {
    height: 70px;
}
}

@media (max-width: 767px) {.enroll_instantly {
    padding: 70px 0;
}.enroll_instantly .diff_block {
    gap: 40px;
    flex-direction: column;
}.enroll_instantly .container p {
    text-align: left;
    padding: 0 20px;
    flex: none;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}.enroll_instantly .reach_support {
    width: 80%;
    height: 60px;
    flex: none;
}
}

@media (max-width: 480px) {.enroll_instantly {
    padding: 50px 0;
}.enroll_instantly .container p {
    padding: 0 15px;
    font-size: calc(13px * 1.2);
}.enroll_instantly .reach_support {
    width: 100%;
    height: 50px;
    font-size: calc(16px * 0.9);
}.enroll_instantly .reach_support::before {
    left: -5px;
    top: -5px;
}.enroll_instantly .reach_support::after {
    right: -5px;
    bottom: -5px;
}}.policyAgreementPanel {
    font-family: Arial, sans-serif;
    width: 90%;
    overflow: hidden;
    bottom: 20px;
    position: fixed;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    left: 50%;
    z-index: 1050;
    transform: translateX(-50%);
    max-width: 500px;
}.cookie_customize {
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 20px;
}.track_manage {
    margin-bottom: 20px;
}.track_manage svg, .track_manage svg path, .track_manage img {
    width: 60px;
    fill: rgb(145,177,158);
    height: 60px;
}.policyAgreementPanel h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
    color: rgb(145,177,158);
}.policyAgreementPanel p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: #000000;
}.user_safety {
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    padding: 10px 20px;
    width: calc(50% - 10px);
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    background: rgb(145,177,158);
    transition: background 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.user_safety:hover {
    background: rgb(84,146,115);
}.cookie_button.data_accept {
    background: rgb(84,146,115);
}.cookie_button.data_accept:hover {
    background: rgb(84,146,115,0.5);
}.policyAgreementPanel p a {
    transition: color 0.3s ease-in-out;
    color: rgb(145,177,158);
    text-decoration: none;
}.policyAgreementPanel p a:hover {
    color: rgb(84,146,115);
}#cookieSettingsPanel {
    display: none;
}#cookieSettingsPanel:checked ~ .policyAgreementPanel {
    visibility: hidden;
    opacity: 0;
}.company_overview {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,202,195) 0%, rgba(240, 245, 255, 0.95) 100%);
    padding: 7rem 0 5rem;
}.company_overview::before {
    position: absolute;
    content: "";
    z-index: 0;
    right: -5%;
    opacity: 0.6;
    top: -10%;
    transform: rotate(-15deg) skewX(5deg);
    width: 40%;
    filter: blur(35px);
    background: linear-gradient(225deg, rgb(145,177,158,0.5) 10%, transparent 70%);
    height: 70%;
}.company_overview::after {
    left: -5%;
    z-index: 0;
    position: absolute;
    opacity: 0.5;
    height: 60%;
    content: "";
    filter: blur(25px);
    transform: rotate(15deg) skewX(-5deg);
    width: 35%;
    background: linear-gradient(45deg, rgb(84,146,115,0.5) 10%, transparent 70%);
    bottom: -10%;
}.company_overview .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
}.company_overview h1 {
    font-weight: 700;
    transform: translateX(2rem);
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 3rem;
    font-size: 46px;
}.company_overview h1::before {
    position: absolute;
    height: 4px;
    left: 0;
    content: "";
    bottom: -12px;
    background: linear-gradient(90deg, rgb(145,177,158) 0%, rgb(84,146,115) 100%);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0.9);
    width: 40%;
}.company_overview h1:hover::before {
    transform: scaleX(1.2);
}.company_overview .fast_guide {
    margin-top: 2rem;
}.company_overview .fast_guide ul {
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 3rem;
    margin: 0;
    display: grid;
}.company_overview .corp_values {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.4s ease;
    padding: 2.5rem;
    backdrop-filter: blur(8px);
}.company_overview .corp_values:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.95);
}.company_overview .corp_values::before {
    background: linear-gradient(90deg, rgb(145,177,158) 0%, rgb(84,146,115) 100%);
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.3);
    transform-origin: right;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    content: "";
}.company_overview .corp_values:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.company_overview .corp_values:nth-child(even)::before {
    background: linear-gradient(90deg, rgb(84,146,115) 0%, rgb(145,177,158) 100%);
    transform-origin: left;
}.company_overview .corp_values:nth-child(even):hover::before {
    transform-origin: right;
}.company_overview .corp_values h4 {
    display: inline-block;
    color: #000000;
    transform: translateY(0);
    font-size: calc(19px * 1.1);
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
    font-weight: 600;
}.company_overview .corp_values:hover h4 {
    transform: translateY(-3px);
}.company_overview .corp_values h4::after {
    background: rgb(145,177,158);
    transition: width 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -8px;
    width: 30px;
}.company_overview .corp_values:hover h4::after {
    width: 70px;
}.company_overview .corp_values:nth-child(even) h4::after {
    background: rgb(84,146,115);
}.company_overview .corp_values div {
    max-height: 200px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    overflow-y: auto;
    padding-right: 10px;
    color: #000000;
    position: relative;
}.company_overview .corp_values div::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.05);
    width: 4px;
}.company_overview .corp_values div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(145,177,158,0.5), rgb(84,146,115,0.5));
    border-radius: 10px;
}.company_overview .corp_values:nth-child(1) {
    transform: translateX(-20px);
    z-index: 2;
}.company_overview .corp_values:nth-child(2) {
    z-index: 1;
    transform: translateX(20px);
}.company_overview .corp_values:hover:nth-child(1) {
    transform: translateX(-15px) translateY(-5px);
}.company_overview .corp_values:hover:nth-child(2) {
    transform: translateX(15px) translateY(-5px);
}

@media (min-width: 768px) {.company_overview .fast_guide ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.company_overview h1 {
    margin-bottom: 4rem;
    font-size: calc(46px * 1.1);
}.company_overview .corp_values {
    padding: 3rem;
}.company_overview .corp_values div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.company_overview {
    padding: 9rem 0 7rem;
}.company_overview h1 {
    font-size: calc(46px * 1.2);
}.company_overview .corp_values {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.5s ease;
}.company_overview .corp_values:nth-child(1) {
    transform: translateX(-40px) rotate(-1deg);
}.company_overview .corp_values:nth-child(2) {
    transform: translateX(40px) rotate(1deg);
}.company_overview .corp_values:hover:nth-child(1) {
    transform: translateX(-30px) translateY(-8px) rotate(0deg);
}.company_overview .corp_values:hover:nth-child(2) {
    transform: translateX(30px) translateY(-8px) rotate(0deg);
}.company_overview .corp_values div {
    max-height: 350px;
}
}

@media (max-width: 767px) {.company_overview {
    padding: 5rem 0 3rem;
}.company_overview h1 {
    transform: translateX(0);
    margin-bottom: 2rem;
    font-size: calc(46px * 0.9);
}.company_overview .corp_values {
    padding: 1.75rem;
    margin-bottom: 1.5rem;
}.company_overview .corp_values:nth-child(1),
    .company_overview .corp_values:nth-child(2) {
    transform: none;
}.company_overview .corp_values:hover:nth-child(1),
    .company_overview .corp_values:hover:nth-child(2) {
    transform: translateY(-3px);
}.company_overview .corp_values div {
    max-height: 150px;
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.thxContent {
    background: linear-gradient(135deg, rgb(190,202,195) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.thxContent::before {
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    animation: ambientGlow 15s infinite alternate ease-in-out;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(145,177,158,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(84,146,115,0.5) 0%, transparent 50%);
    width: 100%;
    opacity: 0.1;
    top: 0;
}.thxContent::after {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(145,177,158), rgb(84,146,115), transparent);
    content: "";
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
}.thxContent .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.thxContent h2 {
    font-weight: 700;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    font-size: 37px;
    color: #000000;
    position: relative;
    opacity: 0;
    margin-bottom: 40px;
    transform: translateY(20px);
    text-align: center;
}.thxContent h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(145,177,158), rgb(84,146,115));
    left: 50%;
    position: absolute;
    bottom: -15px;
    content: "";
    width: 80px;
    height: 3px;
}.thxContent .diff_block {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    opacity: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    transform: translateY(30px);
    border-radius: 23px;
}.thxContent .diff_block::before {
    content: "";
    background: linear-gradient(to bottom, rgb(145,177,158), rgb(84,146,115));
    left: 0;
    position: absolute;
    width: 5px;
    top: 0;
    height: 100%;
}.thxContent .diff_block::after {
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    width: 40%;
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
}.thxContent .diff_block:hover {
    transform: translateY(27px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
}.thxContent ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}.thxContent li {
    position: relative;
    padding-left: 25px;
}.thxContent li::before {
    height: 8px;
    top: 10px;
    left: 0;
    transform: scale(0);
    border-radius: 50%;
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    background: rgb(145,177,158);
    position: absolute;
    content: "";
    width: 8px;
}.thxContent span {
    position: relative;
    opacity: 0;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    color: #000000;
    display: block;
    transform: translateX(20px);
    font-size: 13px;
    line-height: 1.8;
}.thxContent span::after {
    width: 0;
    height: 1px;
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(145,177,158,0.5), transparent);
    position: absolute;
    bottom: -15px;
}

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

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

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

@media (max-width: 991px) {.thxContent {
    padding: 90px 0;
}.thxContent h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 35px;
}.thxContent .diff_block {
    padding: 35px;
}.thxContent .diff_block::after {
    width: 30%;
}
}

@media (max-width: 767px) {.thxContent {
    padding: 70px 0;
}.thxContent h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.thxContent h2::after {
    bottom: -12px;
    width: 60px;
}.thxContent .diff_block {
    padding: 30px 25px;
}.thxContent .diff_block::after {
    display: none;
}.thxContent span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.thxContent {
    padding: 50px 0;
}.thxContent h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.7);
}.thxContent .diff_block {
    padding: 25px 20px;
    border-radius: 10px;
}.thxContent li {
    padding-left: 20px;
}.thxContent li::before {
    top: 8px;
    width: 6px;
    height: 6px;
}.thxContent span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.join_our_community {
    background: linear-gradient(135deg, rgb(190,202,195) 0%, rgb(145,177,158,0.5) 100%);
    margin: 3rem 0;
    transform: skewY(-2deg);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
}.join_our_community .diff_block {
    position: relative;
    transform: skewY(2deg);
    z-index: 2;
}.join_our_community::before {
    transform: rotate(-15deg);
    height: 200%;
    border-radius: 23px;
    opacity: 0.7;
    content: "";
    z-index: 1;
    width: 60%;
    position: absolute;
    left: -5%;
    background: linear-gradient(135deg, rgb(84,146,115) 0%, rgb(84,146,115,0.5) 100%);
    top: -10%;
    animation: pulse 8s infinite alternate;
}.join_our_community::after {
    transform: rotate(25deg);
    z-index: 0;
    animation: float 10s infinite alternate;
    right: -10%;
    background: linear-gradient(45deg, rgb(145,177,158,0.5) 0%, rgb(145,177,158) 100%);
    width: 70%;
    position: absolute;
    height: 180%;
    content: "";
    filter: blur(5px);
    opacity: 0.6;
    border-radius: 10px;
    bottom: -50%;
}.join_our_community p {
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    max-width: 80%;
    font-weight: 700;
    color: #ffffff;
    transform: translateX(-5%);
    font-size: 36px;
}.join_our_community .input_holder {
    transform: translateX(5%);
    gap: 1rem;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    z-index: 3;
    justify-content: flex-start;
}.join_our_community .join_form {
    font-family: Arial, sans-serif;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
    flex: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(2deg);
    font-size: 15px;
}.join_our_community .join_form:focus {
    transform: perspective(800px) rotateX(0);
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.join_our_community .join_form::placeholder {
    opacity: 0.7;
    color: #000000;
}.join_our_community .join_section {
    transform: perspective(800px) rotateX(2deg) translateZ(0);
    font-size: 18px;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(84,146,115) 0%, rgb(145,177,158) 100%);
    cursor: pointer;
    font-family: Arial, sans-serif;
}.join_our_community .join_section:hover {
    background: linear-gradient(135deg, rgb(145,177,158) 0%, rgb(84,146,115) 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transform: perspective(800px) rotateX(0) translateY(-5px) translateZ(0);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1.05);
    }
}

@keyframes float {
    0% {
        transform: rotate(25deg) translateY(0);
    }
    100% {
        transform: rotate(25deg) translateY(-20px);
    }
}

@media (max-width: 768px) {.join_our_community {
    transform: skewY(-1deg);
    padding: 3rem 1.5rem;
}.join_our_community .diff_block {
    transform: skewY(1deg);
}.join_our_community p {
    text-align: left;
    font-size: 24px;
    transform: translateX(0);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.join_our_community .input_holder {
    align-items: stretch;
    flex-direction: column;
    transform: translateX(0);
}.join_our_community .join_form {
    width: 100%;
    margin-bottom: 1rem;
}.join_our_community .join_section {
    width: 100%;
}}.reach_out {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(190,202,195) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
}.reach_out::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(145,177,158), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(84,146,115), 0.05) 0%, transparent 30%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 0;
}.reach_out::after {
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgba(rgb(145,177,158), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(145,177,158), 0.03) 1px, transparent 1px);
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    background-size: 20px 20px;
    animation: gridMove 20s linear infinite;
    height: 100%;
    opacity: 0.6;
    content: "";
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.reach_out .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.reach_out h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    transform: translateX(-50%);
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    left: 50%;
}.reach_out h2::after {
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(145,177,158), transparent);
    left: 15%;
    height: 3px;
    width: 70%;
    content: "";
}.reach_out .message_inquiry {
    border-radius: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(145,177,158), 0.05);
    display: flex;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    background: #ffffff;
}.reach_out .message_inquiry:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(145,177,158), 0.1);
    transform: translateY(-5px);
}.reach_out .message_inquiry::before {
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(145,177,158), rgb(84,146,115));
}.reach_out .pic_border {
    overflow: hidden;
    position: relative;
    width: 45%;
}.reach_out .pic_border::after {
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    background: linear-gradient(135deg, 
                rgba(rgb(145,177,158), 0.3) 0%, 
                rgba(rgb(84,146,115), 0.3) 100%);
    top: 0;
}.reach_out .pic_border::before {
    height: 150px;
    animation: shine 6s infinite;
    width: 150%;
    left: -100px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    top: -100px;
    position: absolute;
    transform: rotate(45deg);
    content: "";
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.reach_out .support_block {
    width: 55%;
    position: relative;
    padding: 50px 40px;
}.reach_out .support_block::before {
    position: absolute;
    top: -50px;
    height: 200px;
    width: 200px;
    content: "";
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(145,177,158), 0.05) 0%, transparent 70%);
    right: -50px;
    border-radius: 50%;
}.reach_out form {
    position: relative;
    z-index: 2;
}.reach_out form h3 {
    margin-bottom: 30px;
    font-size: 21px;
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.reach_out form h3::after {
    height: 2px;
    width: 40px;
    left: 0;
    content: "";
    background: rgb(145,177,158);
    position: absolute;
    bottom: -10px;
}.reach_out form input[type="text"] {
    background: rgba(#ffffff, 0.8);
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 12px;
    position: relative;
    padding: 15px 20px;
    border: 1px solid rgba(#000000, 0.1);
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
}.reach_out form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(145,177,158), 0.1);
    background: #ffffff;
    border-color: rgb(145,177,158);
    outline: none;
}.reach_out form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.reach_out form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.reach_out .feedback_info {
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.reach_out .feedback_info input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}.reach_out .feedback_info label {
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    user-select: none;
    position: relative;
    padding-left: 35px;
}.reach_out .feedback_info label::before {
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(#000000, 0.2);
    content: "";
    background: rgba(#ffffff, 0.8);
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
}.reach_out .feedback_info input[type="checkbox"]:checked + label::before {
    border-color: rgb(145,177,158);
    background: rgb(145,177,158);
}.reach_out .feedback_info input[type="checkbox"]:checked + label::after {
    top: 4px;
    content: "";
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 12px;
    left: 8px;
    width: 6px;
}.reach_out .feedback_info label a {
    color: rgb(145,177,158);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.reach_out .feedback_info label a::after {
    content: "";
    bottom: -2px;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    background: rgb(145,177,158);
    transition: transform 0.3s ease;
    height: 1px;
    left: 0;
    transform-origin: left;
}.reach_out .feedback_info label a:hover {
    color: rgb(84,146,115);
}.reach_out .feedback_info label a:hover::after {
    background: rgb(84,146,115);
    transform: scaleX(1);
}.reach_out .reach_support {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(145,177,158), rgb(84,146,115));
    color: #ffffff;
    padding: 15px 20px;
    z-index: 1;
    transition: all 0.3s ease;
    width: 100%;
    cursor: pointer;
    position: relative;
    border: none;
    font-size: 15px;
    overflow: hidden;
    font-weight: 600;
}.reach_out .reach_support::before {
    background: linear-gradient(90deg, rgb(84,146,115), rgb(145,177,158));
    opacity: 0;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    width: 100%;
}.reach_out .reach_support:hover::before {
    opacity: 1;
}.reach_out .reach_support:active {
    transform: translateY(2px);
}.reach_out svg {
    margin-right: 10px;
    fill: rgb(145,177,158);
    transition: fill 0.3s ease;
    height: 20px;
    width: 20px;
}.reach_out svg path {
    transition: fill 0.3s ease;
    fill: rgb(145,177,158);
}.reach_out svg:hover,
.reach_out svg:hover path {
    fill: rgb(84,146,115);
}.reach_out form input {
    background: rgb(190,202,195);
}
@media (max-width: 1024px) {.reach_out {
    padding: 60px 0;
}.reach_out .container {
    padding: 0 15px;
}.reach_out h2 {
    margin-bottom: 40px;
}.reach_out .support_block {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.reach_out {
    padding: 50px 0;
}.reach_out h2 {
    margin-bottom: 30px;
}.reach_out .message_inquiry {
    flex-direction: column;
}.reach_out .pic_border {
    height: 250px;
    width: 100%;
}.reach_out .support_block {
    padding: 30px 25px;
    width: 100%;
}.reach_out form h3 {
    margin-bottom: 25px;
}.reach_out form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.reach_out .feedback_info {
    margin-bottom: 25px;
}.reach_out .reach_support {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.reach_out {
    padding: 40px 0;
}.reach_out h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.85);
}.reach_out .pic_border {
    height: 200px;
}.reach_out .support_block {
    padding: 25px 20px;
}.reach_out form h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.reach_out form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.reach_out .feedback_info {
    margin-bottom: 20px;
}.reach_out .feedback_info label {
    font-size: calc(16px * 0.9);
    padding-left: 30px;
}.reach_out .feedback_info label::before {
    width: 18px;
    height: 18px;
}.reach_out .feedback_info input[type="checkbox"]:checked + label::after {
    width: 5px;
    left: 6px;
    top: 3px;
    height: 10px;
}.reach_out .reach_support {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.reach_out::after,
    .reach_out .pic_border::before {
    animation: none;
}.reach_out .message_inquiry:hover {
    transform: none;
}}.welcome_board {
    position: relative;
    background: linear-gradient(135deg, rgb(190,202,195) 0%, rgb(145,177,158,0.5) 100%);
    min-height: 100vh;
    padding: 2rem 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
}.welcome_board::before {
    right: 0;
    content: "";
    mix-blend-mode: overlay;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(84,146,115,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(145,177,158,0.5) 0%, transparent 40%);
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}.welcome_board::after {
    background-size: 40px 40px;
    z-index: 1;
    background-position: center;
    height: 100%;
    position: absolute;
    background-image: 
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    opacity: 0.05;
    width: 100%;
    content: "";
}.welcome_board .learn_head {
    width: 100%;
    transform: translateY(-2%);
    max-width: 1200px;
    grid-template-columns: 1fr;
    gap: 2rem;
    z-index: 2;
    position: relative;
    display: grid;
}.welcome_board .learn_head > div:first-child {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 2rem;
    transform: translateX(-10px) rotate(-1deg);
}.welcome_board .learn_head > div:first-child:hover {
    transform: translateX(0) rotate(0);
}.welcome_board .learn_head > div:first-child::before {
    z-index: -1;
    transform: translate(-5px, 5px);
    position: absolute;
    inset: 0;
    transition: transform 0.3s ease;
    border-left: 5px solid rgb(145,177,158);
    content: "";
}.welcome_board .learn_head > div:first-child h3 {
    font-size: 24px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    font-weight: 600;
}.welcome_board .learn_head > div:last-child {
    position: relative;
}.welcome_board .learn_head > div:last-child > div {
    position: relative;
}.welcome_board .expert_study {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    transform: perspective(1000px) rotateY(3deg);
}.welcome_board .expert_study:hover {
    transform: perspective(1000px) rotateY(0);
}.welcome_board .expert_study::before {
    filter: blur(10px);
    inset: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(45deg, rgb(145,177,158) 0%, rgb(84,146,115) 100%);
    transform: translate(8px, 8px);
    position: absolute;
    opacity: 0.6;
    content: "";
}.welcome_board .expert_study:hover::before {
    transform: translate(12px, 12px);
    opacity: 0.8;
}.welcome_board .expert_study h1 {
    font-weight: 700;
    position: relative;
    color: #000000;
    line-height: 1.2;
    font-size: 39px;
    margin: 0 0 1.5rem;
    display: inline-block;
}.welcome_board .expert_study h1::after {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0.7);
    content: "";
    left: 0;
    width: 60%;
    transform-origin: left;
    height: 5px;
    background: linear-gradient(90deg, rgb(145,177,158) 0%, rgb(84,146,115) 100%);
    position: absolute;
    bottom: -10px;
}.welcome_board .expert_study:hover h1::after {
    transform: scaleX(1);
}.welcome_board .expert_study > div {
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    padding: 2rem;
    margin-top: 2rem;
}.welcome_board .expert_study > div::before {
    content: "";
    inset: 0;
    background: rgb(145,177,158,0.5);
    position: absolute;
    mix-blend-mode: color-burn;
}.welcome_board .expert_study > div p {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: calc(14px * 1.1);
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {.welcome_board {
    padding: 3rem;
}.welcome_board .learn_head {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.welcome_board .learn_head > div:first-child {
    display: flex;
    align-items: center;
}.welcome_board .learn_head > div:first-child h3 {
    font-size: 33px;
}.welcome_board .expert_study {
    padding: 3.5rem;
}.welcome_board .expert_study h1 {
    margin-bottom: 2rem;
    font-size: calc(39px * 1.2);
}.welcome_board .expert_study > div {
    padding: 3rem;
    margin-top: 3rem;
}.welcome_board .expert_study > div p {
    font-size: calc(14px * 1.3);
}
}

@media (min-width: 1024px) {.welcome_board .learn_head {
    grid-template-columns: 1fr 1.8fr;
}.welcome_board .learn_head > div:first-child {
    transform: translateX(-30px) rotate(-2deg);
}.welcome_board .expert_study {
    padding: 4rem;
    transform: perspective(1500px) rotateY(5deg);
}.welcome_board .expert_study h1 {
    font-size: calc(39px * 1.4);
}.welcome_board .expert_study > div {
    padding: 4rem;
}.welcome_board .expert_study > div p {
    font-size: calc(14px * 1.4);
}
}

@media (max-width: 767px) {.welcome_board {
    padding: 2rem 1rem;
}.welcome_board .learn_head > div:first-child {
    padding: 1.5rem;
    margin-bottom: 0;
}.welcome_board .learn_head > div:first-child h3 {
    font-size: calc(24px * 0.9);
}.welcome_board .expert_study {
    padding: 1.8rem;
}.welcome_board .expert_study h1 {
    margin-bottom: 1rem;
    font-size: calc(39px * 0.9);
}.welcome_board .expert_study > div {
    padding: 1.5rem;
    margin-top: 1.5rem;
}.welcome_board .expert_study > div p {
    font-size: 14px;
}
}

@media (prefers-reduced-motion: reduce) {.welcome_board .learn_head > div:first-child,
  .welcome_board .expert_study,
  .welcome_board .expert_study::before,
  .welcome_board .expert_study h1::after {
    transition: none;
    transform: none;
}}.educational_yield {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(190,202,195), #ffffff 80%);
}.educational_yield::before {
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: 
        radial-gradient(circle at 10% 20%, rgb(84,146,115,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 90% 70%, rgb(145,177,158,0.5) 0.8%, transparent 10%);
}.educational_yield .container {
    position: relative;
    padding: 0 15px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1320px;
}.educational_yield .diff_block {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 0.8fr;
    gap: 60px;
    align-items: center;
}.educational_yield .text_details {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    transform: translateY(-10px);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.educational_yield .text_details:hover {
    transform: translateY(-15px);
}.educational_yield .text_details::before {
    top: -5px;
    left: 0;
    width: 60%;
    background: linear-gradient(90deg, rgb(145,177,158), rgb(84,146,115));
    position: absolute;
    height: 5px;
    content: '';
}.educational_yield h4 {
    font-size: calc(24px * 1.1);
    margin-bottom: 30px;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    color: #000000;
}.educational_yield h4::after {
    position: absolute;
    bottom: -12px;
    content: '';
    width: 40px;
    background: rgb(145,177,158);
    left: 0;
    height: 3px;
}.educational_yield .text_details > div {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    margin-top: 25px;
}.educational_yield ul {
    flex: 1;
    min-width: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
}.educational_yield li {
    transform: translateX(0);
    margin-bottom: 20px;
    transition: transform 0.3s ease-out;
}.educational_yield li:hover {
    transform: translateX(5px);
}.educational_yield li p {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    font-size: 12px;
}.educational_yield li p span:first-child {
    align-items: center;
    background: linear-gradient(135deg, rgb(145,177,158,0.5), rgb(84,146,115,0.5));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    width: 38px;
    justify-content: center;
    height: 38px;
    transform: translateY(-2px);
    padding: 8px;
}.educational_yield li:hover p span:first-child {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.05);
}.educational_yield svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
}.educational_yield li:hover svg {
    transform: rotate(5deg);
}.educational_yield svg path {
    fill: rgb(145,177,158);
    transition: fill 0.3s ease;
}.educational_yield li:hover svg path {
    fill: rgb(84,146,115);
}.educational_yield .pic_border {
    aspect-ratio: 4/3;
    border-radius: 4px;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s ease;
    position: relative;
    object-fit: cover;
    height: auto;
    z-index: 2;
}.educational_yield .pic_border:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.18);
}.educational_yield .diff_block::after {
    top: -5%;
    background: linear-gradient(135deg, rgb(145,177,158,0.5), rgb(84,146,115,0.5));
    content: '';
    right: -5%;
    clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 80%);
    height: 80%;
    width: 45%;
    position: absolute;
    z-index: 1;
}

@media (max-width: 1200px) {.educational_yield {
    padding: 100px 0;
}.educational_yield .diff_block {
    gap: 40px;
}.educational_yield .text_details {
    padding: 35px;
}.educational_yield h4 {
    font-size: 24px;
}
}

@media (max-width: 991px) {.educational_yield {
    padding: 80px 0;
}.educational_yield .diff_block {
    gap: 50px;
    grid-template-columns: 1fr;
}.educational_yield .pic_border {
    transform: perspective(1000px) rotateY(0);
    margin: 0 auto;
    max-width: 80%;
}.educational_yield .pic_border:hover {
    transform: perspective(1000px) translateY(-5px);
}.educational_yield .diff_block::after {
    width: 70%;
    right: 0;
    bottom: 0;
    top: auto;
    height: 40%;
}
}

@media (max-width: 767px) {.educational_yield {
    padding: 60px 0;
}.educational_yield .text_details {
    padding: 30px 25px;
}.educational_yield .text_details > div {
    flex-direction: column;
    gap: 10px;
}.educational_yield ul {
    width: 100%;
}.educational_yield h4 {
    font-size: calc(20px * 1.2);
}.educational_yield .pic_border {
    max-width: 100%;
}.educational_yield li p {
    gap: 12px;
}.educational_yield li p span:first-child {
    width: 34px;
    height: 34px;
}
}

@media (max-width: 576px) {.educational_yield {
    padding: 50px 0;
}.educational_yield h4 {
    font-size: 20px;
}.educational_yield .diff_block {
    gap: 40px;
}.educational_yield li {
    margin-bottom: 15px;
}.educational_yield li p {
    font-size: calc(12px * 0.95);
}.educational_yield li p span:first-child {
    width: 30px;
    height: 30px;
}.educational_yield svg {
    width: 20px;
    height: 20px;
}}.learning_system {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(190,202,195) 0%, rgba(240,240,255,0.9) 100%);
    padding: 7rem 0;
}.learning_system::before {
    z-index: 1;
    opacity: 0.6;
    content: "";
    filter: blur(20px);
    background: linear-gradient(225deg, rgb(84,146,115,0.5) 0%, transparent 80%);
    height: 70%;
    position: absolute;
    width: 40%;
    right: -5%;
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    animation: floatBackground 15s ease-in-out infinite alternate;
}.learning_system::after {
    opacity: 0.5;
    z-index: 1;
    background: linear-gradient(45deg, rgb(145,177,158,0.5) 0%, transparent 70%);
    bottom: -5%;
    animation: floatBackground 18s ease-in-out infinite alternate-reverse;
    content: "";
    filter: blur(15px);
    width: 35%;
    position: absolute;
    transform: rotate(10deg) skewX(-10deg);
    height: 60%;
    left: -2%;
}.learning_system .diff_block {
    padding: 0 2rem;
    transform-style: preserve-3d;
    gap: 2.5rem;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    perspective: 1000px;
}.learning_system h2 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    color: #000000;
    position: relative;
    font-size: 28px;
    transform: translateZ(20px);
    letter-spacing: -0.02em;
    font-weight: 700;
}.learning_system h2::after {
    left: 0;
    bottom: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    width: 120px;
    transform: scaleX(1);
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(145,177,158) 0%, rgb(84,146,115) 100%);
}.learning_system:hover h2::after {
    transform: scaleX(1.5);
}.learning_system .text_details {
    overflow: hidden;
    transform: translateZ(10px) translateY(0);
    background: rgba(255, 255, 255, 0.7);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 3px solid rgb(84,146,115);
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.1), 
    0 1px 4px rgba(0, 0, 0, 0.05),
    20px 20px 60px -20px rgba(rgb(145,177,158,0.5), 0.1);
}.learning_system .text_details:hover {
    transform: translateZ(20px) translateY(-5px);
    box-shadow: 
    0 15px 40px -15px rgba(0, 0, 0, 0.15), 
    0 1px 6px rgba(0, 0, 0, 0.08),
    25px 25px 80px -25px rgba(rgb(145,177,158,0.5), 0.15);
}.learning_system .text_details::before {
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
}.learning_system p {
    position: relative;
    line-height: 1.8;
    z-index: 2;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    margin: 0;
    transition: transform 0.3s ease;
}.learning_system .text_details:hover p {
    transform: translateY(2px);
}

@keyframes floatBackground {
  0% {
    transform: rotate(-15deg) skewX(15deg) translate(0, 0);
  }
  100% {
    transform: rotate(-15deg) skewX(15deg) translate(20px, 20px);
  }
}

@media (min-width: 768px) {.learning_system .diff_block {
    gap: 3rem;
    grid-template-columns: 1fr;
    padding: 0 4rem;
}.learning_system h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 1.1);
}.learning_system .text_details {
    padding: 3rem;
}
}

@media (min-width: 992px) {.learning_system {
    padding: 9rem 0;
}.learning_system .diff_block {
    grid-template-columns: 1fr;
    gap: 4rem;
}.learning_system h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 1.2);
}.learning_system .text_details {
    border-left-width: 4px;
    padding: 3.5rem 4rem;
}.learning_system p {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.learning_system .diff_block {
    padding: 0 2rem;
}.learning_system h2 {
    font-size: calc(28px * 1.3);
}.learning_system .text_details {
    margin: 0 auto;
    max-width: 90%;
}
}

@media (max-width: 767px) {.learning_system {
    padding: 5rem 0;
}.learning_system h2 {
    font-size: calc(28px * 0.9);
}.learning_system .text_details {
    padding: 2rem;
}.learning_system p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (hover: none) {.learning_system .text_details {
    transform: none !important;
    box-shadow: 
      0 10px 30px -10px rgba(0, 0, 0, 0.1), 
      0 1px 4px rgba(0, 0, 0, 0.05) !important;
}.learning_system p {
    transform: none !important;
}.learning_system h2::after {
    transform: scaleX(1) !important;
}}header .main_class {
    background: linear-gradient(120deg, rgb(145,177,158) 0%, rgb(84,146,115,0.5) 100%);
    overflow: visible;
    box-sizing: border-box;
    position: relative;
    display: flex;
    z-index: 99;
    padding: 1.5rem 0;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}header .main_class::before {
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(84,146,115,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
}header .main_class .first_section {
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
}header .main_class .first_section:hover {
    transform: translateY(0) scale(1.05);
}header .main_class .first_section .top_study {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}header .main_class .first_section .top_study::before {
    width: calc(100% + 40px);
    left: -20px;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    content: "";
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    height: calc(100% + 20px);
    position: absolute;
}header .main_class .first_section .top_study svg {
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
    height: 2.8rem;
}header .main_class .header_nav {
    background: linear-gradient(90deg, transparent, rgb(145,177,158,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    width: 80vw;
    padding-right: calc((100vw - 100%) / 2);
    padding: 0;
    justify-content: flex-end;
    margin: 0;
    position: relative;
    display: flex;
    list-style: none;
}header .main_class .header_nav::before {
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
}header .main_class .header_nav .header_site {
    perspective: 1000px;
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
}header .main_class .header_nav .header_site a {
    padding: 1.2rem 1.5rem;
    text-decoration: none;
    position: relative;
    transform-origin: center;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    display: block;
    font-size: 20px;
}header .main_class .header_nav .header_site a::after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0.8rem;
    background: rgb(84,146,115);
    left: 1.5rem;
    transition: width 0.3s ease;
    height: 2px;
}header .main_class .header_nav .header_site a:hover {
    transform: translateZ(10px);
    color: rgb(84,146,115);
}header .main_class .header_nav .header_site a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .main_class {
    align-items: center;
    padding: 1rem 0;
    flex-direction: column;
}header .main_class .first_section {
    margin-left: 0;
    margin-bottom: 1rem;
}header .main_class .header_nav {
    padding-right: 0;
    width: 100%;
    background: rgb(145,177,158,0.5);
    justify-content: center;
    clip-path: none;
    flex-wrap: wrap;
}header .main_class .header_nav .header_site a {
    padding: 0.8rem 1rem;
}header .main_class .header_nav .header_site a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .main_class .header_nav .header_site a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .main_class .header_nav {
    padding: 0.5rem 0;
}header .main_class .header_nav .header_site {
    width: 50%;
}header .main_class .header_nav .header_site a {
    text-align: center;
    font-size: calc(20px - 2px);
    padding: 0.6rem 0.8rem;
}header .main_class .header_nav .header_site a::after {
    display: none;
}}.price_box {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(190,202,195), #ffffff);
    position: relative;
}.price_box::before {
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
}.price_box .container {
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.price_box .plan_fee {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.price_box .learning_pricing {
    opacity: 0;
    padding: 2rem;
    text-align: center;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.2s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    order: 1;
}.price_box .learning_pricing h2 {
    font-size: 30px;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: rgb(145,177,158);
}.price_box .learning_pricing h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(145,177,158), transparent);
    transform: translateX(-50%);
    height: 3px;
}.price_box .learning_pricing .package_rates {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto;
}.price_box .bundle_offer {
    grid-template-columns: 1fr;
    gap: 2rem;
    order: 2;
    display: grid;
}.price_box .premium_cost {
    transform: translateY(30px);
    opacity: 0;
    will-change: transform, opacity;
    animation-delay: calc(0.1s * var(--i, 1));
    animation: fadeInUp 0.8s forwards;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    display: block;
}.price_box .premium_cost:nth-child(1) {
    --i: 1;
}.price_box .premium_cost:nth-child(2) {
    --i: 2;
}.price_box .premium_cost:nth-child(3) {
    --i: 3;
}.price_box .premium_cost:nth-child(4) {
    --i: 4;
}.price_box .premium_cost:hover {
    transform: translateY(-5px) scale(1.02);
}.price_box .rate_card {
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    flex-direction: column;
    background: #ffffff;
    height: 100%;
    transition: all 0.4s ease;
    display: flex;
    position: relative;
    overflow: hidden;
}.price_box .premium_cost:hover .rate_card {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.price_box .class_cost {
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 2.5rem 2rem;
}.price_box .class_cost::before {
    width: 120px;
    transform: translate(30px, -30px);
    z-index: -1;
    content: "";
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(145,177,158,0.5) 50%);
    height: 120px;
    top: 0;
    opacity: 0;
}.price_box .premium_cost:hover .class_cost::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.price_box .premium_cost h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
    font-size: calc(19px + 0.2rem);
}.price_box .premium_cost:hover h3 {
    color: rgb(145,177,158);
}.price_box .group_plans {
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    color: rgb(145,177,158);
    font-size: calc(16px + 0.8rem);
    position: relative;
}.price_box .group_plans::before {
    left: 0;
    position: absolute;
    width: 40px;
    height: 3px;
    transition: width 0.3s ease;
    bottom: -5px;
    content: "";
    background: rgb(84,146,115);
}.price_box .premium_cost:hover .group_plans::before {
    width: 80px;
}.price_box .premium_cost p {
    -ms-word-break: break-all;
    font-size: 15px;
    margin-bottom: 0;
    word-break: break-word;
    line-height: 1.6;
    color: #000000;
    word-wrap: break-word;
    overflow-wrap: break-word;
}.price_box .pic_border {
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}.price_box .pic_border::after {
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
}.price_box .premium_cost:hover .pic_border {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_box .bundle_offer {
    grid-template-columns: repeat(2, 1fr);
}.price_box .learning_pricing {
    padding: 3rem;
}.price_box .class_cost {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.price_box .plan_fee {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.price_box .learning_pricing {
    height: 100%;
    flex-direction: column;
    order: 2;
    justify-content: center;
    text-align: left;
    display: flex;
    padding: 4rem 3rem;
}.price_box .learning_pricing h2::after {
    width: 100px;
    transform: none;
    background: linear-gradient(90deg, rgb(145,177,158), transparent);
    left: 0;
}.price_box .learning_pricing .package_rates {
    max-width: 100%;
    margin: 0;
}.price_box .bundle_offer {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.price_box .bundle_offer {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.price_box .class_cost {
    padding: 3rem 2.5rem;
}.price_box .learning_pricing h2 {
    font-size: calc(30px + 0.3rem);
}
}

@media (max-width: 767px) {.price_box {
    padding: 4rem 0;
}.price_box .learning_pricing h2 {
    font-size: calc(30px - 0.2rem);
}.price_box .learning_pricing .package_rates {
    font-size: calc(15px - 0.1rem);
    max-width: 100%;
}.price_box .premium_cost h3 {
    font-size: 19px;
}.price_box .group_plans {
    font-size: calc(16px + 0.5rem);
}.price_box .pic_border {
    height: 160px;
}}.course_offering {
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    display: grid;
    background: rgb(84,146,115);
    overflow: hidden;
    position: relative;
}.course_offering .education_guide {
    height: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    position: absolute;
    width: 50%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_offering .education_map {
    display: flex;
    animation: verticalScroll 25s ease-in-out infinite alternate;
    height: 400%;
    flex-direction: column;
    width: 100%;
}.course_offering .education_guide:hover .education_map {
    animation-play-state: paused;
}.course_offering .skill_path {
    transform: scale(1.1);
    width: 100%;
    transition: transform 0.5s ease;
    height: 25%;
    position: relative;
}.course_offering .skill_path::after {
    position: absolute;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    content: "";
    inset: 0;
    z-index: 1;
}.course_offering .skill_path img {
    height: 100%;
    width: 100%;
    transition: filter 0.5s ease;
    object-fit: cover;
    filter: saturate(0.8) contrast(1.2);
}.course_offering .skill_path:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.course_offering .container {
    align-items: center;
    height: 100%;
    grid-column: 1;
    z-index: 5;
    position: relative;
    display: flex;
}.course_offering .diff_block {
    padding-right: 10%;
    width: 100%;
    padding-left: 10%;
}.course_offering .future_class {
    border-left: 4px solid rgb(145,177,158);
    position: relative;
    padding: 4rem 3rem;
    background: transparent;
}.course_offering .future_class::before {
    width: 0;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    transition: width 0.6s ease;
    background: rgb(145,177,158,0.5);
}.course_offering .future_class:hover::before {
    width: 100%;
}.course_offering .future_class::after {
    top: 50%;
    position: absolute;
    left: -20px;
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
    height: 40px;
    content: "";
    background: rgb(145,177,158);
}.course_offering .future_class h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 42px;
}.course_offering .future_class span > * {
    transform: skewX(15deg);
    display: inline-block;
}.course_offering .future_class p {
    padding-left: 1rem;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    border-left: 2px solid rgb(84,146,115);
    line-height: 1.8;
}.course_offering .future_class .reach_support {
    font-weight: 700;
    font-size: 20px;
    border: 2px solid rgb(145,177,158);
    background: transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    padding: 1rem 2.5rem;
}.course_offering .future_class .reach_support::before {
    top: 0;
    width: 0;
    z-index: -1;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(145,177,158);
    height: 100%;
}.course_offering .future_class .reach_support:hover {
    color: #000000;
}.course_offering .future_class .reach_support:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.course_offering .future_class h3 {
    font-size: calc(42px * 0.85);
}.course_offering .diff_block {
    padding-left: 5%;
    padding-right: 0;
}
}

@media screen and (max-width: 992px) {.course_offering {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
}.course_offering .education_guide {
    height: 40vh;
    position: relative;
    clip-path: none;
    width: 100%;
}.course_offering .education_map {
    height: 100%;
    flex-direction: row;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    width: 400%;
}.course_offering .skill_path {
    width: 25%;
    height: 100%;
}.course_offering .skill_path::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.course_offering .container {
    grid-row: 2;
    padding: 3rem 0;
    grid-column: auto;
}.course_offering .diff_block {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.course_offering .future_class {
    padding: 3rem 1.5rem;
}.course_offering .future_class h3 {
    margin-bottom: 1.5rem;
    font-size: 29px;
}.course_offering .future_class::after {
    width: 30px;
    left: -15px;
    height: 30px;
}
}

@media screen and (max-width: 480px) {.course_offering {
    grid-template-rows: 30vh 1fr;
}.course_offering .education_guide {
    height: 30vh;
}.course_offering .education_map {
    animation-duration: 20s;
    width: 300%;
}.course_offering .skill_path {
    width: 33.333%;
}.course_offering .future_class {
    padding: 2rem 1rem;
    border-left-width: 3px;
}.course_offering .future_class h3 {
    letter-spacing: 1px;
    font-size: calc(29px * 0.9);
}.course_offering .future_class p {
    padding-left: 0.5rem;
    font-size: calc(14px * 0.9);
}.course_offering .future_class .reach_support {
    text-align: center;
    display: block;
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.5rem;
}.course_offering .future_class::after {
    width: 20px;
    left: -10px;
    height: 20px;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}