﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.top-section-0 {
    flex: 1 0 auto;
}.cert-display-3 {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1219px;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-segment-5 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.data-statistics-9 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgb(134,182,182,0.5) 100%);
    position: relative;
    overflow: hidden;
}.data-statistics-9::before {
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    content: "";
}.data-statistics-9::after {
    left: -50%;
    width: 200%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(134,182,182,0.5) 0%, transparent 60%);
    opacity: 0.3;
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 200%;
    content: "";
    z-index: 0;
}.data-statistics-9 h3 {
    margin-bottom: 3rem;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: 700;
    z-index: 2;
    color: #000000;
    transform: translateY(0);
    transition: transform 0.5s ease;
    color: transparent;
    font-size: 31px;
    background: linear-gradient(to right, rgb(188,205,210), rgb(134,182,182));
    position: relative;
}.data-statistics-9:hover h3 {
    transform: translateY(-5px);
}.data-statistics-9 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
}.data-statistics-9 ul {
    list-style: none;
    perspective: 1000px;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0;
}.data-statistics-9 .expert-benefits-3 {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    align-items: center;
    transform: translateZ(0);
    padding: 2rem 1.5rem;
    overflow: hidden;
    isolation: isolate;
    flex-direction: column;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1), 
                0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
}.data-statistics-9 .expert-benefits-3::before {
    position: absolute;
    animation: gradientMove 8s ease infinite;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(188,205,210) 0%, 
        rgb(134,182,182) 50%, 
        rgb(188,205,210) 100%);
    width: 100%;
    top: 0;
    background-size: 200% 100%;
    height: 5px;
    content: "";
}.data-statistics-9 .expert-benefits-3::after {
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at bottom right, 
        rgb(134,182,182,0.5) 0%, 
        transparent 70%);
    width: 40%;
    transform: translate(20%, 20%);
    height: 40%;
    transition: transform 0.5s ease;
    opacity: 0.2;
    right: 0;
    bottom: 0;
    content: "";
}.data-statistics-9 .expert-benefits-3:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}.data-statistics-9 .expert-benefits-3:hover::after {
    transform: translate(10%, 10%);
}.data-statistics-9 .expert-benefits-3 span {
    text-align: center;
    transition: transform 0.3s ease;
    font-weight: 600;
    z-index: 2;
    position: relative;
    font-size: calc(13px * 1.1);
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    color: rgb(134,182,182);
}.data-statistics-9 .expert-benefits-3 span::after {
    width: 40px;
    position: absolute;
    left: 50%;
    content: "";
    bottom: 0;
    transform: translateX(-50%) scaleX(0.7);
    height: 2px;
    transition: transform 0.4s ease, width 0.4s ease;
    background-color: rgb(188,205,210,0.5);
}.data-statistics-9 .expert-benefits-3:hover span::after {
    transform: translateX(-50%) scaleX(1);
    width: 60px;
}.data-statistics-9 .expert-benefits-3 p {
    margin: 0;
    background-clip: text !important;
    position: relative;
    color: rgb(188,205,210);
    font-size: calc(31px * 1.2);
    -webkit-background-clip: text !important;
    font-weight: 700;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, 
        rgb(188,205,210) 0%, 
        rgb(134,182,182) 100%);
    color: transparent;
    line-height: 1;
}.data-statistics-9 .expert-benefits-3:hover p {
    transform: scale(1.1);
}.data-statistics-9 .expert-benefits-3:nth-child(odd) {
    background: linear-gradient(145deg, 
        #ffffff 0%, 
        rgba(255, 255, 255, 0.9) 100%);
}.data-statistics-9 .expert-benefits-3:nth-child(even) {
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        #ffffff 100%);
}.data-statistics-9 .expert-benefits-3:nth-child(3n+1)::before {
    background: linear-gradient(90deg, 
        rgb(188,205,210) 0%, 
        rgb(134,182,182) 100%);
}.data-statistics-9 .expert-benefits-3:nth-child(3n+2)::before {
    background: linear-gradient(90deg, 
        rgb(134,182,182) 0%, 
        rgb(188,205,210) 100%);
}.data-statistics-9 .expert-benefits-3:nth-child(3n+3)::before {
    background: linear-gradient(90deg, 
        rgb(188,205,210,0.5) 0%, 
        rgb(134,182,182) 50%, 
        rgb(188,205,210) 100%);
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.2; }
    50% { transform: scale(1.05); opacity: 0.3; }
    100% { transform: scale(1); opacity: 0.2; }
}

@media (max-width: 1200px) {.data-statistics-9 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data-statistics-9 .expert-benefits-3 {
    padding: 1.8rem 1.2rem;
}
}

@media (max-width: 992px) {.data-statistics-9 {
    padding: 3.5rem 0;
}.data-statistics-9 h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.data-statistics-9 .expert-benefits-3 p {
    font-size: calc(31px * 1.1);
}
}

@media (max-width: 768px) {.data-statistics-9 {
    padding: 3rem 0;
}.data-statistics-9 h3 {
    margin-bottom: 2rem;
}.data-statistics-9 ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.2rem;
}.data-statistics-9 .expert-benefits-3 {
    padding: 1.5rem 1rem;
}.data-statistics-9 .expert-benefits-3 span {
    font-size: 13px;
}.data-statistics-9 .expert-benefits-3 p {
    font-size: 31px;
}
}

@media (max-width: 576px) {.data-statistics-9 {
    padding: 2.5rem 0;
}.data-statistics-9 h3 {
    margin-bottom: 1.8rem;
    font-size: calc(31px * 0.8);
}.data-statistics-9 ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}.data-statistics-9 .expert-benefits-3 {
    padding: 1.2rem 0.8rem;
}.data-statistics-9 .expert-benefits-3 span {
    padding-bottom: 0.5rem;
    margin-bottom: 0.6rem;
    font-size: calc(13px * 0.9);
}.data-statistics-9 .expert-benefits-3 p {
    font-size: calc(31px * 0.9);
}.data-statistics-9 .expert-benefits-3:hover {
    transform: translateY(-5px) scale(1.02);
}
}

@media (max-width: 400px) {.data-statistics-9 ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data-statistics-9 .expert-benefits-3 {
    max-width: 280px;
    margin: 0 auto;
}}.welcome-board-3 {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    width: 100%;
    height: 100vh;
}.welcome-board-3 .learning-welcome-7 {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}.welcome-board-3 .learning-welcome-7::before {
    height: 100%;
    content: '';
    backdrop-filter: brightness(0.9) contrast(1.1);
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.5) 40%, 
    rgba(rgb(188,205,210,0.5), 0.4) 70%, 
    rgba(rgb(134,182,182,0.5), 0.3) 100%);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}.welcome-board-3 .fast-classes-7 {
    justify-content: center;
    display: flex;
    z-index: 3;
    max-width: 1000px;
    margin: 0 auto;
    transform: translateY(10px);
    position: relative;
    flex-direction: column;
    animation: fadeUp 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    height: 100%;
    padding: 2rem;
}.welcome-board-3 .fast-classes-7 > div {
    transform: translateY(20px);
    animation: elementFadeIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
}.welcome-board-3 .fast-classes-7 > div:nth-child(1) {
    animation-delay: 0.3s;
}.welcome-board-3 .fast-classes-7 > div:nth-child(2) {
    animation-delay: 0.6s;
}.welcome-board-3 .fast-classes-7 > div:nth-child(3) {
    animation-delay: 0.9s;
}.welcome-board-3 p {
    font-size: calc(16px * 1.2);
    padding-left: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 0.15em;
}.welcome-board-3 p::before {
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: rgb(134,182,182);
    left: 0;
    content: '';
    position: absolute;
    width: 1.5rem;
}.welcome-board-3 .title_style_header {
    line-height: 1.2;
    -webkit-background-clip: text !important;
    background: linear-gradient(120deg, #ffffff 0%, rgb(134,182,182) 100%);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateX(-5px);
    color: #ffffff;
    background-clip: text !important;
    font-size: clamp(2.5rem, 6vw, 48px);
    margin-bottom: 1.5rem;
}.welcome-board-3 h3 {
    padding: 1.5rem 2rem;
    max-width: 90%;
    border-left: 3px solid rgb(134,182,182);
    transform: translateX(20px);
    backdrop-filter: blur(5px);
    font-weight: 400;
    line-height: 1.6;
    background: linear-gradient(90deg, 
    rgba(rgb(188,205,210,0.5), 0.2) 0%, 
    rgba(rgb(134,182,182,0.5), 0.1) 100%);
    font-size: calc(21px * 1.1);
    color: #ffffff;
}.welcome-board-3::after {
    height: 30%;
    pointer-events: none;
    bottom: 0;
    z-index: 2;
    left: 0;
    background: linear-gradient(to top, 
    rgba(rgba(0, 0, 0, 0.5), 0.7) 0%, 
    transparent 100%);
    content: '';
    width: 100%;
    position: absolute;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes elementFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 991px) {.welcome-board-3 {
    height: 90vh;
}.welcome-board-3 .fast-classes-7 {
    padding: 1.5rem;
}.welcome-board-3 h3 {
    transform: translateX(10px);
    padding: 1.25rem 1.5rem;
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.welcome-board-3 {
    height: 80vh;
}.welcome-board-3 .fast-classes-7 {
    padding: 1.25rem;
}.welcome-board-3 p {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 16px;
}.welcome-board-3 p::before {
    width: 1.2rem;
}.welcome-board-3 .title_style_header {
    transform: translateX(0);
}.welcome-board-3 h3 {
    transform: translateX(0);
    padding: 1rem 1.25rem;
    font-size: 21px;
}
}

@media screen and (max-width: 480px) {.welcome-board-3 {
    min-height: 100vh;
    height: auto;
}.welcome-board-3 .fast-classes-7 {
    justify-content: flex-start;
    padding-top: 25vh;
    padding: 4rem 1rem;
}.welcome-board-3 p {
    padding-left: 1.2rem;
    font-size: calc(16px * 0.9);
    letter-spacing: 0.1em;
}.welcome-board-3 p::before {
    width: 1rem;
}.welcome-board-3 .title_style_header {
    margin-bottom: 1rem;
}.welcome-board-3 h3 {
    font-size: calc(21px * 0.9);
    padding: 0.8rem 1rem;
    border-left-width: 2px;
}}.cookieSettingsWindow-6 {
    position: fixed;
    border-top: 3px solid rgb(188,205,210);
    bottom: 0;
    width: 100%;
    background: rgb(233,236,237);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}.track-manage-3 {
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    display: flex;
    padding: 20px 15px;
}.cookie-layer-6 {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie-layer-6 svg {
    transition: fill 0.3s ease;
    width: 60px;
    height: 60px;
    fill: rgb(188,205,210);
}.cookie-layer-6 svg:hover {
    fill: rgb(134,182,182);
}.manage-tracking-1 {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.cookieSettingsWindow-6 h5 {
    margin-bottom: 8px;
    color: rgb(188,205,210);
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.cookieSettingsWindow-6 p {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}.data-approval-8 {
    padding: 10px 20px;
    cursor: pointer;
    background: rgb(188,205,210);
    font-size: 20px;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 28px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}.data-approval-8:hover {
    box-shadow: 0 0 10px rgb(134,182,182,0.5);
    background: rgb(134,182,182);
}#approve-cookie-collection-7 {
    background: rgb(188,205,210);
}#refuseTrackingCookiesOption-3 {
    background: rgba(0, 0, 0, 0.5);
}.cookieSettingsWindow-6 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(188,205,210);
}.cookieSettingsWindow-6 p a:hover {
    color: rgb(134,182,182);
}
@media only screen and (max-width: 1200px) {.track-manage-3 {
    flex-direction: column;
    align-items: center;
}.cookie-layer-6 {
    margin-bottom: 15px;
}.manage-tracking-1 {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.data-approval-8 {
    margin-bottom: 10px;
    max-width: 200px;
    width: 100%;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.track-manage-3 {
    padding: 15px;
}.cookie-layer-6 {
    display: none;
}.cookieSettingsWindow-6 h5 {
    font-size: 22px;
}.cookieSettingsWindow-6 p {
    font-size: 12px;
}}
#trackingPolicyBox-1 {
    display: none;
}#trackingPolicyBox-1:checked ~ .cookieSettingsWindow-6 {
    opacity: 0;
    visibility: hidden;
}.connect-form-6 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(233,236,237) 50%);
}.connect-form-6::before {
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    background-size: 60px 60px;
    height: 100%;
    content: "";
}.connect-form-6 .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.connect-form-6 h2 {
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 60px;
    position: relative;
    color: rgb(188,205,210);
    text-align: center;
}.connect-form-6 h2::after {
    left: 50%;
    position: absolute;
    bottom: -15px;
    width: 60px;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(188,205,210);
    content: "";
}.connect-form-6 .request-grid-6 {
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
    overflow: hidden;
    position: relative;
    display: flex;
}.connect-form-6 .request-grid-6::before {
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182));
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
}.connect-form-6 .img-spot-2 {
    transition: all 0.5s ease;
    flex: 0 0 50%;
    min-height: 550px;
    position: relative;
}.connect-form-6 .img-spot-2::after {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(188,205,210,0.5), transparent);
    content: "";
}.connect-form-6 .support-feedback-2 {
    padding: 60px 50px;
    position: relative;
    background: #ffffff;
    flex: 0 0 50%;
}.connect-form-6 .support-feedback-2::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: rgb(233,236,237);
    width: 10px;
    content: "";
}.connect-form-6 #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.connect-form-6 h3 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 10px;
    color: #000000;
    margin-bottom: 20px;
}.connect-form-6 h3::after {
    width: 100%;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: rgb(188,205,210,0.5);
}.connect-form-6 input[type="text"] {
    transition: all 0.3s ease;
    background: #ffffff;
    width: 100%;
    padding: 18px 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    border: 2px solid rgb(233,236,237);
}.connect-form-6 input[type="text"]:focus {
    border-color: rgb(188,205,210);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.connect-form-6 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.connect-form-6 .feedback-request-6 {
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
}.connect-form-6 .feedback-request-6 input[type="checkbox"] {
    border-radius: 10px;
    appearance: none;
    transition: all 0.3s ease;
    width: 24px;
    cursor: pointer;
    border: 2px solid rgb(233,236,237);
    margin-top: 2px;
    position: relative;
    height: 24px;
}.connect-form-6 .feedback-request-6 input[type="checkbox"]:checked {
    background: rgb(188,205,210);
    border-color: rgb(188,205,210);
}.connect-form-6 .feedback-request-6 input[type="checkbox"]:checked::after {
    left: 8px;
    content: "";
    position: absolute;
    width: 6px;
    border-right: 2px solid #ffffff;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    height: 10px;
    transform: rotate(45deg);
}.connect-form-6 .feedback-request-6 label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.connect-form-6 .feedback-request-6 a {
    color: rgb(188,205,210);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.connect-form-6 .feedback-request-6 a:hover {
    color: rgb(134,182,182);
}.connect-form-6 .feedback-map-1 {
    position: relative;
    box-shadow: 0 8px 20px rgb(188,205,210,0.5);
    color: #ffffff;
    background: rgb(188,205,210);
    margin-top: 20px;
    align-self: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    overflow: hidden;
    border-radius: 10px;
    padding: 16px 40px;
    font-weight: 600;
    border: none;
}.connect-form-6 .feedback-map-1::before {
    height: 100%;
    content: "";
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}.connect-form-6 .feedback-map-1:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(134,182,182,0.5);
    background: rgb(134,182,182);
}.connect-form-6 .feedback-map-1:hover::before {
    left: 100%;
}.connect-form-6 svg {
    width: 22px;
    height: 22px;
    fill: rgb(188,205,210);
    transition: all 0.3s ease;
}.connect-form-6 svg path {
    fill: rgb(188,205,210);
    transition: all 0.3s ease;
}.connect-form-6 svg:hover {
    transform: translateY(-2px);
    fill: rgb(134,182,182);
}.connect-form-6 svg:hover path {
    fill: rgb(134,182,182);
}

@media (max-width: 1200px) {.connect-form-6 {
    background: #ffffff;
}
}

@media (max-width: 992px) {.connect-form-6 {
    padding: 80px 0;
}.connect-form-6 .request-grid-6 {
    flex-direction: column-reverse;
}.connect-form-6 .img-spot-2 {
    flex: 0 0 auto;
    min-height: 350px;
}.connect-form-6 .support-feedback-2 {
    flex: 0 0 auto;
    padding: 50px 40px;
}.connect-form-6 .support-feedback-2::before {
    top: 0;
    height: 10px;
    width: 100%;
    left: 0;
}
}

@media (max-width: 768px) {.connect-form-6 {
    padding: 60px 0;
}.connect-form-6 h2 {
    font-size: calc(29px - 4px);
    margin-bottom: 40px;
}.connect-form-6 .support-feedback-2 {
    padding: 40px 30px;
}.connect-form-6 #contact {
    gap: 25px;
}.connect-form-6 .img-spot-2 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.connect-form-6 {
    padding: 50px 0;
}.connect-form-6 .container {
    padding: 0 15px;
}.connect-form-6 h2 {
    margin-bottom: 30px;
    font-size: calc(29px - 6px);
}.connect-form-6 .support-feedback-2 {
    padding: 35px 25px;
}.connect-form-6 #contact {
    gap: 20px;
}.connect-form-6 input[type="text"] {
    padding: 15px;
}.connect-form-6 .feedback-map-1 {
    width: 100%;
    padding: 15px 25px;
}.connect-form-6 .img-spot-2 {
    min-height: 250px;
}}header {
    padding: 0;
    z-index: 100;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: visible;
    margin-top: 0;
}header::before {
    z-index: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    top: 0;
    left: 0;
}header::after {
    animation: gradientSlide 5s linear infinite;
    height: 4px;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(188,205,210) 0%,
        rgb(134,182,182) 50%,
        rgb(188,205,210) 100%
    );
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 200% auto;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .top-bar-9 {
    padding: 1.3rem 2rem;
    z-index: 5;
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}header .nav-header-5 {
    z-index: 5;
    position: relative;
    flex: 0 0 auto;
}header .head-lesson-4 {
    padding: 0.5rem;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    z-index: 2;
}header .head-lesson-4:hover {
    transform: translateY(-3px) scale(1.02);
}header .head-lesson-4 img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .nav-header-5::before {
    right: -8px;
    transform: skew(-3deg);
    content: '';
    position: absolute;
    top: -8px;
    transition: all 0.3s ease;
    border: 1px solid rgb(188,205,210);
    opacity: 0.3;
    border-radius: 10px;
    bottom: -8px;
    left: -8px;
}header .nav-header-5:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(188,205,210,0.5);
}header .main-top-6 {
    list-style: none;
    z-index: 5;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
}header .head-primary-7 {
    perspective: 800px;
    position: relative;
    margin: 0 0.3rem;
}header .head-primary-7 a {
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 1;
    font-size: 16px;
    color: #ffffff;
    display: block;
    padding: 0.8rem 1.2rem;
    position: relative;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}header .head-primary-7 a::before {
    content: '';
    background: rgb(188,205,210);
    left: 10%;
    height: 1px;
    opacity: 0.7;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 5px;
    width: 80%;
    transform: scaleX(0);
}header .head-primary-7 a:hover {
    color: rgb(188,205,210);
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}header .head-primary-7 a:hover::before {
    transform: scaleX(1);
}header .head-primary-7::after {
    pointer-events: none;
    content: '';
    height: 100%;
    background: radial-gradient(circle at center, rgb(188,205,210,0.5) 0%, transparent 70%);
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
}header .head-primary-7:hover::after {
    opacity: 0.4;
}header .top-bar-9::before {
    top: 0;
    height: 1px;
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(188,205,210), transparent);
    position: absolute;
    width: 30%;
    content: '';
}header .top-bar-9::after {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
    opacity: 0.1;
    left: 20%;
    width: 60%;
    content: '';
}.top-section-0 {
    position: relative;
    z-index: 1;
    background: rgb(233,236,237);
    padding-top: 2rem;
    margin-top: 0;
}

@media (min-width: 1400px) {header .top-bar-9 {
    max-width: 1300px;
    margin: 0 auto;
}header .head-primary-7 {
    margin: 0 0.5rem;
}header .head-primary-7 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .top-bar-9 {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    flex-direction: row;
}header .nav-header-5 {
    margin-bottom: 0;
}header .main-top-6 {
    justify-content: center;
    flex: 1 0 100%;
    margin-top: 1rem;
}header .head-primary-7 {
    margin: 0 0.2rem;
}header .head-primary-7 a {
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 1px);
}header .nav-header-5::before {
    right: -5px;
    top: -5px;
    left: -5px;
    bottom: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top-bar-9 {
    padding: 0.8rem 1.2rem;
}header .nav-header-5 {
    max-width: 130px;
}header .nav-header-5::before {
    display: none;
}header .main-top-6 {
    justify-content: flex-start;
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .main-top-6::-webkit-scrollbar {
    height: 2px;
}header .main-top-6::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(188,205,210);
}header .head-primary-7 {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .head-primary-7 a {
    letter-spacing: 0;
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
}header .head-primary-7 a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .top-bar-9 {
    padding: 0.7rem 1rem;
}header .nav-header-5 {
    max-width: 110px;
}header .head-primary-7 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}}.tariff-plan-1 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tariff-plan-1::before {
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    z-index: 1;
    content: "";
}.tariff-plan-1 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.plan-fee-3 {
    position: relative;
}.tariff-plan-1 h2 {
    transform: translateY(0);
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    animation: titleFadeIn 0.8s ease-out forwards;
    position: relative;
    text-align: center;
    font-size: 29px;
}.tariff-plan-1 .value-rates-7 {
    max-width: 700px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    margin: 0 auto 60px;
}.tariff-plan-1 .access-cost-6 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    gap: 30px;
}.tariff-plan-1 .access-cost-6 li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.tariff-plan-1 .plan-deals-7 {
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    height: 100%;
    display: block;
    text-decoration: none;
}.tariff-plan-1 .plan-deals-7:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff-plan-1 .learning-deals-5 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}.tariff-plan-1 .plan-deals-7:hover .learning-deals-5 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}.tariff-plan-1 .learning-deals-5::before {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182));
    transform-origin: left;
    width: 100%;
    top: 0;
    height: 6px;
    left: 0;
    content: "";
}.tariff-plan-1 .plan-deals-7:hover .learning-deals-5::before {
    transform: scaleX(1);
}.tariff-plan-1 .group-plans-3 {
    display: flex;
    height: 100%;
    padding: 35px 30px;
    flex-direction: column;
    box-sizing: border-box;
}.tariff-plan-1 .group-plans-3 h4 {
    color: #000000;
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: calc(23px * 1.1);
    padding-bottom: 15px;
    transition: color 0.3s ease;
}.tariff-plan-1 .plan-deals-7:hover .group-plans-3 h4 {
    color: rgb(188,205,210);
}.tariff-plan-1 .group-plans-3 h4::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    transition: width 0.4s ease;
    width: 40px;
    content: "";
    background: rgb(188,205,210);
}.tariff-plan-1 .plan-deals-7:hover .group-plans-3 h4::after {
    width: 60px;
}.tariff-plan-1 .group-plans-3 p {
    word-break: break-word;
    flex-grow: 1;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 25px;
    font-size: calc(12px * 0.95);
    overflow-wrap: break-word;
}.tariff-plan-1 .skill-offers-6 {
    transition: all 0.3s ease;
    font-weight: 700;
    border-radius: 50px;
    padding: 12px 25px;
    align-self: flex-start;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    position: relative;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-size: calc(23px * 1.4);
    color: #000000;
}.tariff-plan-1 .plan-deals-7:hover .skill-offers-6 {
    background: linear-gradient(135deg, rgb(188,205,210,0.5), rgb(188,205,210));
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
}.tariff-plan-1 .skill-offers-6::before {
    content: "";
    position: absolute;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
}.tariff-plan-1 .plan-deals-7:hover .skill-offers-6::before {
    left: 100%;
}

@keyframes titleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {.tariff-plan-1 {
    padding: 100px 0;
}.tariff-plan-1 .access-cost-6 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 991px) {.tariff-plan-1 {
    padding: 80px 0;
}.tariff-plan-1 h2 {
    font-size: calc(29px * 0.9);
}.tariff-plan-1 .value-rates-7 {
    margin-bottom: 50px;
    font-size: calc(12px * 0.95);
}.tariff-plan-1 .access-cost-6 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.tariff-plan-1 .group-plans-3 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.tariff-plan-1 {
    padding: 70px 0;
}.tariff-plan-1 h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 20px;
}.tariff-plan-1 .value-rates-7 {
    font-size: calc(12px * 0.9);
    margin-bottom: 40px;
}.tariff-plan-1 .access-cost-6 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.tariff-plan-1 .group-plans-3 h4 {
    font-size: 23px;
}.tariff-plan-1 .group-plans-3 p {
    margin-bottom: 20px;
    font-size: calc(12px * 0.9);
}.tariff-plan-1 .skill-offers-6 {
    font-size: calc(23px * 1.3);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.tariff-plan-1 {
    padding: 60px 0;
}.tariff-plan-1 h2 {
    font-size: calc(29px * 0.8);
}.tariff-plan-1 .value-rates-7 {
    margin-bottom: 35px;
    font-size: calc(12px * 0.85);
}.tariff-plan-1 .group-plans-3 {
    padding: 25px 20px;
}.tariff-plan-1 .group-plans-3 h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.tariff-plan-1 .group-plans-3 p {
    font-size: calc(12px * 0.85);
    line-height: 1.5;
}.tariff-plan-1 .skill-offers-6 {
    font-size: calc(23px * 1.2);
    padding: 8px 18px;
}}.help-center-1 {
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgb(188,205,210,0.5) 100%);
    overflow: hidden;
    padding: 6rem 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
}.help-center-1::before {
    top: -10%;
    transform: rotate(-15deg) skewX(5deg);
    opacity: 0.6;
    content: "";
    position: absolute;
    z-index: 0;
    filter: blur(40px);
    background: linear-gradient(45deg, rgb(188,205,210,0.5) 0%, rgb(134,182,182,0.5) 100%);
    animation: floating 15s ease-in-out infinite alternate;
    height: 80%;
    right: -5%;
    width: 40%;
}.help-center-1::after {
    height: 60%;
    transform: rotate(10deg) skewY(-5deg);
    width: 25%;
    bottom: -5%;
    opacity: 0.4;
    filter: blur(30px);
    z-index: 0;
    left: -2%;
    content: "";
    background: linear-gradient(-45deg, rgb(134,182,182) 0%, rgb(188,205,210,0.5) 100%);
    animation: floating 12s ease-in-out infinite alternate-reverse;
    position: absolute;
}.help-center-1 h1 {
    z-index: 2;
    font-size: 46px;
    position: relative;
    color: #000000;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: perspective(500px) translateZ(0);
    transition: transform 0.5s ease;
}.help-center-1 h1::after {
    left: 50%;
    bottom: -0.8rem;
    transition: width 0.3s ease;
    height: 4px;
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}.help-center-1 h1:hover {
    transform: perspective(500px) translateZ(10px);
}.help-center-1 h1:hover::after {
    width: 120px;
}.help-center-1 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.help-center-1 .contact-section-3 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    display: grid;
    gap: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    border-radius: 13px;
    padding: 2.5rem;
    grid-template-columns: 1fr;
}.help-center-1 .contact-section-3:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.help-center-1 .contact-section-3 > div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255,255,255,0.8) 0%, rgba(245,245,250,0.9) 100%);
    padding: 1.5rem;
}.help-center-1 .contact-section-3 > div::before {
    top: 0;
    height: 100%;
    position: absolute;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(188,205,210), rgb(134,182,182));
    transition: width 0.3s ease;
    left: 0;
}.help-center-1 .contact-section-3 > div:hover::before {
    width: 8px;
}.help-center-1 .contact-section-3 > div > div {
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    z-index: 2;
}.help-center-1 h6 {
    color: #000000;
    margin-bottom: 0.5rem;
    display: flex;
    font-weight: 600;
    gap: 0.5rem;
    align-items: center;
    text-transform: capitalize;
    font-size: 22px;
}.help-center-1 .contact-section-3 span {
    transition: color 0.3s ease;
    display: block;
    color: #000000;
    font-size: 13px;
    margin-left: 2rem;
}.help-center-1 .ask-form-7 {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}.help-center-1 .get-contactus-7 {
    color: #000000;
    overflow: hidden;
    font-size: 13px;
    text-decoration: none;
    align-items: center;
    gap: 0.5rem;
    display: flex;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
}.help-center-1 .get-contactus-7::after {
    left: 0;
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    bottom: -2px;
    height: 2px;
    position: absolute;
    width: 0;
    content: "";
    transition: width 0.3s ease;
}.help-center-1 .get-contactus-7:hover {
    transform: translateX(5px);
    color: rgb(188,205,210);
}.help-center-1 .get-contactus-7:hover::after {
    width: 100%;
}.help-center-1 svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}.help-center-1 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.help-center-1 .get-contactus-7:hover svg {
    transform: scale(1.15);
}.help-center-1 .get-contactus-7:hover svg path {
    fill: rgb(188,205,210);
}

@keyframes floating {
    0% {
        transform: rotate(-15deg) skewX(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skewX(3deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-18deg) skewX(7deg) translate(-10px, 10px);
    }
}

@media (min-width: 768px) {.help-center-1 {
    padding: 8rem 2rem;
}.help-center-1 .contact-section-3 {
    grid-template-columns: repeat(2, 1fr);
}.help-center-1 h1 {
    font-size: calc(46px * 1.1);
    margin-bottom: 4rem;
}
}

@media (min-width: 992px) {.help-center-1 {
    padding: 10rem 2rem;
}.help-center-1 .contact-section-3 {
    grid-template-columns: 2fr 1fr 1fr;
}.help-center-1 .contact-section-3 > div:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
}.help-center-1 h1 {
    font-size: calc(46px * 1.2);
}.help-center-1 .ask-form-7 {
    gap: 1.5rem;
}
}

@media (hover: hover) {.help-center-1 .contact-section-3 > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
}

@media (max-width: 767px) {.help-center-1 h1 {
    font-size: calc(46px * 0.9);
}.help-center-1 .contact-section-3 {
    padding: 1.5rem;
}.help-center-1 .contact-section-3 > div {
    padding: 1.25rem;
}}.secure-nest-0 {
    padding: 40px;
    height: auto;
    width: 100%;
}.secure-nest-0 h1 {
    grid-column: span 2;
    font-family: Arial, sans-serif;
    font-size: 47px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(188,205,210);
    border-bottom: 2px solid rgb(134,182,182);
    text-align: center;
    color: rgb(188,205,210);
    margin-top: 0;
}.secure-nest-0 h2 {
    font-size: 33px;
    font-weight: 600;
    padding-left: 10px;
    text-shadow: 0 0 5px rgb(134,182,182);
    text-align: left;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    color: rgb(134,182,182);
    border-left: 4px solid rgb(188,205,210);
    margin-top: 0;
}.secure-nest-0 ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}.secure-nest-0 li {
    font-size: 15px;
    padding: 10px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    text-shadow: 0 0 5px rgb(188,205,210);
    background: rgb(134,182,182,0.5);
    border: 1px solid rgb(188,205,210);
    color: #ffffff;
    margin-bottom: 10px;
}.secure-nest-0 div {
    font-size: 15px;
    border: 1px solid rgb(134,182,182);
    border-radius: 24px;
    line-height: 1.8;
    margin-bottom: 15px;
    padding: 15px;
    font-family: Arial, sans-serif;
    background: rgb(188,205,210,0.5);
    color: #ffffff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}.secure-nest-0 p, .secure-nest-0 span {
    font-size: 15px;
    line-height: 1.8;
    text-shadow: 0 0 5px rgb(134,182,182);
    margin-bottom: 10px;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.secure-nest-0 {
    gap: 20px;
    padding: 20px;
    grid-template-columns: 1fr;
}.secure-nest-0 h1 {
    margin-bottom: 15px;
    font-size: calc(19px - 4px);
}.secure-nest-0 h2 {
    margin-bottom: 10px;
    font-size: calc(19px - 2px);
}.secure-nest-0 ul {
    padding-left: 0;
}.secure-nest-0 li {
    padding: 8px;
    margin-bottom: 8px;
}.secure-nest-0 div {
    padding: 10px;
}}.about-this-5 {
    color: #ffffff;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.about-this-5::before {
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 35%,
        rgba(0, 0, 0, 0.65) 100%);
}.about-this-5::after {
    pointer-events: none;
    height: 200%;
    right: -25%;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    background: linear-gradient(45deg, 
        rgb(188,205,210,0.5) 0%,
        transparent 60%);
    top: -50%;
    width: 80%;
    content: "";
}.about-this-5 .container {
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.about-this-5 .text-cell-0 {
    opacity: 0;
    transform: translateX(-20px);
    position: relative;
    animation: slideIn 0.8s ease-out forwards;
}.about-this-5 h1 {
    font-family: Arial, sans-serif;
    padding-left: 30px;
    font-weight: 700;
    transform: skewX(-5deg);
    position: relative;
    font-size: 41px;
    margin-bottom: 30px;
    color: #ffffff;
}.about-this-5 h1::before {
    height: 3px;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    top: 50%;
    background: rgb(134,182,182);
    position: absolute;
    content: "";
}.about-this-5 h1::after {
    left: 0;
    bottom: -15px;
    height: 3px;
    width: 60px;
    background: linear-gradient(90deg, 
        rgb(188,205,210) 0%, 
        rgb(134,182,182) 100%);
    position: absolute;
    content: "";
}.about-this-5 ul {
    margin: 0;
    gap: 30px;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
}.about-this-5 ul li {
    animation: fadeUp 1s ease-out forwards;
    transform: translateY(20px);
    border-left: 3px solid rgb(188,205,210);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 10px 10px 0;
    animation-delay: 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    opacity: 0;
    padding: 30px;
    backdrop-filter: blur(5px);
}.about-this-5 ul li:hover {
    border-left: 3px solid rgb(134,182,182);
    transition: all 0.3s ease;
    transform: translateX(5px);
}.about-this-5 h4 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: rgb(134,182,182);
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
}.about-this-5 h4::after {
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(134,182,182) 0%, 
        transparent 100%);
    bottom: -5px;
    height: 1px;
    position: absolute;
}.about-this-5 span {
    column-count: 1;
    opacity: 0.9;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    display: block;
    column-gap: 40px;
    hyphens: auto;
}

@keyframes slideIn {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.about-this-5 {
    padding: 120px 0;
}.about-this-5::after {
    width: 60%;
    right: -15%;
    top: -30%;
}.about-this-5 .text-cell-0 {
    grid-template-columns: 1fr;
    gap: 50px;
    display: grid;
    padding-left: 50px;
}.about-this-5 h1 {
    margin-bottom: 50px;
    font-size: calc(41px * 1.2);
    padding-left: 50px;
}.about-this-5 h1::before {
    width: 35px;
}.about-this-5 h1::after {
    width: 100px;
}.about-this-5 ul {
    position: relative;
}.about-this-5 ul::before {
    left: -40px;
    bottom: 0;
    background: linear-gradient(to bottom, 
            transparent 0%, 
            rgb(134,182,182,0.5) 50%, 
            transparent 100%);
    top: 0;
    width: 1px;
    position: absolute;
    content: "";
}.about-this-5 ul li {
    transition: transform 0.5s ease;
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
}.about-this-5 ul li:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(10px);
}.about-this-5 span {
    column-count: 2;
}
}

@media (min-width: 1024px) {.about-this-5 {
    padding: 150px 0;
}.about-this-5::after {
    width: 50%;
}.about-this-5 .text-cell-0 {
    padding-left: 80px;
}.about-this-5 h1 {
    transform: skewX(-8deg);
    font-size: calc(41px * 1.4);
}.about-this-5 ul li {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.about-this-5 h4 {
    font-size: calc(20px * 1.2);
}.about-this-5 span {
    column-count: 3;
}
}

@media (max-width: 767px) {.about-this-5 {
    padding: 60px 0;
}.about-this-5 h1 {
    margin-bottom: 20px;
    font-size: calc(41px * 0.9);
}.about-this-5 ul li {
    padding: 20px;
}.about-this-5 span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.sign-up-for-updates-2 {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(233,236,237) 0%, rgb(188,205,210,0.5) 100%);
    perspective: 1500px;
}.sign-up-for-updates-2::before {
    opacity: 0.3;
    position: absolute;
    height: 120%;
    top: -10%;
    content: "";
    transform: rotateX(45deg);
    z-index: 1;
    width: 120%;
    background: 
        linear-gradient(45deg, transparent 70%, rgb(134,182,182,0.5) 70%),
        linear-gradient(135deg, rgb(188,205,210,0.5) 30%, transparent 30%);
    left: -10%;
}.sign-up-for-updates-2 .study-growth-9 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.sign-up-for-updates-2 .query-panel-0 {
    padding: 3rem 4rem;
    transform-style: preserve-3d;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    background: #ffffff;
    flex-direction: row;
    border-radius: 29px;
    align-items: center;
    display: flex;
    transition: transform 0.5s ease;
    margin: 0 auto;
    transform: rotateX(5deg) rotateY(-5deg);
    justify-content: space-between;
    max-width: 90%;
    position: relative;
}.sign-up-for-updates-2 .query-panel-0:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.sign-up-for-updates-2 h3 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: translateZ(30px);
    font-size: 21px;
    flex: 1;
    font-weight: 700;
    color: #000000;
    margin: 0 3rem 0 0;
}.sign-up-for-updates-2 h3::before {
    transform: translateZ(40px) skewY(15deg);
    width: 4px;
    top: 0;
    content: "";
    position: absolute;
    background: rgb(188,205,210);
    height: 100%;
    left: -20px;
}.sign-up-for-updates-2 .input_holder {
    gap: 1.5rem;
    align-items: stretch;
    flex: 2;
    transform: translateZ(20px);
    flex-direction: row;
    display: flex;
}.sign-up-for-updates-2 input[type="email"] {
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    flex: 3;
    transition: all 0.3s ease;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
    font-size: 13px;
    color: #000000;
}.sign-up-for-updates-2 input[type="email"]:focus {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(188,205,210,0.5);
    transform: translateZ(40px);
    border-color: rgb(188,205,210);
    outline: none;
}.sign-up-for-updates-2 input[type="submit"] {
    flex: 1;
    font-size: 17px;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
}.sign-up-for-updates-2 input[type="submit"]:hover {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(188,205,210,0.5);
    transform: translateZ(50px) translateY(-5px);
}.sign-up-for-updates-2 input[type="submit"]::before {
    top: 0;
    position: absolute;
    opacity: 0;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(134,182,182) 0%, rgb(188,205,210) 100%);
    z-index: -1;
}.sign-up-for-updates-2 input[type="submit"]:hover::before {
    opacity: 1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(20px);
    }
}

@media (max-width: 992px) {.sign-up-for-updates-2 .query-panel-0 {
    transform: none;
    flex-direction: column;
    padding: 2.5rem;
}.sign-up-for-updates-2 h3 {
    text-align: center;
    margin: 0 0 2rem 0;
    transform: none;
}.sign-up-for-updates-2 h3::before {
    transform: translateX(-50%);
    width: 50px;
    left: 50%;
    top: auto;
    height: 4px;
    bottom: -10px;
}.sign-up-for-updates-2 .input_holder {
    transform: none;
    width: 100%;
}.sign-up-for-updates-2 input[type="submit"]:hover {
    transform: none;
}
}

@media (max-width: 768px) {.sign-up-for-updates-2 {
    padding: 4rem 1.5rem;
}.sign-up-for-updates-2 .query-panel-0 {
    max-width: 100%;
    padding: 2rem;
}.sign-up-for-updates-2 .input_holder {
    flex-direction: column;
}.sign-up-for-updates-2 input[type="email"],
    .sign-up-for-updates-2 input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.sign-up-for-updates-2 {
    padding: 3rem 1rem;
}.sign-up-for-updates-2 .query-panel-0 {
    padding: 1.5rem;
}.sign-up-for-updates-2 h3 {
    font-size: calc(21px * 0.9);
    margin: 0 0 1.5rem 0;
}.sign-up-for-updates-2 input[type="email"] {
    padding: 0.8rem 1rem;
}.sign-up-for-updates-2 input[type="submit"] {
    padding: 0.8rem 1rem;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    opacity: 0.92;
    background: linear-gradient(210deg, #000000 0%, rgb(188,205,210) 100%);
}.cert-display-3 {
    padding: 90px 0 50px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    z-index: 2;
}.cert-display-3::before {
    top: 0;
    content: '';
    left: 0;
    opacity: 0.1;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
    position: absolute;
    height: 1px;
}.cert-display-3 .container {
    flex-direction: column;
    display: flex;
}.cert-display-3 .company_holder {
    animation: shiftGradient 15s ease infinite;
    padding: 30px;
    order: 2;
    background-size: 200% 200%;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 70px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
}.cert-display-3 .company_holder h3 {
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}.cert-display-3 .company_holder h3::after {
    margin: 15px auto 0;
    display: block;
    height: 3px;
    width: 60px;
    background: rgb(188,205,210);
    border-radius: 3px;
    content: '';
}.cert-display-3 .price-table-9 {
    text-align: center;
    font-size: 14px;
    position: relative;
    line-height: 1.6;
    max-width: 80%;
    padding-top: 15px;
    margin: 0 auto;
}.cert-display-3 .footer-caption-3 {
    position: relative;
    order: 1;
}.cert-display-3 .header-primary-2 {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
    gap: 60px;
}.cert-display-3 .main-top-6 {
    overflow: hidden;
    transform: translateZ(0);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    max-width: calc(50% - 30px);
    position: relative;
    min-width: 250px;
    flex: 1;
    padding: 20px;
    transition: transform 0.3s ease;
}.cert-display-3 .main-top-6:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.cert-display-3 .main-top-6:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.cert-display-3 .main-top-6:hover {
    transform: perspective(1000px) rotateY(0);
}.cert-display-3 .main-top-6::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    inset: 0;
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: 10px;
}.cert-display-3 .main-top-6 h5 {
    margin-bottom: 30px;
    font-size: 19px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    word-wrap: break-word;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}.cert-display-3 .main-top-6 h5::before {
    bottom: -1px;
    position: absolute;
    content: '';
    width: 50px;
    left: 0;
    height: 1px;
    background: rgb(134,182,182);
}.cert-display-3 .main-top-6 .header-primary-2 {
    padding: 0 10px;
    gap: 12px;
    flex-direction: column;
    margin: 0;
    display: flex;
}.cert-display-3 .main-top-6 .header-primary-2 a {
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    text-decoration: none;
    white-space: normal;
    display: flex;
    opacity: 0.8;
    word-break: break-word;
}.cert-display-3 .main-top-6 .header-primary-2 a::before {
    min-width: 6px;
    height: 6px;
    opacity: 0;
    flex-shrink: 0;
    content: '';
    background: rgb(134,182,182);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease;
    margin-right: 10px;
}.cert-display-3 .main-top-6 .header-primary-2 a:hover {
    color: #ffffff;
    opacity: 1;
    transform: translateX(5px);
}.cert-display-3 .main-top-6 .header-primary-2 a:hover::before {
    opacity: 1;
    transform: scale(1);
}.trophy-case-9 {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    z-index: 2;
    position: relative;
    margin-top: 40px;
}.trophy-case-9::before {
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(134,182,182,0.5), transparent);
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
}.trophy-case-9 .container {
    text-align: center;
}.trophy-case-9 .compliance-0 {
    opacity: 0.7;
    color: #ffffff;
    font-size: 16px;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.cert-display-3 .footer-caption-3::before {
    filter: blur(100px);
    animation: pulse 10s infinite ease-in-out reverse;
    content: '';
    background: rgb(134,182,182);
    border-radius: 50%;
    position: absolute;
    bottom: -10%;
    z-index: -1;
    left: -5%;
    width: 250px;
    height: 250px;
    opacity: 0.1;
}footer::after {
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    content: '';
    z-index: 1;
}

@media (max-width: 992px) {.cert-display-3 {
    padding: 70px 0 40px;
}.cert-display-3 .header-primary-2 {
    gap: 40px;
}.cert-display-3 .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.cert-display-3 {
    padding: 50px 0 30px;
}.cert-display-3 .header-primary-2 {
    flex-direction: column;
    gap: 30px;
}.cert-display-3 .main-top-6 {
    min-width: 100%;
    max-width: 100%;
}.cert-display-3 .company_holder {
    padding: 20px;
}.cert-display-3 .price-table-9 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.cert-display-3 {
    padding: 40px 0 20px;
}.cert-display-3 .company_holder h3 {
    font-size: calc(36px * 0.8);
}.cert-display-3 .main-top-6 h5 {
    font-size: calc(19px * 0.9);
}}header .top_plank {
    background: rgb(188,205,210);
    color:  #ffffff;
}header .top_plank .top-expertspro-8 div svg, header .top_plank .top-expertspro-8 div svg path {
    fill: #ffffff;
}header .top_plank .top-expertspro-8 div span {
    color: #ffffff;
}header .top_plank .top-expertspro-8 {
    font-size: 15px;
    width: 100%;
    display: flex;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 21px;
    align-items: center;
}header .top_plank .top-expertspro-8 div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .top-expertspro-8 div img, header .top_plank .top-expertspro-8 div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.teacher-profile-5 {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(233,236,237) 100%);
}.teacher-profile-5::before {
    animation: morphBackground 15s infinite alternate ease-in-out;
    width: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(188,205,210,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(134,182,182,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    top: 0;
    mix-blend-mode: screen;
    left: 0;
    position: absolute;
}.teacher-profile-5 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.teacher-profile-5 .feedback-carousel-2 {
    position: relative;
    grid-template-columns: 35% 1fr;
    gap: 20px 40px;
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
}.teacher-profile-5 .img-spot-2 {
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(188,205,210,0.5);
    border-radius: 19px;
    grid-area: photo;
    transform: perspective(1000px) rotateY(-8deg);
    position: relative;
    height: 420px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
}.teacher-profile-5 .img-spot-2::before {
    position: absolute;
    content: "";
    mix-blend-mode: multiply;
    border-radius: 19px;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}.teacher-profile-5 .feedback-carousel-2:hover .img-spot-2 {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.teacher-profile-5 .name {
    transform: perspective(1000px) rotateY(5deg);
    padding-left: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 31px;
    margin: 0;
    align-self: end;
    font-weight: 700;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: name;
    color: #ffffff;
}.teacher-profile-5 .name::after {
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    transform: scaleX(0.6);
    width: 60px;
    left: 20px;
    bottom: -8px;
    transform-origin: left;
    height: 4px;
    background: rgb(188,205,210);
}.teacher-profile-5 .feedback-carousel-2:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.teacher-profile-5 .feedback-carousel-2:hover .name::after {
    transform: scaleX(1);
}.teacher-profile-5 .feedback-carousel-2 > span:not(.name) {
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    margin-top: 5px;
    grid-area: job;
    color: rgb(134,182,182);
    text-transform: uppercase;
    transform-origin: left center;
    letter-spacing: 1px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(5deg);
}.teacher-profile-5 .feedback-carousel-2:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.teacher-profile-5 .exp-skills-8 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: quote;
    transform: translateY(0);
    border-radius: 19px;
    border-left: 4px solid rgb(188,205,210);
    padding: 35px;
    font-size: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    margin: 30px 0 0;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    line-height: 1.7;
    backdrop-filter: blur(10px);
    font-weight: 300;
    color: #ffffff;
}.teacher-profile-5 .exp-skills-8::before {
    position: absolute;
    color: rgb(188,205,210);
    top: -15px;
    font-size: calc(38px * 2);
    left: 25px;
    opacity: 0.7;
    content: "";
}.teacher-profile-5 .feedback-carousel-2:hover .exp-skills-8 {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.teacher-profile-5 {
    padding: 80px 0;
}.teacher-profile-5 .feedback-carousel-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img-spot-2"
      "name"
      "career-skills-4"
      "exp-skills-8";
    gap: 15px;
    grid-template-columns: 1fr;
}.teacher-profile-5 .img-spot-2 {
    margin: 0 auto;
    max-width: 320px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    height: 320px;
}.teacher-profile-5 .name,
  .teacher-profile-5 .feedback-carousel-2 > span:not(.name) {
    padding-left: 0;
    text-align: center;
    transform: none;
}.teacher-profile-5 .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.teacher-profile-5 .feedback-carousel-2:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teacher-profile-5 .exp-skills-8 {
    margin-top: 20px;
}.teacher-profile-5 .feedback-carousel-2:hover .img-spot-2,
  .teacher-profile-5 .feedback-carousel-2:hover .name,
  .teacher-profile-5 .feedback-carousel-2:hover > span:not(.name),
  .teacher-profile-5 .feedback-carousel-2:hover .exp-skills-8 {
    transform: none;
}
}

@media (max-width: 576px) {.teacher-profile-5 {
    padding: 60px 0;
}.teacher-profile-5 .img-spot-2 {
    height: 250px;
    max-width: 250px;
}.teacher-profile-5 .name {
    font-size: 18px;
}.teacher-profile-5 .exp-skills-8 {
    font-size: calc(13px * 0.95);
    padding: 25px 20px;
}}.course-structure-6 {
    position: relative;
    background-color: rgb(233,236,237);
    overflow: hidden;
    padding: 100px 0;
}.course-structure-6::before {
    content: "";
    background: 
        linear-gradient(135deg, rgb(188,205,210,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(134,182,182,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}.course-structure-6::after {
    top: 0;
    background-size: 120px 120px, 120px 120px;
    height: 100%;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(188,205,210,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(134,182,182,0.5) 0%, transparent 8%);
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
}.course-structure-6 .container {
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
}.course-structure-6 .ready-skills-8 {
    flex-direction: column;
    display: flex;
}.course-structure-6 .text-cell-0 {
    z-index: 4;
    background: rgba(255, 255, 255, 0.3);
    padding: 50px;
    border-bottom: 3px solid rgb(134,182,182);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 23px;
    backdrop-filter: blur(5px);
    border-top: 3px solid rgb(188,205,210);
    margin-bottom: 60px;
}.course-structure-6 .text-cell-0::before {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(188,205,210,0.5) 49%, rgb(188,205,210,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(134,182,182,0.5) 49%, rgb(134,182,182,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    width: 100%;
    opacity: 0.1;
    top: 0;
    z-index: -1;
}.course-structure-6 .text-cell-0 h2 {
    padding-bottom: 15px;
    color: #ffffff;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    padding: 10px 25px;
    font-size: 35px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
}.course-structure-6 .text-cell-0 h2::after {
    position: absolute;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    width: 80px;
}.course-structure-6 .text-cell-0 .description {
    border-left: 2px solid rgb(188,205,210);
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    position: relative;
    color: #000000;
    font-size: 13px;
    backdrop-filter: blur(3px);
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.6);
}.course-structure-6 .text-cell-0 .description:last-child {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgb(134,182,182);
    margin-bottom: 0;
}.course-structure-6 .img-spot-2 {
    top: 0;
    position: absolute;
    z-index: 2;
    transform: scale(1.05);
    width: 100%;
    height: 100%;
    left: 0;
}.course-structure-6 .img-spot-2::before {
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    content: "";
    position: absolute;
}.course-structure-6 .img-spot-2::after {
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    top: 0;
    z-index: 3;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.course-structure-6 {
    padding: 80px 0;
}.course-structure-6 .text-cell-0 {
    padding: 40px;
    margin-bottom: 40px;
}.course-structure-6 .img-spot-2 {
    height: 60%;
}
}

@media (max-width: 768px) {.course-structure-6 {
    padding: 60px 0;
}.course-structure-6 .text-cell-0 {
    margin-bottom: 30px;
    padding: 30px;
}.course-structure-6 .text-cell-0 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}.course-structure-6 .img-spot-2 {
    height: 50%;
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
}
}

@media (max-width: 576px) {.course-structure-6 {
    padding: 50px 0;
}.course-structure-6 .text-cell-0 {
    margin-bottom: 20px;
    padding: 25px 20px;
}.course-structure-6 .text-cell-0 h2 {
    padding-bottom: 10px;
    font-size: calc(35px * 0.8);
    margin-bottom: 15px;
}.course-structure-6 .text-cell-0 .description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
    padding-left: 15px;
}.course-structure-6 .img-spot-2 {
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
    height: 40%;
}}

.course-structure-6::before,
.course-structure-6::after,
.course-structure-6 .text-cell-0::before,
.course-structure-6 .container::before,
.course-structure-6 .container::after {
    pointer-events: none;
}.course-structure-6 .ready-skills-8::after {
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(188,205,210,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(134,182,182,0.5) 0%, transparent 1%);
    pointer-events: none;
    content: "";
    z-index: 1;
    left: 0;
    background-size: 30px 30px;
    position: absolute;
    opacity: 0.3;
    height: 100%;
}.thanks-area-0 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgb(188,205,210,0.5) 100%);
    position: relative;
    padding: 4rem 0;
}.thanks-area-0::before {
    width: 100%;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(188,205,210,0.5) 0,
        rgb(188,205,210,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    opacity: 0.05;
    top: 0;
    left: 0;
    position: absolute;
}.thanks-area-0::after {
    right: -5%;
    border-radius: 50%;
    position: absolute;
    filter: blur(100px);
    top: -10%;
    width: 300px;
    z-index: 0;
    content: "";
    opacity: 0.1;
    animation: pulse 10s infinite alternate ease-in-out;
    height: 300px;
    background: rgb(134,182,182);
}.thanks-area-0 .container {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.thanks-area-0 h2 {
    line-height: 1.3;
    position: relative;
    opacity: 0;
    font-weight: 700;
    animation: slideInTitle 0.8s forwards ease-out;
    max-width: 90%;
    margin-bottom: 2.5rem;
    transform: translateX(-10px);
    font-size: 32px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    color: rgb(188,205,210);
    animation-delay: 0.3s;
}.thanks-area-0 h2::after {
    left: 0;
    width: 80px;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    background: rgb(134,182,182);
    height: 3px;
    bottom: -15px;
    animation-delay: 1s;
    animation: expandLine 1s forwards ease-out;
}.thanks-area-0 .study-growth-9 {
    opacity: 0;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation-delay: 0.5s;
    transform: translateY(20px);
    animation: fadeUpIn 1s forwards ease-out;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
}.thanks-area-0 .study-growth-9::before {
    left: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    pointer-events: none;
    border: 1px solid rgb(188,205,210,0.5);
    content: "";
    opacity: 0.1;
}.thanks-area-0 ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}.thanks-area-0 li {
    padding-left: 2rem;
    position: relative;
}.thanks-area-0 li::before {
    animation: fadeIn 0.5s forwards ease-out;
    position: absolute;
    left: 0;
    background: rgb(134,182,182);
    height: 8px;
    animation-delay: 1.2s;
    width: 8px;
    content: "";
    transform: rotate(45deg);
    opacity: 0;
    top: 0.5rem;
}.thanks-area-0 li span {
    animation-delay: 0.8s;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    font-size: calc(15px * 1.05);
    line-height: 1.7;
    color: #000000;
    animation: fadeUpIn 0.8s forwards ease-out;
    transform: translateY(10px);
    margin-bottom: 1rem;
}.thanks-area-0 li span::after {
    background: linear-gradient(90deg, rgb(188,205,210,0.5) 0%, transparent 100%);
    bottom: -15px;
    height: 1px;
    position: absolute;
    opacity: 0.2;
    left: 0;
    width: 100%;
    content: "";
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@media (max-width: 992px) {.thanks-area-0 {
    padding: 3rem 0;
}.thanks-area-0 h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.thanks-area-0 .study-growth-9 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thanks-area-0 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.thanks-area-0 .study-growth-9 {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.thanks-area-0 li span {
    font-size: 15px;
}.thanks-area-0::after {
    right: -10%;
    width: 200px;
    top: -5%;
    height: 200px;
}
}

@media (max-width: 576px) {.thanks-area-0 {
    padding: 2.5rem 0;
}.thanks-area-0 .container {
    padding: 0 1.5rem;
}.thanks-area-0 h2 {
    font-size: calc(32px * 0.7);
}.thanks-area-0 h2::after {
    width: 60px;
    height: 2px;
}.thanks-area-0 .study-growth-9 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.thanks-area-0 li {
    padding-left: 1.5rem;
}.thanks-area-0 li::before {
    height: 6px;
    width: 6px;
}.thanks-area-0 li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}