* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    background: rgb(119,119,126,0.5);
    padding: 2px;
    width: 9px;
}::-webkit-scrollbar-button {
    background: #ffffff;
    height: 6px;
    width: 11px;
    border-radius: 1px;
}::-webkit-scrollbar-track {
    background: rgb(151,151,158,0.5);
    border: 1px solid rgb(185,185,190);
    border-radius: 10vh;
}::-webkit-scrollbar-thumb {
    background: rgb(185,185,190);
    border-radius: 6.7rem;
    border: 1px dashed rgb(119,119,126);
    transition: all, background, border-radius 4.2s ease-out;
    animation: slide_scrollbar 2.4s ease-out 3;
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(119,119,126,0.5) rgb(119,119,126,0.5);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}}

.container {
    margin: auto;
    max-width: 100%;
    width: 1253px;
}.top-main-ex {
    flex: 1 0 auto;
}.segment-wrapper-ex {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.peer-help-ex {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.peer-help-ex {
    background: linear-gradient(45deg, #000000 0%, rgb(119,119,126,0.5) 100%);
    font-family: Arial, sans-serif;
    padding: 6rem 0 2rem;
    position: relative;
    color: #ffffff;
}.peer-help-ex::before {
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(151,151,158,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(119,119,126,0.5) 0%, transparent 30%);
    z-index: 1;
    width: 100%;
    opacity: 0.15;
    height: 100%;
    content: '';
    position: absolute;
}.peer-help-ex::after {
    left: 0;
    position: absolute;
    content: '';
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}.peer-help-ex .container {
    z-index: 3;
    position: relative;
}.peer-help-ex .equity-info-ex {
    position: relative;
    display: flex;
    flex-direction: column;
}.peer-help-ex .get-contactinfo-ex {
    z-index: 10;
    border-radius: 14px;
    display: flex;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 1.25rem 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffffff;
    margin-bottom: 2rem;
    transform: translateY(-3.5rem);
    position: relative;
    gap: 1.5rem;
}.peer-help-ex .get-contactinfo-ex::before {
    content: '';
    opacity: 0.08;
    border-radius: 14px;
    background: linear-gradient(135deg, transparent 20%, rgb(151,151,158,0.5) 140%);
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}.peer-help-ex .info_item {
    position: relative;
    min-width: 200px;
    max-width: 300px;
    flex: 1;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.peer-help-ex .info_item:not(:last-child)::after {
    height: 70%;
    position: absolute;
    right: -0.75rem;
    width: 1px;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgb(119,119,126,0.5), transparent);
    top: 50%;
    content: '';
}.peer-help-ex .info_item p,
.peer-help-ex .info_item a {
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    padding: 0.5rem;
    color: #000000;
    align-items: center;
    gap: 0.875rem;
    font-size: 13px;
}.peer-help-ex .info_item:hover {
    transform: translateY(-5px);
}.peer-help-ex .info_item:hover p,
.peer-help-ex .info_item:hover a {
    color: rgb(151,151,158);
}.peer-help-ex .info_item svg {
    height: 22px;
    width: 22px;
    fill: rgb(151,151,158);
    transition: transform 0.3s ease;
}.peer-help-ex .info_item:hover svg {
    transform: scale(1.15);
}.peer-help-ex .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    position: relative;
    display: grid;
    gap: 4rem;
}.peer-help-ex .main-navbar-ex {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.peer-help-ex .main-navbar-ex svg {
    filter: brightness(0) invert(1);
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    height: auto;
}.peer-help-ex .main-navbar-ex:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(151,151,158,0.5));
    transform: scale(1.03);
}.peer-help-ex .donate-btn-ex {
    font-size: calc(12px + 1px);
    line-height: 1.6;
    opacity: 0.8;
}.peer-help-ex .top-navbar-ex {
    flex-direction: column;
    display: flex;
    position: relative;
}.peer-help-ex .top-navbar-ex::before {
    background: linear-gradient(to bottom, transparent, rgb(119,119,126,0.5) 30%, rgb(119,119,126,0.5) 70%, transparent);
    top: 0;
    content: '';
    position: absolute;
    width: 1px;
    bottom: 0;
    left: -2rem;
}.peer-help-ex .top-navbar-ex::after {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(119,119,126,0.5) 30%, rgb(119,119,126,0.5) 70%, transparent);
    right: -2rem;
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
}.peer-help-ex .top-navbar-ex h5 {
    padding-bottom: 0.875rem;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.75rem;
}.peer-help-ex .top-navbar-ex h5::after {
    width: 60px;
    content: '';
    background: linear-gradient(to right, rgb(151,151,158), transparent);
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
}.peer-help-ex .main-mentor-ex {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}.peer-help-ex .main-mentor-ex:first-child {
    margin-bottom: 2rem;
}.peer-help-ex .main-mentor-ex a {
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    font-size: 13px;
    padding: 0.25rem 0;
    text-decoration: none;
    opacity: 0.85;
    transform-origin: left;
}.peer-help-ex .main-mentor-ex a::before {
    transition: width 0.3s ease;
    background-color: rgb(151,151,158);
    height: 1px;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 0;
}.peer-help-ex .main-mentor-ex a:hover {
    color: rgb(151,151,158);
    opacity: 1;
    transform: translateX(8px);
}.peer-help-ex .main-mentor-ex a:hover::before {
    width: 20px;
}.peer-help-ex .subscribe_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    display: flex;
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    gap: 1.5rem;
}.peer-help-ex .subscribe_holder::before {
    content: '';
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(151,151,158,0.5), transparent 70%);
}.peer-help-ex .subscribe_holder::after {
    background: radial-gradient(circle, rgb(151,151,158,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.3;
    right: 0;
    bottom: 0;
    width: 150px;
    position: absolute;
    content: '';
    animation: pulseGlow 6s infinite alternate;
    height: 150px;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.peer-help-ex .subscribe_holder h5 {
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 23px;
    position: relative;
}.peer-help-ex .subscribe_holder h5::after {
    left: 0;
    position: absolute;
    content: '';
    bottom: 0;
    width: 40px;
    background: rgb(151,151,158);
    height: 2px;
}.peer-help-ex .subscribe_holder p {
    opacity: 0.9;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    font-size: 13px;
}.peer-help-ex .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
    position: relative;
}.peer-help-ex .input_holder::before {
    z-index: -1;
    width: calc(100% + 20px);
    content: '';
    background: 
        radial-gradient(circle at bottom right, rgb(151,151,158,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(119,119,126,0.5) 0%, transparent 70%);
    animation: subtleRotate 15s linear infinite;
    height: calc(100% + 20px);
    top: -10px;
    position: absolute;
    left: -10px;
    border-radius: calc(10px + 10px);
    opacity: 0.1;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.peer-help-ex .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
}.peer-help-ex .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(151,151,158,0.5);
    outline: none;
    border-color: rgb(151,151,158,0.5);
    background-color: rgba(255, 255, 255, 0.15);
}.peer-help-ex .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.peer-help-ex .knowledge-quest-ex {
    border-radius: 10px;
    cursor: pointer;
    border: none;
    padding: 1.125rem 1.5rem;
    z-index: 1;
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: rgb(151,151,158);
    color: #ffffff;
    font-size: 14px;
    position: relative;
    font-weight: 600;
}.peer-help-ex .knowledge-quest-ex::before {
    left: -100%;
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    z-index: -1;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.peer-help-ex .knowledge-quest-ex::after {
    content: '';
    background: rgb(119,119,126);
    opacity: 0;
    z-index: -2;
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    top: 0;
}.peer-help-ex .knowledge-quest-ex:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.peer-help-ex .knowledge-quest-ex:hover::before {
    left: 100%;
}.peer-help-ex .knowledge-quest-ex:hover::after {
    opacity: 1;
}.peer-help-ex .study-group-ex {
    margin-top: 4rem;
    padding-top: 2rem;
    text-align: center;
    position: relative;
}.peer-help-ex .study-group-ex::before {
    position: absolute;
    left: 20%;
    top: 0;
    width: 60%;
    content: '';
    background: linear-gradient(to right, transparent, rgb(119,119,126,0.5), transparent);
    height: 1px;
}.peer-help-ex .syllabus-ref-ex {
    font-size: 12px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.peer-help-ex .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.peer-help-ex .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.peer-help-ex .top-navbar-ex::after {
    display: none;
}
}

@media (max-width: 991px) {.peer-help-ex {
    padding: 5rem 0 2rem;
}.peer-help-ex .get-contactinfo-ex {
    justify-content: center;
    flex-wrap: wrap;
}.peer-help-ex .info_item {
    width: calc(50% - 2rem);
    flex: 0 0 auto;
    max-width: none;
}.peer-help-ex .info_item:not(:last-child)::after {
    display: none;
}.peer-help-ex .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.peer-help-ex .top-navbar-ex::before, 
    .peer-help-ex .top-navbar-ex::after {
    display: none;
}.peer-help-ex .main-navbar-ex {
    text-align: center;
    align-items: center;
}.peer-help-ex .top-navbar-ex h5, 
    .peer-help-ex .subscribe_holder h5 {
    text-align: center;
}.peer-help-ex .top-navbar-ex h5::after, 
    .peer-help-ex .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.peer-help-ex .main-mentor-ex {
    grid-template-columns: repeat(3, 1fr);
}.peer-help-ex .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}

@media (max-width: 768px) {.peer-help-ex {
    padding: 4rem 0 2rem;
}.peer-help-ex .get-contactinfo-ex {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.peer-help-ex .info_item {
    width: 100%;
    max-width: none;
}.peer-help-ex .main-mentor-ex {
    grid-template-columns: repeat(2, 1fr);
}.peer-help-ex .study-group-ex {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.peer-help-ex {
    padding: 3rem 0 1.5rem;
}.peer-help-ex .get-contactinfo-ex {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.peer-help-ex .info_item p,
    .peer-help-ex .info_item a {
    font-size: calc(13px - 1px);
}.peer-help-ex .main-mentor-ex {
    text-align: center;
    grid-template-columns: 1fr;
}.peer-help-ex .main-mentor-ex a:hover {
    transform: none;
}.peer-help-ex .main-mentor-ex a::before {
    transform: translateX(-50%);
    left: 50%;
}.peer-help-ex .main-mentor-ex a:hover::before {
    width: 30px;
}.peer-help-ex .input_holder {
    width: 100%;
}}.course-offering-ex {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(151,151,158,0.5) 0%, rgb(185,185,190) 50%, rgb(119,119,126,0.5) 100%);
    position: relative;
    padding: 7rem 0;
}.course-offering-ex::before {
    left: -25%;
    content: "";
    top: -25%;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    opacity: 0.6;
    height: 150%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(151,151,158,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(119,119,126,0.5) 0%, transparent 50%);
    z-index: 0;
    transform-origin: center;
    filter: blur(60px);
    width: 150%;
    position: absolute;
}.course-offering-ex::after {
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    height: 100%;
    content: "";
    position: absolute;
    animation: gridMove 30s linear infinite;
    background-size: 20px 20px;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}.course-offering-ex .container {
    position: relative;
    z-index: 2;
}.course-offering-ex .community-team-ex {
    position: relative;
    grid-template-rows: repeat(12, minmax(30px, auto));
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    min-height: 550px;
    gap: 15px;
}.course-offering-ex .program-path-ex {
    z-index: 5;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 23px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / 8;
    grid-row: 3 / 11;
    background: rgba(255, 255, 255, 0.07);
}.course-offering-ex .program-path-ex::before {
    position: absolute;
    top: 0;
    border-radius: 23px;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgb(151,151,158,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(119,119,126,0.5) 0%, transparent 80%);
    opacity: 0.15;
    z-index: -1;
}.course-offering-ex .program-path-ex::after {
    content: "";
    background: linear-gradient(to right, rgb(151,151,158) 0%, transparent 100%);
    transform: translateX(-50%);
    height: 1px;
    position: absolute;
    filter: blur(1px);
    left: 50%;
    width: 80%;
    bottom: -10px;
}.course-offering-ex .main-navbar-ex {
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    height: 110px;
    position: relative;
    width: 110px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course-offering-ex .main-navbar-ex::before {
    z-index: -1;
    inset: -4px;
    background: conic-gradient(
        from 0deg, 
        rgb(151,151,158) 0%, 
        rgb(119,119,126) 50%, 
        rgb(151,151,158) 100%
    );
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    position: absolute;
    animation: rotateConic 10s linear infinite;
    content: "";
}.course-offering-ex .main-navbar-ex::after {
    inset: 6px;
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(185,185,190);
}.course-offering-ex .main-navbar-ex svg {
    z-index: 1;
    animation: floatLogo 6s ease-in-out infinite;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 10px rgb(151,151,158,0.5));
    top: 50%;
    position: absolute;
    width: 60px;
    height: 60px;
}.course-offering-ex .main-navbar-ex svg path {
    fill: rgb(151,151,158);
    transition: fill 0.3s ease;
}.course-offering-ex h3 {
    font-size: 29px;
    position: relative;
    line-height: 1.3;
    padding-right: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 1.5rem;
    transform-origin: left bottom;
    color: #ffffff;
    text-shadow: 0 0 20px rgb(151,151,158,0.5);
    font-weight: 700;
}.course-offering-ex h3::before {
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    left: 0;
    position: absolute;
    transform-origin: left;
    bottom: -8px;
    width: 60px;
    background: rgb(151,151,158);
    content: "";
}.course-offering-ex p {
    max-width: 100%;
    font-size: 13px;
    transform-origin: left bottom;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.8;
}.course-offering-ex .img-preview-ex {
    z-index: 4;
    overflow: hidden;
    height: 500px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    animation: morphShape 20s ease-in-out infinite alternate;
    grid-column: 5 / 13;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-row: 1 / 13;
    position: relative;
}.course-offering-ex .img-preview-ex::before {
    z-index: 1;
    inset: 0;
    position: absolute;
    opacity: 0.6;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(151,151,158,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(119,119,126,0.5) 0%, transparent 70%);
    content: "";
    mix-blend-mode: overlay;
}.course-offering-ex .img-preview-ex::after {
    mix-blend-mode: multiply;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(185,185,190) 100%
    );
    z-index: 1;
    height: 150%;
    animation: pulseOverlay 15s ease-in-out infinite;
    top: -25%;
    content: "";
    position: absolute;
    width: 150%;
    left: -25%;
    opacity: 0.2;
}.course-offering-ex .community-team-ex:hover .img-preview-ex {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}.course-offering-ex .community-team-ex:hover .program-path-ex {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.course-offering-ex .community-team-ex:hover .main-navbar-ex {
    transform: rotate(5deg) scale(1.05);
}.course-offering-ex .community-team-ex:hover .main-navbar-ex svg path {
    fill: rgb(119,119,126);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.course-offering-ex .community-team-ex {
    min-height: 500px;
}.course-offering-ex .program-path-ex {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.course-offering-ex h3 {
    font-size: calc(29px * 0.9);
}.course-offering-ex .main-navbar-ex {
    height: 100px;
    width: 100px;
}.course-offering-ex .main-navbar-ex svg {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 992px) {.course-offering-ex {
    padding: 5rem 0;
}.course-offering-ex .community-team-ex {
    gap: 10px;
    grid-template-rows: auto auto;
    min-height: auto;
    grid-template-columns: 1fr;
}.course-offering-ex .program-path-ex {
    padding: 2.5rem;
    margin-top: -80px;
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    z-index: 5;
}.course-offering-ex .img-preview-ex {
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    height: 350px;
    grid-row: 1 / 2;
    grid-column: 1 / -1;
}.course-offering-ex .main-navbar-ex {
    margin-right: auto;
    margin-left: auto;
}.course-offering-ex h3 {
    padding-right: 0;
    text-align: center;
}.course-offering-ex h3::before {
    transform: translateX(-50%) scaleX(0);
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
}.course-offering-ex p {
    text-align: center;
}.course-offering-ex .community-team-ex:hover .img-preview-ex {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course-offering-ex .community-team-ex:hover .program-path-ex {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.course-offering-ex {
    padding: 4rem 0;
}.course-offering-ex .img-preview-ex {
    height: 300px;
}.course-offering-ex .program-path-ex {
    margin-top: -60px;
    padding: 2rem;
}.course-offering-ex .main-navbar-ex {
    height: 90px;
    width: 90px;
    margin-bottom: 1.3rem;
}.course-offering-ex .main-navbar-ex svg {
    width: 50px;
    height: 50px;
}.course-offering-ex h3 {
    margin-bottom: 1.3rem;
    font-size: calc(29px * 0.8);
}.course-offering-ex p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.course-offering-ex {
    padding: 3rem 0;
}.course-offering-ex .img-preview-ex {
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}.course-offering-ex .program-path-ex {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.course-offering-ex .main-navbar-ex {
    margin-bottom: 1.2rem;
    width: 80px;
    height: 80px;
}.course-offering-ex .main-navbar-ex svg {
    height: 45px;
    width: 45px;
}.course-offering-ex h3 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
}.course-offering-ex h3::before {
    width: 50px;
    height: 2px;
}.course-offering-ex p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.opening-page-ex {
    width: 100%;
    overflow: hidden;
    position: relative;
}.opening-page-ex .learn-skillspro-ex {
    justify-content: flex-start;
    align-items: center;
    padding: 6rem 4rem;
    position: relative;
    min-height: 100vh;
    display: flex;
    isolation: isolate;
    box-sizing: border-box;
}.opening-page-ex .learn-skillspro-ex::before {
    width: 100%;
    background: linear-gradient(
    135deg,
    rgb(151,151,158,0.5),
    rgb(119,119,126,0.5),
    rgba(0, 0, 0, 0.65)
  );
    z-index: 1;
    left: 0;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}.opening-page-ex .learn-skillspro-ex::after {
    background: linear-gradient(
    170deg,
    transparent 35%,
    rgba(0, 0, 0, 0.5) 100%
  );
    backdrop-filter: contrast(1.05) saturate(1.2);
    z-index: 2;
    top: 0;
    content: "";
    width: 110%;
    left: -5%;
    position: absolute;
    height: 100%;
}.opening-page-ex .learn-lab-ex {
    max-width: 70%;
    position: relative;
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateX(5%) perspective(1000px) rotateY(-3deg);
    padding-left: 3rem;
    border-left: 4px solid rgb(119,119,126);
    z-index: 10;
}.opening-page-ex .learn-lab-ex::before {
    width: 100px;
    background: linear-gradient(
    45deg,
    rgb(151,151,158),
    rgb(119,119,126)
  );
    top: -30px;
    opacity: 0.3;
    transform: rotate(-15deg);
    animation: floatElement 8s ease-in-out infinite;
    height: 100px;
    border-radius: 10px;
    content: "";
    position: absolute;
    z-index: -1;
    left: -120px;
}.opening-page-ex .learn-lab-ex::after {
    content: "";
    height: 160px;
    position: absolute;
    transform: rotate(10deg);
    width: 160px;
    border-radius: 10px;
    bottom: -40px;
    animation: floatElement 10s ease-in-out infinite reverse;
    z-index: -1;
    opacity: 0.2;
    background: linear-gradient(
    -45deg,
    rgb(119,119,126),
    rgb(151,151,158)
  );
    right: -80px;
}.opening-page-ex h1 {
    letter-spacing: -0.02em;
    position: relative;
    margin: 0 0 1.5rem;
    line-height: 1.1;
    transform: translateY(5px);
    color: #ffffff;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 46px);
}.opening-page-ex h1::after {
    background: rgb(119,119,126);
    height: 4px;
    transform-origin: left;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    content: "";
    bottom: -0.5rem;
    left: 0;
    position: absolute;
    width: 3rem;
}.opening-page-ex h3 {
    position: relative;
    transform: translateX(0) translateY(0);
    font-weight: 600;
    max-width: 95%;
    animation: slideRight 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    line-height: 1.4;
    margin: 0 0 2rem;
    opacity: 0.92;
    color: #ffffff;
    font-size: clamp(1.2rem, 2.5vw, 23px);
}.opening-page-ex p {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.6;
    background: linear-gradient(
    90deg,
    #ffffff,
    rgba(255, 255, 255, 0.9)
  );
    animation: fadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    background-clip: text !important;
    transform: translateY(10px);
    font-size: clamp(1rem, 1.5vw, 17px);
    opacity: 0.85;
    margin: 0;
    max-width: 80%;
    -webkit-background-clip: text !important;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-2%) perspective(1000px) rotateY(-3deg);
  }
  100% {
    opacity: 1;
    transform: translateX(5%) perspective(1000px) rotateY(-3deg);
  }
}

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

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

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

@keyframes floatElement {
  0%, 100% {
    transform: rotate(-15deg) translateY(0);
  }
  50% {
    transform: rotate(-12deg) translateY(-15px);
  }
}


@media screen and (max-width: 1200px) {.opening-page-ex .learn-lab-ex {
    padding-left: 2.5rem;
    max-width: 80%;
}
}

@media screen and (max-width: 992px) {.opening-page-ex .learn-skillspro-ex {
    padding: 5rem 3rem;
    align-items: center;
}.opening-page-ex .learn-lab-ex {
    max-width: 90%;
    transform: translateX(0) perspective(1000px) rotateY(-2deg);
}.opening-page-ex h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
}
}

@media screen and (max-width: 768px) {.opening-page-ex .learn-skillspro-ex {
    padding: 4rem 2rem;
}.opening-page-ex .learn-lab-ex {
    max-width: 100%;
    transform: none;
    padding-left: 1.5rem;
}.opening-page-ex .learn-lab-ex::before {
    left: -50px;
    height: 70px;
    top: -20px;
    width: 70px;
}.opening-page-ex .learn-lab-ex::after {
    width: 100px;
    bottom: -30px;
    height: 100px;
    right: -40px;
}.opening-page-ex h1 {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
}.opening-page-ex h3 {
    max-width: 100%;
    font-size: clamp(1.1rem, 3vw, 1.4rem);
}.opening-page-ex p {
    max-width: 100%;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
}
}

@media screen and (max-width: 576px) {.opening-page-ex .learn-skillspro-ex {
    padding: 3rem 1.5rem;
    min-height: 80vh;
}.opening-page-ex .learn-lab-ex {
    padding-left: 1rem;
    border-left-width: 3px;
}.opening-page-ex h1 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 1rem;
}.opening-page-ex h1::after {
    width: 2.5rem;
    height: 3px;
}.opening-page-ex h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 4vw, 1.2rem);
}
}

@media (hover: hover) {.opening-page-ex:hover .learn-lab-ex {
    transform: translateX(5%) perspective(1000px) rotateY(-1deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}}.our-background-ex {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    background: rgb(185,185,190);
    isolation: isolate;
}.our-background-ex::before {
    opacity: 0.3;
    animation: backgroundMove 20s linear infinite;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.02) 75%, transparent 75%, transparent);
    z-index: -1;
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    width: 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.our-background-ex::after {
    top: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(151,151,158,0.5) 0%, transparent 20%, transparent 80%, rgb(119,119,126,0.5) 100%);
    left: 0;
    width: 100%;
}.our-background-ex .container {
    z-index: 1;
    position: relative;
}.our-background-ex .community-team-ex {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 70px;
}.our-background-ex h3 {
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 50px;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 34px;
    padding-left: 25px;
}.our-background-ex h3::before {
    animation: headerPulse 2s infinite;
    content: "";
    position: absolute;
    height: 3px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background: rgb(151,151,158);
    width: 15px;
}@keyframes headerPulse {
    0%, 100% {
        opacity: 1;
        width: 15px;
    }
    50% {
        opacity: 0.5;
        width: 10px;
    }
}

.our-background-ex h3::after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(151,151,158) 0%, rgb(151,151,158,0.5) 50%, transparent 100%);
    position: absolute;
}.our-background-ex .value-prop-ex {
    display: grid;
    gap: 50px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    padding: 40px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    grid-template-columns: 1.2fr 1fr;
}.our-background-ex .value-prop-ex::before {
    opacity: 0.1;
    left: -50%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    content: "";
    width: 200%;
    top: -50%;
    animation: patternRotate 60s linear infinite;
    position: absolute;
    height: 200%;
    z-index: -1;
    transform-origin: center;
}@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our-background-ex .value-prop-ex::after {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    top: 0;
    background: radial-gradient(circle at top right, rgb(151,151,158,0.5) 0%, transparent 70%);
    left: 0;
    z-index: -1;
    content: "";
}.our-background-ex .value-prop-ex:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
    transform: translateY(-8px) scale(1.01);
}.our-background-ex .value-prop-ex span {
    font-size: 19px;
    grid-column: 1 / 2;
    padding-left: 40px;
    display: block;
    margin-bottom: 20px;
    grid-row: 1 / 2;
    color: rgb(151,151,158);
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
}.our-background-ex .value-prop-ex span::before {
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgb(151,151,158), rgb(119,119,126));
    left: 0;
    content: "";
    top: 50%;
    width: 30px;
}.our-background-ex .value-prop-ex span::after {
    animation: pulseCircle 2.5s infinite;
    height: 8px;
    transform: translateY(-50%) scale(0.8);
    width: 8px;
    content: "";
    top: 50%;
    position: absolute;
    background: rgb(151,151,158);
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgb(151,151,158,0.5);
    left: 0;
}@keyframes pulseCircle {
    0% {
        box-shadow: 0 0 0 0 rgb(151,151,158,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.our-background-ex .value-prop-ex p {
    padding-left: 20px;
    line-height: 1.8;
    grid-row: 2 / 3;
    border-left: 2px solid rgb(151,151,158,0.5);
    font-size: 18px;
    position: relative;
    margin-bottom: 0;
    grid-column: 1 / 2;
    color: #000000;
}.our-background-ex .value-prop-ex .img-preview-ex {
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    min-height: 350px;
    grid-row: 1 / 4;
    grid-column: 2 / 3;
    border-radius: calc(24px - 5px);
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 100%;
    overflow: hidden;
}.our-background-ex .value-prop-ex .img-preview-ex::before {
    background: linear-gradient(
        135deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
    transition: opacity 0.4s ease;
    content: "";
    width: 100%;
    opacity: 0.4;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.our-background-ex .value-prop-ex .img-preview-ex::after {
    height: 30%;
    opacity: 0.5;
    background: linear-gradient(
        to top, 
        #000000 0%, 
        transparent 100%
    );
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
}.our-background-ex .value-prop-ex .img-preview-ex:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) translateY(-5px);
}.our-background-ex .value-prop-ex .img-preview-ex:hover::before {
    opacity: 0.1;
}.our-background-ex .skills-center-ex {
    gap: 50px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    grid-template-columns: 1fr 1.2fr;
    overflow: hidden;
    position: relative;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    border-radius: 24px;
    backdrop-filter: blur(8px);
    align-items: center;
}.our-background-ex .skills-center-ex::before {
    opacity: 0.1;
    content: "";
    transform-origin: center;
    height: 200%;
    left: -50%;
    z-index: -1;
    top: -50%;
    animation: patternRotate 60s linear infinite reverse;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    width: 200%;
    position: absolute;
}.our-background-ex .skills-center-ex::after {
    background: radial-gradient(circle at bottom left, rgb(119,119,126,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}.our-background-ex .skills-center-ex:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
}.our-background-ex .skills-center-ex p {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 10px 10px 0;
    position: relative;
    font-size: 18px;
    color: #000000;
    padding: 20px;
    line-height: 1.8;
    border-left: 2px solid rgb(119,119,126);
}.our-background-ex .skills-center-ex p::before {
    position: absolute;
    width: 3px;
    animation: borderPulse 3s infinite;
    height: 100%;
    left: 0;
    content: "";
    background: rgb(119,119,126);
    top: 0;
}@keyframes borderPulse {
    0%, 100% {
        height: 100%;
    }
    50% {
        height: 70%;
    }
}

.our-background-ex .skills-center-ex .guide-approach-ex {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    overflow: hidden;
    height: 430px;
    border-radius: calc(24px - 5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
    position: relative;
}.our-background-ex .skills-center-ex .guide-approach-ex::before {
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0.4;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}.our-background-ex .skills-center-ex .guide-approach-ex::after {
    top: 0;
    position: absolute;
    animation: directorShine 6s infinite;
    height: 100%;
    content: "";
    transform: skewX(-25deg);
    z-index: 2;
    left: -150%;
    width: 60%;
    background: linear-gradient(
        to right, 
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}@keyframes directorShine {
    0% {
        left: -150%;
    }
    30%, 100% {
        left: 200%;
    }
}

.our-background-ex .skills-center-ex .guide-approach-ex:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.our-background-ex .skills-center-ex .guide-approach-ex:hover::before {
    opacity: 0.2;
}.our-background-ex .container::before,
.our-background-ex .container::after,
.our-background-ex .community-team-ex::before,
.our-background-ex .community-team-ex::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    filter: blur(30px);
    z-index: -1;
    opacity: 0.1;
}.our-background-ex .container::before {
    animation: floatBlob 15s ease-in-out infinite alternate;
    left: -50px;
    height: 150px;
    background: rgb(151,151,158);
    width: 150px;
    top: -50px;
}.our-background-ex .container::after {
    height: 200px;
    bottom: -100px;
    right: -80px;
    animation: floatBlob 18s ease-in-out 2s infinite alternate-reverse;
    background: rgb(119,119,126);
    width: 200px;
}.our-background-ex .community-team-ex::before {
    left: -80px;
    width: 100px;
    height: 100px;
    background: rgb(151,151,158);
    top: 30%;
    animation: floatBlob 12s ease-in-out 1s infinite alternate;
}.our-background-ex .community-team-ex::after {
    bottom: 20%;
    animation: floatBlob 14s ease-in-out 3s infinite alternate-reverse;
    height: 120px;
    right: -60px;
    width: 120px;
    background: rgb(119,119,126);
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

@media screen and (max-width: 1199px) {.our-background-ex {
    padding: 100px 0 80px;
}.our-background-ex .community-team-ex {
    gap: 50px;
}.our-background-ex h3 {
    font-size: calc(34px - 0.2rem);
    margin-bottom: 40px;
}.our-background-ex .value-prop-ex,
    .our-background-ex .skills-center-ex {
    gap: 40px;
    padding: 30px;
}.our-background-ex .value-prop-ex .img-preview-ex {
    min-height: 330px;
}.our-background-ex .skills-center-ex .guide-approach-ex {
    height: 380px;
}.our-background-ex .container::before,
    .our-background-ex .container::after,
    .our-background-ex .community-team-ex::before,
    .our-background-ex .community-team-ex::after {
    filter: blur(25px);
}
}

@media screen and (max-width: 991px) {.our-background-ex {
    padding: 80px 0 60px;
}.our-background-ex .community-team-ex {
    gap: 40px;
}.our-background-ex h3 {
    font-size: calc(34px - 0.4rem);
    margin-bottom: 30px;
}.our-background-ex .value-prop-ex,
    .our-background-ex .skills-center-ex {
    padding: 25px;
    gap: 30px;
}.our-background-ex .value-prop-ex {
    grid-template-columns: 1fr 1fr;
}.our-background-ex .skills-center-ex {
    grid-template-columns: 1fr;
}.our-background-ex .value-prop-ex .img-preview-ex {
    min-height: 300px;
}.our-background-ex .skills-center-ex .guide-approach-ex {
    margin: 0 auto;
    height: 350px;
    max-width: 85%;
}.our-background-ex .skills-center-ex p {
    grid-row: 1 / 2;
}.our-background-ex .skills-center-ex .guide-approach-ex {
    grid-row: 2 / 3;
}.our-background-ex .container::before,
    .our-background-ex .container::after {
    width: 120px;
    height: 120px;
}.our-background-ex .community-team-ex::before,
    .our-background-ex .community-team-ex::after {
    width: 80px;
    height: 80px;
}
}

@media screen and (max-width: 767px) {.our-background-ex {
    padding: 60px 0 40px;
}.our-background-ex::before {
    background-size: 15px 15px;
}.our-background-ex .community-team-ex {
    gap: 30px;
}.our-background-ex h3 {
    font-size: calc(34px - 0.6rem);
    margin-bottom: 25px;
}.our-background-ex .value-prop-ex {
    gap: 25px;
    grid-template-columns: 1fr;
}.our-background-ex .value-prop-ex span {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.our-background-ex .value-prop-ex p {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.our-background-ex .value-prop-ex .img-preview-ex {
    grid-row: 3 / 4;
    min-height: 280px;
    grid-column: 1 / 2;
}.our-background-ex .skills-center-ex {
    gap: 25px;
}.our-background-ex .skills-center-ex .guide-approach-ex {
    height: 320px;
    max-width: 100%;
}.our-background-ex .value-prop-ex span {
    font-size: calc(19px - 0.2rem);
}.our-background-ex .value-prop-ex p,
    .our-background-ex .skills-center-ex p {
    font-size: calc(18px - 0.1rem);
}.our-background-ex .container::before,
    .our-background-ex .container::after,
    .our-background-ex .community-team-ex::before,
    .our-background-ex .community-team-ex::after {
    filter: blur(20px);
}
}

@media screen and (max-width: 575px) {.our-background-ex {
    padding: 50px 0 30px;
}.our-background-ex::before {
    background-size: 10px 10px;
}.our-background-ex .community-team-ex {
    gap: 25px;
}.our-background-ex h3 {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: calc(34px - 0.8rem);
}.our-background-ex h3::before {
    width: 12px;
}.our-background-ex .value-prop-ex,
    .our-background-ex .skills-center-ex {
    gap: 20px;
    padding: 20px;
}.our-background-ex .value-prop-ex span {
    font-size: calc(19px - 0.3rem);
    padding-left: 35px;
}.our-background-ex .value-prop-ex span::before {
    width: 25px;
}.our-background-ex .value-prop-ex .img-preview-ex {
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
    min-height: 250px;
}.our-background-ex .skills-center-ex .guide-approach-ex {
    height: 280px;
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);
}.our-background-ex .value-prop-ex p,
    .our-background-ex .skills-center-ex p {
    font-size: calc(18px - 0.2rem);
    line-height: 1.6;
    padding: 15px;
}.our-background-ex .container::before,
    .our-background-ex .container::after,
    .our-background-ex .community-team-ex::before,
    .our-background-ex .community-team-ex::after {
    filter: blur(15px);
    opacity: 0.08;
}}.privacy-repository-ex {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(185,185,190);
    color: #000000;
    padding: 50px;
}.privacy-repository-ex h1 {
    font-size: 43px;
    color: rgb(151,151,158);
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.privacy-repository-ex h2 {
    color: rgb(119,119,126);
    font-family: Arial, sans-serif;
    margin: 15px 0;
    font-size: 36px;
    font-weight: 700;
}.privacy-repository-ex h3, .privacy-repository-ex h4, .privacy-repository-ex h5, .privacy-repository-ex h6 {
    margin: 1rem 0;
    color: rgb(119,119,126);
}.privacy-repository-ex ul {
    list-style-type: none;
    padding: 0;
}.privacy-repository-ex li {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
}.privacy-repository-ex li:before {
    display: inline-block;
    color: rgb(151,151,158);
    width: 1em;
    content: "\2022";
    margin-left: -1em;
}
@media only screen and (max-width: 800px) {.privacy-repository-ex {
    padding: 30px;
}.privacy-repository-ex h1 {
    font-size: calc(20px * 0.9);
}.privacy-repository-ex h2 {
    font-size: calc(20px * 0.9);
}.privacy-repository-ex li {
    font-size: calc(14px * 0.9);
}}.pricing-options-ex {
    overflow: hidden;
    background: rgb(185,185,190);
    padding: 5rem 0;
    position: relative;
}.pricing-options-ex::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, rgb(119,119,126,0.5), rgb(151,151,158,0.5));
    filter: blur(60px);
    width: 300px;
    border-radius: 50%;
    height: 300px;
    top: -50px;
    right: -50px;
}.pricing-options-ex::after {
    height: 250px;
    content: "";
    z-index: 0;
    width: 250px;
    left: -50px;
    border-radius: 50%;
    filter: blur(50px);
    position: absolute;
    bottom: -50px;
    background: linear-gradient(225deg, rgb(151,151,158,0.5), rgb(119,119,126,0.5));
}.pricing-options-ex .container {
    position: relative;
    z-index: 1;
}.pricing-options-ex .study-costs-ex {
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
}.pricing-options-ex .package-deals-ex {
    position: relative;
    padding: 0 1rem;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}.pricing-options-ex .package-deals-ex h2 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(34px * 1.1);
    position: relative;
    color: #000000;
    font-weight: 700;
}.pricing-options-ex .package-deals-ex h2::after {
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(151,151,158), rgb(119,119,126));
    content: "";
    left: 50%;
    bottom: -10px;
    height: 3px;
    width: 80px;
}.pricing-options-ex .indv-cost-ex {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
}.pricing-options-ex .monthly-rate-ex {
    perspective: 1000px;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.pricing-options-ex .learning-plan-ex {
    transform-style: preserve-3d;
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.pricing-options-ex .learning-plan-ex:hover {
    transform: translateY(-10px);
}.pricing-options-ex .promo-plans-ex {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    flex-direction: column;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    min-height: 430px;
    position: relative;
    justify-content: space-between;
    transition: all 0.4s ease;
}.pricing-options-ex .learning-plan-ex:hover .promo-plans-ex {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing-options-ex .bundle-rate-ex {
    flex: 1;
    position: relative;
    padding: 2rem;
    z-index: 2;
}.pricing-options-ex .learning-plan-ex h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: calc(18px * 1.1);
    position: relative;
    color: #000000;
}.pricing-options-ex .learning-plan-ex h3::before {
    background: rgb(151,151,158);
    position: absolute;
    bottom: -5px;
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
}.pricing-options-ex .learning-plan-ex:hover h3::before {
    width: 100%;
}.pricing-options-ex .skill-plans-ex {
    font-size: calc(18px * 1.4);
    position: relative;
    margin: 1.5rem 0;
    color: rgb(119,119,126);
    font-weight: 700;
    display: block;
}.pricing-options-ex .skill-plans-ex::after {
    transform: translateY(-50%);
    position: absolute;
    content: "";
    border-radius: 3px;
    left: -10px;
    background: rgb(151,151,158);
    width: 3px;
    height: 20px;
    top: 50%;
}.pricing-options-ex .learning-plan-ex p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 1rem;
    hyphens: auto;
    color: #000000;
}.pricing-options-ex .img-preview-ex {
    position: relative;
    height: 180px;
}.pricing-options-ex .img-preview-ex::before {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    inset: 0;
    content: "";
    z-index: 1;
}.pricing-options-ex .learning-plan-ex:nth-child(1) .promo-plans-ex {
    border-top: 4px solid rgb(151,151,158);
}.pricing-options-ex .learning-plan-ex:nth-child(2) .promo-plans-ex {
    border-top: 4px solid rgb(119,119,126);
}.pricing-options-ex .learning-plan-ex:nth-child(3) .promo-plans-ex {
    border-top: 4px solid #6c5ce7;
}.pricing-options-ex .learning-plan-ex:nth-child(4) .promo-plans-ex {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing-options-ex .monthly-rate-ex {
    grid-template-columns: repeat(2, 1fr);
}.pricing-options-ex .promo-plans-ex {
    min-height: 480px;
}.pricing-options-ex .package-deals-ex {
    padding: 0 2rem;
}.pricing-options-ex .package-deals-ex h2 {
    font-size: calc(34px * 1.2);
}
}

@media (min-width: 992px) {.pricing-options-ex .study-costs-ex {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.pricing-options-ex .monthly-rate-ex {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing-options-ex .package-deals-ex {
    flex: 1;
    padding-right: 3rem;
    text-align: left;
}.pricing-options-ex .package-deals-ex h2::after {
    left: 0;
    transform: none;
}.pricing-options-ex .promo-plans-ex {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing-options-ex .monthly-rate-ex {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing-options-ex .learning-plan-ex {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-options-ex .learning-plan-ex:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing-options-ex .promo-plans-ex {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    min-height: 520px;
}.pricing-options-ex .img-preview-ex {
    height: 200px;
}.pricing-options-ex .skill-plans-ex {
    font-size: calc(18px * 1.6);
}.pricing-options-ex .package-deals-ex h2 {
    font-size: calc(34px * 1.3);
}}.course-beneficiaries-ex {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(185,185,190) 0%, rgb(151,151,158,0.5) 100%);
    position: relative;
    overflow: hidden;
}.course-beneficiaries-ex::before {
    z-index: 0;
    opacity: 0.6;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(119,119,126,0.5) 0%, 
            transparent 50%
        );
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
}.course-beneficiaries-ex::after {
    background: 
        linear-gradient(
            to top,
            rgb(185,185,190) 0%,
            transparent 100%
        );
    content: "";
    height: 200px;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
}.course-beneficiaries-ex .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.course-beneficiaries-ex .community-team-ex {
    padding: 0 50px;
    overflow: visible;
    position: relative;
}.course-beneficiaries-ex h4 {
    padding-left: 25px;
    margin-bottom: 80px;
    font-weight: 700;
    position: relative;
    max-width: 700px;
    line-height: 1.2;
    font-size: 48px;
    color: #000000;
}.course-beneficiaries-ex h4::before {
    border-radius: 3px;
    content: "";
    bottom: 15px;
    background: linear-gradient(180deg, rgb(151,151,158), rgb(119,119,126));
    top: 15px;
    left: 0;
    width: 6px;
    position: absolute;
}.course-beneficiaries-ex div {
    display: flex;
    flex-direction: column;
    position: relative;
}.course-beneficiaries-ex div::before {
    left: 36px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(180deg, rgb(151,151,158,0.5), rgb(119,119,126,0.5));
    opacity: 0.5;
    content: "";
}.course-beneficiaries-ex div p {
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    padding-left: 85px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    margin: 0 0 35px 0;
}.course-beneficiaries-ex div p:last-child {
    margin-bottom: 0;
}.course-beneficiaries-ex div p:hover {
    transform: translateX(10px);
}.course-beneficiaries-ex div p svg {
    position: absolute;
    z-index: 2;
    background: #ffffff;
    width: 32px;
    left: 20px;
    transition: all 0.3s ease;
    height: 32px;
    top: 0;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.course-beneficiaries-ex div p:hover svg {
    transform: scale(1.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.course-beneficiaries-ex div p svg path {
    fill: rgb(151,151,158);
    transition: fill 0.3s ease;
}.course-beneficiaries-ex div p:hover svg path {
    fill: rgb(119,119,126);
}.course-beneficiaries-ex div p::before {
    content: "";
    transition: all 0.3s ease;
    height: 2px;
    opacity: 0;
    left: 75px;
    position: absolute;
    width: 10px;
    background: rgb(151,151,158);
    top: 16px;
}.course-beneficiaries-ex div p:hover::before {
    width: 20px;
    opacity: 1;
}.course-beneficiaries-ex div p::after {
    opacity: 0;
    z-index: -1;
    top: -10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: calc(100% + 20px);
    background: #ffffff;
    width: calc(100% - 60px);
    position: absolute;
    content: "";
    border-radius: 24px;
    left: 60px;
    transform: scale(0.95);
}.course-beneficiaries-ex div p:hover::after {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {.course-beneficiaries-ex {
    padding: 100px 0;
}.course-beneficiaries-ex .community-team-ex {
    padding: 0 30px;
}.course-beneficiaries-ex h4 {
    font-size: calc(48px - 6px);
    margin-bottom: 60px;
}.course-beneficiaries-ex div p {
    padding-left: 75px;
    margin-bottom: 30px;
}.course-beneficiaries-ex div::before {
    left: 31px;
}.course-beneficiaries-ex div p svg {
    height: 28px;
    left: 17px;
    width: 28px;
}.course-beneficiaries-ex div p::before {
    left: 65px;
}.course-beneficiaries-ex div p::after {
    left: 50px;
    width: calc(100% - 50px);
}
}

@media (max-width: 767px) {.course-beneficiaries-ex {
    padding: 80px 0;
}.course-beneficiaries-ex .community-team-ex {
    padding: 0 20px;
}.course-beneficiaries-ex h4 {
    font-size: calc(48px - 12px);
    padding-left: 20px;
    margin-bottom: 50px;
}.course-beneficiaries-ex h4::before {
    width: 4px;
}.course-beneficiaries-ex div p {
    margin-bottom: 25px;
    padding-left: 65px;
}.course-beneficiaries-ex div::before {
    left: 28px;
}.course-beneficiaries-ex div p svg {
    height: 24px;
    width: 24px;
    left: 16px;
}.course-beneficiaries-ex div p::before {
    top: 14px;
    left: 55px;
}.course-beneficiaries-ex div p::after {
    left: 45px;
    width: calc(100% - 45px);
}
}

@media (max-width: 479px) {.course-beneficiaries-ex {
    padding: 60px 0;
}.course-beneficiaries-ex .community-team-ex {
    padding: 0 10px;
}.course-beneficiaries-ex h4 {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(48px - 18px);
}.course-beneficiaries-ex div p {
    margin-bottom: 20px;
    font-size: calc(15px - 1px);
    padding-left: 55px;
}.course-beneficiaries-ex div::before {
    left: 23px;
}.course-beneficiaries-ex div p svg {
    padding: 6px;
    height: 20px;
    left: 13px;
    width: 20px;
}.course-beneficiaries-ex div p::before {
    top: 10px;
    left: 45px;
}.course-beneficiaries-ex div p::after {
    left: 40px;
    width: calc(100% - 40px);
}}header {
    position: relative;
    padding: 1.2rem 0;
    z-index: 1000;
    background-color: rgb(185,185,190);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}header::before {
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(151,151,158,0.5) 49.5%, rgb(151,151,158,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(119,119,126,0.5) 49.5%, rgb(119,119,126,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    position: absolute;
    animation: gridMove 40s linear infinite;
    content: '';
    opacity: 0.15;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}header::after {
    content: '';
    left: 0;
    height: 4px;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(151,151,158) 0%, 
        rgb(119,119,126) 50%, 
        rgb(151,151,158) 100%);
    position: absolute;
}header .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .main-know-ex {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}header .top-navbar-ex {
    display: flex;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 17px;
    backdrop-filter: blur(10px);
    gap: 0.5rem;
}header .head-section-ex {
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
}header .head-section-ex::before {
    top: -2px;
    bottom: -2px;
    transform: scale(0.95);
    content: '';
    right: -2px;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: linear-gradient(45deg, rgb(151,151,158), rgb(119,119,126));
    left: -2px;
    z-index: -1;
    border-radius: calc(10px + 2px);
}header .head-section-ex::after {
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    top: 0;
    background: rgb(151,151,158);
    border-radius: 10px;
    z-index: -1;
    position: absolute;
}header .head-section-ex:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateY(-3px);
}header .head-section-ex:hover::before {
    opacity: 1;
    transform: scale(1);
}header .site-core-ex {
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
}header .site-core-ex::before {
    transition: 0.5s;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 100%;
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
}header .site-core-ex:hover::before {
    left: 100%;
}header .site-core-ex svg {
    z-index: 2;
    position: relative;
    width: 160px;
    height: auto;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top-navbar-ex {
    gap: 0.3rem;
}header .head-section-ex {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .site-core-ex svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .main-know-ex {
    flex-direction: column;
}header .top-navbar-ex {
    order: 2;
    padding: 10px;
    gap: 0.5rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
}header .head-section-ex {
    padding: 0.5rem 0.7rem;
    font-size: calc(16px - 2px);
}header .site-core-ex {
    margin-bottom: 0.5rem;
    order: 1;
}header .site-core-ex svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .top-navbar-ex {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .top-navbar-ex::-webkit-scrollbar {
    height: 3px;
}header .top-navbar-ex::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(151,151,158);
}header .head-section-ex {
    white-space: nowrap;
}header .site-core-ex svg {
    width: 110px;
}}.appNote-ex {
    position: relative;
    background: linear-gradient(135deg, rgb(185,185,190) 0%, rgba(rgb(119,119,126,0.5), 0.15) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 5rem 0;
}.appNote-ex::before {
    background: linear-gradient(145deg, rgb(151,151,158) 0%, rgba(rgb(151,151,158,0.5), 0.2) 100%);
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0% 85%);
    animation: floatBg 18s infinite alternate ease-in-out;
    width: 60%;
    position: absolute;
    left: -10%;
    height: 180%;
    transform: rotate(-15deg) translateZ(0);
    content: "";
    z-index: -1;
    top: -20%;
}.appNote-ex::after {
    right: -5%;
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    width: 40%;
    transform: rotate(12deg) translateZ(0);
    bottom: -10%;
    background: linear-gradient(215deg, rgb(119,119,126) 0%, rgba(rgb(119,119,126,0.5), 0.3) 100%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    height: 140%;
    z-index: -1;
    content: "";
    position: absolute;
}.appNote-ex .container {
    max-width: 1320px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.appNote-ex .community-team-ex {
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    transform: translateY(0);
    position: relative;
    padding: 4rem;
    border-left: 4px solid rgb(151,151,158);
    backdrop-filter: blur(15px);
    animation: slideUp 0.9s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    opacity: 1;
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 5px 15px rgba(rgb(151,151,158,0.5), 0.05);
}.appNote-ex .community-team-ex::before {
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(rgb(119,119,126,0.5), 0.2);
    position: absolute;
    pointer-events: none;
    transform: translate(-10px, -10px);
    left: 20px;
    z-index: -1;
    top: 20px;
    content: "";
}.appNote-ex .community-team-ex > div:first-child {
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    transform: translateX(0);
    margin-bottom: 2rem;
    position: relative;
}.appNote-ex .community-team-ex > div:first-child::after {
    position: absolute;
    width: 80px;
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    content: "";
    left: 0;
    bottom: -0.8rem;
    height: 3px;
    background: rgb(151,151,158);
}.appNote-ex h5 {
    margin: 0;
    color: #000000;
    transform: translateZ(0);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
}.appNote-ex .community-team-ex > div:last-child {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.5s ease-out forwards;
}.appNote-ex a {
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.26, 0.97);
}.appNote-ex a:hover {
    transform: translateY(-5px);
}.appNote-ex a::before {
    content: "";
    border-radius: 10px;
    left: -20px;
    top: -15px;
    height: 40px;
    position: absolute;
    transition: all 0.4s ease;
    transform: rotate(-15deg);
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(151,151,158) 0%, rgb(119,119,126) 100%);
    width: 40px;
}.appNote-ex a:hover::before {
    transform: rotate(0deg) scale(1.2);
    opacity: 0.2;
}.appNote-ex p {
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    position: relative;
    z-index: 2;
    font-size: 15px;
}

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

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

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

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

@media (max-width: 991px) {.appNote-ex {
    padding: 4rem 0;
}.appNote-ex .community-team-ex {
    padding: 3rem;
}.appNote-ex h5 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 767px) {.appNote-ex {
    padding: 3rem 0;
}.appNote-ex .community-team-ex {
    padding: 2.5rem 2rem;
}.appNote-ex h5 {
    font-size: calc(24px * 0.85);
}.appNote-ex p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.appNote-ex::before {
    width: 80%;
}.appNote-ex::after {
    width: 60%;
}
}

@media (max-width: 575px) {.appNote-ex {
    padding: 2.5rem 0;
}.appNote-ex .community-team-ex {
    padding: 2rem 1.5rem;
}.appNote-ex h5 {
    font-size: calc(24px * 0.8);
}.appNote-ex p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.appNote-ex .community-team-ex::before {
    display: none;
}.appNote-ex .community-team-ex > div:first-child::after {
    width: 60px;
}
    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 60px;
        }
    }
}

@media (hover: hover) {.appNote-ex a {
    position: relative;
    overflow: hidden;
}.appNote-ex a::after {
    transform-origin: right;
    height: 1px;
    width: 100%;
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    background: rgb(151,151,158);
    content: "";
    position: absolute;
    left: 0;
}.appNote-ex a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}}#cookie-popupalert-ex {
    display: none;
}#cookie-popupalert-ex:checked ~ .trackingPolicyPanel-ex {
    opacity: 0;
    visibility: hidden;
}.trackingPolicyPanel-ex {
    width: 100%;
    z-index: 90;
    background: rgb(119,119,126);
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    border-top: 3px solid rgb(151,151,158);
    padding: 20px 0;
    bottom: 0;
}.cookie-user-ex {
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    gap: 20px;
    display: flex;
    border: 2px dashed rgb(151,151,158);
    align-items: center;
    padding: 20px 5%;
}.trackingPolicyPanel-ex h5 {
    font-size: 19px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgb(151,151,158);
}.trackingPolicyPanel-ex p {
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    position: relative;
    font-size: 18px;
}.visitor-controls-ex {
    display: flex;
    border-radius: 15px;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
    background: rgb(151,151,158,0.5);
    padding: 10px;
    justify-content: center;
}.visitor-controls-ex svg {
    fill: rgb(151,151,158);
    height: 60px;
    width: 60px;
}.cookies-terms-ex {
    min-width: 140px;
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgb(151,151,158);
    cursor: pointer;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    flex-shrink: 0;
    text-decoration: none;
    color: #000000;
    padding: 10px 20px;
    background: rgb(151,151,158);
}.cookies-terms-ex:hover {
    background-color: rgb(119,119,126);
    box-shadow: 0 0 10px rgb(119,119,126);
}.cookie_button.web-tracking-ex {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(119,119,126);
}.cookie_button.web-tracking-ex:hover {
    box-shadow: 0 0 10px rgb(119,119,126);
}.trackingPolicyPanel-ex p a {
    text-decoration: none;
    border-bottom: 1px dashed rgb(151,151,158);
    transition: color 0.3s ease;
    color: rgb(151,151,158);
}.trackingPolicyPanel-ex p a:hover {
    color: rgb(119,119,126);
}
@media only screen and (max-width: 1200px) {.trackingPolicyPanel-ex {
    padding: 15px 0;
}.cookie-user-ex {
    padding: 15px 5%;
}.visitor-controls-ex {
    display: none;
}.cookie-user-ex {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.trackingPolicyPanel-ex h5 {
    font-size: 21px;
    margin-bottom: 10px;
}.consent-edu-ex {
    margin-bottom: 15px;
}.cookies-terms-ex {
    margin: 10px 0;
    min-width: 100%;
}}
.statistical-summary-ex {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,185,190) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 80px 20px;
}.statistical-summary-ex::before {
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(119,119,126,0.5) 0px,
        rgb(119,119,126,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.05;
    height: 100%;
}.statistical-summary-ex h3 {
    position: relative;
    color: #000000;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
    text-align: center;
    transform: perspective(1000px) translateZ(20px);
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 34px;
}.statistical-summary-ex h3::after {
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(151,151,158), rgb(119,119,126));
    content: "";
    bottom: -15px;
}.statistical-summary-ex .container {
    perspective: 1000px;
    z-index: 2;
    position: relative;
}.statistical-summary-ex ul {
    list-style: none;
    perspective: 800px;
    transform-style: preserve-3d;
    gap: 25px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.statistical-summary-ex .success-factors-ex {
    justify-content: center;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    align-items: center;
    z-index: 2;
    border-left: 3px solid rgb(151,151,158);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.9) 0%, 
        rgba(255, 255, 255, 0.7) 100%
    );
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    display: flex;
    padding: 30px 25px;
}.statistical-summary-ex .success-factors-ex::before {
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(151,151,158) 0%,
        rgb(119,119,126) 100%
    );
    height: 5px;
    opacity: 0.8;
}.statistical-summary-ex .success-factors-ex::after {
    opacity: 0.1;
    z-index: -1;
    border-radius: 50% 0 0 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgb(151,151,158,0.5);
    width: 50px;
    right: 0;
    position: absolute;
    height: 50px;
    bottom: 0;
    transform: scale(0);
    content: "";
}.statistical-summary-ex .success-factors-ex:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px) translateZ(10px);
}.statistical-summary-ex .success-factors-ex:hover::after {
    transform: scale(4);
}.statistical-summary-ex .success-factors-ex span {
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    font-size: 17px;
    transition: transform 0.3s ease;
}.statistical-summary-ex .success-factors-ex p {
    background: linear-gradient(135deg, rgb(151,151,158), rgb(119,119,126));
    margin: 5px 0 0;
    z-index: 2;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    font-size: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-text-fill-color: transparent;
    position: relative;
    font-weight: 700;
    color: rgb(151,151,158);
    -webkit-background-clip: text !important;
}.statistical-summary-ex .success-factors-ex:hover p {
    transform: scale(1.1);
}.statistical-summary-ex .success-factors-ex:nth-child(odd) {
    transform: translateZ(5px) rotateX(2deg);
}.statistical-summary-ex .success-factors-ex:nth-child(even) {
    transform: translateZ(10px) rotateX(-2deg);
}.statistical-summary-ex .success-factors-ex:nth-child(3n) {
    border-left-color: rgb(119,119,126);
}.statistical-summary-ex .success-factors-ex:nth-child(3n+1)::before {
    background: linear-gradient(
        90deg,
        rgb(119,119,126) 0%,
        rgb(151,151,158) 100%
    );
}

@media (min-width: 768px) {.statistical-summary-ex {
    padding: 100px 30px;
}.statistical-summary-ex h3 {
    margin-bottom: 60px;
    font-size: calc(34px * 1.2);
}.statistical-summary-ex ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}.statistical-summary-ex .success-factors-ex {
    padding: 35px 30px;
}.statistical-summary-ex .success-factors-ex span {
    font-size: calc(17px * 1.1);
}.statistical-summary-ex .success-factors-ex p {
    font-size: 3rem;
}
}

@media (min-width: 1200px) {.statistical-summary-ex {
    padding: 120px 40px;
}.statistical-summary-ex h3 {
    margin-bottom: 80px;
}.statistical-summary-ex ul {
    grid-template-columns: repeat(4, 1fr);
}.statistical-summary-ex .success-factors-ex {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.statistical-summary-ex .success-factors-ex:hover {
    transform: translateY(-8px) translateZ(15px);
}
}

@media (max-width: 767px) {.statistical-summary-ex {
    padding: 60px 15px;
}.statistical-summary-ex h3 {
    margin-bottom: 40px;
    font-size: 34px;
}.statistical-summary-ex ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.statistical-summary-ex .success-factors-ex {
    padding: 25px 20px;
}.statistical-summary-ex .success-factors-ex span {
    font-size: 17px;
}.statistical-summary-ex .success-factors-ex p {
    font-size: 2rem;
}.statistical-summary-ex .success-factors-ex:nth-child(odd),
    .statistical-summary-ex .success-factors-ex:nth-child(even) {
    transform: none;
}}

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

.statistical-summary-ex .success-factors-ex {
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.statistical-summary-ex .success-factors-ex:nth-child(1) {
    animation-delay: 0.1s;
}.statistical-summary-ex .success-factors-ex:nth-child(2) {
    animation-delay: 0.2s;
}.statistical-summary-ex .success-factors-ex:nth-child(3) {
    animation-delay: 0.3s;
}.statistical-summary-ex .success-factors-ex:nth-child(4) {
    animation-delay: 0.4s;
}.statistical-summary-ex .success-factors-ex:nth-child(5) {
    animation-delay: 0.5s;
}.statistical-summary-ex .success-factors-ex:nth-child(6) {
    animation-delay: 0.6s;
}.statistical-summary-ex .success-factors-ex:nth-child(7) {
    animation-delay: 0.7s;
}.contact-information-ex {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.contact-information-ex::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, rgb(119,119,126) 0%, rgb(151,151,158) 100%);
    top: 0;
    opacity: 0.9;
    z-index: 0;
}.contact-information-ex .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.contact-information-ex .inquiry-info-ex {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    gap: 0;
    grid-template-columns: 1fr 1fr;
    border-radius: 0;
    display: grid;
    overflow: hidden;
}.contact-information-ex .support-card-ex {
    background: rgb(185,185,190);
    position: relative;
    padding: 50px;
}.contact-information-ex .support-card-ex::after {
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(151,151,158), rgb(119,119,126));
    position: absolute;
    right: 0;
    content: '';
    height: 100%;
}.contact-information-ex .support-card-ex h3 {
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    color: #000000;
    padding-bottom: 20px;
}.contact-information-ex .support-card-ex h3::after {
    width: 80px;
    left: 0;
    content: '';
    height: 4px;
    background: rgb(151,151,158);
    position: absolute;
    bottom: 0;
}.contact-information-ex .support-card-ex div {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}.contact-information-ex .support-card-ex div::before {
    transform: translateY(-50%);
    border-radius: 10px;
    opacity: 0.5;
    top: 50%;
    width: 5px;
    content: '';
    left: 0;
    background: rgb(151,151,158);
    height: 100%;
    position: absolute;
}.contact-information-ex .support-card-ex div:hover::before {
    transition: all 0.3s ease;
    height: 120%;
    opacity: 1;
}.contact-information-ex .support-card-ex div svg {
    margin-right: 20px;
    width: 22px;
    height: 22px;
}.contact-information-ex .support-card-ex div svg path {
    fill: rgb(151,151,158);
}.contact-information-ex .support-card-ex div span {
    color: #000000;
    font-size: calc(12px * 0.95);
    font-weight: 400;
}.contact-information-ex .support-card-ex div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact-information-ex .support-card-ex div span a:hover {
    color: rgb(151,151,158);
}.contact-information-ex .message-links-ex {
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
}.contact-information-ex .message-links-ex h3 {
    margin-bottom: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 21px;
}.contact-information-ex form {
    display: flex;
    flex-direction: column;
}.contact-information-ex form input[type="text"],
.contact-information-ex form input[type="email"] {
    font-size: 12px;
    border: none;
    color: #ffffff;
    margin-bottom: 25px;
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    padding: 15px 5px;
}.contact-information-ex form input[type="text"]:focus,
.contact-information-ex form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(119,119,126);
}.contact-information-ex form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-information-ex .help-help-ex {
    margin: 10px 0 25px;
    align-items: flex-start;
    display: flex;
}.contact-information-ex .help-help-ex input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-information-ex .help-help-ex label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.5;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.7);
}.contact-information-ex .help-help-ex label::before {
    left: 0;
    background-color: transparent;
    height: 18px;
    content: '';
    top: 2px;
    transition: all 0.3s ease;
    width: 18px;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
}.contact-information-ex .help-help-ex input[type="checkbox"]:checked + label::before {
    background-color: rgb(119,119,126);
    border-color: rgb(119,119,126);
}.contact-information-ex .help-help-ex input[type="checkbox"]:checked + label::after {
    content: '';
    top: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    position: absolute;
    left: 6px;
}.contact-information-ex .help-help-ex label a {
    color: rgb(119,119,126);
    text-decoration: none;
}.contact-information-ex .help-help-ex label a:hover {
    text-decoration: underline;
}.contact-information-ex form .reach-feedback-ex {
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    padding: 15px 35px;
    z-index: 1;
    cursor: pointer;
    transition: color 0.3s ease;
    border: none;
    font-weight: 600;
    color: #ffffff;
    background: rgb(119,119,126);
    letter-spacing: 1px;
    font-size: 17px;
    align-self: flex-start;
}.contact-information-ex form .reach-feedback-ex::before {
    width: 0;
    top: 0;
    transition: width 0.3s ease;
    content: '';
    left: 0;
    height: 100%;
    background: rgb(151,151,158);
    position: absolute;
    z-index: -1;
}.contact-information-ex form .reach-feedback-ex:hover::before {
    width: 100%;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.contact-information-ex .support-card-ex div:nth-child(even) {
    animation: pulse 4s infinite;
}

@media screen and (max-width: 992px) {.contact-information-ex .inquiry-info-ex {
    grid-template-columns: 1fr;
}.contact-information-ex .support-card-ex::after {
    display: none;
}.contact-information-ex .support-card-ex,
    .contact-information-ex .message-links-ex {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact-information-ex {
    padding: 60px 0;
}.contact-information-ex .support-card-ex,
    .contact-information-ex .message-links-ex {
    padding: 30px 20px;
}.contact-information-ex .support-card-ex h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 30px;
}.contact-information-ex .support-card-ex div {
    margin-bottom: 20px;
}.contact-information-ex form .reach-feedback-ex {
    padding: 12px 20px;
    width: 100%;
}}.join-our-mailing-list-ex {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: rgb(185,185,190);
}.join-our-mailing-list-ex::before {
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.08;
    width: 61.8%;
    background: rgb(151,151,158,0.5);
    z-index: -1;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
}.join-our-mailing-list-ex::after {
    height: 61.8%;
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
    content: "";
    opacity: 0.08;
    position: absolute;
    width: 38.2%;
    background: rgb(119,119,126,0.5);
    z-index: -1;
    left: 0;
    bottom: 0;
}.join-our-mailing-list-ex .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}.join-our-mailing-list-ex .community-team-ex {
    gap: 0;
    grid-template-columns: 38.2% 61.8%;
    display: grid;
    position: relative;
}.join-our-mailing-list-ex .community-team-ex::before {
    content: "";
    z-index: -1;
    border: 15px solid rgb(119,119,126);
    border-radius: 50%;
    position: absolute;
    right: -100px;
    opacity: 0.05;
    width: 200px;
    height: 200px;
    top: -100px;
}.join-our-mailing-list-ex .community-team-ex::after {
    animation: rotateDiamond 15s linear infinite;
    left: 38.2%;
    z-index: -1;
    width: 120px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    opacity: 0.05;
    height: 120px;
    content: "";
    bottom: -60px;
    background: rgb(151,151,158);
}.join-our-mailing-list-ex p {
    margin: 0;
    align-items: center;
    color: #000000;
    font-size: 38px;
    display: flex;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    height: 100%;
    padding-right: 2rem;
    line-height: 1.3;
}.join-our-mailing-list-ex p::before {
    position: absolute;
    content: "";
    width: 3px;
    left: -20px;
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    background: rgb(151,151,158);
    height: 61.8%;
}.join-our-mailing-list-ex p::after {
    height: 3px;
    content: "";
    position: absolute;
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    right: 0;
    background: rgb(119,119,126);
    transform-origin: right;
    bottom: -20px;
    width: 38.2%;
}.join-our-mailing-list-ex .input_holder {
    align-items: center;
    position: relative;
    padding-left: 2rem;
    display: flex;
}.join-our-mailing-list-ex .input_holder::before {
    content: "";
    top: -8px;
    background: transparent;
    left: 8px;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #000000;
    opacity: 0.05;
    transition: all 0.3s ease;
}.join-our-mailing-list-ex .input_holder:hover::before {
    transform: translate(4px, -4px);
}.join-our-mailing-list-ex .updates-item-ex {
    width: 61.8%;
    padding: 1.2rem 1.5rem;
    outline: none;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border-right: none;
}.join-our-mailing-list-ex .updates-item-ex:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(151,151,158);
}.join-our-mailing-list-ex .reach-feedback-ex {
    width: 38.2%;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #000000;
    cursor: pointer;
    overflow: hidden;
    background: #000000;
    font-weight: 600;
    padding: 1.2rem 0;
}.join-our-mailing-list-ex .reach-feedback-ex::before {
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: rgb(151,151,158);
    left: -100%;
    content: "";
    width: 100%;
}.join-our-mailing-list-ex .reach-feedback-ex:hover {
    border-color: rgb(151,151,158);
    color: #ffffff;
}.join-our-mailing-list-ex .reach-feedback-ex:hover::before {
    left: 0;
}

@keyframes extendWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.join-our-mailing-list-ex {
    padding: 4rem 1.5rem;
}.join-our-mailing-list-ex .community-team-ex {
    gap: 2rem;
    grid-template-columns: 1fr;
}.join-our-mailing-list-ex p {
    font-size: calc(38px * 0.9);
    padding-left: 1.5rem;
    padding-right: 0;
}.join-our-mailing-list-ex p::before {
    left: 0;
    height: 80%;
}.join-our-mailing-list-ex p::after {
    left: 0;
    width: 50%;
    right: auto;
}.join-our-mailing-list-ex .input_holder {
    padding-left: 0;
}
}

@media (max-width: 768px) {.join-our-mailing-list-ex {
    padding: 3.5rem 1.5rem;
}.join-our-mailing-list-ex p {
    font-size: 20px;
}.join-our-mailing-list-ex .input_holder {
    align-items: stretch;
    flex-direction: column;
}.join-our-mailing-list-ex .updates-item-ex {
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-bottom: 1rem;
}.join-our-mailing-list-ex .reach-feedback-ex {
    width: 100%;
}.join-our-mailing-list-ex::before,
    .join-our-mailing-list-ex::after {
    opacity: 0.05;
}
}

@media (max-width: 576px) {.join-our-mailing-list-ex {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.join-our-mailing-list-ex p {
    padding-left: 1rem;
}.join-our-mailing-list-ex p::before {
    width: 2px;
}.join-our-mailing-list-ex p::after {
    height: 2px;
}.join-our-mailing-list-ex .updates-item-ex,
    .join-our-mailing-list-ex .reach-feedback-ex {
    padding: 1rem;
}.join-our-mailing-list-ex .community-team-ex::before,
    .join-our-mailing-list-ex .community-team-ex::after {
    display: none;
}}.academic-expertise-ex {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,185,190), rgb(151,151,158,0.5));
}.academic-expertise-ex::before {
    background: repeating-linear-gradient(45deg, rgb(119,119,126,0.5) 0px, transparent 2px, transparent 10px);
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.1;
}.academic-expertise-ex .rating-views-ex {
    max-width: 1200px;
    display: flex;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    align-items: center;
    z-index: 2;
    margin: 0 auto;
    gap: 4rem;
}.academic-expertise-ex .img-preview-ex {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: all 0.4s ease;
    width: 40%;
    position: relative;
    flex-shrink: 0;
    height: 450px;
}.academic-expertise-ex .img-preview-ex::after {
    opacity: 0.5;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(151,151,158,0.5), transparent);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}.academic-expertise-ex .exp-view-ex {
    position: relative;
    width: 60%;
    padding: 3rem;
}.academic-expertise-ex .name {
    font-size: 38px;
    display: inline-block;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
}.academic-expertise-ex .name::after {
    height: 3px;
    background: rgb(151,151,158);
    content: "";
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease;
    width: 50%;
    position: absolute;
}.academic-expertise-ex .exp-view-ex > div:nth-child(2) {
    color: rgb(119,119,126);
    padding-left: 2px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 20px;
}.academic-expertise-ex .job-overview-ex {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 1.5rem;
    color: #000000;
}.academic-expertise-ex .job-overview-ex::before {
    font-size: 4rem;
    position: absolute;
    top: -2rem;
    left: -1rem;
    color: rgb(151,151,158,0.5);
    opacity: 0.4;
    content: "";
}.academic-expertise-ex .rating-views-ex:hover .img-preview-ex {
    transform: scale(1.03);
}.academic-expertise-ex .rating-views-ex:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.academic-expertise-ex .rating-views-ex {
    gap: 2rem;
    flex-direction: column;
}.academic-expertise-ex .img-preview-ex {
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
}.academic-expertise-ex .exp-view-ex {
    width: 100%;
    padding: 0 2rem 2rem;
}
}

@media (max-width: 576px) {.academic-expertise-ex {
    padding: 3rem 1rem;
}.academic-expertise-ex .img-preview-ex {
    height: 280px;
}.academic-expertise-ex .exp-view-ex {
    padding: 0 1.5rem 1.5rem;
}.academic-expertise-ex .name {
    font-size: calc(38px * 0.85);
}.academic-expertise-ex .job-overview-ex {
    font-size: calc(16px * 0.95);
}
}