* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
    scroll-behavior: auto;
}.site_header65871 {
    flex: 1 0 auto;
}.footer_caption75236 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.wrapper-padding19803 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1267px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.trackingSettingsBox93712 {
    border-top: 2px solid rgb(215,188,188);
    z-index: 90;
    background: rgb(192,154,154);
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(215,188,188,0.5);
    width: 100%;
    bottom: 0;
    position: fixed;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie_view04259 {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(192,154,154) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(215,188,188,0.5);
    display: flex;
    padding: 20px 5%;
}.consent_learn82516 {
    padding: 10px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 22px;
    margin-right: 20px;
    box-shadow: 0 0 15px rgb(215,188,188);
}.consent_learn82516 svg, .consent_learn82516 svg path {
    height: 60px;
    fill: rgb(215,188,188);
    width: 60px;
    transition: transform 0.3s ease;
}.consent_learn82516:hover svg {
    transform: rotate(20deg);
}.cookie_review82145 {
    flex: 1;
    min-width: 300px;
    color: #ffffff;
}.cookie_review82145 h5 {
    margin-bottom: 10px;
    font-size: 24px;
    text-shadow: 0 0 10px rgb(215,188,188);
    color: rgb(215,188,188);
    font-weight: 700;
}.cookie_review82145 p {
    text-shadow: 0 0 5px rgb(215,188,188,0.5);
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}.edu_approve72945 {
    white-space: nowrap;
    font-size: 18px;
    background: rgb(215,188,188);
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    padding: 12px 25px;
    margin-left: 10px;
    box-shadow: 0 0 10px rgb(215,188,188,0.5);
    border-radius: 10px;
    text-decoration: none;
}.edu_approve72945:hover {
    box-shadow: 0 0 20px rgb(192,154,154,0.5);
    background: rgb(192,154,154);
}.trackingSettingsBox93712 p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(215,188,188);
}.trackingSettingsBox93712 p a:hover {
    color: rgb(192,154,154);
}#windowConsentAlert20458 {
    display: none;
}#windowConsentAlert20458:checked ~ .trackingSettingsBox93712 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.trackingSettingsBox93712 {
    padding: 20px;
}.cookie_view04259 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.consent_learn82516 {
    display: none;
}.cookie_view04259 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_review82145 {
    margin-bottom: 20px;
    text-align: center;
}.trackingSettingsBox93712 h5, .trackingSettingsBox93712 p {
    text-align: center;
}.edu_approve72945 {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}}
.user_reviews37250 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, 
        rgb(237,222,222) 0%, 
        #ffffff 100%);
    padding: 120px 0 180px;
}.user_reviews37250::before,
.user_reviews37250::after {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    background-size: 20px 20px;
    content: "";
    height: 50px;
    width: 100%;
    background-image: 
        linear-gradient(45deg, 
        rgb(237,222,222) 25%, 
        transparent 25%), 
        linear-gradient(-45deg, 
        rgb(237,222,222) 25%, 
        transparent 25%), 
        linear-gradient(45deg, 
        transparent 75%, 
        rgb(237,222,222) 75%), 
        linear-gradient(-45deg, 
        transparent 75%, 
        rgb(237,222,222) 75%);
    left: 0;
}.user_reviews37250::before {
    top: 0;
    opacity: 0.2;
    transform: scaleY(-1);
}.user_reviews37250::after {
    bottom: 0;
    opacity: 0.2;
}.user_reviews37250 .container {
    position: relative;
    z-index: 1;
}.user_reviews37250 h2 {
    transform: translateX(-50%);
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 70px;
    text-align: center;
    left: 50%;
    font-size: 32px;
    position: relative;
}.user_reviews37250 h2::before,
.user_reviews37250 h2::after {
    width: 100px;
    height: 3px;
    position: absolute;
    top: 50%;
    content: "";
    background: rgb(215,188,188);
}.user_reviews37250 h2::before {
    right: calc(100% + 20px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}.user_reviews37250 h2::after {
    left: calc(100% + 20px);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.user_reviews37250 .feedback_stories26471 {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 30px;
    position: relative;
}.user_reviews37250 .feedback_stories26471::before {
    top: 50%;
    content: "";
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        90deg,
        rgb(215,188,188,0.5),
        rgb(215,188,188,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    right: 0;
    animation: movePattern 20s linear infinite;
    height: 2px;
    z-index: -1;
}@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 0;
    }
}

.user_reviews37250 .learning_quotes73816 {
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
    position: relative;
    display: flex;
}.user_reviews37250 .learning_quotes73816::before {
    background: #ffffff;
    inset: 0;
    position: absolute;
    transition: all 1s ease;
    content: "";
    border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    animation: blobAnimation 8s ease-in-out infinite alternate;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index: -1;
}.user_reviews37250 .learning_quotes73816:nth-child(2n)::before {
    border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    animation-delay: 2s;
}.user_reviews37250 .learning_quotes73816:nth-child(3n)::before {
    animation-delay: 4s;
    border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
}@keyframes blobAnimation {
    0%, 100% {
        border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    }
    33% {
        border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    }
    66% {
        border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    }
}

.user_reviews37250 .learning_quotes73816:hover::before {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}.user_reviews37250 .learning_quotes73816 img {
    object-fit: cover;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 4px solid #ffffff;
    height: 90px;
    width: 90px;
    position: relative;
    z-index: 1;
}.user_reviews37250 .learning_quotes73816 img::after {
    border: 2px dashed rgb(215,188,188,0.5);
    animation: rotate 20s linear infinite;
    inset: -10px;
    border-radius: 50%;
    position: absolute;
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user_reviews37250 .learning_quotes73816:hover img {
    transform: scale(1.1) rotate(5deg);
}.user_reviews37250 .learning_quotes73816 p {
    margin: 0;
    text-align: center;
}.user_reviews37250 .learning_quotes73816 p:first-of-type {
    position: relative;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    margin-bottom: 10px;
}.user_reviews37250 .learning_quotes73816 p:first-of-type::before {
    content: "~";
    color: rgb(215,188,188);
    margin: 0 5px;
}.user_reviews37250 .learning_quotes73816 p:first-of-type::after {
    content: "~";
    color: rgb(215,188,188);
    margin: 0 5px;
}.user_reviews37250 .learning_quotes73816 .description {
    position: relative;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    font-style: italic;
}.user_reviews37250 .learning_quotes73816 .description::before,
.user_reviews37250 .learning_quotes73816 .description::after {
    content: "";
    font-size: 50px;
    position: absolute;
    line-height: 0;
    color: rgb(215,188,188,0.5);
    font-family: Arial, sans-serif;
}.user_reviews37250 .learning_quotes73816 .description::before {
    top: 5px;
    left: -15px;
}.user_reviews37250 .learning_quotes73816 .description::after {
    content: "";
    bottom: -10px;
    right: -15px;
}

@media (max-width: 991px) {.user_reviews37250 {
    padding: 100px 0 150px;
}.user_reviews37250 h2 {
    margin-bottom: 60px;
}.user_reviews37250 h2::before,
    .user_reviews37250 h2::after {
    width: 70px;
}.user_reviews37250 .feedback_stories26471 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
}
}

@media (max-width: 767px) {.user_reviews37250 {
    padding: 80px 0 120px;
}.user_reviews37250 h2 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.user_reviews37250 h2::before,
    .user_reviews37250 h2::after {
    width: 50px;
}.user_reviews37250 .feedback_stories26471 {
    gap: 60px;
    grid-template-columns: 1fr;
}.user_reviews37250 .learning_quotes73816 {
    padding: 25px 20px;
}.user_reviews37250 .learning_quotes73816 img {
    height: 80px;
    width: 80px;
}.user_reviews37250 .learning_quotes73816 .description::before {
    font-size: 40px;
    left: -10px;
}.user_reviews37250 .learning_quotes73816 .description::after {
    font-size: 40px;
    right: -10px;
}}.metrics_summary96432 {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
    background-color: rgb(237,222,222);
}.metrics_summary96432::before {
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at center, rgb(215,188,188,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
}.metrics_summary96432::after {
    content: "";
    opacity: 0.3;
    z-index: 1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(215,188,188,0.5) 95%, rgb(215,188,188,0.5) 100%, transparent 100%),
        linear-gradient(90deg, transparent 95%, rgb(215,188,188,0.5) 95%, rgb(215,188,188,0.5) 100%, transparent 100%);
    width: 100%;
    top: 0;
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    position: absolute;
}.metrics_summary96432 .container {
    margin: 0 auto;
    padding: 0 30px;
    flex-direction: column;
    position: relative;
    z-index: 5;
    max-width: 1400px;
    display: flex;
    align-items: center;
}.metrics_summary96432 h2 {
    margin: 0 0 80px;
    padding: 0 20px;
    z-index: 3;
    text-align: center;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
}.metrics_summary96432 h2::before,
.metrics_summary96432 h2::after {
    background: rgb(215,188,188);
    top: 50%;
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    transform: translateY(-50%);
}.metrics_summary96432 h2::before {
    right: calc(100% + 20px);
}.metrics_summary96432 h2::after {
    left: calc(100% + 20px);
}.metrics_summary96432 ul {
    padding: 0;
    position: relative;
    list-style: none;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    width: 100%;
    justify-content: center;
    display: flex;
}.metrics_summary96432 .smart_pros50876 {
    width: 150px;
    height: 150px;
    justify-content: center;
    z-index: 3;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    flex-direction: column;
    padding: 20px;
    background: #ffffff;
    display: flex;
}.metrics_summary96432 .smart_pros50876::before {
    background: conic-gradient(from var(--rotation, 0deg), transparent, rgb(215,188,188,0.5), transparent);
    content: "";
    z-index: -1;
    width: 100%;
    top: 0;
    opacity: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    border-radius: 50%;
    position: absolute;
}.metrics_summary96432 .smart_pros50876:hover::before {
    opacity: 1;
}.metrics_summary96432 .smart_pros50876:nth-child(1) {
    --rotation: 0deg;
}.metrics_summary96432 .smart_pros50876:nth-child(2) {
    --rotation: 36deg;
}.metrics_summary96432 .smart_pros50876:nth-child(3) {
    --rotation: 72deg;
}.metrics_summary96432 .smart_pros50876:nth-child(4) {
    --rotation: 108deg;
}.metrics_summary96432 .smart_pros50876:nth-child(5) {
    --rotation: 144deg;
}.metrics_summary96432 .smart_pros50876:nth-child(6) {
    --rotation: 180deg;
}.metrics_summary96432 .smart_pros50876:nth-child(7) {
    --rotation: 216deg;
}.metrics_summary96432 .smart_pros50876:nth-child(8) {
    --rotation: 252deg;
}.metrics_summary96432 .smart_pros50876:nth-child(9) {
    --rotation: 288deg;
}.metrics_summary96432 .smart_pros50876:nth-child(10) {
    --rotation: 324deg;
}.metrics_summary96432 .smart_pros50876 p {
    color: rgb(215,188,188);
    text-align: center;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 5px;
    font-size: calc(36px * 1.1);
}.metrics_summary96432 .smart_pros50876 span {
    color: #000000;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
    font-size: calc(18px * 0.85);
}.metrics_summary96432 .smart_pros50876:hover {
    z-index: 10;
    transform: scale(1.1);
}.metrics_summary96432 svg {
    top: 10px;
    right: 10px;
    fill: rgb(192,154,154);
    position: absolute;
    transition: transform 0.3s ease;
    height: 18px;
    opacity: 0.7;
    width: 18px;
}.metrics_summary96432 svg path {
    fill: rgb(192,154,154);
}.metrics_summary96432 .smart_pros50876:hover svg {
    transform: rotate(45deg);
}.metrics_summary96432 ul.items-1 {
    justify-content: center;
}.metrics_summary96432 ul.items-2,
.metrics_summary96432 ul.items-3,
.metrics_summary96432 ul.items-4 {
    max-width: 800px;
    margin: 0 auto;
}.metrics_summary96432 ul.items-5,
.metrics_summary96432 ul.items-6 {
    max-width: 900px;
    margin: 0 auto;
}.metrics_summary96432 ul.items-7,
.metrics_summary96432 ul.items-8,
.metrics_summary96432 ul.items-9,
.metrics_summary96432 ul.items-10 {
    margin: 0 auto;
    max-width: 1200px;
}

@keyframes rotateCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulseAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 1200px) {.metrics_summary96432 .smart_pros50876 {
    width: 130px;
    height: 130px;
}.metrics_summary96432 .smart_pros50876 p {
    font-size: 36px;
}.metrics_summary96432 h2::before,
    .metrics_summary96432 h2::after {
    width: 40px;
}
}

@media (max-width: 991px) {.metrics_summary96432 {
    padding: 100px 0;
}.metrics_summary96432 .smart_pros50876 {
    width: 120px;
    height: 120px;
}.metrics_summary96432 .smart_pros50876 span {
    font-size: calc(18px * 0.8);
}.metrics_summary96432 ul {
    gap: 20px;
}
}

@media (max-width: 768px) {.metrics_summary96432 {
    padding: 80px 0;
}.metrics_summary96432 h2 {
    margin-bottom: 50px;
}.metrics_summary96432 h2::before,
    .metrics_summary96432 h2::after {
    display: none;
}.metrics_summary96432 .smart_pros50876 {
    border-radius: 13px;
}.metrics_summary96432 .smart_pros50876::before {
    border-radius: 13px;
}
}

@media (max-width: 576px) {.metrics_summary96432 {
    padding: 60px 0;
}.metrics_summary96432 h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.metrics_summary96432 .container {
    padding: 0 15px;
}.metrics_summary96432 ul {
    gap: 15px;
}.metrics_summary96432 .smart_pros50876 {
    width: calc(50% - 15px);
    aspect-ratio: 1/1;
    height: auto;
}.metrics_summary96432 .smart_pros50876 p {
    font-size: calc(36px * 0.9);
}.metrics_summary96432 .smart_pros50876 span {
    font-size: calc(18px * 0.75);
}
}

@media (max-width: 375px) {.metrics_summary96432 .smart_pros50876 {
    width: 100%;
    max-width: 150px;
}}header .top_plank {
    background: rgb(215,188,188);
    color:  #ffffff;
}header .top_plank .nav_divider89037 div svg, header .top_plank .nav_divider89037 div svg path {
    fill: #ffffff;
}header .top_plank .nav_divider89037 div span {
    color: #ffffff;
}header .top_plank .nav_divider89037 {
    font-size: 13px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    padding: 15px 0 10px 0;
    align-items: center;
    line-height: 21px;
    justify-content: flex-start;
}header .top_plank .nav_divider89037 div {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .nav_divider89037 div img, header .top_plank .nav_divider89037 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.get_support08792 {
    z-index: 1;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: rgb(237,222,222);
}.get_support08792::before {
    left: 0;
    opacity: 0.05;
    content: '';
    background: linear-gradient(45deg, 
        transparent 25%, 
        rgb(215,188,188,0.5) 25%, 
        rgb(215,188,188,0.5) 30%, 
        transparent 30%,
        transparent 45%, 
        rgb(192,154,154,0.5) 45%, 
        rgb(192,154,154,0.5) 50%, 
        transparent 50%);
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    background-size: 200px 200px;
    position: absolute;
}.get_support08792 .container {
    z-index: 2;
    position: relative;
}.get_support08792 .get_support54023 {
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-top: 3px solid rgb(215,188,188);
    overflow: hidden;
    border-radius: 23px;
}.get_support08792 .get_support54023::after {
    top: 0;
    content: '';
    background: radial-gradient(circle, rgb(215,188,188,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
    width: 300px;
    right: 0;
    height: 300px;
    opacity: 0.1;
}.get_support08792 .get_support54023 h2 {
    font-size: 31px;
    font-weight: 700;
    position: relative;
    color: rgb(215,188,188);
    margin-bottom: 30px;
}.get_support08792 .get_support54023 p {
    line-height: 1.7;
    max-width: 800px;
    color: #000000;
    margin-bottom: 25px;
    font-size: 14px;
}.get_support08792 .get_support54023 p:last-of-type {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
}.get_support08792 .get_support54023 p:last-of-type svg {
    fill: none;
    top: 3px;
    position: absolute;
    height: 24px;
    left: 0;
    stroke-width: 2;
    stroke: rgb(215,188,188);
    width: 24px;
}.get_support08792 .get_support86704 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 30px;
    display: grid;
    margin-top: 10px;
}.get_support08792 .quick_contact90327 {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 23px;
    text-align: center;
    z-index: 1;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    background: rgb(237,222,222);
    overflow: hidden;
    padding: 20px;
    height: 120px;
    font-size: 14px;
}.get_support08792 .quick_contact90327::before {
    top: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    content: '';
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(215,188,188,0.5) 100%);
}.get_support08792 .quick_contact90327:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
    color: rgb(215,188,188);
}.get_support08792 .quick_contact90327:hover::before {
    opacity: 0.2;
}.get_support08792 .quick_contact90327 svg {
    stroke: rgb(215,188,188);
    stroke-width: 1.5;
    height: 40px;
    fill: rgb(215,188,188);
    width: 40px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}.get_support08792 .quick_contact90327:hover svg {
    stroke-width: 2;
    transform: scale(1.1);
}.get_support08792 .quick_contact90327 svg path {
    transition: all 0.3s ease;
}

@keyframes floatCircle {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
    100% {
        transform: translateY(0) rotate(360deg);
    }
}

@media screen and (max-width: 991px) {.get_support08792 {
    padding: 60px 0;
}.get_support08792 .get_support54023 {
    padding: 40px 30px;
}.get_support08792 .get_support86704 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 767px) {.get_support08792 {
    padding: 50px 0;
}.get_support08792 .get_support54023 {
    padding: 35px 25px;
}.get_support08792 .get_support54023 h2 {
    font-size: calc(31px * 0.9);
}.get_support08792 .get_support86704 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.get_support08792 .quick_contact90327 {
    height: 110px;
}
}

@media screen and (max-width: 480px) {.get_support08792 {
    padding: 40px 0;
}.get_support08792 .get_support54023 {
    padding: 30px 20px;
}.get_support08792 .get_support54023 h2 {
    font-size: calc(31px * 0.8);
}.get_support08792 .get_support86704 {
    grid-template-columns: repeat(1, 1fr);
}.get_support08792 .quick_contact90327 {
    height: 100px;
}.get_support08792 .quick_contact90327 svg {
    margin-bottom: 10px;
    height: 35px;
    width: 35px;
}}.secure_fence64713 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: 1px solid rgb(215,188,188,0.5);
    padding: 2em;
    background-color: rgb(215,188,188);
    box-shadow: 0 0 20px rgb(215,188,188,0.5);
    margin: 0 auto;
}.secure_fence64713 h1 {
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5em;
    text-shadow: 0 0 10px rgb(215,188,188,0.5);
    color: #ffffff;
}.secure_fence64713 h2 {
    text-shadow: 0 0 8px rgb(192,154,154,0.5);
    color: rgb(192,154,154);
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 1em;
}.secure_fence64713 h3,
.secure_fence64713 h4,
.secure_fence64713 h5,
.secure_fence64713 h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}.secure_fence64713 h3 {
    font-weight: 400;
    font-size: calc(20px - 0.2em);
}.secure_fence64713 h4 {
    font-size: calc(20px - 0.4em);
    font-weight: 400;
}.secure_fence64713 h5 {
    font-weight: 300;
    font-size: 20px;
}.secure_fence64713 h6 {
    font-size: 18px;
    font-weight: 300;
}.secure_fence64713 ul,
.secure_fence64713 ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}.secure_fence64713 ul {
    list-style-type: circle;
}.secure_fence64713 ol {
    list-style-type: decimal;
}.secure_fence64713 li {
    margin-bottom: 0.75em;
    color: #ffffff;
    font-size: 18px;
}.secure_fence64713 p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 1.5em;
}.secure_fence64713 span {
    color: rgb(215,188,188);
    font-weight: 600;
}.secure_fence64713 div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {.secure_fence64713 {
    border-radius: 10px;
    padding: 1em;
}.secure_fence64713 h1 {
    font-size: calc(20px - 0.5em);
}.secure_fence64713 h2 {
    font-size: calc(20px - 0.4em);
}.secure_fence64713 p,
    .secure_fence64713 li {
    font-size: calc(18px - 0.2em);
}}
.secure_fence64713 h1::after {
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    box-shadow: 0 0 10px rgb(215,188,188,0.5);
    border-radius: 10px;
    background-color: rgb(215,188,188);
    margin: 0.5em auto 0;
}.secure_fence64713 h2::after {
    content: "";
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(192,154,154,0.5);
    background-color: rgb(192,154,154);
    height: 3px;
    width: 60px;
    margin: 0.5em auto 0;
}.secure_fence64713 ul li::before,
.secure_fence64713 ol li::before {
    display: inline-block;
    width: 8px;
    content: "";
    box-shadow: 0 0 5px rgb(215,188,188,0.5);
    height: 8px;
    background-color: rgb(215,188,188);
    border-radius: 50%;
    margin-right: 0.5em;
}.secure_fence64713 a {
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(215,188,188,0.5);
    color: rgb(215,188,188);
}.secure_fence64713 a:hover {
    color: rgb(192,154,154);
    box-shadow: 0 0 5px rgb(192,154,154,0.5);
}.secure_fence64713 blockquote {
    margin: 1em 0;
    box-shadow: 0 0 10px rgb(215,188,188,0.5);
    border-left: 5px solid rgb(215,188,188);
    padding: 1.5em;
    color: #ffffff;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.5);
}.course_instructor70814 {
    position: relative;
    background: linear-gradient(180deg, rgb(237,222,222) 0%, rgb(192,154,154,0.5) 100%);
    overflow: hidden;
    padding: 6rem 2rem 4rem;
}.course_instructor70814::before {
    content: "";
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(215,188,188,0.5) 0px,
        rgb(215,188,188,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
    z-index: 1;
    opacity: 0.2;
    height: 100%;
    top: 0;
}.course_instructor70814::after {
    z-index: 1;
    right: 0;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 50%;
    height: 100%;
    top: 0;
    opacity: 0.1;
    position: absolute;
    background: #ffffff;
}.course_instructor70814 .learning_quotes73816 {
    display: flex;
    z-index: 2;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    max-width: 600px;
    position: relative;
}.course_instructor70814 .featured_photo27934 {
    z-index: 3;
    width: 200px;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: all 0.5s ease;
    height: 250px;
    border-radius: 0;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    margin-bottom: -50px;
}.course_instructor70814 .featured_photo27934:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}.course_instructor70814 .career_expertise61834 {
    z-index: 2;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    perspective: 1000px;
    flex-direction: column;
    align-items: center;
    display: flex;
    transform-style: preserve-3d;
    padding: 70px 30px 30px;
    background: #ffffff;
    width: 100%;
    position: relative;
}.course_instructor70814 .career_expertise61834::before {
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: rgb(215,188,188);
    z-index: -1;
    position: absolute;
    transform: translateZ(-20px);
}.course_instructor70814 .name {
    font-size: 37px;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(215,188,188);
}.course_instructor70814 .name::after {
    width: 50px;
    position: absolute;
    left: 50%;
    background: rgb(192,154,154);
    content: "";
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
}.course_instructor70814 .career_expertise61834 > div:nth-child(2) {
    margin: 20px 0;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    color: rgb(192,154,154);
}.course_instructor70814 .work_achievements49732 {
    font-style: italic;
    position: relative;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid rgb(237,222,222);
    padding-top: 30px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}.course_instructor70814 .work_achievements49732::before,
.course_instructor70814 .work_achievements49732::after {
    width: 30px;
    position: absolute;
    border-radius: 50%;
    background: rgb(192,154,154,0.5);
    height: 30px;
    content: "";
}.course_instructor70814 .work_achievements49732::before {
    transform: translateX(-20px);
    left: 50%;
    top: -15px;
}.course_instructor70814 .work_achievements49732::after {
    left: 50%;
    transform: translateX(-10px);
    top: -15px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.course_instructor70814 .career_expertise61834:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.course_instructor70814 {
    padding: 4rem 1rem 3rem;
}.course_instructor70814 .featured_photo27934 {
    height: 180px;
    margin-bottom: -40px;
    width: 150px;
}.course_instructor70814 .career_expertise61834 {
    padding: 60px 20px 20px;
}}.contact_us25064 {
    background: linear-gradient(90deg, #ffffff 50%, rgb(237,222,222) 50%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_us25064::before {
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    width: 100%;
    background-size: 60px 60px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    content: "";
}.contact_us25064 .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.contact_us25064 h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    color: rgb(215,188,188);
    font-size: 33px;
    text-align: center;
}.contact_us25064 h2::after {
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    background: rgb(215,188,188);
    content: "";
    position: absolute;
    width: 60px;
    left: 50%;
}.contact_us25064 .request_inquiry37854 {
    position: relative;
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.contact_us25064 .request_inquiry37854::before {
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154));
    content: "";
    top: 0;
}.contact_us25064 .featured_photo27934 {
    flex: 0 0 50%;
    transition: all 0.5s ease;
    min-height: 550px;
    position: relative;
}.contact_us25064 .featured_photo27934::after {
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(215,188,188,0.5), transparent);
}.contact_us25064 .feedback_message67091 {
    flex: 0 0 50%;
    padding: 60px 50px;
    position: relative;
    background: #ffffff;
}.contact_us25064 .feedback_message67091::before {
    left: 0;
    height: 100%;
    position: absolute;
    width: 10px;
    content: "";
    top: 0;
    background: rgb(237,222,222);
}.contact_us25064 #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.contact_us25064 h3 {
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}.contact_us25064 h3::after {
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    background: rgb(215,188,188,0.5);
}.contact_us25064 input[type="text"] {
    font-size: 16px;
    padding: 18px 20px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #000000;
    border: 2px solid rgb(237,222,222);
}.contact_us25064 input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(215,188,188);
}.contact_us25064 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_us25064 .help_list87912 {
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
}.contact_us25064 .help_list87912 input[type="checkbox"] {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgb(237,222,222);
    position: relative;
    height: 24px;
    margin-top: 2px;
    border-radius: 10px;
    appearance: none;
    width: 24px;
}.contact_us25064 .help_list87912 input[type="checkbox"]:checked {
    background: rgb(215,188,188);
    border-color: rgb(215,188,188);
}.contact_us25064 .help_list87912 input[type="checkbox"]:checked::after {
    position: absolute;
    width: 6px;
    left: 8px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    height: 10px;
    top: 5px;
    content: "";
    border-bottom: 2px solid #ffffff;
}.contact_us25064 .help_list87912 label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.contact_us25064 .help_list87912 a {
    color: rgb(215,188,188);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.contact_us25064 .help_list87912 a:hover {
    color: rgb(192,154,154);
}.contact_us25064 .support_grid42098 {
    border-radius: 10px;
    background: rgb(215,188,188);
    padding: 16px 40px;
    box-shadow: 0 8px 20px rgb(215,188,188,0.5);
    cursor: pointer;
    font-size: 20px;
    align-self: flex-start;
    overflow: hidden;
    margin-top: 20px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    border: none;
    color: #ffffff;
}.contact_us25064 .support_grid42098::before {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    transition: all 0.6s ease;
    content: "";
}.contact_us25064 .support_grid42098:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(192,154,154,0.5);
    background: rgb(192,154,154);
}.contact_us25064 .support_grid42098:hover::before {
    left: 100%;
}.contact_us25064 svg {
    width: 22px;
    fill: rgb(215,188,188);
    transition: all 0.3s ease;
    height: 22px;
}.contact_us25064 svg path {
    transition: all 0.3s ease;
    fill: rgb(215,188,188);
}.contact_us25064 svg:hover {
    fill: rgb(192,154,154);
    transform: translateY(-2px);
}.contact_us25064 svg:hover path {
    fill: rgb(192,154,154);
}

@media (max-width: 1200px) {.contact_us25064 {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_us25064 {
    padding: 80px 0;
}.contact_us25064 .request_inquiry37854 {
    flex-direction: column-reverse;
}.contact_us25064 .featured_photo27934 {
    flex: 0 0 auto;
    min-height: 350px;
}.contact_us25064 .feedback_message67091 {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_us25064 .feedback_message67091::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
}
}

@media (max-width: 768px) {.contact_us25064 {
    padding: 60px 0;
}.contact_us25064 h2 {
    margin-bottom: 40px;
    font-size: calc(33px - 4px);
}.contact_us25064 .feedback_message67091 {
    padding: 40px 30px;
}.contact_us25064 #contact {
    gap: 25px;
}.contact_us25064 .featured_photo27934 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_us25064 {
    padding: 50px 0;
}.contact_us25064 .container {
    padding: 0 15px;
}.contact_us25064 h2 {
    font-size: calc(33px - 6px);
    margin-bottom: 30px;
}.contact_us25064 .feedback_message67091 {
    padding: 35px 25px;
}.contact_us25064 #contact {
    gap: 20px;
}.contact_us25064 input[type="text"] {
    padding: 15px;
}.contact_us25064 .support_grid42098 {
    width: 100%;
    padding: 15px 25px;
}.contact_us25064 .featured_photo27934 {
    min-height: 250px;
}}.start_now49861 {
    overflow: hidden;
    padding: 130px 0;
    background: linear-gradient(155deg, rgb(215,188,188,0.5) 50%, rgb(237,222,222) 50%);
    position: relative;
}.start_now49861::before {
    opacity: 0.04;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    background-position: 0 0;
    background-size: 30px 30px;
    width: 100%;
}.start_now49861 .training_classes62798 {
    align-items: flex-start;
    display: flex;
    position: relative;
    gap: 50px;
    max-width: 1000px;
    z-index: 10;
    margin: 0 auto;
    padding: 0 20px;
}.start_now49861 .container p {
    padding: 30px;
    color: #000000;
    position: relative;
    background: #ffffff;
    z-index: 5;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    border-radius: 20px 20px 20px 0;
    font-size: 33px;
    line-height: 1.4;
    font-weight: 700;
    flex: 1;
    margin: 0;
}.start_now49861 .support_grid42098 {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    font-weight: 600;
    transform: translateY(30px);
    text-decoration: none;
    border-radius: 20px 20px 0 20px;
    transition: all 0.4s ease;
    height: 220px;
    display: flex;
    z-index: 5;
    background: rgb(215,188,188);
    flex: 0 0 220px;
    text-align: center;
    align-items: center;
    font-size: 16px;
    position: relative;
    justify-content: center;
    color: #ffffff;
    padding: 20px;
}.start_now49861 .support_grid42098::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgb(192,154,154);
    opacity: 0;
    border-radius: 20px 20px 0 20px;
    z-index: -1;
    top: 0;
    transition: opacity 0.4s ease;
    left: 0;
}.start_now49861 .support_grid42098:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
    transform: translateY(15px);
}.start_now49861 .support_grid42098:hover::before {
    opacity: 1;
}.start_now49861 .container p::after {
    height: 40px;
    content: '';
    left: -10px;
    width: 40px;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    background: rgb(215,188,188);
    bottom: -10px;
}.start_now49861::after {
    content: '';
    border-radius: 50%;
    border: 30px solid rgba(255, 255, 255, 0.1);
    width: 200px;
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: 1;
    height: 200px;
}.start_now49861 .training_classes62798::after {
    border-radius: 50%;
    position: absolute;
    border: 20px solid rgba(255, 255, 255, 0.1);
    height: 150px;
    z-index: 1;
    left: -75px;
    width: 150px;
    bottom: -75px;
    content: '';
}

@media (max-width: 991px) {.start_now49861 {
    padding: 110px 0;
}.start_now49861 .training_classes62798 {
    gap: 40px;
}.start_now49861 .container p {
    padding: 25px;
    font-size: calc(23px * 1.2);
}.start_now49861 .support_grid42098 {
    height: 180px;
    flex: 0 0 180px;
}.start_now49861 .container p::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 767px) {.start_now49861 {
    padding: 90px 0;
    background: linear-gradient(175deg, rgb(215,188,188,0.5) 60%, rgb(237,222,222) 60%);
}.start_now49861 .training_classes62798 {
    flex-direction: column;
    gap: 60px;
}.start_now49861 .container p {
    width: 100%;
    font-size: 23px;
}.start_now49861 .support_grid42098 {
    height: 160px;
    margin-right: 20px;
    width: 160px;
    align-self: flex-end;
}
}

@media (max-width: 480px) {.start_now49861 {
    padding: 70px 0;
}.start_now49861 .container p {
    border-radius: 15px 15px 15px 0;
    font-size: calc(15px * 1.2);
    padding: 20px;
}.start_now49861 .support_grid42098 {
    font-size: calc(16px * 0.9);
    height: 140px;
    width: 140px;
    border-radius: 15px 15px 0 15px;
}.start_now49861 .container p::after {
    height: 25px;
    border-radius: 8px;
    width: 25px;
}}.about_this43068 {
    position: relative;
    padding: 120px 0;
    background: rgb(237,222,222);
    overflow: hidden;
}.about_this43068::before {
    background: linear-gradient(135deg, rgb(215,188,188,0.5) 0%, transparent 50%);
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}.about_this43068::after {
    animation: pulse 15s infinite alternate;
    top: 0;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(192,154,154,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    z-index: 2;
    position: absolute;
}.about_this43068 .container {
    z-index: 10;
    position: relative;
}.about_this43068 .training_classes62798 {
    position: relative;
    flex-direction: column;
    gap: 60px;
    display: flex;
}.about_this43068 .training_classes62798::before {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgb(215,188,188), transparent);
    top: 80px;
    height: 85%;
    position: absolute;
    content: "";
    z-index: -1;
    width: 2px;
}.about_this43068 h3 {
    position: relative;
    margin-bottom: 40px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 32px;
    text-align: center;
    color: rgb(215,188,188);
    font-weight: 700;
}.about_this43068 h3::after {
    width: 80px;
    background: rgb(215,188,188);
    content: "";
    border-radius: 10px;
    left: 50%;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
}.about_this43068 h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}.about_this43068 .learn_space40163 {
    position: relative;
    overflow: hidden;
    padding: 40px;
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    display: grid;
    gap: 40px;
    border-left: 3px solid rgb(215,188,188);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 1fr;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 14px;
}.about_this43068 .learn_space40163::before {
    border-radius: 50%;
    background: radial-gradient(circle, rgb(215,188,188,0.5) 0%, transparent 70%);
    height: 200px;
    top: -100px;
    position: absolute;
    content: "";
    right: -100px;
    width: 200px;
    animation: float 8s infinite ease-in-out;
}.about_this43068 .learn_space40163:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.about_this43068 .learn_space40163 span {
    position: relative;
    font-weight: 600;
    display: block;
    padding-left: 15px;
    grid-column: 1 / 2;
    color: rgb(215,188,188);
    font-size: 18px;
    margin-bottom: 20px;
}.about_this43068 .learn_space40163 span::before {
    height: 100%;
    border-radius: 10px;
    left: 0;
    background: rgb(215,188,188);
    position: absolute;
    top: 0;
    width: 5px;
    content: "";
}.about_this43068 .learn_space40163 p {
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-size: 14px;
    grid-column: 1 / 2;
}.about_this43068 .learn_space40163 .featured_photo27934 {
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-column: 2 / 3;
    height: 350px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-row: 1 / 3;
}.about_this43068 .learn_space40163 .featured_photo27934::before {
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
}.about_this43068 .learn_space40163 .featured_photo27934::after {
    left: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(215,188,188), rgb(192,154,154));
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.about_this43068 .learn_space40163 .featured_photo27934:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}.about_this43068 .community_team02734 {
    display: grid;
    border-radius: 14px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 1fr;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 40px;
    position: relative;
    border-right: 3px solid rgb(192,154,154);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 40px;
    align-items: center;
}.about_this43068 .community_team02734::before {
    border-radius: 50%;
    background: radial-gradient(circle, rgb(192,154,154,0.5) 0%, transparent 70%);
    left: -100px;
    width: 200px;
    bottom: -100px;
    animation: float 8s infinite ease-in-out reverse;
    position: absolute;
    height: 200px;
    content: "";
}.about_this43068 .community_team02734:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.about_this43068 .community_team02734 p {
    font-size: 14px;
    grid-column: 2 / 3;
    line-height: 1.8;
    color: #000000;
    position: relative;
    grid-row: 1 / 2;
}.about_this43068 .community_team02734 .smart_classes17209 {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 350px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.about_this43068 .community_team02734 .smart_classes17209::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
}.about_this43068 .community_team02734 .smart_classes17209::after {
    top: 0;
    background: linear-gradient(to right, rgb(192,154,154), rgb(215,188,188));
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}.about_this43068 .community_team02734 .smart_classes17209:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.about_this43068 {
    padding: 80px 0;
}.about_this43068 .training_classes62798::before {
    height: 90%;
}.about_this43068 .learn_space40163,
    .about_this43068 .community_team02734 {
    gap: 30px;
    grid-template-columns: 1fr;
}.about_this43068 .learn_space40163 span,
    .about_this43068 .learn_space40163 p {
    grid-column: 1 / -1;
}.about_this43068 .learn_space40163 .featured_photo27934 {
    height: 300px;
    grid-row: 3 / 4;
    grid-column: 1 / -1;
}.about_this43068 .community_team02734 p {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.about_this43068 .community_team02734 .smart_classes17209 {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    height: 300px;
}
}

@media (max-width: 768px) {.about_this43068 {
    padding: 60px 0;
}.about_this43068 h3 {
    font-size: calc(32px * 0.9);
}.about_this43068 .training_classes62798 {
    gap: 40px;
}.about_this43068 .training_classes62798::before {
    display: none;
}.about_this43068 .learn_space40163,
    .about_this43068 .community_team02734 {
    padding: 30px;
}.about_this43068 .learn_space40163 span {
    font-size: calc(18px * 0.9);
}.about_this43068 .learn_space40163 .featured_photo27934,
    .about_this43068 .community_team02734 .smart_classes17209 {
    height: 250px;
}
}

@media (max-width: 576px) {.about_this43068 {
    padding: 40px 0;
}.about_this43068 h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.about_this43068 .learn_space40163,
    .about_this43068 .community_team02734 {
    padding: 20px;
    gap: 20px;
}.about_this43068 .learn_space40163 span {
    margin-bottom: 15px;
}.about_this43068 .learn_space40163 .featured_photo27934,
    .about_this43068 .community_team02734 .smart_classes17209 {
    height: 200px;
}}header {
    border-bottom: 1px solid rgb(215,188,188,0.5);
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, 
        rgb(215,188,188) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    left: 0;
    position: fixed;
    z-index: 1000;
}header:before {
    width: 100%;
    pointer-events: none;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at 15% 15%, rgb(215,188,188,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(192,154,154,0.5) 0%, transparent 25%);
    opacity: 0.1;
    top: 0;
}header:after {
    height: 100%;
    width: 100%;
    pointer-events: none;
    content: '';
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.02;
}header .header_base02741 {
    overflow: hidden;
    position: relative;
}header .header_base02741:before {
    box-shadow: 0 0 15px rgb(215,188,188), 0 0 35px rgb(215,188,188);
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(215,188,188) 25%,
        #ffffff 50%,
        rgb(215,188,188) 75%,
        transparent 100%
    );
    bottom: 0;
    content: '';
    left: -50%;
    opacity: 0.7;
    width: 200%;
    position: absolute;
    height: 1px;
    animation: scanlineGlow 4s linear infinite;
}header .container {
    padding: 18px 25px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}header .container:before {
    position: absolute;
    content: '';
    mix-blend-mode: overlay;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.5;
}header .main_train19280 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .main_train19280:before {
    height: 20px;
    content: '';
    top: 50%;
    left: -10px;
    opacity: 0.3;
    animation: breathe 5s infinite alternate;
    background: rgb(215,188,188);
    filter: blur(15px);
    border-radius: 50%;
    width: 20px;
    position: absolute;
    transform: translateY(-50%);
}header .main_train19280:after {
    transform: translateY(-50%);
    filter: blur(15px);
    background: rgb(192,154,154);
    border-radius: 50%;
    animation: breathe 5s infinite alternate-reverse;
    height: 20px;
    content: '';
    position: absolute;
    width: 20px;
    top: 50%;
    opacity: 0.3;
    right: -10px;
}header .top_prime06138 {
    align-items: center;
    display: flex;
    gap: 30px;
    position: relative;
}header .top_prime06138:before {
    content: '';
    width: 110%;
    position: absolute;
    opacity: 0.15;
    height: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(215,188,188,0.5), 
        transparent
    );
    transform: translateX(-100%);
    left: -5%;
    filter: blur(5px);
    animation: menuGlow 10s infinite ease-in-out;
    top: -5%;
}header .top_skill35628 {
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 8px 2px;
    text-shadow: 0 0 1px #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    position: relative;
}header .top_skill35628:before {
    transition: all 0.4s ease;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(215,188,188,0.5), 
        transparent
    );
    opacity: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    transform: skewX(-20deg) scale(0.8, 1);
}header .top_skill35628:after {
    opacity: 0.8;
    width: 0;
    content: '';
    bottom: -2px;
    filter: blur(0.5px);
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(215,188,188),
        #ffffff 50%,
        rgb(215,188,188)
    );
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .top_skill35628:hover {
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(215,188,188);
    transform: translateY(-2px);
}header .top_skill35628:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .top_skill35628:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(215,188,188),
        0 0 10px rgb(215,188,188);
}header .page_nav54678 {
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 5px;
    align-items: center;
}header .page_nav54678:before {
    content: '';
    width: 150%;
    transition: opacity 0.5s ease;
    opacity: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    background: radial-gradient(circle, 
        rgb(215,188,188,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    height: 150%;
}header .page_nav54678:after {
    opacity: 0;
    top: -5px;
    position: absolute;
    content: '';
    transition: all 0.5s ease;
    border-image: linear-gradient(45deg, rgb(215,188,188), rgb(192,154,154), rgb(215,188,188)) 1;
    border: 1px solid transparent;
    height: calc(100% + 10px);
    left: -5px;
    width: calc(100% + 10px);
}header .page_nav54678:hover:before {
    opacity: 0.3;
}header .page_nav54678:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .page_nav54678 svg {
    filter: drop-shadow(0 0 2px rgb(215,188,188,0.5));
    height: 45px;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .page_nav54678:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(215,188,188));
}header .page_nav54678:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(215,188,188), rgb(192,154,154), rgb(215,188,188)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(215,188,188), rgb(192,154,154), rgb(215,188,188)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(215,188,188), rgb(192,154,154), rgb(215,188,188)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top_prime06138 {
    gap: 20px;
}header .page_nav54678 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_prime06138 {
    width: 85%;
    flex-direction: column;
    height: 100vh;
    z-index: 1001;
    -webkit-backdrop-filter: blur(15px);
    right: -100%;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 85px 30px 30px;
    overflow-y: auto;
    max-width: 330px;
    gap: 25px;
    top: 0;
    position: fixed;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
}header .top_prime06138:before {
    height: 1px;
    animation: none;
    opacity: 0.3;
    left: 10%;
    width: 80%;
    top: 70px;
}header .top_prime06138:after {
    content: '';
    opacity: 0.6;
    background: transparent;
    border: 1px solid rgb(215,188,188,0.5);
    height: 30px;
    top: 20px;
    right: 20px;
    width: 30px;
    position: absolute;
}header .menu.active {
    right: 0;
}header .top_skill35628 {
    width: 100%;
    border-bottom: 1px solid rgb(215,188,188,0.5);
    text-align: left;
    padding: 12px 5px;
    opacity: 0.8;
}header .top_skill35628:last-child {
    border-bottom: none;
}header .top_skill35628:hover {
    transform: translateY(0);
    opacity: 1;
}header .page_nav54678 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .page_nav54678 svg {
    height: 35px;
}header .top_prime06138 {
    width: 100%;
    max-width: 100%;
}}.course_benefits68105 {
    background: linear-gradient(135deg, rgb(237,222,222) 0%, #ffffff 75%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.course_benefits68105::before {
    top: 0;
    z-index: 1;
    height: 100%;
    pointer-events: none;
    content: "";
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(215,188,188,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(215,188,188,0.5) 12px
    );
    position: absolute;
    left: 0;
    opacity: 0.05;
    width: 100%;
}.course_benefits68105::after {
    background: linear-gradient(135deg, rgb(215,188,188,0.5) 0%, transparent 70%);
    content: "";
    right: -20%;
    position: absolute;
    height: 200%;
    z-index: 0;
    transform: rotate(15deg);
    width: 60%;
    top: -50%;
    opacity: 0.07;
}.course_benefits68105 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.course_benefits68105 .training_classes62798 {
    transform-style: preserve-3d;
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
    display: flex;
    perspective: 1000px;
}.course_benefits68105 .content_block89324 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04),
                0 3px 5px rgb(215,188,188,0.5);
    transform: translateZ(20px);
    border-left: 4px solid rgb(215,188,188);
    flex: 1;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
}.course_benefits68105 .content_block89324:hover {
    transform: translateZ(30px) translateX(5px);
}.course_benefits68105 h4 {
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    margin: 0 0 30px;
    font-size: 24px;
}.course_benefits68105 h4::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(215,188,188);
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    position: absolute;
    width: 70px;
    bottom: -10px;
    height: 3px;
    content: "";
}.course_benefits68105 .content_block89324:hover h4::after {
    transform: scaleX(1.5);
}.course_benefits68105 .content_block89324 > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.course_benefits68105 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.course_benefits68105 li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    margin-bottom: 18px;
}.course_benefits68105 li:hover {
    transform: translateX(10px);
}.course_benefits68105 li p {
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
    font-size: 12px;
    margin: 0;
    display: flex;
    gap: 15px;
}.course_benefits68105 li p span:first-child {
    margin-top: 2px;
    flex-shrink: 0;
}.course_benefits68105 li p span:last-child {
    flex-grow: 1;
}.course_benefits68105 svg {
    height: 20px;
    width: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
}.course_benefits68105 li:hover svg {
    transform: translateY(-3px) scale(1.1);
}.course_benefits68105 svg path {
    transition: fill 0.3s ease;
    fill: rgb(215,188,188);
}.course_benefits68105 li:hover svg path {
    fill: rgb(192,154,154);
}.course_benefits68105 .featured_photo27934 {
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
    filter: saturate(1.1) contrast(1.05);
    transform: perspective(1000px) rotateY(-8deg) rotateX(5deg) translateZ(0);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.1),
                15px 15px 30px rgba(0, 0, 0, 0.07),
                5px 5px 10px rgb(215,188,188,0.5);
}.course_benefits68105 .featured_photo27934:hover {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateZ(20px);
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.12),
                20px 20px 40px rgba(0, 0, 0, 0.08),
                8px 8px 15px rgb(215,188,188,0.5);
}

@media (min-width: 768px) {.course_benefits68105 .training_classes62798 {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.course_benefits68105 .content_block89324 {
    flex: 0 0 55%;
}.course_benefits68105 .content_block89324 > div {
    flex-direction: row;
    gap: 30px;
}.course_benefits68105 .content_block89324 > div > div {
    flex: 1;
}.course_benefits68105 h4 {
    font-size: calc(24px * 1.1);
}.course_benefits68105 li p span:last-child {
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.course_benefits68105 {
    padding: 150px 0;
}.course_benefits68105 .training_classes62798 {
    gap: 80px;
}.course_benefits68105 .content_block89324 {
    flex: 0 0 50%;
    padding: 50px;
}.course_benefits68105 h4 {
    font-size: calc(24px * 1.2);
    margin-bottom: 40px;
}.course_benefits68105 h4::after {
    width: 90px;
}.course_benefits68105 .featured_photo27934 {
    max-width: 45%;
}.course_benefits68105 li {
    margin-bottom: 22px;
}@keyframes floatAnimation {
        0% { transform: translateY(0) rotateY(-8deg) rotateX(5deg); }
        50% { transform: translateY(-10px) rotateY(-7deg) rotateX(3deg); }
        100% { transform: translateY(0) rotateY(-8deg) rotateX(5deg); }
    }
    
    .course_benefits68105 .featured_photo27934 {
    animation: floatAnimation 8s ease-in-out infinite;
}.course_benefits68105 .featured_photo27934:hover {
    animation-play-state: paused;
}
}

@media (min-width: 1200px) {.course_benefits68105 .training_classes62798 {
    gap: 100px;
}.course_benefits68105 .content_block89324 {
    padding: 60px;
    flex: 0 0 45%;
}.course_benefits68105 h4 {
    font-size: calc(24px * 1.3);
}.course_benefits68105 li p {
    font-size: calc(12px * 1.1);
}.course_benefits68105 svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.course_benefits68105 {
    padding: 80px 0;
}.course_benefits68105 .content_block89324 {
    padding: 30px;
}.course_benefits68105 h4 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.course_benefits68105 li {
    margin-bottom: 15px;
}.course_benefits68105 li p {
    font-size: calc(12px * 0.95);
}.course_benefits68105 .featured_photo27934 {
    width: 90%;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
}}.title_portal48125 {
    width: 100%;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #000000;
}.title_portal48125::before {
    left: 0;
    opacity: 0.3;
    z-index: 0;
    background-size: 100px 100px;
    background: 
        repeating-conic-gradient(
            #000000 0deg 10deg, 
            rgba(0, 0, 0, 0.5) 10deg 15deg
        );
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}.title_portal48125 .training_classes62798 {
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: relative;
}.title_portal48125 .start_first85621 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}.title_portal48125 .start_first85621 input {
    display: none;
}.title_portal48125 .course_intro45690 {
    height: 100%;
    position: absolute;
    transition: none;
    width: 100%;
}.title_portal48125 .learning_lead37814 {
    width: 100%;
    height: 100%;
    left: 0;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    opacity: 0;
    position: absolute;
    transition: clip-path 0.8s ease-in-out, opacity 0.5s ease-in-out;
    top: 0;
}.title_portal48125 .learning_lead37814 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}.title_portal48125 .start_first85621 input:nth-child(1):checked ~ .course_intro45690 .learning_lead37814:nth-child(1),
.title_portal48125 .start_first85621 input:nth-child(2):checked ~ .course_intro45690 .learning_lead37814:nth-child(2),
.title_portal48125 .start_first85621 input:nth-child(3):checked ~ .course_intro45690 .learning_lead37814:nth-child(3),
.title_portal48125 .start_first85621 input:nth-child(4):checked ~ .course_intro45690 .learning_lead37814:nth-child(4),
.title_portal48125 .start_first85621 input:nth-child(5):checked ~ .course_intro45690 .learning_lead37814:nth-child(5),
.title_portal48125 .start_first85621 input:nth-child(6):checked ~ .course_intro45690 .learning_lead37814:nth-child(6),
.title_portal48125 .start_first85621 input:nth-child(7):checked ~ .course_intro45690 .learning_lead37814:nth-child(7),
.title_portal48125 .start_first85621 input:nth-child(8):checked ~ .course_intro45690 .learning_lead37814:nth-child(8),
.title_portal48125 .start_first85621 input:nth-child(9):checked ~ .course_intro45690 .learning_lead37814:nth-child(9),
.title_portal48125 .start_first85621 input:nth-child(10):checked ~ .course_intro45690 .learning_lead37814:nth-child(10) {
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
}.title_portal48125 .page_begin98356 {
    gap: 8px;
    transform: translateX(-50%);
    display: flex;
    bottom: 50px;
    left: 50%;
    position: absolute;
    z-index: 10;
}.title_portal48125 .page_begin98356 label {
    opacity: 0.3;
    background: #ffffff;
    transition: all 0.4s ease;
    height: 4px;
    width: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}.title_portal48125 .page_begin98356 label::after {
    width: 100%;
    left: -100%;
    background: rgb(215,188,188);
    transition: transform 0.3s ease;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
}.title_portal48125 .start_first85621 input:nth-child(1):checked ~ .page_begin98356 label:nth-child(1)::after,
.title_portal48125 .start_first85621 input:nth-child(2):checked ~ .page_begin98356 label:nth-child(2)::after,
.title_portal48125 .start_first85621 input:nth-child(3):checked ~ .page_begin98356 label:nth-child(3)::after,
.title_portal48125 .start_first85621 input:nth-child(4):checked ~ .page_begin98356 label:nth-child(4)::after,
.title_portal48125 .start_first85621 input:nth-child(5):checked ~ .page_begin98356 label:nth-child(5)::after,
.title_portal48125 .start_first85621 input:nth-child(6):checked ~ .page_begin98356 label:nth-child(6)::after,
.title_portal48125 .start_first85621 input:nth-child(7):checked ~ .page_begin98356 label:nth-child(7)::after,
.title_portal48125 .start_first85621 input:nth-child(8):checked ~ .page_begin98356 label:nth-child(8)::after,
.title_portal48125 .start_first85621 input:nth-child(9):checked ~ .page_begin98356 label:nth-child(9)::after,
.title_portal48125 .start_first85621 input:nth-child(10):checked ~ .page_begin98356 label:nth-child(10)::after {
    transform: translateX(100%);
}.title_portal48125 .start_first85621 input:nth-child(1):checked ~ .page_begin98356 label:nth-child(1),
.title_portal48125 .start_first85621 input:nth-child(2):checked ~ .page_begin98356 label:nth-child(2),
.title_portal48125 .start_first85621 input:nth-child(3):checked ~ .page_begin98356 label:nth-child(3),
.title_portal48125 .start_first85621 input:nth-child(4):checked ~ .page_begin98356 label:nth-child(4),
.title_portal48125 .start_first85621 input:nth-child(5):checked ~ .page_begin98356 label:nth-child(5),
.title_portal48125 .start_first85621 input:nth-child(6):checked ~ .page_begin98356 label:nth-child(6),
.title_portal48125 .start_first85621 input:nth-child(7):checked ~ .page_begin98356 label:nth-child(7),
.title_portal48125 .start_first85621 input:nth-child(8):checked ~ .page_begin98356 label:nth-child(8),
.title_portal48125 .start_first85621 input:nth-child(9):checked ~ .page_begin98356 label:nth-child(9),
.title_portal48125 .start_first85621 input:nth-child(10):checked ~ .page_begin98356 label:nth-child(10) {
    opacity: 1;
    background: #ffffff;
    width: 80px;
}.title_portal48125 .content_block89324 {
    left: 50%;
    top: 50%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 80%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    z-index: 3;
    backdrop-filter: blur(8px);
}.title_portal48125 .content_block89324::before,
.title_portal48125 .content_block89324::after {
    position: absolute;
    border-style: solid;
    content: "";
    height: 20px;
    width: 20px;
    border-color: rgb(215,188,188);
}.title_portal48125 .content_block89324::before {
    border-width: 2px 0 0 2px;
    left: 15px;
    top: 15px;
}.title_portal48125 .content_block89324::after {
    border-width: 0 2px 2px 0;
    right: 15px;
    bottom: 15px;
}.title_portal48125 .content_block89324 .container {
    padding: 0;
}.title_portal48125 .content_block89324 h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 41px;
    margin-bottom: 15px;
}.title_portal48125 .content_block89324 h3 {
    color: rgb(215,188,188);
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
}.title_portal48125 .content_block89324 p {
    margin-bottom: 0;
    color: #ffffff;
    opacity: 0.8;
    font-size: 13px;
    line-height: 1.6;
}.title_portal48125 .learning_lead37814::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
}.title_portal48125 .page_begin98356 label:hover {
    opacity: 0.8;
}.title_portal48125 .page_begin98356 label:active {
    opacity: 1;
}@keyframes pulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}

.title_portal48125 .content_block89324 h1,
.title_portal48125 .content_block89324 h3,
.title_portal48125 .content_block89324 p {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}.title_portal48125 .content_block89324 h1 {
    animation-delay: 0.2s;
}.title_portal48125 .content_block89324 h3 {
    animation-delay: 0.4s;
}.title_portal48125 .content_block89324 p {
    animation-delay: 0.6s;
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.title_portal48125 .learning_lead37814 {
    overflow: hidden;
}.title_portal48125 .learning_lead37814 img {
    transition: transform 10s ease;
}.title_portal48125 .start_first85621 input:checked ~ .course_intro45690 .learning_lead37814 img {
    transform: scale(1.1);
}

@media (max-width: 992px) {.title_portal48125 .content_block89324 {
    padding: 30px;
    width: 90%;
}.title_portal48125 .content_block89324 h1 {
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.title_portal48125 .page_begin98356 {
    bottom: 30px;
}.title_portal48125 .page_begin98356 label {
    height: 3px;
    width: 40px;
}.title_portal48125 .start_first85621 input:nth-child(1):checked ~ .page_begin98356 label:nth-child(1),
    .title_portal48125 .start_first85621 input:nth-child(2):checked ~ .page_begin98356 label:nth-child(2),
    .title_portal48125 .start_first85621 input:nth-child(3):checked ~ .page_begin98356 label:nth-child(3),
    .title_portal48125 .start_first85621 input:nth-child(4):checked ~ .page_begin98356 label:nth-child(4),
    .title_portal48125 .start_first85621 input:nth-child(5):checked ~ .page_begin98356 label:nth-child(5),
    .title_portal48125 .start_first85621 input:nth-child(6):checked ~ .page_begin98356 label:nth-child(6),
    .title_portal48125 .start_first85621 input:nth-child(7):checked ~ .page_begin98356 label:nth-child(7),
    .title_portal48125 .start_first85621 input:nth-child(8):checked ~ .page_begin98356 label:nth-child(8),
    .title_portal48125 .start_first85621 input:nth-child(9):checked ~ .page_begin98356 label:nth-child(9),
    .title_portal48125 .start_first85621 input:nth-child(10):checked ~ .page_begin98356 label:nth-child(10) {
    width: 60px;
}.title_portal48125 .content_block89324 {
    padding: 25px;
}.title_portal48125 .content_block89324 h1 {
    margin-bottom: 10px;
    font-size: calc(41px * 0.8);
}.title_portal48125 .content_block89324 h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.title_portal48125 .content_block89324 p {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 576px) {.title_portal48125 .page_begin98356 {
    bottom: 20px;
}.title_portal48125 .page_begin98356 label {
    height: 3px;
    width: 30px;
}.title_portal48125 .start_first85621 input:nth-child(1):checked ~ .page_begin98356 label:nth-child(1),
    .title_portal48125 .start_first85621 input:nth-child(2):checked ~ .page_begin98356 label:nth-child(2),
    .title_portal48125 .start_first85621 input:nth-child(3):checked ~ .page_begin98356 label:nth-child(3),
    .title_portal48125 .start_first85621 input:nth-child(4):checked ~ .page_begin98356 label:nth-child(4),
    .title_portal48125 .start_first85621 input:nth-child(5):checked ~ .page_begin98356 label:nth-child(5),
    .title_portal48125 .start_first85621 input:nth-child(6):checked ~ .page_begin98356 label:nth-child(6),
    .title_portal48125 .start_first85621 input:nth-child(7):checked ~ .page_begin98356 label:nth-child(7),
    .title_portal48125 .start_first85621 input:nth-child(8):checked ~ .page_begin98356 label:nth-child(8),
    .title_portal48125 .start_first85621 input:nth-child(9):checked ~ .page_begin98356 label:nth-child(9),
    .title_portal48125 .start_first85621 input:nth-child(10):checked ~ .page_begin98356 label:nth-child(10) {
    width: 45px;
}.title_portal48125 .content_block89324 {
    width: 95%;
    padding: 20px;
}.title_portal48125 .content_block89324::before,
    .title_portal48125 .content_block89324::after {
    width: 15px;
    height: 15px;
}.title_portal48125 .content_block89324 h1 {
    font-size: calc(41px * 0.7);
}.title_portal48125 .content_block89324 h3 {
    font-size: calc(18px * 0.8);
}}

.title_portal48125 .learning_lead37814:not(:checked) {
    pointer-events: none;
}.title_portal48125::after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(192,154,154,0.5) 0%, transparent 20%),
        linear-gradient(225deg, rgb(215,188,188,0.5) 0%, transparent 20%);
    position: absolute;
    z-index: 0;
}.appWrapper61984 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0 100px;
    position: relative;
}.appWrapper61984::before {
    height: 300px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    filter: blur(80px);
    animation: float 15s ease-in-out infinite;
    width: 300px;
    background: linear-gradient(45deg, rgb(192,154,154,0.5) 0%, rgb(215,188,188,0.5) 100%);
    content: "";
    z-index: 1;
    right: -50px;
}.appWrapper61984::after {
    bottom: -30px;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(215,188,188,0.5) 0%, rgb(192,154,154,0.5) 80%);
    width: 250px;
    animation: float 18s ease-in-out infinite reverse;
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.3;
    height: 250px;
    left: -30px;
}.appWrapper61984 .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
}.appWrapper61984 h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    font-size: 28px;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    font-family: Arial, sans-serif;
}.appWrapper61984 h2::after {
    height: 3px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(215,188,188) 0%, rgb(192,154,154) 100%);
    transform-origin: left center;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    content: "";
    left: 0;
    width: 80px;
    bottom: -12px;
    position: absolute;
}.appWrapper61984 .training_classes62798 {
    opacity: 0;
    padding: 50px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(30px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    background: #ffffff;
    border-radius: 18px;
    position: relative;
}.appWrapper61984 .training_classes62798::before {
    position: absolute;
    top: 0;
    transform: scaleY(0);
    width: 6px;
    background: linear-gradient(to bottom, rgb(192,154,154), rgb(215,188,188));
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    height: 100%;
    transform-origin: top center;
    left: 0;
    content: "";
}.appWrapper61984 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.appWrapper61984 li {
    padding-left: 25px;
    position: relative;
}.appWrapper61984 li::before {
    background: linear-gradient(135deg, rgb(215,188,188) 0%, rgb(192,154,154) 100%);
    left: 0;
    top: 8px;
    border-radius: 50%;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    content: "";
    width: 10px;
    transform: scale(0);
    position: absolute;
    height: 10px;
}.appWrapper61984 span {
    font-size: calc(16px * 1.05);
    color: #000000;
    line-height: 1.7;
    opacity: 0;
    animation: fadeText 0.8s ease forwards 0.8s;
    transform: translateY(15px);
    font-family: Arial, sans-serif;
    display: block;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

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

@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 991px) {.appWrapper61984 {
    padding: 90px 0 70px;
}.appWrapper61984 h2 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.9);
}.appWrapper61984 .training_classes62798 {
    padding: 40px 35px;
}.appWrapper61984 h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.appWrapper61984 {
    padding: 70px 0 50px;
}.appWrapper61984 h2 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.appWrapper61984 .training_classes62798 {
    padding: 35px 25px;
}.appWrapper61984 span {
    font-size: 16px;
    line-height: 1.6;
}.appWrapper61984 h2::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 575px) {.appWrapper61984 {
    padding: 60px 0 40px;
}.appWrapper61984 h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.appWrapper61984 .training_classes62798 {
    padding: 30px 20px;
}.appWrapper61984 li {
    padding-left: 20px;
}.appWrapper61984 li::before {
    width: 8px;
    top: 9px;
    height: 8px;
}.appWrapper61984 h2::after {
    width: 50px;
}
}

@media (hover: hover) {.appWrapper61984 .training_classes62798:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.appWrapper61984 .training_classes62798:hover::before {
    background: linear-gradient(to bottom, rgb(215,188,188), rgb(192,154,154));
    transition: background 0.5s ease;
}}.course_summary92415 {
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgba(241, 245, 249, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.course_summary92415::before {
    background-position: 0 0;
    position: absolute;
    background-size: 40px 40px;
    transform: skewY(-3deg);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    background-image: 
    linear-gradient(30deg, rgba(rgb(215,188,188,0.5), 0.03) 1px, transparent 1px),
    linear-gradient(120deg, rgba(rgb(215,188,188,0.5), 0.03) 1px, transparent 1px);
    z-index: 0;
    width: 100%;
}.course_summary92415 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.course_summary92415 h2 {
    margin-bottom: 3rem;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    padding-left: 15px;
    font-size: 38px;
    position: relative;
    transform: translateX(-10px);
    max-width: 80%;
}.course_summary92415 h2::before {
    height: calc(100% - 1rem);
    background: linear-gradient(to bottom, rgb(215,188,188), rgb(192,154,154));
    left: 0;
    top: 0.5rem;
    position: absolute;
    width: 4px;
    content: "";
    border-radius: 2px;
}.course_summary92415 .new_skills60219 {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.course_summary92415 .featured_photo27934 {
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 360px;
}.course_summary92415 .featured_photo27934::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(45deg, rgba(rgb(215,188,188,0.5), 0.4), transparent);
    mix-blend-mode: overlay;
}.course_summary92415 .featured_photo27934:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_summary92415 .content_block89324 {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(10px);
    padding: 2rem;
    background: #ffffff;
}.course_summary92415 .content_block89324::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(215,188,188,0.5), transparent);
    height: 100%;
    opacity: 0.03;
    z-index: -1;
}.course_summary92415 .description {
    overflow-y: auto;
    line-height: 1.75;
    max-height: 250px;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 12px;
    padding-right: 15px;
    color: #000000;
}.course_summary92415 .description:first-of-type {
    position: relative;
}.course_summary92415 .description:first-of-type::first-letter {
    color: rgb(215,188,188);
    font-weight: 700;
    margin-right: 3px;
    font-size: 1.5em;
}.course_summary92415 .description:last-child {
    margin-bottom: 0;
}.course_summary92415 .description::-webkit-scrollbar {
    width: 3px;
}.course_summary92415 .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_summary92415 .description::-webkit-scrollbar-thumb {
    background: rgb(215,188,188);
    border-radius: 10px;
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.course_summary92415 .container {
    animation: fadeSlideUp 0.8s ease-out forwards;
}


@media (min-width: 768px) {.course_summary92415 {
    padding: 8rem 0;
}.course_summary92415 h2 {
    max-width: 70%;
    font-size: calc(38px * 1.1);
    margin-bottom: 4rem;
}.course_summary92415 .new_skills60219 {
    grid-template-columns: 45% 55%;
    gap: 0;
}.course_summary92415 .featured_photo27934 {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    transform: perspective(1200px) rotateY(-5deg) translateX(-30px);
    height: 480px;
}.course_summary92415 .content_block89324 {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    padding: 3rem;
    z-index: 2;
    margin-left: -50px;
}
}

@media (min-width: 992px) {.course_summary92415 h2 {
    font-size: calc(38px * 1.2);
    transform: translateX(0);
    max-width: 60%;
}.course_summary92415 .featured_photo27934 {
    transform: perspective(1500px) rotateY(-8deg) translateX(-40px);
    height: 520px;
}.course_summary92415 .content_block89324 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3.5rem;
    max-height: 520px;
    margin-left: -80px;
}.course_summary92415 .description {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
    max-height: 350px;
}
}

@media (min-width: 1200px) {.course_summary92415 .featured_photo27934 {
    transform: perspective(1800px) rotateY(-10deg) translateX(-50px);
}.course_summary92415 .content_block89324 {
    margin-left: -100px;
    padding: 4rem;
}.course_summary92415 .description {
    font-size: calc(12px * 1.1);
}
}

@media (max-width: 767px) {.course_summary92415 {
    padding: 4rem 0;
}.course_summary92415 h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}.course_summary92415 .featured_photo27934 {
    margin-bottom: 1rem;
    height: 280px;
}.course_summary92415 .content_block89324 {
    max-height: none;
    padding: 1.5rem;
}.course_summary92415 .description {
    max-height: 200px;
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.footer_caption75236 {
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
    color: #ffffff;
}.footer_caption75236::before {
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(215,188,188,0.5) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}.footer_caption75236 .container {
    position: relative;
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    gap: 3rem;
}.footer_caption75236 .company_holder {
    padding-left: 2rem;
    position: relative;
    border-left: 2px solid rgb(215,188,188);
    animation: borderPulse 4s infinite alternate;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(215,188,188);
    }
    50% {
        border-left-color: rgb(192,154,154);
    }
    100% {
        border-left-color: rgb(215,188,188);
    }
}

.footer_caption75236 .company_holder h3 {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(192,154,154));
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(28px * 1.2);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
}.footer_caption75236 .footer_account78352 {
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
    font-size: 12px;
    margin-top: 1rem;
}.footer_caption75236 .footer_address40187 {
    display: flex;
    justify-content: flex-end;
}.footer_caption75236 .head_primary24036 {
    gap: 4rem;
    display: flex;
}.footer_caption75236 .top_prime06138 {
    position: relative;
}.footer_caption75236 .top_prime06138::before {
    content: "";
    width: 40px;
    position: absolute;
    border-top: 1px solid rgb(215,188,188);
    border-left: 1px solid rgb(215,188,188);
    left: -20px;
    height: 40px;
    opacity: 0.4;
    top: -10px;
}.footer_caption75236 .top_prime06138::after {
    height: 40px;
    position: absolute;
    border-right: 1px solid rgb(215,188,188);
    border-bottom: 1px solid rgb(215,188,188);
    content: "";
    width: 40px;
    opacity: 0.4;
    bottom: -10px;
    right: -20px;
}.footer_caption75236 .top_prime06138 h5 {
    color: rgb(192,154,154);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}.footer_caption75236 .top_prime06138 .head_primary24036 {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.footer_caption75236 .top_prime06138 .head_primary24036 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    font-size: 12px;
    padding-left: 1rem;
    position: relative;
}.footer_caption75236 .top_prime06138 .head_primary24036 a::before {
    top: 50%;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    background-color: rgb(215,188,188);
    height: 5px;
    left: 0;
    border-radius: 50%;
    width: 5px;
    transform: translateY(-50%);
}.footer_caption75236 .top_prime06138 .head_primary24036 a:hover {
    opacity: 1;
    color: rgb(215,188,188);
    transform: translateX(5px);
}.footer_caption75236 .top_prime06138 .head_primary24036 a:hover::before {
    height: 7px;
    background-color: rgb(192,154,154);
    width: 7px;
}.reg_remind67912 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
}.reg_remind67912::before {
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(215,188,188), transparent);
}.reg_remind67912 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.reg_remind67912 .faculty_info48697 {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 992px) {.footer_caption75236 .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.footer_caption75236 .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.footer_caption75236 .footer_address40187 {
    justify-content: flex-start;
}.footer_caption75236 .head_primary24036 {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.footer_caption75236 {
    padding: 3rem 0 2rem;
}.footer_caption75236 .head_primary24036 {
    flex-direction: column;
    gap: 2rem;
}.footer_caption75236 .top_prime06138::before,
    .footer_caption75236 .top_prime06138::after {
    display: none;
}.footer_caption75236 .top_prime06138 {
    margin-bottom: 1.5rem;
}.reg_remind67912 {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.footer_caption75236 .company_holder h3 {
    font-size: 28px;
}.footer_caption75236 .top_prime06138 h5 {
    font-size: calc(19px * 1.1);
}.footer_caption75236 .top_prime06138 .head_primary24036 a {
    font-size: calc(12px * 0.9);
}}.learning_system98123 {
    padding: 7rem 1.5rem;
    background: linear-gradient(170deg, rgb(237,222,222), #ffffff);
    overflow: hidden;
    position: relative;
}.learning_system98123::before {
    z-index: 0;
    left: 0;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    content: "";
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgb(215,188,188,0.5) 0%, transparent 40%);
    top: 0;
}.learning_system98123::after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    right: 0;
    background-image: radial-gradient(circle at 90% 80%, rgb(192,154,154,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    bottom: 0;
    z-index: 0;
}.learning_system98123 .training_classes62798 {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
    z-index: 2;
    border-radius: 22px;
    display: flex;
    margin: 0 auto;
    gap: 4px;
    padding: 4px;
    max-width: 850px;
}.learning_system98123 h3 {
    padding: 1.5rem 2rem;
    font-size: 32px;
    border-radius: 22px 22px 0 0;
    font-weight: 700;
    animation: tabSlideDown 0.6s ease-out forwards;
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154));
    color: #ffffff;
    margin: 0;
    position: relative;
    text-align: left;
}.learning_system98123 h3::before {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    content: "";
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    right: 2rem;
    animation: pulse 2s infinite;
    width: 20px;
    top: 50%;
}.learning_system98123 h3::after {
    height: 100%;
    background: 
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%, 
            rgba(255, 255, 255, 0.1) 100%
        );
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    border-radius: inherit;
    left: 0;
    animation: shine 3s infinite ease-in-out;
}.learning_system98123 span {
    position: relative;
    font-size: 16px;
    opacity: 0;
    animation: tabContent 0.8s 0.3s ease-out forwards;
    line-height: 1.8;
    background: #ffffff;
    padding: 2rem;
    color: #000000;
    border-radius: 0 0 22px 22px;
    transform-origin: top center;
}.learning_system98123 span::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 5px;
    z-index: 1;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(215,188,188,0.5),
        rgb(192,154,154,0.5)
    );
    width: 100%;
}.learning_system98123 span::after {
    height: 40px;
    border: 2px solid rgb(215,188,188,0.5);
    background: 
        linear-gradient(
            45deg,
            transparent 45%,
            rgb(215,188,188) 45%,
            rgb(215,188,188) 55%,
            transparent 55%
        );
    position: absolute;
    content: "";
    right: 1rem;
    background-size: 10px 10px;
    width: 40px;
    opacity: 0.3;
    bottom: 1rem;
    animation: rotate 15s linear infinite;
    border-radius: 50%;
}

@keyframes tabSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tabContent {
    from {
        opacity: 0;
        transform: scaleY(0.8);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-50%) scale(1.1);
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.learning_system98123 {
    padding: 6rem 1.5rem;
}.learning_system98123 h3 {
    font-size: calc(32px * 0.9);
    padding: 1.3rem 2rem;
}.learning_system98123 span {
    padding: 1.8rem;
}.learning_system98123 h3::before {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 768px) {.learning_system98123 {
    padding: 5rem 1rem;
}.learning_system98123 h3 {
    font-size: calc(32px * 0.8);
    padding: 1.2rem 1.5rem;
    text-align: center;
}.learning_system98123 span {
    padding: 1.5rem;
    font-size: calc(16px * 0.95);
}.learning_system98123 h3::before {
    right: 1.5rem;
    height: 14px;
    width: 14px;
}.learning_system98123 span::after {
    width: 30px;
    height: 30px;
}
}