* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    width: 1273px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.wrap-container7u {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}::-webkit-scrollbar {
    width: 19px;
}::-webkit-scrollbar-track {
    background: rgb(216,177,193);
    margin: 1px 0;
    border-radius: 10.6em;
}::-webkit-scrollbar-thumb {
    border-radius: 10.1em;
    transition: background, border-radius, transform 4s ease;
    box-shadow: -3px 1px 14px 1px rgba(0, 0, 0, 0.3);
    background: radial-gradient(circle at top left, rgb(216,177,193,0.5) 88%, rgb(235,218,224) 58%);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: -4px -2px 6px 7px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-corner {
    border-radius: 6px;
    border: 1px dashed rgb(216,177,193);
    background: rgb(235,218,224);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(216,177,193) rgb(216,177,193,0.5);
}.encrypt_ctarC {
    flex: 0 0 auto;
}.header_sitetq {
    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;
}}
.thanksGridvw {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(216,177,193,0.5) 0%, rgb(235,218,224) 50%, rgb(195,137,162,0.5) 100%);
    overflow: hidden;
    position: relative;
}.thanksGridvw::before {
    opacity: 0.7;
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(216,177,193,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(195,137,162,0.5) 0%, transparent 40%);
    animation: pulse 10s infinite alternate ease-in-out;
    left: 0;
    width: 100%;
}.thanksGridvw::after {
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    top: -50%;
    position: absolute;
    transform: rotate(35deg);
    content: "";
    filter: blur(80px);
    z-index: 1;
    height: 100%;
    animation: float 15s infinite alternate ease-in-out;
    right: -50%;
}.thanksGridvw .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.thanksGridvw .skill_sessionsTU {
    backdrop-filter: blur(10px);
    flex-direction: column;
    position: relative;
    padding: 3.5rem;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 2.5rem;
    transform-origin: top center;
    transform: perspective(1000px) rotateX(2deg);
    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.1);
    background: rgba(255, 255, 255, 0.85);
    display: flex;
}.thanksGridvw .skill_sessionsTU:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.thanksGridvw .skill_sessionsTU > div:first-child {
    padding-left: 1.5rem;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
    border-left: 4px solid rgb(216,177,193);
    margin-left: -1.5rem;
}.thanksGridvw .skill_sessionsTU > div:first-child::before {
    background: rgb(216,177,193);
    border-radius: 50%;
    left: -0.5rem;
    width: 1rem;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    content: "";
    height: 1rem;
}.thanksGridvw h5 {
    color: #000000;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 18px;
}.thanksGridvw .skill_sessionsTU > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}.thanksGridvw a {
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    padding: 1.5rem 2rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    display: block;
    transform-origin: center;
}.thanksGridvw a::before {
    width: 4px;
    background: linear-gradient(to bottom, rgb(216,177,193), rgb(195,137,162));
    transition: width 0.3s ease;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.thanksGridvw a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
}.thanksGridvw a:hover::before {
    width: 8px;
}.thanksGridvw p {
    position: relative;
    transition: color 0.3s ease;
    z-index: 1;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    margin: 0;
}.thanksGridvw a:hover p {
    color: #000000;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

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

@media (max-width: 991px) {.thanksGridvw {
    padding: 5rem 0;
}.thanksGridvw .skill_sessionsTU {
    padding: 2.5rem;
    gap: 2rem;
}.thanksGridvw h5 {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 768px) {.thanksGridvw {
    padding: 4rem 0;
}.thanksGridvw .container {
    padding: 0 1.5rem;
}.thanksGridvw .skill_sessionsTU {
    gap: 1.8rem;
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.thanksGridvw h5 {
    font-size: calc(18px * 0.9);
}.thanksGridvw a {
    padding: 1.2rem 1.5rem;
}.thanksGridvw p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.thanksGridvw {
    padding: 3rem 0;
}.thanksGridvw .container {
    padding: 0 1rem;
}.thanksGridvw .skill_sessionsTU {
    gap: 1.5rem;
    padding: 1.5rem;
    transform: none;
}.thanksGridvw .skill_sessionsTU > div:first-child {
    padding-left: 1rem;
    border-left-width: 3px;
    margin-left: -1rem;
}.thanksGridvw h5 {
    font-size: calc(18px * 0.85);
}.thanksGridvw a {
    padding: 1rem;
}.thanksGridvw p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.course_structureGE {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,218,224) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.course_structureGE::before {
    position: absolute;
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(216,177,193,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(216,177,193,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(216,177,193,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(216,177,193,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(216,177,193,0.5) 1px, transparent 5px);
    width: 100%;
    right: 0;
    animation: patternFloat 60s infinite linear;
    z-index: 0;
    background-size: 120px 120px;
    height: 100%;
    content: "";
    top: 0;
}.course_structureGE::after {
    height: 100%;
    background: radial-gradient(circle at center, rgb(216,177,193,0.5) 0%, transparent 70%);
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.15;
    top: -50%;
    transform: scale(2);
    right: -50%;
}.course_structureGE .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.course_structureGE .skill_workW0 {
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    gap: 40px;
    transform: translateY(20px);
    position: relative;
}.course_structureGE .img_list_itemT3 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg);
    overflow: hidden;
    height: 380px;
}.course_structureGE .img_list_itemT3::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    z-index: 1;
}.course_structureGE .img_list_itemT3::after {
    height: 30%;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    content: "";
    bottom: 0;
}.course_structureGE .img_list_itemT3:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.course_structureGE .editorial_box4K {
    background: #ffffff;
    transform: translateZ(0);
    padding: 20px;
    position: relative;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(216,177,193);
}.course_structureGE .editorial_box4K::before {
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(216,177,193,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    width: 100%;
    left: 0;
}.course_structureGE h3 {
    position: relative;
    font-weight: 700;
    font-size: calc(19px * 1.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    line-height: 1.4;
    color: rgb(216,177,193);
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
}.course_structureGE h3::after {
    background: rgb(195,137,162);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -10px;
    height: 3px;
    position: absolute;
    transform-origin: left;
    content: "";
    transform: scaleX(1);
    width: 60px;
    left: 0;
}.course_structureGE .editorial_box4K:hover h3 {
    transform: translateX(5px);
}.course_structureGE .editorial_box4K:hover h3::after {
    transform: scaleX(1.5);
}.course_structureGE p.description {
    transform: translateY(0);
    column-gap: 30px;
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    transition: opacity 0.5s, transform 0.5s;
    line-height: 1.8;
    position: relative;
    opacity: 1;
    font-size: 16px;
    column-count: 1;
}.course_structureGE span.description {
    display: none;
}.course_structureGE .editorial_box4K div {
    position: relative;
    overflow: hidden;
}

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

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (min-width: 768px) {.course_structureGE {
    padding: 150px 0;
}.course_structureGE .skill_workW0 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.course_structureGE .img_list_itemT3 {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.course_structureGE p.description {
    column-count: 2;
}.course_structureGE .editorial_box4K {
    padding: 40px;
}.course_structureGE h3 {
    font-size: 37px;
    margin-bottom: 30px;
}.course_structureGE h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.course_structureGE .skill_workW0 {
    gap: 80px;
}.course_structureGE .img_list_itemT3 {
    height: 520px;
}.course_structureGE .editorial_box4K {
    padding: 50px;
}.course_structureGE h3 {
    font-size: calc(37px * 1.1);
}.course_structureGE p.description {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_structureGE {
    padding: 80px 0;
}.course_structureGE .img_list_itemT3 {
    height: 280px;
    transform: perspective(1000px) rotateY(3deg);
}.course_structureGE .editorial_box4K {
    padding: 25px 20px;
}.course_structureGE h3 {
    font-size: calc(19px * 1.05);
    margin-bottom: 20px;
}.course_structureGE h3::after {
    width: 50px;
    height: 2px;
}.course_structureGE p.description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.course_structureGE .img_list_itemT3::before {
    transition: opacity 0.5s ease;
}.course_structureGE .img_list_itemT3:hover::before {
    opacity: 0.7;
}}.location_infom1 {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(216,177,193,0.5) 0%, rgb(195,137,162,0.5) 100%);
}.location_infom1::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 1px, transparent 2px),
        radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.05) 1px, transparent 3px),
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.04) 1px, transparent 2px);
    right: 0;
    background-position: 0 0, 25px 25px, 15px 15px;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    bottom: 0;
    animation: backgroundShift 40s linear infinite;
    background-size: 50px 50px, 80px 80px, 60px 60px;
    content: '';
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 25px 25px, 15px 15px;
    }
    50% {
        background-position: 25px 25px, 50px 50px, 30px 30px;
    }
    100% {
        background-position: 0 0, 25px 25px, 15px 15px;
    }
}
.location_infom1::after {
    position: absolute;
    right: 0;
    height: 3px;
    left: 0;
    animation: glowingBorder 4s ease-in-out infinite;
    top: 0;
    z-index: 2;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(195,137,162), transparent);
}@keyframes glowingBorder {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}
.location_infom1 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
}.location_infom1 .online_formLr {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    transform: translateY(0);
    flex-direction: column;
    display: flex;
    padding: 40px;
    align-items: center;
    backdrop-filter: blur(10px);
    position: relative;
}.location_infom1 .online_formLr:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.location_infom1 .online_formLr::before {
    bottom: -5px;
    position: absolute;
    opacity: 0.6;
    animation: gradientBorder 8s ease infinite;
    border-radius: calc(17px + 5px);
    left: -5px;
    background-size: 200% 200%;
    top: -5px;
    content: '';
    z-index: -1;
    right: -5px;
    background: linear-gradient(45deg, rgb(216,177,193), rgb(195,137,162), rgb(216,177,193));
}@keyframes gradientBorder {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.location_infom1 h3 {
    margin-bottom: 25px;
    font-size: 28px;
    padding-bottom: 15px;
    align-items: center;
    position: relative;
    display: flex;
    font-family: Arial, sans-serif;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
}.location_infom1 h3 svg {
    filter: drop-shadow(0 0 5px rgb(195,137,162));
    fill: #ffffff;
    stroke: rgb(195,137,162);
    width: 30px;
    animation: floatIcon 3s ease-in-out infinite;
    stroke-width: 0.8;
    margin-right: 12px;
    height: 30px;
}@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.05);
    }
}
.location_infom1 h3 svg path {
    stroke-dashoffset: 100;
    fill: rgb(216,177,193);
    stroke: rgb(195,137,162);
    stroke-width: 0.8;
    stroke-dasharray: 100;
    fill-opacity: 0.9;
    animation: drawPath 3s ease-in-out forwards infinite;
}@keyframes drawPath {
    0% {
        stroke-dashoffset: 100;
        fill-opacity: 0.2;
    }
    50% {
        stroke-dashoffset: 0;
        fill-opacity: 0.9;
    }
    100% {
        stroke-dashoffset: 100;
        fill-opacity: 0.2;
    }
}
.location_infom1 h3::after {
    width: 80px;
    bottom: 0;
    position: absolute;
    height: 3px;
    content: '';
    background: linear-gradient(90deg, rgb(216,177,193), rgb(195,137,162));
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}.location_infom1 .msg_team7H {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 17px;
}.location_infom1 .reach_team9A {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    gap: 30px;
}.location_infom1 .reach_team9A::before {
    border-top: 2px solid rgb(216,177,193);
    height: 30px;
    top: -15px;
    position: absolute;
    left: -15px;
    border-left: 2px solid rgb(216,177,193);
    width: 30px;
    content: '';
    opacity: 0.7;
}.location_infom1 .reach_team9A::after {
    opacity: 0.7;
    content: '';
    border-bottom: 2px solid rgb(195,137,162);
    height: 30px;
    position: absolute;
    border-right: 2px solid rgb(195,137,162);
    right: -15px;
    bottom: -15px;
    width: 30px;
}.location_infom1 .reach_team9A > span {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.location_infom1 .reach_team9A > span:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.location_infom1 .reach_team9A > span::before {
    border-radius: 10px 0 0 10px;
    position: absolute;
    content: '';
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(216,177,193), transparent);
    left: 0;
}.location_infom1 .reach_team9A > span p {
    display: flex;
    font-size: 17px;
    color: #ffffff;
    align-items: center;
    margin-bottom: 5px;
    font-weight: 400;
}.location_infom1 .reach_team9A svg {
    fill: #ffffff;
    width: 22px;
    transition: all 0.3s ease;
    margin: 0 10px;
    height: 22px;
}.location_infom1 .reach_team9A svg path {
    fill: #ffffff;
}.location_infom1 .reach_team9A > span > span {
    position: relative;
    font-weight: 600;
    font-size: calc(17px + 1px);
    color: #ffffff;
    display: block;
}.location_infom1 .reach_team9A > span a {
    display: inline-flex;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding-right: 5px;
    align-items: center;
    transition: color 0.3s ease;
}.location_infom1 .reach_team9A > span a::after {
    content: '';
    bottom: -2px;
    height: 1px;
    left: 0;
    width: 0;
    position: absolute;
    background: rgb(195,137,162);
    transition: width 0.3s ease;
}.location_infom1 .reach_team9A > span a:hover {
    color: rgb(195,137,162);
}.location_infom1 .reach_team9A > span a:hover::after {
    width: 100%;
}.location_infom1 .form_edu94 {
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    grid-column: 1 / -1;
}.location_infom1 .form_edu94::before {
    right: -50px;
    border-radius: 50%;
    width: 100px;
    opacity: 0.3;
    content: '';
    background: radial-gradient(circle, rgb(195,137,162,0.5) 0%, transparent 70%);
    bottom: -50px;
    height: 100px;
    position: absolute;
}.location_infom1 .form_edu94 h4 {
    padding-left: 15px;
    align-items: center;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    font-size: 24px;
}.location_infom1 .form_edu94 h4 svg {
    stroke-width: 0.5;
    margin-right: 10px;
    width: 26px;
    fill: rgb(216,177,193);
    animation: clockSpin 10s linear infinite;
    height: 26px;
    stroke: rgb(195,137,162);
}@keyframes clockSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.location_infom1 .form_edu94 h4 svg path {
    transition: all 0.3s ease;
    fill: rgb(216,177,193);
    stroke-width: 0.5;
    stroke: rgb(195,137,162);
    stroke-linecap: round;
    transform-origin: center center;
    fill-opacity: 0.9;
    stroke-linejoin: round;
}.location_infom1 .form_edu94 h4:hover svg path {
    stroke-dashoffset: 25;
    stroke-width: 0.8;
    fill-opacity: 0.7;
    fill: rgb(195,137,162);
    stroke-dasharray: 50;
}.location_infom1 .form_edu94 h4::before {
    transform: translateY(-50%);
    left: 0;
    border-radius: 10px;
    top: 50%;
    background: rgb(195,137,162);
    height: 70%;
    position: absolute;
    content: '';
    width: 5px;
}.location_infom1 .form_edu94 span {
    position: relative;
    align-items: center;
    opacity: 0.9;
    font-size: 17px;
    transition: all 0.3s ease;
    display: flex;
    padding-left: 15px;
    color: #ffffff;
    margin-bottom: 8px;
}.location_infom1 .form_edu94 span svg {
    margin-right: 10px;
    fill: rgb(216,177,193);
    stroke-width: 0.3;
    height: 18px;
    width: 18px;
    opacity: 0.8;
    stroke: rgb(195,137,162);
    transition: all 0.3s ease;
}.location_infom1 .form_edu94 span:hover {
    transform: translateX(5px);
    opacity: 1;
}.location_infom1 .form_edu94 span:hover svg {
    fill: rgb(195,137,162);
    transform: rotate(15deg);
    opacity: 1;
}.location_infom1 .form_edu94 span svg path {
    stroke-dasharray: 20;
    fill-opacity: 0.8;
    stroke-linecap: round;
    transition: all 0.4s ease;
    fill: rgb(216,177,193);
    stroke-dashoffset: 20;
    stroke-linejoin: round;
    stroke: rgb(195,137,162);
}.location_infom1 .form_edu94 span:hover svg path {
    stroke: rgb(195,137,162);
    fill: rgb(195,137,162);
    fill-opacity: 1;
    stroke-dashoffset: 0;
}.location_infom1 .form_edu94 span::before {
    content: '';
    border-radius: 50%;
    height: 5px;
    position: absolute;
    transform: translateY(-50%);
    width: 5px;
    top: 50%;
    left: 0;
    background: rgb(216,177,193);
}
@media (max-width: 991px) {.location_infom1 {
    padding: 60px 0;
}.location_infom1 .online_formLr {
    padding: 30px;
}.location_infom1 h3 {
    font-size: calc(28px - 4px);
}.location_infom1 h3 svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}.location_infom1 .reach_team9A {
    grid-template-columns: 1fr;
    gap: 20px;
}.location_infom1 .reach_team9A > span p svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}.location_infom1 .form_edu94 h4 svg {
    height: 22px;
    width: 22px;
}.location_infom1 .form_edu94 span svg {
    height: 16px;
    width: 16px;
}
}
@media (max-width: 767px) {.location_infom1 {
    padding: 50px 0;
}.location_infom1 .online_formLr {
    padding: 25px;
}.location_infom1 h3 {
    font-size: calc(28px - 6px);
    margin-bottom: 20px;
}.location_infom1 h3 svg {
    height: 24px;
    margin-right: 8px;
    width: 24px;
}.location_infom1 .msg_team7H {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.location_infom1 .reach_team9A > span {
    padding: 15px;
}.location_infom1 .reach_team9A > span p svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}.location_infom1 .reach_team9A > span a svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}.location_infom1 .form_edu94 {
    padding: 20px;
}.location_infom1 .form_edu94 h4 svg {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}.location_infom1 .form_edu94 span svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}.location_infom1 .reach_team9A::before,
    .location_infom1 .reach_team9A::after {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 479px) {.location_infom1 {
    padding: 40px 0;
}.location_infom1 .online_formLr {
    padding: 20px;
}.location_infom1 h3 {
    padding-bottom: 10px;
    font-size: calc(28px - 8px);
    margin-bottom: 15px;
}.location_infom1 h3 svg {
    margin-right: 6px;
    width: 20px;
    height: 20px;
}.location_infom1 h3::after {
    height: 2px;
    width: 60px;
}.location_infom1 .msg_team7H {
    font-size: calc(17px - 2px);
    margin-bottom: 25px;
}.location_infom1 .reach_team9A {
    gap: 15px;
}.location_infom1 .reach_team9A > span {
    padding: 12px;
}.location_infom1 .reach_team9A > span p,
    .location_infom1 .reach_team9A > span > span {
    font-size: calc(17px - 1px);
}.location_infom1 .reach_team9A > span p svg {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}.location_infom1 .reach_team9A > span a svg {
    margin-right: 5px;
    height: 14px;
    width: 14px;
}.location_infom1 .form_edu94 h4 {
    font-size: calc(24px - 2px);
    margin-bottom: 10px;
}.location_infom1 .form_edu94 h4 svg {
    height: 18px;
    margin-right: 6px;
    width: 18px;
}.location_infom1 .form_edu94 span {
    margin-bottom: 5px;
    font-size: calc(17px - 2px);
}.location_infom1 .form_edu94 span svg {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}.location_infom1 .reach_team9A::before,
    .location_infom1 .reach_team9A::after {
    display: none;
}
}
@media (hover: none) {.location_infom1 .online_formLr:hover,
    .location_infom1 .reach_team9A > span:hover {
    transform: none;
    box-shadow: none;
}.location_infom1 .reach_team9A > span a:hover {
    color: #ffffff;
}.location_infom1 .reach_team9A > span a:hover::after {
    width: 0;
}}header {
    left: 0;
    top: 0;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: rgb(235,218,224);
    width: 100%;
    z-index: 1000;
}header:before {
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        rgb(216,177,193) 0%, 
        rgb(195,137,162) 50%, 
        rgb(216,177,193) 100%
    );
}header:after {
    content: '';
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(235,218,224) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(235,218,224) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(235,218,224) 25%, transparent 25%),
        linear-gradient(45deg, rgb(235,218,224) 25%, transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.01);
    pointer-events: none;
}header .top_primarySB {
    position: relative;
    overflow: hidden;
}header .top_primarySB:before {
    bottom: 0;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(216,177,193,0.5),
        transparent
    );
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 15px 25px;
    max-width: 1200px;
}header .container:before {
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(216,177,193);
    top: 50%;
    position: absolute;
    width: 8px;
    left: 10px;
    opacity: 0.7;
    content: '';
}header .container:after {
    height: 8px;
    background: rgb(195,137,162);
    width: 8px;
    top: 50%;
    opacity: 0.7;
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    position: absolute;
    content: '';
}header .main_mainwrapIy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .main_mainwrapIy:before {
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    content: '';
    height: 1px;
    bottom: -10px;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    left: 0;
}header .top_barbM {
    display: flex;
    align-items: center;
    position: relative;
    gap: 30px;
}header .top_barbM:before {
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: '';
    bottom: -8px;
    transform: scaleX(0.9);
    height: 2px;
    transform-origin: center;
    position: absolute;
    background: rgb(216,177,193);
}header .top_barbM:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .nav_topAW {
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.5px;
    padding: 8px 2px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    font-size: 13px;
    font-weight: 600;
}header .nav_topAW:before {
    background: rgb(216,177,193);
    height: 2px;
    width: 100%;
    left: 0;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateX(-101%);
    bottom: 0;
    content: '';
}header .nav_topAW:after {
    transition: all 0.3s ease;
    width: 8px;
    top: 100%;
    position: absolute;
    opacity: 0;
    background: rgb(216,177,193);
    content: '';
    height: 8px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}header .nav_topAW:hover {
    color: rgb(216,177,193);
}header .nav_topAW:hover:before {
    transform: translateX(0);
}header .nav_topAW:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .nav_mainjx {
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    padding: 5px 12px;
    text-decoration: none;
    position: relative;
}header .nav_mainjx:before {
    left: 0;
    height: 100%;
    top: 0;
    border: 2px solid transparent;
    opacity: 0;
    background: linear-gradient(rgb(235,218,224), rgb(235,218,224)) padding-box,
                linear-gradient(135deg, rgb(216,177,193), rgb(195,137,162)) border-box;
    position: absolute;
    content: '';
    width: 100%;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}header .nav_mainjx:after {
    background: linear-gradient(135deg, rgb(216,177,193), rgb(195,137,162));
    left: -5px;
    width: 10px;
    top: -5px;
    content: '';
    position: absolute;
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: scale(0);
    opacity: 0;
    height: 10px;
}header .nav_mainjx:hover:before {
    opacity: 1;
}header .nav_mainjx:hover:after {
    transform: scale(1);
    opacity: 1;
}header .nav_mainjx svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
    height: 42px;
}header .nav_mainjx:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top_barbM {
    gap: 20px;
}header .nav_mainjx svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_barbM {
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1001;
    width: 80%;
    background: rgb(235,218,224);
    padding: 75px 30px 30px;
    flex-direction: column;
    right: -100%;
    max-width: 320px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    height: 100vh;
    gap: 5px;
    position: fixed;
    top: 0;
}header .top_barbM:before {
    height: 1px;
    width: 80%;
    top: 60px;
    left: 10%;
    bottom: auto;
}header .menu.active {
    right: 0;
}header .nav_topAW {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
}header .nav_topAW:last-child {
    border-bottom: none;
}header .nav_topAW:after {
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}header .nav_topAW:hover:after {
    opacity: 1;
    left: 5px;
    top: 50%;
}header .nav_mainjx {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .nav_mainjx svg {
    height: 35px;
}}.cookieDisclosurePanelyf {
    bottom: 0;
    z-index: 90;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    position: fixed;
    border-top: 2px solid rgb(216,177,193);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    background: rgb(195,137,162);
}.track_barNs {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    margin: auto;
    max-width: 1200px;
    align-items: center;
    flex-wrap: wrap;
}.cookieDisclosurePanelyf h5 {
    margin-bottom: 6px;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    font-size: 18px;
}.cookieDisclosurePanelyf p {
    max-width: 500px;
    font-size: 15px;
    color: #ffffff;
}.edu_approveN5 {
    flex-shrink: 0;
    margin-right: 20px;
}.edu_approveN5 svg, .edu_approveN5 svg path {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(216,177,193);
    width: 80px;
}.edu_approveN5:hover svg {
    transform: rotate(10deg);
}.track_switchWA {
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 20px;
    border-radius: 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    background: rgb(216,177,193);
    box-shadow: rgb(216,177,193,0.5) 0px 4px 10px 0px;
    line-height: 35px;
}.cookie_button.online_tracking5E {
    background: rgb(216,177,193);
}.cookie_button.tracking_policybc {
    background: rgb(195,137,162);
}.track_switchWA:hover {
    transform: scale(1.05);
    box-shadow: rgb(216,177,193,0.5) 0px 6px 15px 0px;
}.cookieDisclosurePanelyf p a {
    transition: color 0.3s ease-in-out;
    color: rgb(216,177,193);
    font-weight: 600;
    text-decoration: none;
}.cookieDisclosurePanelyf p a:hover {
    color: rgb(195,137,162);
}.wrap-container7u .cookieDisclosurePanelyf {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(195,137,162);
    padding: 40px 0;
    border: none;
}.wrap-container7u .track_switchWA {
    padding: 10px;
    border: none;
    background: rgb(216,177,193);
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 30px;
}.wrap-container7u .edu_cookiePJ h5, .wrap-container7u .edu_cookiePJ p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieDisclosurePanelyf {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu_approveN5 {
    display: none;
}.track_barNs {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieDisclosurePanelyf h5 {
    text-align: center;
}.cookieDisclosurePanelyf p {
    text-align: center;
}.edu_cookiePJ {
    text-align: center;
    margin-bottom: 20px;
}.track_switchWA {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
}}
#cookie_box_bannerjC {
    display: none;
}#cookie_box_bannerjC:checked ~ .cookieDisclosurePanelyf {
    opacity: 0;
    visibility: hidden;
}.privacy_gateTX {
    padding: 40px 20px;
    background-color: rgb(235,218,224);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    color: #000000;
}.privacy_gateTX h1, .privacy_gateTX h2, .privacy_gateTX h3, .privacy_gateTX h4, .privacy_gateTX h5, .privacy_gateTX h6 {
    color: rgb(216,177,193);
    margin-bottom: 20px;
}.privacy_gateTX h1 {
    font-size: 48px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(216,177,193);
    font-weight: 700;
}.privacy_gateTX h2 {
    font-size: 34px;
    font-weight: 600;
}.privacy_gateTX h3 {
    font-size: 1.5em;
    font-weight: 600;
}.privacy_gateTX h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy_gateTX h5 {
    font-weight: 400;
    font-size: 20px;
}.privacy_gateTX h6 {
    font-weight: 300;
    font-size: 21px;
}.privacy_gateTX ul, .privacy_gateTX ol {
    margin-left: 20px;
    padding-left: 20px;
    list-style: none;
}.privacy_gateTX ul li, .privacy_gateTX ol li {
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 18px;
}.privacy_gateTX ul li:before {
    content: '•';
    font-size: 1.2em;
    color: rgb(195,137,162);
    left: 0;
    position: absolute;
}.privacy_gateTX p, .privacy_gateTX span, .privacy_gateTX div {
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy_gateTX {
    padding: 20px 10px;
}.privacy_gateTX h1 {
    font-size: calc(20px - 10%);
}.privacy_gateTX h2 {
    font-size: calc(20px - 10%);
}.privacy_gateTX p, .privacy_gateTX span, .privacy_gateTX div {
    font-size: calc(18px - 10%);
}}
.privacy_gateTX a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(216,177,193);
}.privacy_gateTX a:hover {
    color: rgb(195,137,162);
}.privacy_gateTX blockquote {
    background-color: rgb(216,177,193,0.5);
    border-left: 5px solid rgb(216,177,193);
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
}.privacy_gateTX code {
    font-family: monospace;
    border-radius: 10px;
    background-color: rgb(195,137,162,0.5);
    padding: 2px 6px;
}.privacy_gateTX hr {
    border: 0;
    margin: 30px 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
}.connect_with_usxa {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(235,218,224) 50%);
    position: relative;
}.connect_with_usxa::before {
    z-index: 0;
    top: 0;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    background-size: 60px 60px;
    position: absolute;
    left: 0;
    width: 100%;
}.connect_with_usxa .container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.connect_with_usxa h2 {
    font-weight: 700;
    position: relative;
    font-size: 35px;
    color: rgb(216,177,193);
    margin-bottom: 60px;
    text-align: center;
}.connect_with_usxa h2::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    position: absolute;
    height: 3px;
    width: 60px;
    background: rgb(216,177,193);
    content: "";
}.connect_with_usxa .feedback_cardPZ {
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
}.connect_with_usxa .feedback_cardPZ::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(216,177,193), rgb(195,137,162));
    left: 0;
    content: "";
    height: 5px;
    position: absolute;
}.connect_with_usxa .img_list_itemT3 {
    flex: 0 0 50%;
    min-height: 550px;
    transition: all 0.5s ease;
    position: relative;
}.connect_with_usxa .img_list_itemT3::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(216,177,193,0.5), transparent);
    left: 0;
    top: 0;
}.connect_with_usxa .feedback_inquiryoe {
    flex: 0 0 50%;
    background: #ffffff;
    padding: 60px 50px;
    position: relative;
}.connect_with_usxa .feedback_inquiryoe::before {
    top: 0;
    background: rgb(235,218,224);
    content: "";
    left: 0;
    height: 100%;
    width: 10px;
    position: absolute;
}.connect_with_usxa #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.connect_with_usxa h3 {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    color: #000000;
}.connect_with_usxa h3::after {
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(216,177,193,0.5);
}.connect_with_usxa input[type="text"] {
    padding: 18px 20px;
    border-radius: 10px;
    background: #ffffff;
    font-size: 14px;
    border: 2px solid rgb(235,218,224);
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
}.connect_with_usxa input[type="text"]:focus {
    border-color: rgb(216,177,193);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}.connect_with_usxa input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.connect_with_usxa .reach_queryC7 {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    align-items: flex-start;
}.connect_with_usxa .reach_queryC7 input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 24px;
    border: 2px solid rgb(235,218,224);
    transition: all 0.3s ease;
    margin-top: 2px;
    cursor: pointer;
    height: 24px;
    border-radius: 10px;
}.connect_with_usxa .reach_queryC7 input[type="checkbox"]:checked {
    background: rgb(216,177,193);
    border-color: rgb(216,177,193);
}.connect_with_usxa .reach_queryC7 input[type="checkbox"]:checked::after {
    top: 5px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    height: 10px;
    left: 8px;
    content: "";
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
}.connect_with_usxa .reach_queryC7 label {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}.connect_with_usxa .reach_queryC7 a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(216,177,193);
    transition: all 0.3s ease;
}.connect_with_usxa .reach_queryC7 a:hover {
    color: rgb(195,137,162);
}.connect_with_usxa .help_linksKY {
    cursor: pointer;
    align-self: flex-start;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgb(216,177,193,0.5);
    background: rgb(216,177,193);
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-top: 20px;
    border: none;
    position: relative;
    color: #ffffff;
    padding: 16px 40px;
}.connect_with_usxa .help_linksKY::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    transition: all 0.6s ease;
    top: 0;
    left: -100%;
    height: 100%;
    content: "";
}.connect_with_usxa .help_linksKY:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(195,137,162,0.5);
    background: rgb(195,137,162);
}.connect_with_usxa .help_linksKY:hover::before {
    left: 100%;
}.connect_with_usxa svg {
    transition: all 0.3s ease;
    height: 22px;
    fill: rgb(216,177,193);
    width: 22px;
}.connect_with_usxa svg path {
    fill: rgb(216,177,193);
    transition: all 0.3s ease;
}.connect_with_usxa svg:hover {
    transform: translateY(-2px);
    fill: rgb(195,137,162);
}.connect_with_usxa svg:hover path {
    fill: rgb(195,137,162);
}

@media (max-width: 1200px) {.connect_with_usxa {
    background: #ffffff;
}
}

@media (max-width: 992px) {.connect_with_usxa {
    padding: 80px 0;
}.connect_with_usxa .feedback_cardPZ {
    flex-direction: column-reverse;
}.connect_with_usxa .img_list_itemT3 {
    flex: 0 0 auto;
    min-height: 350px;
}.connect_with_usxa .feedback_inquiryoe {
    padding: 50px 40px;
    flex: 0 0 auto;
}.connect_with_usxa .feedback_inquiryoe::before {
    left: 0;
    height: 10px;
    width: 100%;
    top: 0;
}
}

@media (max-width: 768px) {.connect_with_usxa {
    padding: 60px 0;
}.connect_with_usxa h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 40px;
}.connect_with_usxa .feedback_inquiryoe {
    padding: 40px 30px;
}.connect_with_usxa #contact {
    gap: 25px;
}.connect_with_usxa .img_list_itemT3 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.connect_with_usxa {
    padding: 50px 0;
}.connect_with_usxa .container {
    padding: 0 15px;
}.connect_with_usxa h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 6px);
}.connect_with_usxa .feedback_inquiryoe {
    padding: 35px 25px;
}.connect_with_usxa #contact {
    gap: 20px;
}.connect_with_usxa input[type="text"] {
    padding: 15px;
}.connect_with_usxa .help_linksKY {
    padding: 15px 25px;
    width: 100%;
}.connect_with_usxa .img_list_itemT3 {
    min-height: 250px;
}}.title_openerOy {
    background: rgb(235,218,224);
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    position: relative;
}.title_openerOy::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(216,177,193,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(195,137,162,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    z-index: 0;
    content: "";
    width: 100%;
    position: absolute;
}.title_openerOy .skill_sessionsTU {
    display: grid;
    position: relative;
    grid-template-rows: 2fr 1fr;
    z-index: 1;
    height: 100vh;
    width: 100%;
}.title_openerOy .learning_leadcT {
    height: 100%;
    width: 100%;
    grid-row: 1;
    overflow: hidden;
    position: relative;
}.title_openerOy .learning_leadcT input {
    display: none;
}.title_openerOy .edu_firstwr {
    display: flex;
    transition: none;
    height: 100%;
}.title_openerOy .learn_topgh {
    height: 100%;
    transition: opacity 0.5s ease;
    position: relative;
    min-width: 100%;
    opacity: 0;
}.title_openerOy .learn_topgh img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}.title_openerOy .learn_topgh::before {
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s ease;
    inset: 0;
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.3;
    backdrop-filter: blur(1px);
}.title_openerOy .learning_leadcT input:nth-child(1):checked ~ .edu_firstwr .learn_topgh:nth-child(1),
.title_openerOy .learning_leadcT input:nth-child(2):checked ~ .edu_firstwr .learn_topgh:nth-child(2),
.title_openerOy .learning_leadcT input:nth-child(3):checked ~ .edu_firstwr .learn_topgh:nth-child(3),
.title_openerOy .learning_leadcT input:nth-child(4):checked ~ .edu_firstwr .learn_topgh:nth-child(4),
.title_openerOy .learning_leadcT input:nth-child(5):checked ~ .edu_firstwr .learn_topgh:nth-child(5),
.title_openerOy .learning_leadcT input:nth-child(6):checked ~ .edu_firstwr .learn_topgh:nth-child(6),
.title_openerOy .learning_leadcT input:nth-child(7):checked ~ .edu_firstwr .learn_topgh:nth-child(7),
.title_openerOy .learning_leadcT input:nth-child(8):checked ~ .edu_firstwr .learn_topgh:nth-child(8),
.title_openerOy .learning_leadcT input:nth-child(9):checked ~ .edu_firstwr .learn_topgh:nth-child(9),
.title_openerOy .learning_leadcT input:nth-child(10):checked ~ .edu_firstwr .learn_topgh:nth-child(10) {
    z-index: 2;
    opacity: 1;
}.title_openerOy .learning_leadcT input:nth-child(1):checked ~ .edu_firstwr .learn_topgh:nth-child(1)::before,
.title_openerOy .learning_leadcT input:nth-child(2):checked ~ .edu_firstwr .learn_topgh:nth-child(2)::before,
.title_openerOy .learning_leadcT input:nth-child(3):checked ~ .edu_firstwr .learn_topgh:nth-child(3)::before,
.title_openerOy .learning_leadcT input:nth-child(4):checked ~ .edu_firstwr .learn_topgh:nth-child(4)::before,
.title_openerOy .learning_leadcT input:nth-child(5):checked ~ .edu_firstwr .learn_topgh:nth-child(5)::before,
.title_openerOy .learning_leadcT input:nth-child(6):checked ~ .edu_firstwr .learn_topgh:nth-child(6)::before,
.title_openerOy .learning_leadcT input:nth-child(7):checked ~ .edu_firstwr .learn_topgh:nth-child(7)::before,
.title_openerOy .learning_leadcT input:nth-child(8):checked ~ .edu_firstwr .learn_topgh:nth-child(8)::before,
.title_openerOy .learning_leadcT input:nth-child(9):checked ~ .edu_firstwr .learn_topgh:nth-child(9)::before,
.title_openerOy .learning_leadcT input:nth-child(10):checked ~ .edu_firstwr .learn_topgh:nth-child(10)::before {
    opacity: 0;
}.title_openerOy .skill_upfastD5 {
    gap: 15px;
    left: 50%;
    display: flex;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 10;
    position: absolute;
}.title_openerOy .skill_upfastD5 label {
    cursor: pointer;
    border-radius: 50%;
    transform: scale(1);
    background: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    height: 12px;
    opacity: 0.5;
    width: 12px;
}.title_openerOy .learning_leadcT input:nth-child(1):checked ~ .skill_upfastD5 label:nth-child(1),
.title_openerOy .learning_leadcT input:nth-child(2):checked ~ .skill_upfastD5 label:nth-child(2),
.title_openerOy .learning_leadcT input:nth-child(3):checked ~ .skill_upfastD5 label:nth-child(3),
.title_openerOy .learning_leadcT input:nth-child(4):checked ~ .skill_upfastD5 label:nth-child(4),
.title_openerOy .learning_leadcT input:nth-child(5):checked ~ .skill_upfastD5 label:nth-child(5),
.title_openerOy .learning_leadcT input:nth-child(6):checked ~ .skill_upfastD5 label:nth-child(6),
.title_openerOy .learning_leadcT input:nth-child(7):checked ~ .skill_upfastD5 label:nth-child(7),
.title_openerOy .learning_leadcT input:nth-child(8):checked ~ .skill_upfastD5 label:nth-child(8),
.title_openerOy .learning_leadcT input:nth-child(9):checked ~ .skill_upfastD5 label:nth-child(9),
.title_openerOy .learning_leadcT input:nth-child(10):checked ~ .skill_upfastD5 label:nth-child(10) {
    opacity: 1;
    background: rgb(216,177,193);
    transform: scale(1.3);
}.title_openerOy .editorial_box4K {
    z-index: 5;
    grid-row: 2;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.title_openerOy .editorial_box4K::before {
    content: "";
    background: linear-gradient(to right, rgb(216,177,193), rgb(195,137,162));
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.title_openerOy .editorial_box4K .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 40px 30px;
}.title_openerOy .editorial_box4K h1 {
    display: inline-block;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    font-size: 43px;
    font-weight: 700;
}.title_openerOy .editorial_box4K h3 {
    color: rgb(195,137,162);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}.title_openerOy .editorial_box4K p {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    max-width: 800px;
}@keyframes slideInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.title_openerOy .editorial_box4K h1,
.title_openerOy .editorial_box4K h3,
.title_openerOy .editorial_box4K p {
    animation: slideInUp 0.6s forwards;
    opacity: 0;
}.title_openerOy .editorial_box4K h1 {
    animation-delay: 0.2s;
}.title_openerOy .editorial_box4K h3 {
    animation-delay: 0.4s;
}.title_openerOy .editorial_box4K p {
    animation-delay: 0.6s;
}.title_openerOy .learning_leadcT input:nth-child(1):checked ~ .edu_firstwr .learn_topgh:nth-child(1) img,
.title_openerOy .learning_leadcT input:nth-child(2):checked ~ .edu_firstwr .learn_topgh:nth-child(2) img,
.title_openerOy .learning_leadcT input:nth-child(3):checked ~ .edu_firstwr .learn_topgh:nth-child(3) img,
.title_openerOy .learning_leadcT input:nth-child(4):checked ~ .edu_firstwr .learn_topgh:nth-child(4) img,
.title_openerOy .learning_leadcT input:nth-child(5):checked ~ .edu_firstwr .learn_topgh:nth-child(5) img,
.title_openerOy .learning_leadcT input:nth-child(6):checked ~ .edu_firstwr .learn_topgh:nth-child(6) img,
.title_openerOy .learning_leadcT input:nth-child(7):checked ~ .edu_firstwr .learn_topgh:nth-child(7) img,
.title_openerOy .learning_leadcT input:nth-child(8):checked ~ .edu_firstwr .learn_topgh:nth-child(8) img,
.title_openerOy .learning_leadcT input:nth-child(9):checked ~ .edu_firstwr .learn_topgh:nth-child(9) img,
.title_openerOy .learning_leadcT input:nth-child(10):checked ~ .edu_firstwr .learn_topgh:nth-child(10) img {
    animation: slowZoom 15s infinite alternate;
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

@media (max-width: 1200px) {.title_openerOy .editorial_box4K .container {
    max-width: 960px;
}
}

@media (max-width: 992px) {.title_openerOy .editorial_box4K .container {
    max-width: 720px;
    padding: 30px 20px;
}.title_openerOy .editorial_box4K h1 {
    font-size: calc(43px * 0.9);
}
}

@media (max-width: 768px) {.title_openerOy .skill_sessionsTU {
    grid-template-rows: 3fr 2fr;
}.title_openerOy .editorial_box4K .container {
    padding: 25px 15px;
    max-width: 540px;
}.title_openerOy .editorial_box4K h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 10px;
}.title_openerOy .editorial_box4K h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.title_openerOy .skill_upfastD5 {
    gap: 10px;
    bottom: 15px;
}
}

@media (max-width: 576px) {.title_openerOy .editorial_box4K .container {
    padding: 20px 15px;
}.title_openerOy .editorial_box4K h1 {
    font-size: calc(43px * 0.7);
}.title_openerOy .editorial_box4K h3 {
    margin-bottom: 10px;
    font-size: calc(20px * 0.8);
}.title_openerOy .editorial_box4K p {
    font-size: calc(14px * 0.9);
}.title_openerOy .skill_upfastD5 {
    gap: 8px;
}.title_openerOy .skill_upfastD5 label {
    width: 10px;
    height: 10px;
}}

.title_openerOy .skill_upfastD5 label:hover {
    transform: scale(1.2);
    opacity: 0.8;
}.title_openerOy .edu_firstwr .learn_topgh:not(:first-child) {
    inset: 0;
    position: absolute;
}footer {
    font-family: Arial, sans-serif;
    perspective: 1000px;
    position: relative;
    color: #ffffff;
}footer::before {
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(216,177,193,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.85;
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
}footer::after {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    animation: scanline 10s linear infinite;
    position: absolute;
    z-index: -1;
}.encrypt_ctarC {
    z-index: 1;
    position: relative;
    padding: 5rem 0 3rem;
}.encrypt_ctarC::before {
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(195,137,162) 50%, 
                transparent 100%);
    top: 0;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    animation: glowPulse 3s ease-in-out infinite alternate;
    width: 100%;
}.encrypt_ctarC .container {
    position: relative;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.encrypt_ctarC .company_holder {
    padding: 2rem;
    border-radius: 22px;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    border-left: 3px solid rgb(216,177,193);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(10px);
}.encrypt_ctarC .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(216,177,193,0.5);
    border-left: 3px solid #ffffff;
}.encrypt_ctarC .company_holder h3 {
    font-size: calc(34px * 0.9);
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 0.75rem;
}.encrypt_ctarC .company_holder h3::after {
    background: rgb(216,177,193);
    transition: width 0.4s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
}.encrypt_ctarC .company_holder:hover h3::after {
    width: 100%;
}.encrypt_ctarC .webinar_archAq {
    max-width: 100%;
    padding-left: 1rem;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.7;
}.encrypt_ctarC .webinar_archAq::before {
    width: 2px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
                rgb(216,177,193) 0%, 
                transparent 100%);
    height: 100%;
    left: 0;
    content: "";
}.encrypt_ctarC .skill_links5p {
    position: relative;
}.encrypt_ctarC .first_sectionyI {
    height: 100%;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.encrypt_ctarC .top_barbM {
    padding: 2rem;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    transform-style: preserve-3d;
    backdrop-filter: blur(5px);
}.encrypt_ctarC .top_barbM::before {
    transform: rotate(45deg);
    width: 200%;
    z-index: -1;
    position: absolute;
    height: 200%;
    content: "";
    top: -50%;
    left: -50%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    transition: all 0.6s ease;
}.encrypt_ctarC .top_barbM:hover::before {
    top: -100%;
    left: -100%;
}.encrypt_ctarC .top_barbM::after {
    border-width: 0 25px 25px 0;
    position: absolute;
    height: 0;
    transition: all 0.4s ease;
    right: 0;
    transform: translateZ(5px);
    width: 0;
    border-color: transparent rgb(216,177,193) transparent transparent;
    top: 0;
    border-style: solid;
    transform-style: preserve-3d;
    content: "";
}.encrypt_ctarC .top_barbM:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(195,137,162) transparent transparent;
}.encrypt_ctarC .top_barbM:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(15px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.encrypt_ctarC .top_barbM h5 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}.encrypt_ctarC .top_barbM h5::before {
    width: 100%;
    height: 1px;
    bottom: -8px;
    background: rgb(195,137,162);
    content: "";
    position: absolute;
    left: 0;
}.encrypt_ctarC .top_barbM h5::after {
    height: 3px;
    background: rgb(216,177,193);
    transition: width 0.4s ease-in-out;
    left: 0;
    width: 30%;
    position: absolute;
    content: "";
    bottom: -8px;
}.encrypt_ctarC .top_barbM:hover h5::after {
    width: 100%;
}.encrypt_ctarC .top_barbM .first_sectionyI {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}.encrypt_ctarC .top_barbM a {
    padding: 0.5rem 0;
    position: relative;
    text-decoration: none;
    transform-style: preserve-3d;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    display: block;
    transition: all 0.3s ease;
}.encrypt_ctarC .top_barbM a::before {
    position: absolute;
    opacity: 0;
    left: -20px;
    content: "→";
    transition: all 0.3s ease;
    transform: translateZ(5px);
}.encrypt_ctarC .top_barbM a:hover {
    color: #ffffff;
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}.encrypt_ctarC .top_barbM a:hover::before {
    left: 0;
    opacity: 1;
}.template_ctaCW {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 1.5rem 0;
    margin-top: 3rem;
    backdrop-filter: blur(10px);
}.template_ctaCW::before {
    height: 1px;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(216,177,193) 30%, 
                #ffffff 50%, 
                rgb(195,137,162) 70%, 
                transparent 100%);
    position: absolute;
}.template_ctaCW .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.template_ctaCW .trial_offerq7 {
    border-radius: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.5rem 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}.template_ctaCW .trial_offerq7:hover {
    box-shadow: 0 0 15px rgba(rgb(216,177,193), 0.3);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(195,137,162,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(195,137,162);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.encrypt_ctarC .company_holder::before,
.encrypt_ctarC .top_barbM::before {
    background: radial-gradient(circle, rgb(216,177,193,0.5) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    transition: opacity 0.5s ease;
    content: "";
    z-index: -1;
    width: 100px;
    opacity: 0;
    height: 100px;
    filter: blur(30px);
}.encrypt_ctarC .company_holder::before {
    right: -20px;
    bottom: -20px;
}.encrypt_ctarC .top_barbM::before {
    left: -20px;
    top: -20px;
}.encrypt_ctarC .company_holder:hover::before,
.encrypt_ctarC .top_barbM:hover::before {
    opacity: 0.5;
}.encrypt_ctarC .company_holder::after {
    position: absolute;
    border-right: 2px solid rgb(216,177,193);
    transition: all 0.4s ease;
    content: "";
    width: 30px;
    opacity: 0.7;
    top: 20px;
    height: 30px;
    border-top: 2px solid rgb(216,177,193);
    right: 20px;
}.encrypt_ctarC .company_holder:hover::after {
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
}

@media (max-width: 992px) {.encrypt_ctarC {
    padding: 4rem 0 2rem;
}.encrypt_ctarC .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.encrypt_ctarC .company_holder,
    .encrypt_ctarC .skill_links5p {
    width: 100%;
}.encrypt_ctarC .first_sectionyI {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.encrypt_ctarC {
    padding: 3.5rem 0 1.5rem;
}.encrypt_ctarC .first_sectionyI {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.encrypt_ctarC .company_holder,
    .encrypt_ctarC .top_barbM {
    padding: 1.5rem;
}.encrypt_ctarC .company_holder h3,
    .encrypt_ctarC .top_barbM h5 {
    margin-bottom: 1.25rem;
}.template_ctaCW {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.encrypt_ctarC {
    padding: 3rem 0 1rem;
}.encrypt_ctarC .company_holder {
    padding: 1.25rem;
}.encrypt_ctarC .company_holder h3 {
    font-size: calc(34px * 0.8);
}.encrypt_ctarC .top_barbM h5 {
    font-size: calc(20px * 0.9);
}.encrypt_ctarC .top_barbM a,
    .encrypt_ctarC .webinar_archAq {
    font-size: calc(16px * 0.9);
}.template_ctaCW .trial_offerq7 {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 1rem;
}}

.encrypt_ctarC .company_holder .webinar_archAq::after {
    left: 1rem;
    bottom: -10px;
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    width: 70px;
    background: linear-gradient(to right, rgb(216,177,193), transparent);
    position: absolute;
}.encrypt_ctarC .company_holder:hover .webinar_archAq::after {
    width: calc(100% - 1rem);
}.encrypt_ctarC::after {
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    top: 0;
    opacity: 0.3;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -2;
    background-size: 40px 40px;
}.encrypt_ctarC .top_barbM:nth-child(1)::before {
    background: radial-gradient(circle, rgb(216,177,193,0.5) 0%, transparent 70%);
}.encrypt_ctarC .top_barbM:nth-child(2)::before {
    background: radial-gradient(circle, rgb(195,137,162,0.5) 0%, transparent 70%);
}.encrypt_ctarC .first_sectionyI a::after {
    left: 0;
    bottom: 0;
    width: 0;
    content: "";
    background: linear-gradient(to right, rgb(216,177,193), rgb(195,137,162));
    position: absolute;
    height: 1px;
    transition: width 0.3s ease;
}.encrypt_ctarC .first_sectionyI a:hover::after {
    width: 100%;
}.offer_listyJ {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.offer_listyJ::before {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    backdrop-filter: blur(8px);
    height: 100%;
    z-index: 1;
    content: "";
}.offer_listyJ .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.offer_listyJ .learning_feesK0 {
    position: relative;
}.offer_listyJ h2 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    transform: perspective(1000px) translateZ(20px);
    margin-bottom: 25px;
    font-size: 36px;
}.offer_listyJ h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(195,137,162), rgb(216,177,193));
    position: absolute;
    height: 3px;
    left: 50%;
    border-radius: 3px;
}.offer_listyJ .monthly_rateSs {
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    position: relative;
    margin: 0 auto 50px;
    max-width: 700px;
    font-size: calc(15px + 2px);
    text-align: center;
}.offer_listyJ .group_plansLI {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
    display: grid;
}.offer_listyJ .group_plansLI li {
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}.offer_listyJ .price_schemesjH {
    display: block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}.offer_listyJ .price_schemesjH::before {
    content: "";
    background: linear-gradient(90deg, rgb(195,137,162), rgb(216,177,193));
    position: absolute;
    top: 0;
    transform-origin: left;
    transform: scaleX(0.7);
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    height: 5px;
}.offer_listyJ .fee_choicesBo {
    height: 100%;
    z-index: 1;
    padding: 30px 25px;
    position: relative;
}.offer_listyJ .fee_planTG {
    position: relative;
    z-index: 2;
}.offer_listyJ .price_schemesjH h4 {
    color: #ffffff;
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
    position: relative;
    transition: transform 0.3s ease;
    margin-top: 0;
}.offer_listyJ .price_schemesjH h4::before {
    width: 30px;
    top: -10px;
    border-left: 2px solid rgb(195,137,162);
    position: absolute;
    left: -10px;
    border-top: 2px solid rgb(195,137,162);
    height: 30px;
    transition: all 0.3s ease;
    opacity: 0.6;
    content: "";
}.offer_listyJ .price_schemesjH p {
    padding-right: 10px;
    overflow-y: auto;
    overflow-wrap: break-word;
    word-break: normal;
    max-height: 250px;
    hyphens: auto;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: 15px;
}.offer_listyJ .price_schemesjH p::-webkit-scrollbar {
    width: 4px;
}.offer_listyJ .price_schemesjH p::-webkit-scrollbar-thumb {
    background: rgb(195,137,162,0.5);
    border-radius: 10px;
}.offer_listyJ .bundle_offer1p {
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(rgb(195,137,162,0.5), 0.1), rgba(rgb(216,177,193,0.5), 0.2));
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    display: inline-block;
    font-size: calc(18px + 4px);
}.offer_listyJ .bundle_offer1p::before {
    bottom: -3px;
    height: 1px;
    right: 10px;
    position: absolute;
    left: 10px;
    background: linear-gradient(90deg, transparent, rgb(195,137,162), transparent);
    content: "";
}.offer_listyJ .price_schemesjH:hover {
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.offer_listyJ .price_schemesjH:hover::before {
    transform: scaleX(1);
}.offer_listyJ .price_schemesjH:hover h4 {
    transform: translateX(5px);
}.offer_listyJ .price_schemesjH:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}.offer_listyJ .price_schemesjH:hover .bundle_offer1p {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

@media (max-width: 992px) {.offer_listyJ {
    padding: 80px 0;
}.offer_listyJ h2 {
    font-size: calc(36px - 4px);
}.offer_listyJ .monthly_rateSs {
    font-size: 15px;
    margin-bottom: 40px;
}.offer_listyJ .group_plansLI {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.offer_listyJ {
    padding: 60px 0;
}.offer_listyJ h2 {
    font-size: calc(36px - 6px);
}.offer_listyJ .monthly_rateSs {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.offer_listyJ .group_plansLI {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.offer_listyJ .price_schemesjH h4 {
    font-size: 18px;
}.offer_listyJ .price_schemesjH p {
    font-size: calc(15px - 1px);
    max-height: 180px;
}.offer_listyJ .bundle_offer1p {
    font-size: 18px;
}
}

@media (max-width: 480px) {.offer_listyJ {
    padding: 50px 0;
}.offer_listyJ h2 {
    font-size: calc(36px - 8px);
}.offer_listyJ .monthly_rateSs {
    font-size: calc(15px - 2px);
}.offer_listyJ .fee_choicesBo {
    padding: 25px 20px;
}.offer_listyJ .price_schemesjH h4 {
    font-size: calc(18px - 2px);
}.offer_listyJ .bundle_offer1p {
    padding: 8px 15px;
    font-size: calc(18px - 2px);
}}.instructor_profile7y {
    padding: 8rem 0;
    overflow: hidden;
    min-height: 700px;
    position: relative;
    background: linear-gradient(160deg, rgb(235,218,224) 0%, #000000 100%);
}.instructor_profile7y::before {
    left: 0;
    filter: blur(70px);
    opacity: 0.4;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(216,177,193,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(195,137,162,0.5) 0%, transparent 35%);
    z-index: 1;
    content: "";
    animation: breatheGlow 15s ease-in-out infinite alternate;
}.instructor_profile7y .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.instructor_profile7y .student_insightsxC {
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    grid-template-columns: 1.2fr 0.8fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 3rem;
    min-height: 580px;
    backdrop-filter: blur(15px);
    gap: 30px;
    overflow: hidden;
    grid-template-rows: auto 1fr;
    display: grid;
    position: relative;
}.instructor_profile7y .student_insightsxC::before {
    opacity: 0.2;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, transparent, rgb(216,177,193,0.5), transparent);
    content: "";
    left: 0;
    top: 0;
    background-size: 200% 200%;
    z-index: -1;
    animation: shimmerEffect 10s ease-in-out infinite;
}.instructor_profile7y .img_list_itemT3 {
    transform: scale(1) rotate(0deg);
    z-index: 3;
    position: relative;
    grid-row: 1 / span 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 22px;
    filter: contrast(1.1) brightness(1.05);
    grid-column: 2;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    height: 100%;
}.instructor_profile7y .student_insightsxC:hover .img_list_itemT3 {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.instructor_profile7y .img_list_itemT3::before {
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: inherit;
}.instructor_profile7y .name {
    font-size: 37px;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    z-index: 4;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 1;
    font-weight: 700;
    grid-row: 1;
    position: relative;
}.instructor_profile7y .student_insightsxC:hover .name {
    transform: translateX(10px);
}.instructor_profile7y .name::after {
    width: 0;
    height: 3px;
    bottom: -10px;
    transition: width 0.6s ease;
    background: linear-gradient(90deg, rgb(216,177,193), rgb(195,137,162));
    position: absolute;
    left: 0;
    content: "";
}.instructor_profile7y .student_insightsxC:hover .name::after {
    width: 120px;
}.instructor_profile7y .student_insightsxC span:not(.name) {
    grid-row: 1;
    backdrop-filter: blur(10px);
    grid-column: 1;
    padding: 0.7rem 1.5rem;
    margin-top: 4rem;
    color: rgb(195,137,162);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    font-size: 18px;
    border-radius: 10px;
    transform: translateX(0);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    width: max-content;
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
}.instructor_profile7y .student_insightsxC:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.instructor_profile7y .emp_milestonesFQ {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 4px solid rgb(195,137,162);
    border-radius: 22px;
    font-size: 14px;
    line-height: 1.8;
    padding: 2rem;
    color: #ffffff;
    transform: translateY(0);
    overflow: hidden;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    grid-row: 2;
    grid-column: 1;
}.instructor_profile7y .student_insightsxC:hover .emp_milestonesFQ {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.instructor_profile7y .emp_milestonesFQ::before {
    left: 0;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
    animation: shimmerEffect 5s ease-in-out infinite;
    width: 100%;
    height: 100%;
}.instructor_profile7y .container::after {
    width: 400px;
    background: conic-gradient(from 135deg, rgb(216,177,193,0.5) 0%, rgb(195,137,162,0.5) 50%, rgb(216,177,193,0.5) 100%);
    animation: rotateGlow 25s linear infinite;
    height: 400px;
    bottom: -200px;
    z-index: -1;
    filter: blur(80px);
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    left: -200px;
    content: "";
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.instructor_profile7y .student_insightsxC {
    padding: 2rem;
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto;
}.instructor_profile7y .img_list_itemT3 {
    grid-row: 1;
    grid-column: 1;
    height: 350px;
}.instructor_profile7y .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.instructor_profile7y .student_insightsxC span:not(.name) {
    grid-column: 1;
    margin-top: 3.5rem;
    grid-row: 2;
}.instructor_profile7y .emp_milestonesFQ {
    grid-column: 1;
    grid-row: 3;
}.instructor_profile7y .student_insightsxC:hover .name,
    .instructor_profile7y .student_insightsxC:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.instructor_profile7y {
    padding: 5rem 0;
}.instructor_profile7y .student_insightsxC {
    padding: 1.5rem;
}.instructor_profile7y .img_list_itemT3 {
    height: 250px;
}.instructor_profile7y .name {
    font-size: 18px;
}.instructor_profile7y .student_insightsxC span:not(.name) {
    margin-top: 3rem;
    font-size: 14px;
    padding: 0.6rem 1rem;
}.instructor_profile7y .emp_milestonesFQ {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.company_infoNi {
    position: relative;
    padding: 140px 0 120px;
    background: rgb(235,218,224);
    overflow: hidden;
}.company_infoNi::before {
    z-index: 1;
    animation: gradientFlow 25s infinite alternate;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.15;
    width: 100%;
    background: linear-gradient(125deg, rgb(216,177,193,0.5) 0%, transparent 40%, rgb(195,137,162,0.5) 80%, rgb(216,177,193,0.5) 100%);
    left: 0;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.company_infoNi::after {
    animation: pulseBackground 15s infinite alternate;
    content: "";
    top: 0;
    position: absolute;
    filter: blur(50px);
    left: 0;
    height: 100%;
    background: radial-gradient(ellipse at 30% 20%, rgb(216,177,193,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(195,137,162,0.5) 0%, transparent 60%);
    opacity: 0.15;
    z-index: 1;
    width: 100%;
}@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.company_infoNi .container {
    z-index: 2;
    position: relative;
}.company_infoNi .skill_sessionsTU {
    max-width: 100vw;
    position: relative;
}.company_infoNi h3 {
    top: 0;
    color: #000000;
    letter-spacing: 1px;
    left: 0;
    font-weight: 700;
    border-left: 4px solid rgb(216,177,193);
    margin: 0;
    padding-left: 30px;
    position: absolute;
    transform: translateY(-100%) translateY(-30px);
    font-size: 35px;
}.company_infoNi .founder_biogI {
    position: relative;
    width: 115%;
    margin-bottom: 100px;
    margin-left: -15%;
    gap: 20px;
    grid-template-columns: 1.6fr 1.4fr;
    display: grid;
    padding-top: 20px;
}.company_infoNi .founder_biogI span {
    background: rgb(216,177,193);
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    z-index: 10;
    right: 10%;
    top: -15px;
    transform: skewX(-15deg);
    font-size: 22px;
    border-radius: 0 10px 10px 0;
}.company_infoNi .founder_biogI span::before {
    background: rgb(216,177,193);
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    left: -15px;
    transform: skewX(15deg);
    width: 15px;
}.company_infoNi .founder_biogI p {
    align-self: center;
    width: 110%;
    grid-row: 1 / 2;
    color: #000000;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transform: translateX(-30px);
    font-size: 15px;
    line-height: 1.8;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 22px;
    grid-column: 2 / 3;
    z-index: 5;
}.company_infoNi .founder_biogI .img_list_itemT3 {
    border-radius: 0 22px 22px 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    grid-column: 1 / 2;
    height: 500px;
    z-index: 3;
    overflow: hidden;
    grid-row: 1 / 2;
}.company_infoNi .founder_biogI .img_list_itemT3::before {
    top: 0;
    z-index: 2;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    position: absolute;
}.company_infoNi .expert_zoneqf {
    grid-template-columns: 1.4fr 1.6fr;
    width: 115%;
    display: grid;
    gap: 20px;
    margin-left: auto;
    position: relative;
    margin-right: -15%;
}.company_infoNi .expert_zoneqf::before {
    left: 30%;
    background: linear-gradient(to right, rgb(216,177,193,0.5), rgb(195,137,162,0.5), transparent);
    width: 40%;
    top: -50px;
    content: "";
    position: absolute;
    height: 1px;
}.company_infoNi .expert_zoneqf p {
    z-index: 5;
    align-self: center;
    width: 110%;
    font-size: 15px;
    transform: translateX(30px);
    line-height: 1.8;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    grid-row: 1 / 2;
    backdrop-filter: blur(10px);
    grid-column: 1 / 2;
    padding: 40px;
    border-radius: 22px;
}.company_infoNi .expert_zoneqf .skill_space7N {
    overflow: hidden;
    position: relative;
    height: 500px;
    z-index: 3;
    grid-row: 1 / 2;
    border-radius: 22px 0 0 22px;
    grid-column: 2 / 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}.company_infoNi .expert_zoneqf .skill_space7N::before {
    z-index: 2;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    position: absolute;
}.company_infoNi .founder_biogI::after,
.company_infoNi .expert_zoneqf::after {
    filter: blur(80px);
    animation: pulseOpacity 8s infinite alternate;
    position: absolute;
    width: 200px;
    content: "";
    border-radius: 50%;
    height: 200px;
    opacity: 0.15;
    z-index: 1;
}@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

.company_infoNi .founder_biogI::after {
    bottom: -100px;
    right: 10%;
    background: rgb(216,177,193);
}.company_infoNi .expert_zoneqf::after {
    top: -100px;
    background: rgb(195,137,162);
    left: 10%;
}.company_infoNi .founder_biogI::before,
.company_infoNi .expert_zoneqf::before {
    width: 300px;
    height: 1px;
    animation: widthPulse 6s infinite alternate;
    background: linear-gradient(to right, transparent, rgb(216,177,193,0.5) 50%, transparent);
    position: absolute;
    content: "";
}@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}

.company_infoNi .founder_biogI::before {
    left: 20%;
    top: -20px;
}.company_infoNi .expert_zoneqf::before {
    bottom: -20px;
    right: 20%;
}.company_infoNi .skill_sessionsTU::before,
.company_infoNi .skill_sessionsTU::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(216,177,193,0.5) 50%, transparent);
    content: "";
    animation: horizontalLine 15s infinite alternate;
    width: 80%;
}@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}

.company_infoNi .skill_sessionsTU::before {
    top: 15%;
    left: 10%;
}.company_infoNi .skill_sessionsTU::after {
    bottom: 15%;
    right: 10%;
}

@media screen and (max-width: 1199px) {.company_infoNi {
    padding: 120px 0 100px;
}.company_infoNi h3 {
    font-size: calc(35px - 0.2rem);
}.company_infoNi .founder_biogI,
    .company_infoNi .expert_zoneqf {
    width: 110%;
}.company_infoNi .founder_biogI {
    margin-left: -10%;
}.company_infoNi .expert_zoneqf {
    margin-right: -10%;
}.company_infoNi .founder_biogI .img_list_itemT3,
    .company_infoNi .expert_zoneqf .skill_space7N {
    height: 450px;
}.company_infoNi .founder_biogI p,
    .company_infoNi .expert_zoneqf p {
    padding: 30px;
}
}

@media screen and (max-width: 991px) {.company_infoNi .founder_biogI p,
    .company_infoNi .expert_zoneqf p {
    width: 100%;
}.company_infoNi {
    padding: 100px 0 80px;
}.company_infoNi h3 {
    margin-bottom: 50px;
    font-size: calc(35px - 0.4rem);
    position: relative;
    transform: none;
}.company_infoNi .founder_biogI,
    .company_infoNi .expert_zoneqf {
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-left: 0;
    width: 100%;
}.company_infoNi .founder_biogI {
    margin-bottom: 80px;
}.company_infoNi .founder_biogI span {
    font-size: calc(22px - 0.2rem);
    left: 0;
    top: -15px;
    right: auto;
}.company_infoNi .founder_biogI .img_list_itemT3 {
    grid-row: 1 / 2;
    height: 400px;
    grid-column: 1 / 2;
    border-radius: 22px;
}.company_infoNi .founder_biogI p {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    transform: translateX(0);
}.company_infoNi .expert_zoneqf .skill_space7N {
    grid-row: 1 / 2;
    height: 400px;
    grid-column: 1 / 2;
    border-radius: 22px;
}.company_infoNi .expert_zoneqf p {
    transform: translateX(0);
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.company_infoNi .founder_biogI::after,
    .company_infoNi .expert_zoneqf::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 767px) {.company_infoNi {
    padding: 80px 0 60px;
}.company_infoNi h3 {
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: calc(35px - 0.6rem);
}.company_infoNi .founder_biogI {
    margin-bottom: 60px;
}.company_infoNi .founder_biogI span {
    font-size: calc(22px - 0.3rem);
    padding: 8px 20px;
}.company_infoNi .founder_biogI .img_list_itemT3,
    .company_infoNi .expert_zoneqf .skill_space7N {
    height: 350px;
}.company_infoNi .founder_biogI p,
    .company_infoNi .expert_zoneqf p {
    font-size: calc(15px - 0.1rem);
    padding: 25px;
}.company_infoNi::after {
    filter: blur(30px);
}.company_infoNi .founder_biogI::after,
    .company_infoNi .expert_zoneqf::after {
    height: 100px;
    width: 100px;
    filter: blur(50px);
}
}

@media screen and (max-width: 575px) {.company_infoNi {
    padding: 60px 0 40px;
}.company_infoNi h3 {
    padding-left: 15px;
    font-size: calc(35px - 0.8rem);
    border-left-width: 3px;
    margin-bottom: 30px;
}.company_infoNi .founder_biogI {
    margin-bottom: 50px;
    gap: 20px;
}.company_infoNi .founder_biogI span {
    padding: 6px 15px;
    font-size: calc(22px - 0.4rem);
}.company_infoNi .founder_biogI .img_list_itemT3,
    .company_infoNi .expert_zoneqf .skill_space7N {
    height: 280px;
}.company_infoNi .founder_biogI p,
    .company_infoNi .expert_zoneqf p {
    padding: 20px;
    font-size: calc(15px - 0.2rem);
}.company_infoNi::after {
    filter: blur(20px);
}.company_infoNi .skill_sessionsTU::before,
    .company_infoNi .skill_sessionsTU::after {
    width: 70%;
}
}

@media screen and (min-width: 1400px) {.company_infoNi .founder_biogI {
    margin-left: -20%;
    width: 120%;
}.company_infoNi .expert_zoneqf {
    width: 120%;
    margin-right: -20%;
}.company_infoNi .founder_biogI .img_list_itemT3,
    .company_infoNi .expert_zoneqf .skill_space7N {
    height: 550px;
}
}