* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1172px;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.header_start_stat {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-section_stat {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}.footer_caption_stat {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.leadership_profile_stat {
    background: linear-gradient(135deg, rgb(207,222,223) 0%, rgb(117,158,159,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.leadership_profile_stat::before {
    width: 40%;
    z-index: 0;
    position: absolute;
    animation: floating 15s ease-in-out infinite;
    opacity: 0.3;
    height: 40%;
    right: -5%;
    transform-origin: center;
    top: -5%;
    content: "";
    filter: blur(60px);
    background: rgb(163,190,190,0.5);
}.leadership_profile_stat::after {
    position: absolute;
    z-index: 0;
    filter: blur(50px);
    transform-origin: center;
    animation: floating 18s ease-in-out infinite reverse;
    left: -5%;
    height: 30%;
    bottom: -5%;
    width: 30%;
    background: rgb(117,158,159,0.5);
    content: "";
    opacity: 0.2;
}.leadership_profile_stat .container {
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.leadership_profile_stat .review_corner_stat {
    backdrop-filter: blur(10px);
    border-radius: 4px;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    gap: 2rem;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    background: rgba(255, 255, 255, 0.85);
}.leadership_profile_stat .review_corner_stat:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(0deg);
}.leadership_profile_stat .review_corner_stat > div:first-child {
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 280px;
}.leadership_profile_stat .review_corner_stat .landscape_img_stat {
    opacity: 0;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 280px;
    transform: translateZ(30px);
}.leadership_profile_stat .review_corner_stat .landscape_img_stat::before {
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(163,190,190), 0.2) 100%
    );
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
}.leadership_profile_stat .review_corner_stat .landscape_img_stat::after {
    left: -10%;
    opacity: 0;
    z-index: 2;
    width: 120%;
    height: 120%;
    top: -10%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    position: absolute;
    content: "";
    transition: opacity 0.5s ease;
}.leadership_profile_stat .review_corner_stat .landscape_img_stat:hover::after {
    opacity: 1;
}.leadership_profile_stat .review_corner_stat > div:nth-child(2) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    text-align: center;
    opacity: 0;
}.leadership_profile_stat .review_corner_stat .name {
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
}.leadership_profile_stat .review_corner_stat .name::after {
    border-radius: 1px;
    position: absolute;
    width: 40px;
    background: rgb(163,190,190);
    bottom: -8px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    height: 3px;
}.leadership_profile_stat .review_corner_stat > div:nth-child(2) > div {
    color: rgb(117,158,159);
    margin-top: 1rem;
    font-weight: 600;
    font-size: calc(15px - 0.1rem);
}.leadership_profile_stat .review_corner_stat > div:nth-child(3) {
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}.leadership_profile_stat .review_corner_stat .past_work_stat {
    border-left: 3px solid rgb(163,190,190,0.5);
    font-size: 15px;
    margin: 0;
    line-height: 1.7;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
}.leadership_profile_stat .review_corner_stat .past_work_stat::before {
    top: -20px;
    font-size: 5rem;
    font-family: Georgia, serif;
    color: rgb(163,190,190,0.5);
    content: "";
    opacity: 0.2;
    left: -15px;
    position: absolute;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.leadership_profile_stat {
    padding: 7rem 0;
}.leadership_profile_stat .review_corner_stat {
    grid-template-rows: auto 1fr;
    column-gap: 3rem;
    grid-template-columns: 280px 1fr;
    row-gap: 1.5rem;
    padding: 3rem;
}.leadership_profile_stat .review_corner_stat > div:first-child {
    grid-row: 1 / span 2;
}.leadership_profile_stat .review_corner_stat > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
}.leadership_profile_stat .review_corner_stat .name::after {
    transform: none;
    left: 0;
}
}

@media (min-width: 992px) {.leadership_profile_stat .review_corner_stat {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.leadership_profile_stat .review_corner_stat > div:first-child {
    max-width: 320px;
}.leadership_profile_stat .review_corner_stat .landscape_img_stat {
    height: 350px;
}.leadership_profile_stat .review_corner_stat .past_work_stat {
    font-size: calc(15px + 0.05rem);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.leadership_profile_stat {
    padding: 4rem 0;
}.leadership_profile_stat .container {
    padding: 0 1rem;
}.leadership_profile_stat .review_corner_stat {
    padding: 2rem;
}.leadership_profile_stat .review_corner_stat .landscape_img_stat {
    height: 240px;
}}.contact_stat {
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(207,222,223) 0%, rgb(117,158,159,0.5) 100%);
    position: relative;
}.contact_stat::before {
    animation: scanlines 10s linear infinite;
    z-index: 0;
    background-size: 100% 15px;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
    background: linear-gradient(0deg, transparent 40%, rgba(0,0,0,0.05) 60%, transparent 80%);
}.contact_stat::after {
    left: 0;
    z-index: 0;
    opacity: 0.4;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    background: 
        radial-gradient(1px at 30% 20%, rgb(163,190,190,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(117,158,159,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(163,190,190,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(117,158,159,0.5) 0%, transparent 50%);
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    pointer-events: none;
    position: absolute;
}.contact_stat .landscape_img_stat {
    opacity: 0.08;
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    filter: grayscale(100%) contrast(150%);
}.contact_stat .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.contact_stat h3 {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #000000;
    perspective: 800px;
}.contact_stat h3::before {
    transform: translateX(-50%);
    opacity: 0.4;
    position: absolute;
    color: rgb(117,158,159,0.5);
    letter-spacing: 5px;
    font-size: calc(38px - 10px);
    top: -10px;
    left: 50%;
    content: attr(id);
}.contact_stat h3::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(163,190,190), transparent);
    height: 1px;
    bottom: -15px;
    width: 100px;
    content: '';
    position: absolute;
}.contact_stat .help_request_stat {
    transform: perspective(1000px) rotateX(0deg);
    grid-template-columns: 1.5fr 1fr;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(163,190,190,0.5) inset;
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    border-radius: 10px;
    position: relative;
}.contact_stat .help_request_stat:hover {
    transform: perspective(1000px) rotateX(2deg);
}.contact_stat .help_request_stat::before {
    left: -2px;
    z-index: -1;
    top: -2px;
    border-radius: calc(10px + 2px);
    content: '';
    right: -2px;
    animation: border-flow 6s linear infinite;
    background: linear-gradient(45deg, 
        rgb(163,190,190,0.5), 
        transparent, 
        rgb(117,158,159,0.5), 
        transparent);
    bottom: -2px;
    position: absolute;
}.contact_stat .help_request_stat::after {
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    position: absolute;
    width: 100%;
    pointer-events: none;
    left: 0;
    content: '';
    background-size: 20px 20px;
    height: 100%;
    top: 0;
}.contact_stat .inquiry_query_stat {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 60px;
}.contact_stat .inquiry_query_stat::before {
    content: '';
    background: linear-gradient(90deg, 
        rgb(163,190,190), 
        rgb(117,158,159));
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 3px;
}.contact_stat .inquiry_query_stat::after {
    width: 50%;
    content: '';
    pointer-events: none;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
}.contact_stat .inquiry_query_stat #contact {
    z-index: 2;
    position: relative;
}.contact_stat .inquiry_query_stat h3 {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: left;
    letter-spacing: 2px;
    font-size: 18px;
}.contact_stat .inquiry_query_stat h3::before {
    display: none;
}.contact_stat .inquiry_query_stat h3::after {
    transform: none;
    left: 0;
    height: 2px;
    background: rgb(163,190,190);
    width: 50px;
}.contact_stat .inquiry_query_stat input[type="text"],
.contact_stat .inquiry_query_stat textarea {
    background-color: transparent;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-size: 15px;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    box-shadow: none;
    border: none;
    margin-bottom: 25px;
    padding: 20px 25px;
}.contact_stat .inquiry_query_stat input[type="text"]::placeholder,
.contact_stat .inquiry_query_stat textarea::placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    color: #000000;
}.contact_stat .inquiry_query_stat input[type="text"]:focus::placeholder,
.contact_stat .inquiry_query_stat textarea:focus::placeholder {
    opacity: 0.3;
}.contact_stat .inquiry_query_stat input[type="text"]:focus,
.contact_stat .inquiry_query_stat textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.01);
    border-bottom-color: rgb(163,190,190);
}.contact_stat .inquiry_query_stat textarea {
    resize: vertical;
    min-height: 150px;
    overflow: hidden;
    transition: height 0.3s ease;
}.contact_stat .inquiry_query_stat .query_section_stat {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_stat .inquiry_query_stat .query_section_stat input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_stat .inquiry_query_stat .query_section_stat label {
    line-height: 1.6;
    padding-left: 40px;
    font-size: calc(15px - 2px);
    position: relative;
    color: #000000;
    cursor: pointer;
}.contact_stat .inquiry_query_stat .query_section_stat label::before {
    background-color: transparent;
    width: 25px;
    top: 0;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
}.contact_stat .inquiry_query_stat .query_section_stat label::after {
    border-right: 2px solid #ffffff;
    height: 12px;
    opacity: 0;
    width: 7px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) scale(0);
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    top: 5px;
    left: 9px;
}.contact_stat .inquiry_query_stat .query_section_stat input[type="checkbox"]:checked + label::before {
    background-color: rgb(163,190,190);
    border-color: rgb(163,190,190);
}.contact_stat .inquiry_query_stat .query_section_stat input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}.contact_stat .inquiry_query_stat .query_section_stat a {
    color: rgb(163,190,190);
    transition: color 0.3s ease;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    text-decoration: none;
    font-weight: 600;
}.contact_stat .inquiry_query_stat .query_section_stat a:hover {
    color: rgb(117,158,159);
    border-bottom-color: rgb(117,158,159);
}.contact_stat .inquiry_query_stat .reach_list_stat {
    letter-spacing: 2px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    color: #000000;
    overflow: hidden;
    padding: 18px 40px;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid rgb(163,190,190);
    background-color: transparent;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 1;
}.contact_stat .inquiry_query_stat .reach_list_stat::before {
    position: absolute;
    content: '';
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    transform-origin: right;
    width: 100%;
    transform: scaleX(0);
    background: rgb(163,190,190);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.contact_stat .inquiry_query_stat .reach_list_stat:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_stat .connect_map_stat {
    padding: 60px;
    background: linear-gradient(135deg, rgb(163,190,190) 0%, rgb(117,158,159) 100%);
    position: relative;
    overflow: hidden;
}.contact_stat .connect_map_stat::before {
    background-size: 20px 20px;
    top: 0;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
    content: '';
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
    left: 0;
}.contact_stat .connect_map_stat::after {
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    top: -50%;
    height: 200%;
    content: '';
    left: -50%;
    z-index: 0;
    animation: pulse-light 10s infinite;
    position: absolute;
    width: 200%;
}.contact_stat .connect_map_stat h4 {
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}.contact_stat .connect_map_stat h4::after {
    left: 0;
    background: #ffffff;
    content: '';
    bottom: -10px;
    height: 2px;
    width: 50px;
    position: absolute;
}.contact_stat .connect_map_stat .inquiry_message_stat {
    list-style: none;
    margin: 0;
    z-index: 1;
    padding: 0;
    position: relative;
}.contact_stat .connect_map_stat .inquiry_message_stat li {
    padding: 15px 0;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_stat .connect_map_stat .inquiry_message_stat li:hover {
    transform: translateX(10px);
}.contact_stat .connect_map_stat .inquiry_message_stat li::before {
    left: 0;
    content: '';
    height: 1px;
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    width: 0;
}.contact_stat .connect_map_stat .inquiry_message_stat li:hover::before {
    width: 100%;
}.contact_stat .connect_map_stat .inquiry_message_stat li::after {
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    transition: width 0.3s ease;
}.contact_stat .connect_map_stat .inquiry_message_stat li:hover::after {
    width: 100%;
}.contact_stat .connect_map_stat .inquiry_message_stat li svg {
    margin-right: 20px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.contact_stat .connect_map_stat .inquiry_message_stat li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_stat .connect_map_stat .inquiry_message_stat li span {
    line-height: 1.5;
    color: #ffffff;
    font-size: 15px;
}.contact_stat .connect_map_stat .inquiry_message_stat li a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_stat .connect_map_stat .inquiry_message_stat li a::before {
    position: absolute;
    height: 1px;
    transform-origin: right;
    left: 0;
    content: '';
    transform: scaleX(0);
    transition: transform 0.3s ease;
    bottom: -2px;
    background: #ffffff;
    width: 100%;
}.contact_stat .connect_map_stat .inquiry_message_stat li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}.contact_stat .connect_map_stat .inquiry_message_stat li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.contact_stat {
    padding: 80px 0;
}.contact_stat .container {
    padding: 0 20px;
}.contact_stat .help_request_stat {
    grid-template-columns: 1fr;
}.contact_stat .inquiry_query_stat,
    .contact_stat .connect_map_stat {
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_stat {
    padding: 60px 0;
}.contact_stat h3 {
    font-size: calc(38px - 4px);
    margin-bottom: 40px;
}.contact_stat .inquiry_query_stat h3,
    .contact_stat .connect_map_stat h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.contact_stat .inquiry_query_stat input[type="text"],
    .contact_stat .inquiry_query_stat textarea {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_stat .inquiry_query_stat .reach_list_stat {
    padding: 15px 30px;
}
}

@media (max-width: 576px) {.contact_stat {
    padding: 40px 0;
}.contact_stat .inquiry_query_stat,
    .contact_stat .connect_map_stat {
    padding: 30px 20px;
}.contact_stat h3 {
    letter-spacing: 2px;
    font-size: calc(38px - 6px);
}.contact_stat .inquiry_query_stat .query_section_stat label {
    font-size: calc(15px - 3px);
}}.welcome_stat {
    display: flex;
    position: relative;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,222,223) 0%, rgb(117,158,159,0.5) 100%);
    align-items: center;
    padding: 2rem;
}.welcome_stat::before {
    z-index: 1;
    width: 100%;
    background: linear-gradient(45deg, rgb(117,158,159,0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    left: 0;
}.welcome_stat::after {
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(to right, rgb(163,190,190,0.5), rgb(117,158,159));
    width: 60%;
    z-index: 0;
    transform: rotate(-5deg);
    filter: blur(15px);
    bottom: -5px;
    right: -5px;
    height: 40%;
    content: "";
}.welcome_stat .edu_intro_stat {
    z-index: 2;
    gap: 3rem;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1300px;
    display: grid;
    position: relative;
}.welcome_stat .edu_intro_stat > div:first-child {
    opacity: 0;
    z-index: 3;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(2rem);
    position: relative;
}.welcome_stat .edu_intro_stat > div:first-child p {
    max-width: 90%;
    font-weight: 600;
    color: #000000;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: calc(13px * 1.4);
    position: relative;
    line-height: 1.5;
}.welcome_stat .edu_intro_stat > div:first-child p::before {
    width: 4px;
    top: 0.5rem;
    content: "";
    background: rgb(163,190,190);
    left: 0;
    transform-origin: top;
    position: absolute;
    transform: scaleY(0);
    height: calc(100% - 1rem);
    animation: scaleLineDown 0.6s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.welcome_stat .training_pro_stat {
    animation: slideUpFade 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: relative;
    z-index: 3;
    transform: translateY(3rem);
}.welcome_stat .training_pro_stat > div {
    border-radius: 26px;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}.welcome_stat .training_pro_stat > div:hover {
    transform: translateY(-10px);
}.welcome_stat .training_pro_stat > div::before {
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7)
  );
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}.welcome_stat .training_pro_stat > div::after {
    position: absolute;
    background: rgb(117,158,159);
    content: "";
    top: 0;
    z-index: 2;
    left: 0;
    opacity: 0.2;
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
}.welcome_stat .training_pro_stat h3 {
    font-size: calc(24px * 1.1);
    z-index: 3;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    max-width: 90%;
    padding: 2.5rem 2rem 1rem;
}.welcome_stat .training_pro_stat h3::before {
    top: 1.5rem;
    transform-origin: left;
    content: "";
    background: rgb(163,190,190);
    animation: scaleLineRight 0.6s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    left: 2rem;
    width: 60px;
    position: absolute;
    transform: scaleX(0);
}.welcome_stat .training_pro_stat h1.title_style_header {
    position: relative;
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    padding: 0 2rem 2.5rem;
    z-index: 3;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}.welcome_stat .training_pro_stat > div > div {
    animation: slideUpFade 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 3;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
}.welcome_stat .training_pro_stat > div > div > div {
    display: inline-block;
    position: relative;
}.welcome_stat .training_pro_stat > div > div > div::before {
    width: calc(100% - 4rem);
    left: 2rem;
    animation: scaleLineRight 0.6s 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: -10px;
    background: rgb(163,190,190);
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    height: 2px;
}

@keyframes slideUpFade {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scaleLineDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes scaleLineRight {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.welcome_stat {
    padding: 3rem;
}.welcome_stat .edu_intro_stat {
    gap: 4rem;
    grid-template-columns: 0.4fr 0.6fr;
}.welcome_stat .edu_intro_stat > div:first-child p {
    max-width: 100%;
    font-size: calc(13px * 1.6);
    padding-left: 3rem;
}.welcome_stat .edu_intro_stat > div:first-child p::before {
    width: 6px;
}.welcome_stat .training_pro_stat h3 {
    font-size: calc(24px * 1.2);
    padding: 3rem 3rem 1.5rem;
}.welcome_stat .training_pro_stat h3::before {
    width: 80px;
    top: 2rem;
    left: 3rem;
}.welcome_stat .training_pro_stat h1.title_style_header {
    padding: 0 3rem 3rem;
    font-size: calc(46px * 1.2);
}
}

@media (min-width: 1200px) {.welcome_stat {
    padding: 4rem;
}.welcome_stat .edu_intro_stat {
    gap: 6rem;
}.welcome_stat .edu_intro_stat > div:first-child p {
    padding-left: 4rem;
    font-size: calc(13px * 1.8);
}.welcome_stat .edu_intro_stat > div:first-child p::before {
    width: 8px;
}.welcome_stat .training_pro_stat h3 {
    font-size: calc(24px * 1.3);
    padding: 4rem 4rem 2rem;
}.welcome_stat .training_pro_stat h3::before {
    top: 2.5rem;
    width: 100px;
    left: 4rem;
}.welcome_stat .training_pro_stat h1.title_style_header {
    font-size: calc(46px * 1.4);
    padding: 0 4rem 4rem;
}.welcome_stat .training_pro_stat > div > div > div::before {
    width: calc(100% - 8rem);
    left: 4rem;
}}.policyAgreementPanel_stat {
    width: 100%;
    padding: 15px 20px;
    z-index: 1050;
    position: fixed;
    border-top: 3px solid rgb(163,190,190);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
}.cookie_panel_stat {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}.cookie_lock_stat {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_lock_stat svg {
    transition: fill 0.3s ease-in-out;
    height: 50px;
    width: 50px;
    fill: rgb(163,190,190);
}.cookie_visitor_stat {
    margin-right: 15px;
    flex-grow: 1;
}.cookie_visitor_stat h5 {
    margin-bottom: 5px;
    color: rgb(163,190,190);
    font-weight: 700;
    font-size: 18px;
}.cookie_visitor_stat p {
    font-size: 15px;
    margin-bottom: 0;
    color: #000000;
}.data_policy_stat {
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid transparent;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 10px;
    line-height: 1.5;
    user-select: none;
    padding: 0.375rem 0.75rem;
}.cookie_button.privacy_cookies_stat {
    background-color: rgb(163,190,190);
    border-color: rgb(163,190,190);
    color: #ffffff;
}#cookie_alert_notice_stat {
    display: none;
}#cookie_alert_notice_stat:checked ~ .policyAgreementPanel_stat {
    visibility: hidden;
    opacity: 0;
}.cookie_button.privacy_cookies_stat:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.data_guard_stat {
    color: #000000;
    background-color: rgb(117,158,159);
    border-color: rgb(117,158,159);
}.cookie_button.data_guard_stat:hover {
    border-color: rgb(163,190,190);
    color: #ffffff;
    background-color: rgb(163,190,190);
}.policyAgreementPanel_stat p a {
    color: rgb(163,190,190);
    text-decoration: underline;
}.policyAgreementPanel_stat p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_visitor_stat h5 {
    font-size: calc(18px - 2px);
}.cookie_visitor_stat p {
    font-size: calc(15px - 2px);
}.data_policy_stat {
    font-size: calc(14px - 2px);
}
}
@media (max-width: 800px) {.cookie_panel_stat {
    flex-direction: column;
    align-items: center;
}.cookie_lock_stat {
    margin-bottom: 10px;
}.cookie_visitor_stat {
    margin-bottom: 15px;
    text-align: center;
}.data_policy_stat {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.about_this_stat {
    padding: 100px 0;
    background: rgb(207,222,223);
    position: relative;
    overflow: hidden;
}.about_this_stat::before {
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(163,190,190,0.5) 0,
        rgb(163,190,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    top: 0;
    height: 100%;
}.about_this_stat .container {
    position: relative;
    z-index: 2;
}.about_this_stat .learning_corner_stat {
    gap: 50px;
    flex-wrap: wrap;
    display: flex;
}.about_this_stat h3 {
    font-weight: 700;
    color: #000000;
    font-size: 29px;
    border-left: 5px solid rgb(163,190,190);
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    padding-left: 20px;
}.about_this_stat .study_learn_stat {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-width: 300px;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    flex: 1;
}.about_this_stat .study_learn_stat span {
    display: block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    background: rgb(163,190,190);
    padding: 15px 25px;
}.about_this_stat .study_learn_stat p {
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
    padding: 25px;
}.about_this_stat .landscape_img_stat {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
    margin: 0 25px 25px;
    height: 300px;
}.about_this_stat .landscape_img_stat:hover {
    transform: scale(1.02);
}.about_this_stat .pro_sessions_stat {
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 17px;
    flex: 1;
    min-width: 300px;
    flex-direction: column;
    display: flex;
}.about_this_stat .pro_sessions_stat p {
    color: #000000;
    order: 2;
    line-height: 1.7;
    font-size: 17px;
    padding: 25px;
}.about_this_stat .team_culture_stat {
    order: 1;
    overflow: hidden;
    margin: 0 25px 25px;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.4s ease;
}.about_this_stat .team_culture_stat:hover {
    transform: scale(1.02);
}.about_this_stat .team_culture_stat::after {
    top: 0;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}.about_this_stat .landscape_img_stat::after {
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
}.about_this_stat .study_learn_stat::before,
.about_this_stat .pro_sessions_stat::before {
    position: absolute;
    height: 5px;
    left: 0;
    background: rgb(117,158,159);
    content: "";
    top: 0;
    width: 100%;
}.about_this_stat .pro_sessions_stat::before {
    background: rgb(163,190,190);
}

@media (min-width: 1200px) {.about_this_stat .study_learn_stat,
    .about_this_stat .pro_sessions_stat {
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 1199px) and (min-width: 768px) {.about_this_stat .learning_corner_stat {
    justify-content: center;
}.about_this_stat .study_learn_stat,
    .about_this_stat .pro_sessions_stat {
    flex: 0 0 calc(50% - 25px);
    max-width: 500px;
}
}

@media (max-width: 767px) {.about_this_stat {
    padding: 70px 0;
}.about_this_stat .learning_corner_stat {
    gap: 40px;
    flex-direction: column;
}.about_this_stat h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 25px;
}.about_this_stat .study_learn_stat span {
    padding: 12px 20px;
    font-size: calc(22px * 0.95);
}.about_this_stat .study_learn_stat p,
    .about_this_stat .pro_sessions_stat p {
    padding: 20px;
}.about_this_stat .landscape_img_stat,
    .about_this_stat .team_culture_stat {
    height: 250px;
    margin: 0 20px 20px;
}
}

@media (max-width: 576px) {.about_this_stat {
    padding: 50px 0;
}.about_this_stat h3 {
    padding-left: 15px;
    font-size: calc(29px * 0.8);
    margin-bottom: 20px;
}.about_this_stat .study_learn_stat span {
    font-size: calc(22px * 0.9);
    padding: 10px 15px;
}.about_this_stat .study_learn_stat p,
    .about_this_stat .pro_sessions_stat p {
    font-size: calc(17px * 0.95);
    padding: 15px;
}.about_this_stat .landscape_img_stat,
    .about_this_stat .team_culture_stat {
    margin: 0 15px 15px;
    height: 200px;
}
}

@media (max-width: 1600px) and (min-width: 1200px) {.about_this_stat .container {
    margin: 0 auto;
    max-width: 1140px;
}
}

@media (hover: hover) {.about_this_stat .study_learn_stat,
    .about_this_stat .pro_sessions_stat {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.about_this_stat .study_learn_stat:hover,
    .about_this_stat .pro_sessions_stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}}

.about_this_stat .study_learn_stat,
.about_this_stat .pro_sessions_stat {
    flex-direction: column;
    display: flex;
}.about_this_stat .team_culture_stat {
    margin-top: 25px;
}.about_this_stat .team_culture_stat,
.about_this_stat .landscape_img_stat {
    flex: 1;
    min-height: 250px;
}.footer_caption_stat {
    background-color: rgb(207,222,223);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 0 2rem;
    color: #000000;
}.footer_caption_stat::before {
    right: 0;
    left: 0;
    opacity: 0.05;
    bottom: 0;
    content: '';
    height: 250px;
    z-index: 0;
    position: absolute;
    background: linear-gradient(180deg, transparent 0%, rgb(163,190,190,0.5) 100%);
}.footer_caption_stat .container {
    position: relative;
    z-index: 1;
}.footer_caption_stat .contest_info_stat {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}.footer_caption_stat .get_contactus_stat {
    padding-bottom: 2.5rem;
    display: grid;
    gap: 1.5rem;
    position: relative;
    border-bottom: 1px solid rgb(117,158,159,0.5);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.footer_caption_stat .get_contactus_stat::after {
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    background-color: rgb(163,190,190);
    left: 0;
    content: '';
}.footer_caption_stat .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.footer_caption_stat .info_item:hover {
    transform: translateX(5px);
}.footer_caption_stat .info_item p,
.footer_caption_stat .info_item a {
    align-items: center;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    gap: 0.75rem;
    font-size: 15px;
    transition: color 0.3s ease;
}.footer_caption_stat .info_item a:hover {
    color: rgb(163,190,190);
}.footer_caption_stat .info_item svg {
    height: 20px;
    flex-shrink: 0;
    fill: rgb(163,190,190);
    width: 20px;
}.footer_caption_stat .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
}.footer_caption_stat .main_primary_stat {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.footer_caption_stat .main_primary_stat svg {
    height: auto;
    max-width: 160px;
    transition: opacity 0.3s ease;
}.footer_caption_stat .main_primary_stat svg:hover {
    opacity: 0.8;
}.footer_caption_stat .academy_info_stat {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    max-width: 300px;
}.footer_caption_stat .nav_study_stat {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.footer_caption_stat .nav_study_stat h5 {
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
    margin-bottom: 0.5rem;
}.footer_caption_stat .nav_lead_stat {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.footer_caption_stat .nav_lead_stat a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 15px;
    position: relative;
    padding-left: 0;
}.footer_caption_stat .nav_lead_stat a::before {
    top: 50%;
    content: '';
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    transition: width 0.3s ease, left 0.3s ease;
    background-color: rgb(163,190,190);
    height: 1px;
    width: 0;
}.footer_caption_stat .nav_lead_stat a:hover {
    padding-left: 12px;
    color: rgb(163,190,190);
}.footer_caption_stat .nav_lead_stat a:hover::before {
    width: 10px;
    left: 0;
}.footer_caption_stat .subscribe_holder {
    border-radius: 14px;
    gap: 1.5rem;
    padding: 2rem;
    display: flex;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    flex-direction: column;
}.footer_caption_stat .subscribe_holder h5 {
    font-size: 21px;
    color: #000000;
    font-weight: 600;
}.footer_caption_stat .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}.footer_caption_stat .input_holder {
    display: flex;
    gap: 0.5rem;
    position: relative;
}.footer_caption_stat .input_holder input[type="email"] {
    flex: 1;
    color: #000000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 1.25rem;
    border: 1px solid rgb(117,158,159,0.5);
    font-size: 15px;
    background-color: transparent;
    border-radius: 10px;
}.footer_caption_stat .input_holder input[type="email"]:focus {
    border-color: rgb(163,190,190);
    outline: none;
    box-shadow: 0 0 0 3px rgb(163,190,190,0.5);
}.footer_caption_stat .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.footer_caption_stat .sub_cards_stat {
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    background-color: rgb(163,190,190);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    font-size: 19px;
}.footer_caption_stat .sub_cards_stat:hover {
    transform: translateY(-2px);
    background-color: rgb(117,158,159);
}.footer_caption_stat .equity_info_stat {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(117,158,159,0.5);
    text-align: center;
}.footer_caption_stat .reg_remind_stat {
    opacity: 0.8;
    font-size: 12px;
    color: #000000;
}.footer_caption_stat .nav_lead_stat:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.footer_caption_stat .nav_lead_stat:first-child::after {
    left: 0;
    position: absolute;
    height: 1px;
    bottom: -0.75rem;
    background-color: rgb(117,158,159,0.5);
    width: 30px;
    content: '';
}.footer_caption_stat {
    background-blend-mode: overlay;
    background-size: 40px 40px;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-image: 
        linear-gradient(rgb(117,158,159,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(117,158,159,0.5) 1px, transparent 1px);
}

@media (max-width: 1024px) {.footer_caption_stat {
    padding: 4rem 0 2rem;
}.footer_caption_stat .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.footer_caption_stat .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.footer_caption_stat {
    padding: 3.5rem 0 1.5rem;
}.footer_caption_stat .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.footer_caption_stat .subscribe_holder {
    grid-column: auto;
}.footer_caption_stat .get_contactus_stat {
    grid-template-columns: 1fr 1fr;
}.footer_caption_stat .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.footer_caption_stat {
    padding: 3rem 0 1.5rem;
}.footer_caption_stat .get_contactus_stat {
    grid-template-columns: 1fr;
}.footer_caption_stat .input_holder {
    flex-direction: column;
}.footer_caption_stat .sub_cards_stat {
    width: 100%;
}.footer_caption_stat .main_primary_stat,
    .footer_caption_stat .nav_study_stat h5,
    .footer_caption_stat .nav_lead_stat,
    .footer_caption_stat .nav_lead_stat a {
    align-items: center;
    text-align: center;
}.footer_caption_stat .main_primary_stat svg {
    margin: 0 auto;
}.footer_caption_stat .academy_info_stat {
    text-align: center;
    max-width: 100%;
}.footer_caption_stat .nav_lead_stat:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.footer_caption_stat .get_contactus_stat::after {
    transform: translateX(-50%);
    left: 50%;
}.footer_caption_stat .nav_lead_stat a::before {
    display: none;
}.footer_caption_stat .nav_lead_stat a:hover {
    padding-left: 0;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(163,190,190);
}header .top_plank .prime_learntrack_stat div svg, header .top_plank .prime_learntrack_stat div svg path {
    fill: #ffffff;
}header .top_plank .prime_learntrack_stat div span {
    color: #ffffff;
}header .top_plank .prime_learntrack_stat {
    align-items: center;
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    display: flex;
    line-height: 21px;
    width: 100%;
}header .top_plank .prime_learntrack_stat div {
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
    display: flex;
}header .top_plank .prime_learntrack_stat div img, header .top_plank .prime_learntrack_stat div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.potential_students_stat {
    overflow: hidden;
    background-color: #ffffff;
    padding: 90px 0;
    position: relative;
}.potential_students_stat::before {
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(163,190,190,0.5) 0,
        rgb(163,190,190,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    top: 0;
    content: '';
    opacity: 0.03;
    z-index: 1;
    width: 100%;
    left: 0;
}.potential_students_stat .learning_corner_stat {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 30px;
    max-width: 1100px;
    z-index: 10;
}.potential_students_stat h3 {
    padding: 0 30px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 38px;
    display: inline-block;
    position: relative;
    color: #000000;
}.potential_students_stat h3::before,
.potential_students_stat h3::after {
    border-radius: 50%;
    width: 15px;
    background-color: rgb(163,190,190,0.5);
    transform: translateY(-50%);
    height: 15px;
    position: absolute;
    top: 50%;
    content: '';
}.potential_students_stat h3::before {
    left: 0;
}.potential_students_stat h3::after {
    right: 0;
}.potential_students_stat ul {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    gap: 25px;
    display: flex;
    list-style: none;
    margin: 0;
}.potential_students_stat ul li {
    padding: 35px 25px;
    display: flex;
    transition: all 0.4s ease;
    min-width: 280px;
    gap: 20px;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 23px;
    width: calc(33.333% - 17px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
    align-items: center;
}.potential_students_stat ul li::before {
    transition: opacity 0.4s ease;
    top: 0;
    position: absolute;
    border-radius: 23px;
    content: '';
    opacity: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(207,222,223) 100%);
    width: 100%;
}.potential_students_stat ul li:hover {
    transform: translateY(-7px) scale(1.03);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.potential_students_stat ul li:hover::before {
    opacity: 1;
}.potential_students_stat ul li svg {
    height: 45px;
    flex-shrink: 0;
    width: 45px;
    position: relative;
    transition: all 0.4s ease;
}.potential_students_stat ul li:hover svg {
    transform: scale(1.1);
}.potential_students_stat ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(163,190,190);
}.potential_students_stat ul li:hover svg path {
    fill: rgb(117,158,159);
}.potential_students_stat ul li::after {
    transition: all 0.4s ease;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    opacity: 0.5;
    content: '';
    right: 15px;
    bottom: 15px;
    height: 10px;
    background-color: rgb(163,190,190,0.5);
}.potential_students_stat ul li:hover::after {
    transform: scale(1.5);
    background-color: rgb(117,158,159,0.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.potential_students_stat ul li {
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
}.potential_students_stat ul li:nth-child(1) {
    animation-delay: 0.1s;
}.potential_students_stat ul li:nth-child(2) {
    animation-delay: 0.2s;
}.potential_students_stat ul li:nth-child(3) {
    animation-delay: 0.3s;
}.potential_students_stat ul li:nth-child(4) {
    animation-delay: 0.4s;
}.potential_students_stat ul li:nth-child(5) {
    animation-delay: 0.5s;
}.potential_students_stat ul li:nth-child(6) {
    animation-delay: 0.6s;
}.potential_students_stat ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(163,190,190,0.5), 0.1);
}.potential_students_stat ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(117,158,159,0.5), 0.1);
}

@media (max-width: 992px) {.potential_students_stat {
    padding: 70px 0;
}.potential_students_stat h3 {
    margin-bottom: 40px;
}.potential_students_stat ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.potential_students_stat ul {
    gap: 20px;
}.potential_students_stat ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.potential_students_stat {
    padding: 50px 0;
}.potential_students_stat h3 {
    font-size: calc(38px * 0.85);
    padding: 0 20px;
    margin-bottom: 30px;
}.potential_students_stat h3::before,
    .potential_students_stat h3::after {
    height: 10px;
    width: 10px;
}.potential_students_stat ul li {
    gap: 15px;
    padding: 20px 15px;
}.potential_students_stat ul li svg {
    height: 35px;
    width: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.potential_students_stat ul li {
    animation: none;
    opacity: 1;
}.potential_students_stat ul li:hover {
    transform: none;
}.potential_students_stat ul li:hover svg {
    transform: none;
}}header {
    z-index: 99;
    background: linear-gradient(135deg, rgb(163,190,190,0.5) 0%, rgb(117,158,159) 100%);
    overflow: visible;
    width: 100%;
    position: relative;
}header::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(145deg, rgb(117,158,159,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: -1;
    content: "";
}header .header_pro_stat {
    z-index: 5;
    transform: none;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    padding: 20px 15px;
}header .header_pro_stat .main_primary_stat {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .header_pro_stat .main_primary_stat:hover {
    transform: scale(1.05);
}header .header_pro_stat .main_primary_stat .header_learn_stat {
    display: inline-block;
}header .header_pro_stat .main_primary_stat .header_learn_stat svg {
    height: 50px;
    width: auto;
}header .header_pro_stat .nav_study_stat {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    display: flex;
    border-radius: 19px;
    transform: none;
    flex-wrap: wrap;
    padding: 20px 30px;
    list-style: none;
    margin: 0;
}header .header_pro_stat .nav_study_stat::before {
    height: 100%;
    border-radius: 19px;
    top: 0;
    transform: rotate(-2deg) scale(1.03);
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
}header .header_pro_stat .nav_study_stat .main_header_stat {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .header_pro_stat .nav_study_stat .main_header_stat:hover {
    transform: translateY(-3px) scale(1.05);
}header .header_pro_stat .nav_study_stat .main_header_stat a {
    overflow: hidden;
    padding: 8px 5px;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}header .header_pro_stat .nav_study_stat .main_header_stat a::after {
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.4s ease;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(117,158,159), transparent);
    height: 2px;
}header .header_pro_stat .nav_study_stat .main_header_stat:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .header_pro_stat {
    align-items: center;
    flex-direction: column;
}header .header_pro_stat .main_primary_stat {
    margin-bottom: 15px;
    margin-right: 0;
}header .header_pro_stat .nav_study_stat {
    width: 100%;
    padding: 15px;
    justify-content: center;
}header .header_pro_stat .nav_study_stat .main_header_stat {
    margin: 5px 15px 5px 0;
}header .header_pro_stat .nav_study_stat .main_header_stat a {
    padding: 5px;
    font-size: calc(12px - 2px);
}}.program_overview_stat {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(207,222,223) 0%, #ffffff 65%, rgb(163,190,190,0.5) 100%);
    overflow: hidden;
    position: relative;
}.program_overview_stat::before {
    content: "";
    top: 0;
    left: 0;
    pointer-events: none;
    height: 100%;
    z-index: 0;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgb(117,158,159,0.5) 0%, transparent 60%);
    width: 100%;
}.program_overview_stat::after {
    background: linear-gradient(225deg, rgb(163,190,190) 0%, rgb(117,158,159) 100%);
    opacity: 0.07;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 240px;
    bottom: -20px;
    position: absolute;
    right: -20px;
    height: 240px;
    z-index: 0;
    transform: rotate(15deg);
    content: "";
}.program_overview_stat .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.program_overview_stat h2 {
    max-width: 85%;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateX(-0.5rem);
    font-size: 35px;
    margin-bottom: 3.5rem;
}.program_overview_stat h2::after {
    content: "";
    width: 8rem;
    height: 0.25rem;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(163,190,190) 0%, rgb(117,158,159) 100%);
    bottom: -1rem;
}.program_overview_stat .study_track_stat {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
}.program_overview_stat .landscape_img_stat {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    height: 400px;
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 0.5rem;
    position: relative;
}.program_overview_stat .landscape_img_stat::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    top: 0;
    z-index: 1;
}.program_overview_stat .landscape_img_stat:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_overview_stat .text_item_stat {
    padding-right: 1.5rem;
    scrollbar-width: thin;
    overflow-y: auto;
    max-height: 400px;
    position: relative;
}.program_overview_stat .text_item_stat::-webkit-scrollbar {
    width: 4px;
}.program_overview_stat .text_item_stat::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}.program_overview_stat .text_item_stat::-webkit-scrollbar-thumb {
    background-color: rgb(163,190,190,0.5);
    border-radius: 10px;
}.program_overview_stat .description {
    position: relative;
    font-size: 13px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: #000000;
}.program_overview_stat .description:first-of-type::first-letter {
    padding: 0.1em 0.1em 0 0;
    color: rgb(163,190,190);
    margin-right: 0.1em;
    font-size: 3.5em;
    float: left;
    line-height: 0.8;
    font-weight: 700;
}.program_overview_stat .description:last-of-type {
    position: relative;
    padding-left: 1.5rem;
    border-left: 3px solid rgb(117,158,159,0.5);
}

@media (min-width: 768px) {.program_overview_stat {
    padding: 8rem 0;
}.program_overview_stat h2 {
    margin-bottom: 4rem;
    font-size: calc(35px * 1.1);
    max-width: 75%;
}.program_overview_stat h2::after {
    width: 12rem;
}.program_overview_stat .study_track_stat {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.program_overview_stat .landscape_img_stat {
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.program_overview_stat .text_item_stat {
    max-height: 500px;
}
}

@media (min-width: 992px) {.program_overview_stat {
    padding: 10rem 0;
}.program_overview_stat::before {
    background: radial-gradient(circle at 20% 30%, rgb(117,158,159,0.5) 0%, transparent 70%);
}.program_overview_stat h2 {
    max-width: 70%;
    font-size: calc(35px * 1.2);
}.program_overview_stat .study_track_stat {
    gap: 5rem;
}.program_overview_stat .landscape_img_stat {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
    height: 600px;
}.program_overview_stat .text_item_stat {
    padding-top: 2rem;
    max-height: 600px;
}.program_overview_stat .description {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.program_overview_stat .container {
    padding: 0 2rem;
}.program_overview_stat h2 {
    transform: translateX(-1rem);
    max-width: 65%;
    font-size: calc(35px * 1.3);
}.program_overview_stat .study_track_stat {
    gap: 6rem;
}.program_overview_stat .landscape_img_stat {
    transform: perspective(1200px) rotateY(-8deg) translateZ(0);
}.program_overview_stat .landscape_img_stat:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0) scale(1.02);
}
}

@media (max-width: 767px) {.program_overview_stat {
    padding: 4rem 0;
}.program_overview_stat h2 {
    max-width: 100%;
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.program_overview_stat h2::after {
    width: 6rem;
    height: 0.2rem;
}.program_overview_stat .landscape_img_stat {
    height: 300px;
}.program_overview_stat .text_item_stat {
    max-height: 350px;
}.program_overview_stat .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}.pricing_row_item_stat {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(207,222,223) 0%, rgb(163,190,190,0.5) 100%);
    overflow: hidden;
    position: relative;
}.pricing_row_item_stat::before {
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(117,158,159,0.5) 0%, transparent 60%);
    left: 0;
    pointer-events: none;
}.pricing_row_item_stat .container {
    padding: 0 15px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
}.pricing_row_item_stat .cost_deals_stat {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
    position: relative;
}.pricing_row_item_stat .basic_rates_stat {
    padding: 30px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0deg);
    border-left: 3px solid rgb(163,190,190);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    max-width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing_row_item_stat .basic_rates_stat:hover {
    transform: perspective(1000px) rotateX(2deg);
}.pricing_row_item_stat .basic_rates_stat h2 {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: transparent;
    background-clip: text !important;
    font-size: 34px;
    transform: translateZ(0);
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, rgb(163,190,190), rgb(117,158,159));
    -webkit-background-clip: text !important;
}.pricing_row_item_stat .basic_rates_stat .cost_card_stat {
    margin-bottom: 0;
    max-width: 700px;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    overflow-wrap: break-word;
    word-break: break-word;
}.pricing_row_item_stat .group_plans_stat {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.pricing_row_item_stat .price_view_stat {
    text-decoration: none;
    border-radius: 4px;
    position: relative;
    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);
    transform: translateY(0);
    display: block;
    overflow: hidden;
}.pricing_row_item_stat .price_view_stat:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    z-index: 5;
}.pricing_row_item_stat .price_plan_stat {
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    height: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.pricing_row_item_stat .price_plan_stat::before {
    content: "";
    background: linear-gradient(90deg, rgb(163,190,190), rgb(117,158,159));
    top: 0;
    transform: scaleX(0.8);
    left: 0;
    height: 5px;
    position: absolute;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    width: 100%;
}.pricing_row_item_stat .price_view_stat:hover .price_plan_stat::before {
    transform: scaleX(1);
}.pricing_row_item_stat .cost_levels_stat {
    flex-direction: column;
    display: flex;
    z-index: 1;
    position: relative;
    padding: 30px;
    flex: 1;
}.pricing_row_item_stat .cost_levels_stat h3 {
    color: #000000;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    transition: transform 0.3s ease;
    font-size: calc(19px + 2px);
    font-weight: 700;
    transform-origin: left;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}.pricing_row_item_stat .price_view_stat:hover .cost_levels_stat h3 {
    color: rgb(163,190,190);
    transform: translateX(5px) scale(1.03);
}.pricing_row_item_stat .study_rates_stat {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: calc(19px + 4px);
    color: rgb(117,158,159);
}.pricing_row_item_stat .study_rates_stat::after {
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(163,190,190);
    width: 50px;
    transform-origin: left;
    bottom: -5px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0.5);
    left: 0;
}.pricing_row_item_stat .price_view_stat:hover .study_rates_stat::after {
    transform: scaleX(1);
}.pricing_row_item_stat .cost_levels_stat p {
    flex: 1;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    color: #000000;
    font-size: 13px;
    -webkit-line-clamp: 5;
    word-break: break-word;
}.pricing_row_item_stat .landscape_img_stat {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 200px;
    overflow: hidden;
}.pricing_row_item_stat .landscape_img_stat::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    content: "";
}.pricing_row_item_stat .price_view_stat:hover .landscape_img_stat {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_row_item_stat .group_plans_stat {
    grid-template-columns: repeat(2, 1fr);
}.pricing_row_item_stat .basic_rates_stat {
    padding: 40px;
}.pricing_row_item_stat .cost_levels_stat {
    padding: 30px 35px;
}.pricing_row_item_stat .landscape_img_stat {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_row_item_stat .cost_deals_stat {
    gap: 40px;
    flex-direction: row;
    align-items: stretch;
}.pricing_row_item_stat .basic_rates_stat {
    flex-direction: column;
    padding: 50px 40px;
    display: flex;
    justify-content: center;
    width: 30%;
}.pricing_row_item_stat .group_plans_stat {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.pricing_row_item_stat .cost_levels_stat {
    padding: 30px;
}.pricing_row_item_stat .cost_levels_stat p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.pricing_row_item_stat {
    padding: 120px 0;
}.pricing_row_item_stat .group_plans_stat {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_row_item_stat .basic_rates_stat h2 {
    font-size: calc(34px + 4px);
}.pricing_row_item_stat .cost_levels_stat h3 {
    font-size: calc(19px + 4px);
}.pricing_row_item_stat .study_rates_stat {
    font-size: calc(19px + 8px);
}.pricing_row_item_stat .landscape_img_stat {
    height: 280px;
}
}

@media (min-width: 1400px) {.pricing_row_item_stat .group_plans_stat {
    grid-template-columns: repeat(2, 1fr);
}.pricing_row_item_stat .cost_levels_stat p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.pricing_row_item_stat .price_view_stat {
    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);
}.pricing_row_item_stat .price_view_stat:hover {
    transform: translateY(-10px) scale(1.02);
}}.secure_stockade_stat {
    background-color: rgb(207,222,223);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 40px 20px;
}.secure_stockade_stat h1, .secure_stockade_stat h2, .secure_stockade_stat h3, .secure_stockade_stat h4, .secure_stockade_stat h5, .secure_stockade_stat h6 {
    color: rgb(163,190,190);
    margin-bottom: 20px;
}.secure_stockade_stat h1 {
    border-bottom: 2px solid rgb(163,190,190);
    font-size: 47px;
    font-weight: 700;
    padding-bottom: 10px;
}.secure_stockade_stat h2 {
    font-weight: 600;
    font-size: 37px;
}.secure_stockade_stat h3 {
    font-size: 1.5em;
    font-weight: 600;
}.secure_stockade_stat h4 {
    font-weight: 400;
    font-size: 1.25em;
}.secure_stockade_stat h5 {
    font-weight: 400;
    font-size: 23px;
}.secure_stockade_stat h6 {
    font-weight: 300;
    font-size: 18px;
}.secure_stockade_stat ul, .secure_stockade_stat ol {
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
}.secure_stockade_stat ul li, .secure_stockade_stat ol li {
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.6;
    position: relative;
    font-size: 16px;
}.secure_stockade_stat ul li:before {
    color: rgb(117,158,159);
    font-size: 1.2em;
    position: absolute;
    left: 0;
    content: '•';
}.secure_stockade_stat p, .secure_stockade_stat span, .secure_stockade_stat div {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}
@media only screen and (max-width: 800px) {.secure_stockade_stat {
    padding: 20px 10px;
}.secure_stockade_stat h1 {
    font-size: calc(23px - 10%);
}.secure_stockade_stat h2 {
    font-size: calc(23px - 10%);
}.secure_stockade_stat p, .secure_stockade_stat span, .secure_stockade_stat div {
    font-size: calc(16px - 10%);
}}
.secure_stockade_stat a {
    color: rgb(163,190,190);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.secure_stockade_stat a:hover {
    color: rgb(117,158,159);
}.secure_stockade_stat blockquote {
    background-color: rgb(163,190,190,0.5);
    border-left: 5px solid rgb(163,190,190);
    padding: 15px 20px;
    font-style: italic;
    margin: 20px 0;
}.secure_stockade_stat code {
    border-radius: 10px;
    padding: 2px 6px;
    background-color: rgb(117,158,159,0.5);
    font-family: monospace;
}.secure_stockade_stat hr {
    height: 1px;
    margin: 30px 0;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
}.ty_sidebar_stat {
    background: linear-gradient(145deg, rgb(163,190,190,0.5), rgb(117,158,159,0.5));
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.ty_sidebar_stat::before {
    top: -10%;
    width: 50%;
    transform: rotate(-15deg) skew(15deg);
    pointer-events: none;
    content: "";
    left: -5%;
    position: absolute;
    height: 70%;
    background: #ffffff;
    opacity: 0.03;
}.ty_sidebar_stat::after {
    height: 80%;
    content: "";
    width: 40%;
    position: absolute;
    transform: rotate(25deg) skew(-15deg);
    background: rgb(117,158,159);
    bottom: -10%;
    opacity: 0.05;
    pointer-events: none;
    right: -5%;
}.ty_sidebar_stat .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.ty_sidebar_stat .learning_corner_stat {
    background: #ffffff;
    padding: 60px 50px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    flex-direction: column;
}.ty_sidebar_stat .learning_corner_stat:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ty_sidebar_stat .learning_corner_stat::before {
    content: "";
    top: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(to bottom, rgb(163,190,190), rgb(117,158,159));
    transform-origin: left center;
    left: 0;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
}.ty_sidebar_stat .learning_corner_stat:hover::before {
    transform: scaleY(1);
}.ty_sidebar_stat .learning_corner_stat > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}.ty_sidebar_stat h5 {
    position: relative;
    font-size: 23px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    margin: 0;
    color: #000000;
    transform: translateY(0);
}.ty_sidebar_stat .learning_corner_stat:hover h5 {
    transform: translateY(-5px);
}.ty_sidebar_stat h5::after {
    left: 0;
    width: 80px;
    transform-origin: left center;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(163,190,190), rgb(117,158,159));
    position: absolute;
    transform: scaleX(0.7);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
    content: "";
}.ty_sidebar_stat .learning_corner_stat:hover h5::after {
    transform: scaleX(1);
}.ty_sidebar_stat a {
    transition: transform 0.4s ease;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
}.ty_sidebar_stat a:hover {
    transform: translateX(5px);
}.ty_sidebar_stat p {
    line-height: 1.8;
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 12px;
    margin: 0;
}.ty_sidebar_stat a:hover p {
    color: rgb(163,190,190);
}.ty_sidebar_stat a::before {
    content: "";
    transform: skewX(-15deg);
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, #ffffff, rgb(117,158,159,0.5), #ffffff);
    left: -100%;
    opacity: 0.3;
    height: 100%;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}.ty_sidebar_stat a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.ty_sidebar_stat {
    padding: 150px 0;
}.ty_sidebar_stat .learning_corner_stat {
    margin: 0 auto;
    max-width: 85%;
    transform: perspective(1000px) rotateX(2deg);
    padding: 80px 70px;
}.ty_sidebar_stat h5 {
    line-height: 1.3;
    font-size: calc(23px * 1.15);
}.ty_sidebar_stat p {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}.ty_sidebar_stat h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.ty_sidebar_stat .learning_corner_stat {
    max-width: 75%;
}
}

@media (max-width: 991px) {.ty_sidebar_stat {
    padding: 100px 0;
}.ty_sidebar_stat .learning_corner_stat {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.ty_sidebar_stat {
    padding: 80px 0;
}.ty_sidebar_stat .learning_corner_stat {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.ty_sidebar_stat h5 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 575px) {.ty_sidebar_stat {
    padding: 60px 0;
}.ty_sidebar_stat .learning_corner_stat {
    transform: none;
    padding: 30px 20px;
}.ty_sidebar_stat h5 {
    line-height: 1.5;
    font-size: calc(23px * 0.85);
}.ty_sidebar_stat p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.ty_sidebar_stat h5::after {
    height: 2px;
    width: 60px;
}
}