* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.mentor_net {
    flex: 0 0 auto;
}

.mentor_net {
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
}

.wrapper-border {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.enroll_instantly::after {
    z-index: -2;
    animation: rotatePortalReverse 30s linear infinite;
    position: absolute;
    height: 200%;
    content: '';
    opacity: 0.1;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(102,125,120) 0deg,
        rgb(137,163,161) 120deg,
        rgb(102,125,120) 240deg,
        rgb(137,163,161) 360deg
    );
    left: -50%;
    width: 200%;
    top: -50%;
}

.enroll_instantly .study_classes::after {
    animation: gridScale 15s ease infinite;
    z-index: -1;
    content: '';
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(0deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%),
        linear-gradient(90deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%);
    left: 0;
    background-size: 40px 40px;
}

.enroll_instantly .get_assist {
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 16px;
    z-index: 1;
    text-transform: uppercase;
    color: rgb(137,163,161);
    transition: all 0.4s ease;
    border-radius: 30px;
    background: #ffffff;
    font-weight: 700;
    position: relative;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.15),
        0 0 15px #ffffff;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 20px 55px;
    display: inline-block;
}

.enroll_instantly .get_assist:hover::before {
    opacity: 0.5;
    animation: pulseGlow 2s ease-in-out infinite;
}

.price_item_element {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.price_item_element .study_costs {
    position: relative;
}

.price_item_element h2 {
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 37px;
}

.price_item_element .pricing_list {
    padding: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
}

.price_item_element .plan_pricing::before {
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(137,163,161), 0.05) 100%);
    position: absolute;
    height: 100%;
}

.price_item_element .plan_fees h4 {
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #ffffff;
    padding-bottom: 15px;
    font-size: calc(24px * 1.2);
    position: relative;
    margin: 0 0 20px;
}

.price_item_element .plan_fees p {
    overflow-wrap: break-word;
    scrollbar-width: thin;
    overflow-y: auto;
    flex-grow: 1;
    word-break: break-word;
    scrollbar-color: rgb(137,163,161) transparent;
    margin: 0 0 25px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: 15px;
    max-height: 250px;
}

.title_greeting .img_caption {
    opacity: 0.25;
    transform: scale(1.05);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    filter: contrast(1.2) saturate(0.8);
}

.title_greeting h1::after {
    height: 4px;
    transform: scaleX(0);
    width: 80px;
    position: absolute;
    background: rgb(102,125,120);
    bottom: -0.5rem;
    transform-origin: left;
    left: 0;
    content: "";
    animation: scaleIn 1s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.title_greeting h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.title_greeting svg {
    width: 120px;
    height: 120px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
}

.title_greeting svg:hover path {
    fill: rgb(102,125,120);
}

.title_greeting h6 {
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-top: 1rem;
    transform: translateY(20px);
}

.title_greeting .support_map:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.5);
}

.title_greeting .support_map:hover::before {
    opacity: 1;
}

.title_greeting .support_map:active {
    box-shadow: 0 2px 10px rgba(94, 170, 168, 0.3);
    transform: translateY(1px);
}

.cookie_compl {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}

.cookie_popup_warning p {
    font-size: 18px;
}

.track_bar svg, .track_bar svg path, .track_bar img {
    width: 100px;
    fill: rgb(137,163,161);
    height: 100px;
}


.wrapper-border .cookie_popup_warning {
    border: none;
    background: #ffffff;
    box-shadow: rgb(137,163,161,0.5) 0px 0px 40px 39px;
}

.wrapper-border .track_bar {
    justify-content: center;
    height: 80px;
    align-items: center;
    width: 80px;
    display: flex;
    border-radius: 50%;
    background:rgb(137,163,161);
}

.gratPage::before {
    z-index: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.15;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(137,163,161,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(102,125,120,0.5) 0%, transparent 40%);
}

.gratPage .study_classes::before {
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(137,163,161) 0%, rgb(102,125,120) 100%);
}

.gratPage ul {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
}

.gratPage li {
    position: relative;
    padding: 0.5rem 0;
}

.gratPage li span {
    transform: translateX(20px);
    padding-left: 0.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 13px;
    opacity: 0;
    position: relative;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    text-align: left;
    line-height: 1.8;
}

.teaching_experience::after {
    z-index: 0;
    content: "";
    top: -20%;
    width: 50%;
    height: 70%;
    position: absolute;
    transform: rotate(-15deg);
    background: rgb(102,125,120,0.5);
    right: -10%;
    filter: blur(80px);
    opacity: 0.1;
}

.teaching_experience .opinion_ratings {
    grid-template-columns: 1fr;
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    gap: 35px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}



.teaching_experience .opinion_ratings {
    animation: fadeInUp 0.8s ease-out forwards;
}

.teaching_experience .name {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px;
}

.teaching_experience .opinion_ratings > div:nth-child(2) div {
    font-size: calc(14px - 1px);
    color: rgb(102,125,120);
    transition: transform 0.4s ease, opacity 0.4s ease;
    margin-top: 5px;
    font-weight: 600;
    opacity: 0.85;
    transform: translateX(0);
}

.our_team {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.our_team::before {
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(137,163,161,0.5), rgba(0, 0, 0, 0.5) 85%);
}

.our_team .text_box_item:hover {
    transform: translateY(-5px);
}

.our_team .text_box_item::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    position: absolute;
    height: 100%;
    transform-origin: top;
    transform: scaleY(0);
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(137,163,161), rgb(102,125,120));
    width: 6px;
}

.our_team h5 {
    letter-spacing: 2px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(137,163,161);
    font-size: 24px;
}

.our_team ol {
    list-style: none;
    margin: 0;
    padding-left: 1.5rem;
    counter-reset: item;
}

.our_team ol li::before {
    top: 0.5rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 50%;
    content: "";
    width: 10px;
    left: -1.5rem;
    opacity: 0.5;
    background: rgb(102,125,120);
    transform: scale(0.8);
    height: 10px;
    position: absolute;
}

.study_process::after {
    top: -10%;
    transform: rotate(15deg);
    background: rgb(102,125,120,0.5);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    right: -5%;
    z-index: -1;
    filter: blur(40px);
    height: 70%;
    position: absolute;
    opacity: 0.05;
    content: "";
    width: 40%;
    animation: floatElement 20s infinite alternate ease-in-out;
}

.study_process h2::before {
    content: "";
    position: absolute;
    background: rgb(102,125,120);
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 80px;
    left: 0;
    bottom: -15px;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
}

.study_process .text_box_item::after {
    right: 0;
    z-index: -1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(102,125,120,0.5), 0.1) 50%);
    content: "";
    height: 25%;
    position: absolute;
    bottom: 0;
    width: 25%;
}

footer .help_now {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(102,125,120);
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
    padding: 40px 20px;
    color: #ffffff;
    gap: 20px;
}

footer .info_item p,
footer .info_item a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

footer .text_main_holder {
    position: relative;
    margin-top: -30px;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

footer .calc_foot {
    text-align: center;
    margin: 0 auto;
    color: #000000;
    max-width: 350px;
    font-size: 16px;
    line-height: 1.6;
}

footer .main_info h5::after {
    background: linear-gradient(90deg, rgb(137,163,161), transparent);
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    bottom: -8px;
    left: 0;
}

footer .head_sitebar a:hover {
    padding-left: 5px;
    color: rgb(137,163,161);
}

footer .head_sitebar a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    width: 100%;
    pointer-events: none;
    left: 0;
    content: "";
}

footer .input_holder input[type="email"] {
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
}

footer .updates_item:hover {
    background-color: rgb(102,125,120);
}

footer .law_res {
    color: #000000;
    text-align: center;
    font-size: 16px;
}

.course_highlights::after {
    width: 200px;
    left: -50px;
    bottom: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morph 20s infinite alternate ease-in-out;
    filter: blur(30px);
    content: "";
    transform: translateZ(0);
    position: absolute;
    opacity: 0.2;
    height: 200px;
    background: linear-gradient(-45deg, rgb(102,125,120,0.5) 0%, rgb(137,163,161,0.5) 100%);
}

.course_highlights .img_caption::after {
    width: 200%;
    content: "";
    pointer-events: none;
    position: absolute;
    transform: rotate(25deg);
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shimmer 5s infinite linear;
    left: -50%;
    height: 200%;
    top: -50%;
}

.course_highlights .text_box_item:hover::before {
    transform: scaleY(1);
}

.course_highlights h3::after {
    width: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    content: "";
    height: 30%;
    opacity: 0;
    background: rgb(137,163,161,0.5);
    z-index: -1;
    transition: opacity 0.4s ease, left 0.4s ease;
}

.course_highlights span.description {
    display: none;
}

.get_in_touchIvh {
    background: linear-gradient(
        -45deg, 
        rgb(172,200,198) 0%, 
        rgb(102,125,120,0.5) 100%
    );
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.get_in_touchIvh .img_caption::before {
    opacity: 0.7;
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    content: '';
    transform: skew(10deg);
    width: 120%;
    background: linear-gradient(
        135deg, 
        rgb(137,163,161,0.5) 0%, 
        rgb(102,125,120,0.5) 100%
    );
    position: absolute;
}

.get_in_touchIvh .connect_panel h3 {
    color: #ffffff;
    padding-bottom: 1rem;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
}

.get_in_touchIvh .connect_panel form {
    display: grid;
    gap: 1.5rem;
}

.get_in_touchIvh .connect_panel input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(137,163,161);
    box-shadow: 0 0 15px rgb(137,163,161,0.5);
}

.get_in_touchIvh .connect_panel input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.get_in_touchIvh .connect_panel .message_support input[type="checkbox"]:checked {
    background: rgb(137,163,161);
    border-color: rgb(137,163,161);
}

.get_in_touchIvh .connect_panel .message_support label {
    align-items: center;
    font-size: 17px;
    display: flex;
    color: #ffffff;
}

.get_in_touchIvh .connect_panel .message_support a {
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(137,163,161);
}

.get_in_touchIvh .connect_panel .support_map:hover::before {
    opacity: 1;
}

.get_in_touchIvh .connect_panel .support_map:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(137,163,161,0.5);
}

header .head_study {
    padding: 20px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .head_study .nav_site {
    z-index: 2;
    position: relative;
    margin-right: 40px;
}

header .head_study .nav_site .header_tutor {
    display: block;
    position: relative;
    padding: 5px;
}

header .head_study .nav_site .header_tutor svg {
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
}

header .head_study .main_info .head_site {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}

header .head_study .main_info .head_site a::before,
header .head_study .main_info .head_site a::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

header .head_study .main_info .head_site a::before {
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(137,163,161,0.5), transparent);
}

.privacy_area {
    background-color: var(--section-bg-color, #f8f9fa);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.privacy_area .container {
    position: relative;
    transform: translateZ(0);
    z-index: 1;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}

.privacy_area h1::after {
    bottom: -12px;
    height: 4px;
    width: 80px;
    position: absolute;
    left: 0;
    transform-origin: left center;
    animation: scaleWidth 0.8s ease-out forwards;
    content: "";
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
}

.privacy_area h4 {
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
    padding-left: 12px;
    position: relative;
    color: var(--dark-color, #252525);
    border-left: 1px solid var(--secondary-color, #4655fa);
    margin: 2rem 0 1rem;
}

.privacy_area strong::after {
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    content: "";
    height: 2px;
    position: absolute;
}

.privacy_area li::before {
    border-radius: 1px;
    position: absolute;
    top: 0.7em;
    content: "";
    width: 8px;
    height: 8px;
    left: -18px;
    background-color: var(--primary-color, #4154f1);
    transform: rotate(45deg);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 992px) {.enroll_instantly {
    padding: 100px 0;
}.enroll_instantly .study_classes {
    padding: 50px 30px;
    max-width: 90%;
}.enroll_instantly h3 {
    margin-bottom: 50px;
    font-size: calc(28px * 0.9);
}.enroll_instantly h3::after {
    bottom: -70px;
    height: 50px;
    width: 50px;
}.enroll_instantly .get_assist {
    padding: 18px 50px;
    margin-top: 25px;
}
}



@media (max-width: 991px) {.price_item_element {
    padding: 80px 0;
}.price_item_element .pricing_list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.price_item_element .learning_cost {
    padding: 25px 20px;
}.price_item_element .plan_fees h4 {
    font-size: 24px;
}.price_item_element .learn_offers {
    padding: 8px 20px;
    font-size: 24px;
}
}



@media (min-width: 768px) {.title_greeting .study_classes {
    align-items: flex-start;
    padding: 4rem;
}.title_greeting h1 {
    max-width: 70%;
}.title_greeting .text_box_item {
    max-width: 60%;
}.title_greeting svg {
    width: 150px;
    height: 150px;
}.title_greeting .img_caption {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    opacity: 0.3;
}
}


@media only screen and (max-width: 1200px) {.cookie_popup_warning {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.track_bar {
    display: none;
}.cookie_compl {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_popup_warning h5 {
    text-align: center;
}.cookie_popup_warning p {
    text-align: center;
}.cookie_panel {
    margin-bottom: 20px;
}body .wrapper-border .data_consent {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 1200px) {.gratPage .container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}.gratPage h2 {
    max-width: 80%;
    margin-left: 3rem;
}.gratPage .study_classes {
    margin-left: auto;
    width: 85%;
    transform: translateY(30px) translateX(-2rem);
}.gratPage .study_classes:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}



@media (max-width: 767px) {.teaching_experience {
    padding: 80px 0;
}.teaching_experience .opinion_ratings {
    gap: 25px;
    padding: 30px;
}.teaching_experience .img_caption {
    width: 150px;
    height: 150px;
}.teaching_experience .name {
    font-size: calc(22px - 2px);
}.teaching_experience .employee_info {
    font-size: calc(14px - 1px);
}
}



@media (min-width: 768px) {.our_team {
    padding: 150px 0;
}.our_team .text_box_item {
    padding: 4rem 5rem;
    max-width: 85%;
    margin-left: auto;
}.our_team ol li {
    column-count: 2;
}
}



@media (min-width: 1200px) {.our_team .text_box_item {
    padding: 5rem 6rem;
    max-width: 75%;
}.our_team ol li {
    column-gap: 3rem;
    column-count: 2;
}
}



@media (prefers-reduced-motion: reduce) {.our_team::after {
    animation: none;
}.our_team .text_box_item {
    transition: none;
}.our_team .text_box_item::before {
    transition: none;
}}



@media (min-width: 1440px) {.study_process {
    padding: 14rem 6rem;
}.study_process .study_classes {
    gap: 3rem;
    grid-template-columns: 0.35fr 0.65fr;
}.study_process h2 {
    font-size: calc(32px * 1.4);
}.study_process .text_box_item {
    padding: 5rem;
}.study_process p {
    line-height: 1.9;
    font-size: calc(18px * 1.1);
}
}



@media (prefers-reduced-motion: reduce) {.study_process::before,
    .study_process::after,
    .study_process h2,
    .study_process h2::before,
    .study_process .text_box_item,
    .study_process .text_box_item::before {
    transition: none;
    animation: none;
    opacity: 1;
    transform: none;
}.study_process .text_box_item::before {
    height: 100%;
}
}



@media (max-width: 767px) {footer .help_now {
    padding: 30px 15px 50px;
}footer .main_info, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .volunteer {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.course_highlights {
    padding: 150px 0;
}.course_highlights .learn_explore {
    gap: 70px;
}.course_highlights .img_caption {
    height: 550px;
}.course_highlights .text_box_item {
    padding: 40px 50px;
}.course_highlights p.description {
    max-height: 350px;
}
}



@media screen and (max-width: 1200px) {.get_in_touchIvh .img_caption {
    margin-left: -3%;
}
}



@media screen and (max-width: 1024px) {.get_in_touchIvh .message_feedback {
    flex-direction: column;
}.get_in_touchIvh .img_caption {
    margin-left: 0;
    min-height: 300px;
    flex: 0 0 100%;
    transform: none;
}.get_in_touchIvh .img_caption::before {
    width: 100%;
    transform: none;
}.get_in_touchIvh .connect_panel {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media (max-width: 767px) {header .head_study .main_info .head_site a {
    padding: 8px 12px;
    font-size: calc(16px - 2px);
}}



@media (min-width: 992px) {.privacy_area {
    padding: 6rem 0;
}.privacy_area .container {
    padding: 0 40px;
}.privacy_area h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
    margin-bottom: 3rem;
    transform: translateX(-15px);
}.privacy_area h1::after {
    width: 120px;
    bottom: -15px;
    height: 5px;
}.privacy_area h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
    padding-left: 20px;
    margin: 4rem 0 2rem;
}.privacy_area p {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    line-height: 1.75;
    max-width: 85%;
}.privacy_area ul {
    margin: 2rem 0 2.5rem 2rem;
}.privacy_area li {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    margin-bottom: 1.2rem;
}.privacy_area span {
    padding: 2rem;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    transition: transform 0.3s ease;
    transform: translateX(15px);
}.privacy_area span:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
}
}



@keyframes rotatePortal {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        filter: blur(15px);
    }
    50% {
        opacity: 0.2;
        filter: blur(20px);
    }
    100% {
        opacity: 0.1;
        filter: blur(15px);
    }
}



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

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



@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



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



@keyframes growVertical {
    0% { height: 0; }
    100% { height: 100%; }
}



@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}



@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

