﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1168px;
}svg {
    height: 30px;
    width: 30px;
}.wrap-structure58 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.debate_club36 {
    flex: 0 0 auto;
}.head_guide63 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    padding: 1.2rem 0;
    z-index: 1000;
    background-color: rgb(164,203,208);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    position: relative;
}header::before {
    position: absolute;
    left: 0;
    z-index: -1;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(113,170,193,0.5) 49.5%, rgb(113,170,193,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(77,71,169,0.5) 49.5%, rgb(77,71,169,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    opacity: 0.15;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    animation: gridMove 40s linear infinite;
}header::after {
    content: '';
    height: 4px;
    z-index: 1;
    background: linear-gradient(90deg, 
        rgb(113,170,193) 0%, 
        rgb(77,71,169) 50%, 
        rgb(113,170,193) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}header .top_tutor93 {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .nav_pagewrap63 {
    backdrop-filter: blur(10px);
    border-radius: 27px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    gap: 0.5rem;
    display: flex;
    position: relative;
}header .main_pro57 {
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: #ffffff;
    font-weight: 400;
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    font-size: 16px;
    position: relative;
    font-family: Arial, sans-serif;
}header .main_pro57::before {
    top: -2px;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(113,170,193), rgb(77,71,169));
    opacity: 0;
    transform: scale(0.95);
    left: -2px;
    border-radius: calc(10px + 2px);
    z-index: -1;
}header .main_pro57::after {
    right: 0;
    top: 0;
    background: rgb(113,170,193);
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    border-radius: 10px;
    bottom: 0;
}header .main_pro57:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}header .main_pro57:hover::before {
    opacity: 1;
    transform: scale(1);
}header .top_head29 {
    align-items: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 0.5rem 1rem;
    display: flex;
}header .top_head29::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    height: 100%;
    top: 0;
    left: -100%;
    transition: 0.5s;
    content: '';
    position: absolute;
    width: 100%;
}header .top_head29:hover::before {
    left: 100%;
}header .top_head29 svg {
    z-index: 2;
    position: relative;
    width: 160px;
    height: auto;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .nav_pagewrap63 {
    gap: 0.3rem;
}header .main_pro57 {
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 1px);
}header .top_head29 svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .top_tutor93 {
    flex-direction: column;
}header .nav_pagewrap63 {
    width: 100%;
    gap: 0.5rem;
    padding: 10px;
    order: 2;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}header .main_pro57 {
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
}header .top_head29 {
    margin-bottom: 0.5rem;
    order: 1;
}header .top_head29 svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .nav_pagewrap63 {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .nav_pagewrap63::-webkit-scrollbar {
    height: 3px;
}header .nav_pagewrap63::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(113,170,193);
}header .main_pro57 {
    white-space: nowrap;
}header .top_head29 svg {
    width: 110px;
}}.thanks_page59 {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(164,203,208) 0%, rgb(113,170,193,0.5) 30%, rgb(164,203,208) 70%, rgb(77,71,169,0.5) 100%);
    overflow: hidden;
}.thanks_page59::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    animation: pulseGlow 10s ease-in-out infinite;
    background: radial-gradient(circle at 30% 50%, rgb(113,170,193,0.5) 0%, transparent 60%);
}.thanks_page59::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    opacity: 0.7;
}.thanks_page59 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.thanks_page59 .learn_way56 {
    gap: 2.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    display: flex;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
}.thanks_page59 .learn_way56::before {
    height: 10px;
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(113,170,193) 50%, transparent);
    opacity: 0.6;
    top: -5px;
}.thanks_page59 .learn_way56::after {
    height: 10px;
    border-radius: 10px;
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgb(77,71,169) 50%, transparent);
    width: 80%;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    bottom: -5px;
    left: 50%;
}.thanks_page59 .learn_way56 > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.thanks_page59 .learn_way56 > div:first-child::after {
    width: 60px;
    content: "";
    transform-origin: left;
    animation: expandLine 1.5s ease-out forwards;
    position: absolute;
    background: rgb(113,170,193);
    left: 0;
    bottom: 0;
    height: 3px;
}.thanks_page59 h5 {
    transition: transform 0.3s ease;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    margin: 0;
    color: #000000;
}.thanks_page59 a {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}.thanks_page59 a::before {
    width: 10px;
    left: -30px;
    height: 100%;
    top: 0;
    opacity: 0;
    animation: shine 3s infinite;
    background: linear-gradient(to right, transparent, rgb(113,170,193,0.5), transparent);
    transition: opacity 0.3s ease;
    transform: skewX(-20deg);
    position: absolute;
    content: "";
}.thanks_page59 a:hover::before {
    opacity: 1;
}.thanks_page59 p {
    position: relative;
    font-size: 15px;
    margin: 0;
    line-height: 1.7;
    padding: 0.5rem 1rem;
    border-left: 3px solid rgb(77,71,169,0.5);
    transition: all 0.3s ease;
    color: #000000;
}.thanks_page59 a:hover p {
    color: rgb(113,170,193);
    transform: translateX(5px);
}.thanks_page59 .learn_way56:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.thanks_page59 {
    padding: 150px 0;
}.thanks_page59 .learn_way56 {
    max-width: 85%;
    padding: 4rem 5rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    margin: 0 auto;
}.thanks_page59 .learn_way56:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.thanks_page59 h5 {
    font-size: calc(18px * 1.2);
}.thanks_page59 p {
    padding: 1rem 1.5rem;
    line-height: 1.8;
    font-size: calc(15px * 1.1);
}
}

@media (min-width: 992px) {.thanks_page59 .learn_way56 {
    gap: 3rem;
    max-width: 75%;
}.thanks_page59 .learn_way56 > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.thanks_page59 {
    padding: 60px 0;
}.thanks_page59 .learn_way56 {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.thanks_page59 h5 {
    font-size: calc(18px * 0.9);
}.thanks_page59 p {
    padding: 0.5rem;
    border-left-width: 2px;
}
}

@media (max-width: 480px) {.thanks_page59 {
    padding: 40px 0;
}.thanks_page59 .learn_way56 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.thanks_page59 h5 {
    font-size: calc(18px * 0.8);
}.thanks_page59 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.contact50 {
    position: relative;
    padding: 5rem 0;
}.contact50::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
}.contact50 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.contact50 .help_info69 {
    overflow: hidden;
    background: rgb(164,203,208);
    border-radius: 20px;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    flex-wrap: wrap;
}.contact50 .help_info69::before {
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, 
        rgb(113,170,193), 
        rgb(77,71,169));
}.contact50 .contact_feedback64 {
    padding: 3rem;
    flex: 1 0 300px;
    background: rgb(164,203,208);
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}.contact50 .contact_feedback64::after {
    top: 0;
    background: linear-gradient(to bottom,
        transparent,
        rgb(113,170,193,0.5),
        transparent);
    right: 0;
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
}.contact50 .contact_feedback64 h3 {
    padding-bottom: 1rem;
    font-size: 18px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    border-bottom: 2px solid rgb(77,71,169);
    color: rgb(113,170,193);
    display: inline-block;
}.contact50 .contact_feedback64 div {
    display: flex;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}.contact50 .contact_feedback64 div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}.contact50 .contact_feedback64 div svg {
    border-radius: 50%;
    padding: 5px;
    width: 24px;
    flex-shrink: 0;
    background: rgb(113,170,193);
    margin-right: 1rem;
    height: 24px;
}.contact50 .contact_feedback64 div svg path {
    fill: #ffffff;
}.contact50 .contact_feedback64 div span {
    color: #000000;
    font-size: 18px;
}.contact50 .contact_feedback64 div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.contact50 .contact_feedback64 div span a:hover {
    color: rgb(113,170,193);
}.contact50 .help_panel18 {
    flex: 1 0 450px;
    padding: 3rem;
    background: #ffffff;
    position: relative;
}.contact50 .help_panel18::before {
    transform: rotate(45deg);
    width: 20px;
    left: -10px;
    top: 3rem;
    background: #ffffff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    height: 20px;
    position: absolute;
    content: "";
}.contact50 .help_panel18 form {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.contact50 .help_panel18 h3 {
    font-weight: 600;
    position: relative;
    margin-bottom: 2rem;
    color: #000000;
    font-size: 18px;
    text-align: center;
}.contact50 .help_panel18 h3::after {
    left: 50%;
    background: rgb(113,170,193);
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    bottom: -10px;
    content: "";
}.contact50 .help_panel18 input[type="text"],
.contact50 .help_panel18 input[type="email"] {
    background: rgb(164,203,208);
    border-radius: 10px;
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #000000;
    width: 100%;
}.contact50 .help_panel18 input[type="text"]:focus,
.contact50 .help_panel18 input[type="email"]:focus {
    outline: none;
    border-color: rgb(113,170,193);
    box-shadow: 0 0 0 3px rgb(113,170,193,0.5);
}.contact50 .help_panel18 input[type="text"]::placeholder,
.contact50 .help_panel18 input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact50 .help_panel18 .request_feedback84 {
    margin: 0.5rem 0;
    gap: 10px;
    display: flex;
    align-items: flex-start;
}.contact50 .help_panel18 .request_feedback84 input[type="checkbox"] {
    border-radius: 4px;
    margin-top: 2px;
    transition: all 0.2s ease;
    flex-shrink: 0;
    position: relative;
    height: 20px;
    background-color: #ffffff;
    width: 20px;
    border: 2px solid #000000;
    appearance: none;
    cursor: pointer;
    -webkit-appearance: none;
}.contact50 .help_panel18 .request_feedback84 input[type="checkbox"]:checked {
    background-color: rgb(113,170,193);
    border-color: rgb(113,170,193);
}.contact50 .help_panel18 .request_feedback84 input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    position: absolute;
    content: "";
    border: solid #ffffff;
    width: 4px;
    height: 8px;
    left: 7px;
    border-width: 0 2px 2px 0;
    top: 3px;
}.contact50 .help_panel18 .request_feedback84 label {
    color: #000000;
    line-height: 1.5;
    font-size: calc(18px - 1px);
}.contact50 .help_panel18 .request_feedback84 label a {
    text-decoration: none;
    color: rgb(113,170,193);
    font-weight: 600;
}.contact50 .help_panel18 .query_help53 {
    overflow: hidden;
    padding: 1rem;
    border-radius: 10px;
    background: rgb(113,170,193);
    color: #ffffff;
    margin-top: 1rem;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    width: 100%;
    font-size: 18px;
}.contact50 .help_panel18 .query_help53::after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    height: 5px;
    width: 5px;
    opacity: 0;
    position: absolute;
    transform-origin: 50% 50%;
    left: 50%;
    transform: scale(1, 1) translate(-50%);
    top: 50%;
}.contact50 .help_panel18 .query_help53:hover {
    background: rgb(77,71,169);
}.contact50 .help_panel18 .query_help53:focus {
    outline: none;
}.contact50 .help_panel18 .query_help53:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.contact50 .help_info69 {
    flex-direction: column;
}.contact50 .contact_feedback64 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}.contact50 .contact_feedback64::after {
    height: 1px;
    top: unset;
    width: 100%;
    background: linear-gradient(to right,
            transparent,
            rgb(113,170,193,0.5),
            transparent);
    left: 0;
    bottom: 0;
    right: unset;
}.contact50 .help_panel18::before {
    transform: rotate(135deg);
    left: 3rem;
    top: -10px;
}
}

@media screen and (max-width: 768px) {.contact50 {
    padding: 4rem 0;
}.contact50 .contact_feedback64,
    .contact50 .help_panel18 {
    padding: 2rem;
}.contact50 .contact_feedback64 h3,
    .contact50 .help_panel18 h3 {
    font-size: calc(18px - 2px);
}
}

@media screen and (max-width: 576px) {.contact50 {
    padding: 3rem 0;
}.contact50 .contact_feedback64,
    .contact50 .help_panel18 {
    padding: 1.5rem;
}.contact50 .contact_feedback64 div {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}.contact50 .contact_feedback64 div svg {
    width: 20px;
    height: 20px;
}.contact50 .help_panel18 input[type="text"],
    .contact50 .help_panel18 input[type="email"] {
    padding: 0.8rem 1rem;
}.contact50 .help_panel18::before {
    display: none;
}}.course_features94 {
    background: linear-gradient(135deg, rgb(164,203,208) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.course_features94::before {
    height: 20vw;
    z-index: 1;
    content: "";
    top: -5%;
    background: linear-gradient(225deg, rgb(113,170,193) 0%, transparent 70%);
    right: -5%;
    width: 20vw;
    transform: rotate(15deg);
    position: absolute;
    opacity: 0.15;
}.course_features94::after {
    background: linear-gradient(45deg, rgb(77,71,169) 0%, transparent 70%);
    transform: rotate(-10deg);
    content: "";
    opacity: 0.1;
    bottom: -5%;
    height: 15vw;
    left: -5%;
    position: absolute;
    width: 15vw;
    z-index: 1;
}.course_features94 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.course_features94 h2 {
    margin-bottom: 3rem;
    max-width: 90%;
    position: relative;
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    transform: translateX(-0.5rem);
    line-height: 1.3;
}.course_features94 h2::after {
    height: 0.35rem;
    content: "";
    animation: expandWidth 4s ease-in-out infinite alternate;
    width: 6rem;
    background: rgb(113,170,193);
    transform-origin: left center;
    bottom: -1rem;
    position: absolute;
    left: 0;
}.course_features94 .learn_challenge57 {
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
    display: grid;
}.course_features94 .background_photo32 {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 93% 100%, 0 100%);
    height: 350px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    width: 100%;
    transform: translateY(0);
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}.course_features94 .background_photo32:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}.course_features94 .background_photo32::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.5));
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}.course_features94 .info_card67 {
    position: relative;
    padding: 0.5rem 0;
}.course_features94 .info_card67::before {
    background: rgb(77,71,169);
    position: absolute;
    top: 0;
    content: "";
    width: 0.3rem;
    left: -2rem;
    height: 100%;
    opacity: 0.5;
}.course_features94 .description {
    max-height: 300px;
    overflow-y: auto;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
}.course_features94 .description::-webkit-scrollbar {
    width: 6px;
}.course_features94 .description::-webkit-scrollbar-track {
    background: rgb(164,203,208);
    border-radius: 10px;
}.course_features94 .description::-webkit-scrollbar-thumb {
    background: rgb(113,170,193,0.5);
    border-radius: 10px;
}.course_features94 .description::-webkit-scrollbar-thumb:hover {
    background: rgb(113,170,193);
}.course_features94 .description:first-of-type::first-letter {
    font-weight: 700;
    padding: 0.5rem;
    color: rgb(113,170,193);
    float: left;
    font-size: 1.5rem;
    background: rgb(164,203,208);
    line-height: 1;
    margin-right: 0.5rem;
    border-radius: 10px;
}.course_features94 .description:last-child {
    margin-bottom: 0;
}

@keyframes expandWidth {
  0% {
    width: 6rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 6rem;
  }
}

@media screen and (min-width: 768px) {.course_features94 {
    padding: 7rem 0;
}.course_features94 h2 {
    font-size: calc(37px * 1.1);
    max-width: 70%;
}.course_features94 .learn_challenge57 {
    align-items: start;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.course_features94 .background_photo32 {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}.course_features94 .info_card67 {
    padding: 1rem 0;
}.course_features94 .description {
    max-height: 450px;
    padding-right: 1.5rem;
}
}

@media screen and (min-width: 992px) {.course_features94 {
    padding: 8rem 0;
}.course_features94 h2 {
    font-size: calc(37px * 1.2);
    margin-bottom: 4rem;
    max-width: 60%;
}.course_features94 .background_photo32 {
    height: 500px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.course_features94 .learn_challenge57 {
    gap: 4rem;
}.course_features94 .info_card67::before {
    left: -3rem;
    width: 0.4rem;
}.course_features94 .description {
    line-height: 1.8;
    max-height: 500px;
    font-size: calc(15px * 1.05);
    padding-right: 2rem;
}.course_features94 .description:first-of-type::first-letter {
    padding: 0.7rem;
    font-size: 2rem;
}
}

@media screen and (min-width: 1200px) {.course_features94 h2 {
    transform: translateX(-1rem);
}.course_features94 .learn_challenge57 {
    gap: 5rem;
}.course_features94 .background_photo32 {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
    height: 550px;
}.course_features94 .description {
    max-height: 550px;
}
}

@media (hover: hover) {.course_features94 .background_photo32 {
    cursor: pointer;
}
}

@media (prefers-reduced-motion: reduce) {.course_features94 h2::after {
    animation: none;
}.course_features94 .background_photo32 {
    transition: none;
}}.our_background36 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    color: #ffffff;
}.our_background36::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75) 100%);
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}.our_background36::after {
    height: 100%;
    left: 0;
    z-index: 2;
    content: "";
    opacity: 0.4;
    transform-origin: left top;
    top: 0;
    transform: skewY(-3deg) translateY(-10%);
    position: absolute;
    background: linear-gradient(90deg, rgb(113,170,193,0.5) 0%, transparent 100%);
    width: 100%;
}.our_background36 h4 {
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    padding-left: 60px;
    font-weight: 700;
    transform: translateX(-20px);
    letter-spacing: 2px;
    z-index: 5;
    text-transform: uppercase;
    font-size: calc(34px * 1.2);
    opacity: 0;
    margin-bottom: 50px;
    position: relative;
}.our_background36 h4::before {
    top: 50%;
    content: "";
    background: rgb(77,71,169);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
}.our_background36 .container {
    display: flex;
    max-width: 1200px;
    z-index: 5;
    justify-content: flex-end;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.our_background36 .info_card67 {
    width: 70%;
    background: rgba(255, 255, 255, 0.08);
    padding: 40px;
    border-left: 3px solid rgb(77,71,169);
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-3deg);
    animation: fadeIn 1s ease-out forwards;
    transition: transform 0.4s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
}.our_background36 .info_card67:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.our_background36 h6 {
    transform: translateY(10px);
    letter-spacing: 1px;
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
    position: relative;
    padding-bottom: 15px;
    font-size: calc(18px * 1.2);
    font-weight: 700;
    color: rgb(77,71,169);
    margin-bottom: 20px;
}.our_background36 h6::after {
    left: 0;
    content: "";
    width: 60px;
    position: absolute;
    background: rgb(77,71,169);
    opacity: 0.7;
    bottom: 0;
    height: 2px;
}.our_background36 .info_card67 div {
    position: relative;
    overflow: hidden;
}.our_background36 span {
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    opacity: 0;
    position: relative;
    font-size: 17px;
    transform: translateY(20px);
    margin-bottom: 15px;
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
}.our_background36 span::first-letter {
    color: rgb(77,71,169);
    font-size: 1.4em;
    font-weight: 700;
}

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

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

@keyframes slideInTitle {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {.our_background36 {
    padding: 90px 0 70px;
}.our_background36 h4 {
    margin-bottom: 40px;
    font-size: calc(34px * 1.1);
    padding-left: 50px;
}.our_background36 .container {
    justify-content: center;
}.our_background36 .info_card67 {
    padding: 35px;
    transform: perspective(1000px) rotateY(-2deg);
    width: 85%;
}
}

@media (max-width: 768px) {.our_background36 {
    padding: 70px 0 50px;
}.our_background36 h4 {
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 34px;
}.our_background36 h4::before {
    width: 30px;
}.our_background36 .info_card67 {
    border-top: 3px solid rgb(77,71,169);
    border-left: none;
    padding: 30px 25px;
    transform: none;
    width: 100%;
}.our_background36 h6 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
}.our_background36 span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.our_background36 .info_card67:hover {
    transform: none;
}
}

@media (max-width: 576px) {.our_background36 {
    padding: 60px 0 40px;
}.our_background36 h4 {
    margin-bottom: 25px;
    padding-left: 35px;
    font-size: calc(18px * 1.2);
}.our_background36 h4::before {
    width: 25px;
}.our_background36 .info_card67 {
    padding: 25px 20px;
}.our_background36 h6 {
    font-size: calc(16px * 1.1);
}.our_background36 span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}footer {
    position: relative;
    width: 100%;
}footer .debate_club36 {
    position: relative;
    color: #ffffff;
    background-color: rgb(77,71,169);
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
}footer .debate_club36::before {
    pointer-events: none;
    top: 0;
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    width: 100%;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(77,71,169) 12%, transparent 12.5%, transparent 87%, rgb(77,71,169) 87.5%, rgb(77,71,169)),
        linear-gradient(150deg, rgb(77,71,169) 12%, transparent 12.5%, transparent 87%, rgb(77,71,169) 87.5%, rgb(77,71,169)),
        linear-gradient(30deg, rgb(77,71,169) 12%, transparent 12.5%, transparent 87%, rgb(77,71,169) 87.5%, rgb(77,71,169)),
        linear-gradient(150deg, rgb(77,71,169) 12%, transparent 12.5%, transparent 87%, rgb(77,71,169) 87.5%, rgb(77,71,169)),
        linear-gradient(60deg, rgb(113,170,193,0.5) 25%, transparent 25.5%, transparent 75%, rgb(113,170,193,0.5) 75%, rgb(113,170,193,0.5)),
        linear-gradient(60deg, rgb(113,170,193,0.5) 25%, transparent 25.5%, transparent 75%, rgb(113,170,193,0.5) 75%, rgb(113,170,193,0.5));
    height: 100%;
    opacity: 0.05;
    background-size: 80px 140px;
}footer .debate_club36::after {
    top: 0;
    pointer-events: none;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(113,170,193), rgb(77,71,169));
    content: "";
    height: 5px;
}footer .footer_disclaimer35 {
    z-index: 1;
    position: relative;
}footer .quick_help83 {
    gap: 20px;
    margin-bottom: 60px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
    transition: all 0.4s ease;
    max-width: 300px;
    align-items: center;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    padding: 20px 25px;
    position: relative;
    display: flex;
    min-width: 200px;
    cursor: pointer;
    min-height: 60px;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.03);
}footer .info_item::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: rgb(77,71,169);
    pointer-events: none;
    left: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(113,170,193);
}footer .info_item svg {
    height: 20px;
    flex-shrink: 0;
    fill: rgb(113,170,193);
    margin-right: 12px;
    width: 20px;
    transition: fill 0.3s ease;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 16px;
    text-overflow: ellipsis;
    display: flex;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 100%;
    align-items: center;
}footer .text_main_holder {
    padding-top: 40px;
    position: relative;
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    content: "";
    height: 1px;
    left: 10%;
    width: 80%;
    pointer-events: none;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    position: absolute;
}footer .nav_core34 {
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    display: flex;
    max-width: 350px;
    text-align: center;
    align-items: center;
    position: relative;
    padding: 20px;
}footer .nav_core34::before {
    left: 3px;
    top: 3px;
    z-index: -1;
    content: "";
    background-color: rgb(77,71,169);
    right: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: 3px;
    pointer-events: none;
    position: absolute;
}footer .nav_core34 svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}footer .code_labs40 {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}footer .nav_pagewrap63 {
    padding: 30px;
    border-radius: 11px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}footer .nav_pagewrap63 h5 {
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
}footer .nav_pagewrap63 h5::after {
    height: 2px;
    background-color: rgb(113,170,193);
    pointer-events: none;
    width: 50px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}footer .head_class18 {
    margin-bottom: 20px;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}footer .head_class18 a {
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 15px;
    cursor: pointer;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
}footer .head_class18 a::before {
    opacity: 0;
    height: 0;
    position: absolute;
    border-left: 4px solid rgb(113,170,193);
    transform: translateY(-50%);
    border-bottom: 4px solid transparent;
    content: "";
    border-top: 4px solid transparent;
    top: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
    left: 5px;
    width: 0;
}footer .head_class18 a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
}footer .head_class18 a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 11px;
    position: relative;
}footer .subscribe_holder::before {
    left: 0;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(113,170,193,0.5) 49%, rgb(113,170,193,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(113,170,193,0.5) 49%, rgb(113,170,193,0.5) 51%, transparent 52%);
    pointer-events: none;
    width: 100%;
    opacity: 0.05;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    border-radius: 11px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 23px;
}footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    z-index: 5;
    position: relative;
    display: flex;
    width: 100%;
}footer .input_holder input[type="email"] {
    appearance: none;
    cursor: text;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 5;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(113,170,193);
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .course_offerings27 {
    position: relative;
    z-index: 5;
    background-color: rgb(113,170,193);
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;
}footer .course_offerings27:hover {
    transform: translateY(-3px);
    background-color: rgb(77,71,169);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .help_center54 {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .footnote_ref14 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    display: inline-block;
    position: relative;
}footer .footnote_ref14::before,
footer .footnote_ref14::after {
    content: "";
    pointer-events: none;
    top: 50%;
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
}footer .footnote_ref14::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .footnote_ref14::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .course_offerings27 {
    flex-shrink: 0;
    min-width: 150px;
    width: auto;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .head_class18 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .debate_club36 {
    padding: 60px 0 30px;
}footer .quick_help83 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .nav_pagewrap63, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_core34 {
    padding: 15px;
    margin-bottom: 20px;
}footer .help_center54 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .debate_club36 {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .nav_pagewrap63 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(23px - 2px);
}footer .nav_pagewrap63, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .course_offerings27 {
    padding: 12px;
}}.newsletter71 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    border-radius: 13px;
    position: relative;
    background: linear-gradient(135deg, rgb(164,203,208) 0%, rgb(113,170,193,0.5) 100%);
    overflow: hidden;
}.newsletter71::before {
    width: 60%;
    z-index: 1;
    height: 120%;
    transform: rotate(-15deg);
    top: -10%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    right: -10%;
    background: linear-gradient(45deg, rgb(77,71,169,0.5) 0%, rgb(77,71,169) 100%);
    content: "";
    position: absolute;
}.newsletter71 .container {
    grid-gap: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    z-index: 2;
}.newsletter71 .learn_way56 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(5deg);
}.newsletter71 p {
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    font-size: 19px;
    font-weight: 700;
    position: relative;
    opacity: 0;
    padding-left: 3rem;
    color: #000000;
    font-family: Arial, sans-serif;
    animation: slideIn 0.7s forwards 0.3s;
}.newsletter71 p::before {
    animation: growLine 0.8s forwards 0.6s;
    content: "";
    left: 0;
    transform: scaleX(0);
    position: absolute;
    top: 50%;
    transform-origin: left;
    height: 2px;
    background: rgb(113,170,193);
    width: 2rem;
}.newsletter71 .input_holder {
    display: flex;
    gap: 1rem;
    opacity: 0;
    animation: slideIn 0.7s forwards 0.5s;
    position: relative;
    transform: translateX(30px);
    flex-direction: column;
}.newsletter71 .sub_codes43 {
    transform: translateY(0);
    padding: 1rem 1.5rem;
    border: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 13px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}.newsletter71 .sub_codes43:focus {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
    outline: none;
}.newsletter71 .course_offerings27 {
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(113,170,193) 0%, rgb(77,71,169) 100%);
    overflow: hidden;
    letter-spacing: 0.5px;
    font-size: 18px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    border: none;
    align-self: flex-start;
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
}.newsletter71 .course_offerings27::before {
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: all 0.6s ease;
    height: 100%;
    left: -100%;
}.newsletter71 .course_offerings27:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgb(113,170,193,0.5);
}.newsletter71 .course_offerings27:hover::before {
    left: 100%;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@media screen and (min-width: 768px) {.newsletter71 {
    padding: 5rem 3rem;
}.newsletter71 .container {
    align-items: center;
    grid-template-columns: 1.2fr 1fr;
}.newsletter71 p {
    padding-left: 5rem;
    margin-bottom: 0;
    font-size: 37px;
}.newsletter71 p::before {
    width: 4rem;
}.newsletter71 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.newsletter71 .sub_codes43 {
    border-radius: 10px 0 0 10px;
    flex: 1;
}.newsletter71 .course_offerings27 {
    border-radius: 0 10px 10px 0;
    align-self: stretch;
}}.primary_page03 {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 650px;
    background: #000000;
}.primary_page03 .learn_way56 {
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
    grid-template-rows: 1fr;
    position: relative;
    display: grid;
}.primary_page03 .learn_skillspro97 {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}.primary_page03 .learn_skillspro97::before {
    width: 100%;
    z-index: 2;
    left: 0;
    content: '';
    top: 0;
    background: linear-gradient(90deg, #000000 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    position: absolute;
}.primary_page03 .learn_intro08 {
    height: 100%;
    width: 500%;
    display: flex;
    animation: carousel-slide-alt 25s ease-in-out infinite;
}.primary_page03 .learn_hero08 {
    width: 20%;
    height: 100%;
    filter: contrast(1.1) saturate(1.1);
    position: relative;
}.primary_page03 .learn_hero08 img {
    transform-origin: center;
    animation: zoom-pan 15s ease-in-out infinite alternate;
    width: 100%;
    object-fit: cover;
    height: 100%;
}.primary_page03 .info_card67 {
    left: 5%;
    padding: 3.5rem;
    position: absolute;
    top: 50%;
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.4)
    );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    z-index: 5;
    max-width: 550px;
    border-radius: 10px;
    width: 90%;
    overflow: hidden;
    transform: translateY(-50%);
}.primary_page03 .info_card67::before {
    height: 200%;
    opacity: 0.1;
    animation: rotate-gradient 15s linear infinite;
    background: radial-gradient(
        circle at center,
        rgb(113,170,193,0.5),
        transparent 70%
    );
    width: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    content: '';
}.primary_page03 .info_card67::after {
    top: 0;
    height: 100%;
    left: 0;
    animation: shimmer 5s infinite;
    position: absolute;
    transform: translateX(-100%);
    width: 100%;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        rgb(113,170,193,0.5),
        transparent
    );
}.primary_page03 .info_card67 h1 {
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-bottom: 1.8rem;
    font-weight: 700;
    font-size: 44px;
}.primary_page03 .info_card67 h1::before {
    border-radius: 10px;
    background: rgb(113,170,193);
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
}.primary_page03 .info_card67 p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 2.5rem;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.9;
}.primary_page03 .info_card67 .query_help53 {
    display: inline-block;
    text-decoration: none;
    font-size: 19px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(113,170,193);
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 14px 35px;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    font-weight: 600;
}.primary_page03 .info_card67 .query_help53::before {
    top: 0;
    height: 100%;
    background: rgb(77,71,169);
    width: 100%;
    z-index: -1;
    content: '';
    transition: all 0.4s ease;
    position: absolute;
    left: -100%;
}.primary_page03 .info_card67 .query_help53:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px) scale(1.03);
}.primary_page03 .info_card67 .query_help53:hover::before {
    left: 0;
}

@keyframes carousel-slide-alt {
    0%, 18% {
        transform: translateX(0);
    }
    22%, 38% {
        transform: translateX(-20%);
    }
    42%, 58% {
        transform: translateX(-40%);
    }
    62%, 78% {
        transform: translateX(-60%);
    }
    82%, 98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-pan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.1) translate(-1%, -1%);
    }
    100% {
        transform: scale(1.05) translate(1%, 1%);
    }
}

@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1200px) {.primary_page03 .info_card67 {
    max-width: 500px;
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.primary_page03 {
    height: auto;
    min-height: 550px;
}.primary_page03 .info_card67 {
    padding: 2rem;
    max-width: 450px;
}.primary_page03 .info_card67 h1 {
    font-size: calc(44px * 0.9);
}.primary_page03 .learn_skillspro97::before {
    background: linear-gradient(90deg, #000000 20%, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}
}

@media (max-width: 768px) {.primary_page03 {
    min-height: 500px;
    height: 500px;
}.primary_page03 .info_card67 {
    max-width: 90%;
    left: 50%;
    text-align: center;
    padding: 2rem;
    transform: translate(-50%, -50%);
}.primary_page03 .info_card67 h1::before {
    transform: translateX(-50%);
    left: 50%;
}.primary_page03 .learn_skillspro97::before {
    background: linear-gradient(0deg, #000000 20%, transparent 60%, #000000 100%);
}
}

@media (max-width: 576px) {.primary_page03 {
    min-height: 450px;
}.primary_page03 .info_card67 {
    padding: 1.5rem;
}.primary_page03 .info_card67 h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.5rem;
}.primary_page03 .info_card67 p {
    margin-bottom: 2rem;
    font-size: calc(17px * 0.9);
}.primary_page03 .info_card67 .query_help53 {
    font-size: calc(19px * 0.9);
    padding: 12px 25px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.primary_page03 {
    height: auto;
    min-height: 100vh;
}.primary_page03 .info_card67 {
    padding: 1.5rem;
    max-width: 450px;
}.primary_page03 .info_card67 h1 {
    margin-bottom: 1rem;
}.primary_page03 .info_card67 p {
    margin-bottom: 1.5rem;
}}.pricing_list_item87 {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing_list_item87::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
}.pricing_list_item87 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.pricing_list_item87 .rate_choice91 {
    position: relative;
}.pricing_list_item87 .rate_choice91::before {
    pointer-events: none;
    position: absolute;
    height: 300px;
    top: -50px;
    width: 300px;
    content: "";
    background: radial-gradient(circle, rgb(113,170,193,0.5) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.2;
    left: -150px;
}.pricing_list_item87 .rate_choice91::after {
    pointer-events: none;
    border-radius: 50%;
    width: 250px;
    bottom: -80px;
    content: "";
    opacity: 0.15;
    right: -120px;
    position: absolute;
    background: radial-gradient(circle, rgb(77,71,169,0.5) 0%, transparent 70%);
    height: 250px;
}.pricing_list_item87 h2 {
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-size: 37px;
    font-weight: 700;
    transform: translateX(-5%);
    display: inline-block;
}.pricing_list_item87 h2::after {
    width: 60%;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(113,170,193) 0%, rgb(77,71,169) 100%);
    content: "";
    height: 3px;
}.pricing_list_item87 .cert_plans47 {
    margin-bottom: 50px;
    transform: translateX(-3%);
    opacity: 0.9;
    font-size: calc(15px * 1.1);
    max-width: 80%;
    line-height: 1.6;
}.pricing_list_item87 .learning_packages70 {
    padding: 0;
    display: grid;
    margin: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_list_item87 .learning_packages70 li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}.pricing_list_item87 .skill_offers43 {
    color: #ffffff;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    height: 100%;
}.pricing_list_item87 .skill_offers43:hover {
    transform: translateY(-8px) scale(1.02);
}.pricing_list_item87 .fee_plan30 {
    height: 100%;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    padding: 5px;
    border-radius: 8px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    position: relative;
}.pricing_list_item87 .fee_plan30::before {
    left: 0;
    z-index: 0;
    position: absolute;
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, 
        rgb(113,170,193,0.5) 0%, 
        transparent 50%, 
        rgb(77,71,169,0.5) 100%);
    height: 100%;
}.pricing_list_item87 .skill_offers43:hover .fee_plan30::before {
    opacity: 0.15;
}.pricing_list_item87 .learning_fee23 {
    z-index: 1;
    position: relative;
    height: 100%;
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
}.pricing_list_item87 .learning_fee23 h4 {
    font-weight: 700;
    position: relative;
    transition: color 0.3s ease;
    font-size: calc(22px * 1.2);
    color: #ffffff;
    margin: 0 0 20px;
}.pricing_list_item87 .learning_fee23 h4::after {
    left: -15px;
    height: 70%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
    content: "";
    width: 5px;
    top: 50%;
    background: linear-gradient(to bottom, rgb(113,170,193), rgb(77,71,169));
}.pricing_list_item87 .skill_offers43:hover .learning_fee23 h4::after {
    opacity: 1;
    height: 100%;
}.pricing_list_item87 .learning_fee23 p {
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    scrollbar-width: thin;
    flex-grow: 1;
    word-break: break-word;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-color: rgb(113,170,193) rgba(255,255,255,0.1);
}.pricing_list_item87 .learning_fee23 p::-webkit-scrollbar {
    width: 5px;
}.pricing_list_item87 .learning_fee23 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.pricing_list_item87 .learning_fee23 p::-webkit-scrollbar-thumb {
    background: rgb(113,170,193);
    border-radius: 10px;
}.pricing_list_item87 .group_plans65 {
    align-self: flex-start;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: calc(22px * 1.3);
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    margin-top: auto;
    position: relative;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, 
        rgb(113,170,193,0.5) 0%, 
        rgb(77,71,169,0.5) 100%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}.pricing_list_item87 .skill_offers43:hover .group_plans65 {
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transform: scale(1.05);
}

@media (max-width: 1200px) {.pricing_list_item87 {
    padding: 100px 0;
}.pricing_list_item87 .learning_packages70 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.pricing_list_item87 h2 {
    transform: translateX(0);
}.pricing_list_item87 .cert_plans47 {
    transform: translateX(0);
    max-width: 90%;
}
}

@media (max-width: 992px) {.pricing_list_item87 {
    padding: 80px 0;
}.pricing_list_item87 .learning_packages70 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.pricing_list_item87 .learning_fee23 {
    padding: 25px 20px;
}.pricing_list_item87 .learning_fee23 p {
    max-height: 180px;
    font-size: calc(15px * 0.95);
}.pricing_list_item87 .group_plans65 {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 768px) {.pricing_list_item87 {
    padding: 70px 0;
}.pricing_list_item87 .learning_packages70 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}.pricing_list_item87 h2 {
    font-size: calc(37px * 0.9);
}.pricing_list_item87 .cert_plans47 {
    margin-bottom: 40px;
    font-size: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.pricing_list_item87 {
    padding: 60px 0;
}.pricing_list_item87 .learning_packages70 {
    grid-template-columns: 1fr;
}.pricing_list_item87 h2 {
    text-align: center;
    display: block;
    font-size: calc(37px * 0.8);
}.pricing_list_item87 h2::after {
    left: 20%;
    width: 60%;
}.pricing_list_item87 .cert_plans47 {
    margin-bottom: 30px;
    text-align: center;
}.pricing_list_item87 .learning_fee23 h4 {
    font-size: calc(22px * 1.1);
}.pricing_list_item87 .learning_fee23 p {
    max-height: 150px;
}.pricing_list_item87 .group_plans65 {
    font-size: calc(22px * 1.1);
}}.cookie_window_dialog45 {
    transform: translateY(100%);
    padding: 20px 0;
    z-index: 90;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(77,71,169);
    bottom: 0;
    position: fixed;
    background: rgb(77,71,169);
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookiePreferenceBox26 {
    display: none;
}#cookiePreferenceBox26:checked ~ .cookie_window_dialog45 {
    opacity: 0;
    visibility: hidden;
}.privacy_gate27 {
    padding: 20px 5%;
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-items: center;
}.cookie_window_dialog45 h5 {
    font-weight: 700;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.cookie_window_dialog45 p {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 15px;
}.track_alert35 {
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(113,170,193));
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
}.track_alert35 svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(113,170,193);
}.track_alert35:hover svg {
    transform: scale(1.1);
}.cookie_layer53 {
    background: linear-gradient(90deg, rgb(113,170,193), rgb(77,71,169));
    font-size: 17px;
    margin-left: 10px;
    border-radius: 29px;
    line-height: 40px;
    padding: 10px 20px;
    color: #000000;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(113,170,193);
    text-decoration: none;
    flex-shrink: 0;
    min-width: 140px;
}.cookie_layer53:hover {
    box-shadow: 0 0 20px rgb(77,71,169);
}.cookie_button.edu_cookie39 {
    color: #ffffff;
    border: 2px solid rgb(77,71,169);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.edu_cookie39:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(77,71,169);
}.cookie_window_dialog45 p a {
    transition: color 0.3s ease;
    color: rgb(113,170,193);
    text-decoration: none;
}.cookie_window_dialog45 p a:hover {
    color: rgb(77,71,169);
}
@media only screen and (max-width: 1200px) {.cookie_window_dialog45 {
    padding: 15px 0;
}.privacy_gate27 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.track_alert35 {
    display: none;
}.privacy_gate27 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie_window_dialog45 h5 {
    font-size: 16px;
    margin-bottom: 5px;
}.user_tracker84 {
    margin-bottom: 15px;
}.cookie_layer53 {
    min-width: 100%;
    margin: 10px 0;
}}
.education_history48 {
    perspective: 1000px;
    background: linear-gradient(90deg, rgb(164,203,208) 30%, rgb(77,71,169,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.education_history48::before {
    opacity: 0.1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(113,170,193,0.5) 0,
        rgb(113,170,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.education_history48::after {
    right: -10%;
    background: rgb(113,170,193,0.5);
    height: 140%;
    filter: blur(60px);
    width: 50%;
    top: -20%;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    z-index: 0;
}.education_history48 .rating_praise41 {
    gap: 0;
    display: grid;
    max-width: 1100px;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    transform: rotateX(5deg) rotateZ(-1deg);
    z-index: 1;
}.education_history48 .background_photo32 {
    height: 450px;
    transition: all 0.7s ease;
    transform: translateZ(30px);
    border-radius: 0;
    transform-style: preserve-3d;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    position: relative;
    z-index: 2;
}.education_history48 .job_profile76 {
    transition: all 0.7s ease;
    justify-content: center;
    background: #ffffff;
    padding: 3rem 3rem 3rem 5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
    position: relative;
    transform-style: preserve-3d;
    flex-direction: column;
    z-index: 1;
    display: flex;
    margin-left: -3rem;
}.education_history48 .job_profile76::before {
    background: linear-gradient(to bottom, rgb(113,170,193), rgb(77,71,169));
    top: 50%;
    height: 60%;
    transform: translateY(-50%);
    content: "";
    left: 0;
    width: 10px;
    position: absolute;
}.education_history48 .name {
    transition: transform 0.5s ease;
    color: #000000;
    transform: translateZ(20px);
    font-size: calc(34px * 1.2);
    font-weight: 700;
    margin-bottom: 0.5rem;
}.education_history48 .job_profile76 div:nth-child(2) {
    color: rgb(77,71,169);
    font-size: 19px;
    margin-bottom: 2rem;
    transform: translateZ(15px);
    transition: transform 0.5s ease 0.1s;
    font-weight: 600;
}.education_history48 .career_expertise96 {
    line-height: 1.7;
    font-style: italic;
    color: #000000;
    transition: transform 0.5s ease 0.2s;
    font-size: 12px;
    position: relative;
    transform: translateZ(10px);
}.education_history48 .career_expertise96::after {
    line-height: 0;
    color: rgb(113,170,193,0.5);
    bottom: -2rem;
    right: 0;
    font-size: 5rem;
    font-family: serif;
    content: "";
    position: absolute;
}.education_history48 .rating_praise41:hover .background_photo32 {
    transform: translateZ(50px) translateX(-20px);
}.education_history48 .rating_praise41:hover .job_profile76 {
    transform: translateZ(30px) translateX(20px);
}.education_history48 .rating_praise41:hover .name {
    transform: translateZ(40px);
}.education_history48 .rating_praise41:hover .job_profile76 div:nth-child(2) {
    transform: translateZ(35px);
}.education_history48 .rating_praise41:hover .career_expertise96 {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.education_history48 .rating_praise41 {
    grid-template-columns: 1fr;
    transform: none;
}.education_history48 .background_photo32 {
    transform: none;
    margin-bottom: -2rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
}.education_history48 .job_profile76 {
    padding: 3rem 2rem 2rem;
    z-index: 3;
    transform: none;
    margin-left: 0;
}.education_history48 .job_profile76::before {
    width: 50%;
    transform: translateX(-50%);
    left: 50%;
    height: 5px;
    top: 0;
}.education_history48 .rating_praise41:hover .background_photo32,
    .education_history48 .rating_praise41:hover .job_profile76,
    .education_history48 .rating_praise41:hover .name,
    .education_history48 .rating_praise41:hover .job_profile76 div:nth-child(2),
    .education_history48 .rating_praise41:hover .career_expertise96 {
    transform: none;
}}.privacy_barrier92 {
    color: #ffffff;
    padding: 50px;
    font-family: Arial, sans-serif;
    background-color: rgb(77,71,169);
    box-shadow: 0 0 15px rgb(113,170,193,0.5);
}.privacy_barrier92 h3, .privacy_barrier92 h4, .privacy_barrier92 h5, .privacy_barrier92 h6 {
    margin: 1rem 0;
}.privacy_barrier92 h1 {
    font-weight: 700;
    color: rgb(113,170,193);
    margin-bottom: 30px;
    text-shadow: 0 0 8px rgb(113,170,193,0.5);
    font-size: 41px;
}.privacy_barrier92 h2 {
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(77,71,169,0.5);
    font-size: 32px;
    color: rgb(113,170,193);
}.privacy_barrier92 h3, .privacy_barrier92 h4, .privacy_barrier92 h5, .privacy_barrier92 h6 {
    color: rgb(113,170,193);
    margin-top: 30px;
}.privacy_barrier92 h3 {
    font-size: calc(24px - 2px);
    font-weight: 700;
    text-shadow: 0 0 6px rgb(113,170,193,0.5);
}.privacy_barrier92 h4 {
    font-size: calc(24px + 2px);
    text-shadow: 0 0 4px rgb(113,170,193,0.5);
    font-weight: 600;
}.privacy_barrier92 h5 {
    text-shadow: 0 0 3px rgb(113,170,193,0.5);
    font-weight: 400;
    font-size: 24px;
}.privacy_barrier92 h6 {
    text-shadow: 0 0 2px rgb(113,170,193,0.5);
    font-size: 22px;
    font-weight: 300;
}.privacy_barrier92 ul, .privacy_barrier92 ol {
    margin: 20px 0;
    list-style: none;
    padding-left: 25px;
}.privacy_barrier92 li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 17px;
}.privacy_barrier92 li::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(77,71,169);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    box-shadow: 0 0 8px rgb(77,71,169,0.5);
    content: '';
}.privacy_barrier92 section {
    border-top: 1px solid rgb(77,71,169,0.5);
    padding-top: 30px;
    margin-top: 50px;
}.privacy_barrier92 p {
    margin-bottom: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    font-size: 17px;
}.privacy_barrier92 span {
    color: rgb(77,71,169);
    text-shadow: 0 0 4px rgb(77,71,169,0.5);
    font-weight: 600;
}.privacy_barrier92 div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {.privacy_barrier92 {
    border-radius: 10px;
    padding: 30px;
}.privacy_barrier92 h1 {
    font-size: calc(24px - 8px);
}.privacy_barrier92 h2 {
    font-size: calc(24px - 6px);
}.privacy_barrier92 ul, .privacy_barrier92 ol {
    padding-left: 20px;
}.privacy_barrier92 li {
    font-size: calc(17px - 1px);
}.privacy_barrier92 p {
    font-size: calc(17px - 1px);
}
}