﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1175px;
    max-width: 100%;
}.stylewrapper-holder {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
}.styleproject_ref {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.styleheader_lead {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.styleprivacySettingsModal {
    bottom: 0;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    align-items: center;
    z-index: 90;
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(141,153,152);
    display: flex;
    padding: 1rem 0;
    background: rgb(176,186,186);
    justify-content: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}#stylecookie_overlay_box {
    display: none;
}#stylecookie_overlay_box:checked ~ .styleprivacySettingsModal {
    visibility: hidden;
    opacity: 0;
}.styleprivacySettingsModal .container {
    margin: 0 auto;
    z-index: 1;
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1140px;
    position: relative;
    gap: 1rem;
}.stylecookie_tab {
    flex-shrink: 0;
    margin-right: 1rem;
    align-items: center;
    display: flex;
}.stylecookie_tab svg {
    height: 50px;
    width: 50px;
    fill: rgb(141,153,152);
}.styleedu_cookie {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.styleedu_cookie h5 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: rgb(141,153,152);
    font-weight: 600;
}.styleedu_cookie p {
    font-size: 1rem;
    color: #000000;
}.styleconsent_panel {
    color: #ffffff;
    background: rgb(141,153,152);
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border: none;
}.cookie_button.stylecookie_protect {
    background: rgb(141,153,152);
}.cookie_button.styledata_consent {
    background: #000000;
    margin-left: 0.5rem;
}.styleconsent_panel:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.styledata_consent:hover {
    background: rgb(141,153,152);
}.styleprivacySettingsModal p a {
    color: rgb(141,153,152);
    text-decoration: underline;
    transition: color 0.3s ease;
}.styleprivacySettingsModal p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.styleprivacySettingsModal .container {
    flex-direction: column;
    align-items: center;
}.stylecookie_tab {
    margin-bottom: 1rem;
    margin-right: 0;
}.styleedu_cookie {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.styledata_consent {
    margin-top: 0.5rem;
    margin-left: 0;
}}
header {
    z-index: 99;
    background: rgb(176,186,186);
    overflow: visible;
    width: 100%;
    position: relative;
}header::before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(141,153,152,0.5) 0%, transparent 70%);
    opacity: 0.2;
    width: 100%;
}header .stylemain_pagewrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    position: relative;
}header .stylemain_pagewrap::before {
    width: 30%;
    filter: blur(5px);
    position: absolute;
    left: 10%;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(141,153,152), transparent);
    top: -10px;
}header .stylemain_pagewrap::after {
    position: absolute;
    bottom: -10px;
    content: "";
    filter: blur(5px);
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(106,114,113));
    height: 5px;
    width: 30%;
}header .stylemain_pagewrap .styleheader_nav {
    position: relative;
    z-index: 2;
    padding: 5px;
}header .stylemain_pagewrap .styleheader_nav::before {
    background: linear-gradient(135deg, rgb(141,153,152), rgb(106,114,113));
    position: absolute;
    z-index: -1;
    height: calc(100% + 10px);
    filter: blur(15px);
    transition: opacity 0.3s ease;
    width: calc(100% + 10px);
    opacity: 0;
    top: -5px;
    left: -5px;
    content: "";
}header .stylemain_pagewrap .styleheader_nav:hover::before {
    opacity: 0.7;
}header .stylemain_pagewrap .styleheader_nav .stylemain_header {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}header .stylemain_pagewrap .styleheader_nav:hover .stylemain_header {
    transform: scale(1.05);
}header .stylemain_pagewrap .styleheader_nav .stylemain_header svg {
    height: 45px;
    width: auto;
}header .stylemain_pagewrap .stylefirst_section {
    padding: 10px;
    list-style: none;
    position: relative;
    margin: 0;
    display: flex;
    border-radius: 23px;
}header .stylemain_pagewrap .stylefirst_section::before {
    backdrop-filter: blur(5px);
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 23px;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    top: 0;
    width: 100%;
    height: 100%;
}header .stylemain_pagewrap .stylefirst_section .styletop_start {
    position: relative;
    margin: 0 3px;
}header .stylemain_pagewrap .stylefirst_section .styletop_start a {
    border-radius: 10px;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    color: #000000;
    padding: 8px 15px;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
}header .stylemain_pagewrap .stylefirst_section .styletop_start a::before {
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, rgb(141,153,152), rgb(106,114,113));
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    position: absolute;
}header .stylemain_pagewrap .stylefirst_section .styletop_start a::after {
    top: 50%;
    height: 150%;
    position: absolute;
    z-index: -1;
    content: "";
    left: 50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 150%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}header .stylemain_pagewrap .stylefirst_section .styletop_start:hover a::before {
    opacity: 1;
}header .stylemain_pagewrap .stylefirst_section .styletop_start:hover a {
    color: #ffffff;
}header .stylemain_pagewrap .stylefirst_section .styletop_start:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .stylemain_pagewrap .stylefirst_section .styletop_start:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(141,153,152), rgb(106,114,113));
}header .stylemain_pagewrap .stylefirst_section .styletop_start:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(141,153,152), rgb(106,114,113));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(141,153,152), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(141,153,152), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(141,153,152), 0);
    }
}

@media (max-width: 992px) {header .stylemain_pagewrap {
    padding: 20px 15px;
    flex-direction: column;
}header .stylemain_pagewrap .styleheader_nav {
    margin-bottom: 15px;
}header .stylemain_pagewrap .stylefirst_section {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .stylemain_pagewrap .stylefirst_section .styletop_start {
    margin: 3px;
}header .stylemain_pagewrap .stylefirst_section .styletop_start a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}
}

@media (max-width: 767px) {header .stylemain_pagewrap {
    padding: 15px 10px;
}header .stylemain_pagewrap .styleheader_nav .stylemain_header svg {
    height: 40px;
}header .stylemain_pagewrap .stylefirst_section {
    padding: 5px;
}header .stylemain_pagewrap .stylefirst_section .styletop_start a {
    font-size: calc(15px - 2px);
    padding: 5px 10px;
}}.styleappArea {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(141,153,152,0.5) 0%, rgb(176,186,186) 40%, rgb(106,114,113,0.5) 100%);
    padding: 6rem 0;
}.styleappArea::before {
    opacity: 0.5;
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
}.styleappArea::after {
    z-index: 0;
    top: -25%;
    content: "";
    opacity: 0.04;
    height: 150%;
    background: repeating-linear-gradient(45deg, rgb(141,153,152,0.5) 0px, transparent 2px, transparent 10px);
    width: 150%;
    left: -25%;
    animation: patternShift 20s infinite linear;
    position: absolute;
    transform: rotate(-5deg);
}.styleappArea .container {
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.styleappArea h2 {
    font-size: 28px;
    font-weight: 700;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 3rem;
}.styleappArea h2::after {
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
    width: 80px;
    content: "";
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%) scaleX(0);
}.styleappArea .styleproof_stats {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    animation: fadeIn 1s 0.5s both ease-out;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    transform-origin: center top;
    position: relative;
    transition: transform 0.5s;
    background: #ffffff;
}.styleappArea .styleproof_stats::before {
    opacity: 0.3;
    top: -8px;
    border-radius: 10px;
    height: 100%;
    filter: blur(12px);
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgb(141,153,152,0.5) 0%, transparent 80%);
}.styleappArea .styleproof_stats:hover {
    transform: perspective(1000px) rotateX(0deg);
}.styleappArea ul {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
}.styleappArea ul::before {
    position: absolute;
    height: 0;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    top: 0;
    width: 4px;
    left: -20px;
    content: "";
    background: linear-gradient(to bottom, rgb(141,153,152), rgb(106,114,113));
}.styleappArea li {
    opacity: 0;
    position: relative;
    transform: translateX(20px);
    padding-left: 0;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.styleappArea li::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(106,114,113) 0%, rgb(141,153,152) 100%);
    transform: scale(0);
    top: -5px;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    box-shadow: 0 5px 15px -5px rgb(106,114,113,0.5);
    left: -40px;
    height: 32px;
    width: 32px;
    opacity: 0;
}.styleappArea li span {
    animation: fadeIn 1s 1.2s forwards ease-out;
    display: block;
    font-size: 13px;
    opacity: 0;
    letter-spacing: 0.01em;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    position: relative;
    color: #000000;
}.styleappArea li span::first-letter {
    color: rgb(141,153,152);
    font-size: 1.4em;
    font-weight: 700;
}

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

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

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

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.styleappArea {
    padding: 5rem 0;
}.styleappArea h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.styleappArea .styleproof_stats {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.styleappArea {
    padding: 4rem 0;
}.styleappArea h2 {
    font-size: calc(28px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.styleappArea .styleproof_stats {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.styleappArea ul::before {
    left: -15px;
}.styleappArea li::before {
    left: -30px;
    width: 24px;
    height: 24px;
}
}

@media (max-width: 576px) {.styleappArea {
    padding: 3rem 0;
}.styleappArea h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
}.styleappArea .styleproof_stats {
    transform: none;
    padding: 1.5rem;
}.styleappArea ul::before {
    left: -12px;
}.styleappArea li::before {
    top: -2px;
    width: 20px;
    left: -25px;
    height: 20px;
}.styleappArea li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.styleour_mission {
    color: #ffffff;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.styleour_mission::before {
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(25, 28, 41, 0.92) 0%,
        rgba(25, 28, 41, 0.85) 50%,
        rgba(25, 28, 41, 0.75) 100%);
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}.styleour_mission::after {
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.4;
    z-index: 1;
    animation: floatGlow 18s infinite alternate ease-in-out;
    width: 40%;
    background: linear-gradient(120deg, 
        rgb(141,153,152,0.5) 0%,
        rgb(106,114,113,0.5) 100%);
    right: -5%;
    height: 60%;
    filter: blur(60px);
    top: -5%;
    content: "";
}.styleour_mission .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.styleour_mission h4 {
    position: relative;
    transform: translateY(-20px);
    color: #ffffff;
    opacity: 0;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: 36px;
    text-align: center;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
}.styleour_mission h4::after {
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
    content: "";
    bottom: -12px;
    width: 80px;
}.styleour_mission .styleparagraph_box {
    backdrop-filter: blur(10px);
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    overflow: hidden;
}.styleour_mission .styleparagraph_box::before {
    background: linear-gradient(45deg, 
        rgba(rgb(141,153,152), 0.05) 0%,
        rgba(rgb(106,114,113), 0.05) 100%);
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}.styleour_mission .styleparagraph_box::after {
    animation: rotateGradient 30s linear infinite;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0) 70%
    );
    top: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
    content: "";
    left: -50%;
    opacity: 0.5;
    z-index: -1;
}.styleour_mission h6 {
    text-shadow: 0 2px 10px rgba(var(--primary-color-rgb), 0.3);
    color: rgb(141,153,152);
    position: relative;
    display: inline-block;
    font-size: calc(24px * 1.2);
    font-weight: 700;
    margin-bottom: 25px;
}.styleour_mission h6::after {
    bottom: -8px;
    content: "";
    background: linear-gradient(90deg, 
        rgb(141,153,152) 0%,
        transparent 100%);
    left: 0;
    height: 2px;
    position: absolute;
    width: 60%;
}.styleour_mission span {
    line-height: 1.8;
    column-gap: 40px;
    text-align: justify;
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    column-count: 1;
}.styleour_mission .styleparagraph_box div {
    position: relative;
}.styleour_mission .styleparagraph_box div::before {
    right: -20px;
    width: 70px;
    content: "";
    top: -20px;
    border-right: 2px solid rgb(106,114,113,0.5);
    border-top: 2px solid rgb(106,114,113,0.5);
    opacity: 0.6;
    height: 70px;
    position: absolute;
}.styleour_mission .styleparagraph_box div::after {
    height: 70px;
    left: -20px;
    border-bottom: 2px solid rgb(141,153,152,0.5);
    opacity: 0.6;
    border-left: 2px solid rgb(141,153,152,0.5);
    bottom: -20px;
    width: 70px;
    content: "";
    position: absolute;
}

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

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-18deg) translate(20px, -20px);
    }
}

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.styleour_mission {
    padding: 150px 0 100px;
}.styleour_mission h4 {
    margin-bottom: 60px;
    font-size: calc(36px * 1.1);
}.styleour_mission .styleparagraph_box {
    padding: 60px;
}.styleour_mission span {
    column-count: 2;
}
}

@media (min-width: 992px) {.styleour_mission {
    padding: 180px 0 120px;
}.styleour_mission h4 {
    font-size: calc(36px * 1.2);
}.styleour_mission .container {
    max-width: 1400px;
}.styleour_mission .styleparagraph_box {
    margin: 0 auto;
    max-width: 90%;
    padding: 70px;
}.styleour_mission h6 {
    margin-bottom: 35px;
    font-size: calc(24px * 1.4);
}.styleour_mission span {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.styleour_mission .styleparagraph_box {
    max-width: 80%;
    padding: 80px;
}.styleour_mission span {
    column-count: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.styleour_mission {
    padding: 80px 0 60px;
}.styleour_mission h4 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.styleour_mission .styleparagraph_box {
    padding: 30px 20px;
}.styleour_mission h6 {
    font-size: 24px;
    margin-bottom: 20px;
}.styleour_mission span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.styleour_mission .styleparagraph_box div::before,
    .styleour_mission .styleparagraph_box div::after {
    height: 50px;
    width: 50px;
}
}

@media (hover: hover) {.styleour_mission .styleparagraph_box:hover::after {
    animation-duration: 15s;
}.styleour_mission .styleparagraph_box:hover::before {
    background: linear-gradient(45deg, 
            rgba(rgb(141,153,152), 0.08) 0%,
            rgba(rgb(106,114,113), 0.08) 100%);
    transition: background 0.5s ease;
}}footer {
    width: 100%;
    position: relative;
}footer .styleproject_ref {
    padding: 100px 0 30px;
    position: relative;
    background-color: rgb(176,186,186);
    color: #000000;
    font-family: Arial, sans-serif;
}footer .styleproject_ref::before {
    opacity: 0.3;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(141,153,152,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(106,114,113,0.5) 0%, transparent 20%);
}footer .styledesktop_app {
    position: relative;
    z-index: 1;
}footer .stylecontact_feedback {
    margin: auto;
    justify-content: space-between;
    z-index: 3;
    padding: 25px;
    gap: 15px;
    width: 85%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    flex-wrap: wrap;
    display: flex;
    background-color: #ffffff;
}footer .info_item {
    align-items: center;
    border-radius: 10px;
    background-color: rgb(176,186,186);
    transition: all 0.3s ease;
    padding: 15px;
    display: flex;
    flex: 1 1 200px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(-5px);
}footer .info_item svg {
    fill: rgb(141,153,152);
    margin-right: 12px;
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(141,153,152);
}footer .text_main_holder {
    flex-direction: column;
    gap: 20px;
    perspective: 2000px;
    position: relative;
    display: flex;
    margin-top: 40px;
}footer .styleheader_nav, footer .stylefirst_section, footer .subscribe_holder {
    transform-origin: center center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    border-radius: 11px;
    position: relative;
    padding: 30px;
}footer .styleheader_nav {
    z-index: 2;
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
}footer .styleheader_nav:hover {
    transform: translateZ(30px) scale(1.02);
}footer .stylefirst_section {
    z-index: 1;
    background-color: rgb(106,114,113);
    color: #ffffff;
    margin-top: -20px;
    margin-right: 20px;
    margin-left: 20px;
    transform: translateZ(-10px) scale(0.98);
}footer .subscribe_holder {
    color: #ffffff;
    margin-left: 40px;
    transform: translateZ(-20px) scale(0.96);
    background-color: rgb(141,153,152);
    z-index: 0;
    margin-right: 40px;
    margin-top: -20px;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .styleheader_nav::after, footer .stylefirst_section::after, footer .subscribe_holder::after {
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 11px;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}footer .styleheader_nav:hover::after, footer .stylefirst_section:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .styleheader_nav svg {
    margin-bottom: 20px;
    height: 45px;
    width: auto;
    display: block;
}footer .stylemed_guides {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}footer .stylefirst_section h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
}footer .stylefirst_section h5::after {
    background: linear-gradient(90deg, rgb(141,153,152), transparent);
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    bottom: -8px;
    width: 40px;
    transition: width 0.3s ease;
}footer .stylefirst_section h5:hover::after {
    width: 100%;
}footer .stylemain_page {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 20px;
    gap: 15px;
}footer .stylemain_page a {
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    display: inline-block;
}footer .stylemain_page a::before {
    height: 1px;
    bottom: 0;
    width: 0;
    background-color: rgb(141,153,152);
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
}footer .stylemain_page a:hover {
    transform: translateX(5px);
    color: #ffffff;
}footer .stylemain_page a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 14px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .stylesubscribe_asset {
    font-weight: 600;
    border: none;
    text-align: center;
    background-color: #ffffff;
    font-size: 17px;
    padding: 14px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: rgb(141,153,152);
}footer .stylesubscribe_asset:hover {
    transform: translateY(-3px);
    background-color: rgb(106,114,113);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}footer .stylemodule_end {
    position: relative;
    margin-top: 60px;
    text-align: center;
}footer .stylefooter_address {
    color: #000000;
    padding: 8px 20px;
    background-color: #ffffff;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    border-radius: 30px;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .styleheader_nav, footer .stylefirst_section, footer .subscribe_holder {
    flex: 1;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}footer .styleheader_nav {
    margin-right: -20px;
}footer .stylefirst_section {
    margin-right: -20px;
    margin-left: 0;
    z-index: 1;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .stylecontact_feedback {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .styleproject_ref {
    padding: 80px 0 30px;
}footer .stylecontact_feedback {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .styleheader_nav, footer .stylefirst_section, footer .subscribe_holder {
    margin-left: 0;
    padding: 25px 20px;
    margin-right: 0;
}footer .stylefirst_section, footer .subscribe_holder {
    margin-top: -10px;
}footer .stylemodule_end {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .styleproject_ref {
    padding: 70px 0 20px;
}footer .stylecontact_feedback {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .styleheader_nav, footer .stylefirst_section, footer .subscribe_holder {
    padding: 20px 15px;
}footer .stylefirst_section h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .stylemain_page {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .stylesubscribe_asset {
    padding: 12px;
}}.stylecontact_panel {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background: rgb(176,186,186);
}.stylecontact_panel::before {
    content: "";
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(141,153,152,0.5) 25%, rgb(141,153,152,0.5) 26%, transparent 27%, transparent 74%, rgb(141,153,152,0.5) 75%, rgb(141,153,152,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(141,153,152,0.5) 25%, rgb(141,153,152,0.5) 26%, transparent 27%, transparent 74%, rgb(141,153,152,0.5) 75%, rgb(141,153,152,0.5) 76%, transparent 77%, transparent);
    left: 0;
    width: 100%;
    opacity: 0.3;
    background-size: 50px 50px;
    top: 0;
    z-index: 0;
}.stylecontact_panel .styleimg_rounded_box {
    filter: saturate(0) contrast(1.2);
    left: 0;
    z-index: 0;
    height: 100%;
    opacity: 0.05;
    top: 0;
    position: absolute;
    width: 100%;
}.stylecontact_panel::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    background: radial-gradient(circle at center, transparent 50%, rgb(176,186,186) 100%);
    left: 0;
}.stylecontact_panel .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
}.stylecontact_panel h3 {
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 28px;
}.stylecontact_panel h3::before {
    left: 50%;
    background: rgb(141,153,152);
    transform: translateX(-50%);
    height: 6px;
    content: "";
    border-radius: 50%;
    top: -15px;
    width: 6px;
    position: absolute;
}.stylecontact_panel h3::after {
    left: 50%;
    width: 6px;
    bottom: -15px;
    background: rgb(141,153,152);
    border-radius: 50%;
    transform: translateX(-50%);
    height: 6px;
    position: absolute;
    content: "";
}.stylereach_request {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 50px;
    z-index: 10;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.stylereach_request::before {
    background: rgb(141,153,152,0.5);
    right: -150px;
    z-index: 0;
    filter: blur(70px);
    border-radius: 50%;
    width: 300px;
    top: -150px;
    content: "";
    height: 300px;
    position: absolute;
}.stylereach_request::after {
    content: "";
    filter: blur(70px);
    z-index: 0;
    background: rgb(106,114,113,0.5);
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    left: -150px;
    bottom: -150px;
}.stylereach_request .stylehelp_reach {
    float: left;
    position: relative;
    z-index: 1;
    width: 60%;
    padding: 70px;
}.stylereach_request .stylehelp_reach h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: left;
}.stylereach_request .stylehelp_reach h3::before,
.stylereach_request .stylehelp_reach h3::after {
    display: none;
}.stylereach_request .stylehelp_reach h3::before {
    position: absolute;
    width: 30px;
    left: 0;
    content: "";
    height: 2px;
    bottom: -15px;
    background: rgb(141,153,152);
}.stylereach_request .stylehelp_reach form {
    display: flex;
    flex-direction: column;
}.stylereach_request .stylehelp_reach input[type="text"],
.stylereach_request .stylehelp_reach textarea {
    border-radius: 30px;
    border: none;
    background: rgba(245, 245, 245, 0.7);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding: 20px 25px;
    width: 100%;
}.stylereach_request .stylehelp_reach input[type="text"]:focus,
.stylereach_request .stylehelp_reach textarea:focus {
    background: rgba(245, 245, 245, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}.stylereach_request .stylehelp_reach textarea {
    resize: vertical;
    border-radius: 25px;
    min-height: 160px;
}.stylereach_request .stylehelp_reach .stylehelp_map {
    margin-bottom: 35px;
    position: relative;
    display: flex;
    align-items: flex-start;
}.stylereach_request .stylehelp_reach .stylehelp_map input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.stylereach_request .stylehelp_reach .stylehelp_map label {
    font-size: calc(13px - 2px);
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    position: relative;
}.stylereach_request .stylehelp_reach .stylehelp_map label::before {
    background: rgba(245, 245, 245, 0.7);
    top: 2px;
    height: 22px;
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease;
    left: 0;
    content: "";
    width: 22px;
}.stylereach_request .stylehelp_reach .stylehelp_map input[type="checkbox"]:checked + label::before {
    background: rgb(141,153,152);
}.stylereach_request .stylehelp_reach .stylehelp_map input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 10px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    position: absolute;
    top: 6px;
    content: "";
    width: 6px;
    left: 8px;
}.stylereach_request .stylehelp_reach .stylehelp_map a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(141,153,152);
}.stylereach_request .stylehelp_reach .stylehelp_map a:hover {
    color: rgb(106,114,113);
}.stylereach_request .stylehelp_reach .stylemessage_message {
    border-radius: 30px;
    padding: 18px 40px;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(141,153,152);
    position: relative;
    align-self: flex-start;
    font-size: 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
}.stylereach_request .stylehelp_reach .stylemessage_message:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(106,114,113);
}.stylereach_request .stylefeedback_support {
    width: 40%;
    padding: 70px 50px;
    background: rgb(176,186,186);
    position: relative;
    float: left;
    z-index: 1;
}.stylereach_request .stylefeedback_support::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(141,153,152,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(106,114,113,0.5) 0%, transparent 30%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}.stylereach_request .stylefeedback_support h4 {
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 18px;
}.stylereach_request .stylefeedback_support h4::after {
    content: "";
    bottom: -15px;
    background: rgb(141,153,152);
    height: 2px;
    left: 0;
    width: 30px;
    position: absolute;
}.stylereach_request .stylefeedback_support .stylequery_feedback {
    list-style: none;
    padding: 0;
    margin: 0;
}.stylereach_request .stylefeedback_support .stylequery_feedback li {
    transition: all 0.3s ease;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    backdrop-filter: blur(5px);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
}.stylereach_request .stylefeedback_support .stylequery_feedback li:last-child {
    margin-bottom: 0;
}.stylereach_request .stylefeedback_support .stylequery_feedback li:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}.stylereach_request .stylefeedback_support .stylequery_feedback li svg {
    height: 26px;
    flex-shrink: 0;
    margin-right: 15px;
    width: 26px;
    transition: all 0.3s ease;
}.stylereach_request .stylefeedback_support .stylequery_feedback li:hover svg {
    transform: scale(1.2);
}.stylereach_request .stylefeedback_support .stylequery_feedback li svg path {
    fill: rgb(141,153,152);
    transition: all 0.3s ease;
}.stylereach_request .stylefeedback_support .stylequery_feedback li:hover svg path {
    fill: rgb(106,114,113);
}.stylereach_request .stylefeedback_support .stylequery_feedback li span {
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
}.stylereach_request .stylefeedback_support .stylequery_feedback li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}.stylereach_request .stylefeedback_support .stylequery_feedback li a:hover {
    color: rgb(141,153,152);
}

@media screen and (max-width: 992px) {.stylecontact_panel {
    padding: 80px 0;
}.stylereach_request {
    border-radius: 30px;
    display: block;
}.stylereach_request .stylehelp_reach,
    .stylereach_request .stylefeedback_support {
    float: none;
    width: 100%;
    padding: 50px;
}
}

@media screen and (max-width: 768px) {.stylecontact_panel {
    padding: 60px 0;
}.stylecontact_panel h3 {
    font-size: calc(28px - 4px);
}.stylereach_request {
    border-radius: 25px;
}.stylereach_request .stylehelp_reach,
    .stylereach_request .stylefeedback_support {
    padding: 40px 30px;
}.stylereach_request .stylehelp_reach input[type="text"],
    .stylereach_request .stylehelp_reach textarea {
    padding: 15px 20px;
    border-radius: 20px;
}.stylereach_request .stylehelp_reach .stylemessage_message {
    text-align: center;
    padding: 15px 30px;
    width: 100%;
}.stylereach_request .stylefeedback_support .stylequery_feedback li {
    padding: 15px;
    border-radius: 15px;
}
}

@media screen and (max-width: 480px) {.stylecontact_panel {
    padding: 40px 0;
}.stylereach_request {
    border-radius: 20px;
}.stylereach_request .stylehelp_reach,
    .stylereach_request .stylefeedback_support {
    padding: 30px 20px;
}}.stylejoin_now {
    padding: 5rem 1.5rem;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(106,114,113) 0%, rgb(141,153,152) 100%);
}.stylejoin_now::before {
    width: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(106,114,113,0.5) 0%, transparent 50%);
    content: "";
}.stylejoin_now::after {
    transform: rotate(-30deg);
    width: 70%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    content: "";
    animation: float 20s infinite alternate ease-in-out;
    top: -50%;
    z-index: -1;
    right: -20%;
    position: absolute;
}.stylejoin_now .container {
    align-items: center;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    gap: 3rem;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}.stylejoin_now h2 {
    margin: 0 auto;
    line-height: 1.4;
    font-size: 28px;
    text-align: center;
    max-width: 800px;
    transform: translateZ(20px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.stylejoin_now .styleproof_stats {
    transform-style: preserve-3d;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    gap: 2rem;
    opacity: 0;
    padding: 2.5rem 3rem;
    border-radius: 12px;
    transform: rotateX(5deg) translateZ(30px);
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.15);
    animation: floatIn 1s ease-out 0.3s forwards;
}.stylejoin_now svg {
    transform: translateZ(40px);
    width: 4rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 4rem;
}.stylejoin_now svg:hover {
    transform: translateZ(40px) scale(1.1) rotate(15deg);
}.stylejoin_now svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.stylejoin_now svg:hover path {
    fill: rgb(106,114,113);
}.stylejoin_now .styleproof_stats div {
    transform: translateZ(30px);
    z-index: 2;
    position: relative;
}.stylejoin_now .stylemessage_message {
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    font-family: Arial, sans-serif;
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1),
              0 5px 10px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 8px;
    padding: 1rem 2.5rem;
    position: relative;
    isolation: isolate;
    font-size: 17px;
    color: rgb(141,153,152);
}.stylejoin_now .stylemessage_message::before {
    content: "";
    position: absolute;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
    width: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    top: 0;
    left: -100%;
    height: 100%;
}.stylejoin_now .stylemessage_message:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
              0 8px 12px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px) scale(1.03);
    color: rgb(106,114,113);
}.stylejoin_now .stylemessage_message:hover::before {
    left: 100%;
}.stylejoin_now .stylemessage_message:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1),
              0 3px 8px rgba(0, 0, 0, 0.05);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

@keyframes float {
  0%, 100% {
    transform: rotate(-30deg) translateY(0);
  }
  50% {
    transform: rotate(-33deg) translateY(-20px);
  }
}

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

@keyframes floatIn {
  from {
    opacity: 0;
    transform: rotateX(20deg) translateY(50px) translateZ(0);
  }
  to {
    opacity: 1;
    transform: rotateX(5deg) translateY(0) translateZ(30px);
  }
}

@media (max-width: 992px) {.stylejoin_now {
    padding: 4rem 1.5rem;
}.stylejoin_now h2 {
    font-size: calc(28px * 0.9);
}.stylejoin_now .styleproof_stats {
    transform: rotateX(3deg) translateZ(20px);
    padding: 2rem 2.5rem;
}
}

@media (max-width: 768px) {.stylejoin_now {
    padding: 3.5rem 1.25rem;
}.stylejoin_now h2 {
    font-size: calc(28px * 0.8);
}.stylejoin_now .styleproof_stats {
    gap: 1.5rem;
    padding: 2rem;
    flex-direction: column;
    transform: none;
}.stylejoin_now svg {
    height: 3.5rem;
    width: 3.5rem;
}.stylejoin_now .stylemessage_message {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.stylejoin_now {
    padding: 3rem 1rem;
}.stylejoin_now h2 {
    font-size: calc(28px * 0.7);
}.stylejoin_now .styleproof_stats {
    padding: 1.75rem;
    gap: 1.25rem;
    width: 90%;
}.stylejoin_now svg {
    width: 3rem;
    height: 3rem;
}.stylejoin_now .stylemessage_message {
    font-size: calc(17px * 0.9);
    padding: 0.8rem 1.75rem;
}
}

@media (prefers-reduced-motion: reduce) {.stylejoin_now::before,
  .stylejoin_now::after,
  .stylejoin_now h2,
  .stylejoin_now .styleproof_stats,
  .stylejoin_now svg,
  .stylejoin_now .stylemessage_message::before {
    animation: none;
    transition: none;
}.stylejoin_now .styleproof_stats {
    opacity: 1;
    transform: none;
}.stylejoin_now h2 {
    opacity: 1;
    transform: none;
}}.stylemembership_plan {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.stylemembership_plan::before {
    width: 100%;
    content: '';
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    top: 0;
    position: absolute;
}.stylemembership_plan .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.stylemembership_plan .stylevalue_pricing {
    position: relative;
}.stylemembership_plan h2 {
    font-size: 37px;
    transform: translateY(0);
    animation: titleFloat 6s ease-in-out infinite;
    -webkit-background-clip: text !important;
    margin-bottom: 25px;
    color: transparent;
    position: relative;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
    background-clip: text !important;
}.stylemembership_plan h2::after {
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    background: rgb(106,114,113);
    bottom: -10px;
    content: '';
    width: 80px;
    position: absolute;
}.stylemembership_plan .stylepricing_rates {
    margin: 0 auto 50px;
    color: #ffffff;
    text-align: center;
    opacity: 0.9;
    font-size: calc(15px + 2px);
    max-width: 700px;
    line-height: 1.6;
}.stylemembership_plan .stylestudy_rates {
    display: grid;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}.stylemembership_plan .stylestudy_rates li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.stylemembership_plan .stylestudy_rates li:hover {
    z-index: 3;
    transform: translateY(-10px);
}.stylemembership_plan .stylepricing_options {
    position: relative;
    display: block;
    text-decoration: none;
    color: #ffffff;
    height: 100%;
    overflow: hidden;
}.stylemembership_plan .stylelearning_plan {
    padding: 35px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    height: 100%;
    transition: all 0.4s ease;
}.stylemembership_plan .stylelearning_plan::before {
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
    top: 0;
    height: 5px;
    transform: scaleX(0);
    left: 0;
    content: '';
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease;
    position: absolute;
}.stylemembership_plan .stylepricing_options:hover .stylelearning_plan::before {
    transform: scaleX(1);
}.stylemembership_plan .stylelearning_plan::after {
    right: 0;
    position: absolute;
    content: '';
    transition: opacity 0.5s ease;
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(106,114,113,0.5) 50%);
    height: 60px;
    width: 60px;
    bottom: 0;
}.stylemembership_plan .stylepricing_options:hover .stylelearning_plan::after {
    opacity: 1;
}.stylemembership_plan .stylepricing_fees {
    z-index: 2;
    position: relative;
}.stylemembership_plan .stylepricing_fees h4 {
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    font-size: calc(23px + 2px);
    color: #ffffff;
    display: inline-block;
}.stylemembership_plan .stylepricing_fees h4::after {
    position: absolute;
    background: rgb(141,153,152);
    transition: width 0.4s ease;
    height: 2px;
    left: 0;
    width: 40px;
    content: '';
    bottom: -8px;
}.stylemembership_plan .stylepricing_options:hover .stylepricing_fees h4::after {
    width: 100%;
}.stylemembership_plan .stylepricing_fees p {
    color: rgba(255, 255, 255, 0.8);
    max-height: 200px;
    font-size: 15px;
    padding-right: 5px;
    line-height: 1.6;
    margin: 0 0 30px;
    word-break: break-word;
    overflow-y: auto;
    overflow-wrap: break-word;
}.stylemembership_plan .stylepricing_fees p::-webkit-scrollbar {
    width: 4px;
}.stylemembership_plan .stylepricing_fees p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.stylemembership_plan .stylepricing_fees p::-webkit-scrollbar-thumb {
    background: rgb(141,153,152,0.5);
}.stylemembership_plan .styleedu_deals {
    padding: 10px 0;
    display: block;
    font-weight: 700;
    margin-top: 15px;
    color: #ffffff;
    font-size: calc(23px + 4px);
    position: relative;
}.stylemembership_plan .styleedu_deals::before {
    height: 1px;
    left: 0;
    width: 40px;
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.stylemembership_plan {
    padding: 80px 0;
}.stylemembership_plan .stylestudy_rates {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.stylemembership_plan .stylelearning_plan {
    padding: 25px 20px;
}.stylemembership_plan .stylepricing_fees p {
    max-height: 150px;
    font-size: calc(15px - 1px);
}.stylemembership_plan .styleedu_deals {
    font-size: calc(23px + 2px);
}
}

@media (max-width: 767px) {.stylemembership_plan {
    padding: 60px 0;
}.stylemembership_plan h2 {
    font-size: calc(37px - 4px);
}.stylemembership_plan .stylepricing_rates {
    font-size: 15px;
    margin-bottom: 30px;
}.stylemembership_plan .stylestudy_rates {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.stylemembership_plan .stylepricing_fees h4 {
    font-size: 23px;
}.stylemembership_plan .styleedu_deals {
    font-size: 23px;
}
}

@media (max-width: 480px) {.stylemembership_plan {
    padding: 50px 0;
}.stylemembership_plan h2 {
    font-size: calc(37px - 8px);
}.stylemembership_plan .stylepricing_rates {
    font-size: calc(15px - 2px);
}.stylemembership_plan .stylelearning_plan {
    padding: 20px 15px;
}.stylemembership_plan .stylepricing_fees p {
    font-size: calc(15px - 2px);
}}.styleconfidential_zone {
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-position: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom right, rgb(141,153,152,0.5), rgb(106,114,113,0.5));
    background-size: cover;
}.styleconfidential_zone h1,
.styleconfidential_zone h2 {
    text-transform: uppercase;
    padding-left: 15px;
    letter-spacing: 2px;
    margin: 20px 0;
    position: relative;
}.styleconfidential_zone h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}.styleconfidential_zone h2 {
    font-weight: 600;
    color: #ffffff;
    font-size: 33px;
}.styleconfidential_zone ul {
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}.styleconfidential_zone ul li {
    font-weight: 400;
    color: #ffffff;
    position: relative;
    padding-left: 30px;
    padding: 10px 0;
    font-size: 12px;
}.styleconfidential_zone ul li::before {
    content: '•';
    left: 0;
    position: absolute;
    font-size: 23px;
    color: rgb(106,114,113);
}.styleconfidential_zone p {
    line-height: 1.8;
    font-weight: 300;
    margin: 20px 0;
    color: #ffffff;
    font-size: 12px;
}.styleconfidential_zone div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.styleconfidential_zone {
    padding: 30px;
}.styleconfidential_zone h1 {
    font-size: calc(23px - 8px);
}.styleconfidential_zone h2 {
    font-size: calc(23px - 8px);
}.styleconfidential_zone ul li {
    font-size: calc(12px - 2px);
}.styleconfidential_zone p {
    font-size: calc(12px - 2px);
}}.styletitle_opener {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(176,186,186) 0%, rgba(245, 245, 245, 0.9) 100%);
    overflow: hidden;
}.styletitle_opener::before {
    width: 100%;
    z-index: 1;
    top: 0;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(141,153,152,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
}.styletitle_opener::after {
    z-index: 1;
    position: absolute;
    content: "";
    transform: translateY(20%) rotate(-5deg);
    width: 50%;
    pointer-events: none;
    bottom: 0;
    background: linear-gradient(225deg, rgb(106,114,113,0.5) 0%, transparent 60%);
    opacity: 0.1;
    height: 70%;
    right: 0;
}.styletitle_opener .styleproof_stats {
    min-height: 100vh;
    padding: 2rem;
    position: relative;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    display: grid;
}.styletitle_opener h1 {
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.1);
    transform: translateX(1rem);
    color: #000000;
    grid-column: 1 / 3;
    margin-bottom: 2rem;
    animation: titleFadeIn 1.2s ease-out forwards;
    font-weight: 700;
    position: relative;
    font-size: 44px;
}.styletitle_opener h1::after {
    background: linear-gradient(90deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
    left: 0;
    transform: scaleX(0);
    content: "";
    bottom: -0.5rem;
    animation: lineGrow 1.4s ease-out forwards;
    position: absolute;
    height: 0.3rem;
    width: 8rem;
    transform-origin: left;
}.styletitle_opener .styleparagraph_box {
    z-index: 3;
    flex-direction: column;
    perspective: 1000px;
    justify-content: center;
    transform: translateY(-2rem);
    display: flex;
}.styletitle_opener .stylelearning_lead {
    transition: transform 0.5s ease;
    border-left: 4px solid rgb(141,153,152);
    padding: 2.5rem;
    transform: rotateY(-5deg) translateZ(0);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    animation: cardReveal 1s ease-out forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.styletitle_opener .stylelearning_lead:hover {
    transform: rotateY(0deg) translateZ(20px);
}.styletitle_opener .stylelearning_lead p {
    position: relative;
    transform: translateZ(20px);
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000000;
    font-size: calc(15px * 1.2);
}.styletitle_opener .stylelearning_lead p::after {
    bottom: -1rem;
    position: absolute;
    height: 1px;
    width: 70%;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(106,114,113,0.5));
    content: "";
}.styletitle_opener svg {
    transform: translateZ(30px);
    width: 100px;
    height: 100px;
    margin: 0.5rem 0 2rem;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}.styletitle_opener svg:hover {
    transform: translateZ(30px) scale(1.05);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}.styletitle_opener svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,153,152);
}.styletitle_opener svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.styletitle_opener svg:hover path {
    fill: rgb(106,114,113);
}.styletitle_opener svg:hover text {
    fill: rgb(106,114,113);
}.styletitle_opener .stylemessage_message {
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
    transform: translateZ(40px);
    font-size: 16px;
    border: none;
    padding: 1rem 2rem;
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
}.styletitle_opener .stylemessage_message::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
    width: 100%;
    position: absolute;
    content: "";
}.styletitle_opener .stylemessage_message:hover {
    box-shadow: 0 15px 35px rgba(94, 170, 168, 0.3), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(40px) translateY(-5px);
}.styletitle_opener .stylemessage_message:hover::before {
    left: 100%;
}.styletitle_opener .styleimg_rounded_box {
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%);
    overflow: hidden;
    transform: translateX(1rem) translateY(-2rem);
    position: relative;
    z-index: 2;
    min-height: 400px;
    animation: photoReveal 1.5s ease-out forwards;
}.styletitle_opener .styleimg_rounded_box::before {
    opacity: 0.7;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent 30%, rgb(141,153,152,0.5) 100%);
    z-index: 3;
}.styletitle_opener .styleimg_rounded_box::after {
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.8;
    content: "";
    left: 0;
    z-index: 3;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes titleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-2rem) translateX(1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateX(1rem);
    }
}

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

@keyframes cardReveal {
    0% {
        opacity: 0;
        transform: rotateY(-10deg) translateZ(0) translateX(-2rem);
    }
    100% {
        opacity: 1;
        transform: rotateY(-5deg) translateZ(0);
    }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateX(3rem) translateY(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(1rem) translateY(-2rem);
    }
}

@media (max-width: 992px) {.styletitle_opener .styleproof_stats {
    grid-template-columns: 1fr;
    gap: 2rem;
}.styletitle_opener h1 {
    grid-column: 1 / 2;
    font-size: calc(44px * 0.9);
}.styletitle_opener .styleparagraph_box {
    transform: translateY(0);
    order: 2;
}.styletitle_opener .styleimg_rounded_box {
    transform: translateX(0) translateY(0);
    min-height: 300px;
    order: 1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
}

@media (max-width: 768px) {.styletitle_opener {
    min-height: auto;
}.styletitle_opener .styleproof_stats {
    padding: 1.5rem;
    min-height: auto;
}.styletitle_opener h1 {
    margin-bottom: 1.5rem;
    transform: translateX(0);
    font-size: calc(44px * 0.8);
    text-align: center;
}.styletitle_opener h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes lineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .styletitle_opener .stylelearning_lead {
    transform: rotateY(0) translateZ(0);
    padding: 1.5rem;
}.styletitle_opener .styleimg_rounded_box {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    min-height: 250px;
}.styletitle_opener svg {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 480px) {.styletitle_opener h1 {
    font-size: calc(44px * 0.7);
}.styletitle_opener .stylelearning_lead p {
    font-size: 15px;
}.styletitle_opener .styleimg_rounded_box {
    min-height: 200px;
}.styletitle_opener svg {
    height: 60px;
    width: 60px;
}.styletitle_opener .stylemessage_message {
    padding: 0.8rem 1.5rem;
    font-size: calc(16px * 0.9);
}
}

@media (hover: none) {.styletitle_opener .stylemessage_message::before {
    display: none;
}.styletitle_opener .stylelearning_lead:hover {
    transform: rotateY(0) translateZ(0);
}.styletitle_opener svg:hover {
    transform: translateZ(0);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}.styletitle_opener .stylemessage_message:hover {
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
}}.styledata_overview {
    position: relative;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(176,186,186) 40%, rgba(rgb(141,153,152,0.5), 0.08) 100%);
    overflow: hidden;
}.styledata_overview::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(106,114,113,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(141,153,152,0.5), 0.08) 0%, transparent 60%);
    z-index: 0;
}.styledata_overview::after {
    content: "";
    top: -10%;
    background: linear-gradient(145deg, rgba(rgb(141,153,152,0.5), 0.05), transparent);
    position: absolute;
    height: 60%;
    width: 30%;
    transform: rotate(-15deg) skewX(20deg);
    z-index: 1;
    right: -5%;
}.styledata_overview h3 {
    z-index: 2;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 33px;
    color: #000000;
}.styledata_overview h3::after {
    content: "";
    position: absolute;
    bottom: -0.8rem;
    transform: translateX(-50%);
    left: 50%;
    width: 5rem;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(141,153,152), transparent);
}.styledata_overview .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.styledata_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
}.styledata_overview .styleextra_experts {
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.7));
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    box-shadow: 
        0 10px 25px -5px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    height: 100%;
    padding: 2.5rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    border-left: 3px solid rgb(141,153,152);
    backdrop-filter: blur(10px);
    align-items: center;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.styledata_overview .styleextra_experts::before {
    z-index: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-100%);
    top: 0;
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
}.styledata_overview .styleextra_experts:hover {
    box-shadow: 
        0 20px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.styledata_overview .styleextra_experts:hover::before {
    opacity: 1;
    transform: translateY(0);
}.styledata_overview .styleextra_experts span {
    margin-bottom: 0.8rem;
    font-size: calc(16px * 1.1);
    padding-bottom: 0.8rem;
    text-align: center;
    display: block;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
    width: 100%;
    color: #000000;
}.styledata_overview .styleextra_experts span::after {
    width: 40px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(106,114,113);
    bottom: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 0.6;
    left: 50%;
    height: 2px;
    content: "";
}.styledata_overview .styleextra_experts:hover span::after {
    width: 60px;
    opacity: 1;
}.styledata_overview .styleextra_experts p {
    position: relative;
    margin: 0.5rem 0 0;
    color: rgb(141,153,152);
    font-weight: 700;
    font-size: 41px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.styledata_overview .styleextra_experts:hover p {
    transform: scale(1.1);
}

@media (max-width: 1024px) {.styledata_overview {
    padding: 5rem 1.5rem;
}.styledata_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}.styledata_overview .styleextra_experts {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.styledata_overview {
    padding: 4rem 1rem;
}.styledata_overview h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.styledata_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}.styledata_overview .styleextra_experts {
    padding: 1.75rem 1rem;
}.styledata_overview .styleextra_experts span {
    font-size: 16px;
}.styledata_overview .styleextra_experts p {
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 576px) {.styledata_overview {
    padding: 3rem 1rem;
}.styledata_overview h3 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.styledata_overview ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.styledata_overview .styleextra_experts {
    padding: 1.5rem 1rem;
}.styledata_overview .styleextra_experts span {
    padding-bottom: 0.6rem;
    font-size: calc(16px * 0.95);
}.styledata_overview .styleextra_experts span::after {
    width: 30px;
}.styledata_overview .styleextra_experts:hover span::after {
    width: 50px;
}.styledata_overview .styleextra_experts p {
    font-size: calc(41px * 0.8);
}}.styleteacher_profile {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(106,114,113,0.5), rgb(141,153,152), rgb(106,114,113));
}.styleteacher_profile::before {
    width: 120%;
    z-index: 0;
    top: -10%;
    left: -10%;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(141,153,152,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(106,114,113,0.5), transparent 60%);
    height: 120%;
    content: "";
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    opacity: 0.7;
}.styleteacher_profile::after {
    background-size: 120px 120px;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    opacity: 0.2;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    animation: constellation-twinkle 8s infinite ease-in-out;
    left: 0;
    position: absolute;
    z-index: 1;
}.styleteacher_profile .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.styleteacher_profile .stylesuccess_ratings {
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    display: grid;
    gap: 2.5rem;
    padding: 3rem;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: perspective(1000px) rotateX(2deg);
}.styleteacher_profile .stylesuccess_ratings:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.styleteacher_profile .stylesuccess_ratings > div:first-child {
    width: 150px;
    position: relative;
    height: 150px;
    margin: 0 auto;
    perspective: 1000px;
}.styleteacher_profile .styleimg_rounded_box {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10% 40% 30% 20%;
    overflow: hidden;
    height: 100%;
    animation: float-photo 6s infinite ease-in-out;
    transform: rotate(-5deg);
    width: 100%;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
}.styleteacher_profile .stylesuccess_ratings:hover .styleimg_rounded_box {
    border-radius: 30% 10% 40% 20%;
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
}.styleteacher_profile .stylesuccess_ratings > div:nth-child(2) {
    text-align: center;
    padding-top: 1rem;
}.styleteacher_profile .name {
    position: relative;
    margin: 0 0 0.5rem;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 0.5px;
    transform: translateY(0);
    font-weight: 600;
    font-size: 23px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.styleteacher_profile .name::after {
    left: 0;
    bottom: -5px;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(106,114,113), #ffffff, rgb(106,114,113));
    width: 0;
    content: "";
    height: 2px;
    position: absolute;
}.styleteacher_profile .stylesuccess_ratings:hover .name {
    transform: translateY(-2px);
}.styleteacher_profile .stylesuccess_ratings:hover .name::after {
    width: 100%;
}.styleteacher_profile .stylesuccess_ratings > div:nth-child(2) > div {
    transition: opacity 0.3s ease;
    color: rgb(255, 255, 255, 0.5);
    font-style: italic;
    opacity: 0.9;
    font-size: calc(17px - 2px);
    margin-top: 0.5rem;
}.styleteacher_profile .stylesuccess_ratings:hover > div:nth-child(2) > div {
    opacity: 1;
}.styleteacher_profile .stylework_timeline {
    color: #ffffff;
    text-align: left;
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-size: 17px;
    position: relative;
    padding: 0 1rem;
    opacity: 0.9;
    line-height: 1.7;
    margin: 0;
}.styleteacher_profile .stylework_timeline::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    left: -1rem;
    color: rgb(255, 255, 255, 0.5);
    top: -2rem;
    font-size: 5rem;
    font-family: serif;
    content: "";
    opacity: 0.2;
    position: absolute;
}.styleteacher_profile .stylework_timeline::after {
    font-size: 5rem;
    opacity: 0.2;
    font-family: serif;
    transition: transform 0.5s ease, opacity 0.5s ease;
    right: -1rem;
    content: "";
    bottom: -4rem;
    position: absolute;
    color: rgb(255, 255, 255, 0.5);
}.styleteacher_profile .stylesuccess_ratings:hover .stylework_timeline {
    transform: translateY(-2px);
    opacity: 1;
}.styleteacher_profile .stylesuccess_ratings:hover .stylework_timeline::before {
    opacity: 0.3;
    transform: translateY(-5px);
}.styleteacher_profile .stylesuccess_ratings:hover .stylework_timeline::after {
    transform: translateY(5px);
    opacity: 0.3;
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

@keyframes float-photo {
    0%, 100% {
        transform: rotate(-5deg) translateY(0);
    }
    50% {
        transform: rotate(-3deg) translateY(-5px);
    }
}

@media (min-width: 768px) {.styleteacher_profile .stylesuccess_ratings {
    gap: 3rem;
    align-items: center;
    padding: 4rem;
    grid-template-columns: auto 1fr 2fr;
}.styleteacher_profile .stylesuccess_ratings > div:first-child {
    height: 180px;
    margin: 0;
    width: 180px;
}.styleteacher_profile .stylesuccess_ratings > div:nth-child(2) {
    text-align: left;
    padding-top: 0;
}.styleteacher_profile .stylework_timeline {
    padding: 0;
}
}

@media (min-width: 992px) {.styleteacher_profile {
    padding: 9rem 0;
}.styleteacher_profile .stylesuccess_ratings {
    grid-template-columns: auto 1.5fr 3fr;
    padding: 5rem;
    gap: 4rem;
}.styleteacher_profile .stylesuccess_ratings > div:first-child {
    width: 220px;
    height: 220px;
}.styleteacher_profile .name {
    font-size: calc(23px + 2px);
}.styleteacher_profile .stylework_timeline {
    font-size: calc(17px + 1px);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.styleteacher_profile {
    padding: 5rem 0;
}.styleteacher_profile .stylesuccess_ratings {
    padding: 2.5rem;
    gap: 2rem;
}.styleteacher_profile .styleimg_rounded_box {
    animation: float-photo 5s infinite ease-in-out;
}.styleteacher_profile .stylework_timeline {
    padding: 0;
}.styleteacher_profile .stylework_timeline::before {
    top: -1.5rem;
    font-size: 3rem;
    left: -0.5rem;
}.styleteacher_profile .stylework_timeline::after {
    font-size: 3rem;
    right: -0.5rem;
    bottom: -3rem;
}}.stylecourse_summary {
    position: relative;
    background: rgb(106,114,113);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}.stylecourse_summary .stylejob_skills {
    right: 0;
    overflow: hidden;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0;
    position: absolute;
    height: 100%;
    width: 50%;
}.stylecourse_summary .styletraining {
    flex-direction: column;
    height: 400%;
    width: 100%;
    display: flex;
    animation: verticalScroll 25s ease-in-out infinite alternate;
}.stylecourse_summary .stylejob_skills:hover .styletraining {
    animation-play-state: paused;
}.stylecourse_summary .stylelearn_network {
    height: 25%;
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
    transform: scale(1.1);
}.stylecourse_summary .stylelearn_network::after {
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    inset: 0;
}.stylecourse_summary .stylelearn_network img {
    object-fit: cover;
    filter: saturate(0.8) contrast(1.2);
    width: 100%;
    height: 100%;
    transition: filter 0.5s ease;
}.stylecourse_summary .stylelearn_network:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.stylecourse_summary .container {
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 5;
    position: relative;
    grid-column: 1;
}.stylecourse_summary .styleproof_stats {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
}.stylecourse_summary .styletraining_flow {
    background: transparent;
    padding: 4rem 3rem;
    position: relative;
    border-left: 4px solid rgb(141,153,152);
}.stylecourse_summary .styletraining_flow::before {
    z-index: -1;
    background: rgb(141,153,152,0.5);
    transition: width 0.6s ease;
    content: "";
    top: 0;
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
}.stylecourse_summary .styletraining_flow:hover::before {
    width: 100%;
}.stylecourse_summary .styletraining_flow::after {
    left: -20px;
    content: "";
    height: 40px;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(141,153,152);
    width: 40px;
    position: absolute;
    top: 50%;
}.stylecourse_summary .styletraining_flow h3 {
    margin-bottom: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
    letter-spacing: 2px;
}.stylecourse_summary .styletraining_flow span > * {
    display: inline-block;
    transform: skewX(15deg);
}.stylecourse_summary .styletraining_flow p {
    line-height: 1.8;
    color: #ffffff;
    position: relative;
    font-size: 12px;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    border-left: 2px solid rgb(106,114,113);
}.stylecourse_summary .styletraining_flow .stylemessage_message {
    text-transform: uppercase;
    display: inline-block;
    padding: 1rem 2.5rem;
    transition: color 0.3s ease;
    z-index: 1;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    border: 2px solid rgb(141,153,152);
    background: transparent;
}.stylecourse_summary .styletraining_flow .stylemessage_message::before {
    left: 0;
    top: 0;
    content: "";
    transition: width 0.3s ease;
    height: 100%;
    background: rgb(141,153,152);
    position: absolute;
    width: 0;
    z-index: -1;
}.stylecourse_summary .styletraining_flow .stylemessage_message:hover {
    color: #000000;
}.stylecourse_summary .styletraining_flow .stylemessage_message:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.stylecourse_summary .styletraining_flow h3 {
    font-size: calc(46px * 0.85);
}.stylecourse_summary .styleproof_stats {
    padding-left: 5%;
    padding-right: 0;
}
}

@media screen and (max-width: 992px) {.stylecourse_summary {
    grid-template-columns: 1fr;
    grid-template-rows: 40vh 1fr;
}.stylecourse_summary .stylejob_skills {
    clip-path: none;
    width: 100%;
    position: relative;
    height: 40vh;
}.stylecourse_summary .styletraining {
    width: 400%;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    flex-direction: row;
    height: 100%;
}.stylecourse_summary .stylelearn_network {
    width: 25%;
    height: 100%;
}.stylecourse_summary .stylelearn_network::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.stylecourse_summary .container {
    grid-column: auto;
    grid-row: 2;
    padding: 3rem 0;
}.stylecourse_summary .styleproof_stats {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.stylecourse_summary .styletraining_flow {
    padding: 3rem 1.5rem;
}.stylecourse_summary .styletraining_flow h3 {
    font-size: 31px;
    margin-bottom: 1.5rem;
}.stylecourse_summary .styletraining_flow::after {
    left: -15px;
    width: 30px;
    height: 30px;
}
}

@media screen and (max-width: 480px) {.stylecourse_summary {
    grid-template-rows: 30vh 1fr;
}.stylecourse_summary .stylejob_skills {
    height: 30vh;
}.stylecourse_summary .styletraining {
    width: 300%;
    animation-duration: 20s;
}.stylecourse_summary .stylelearn_network {
    width: 33.333%;
}.stylecourse_summary .styletraining_flow {
    padding: 2rem 1rem;
    border-left-width: 3px;
}.stylecourse_summary .styletraining_flow h3 {
    font-size: calc(31px * 0.9);
    letter-spacing: 1px;
}.stylecourse_summary .styletraining_flow p {
    padding-left: 0.5rem;
    font-size: calc(12px * 0.9);
}.stylecourse_summary .styletraining_flow .stylemessage_message {
    padding: 0.8rem 1.5rem;
    display: block;
    text-align: center;
    font-size: calc(20px * 0.9);
}.stylecourse_summary .styletraining_flow::after {
    height: 20px;
    left: -10px;
    width: 20px;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}