* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.top_guide {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    auto
    scroll-behavior: auto;
    color: #000000;
    auto
contain
touch-action: none;
}.fund_cta {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1195px;
    max-width: 100%;
    margin: auto;
}.wrapper-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.data_overview {
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: rgb(177,178,194);
}.data_overview::before {
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(140,142,157,0.5) 0%, transparent 75%);
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.15;
    z-index: -1;
}.data_overview::after {
    right: 0;
    content: "";
    opacity: 0.15;
    bottom: 0;
    background: linear-gradient(315deg, rgb(104,106,118,0.5) 0%, transparent 75%);
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
}.data_overview .container {
    position: relative;
    padding: 0 20px;
    padding-bottom: 100px;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(10deg);
    max-width: 1400px;
    margin: 0 auto;
}.data_overview h2 {
    font-size: 29px;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
    color: #000000;
    transform: perspective(1000px) rotateX(-10deg);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 100px;
}.data_overview h2::after {
    width: 60px;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(140,142,157), rgb(104,106,118));
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    bottom: -15px;
    left: 50%;
}.data_overview ul {
    transform-style: preserve-3d;
    margin: 0;
    flex-direction: column;
    display: flex;
    padding: 0;
    list-style: none;
}.data_overview .statistics_tracks {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    gap: 30px;
    display: flex;
    align-items: center;
    border-radius: 29px;
    background: #ffffff;
    margin-bottom: 30px;
    transform-style: preserve-3d;
    flex-direction: row;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    position: relative;
    padding: 30px;
    z-index: 1;
}.data_overview .statistics_tracks::before {
    content: "";
    border-radius: 29px;
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(140,142,157,0.5), transparent);
}.data_overview .statistics_tracks:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) translateZ(30px) translateX(10px);
}.data_overview .statistics_tracks:hover::before {
    opacity: 0.1;
}.data_overview .statistics_tracks:nth-child(even) {
    align-self: flex-end;
    flex-direction: row-reverse;
}.data_overview .statistics_tracks:nth-child(even)::before {
    background: linear-gradient(90deg, transparent, rgb(104,106,118,0.5));
}.data_overview .statistics_tracks:nth-child(1) {
    transform: translateX(100px);
}.data_overview .statistics_tracks:nth-child(2) {
    transform: translateX(-100px);
}.data_overview .statistics_tracks:nth-child(3) {
    transform: translateX(200px);
}.data_overview .statistics_tracks:nth-child(4) {
    transform: translateX(-200px);
}.data_overview .statistics_tracks:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(110px);
}.data_overview .statistics_tracks:nth-child(2):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-110px);
}.data_overview .statistics_tracks:nth-child(3):hover {
    transform: perspective(1000px) translateZ(30px) translateX(210px);
}.data_overview .statistics_tracks:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-210px);
}.data_overview .statistics_tracks p {
    flex-shrink: 0;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(140,142,157), rgb(104,106,118));
    background-clip: text !important;
    flex-basis: 140px;
    font-weight: 700;
    font-size: 3.5rem;
    transition: all 0.3s ease;
    margin: 0;
    color: transparent;
    text-align: center;
    line-height: 1;
}.data_overview .statistics_tracks:nth-child(even) p {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(104,106,118), rgb(140,142,157));
}.data_overview .statistics_tracks:hover p {
    transform: scale(1.1);
}.data_overview .statistics_tracks span {
    font-size: 16px;
    flex-grow: 1;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
}.data_overview .statistics_tracks:hover span {
    color: #000000;
}.data_overview svg {
    height: 50px;
    width: 50px;
    flex-shrink: 0;
    fill: rgb(140,142,157);
    transition: all 0.4s ease;
}.data_overview .statistics_tracks:nth-child(even) svg {
    fill: rgb(104,106,118);
}.data_overview svg path {
    fill: inherit;
}.data_overview .statistics_tracks:hover svg {
    transform: rotate(15deg);
}.data_overview ul::before {
    transform: translateX(-50%);
    height: 100%;
    left: 50%;
    background: linear-gradient(to bottom, rgb(140,142,157,0.5), rgb(104,106,118,0.5));
    content: "";
    opacity: 0.4;
    z-index: -1;
    width: 2px;
    top: 0;
    position: absolute;
}.data_overview .statistics_tracks::after {
    background: linear-gradient(to bottom, rgb(140,142,157,0.5), transparent);
    height: 100px;
    z-index: -1;
    width: 2px;
    content: "";
    position: absolute;
}.data_overview .statistics_tracks:nth-child(odd)::after {
    top: 0;
    right: calc(100% + 50px);
}.data_overview .statistics_tracks:nth-child(even)::after {
    left: calc(100% + 50px);
    background: linear-gradient(to bottom, rgb(104,106,118,0.5), transparent);
    top: 0;
}.data_overview .container::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.15;
    content: "";
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(140,142,157,0.5) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgb(104,106,118,0.5) 0%, transparent 15%),
        radial-gradient(circle at 90% 10%, rgb(140,142,157,0.5) 0%, transparent 12%),
        radial-gradient(circle at 10% 90%, rgb(104,106,118,0.5) 0%, transparent 12%),
        linear-gradient(45deg, rgb(140,142,157,0.5) 0%, transparent 2%),
        linear-gradient(135deg, rgb(104,106,118,0.5) 0%, transparent 2%),
        linear-gradient(225deg, rgb(140,142,157,0.5) 0%, transparent 2%),
        linear-gradient(315deg, rgb(104,106,118,0.5) 0%, transparent 2%);
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
    z-index: -2;
}.data_overview::before, 
.data_overview::after,
.data_overview .container::before {
    animation: pulse 15s infinite alternate;
}@keyframes pulse {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.05;
    }
}


.data_overview .container::after {
    left: 0;
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(140,142,157) 0%, transparent 0.5%),
        radial-gradient(circle at 80% 40%, rgb(104,106,118) 0%, transparent 0.5%),
        radial-gradient(circle at 40% 70%, rgb(140,142,157) 0%, transparent 0.4%),
        radial-gradient(circle at 60% 20%, rgb(104,106,118) 0%, transparent 0.4%),
        radial-gradient(circle at 30% 60%, rgb(140,142,157) 0%, transparent 0.3%),
        radial-gradient(circle at 70% 80%, rgb(104,106,118) 0%, transparent 0.3%);
    z-index: -3;
    animation: float 20s infinite linear;
    width: 100%;
    content: "";
    position: absolute;
}

@keyframes float {
    0% {
        background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
    100% {
        background-position: 100% 100%, 20% 80%, 80% 20%, 60% 30%, 40% 70%, 90% 10%;
    }
}

@media (max-width: 1200px) {.data_overview .statistics_tracks {
    max-width: 500px;
}.data_overview .statistics_tracks:nth-child(1) {
    transform: translateX(70px);
}.data_overview .statistics_tracks:nth-child(2) {
    transform: translateX(-70px);
}.data_overview .statistics_tracks:nth-child(3) {
    transform: translateX(140px);
}.data_overview .statistics_tracks:nth-child(4) {
    transform: translateX(-140px);
}.data_overview .statistics_tracks:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(80px);
}.data_overview .statistics_tracks:nth-child(2):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-80px);
}.data_overview .statistics_tracks:nth-child(3):hover {
    transform: perspective(1000px) translateZ(30px) translateX(150px);
}.data_overview .statistics_tracks:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-150px);
}.data_overview .statistics_tracks p {
    flex-basis: 120px;
    font-size: 3rem;
}.data_overview svg {
    height: 45px;
    width: 45px;
}.data_overview .statistics_tracks::after {
    height: 80px;
}.data_overview .statistics_tracks:nth-child(odd)::after {
    right: calc(100% + 40px);
}.data_overview .statistics_tracks:nth-child(even)::after {
    left: calc(100% + 40px);
}
}

@media (max-width: 991px) {.data_overview {
    padding: 100px 0;
}.data_overview .container {
    padding-bottom: 50px;
    transform: perspective(1000px) rotateX(5deg);
}.data_overview h2 {
    margin-bottom: 80px;
    transform: perspective(1000px) rotateX(-5deg);
}.data_overview .statistics_tracks {
    padding: 25px;
    gap: 20px;
    max-width: 450px;
}.data_overview .statistics_tracks:nth-child(1) {
    transform: translateX(50px);
}.data_overview .statistics_tracks:nth-child(2) {
    transform: translateX(-50px);
}.data_overview .statistics_tracks:nth-child(3) {
    transform: translateX(100px);
}.data_overview .statistics_tracks:nth-child(4) {
    transform: translateX(-100px);
}.data_overview .statistics_tracks:nth-child(1):hover,
    .data_overview .statistics_tracks:nth-child(2):hover,
    .data_overview .statistics_tracks:nth-child(3):hover,
    .data_overview .statistics_tracks:nth-child(4):hover {
    transform: translateZ(0);
}.data_overview .statistics_tracks:hover {
    transform: translateZ(0) translateX(0);
}.data_overview .statistics_tracks p {
    font-size: 2.5rem;
    flex-basis: 100px;
}.data_overview svg {
    height: 40px;
    width: 40px;
}.data_overview .statistics_tracks::after {
    height: 60px;
}.data_overview .statistics_tracks:nth-child(odd)::after {
    right: calc(100% + 30px);
}.data_overview .statistics_tracks:nth-child(even)::after {
    left: calc(100% + 30px);
}
}

@media (max-width: 768px) {.data_overview {
    padding: 80px 0;
}.data_overview .container {
    transform: none;
}.data_overview h2 {
    transform: none;
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.data_overview ul {
    flex-direction: column;
    display: flex;
    align-items: center;
}.data_overview ul::before {
    display: none;
}.data_overview .statistics_tracks {
    width: 100%;
    max-width: 100%;
    flex-direction: row !important;
    transform: none !important;
    margin-bottom: 20px;
    padding: 20px;
}.data_overview .statistics_tracks::after {
    display: none;
}.data_overview .statistics_tracks:nth-child(even) {
    align-self: center;
}.data_overview .statistics_tracks p {
    font-size: 2.2rem;
    flex-basis: 80px;
}.data_overview svg {
    height: 35px;
    width: 35px;
}.data_overview .container::after {
    background-size: 5px 5px;
}
}

@media (max-width: 576px) {.data_overview {
    padding: 60px 0;
}.data_overview h2 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(29px * 0.8);
}.data_overview .statistics_tracks {
    gap: 15px;
    padding: 15px;
}.data_overview .statistics_tracks p {
    font-size: 2rem;
    flex-basis: 70px;
}.data_overview svg {
    width: 30px;
    height: 30px;
}.data_overview .statistics_tracks span {
    font-size: calc(16px * 0.9);
}}


@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.data_overview .statistics_tracks {
    opacity: 0;
    animation: floatIn 0.8s forwards;
}.data_overview .statistics_tracks:nth-child(1) {
    animation-delay: 0.1s;
}.data_overview .statistics_tracks:nth-child(2) {
    animation-delay: 0.3s;
}.data_overview .statistics_tracks:nth-child(3) {
    animation-delay: 0.5s;
}.data_overview .statistics_tracks:nth-child(4) {
    animation-delay: 0.7s;
}@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.data_overview h2::after {
    animation: gradient 3s ease infinite;
    background-size: 200% 200%;
}header {
    z-index: 100;
    background: #ffffff;
    position: relative;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
}header::before {
    left: 0;
    background: linear-gradient(135deg, rgb(140,142,157), rgb(104,106,118));
    top: 0;
    z-index: 0;
    width: 35%;
    content: '';
    position: absolute;
    height: 100%;
}header .container {
    z-index: 1;
    position: relative;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}header .head_lead {
    display: flex;
    align-items: stretch;
    height: 100%;
}header .head_lesson {
    align-items: center;
    padding: 1.2rem 0;
    text-decoration: none;
    justify-content: center;
    position: relative;
    width: 35%;
    display: flex;
}header .head_lesson svg {
    width: 150px;
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}header .head_lesson:hover svg {
    transform: scale(1.05);
}header .nav_primary {
    width: 65%;
    align-items: center;
    justify-content: flex-start;
    padding: 1.2rem 3%;
    gap: 0.5rem;
    display: flex;
    position: relative;
}header .nav_primary::before {
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(140,142,157,0.5), transparent);
    position: absolute;
    width: 1px;
    content: '';
}header .top_section {
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
}header .top_section::before {
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, rgb(140,142,157,0.5), rgb(104,106,118,0.5));
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
    top: 0;
    border-radius: 10px;
    opacity: 0;
}header .top_section:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}header .top_section:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .head_lesson {
    padding: 1rem 0;
    width: 30%;
}header .head_lesson svg {
    width: 130px;
}header .nav_primary {
    padding: 1rem 2.5%;
    gap: 0.5rem;
    width: 70%;
}header .top_section {
    padding: 0.5rem 1rem;
    font-size: calc(14px);
}
}

@media (max-width: 767px) {header {
    background: rgb(177,178,194);
}header::before {
    bottom: 50%;
    top: 0;
    height: auto;
    width: 100%;
}header .head_lead {
    flex-direction: column;
    align-items: center;
}header .head_lesson {
    padding: 0.8rem 0;
    width: 100%;
}header .head_lesson svg {
    width: 120px;
}header .nav_primary {
    gap: 0.6rem;
    width: 95%;
    padding: 0.8rem 0;
    justify-content: center;
    flex-wrap: wrap;
}header .nav_primary::before {
    height: 1px;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(140,142,157,0.5), transparent);
    left: 0;
}header .top_section {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .head_lesson {
    padding: 0.7rem 0;
}header .head_lesson svg {
    width: 110px;
}header .nav_primary {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
    overflow-x: auto;
    width: 100%;
}header .nav_primary::-webkit-scrollbar {
    height: 3px;
}header .nav_primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(140,142,157);
}header .top_section {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
    font-size: calc(14px - 1px);
    padding: 0.45rem 0.9rem;
}}.homepage {
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(177,178,194) 0%, rgba(0, 0, 0, 0.5) 100%);
}.homepage::before {
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(140,142,157,0.5) 0%, transparent 50%);
}.homepage::after {
    right: -10%;
    width: 40%;
    bottom: -10%;
    position: absolute;
    height: 40%;
    opacity: 0.2;
    background: rgb(104,106,118);
    border-radius: 50%;
    z-index: 0;
    content: "";
    filter: blur(60px);
}.homepage .main_entry {
    animation: slide-up 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    max-width: 1200px;
    opacity: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    transform: translateY(20px);
}.homepage .main_entry > div {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.homepage h3 {
    font-weight: 600;
    transform: translateX(-20px);
    margin-bottom: 1.5rem;
    opacity: 0;
    max-width: 32rem;
    padding-left: 2rem;
    font-size: calc(21px * 1.1);
    position: relative;
    color: rgb(140,142,157);
    animation: slide-right 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    line-height: 1.6;
}.homepage h3::before {
    left: 0;
    position: absolute;
    content: "";
    transform: scaleY(0);
    background: rgb(140,142,157);
    top: 0.5rem;
    height: calc(100% - 1rem);
    transform-origin: top;
    width: 4px;
    animation: scale-line 1.2s ease-out 0.8s forwards;
}.homepage .learn_space {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    border-radius: 30px;
    position: relative;
}.homepage .learn_space:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
}.homepage .learn_space::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3), 
    rgba(0, 0, 0, 0.5) 50%, 
    rgba(0, 0, 0, 0.75));
    inset: 0;
    content: "";
}.homepage .learn_space::after {
    mix-blend-mode: overlay;
    opacity: 0.7;
    top: -10%;
    position: absolute;
    content: "";
    background: radial-gradient(circle at top right, rgb(140,142,157,0.5), transparent 70%);
    height: 120%;
    left: -10%;
    width: 120%;
    z-index: 2;
    animation: pulse 8s infinite alternate ease-in-out;
}.homepage .learn_space > div {
    position: relative;
    padding: 4rem 3rem;
    flex-direction: column;
    min-height: 400px;
    justify-content: flex-end;
    display: flex;
    z-index: 3;
}.homepage p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    padding-bottom: 1.5rem;
    animation: fade-in 1s ease-out 0.8s forwards;
    font-size: calc(16px * 1.1);
    color: #ffffff;
    transform: translateY(20px);
    line-height: 1.7;
    max-width: 40rem;
    position: relative;
    margin-bottom: 1.5rem;
}.homepage p::after {
    bottom: 0;
    width: 60px;
    transform-origin: left;
    position: absolute;
    height: 3px;
    left: 0;
    background: rgb(104,106,118);
    content: "";
    animation: scale-line-x 1s ease-out 1.2s forwards;
    transform: scaleX(0);
}.homepage .title_style_header {
    line-height: 1.2;
    margin: 0;
    transform: translateY(30px);
    animation: slide-up-header 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
    font-weight: 700;
    max-width: 24rem;
    position: relative;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    font-size: 43px;
    opacity: 0;
    color: #ffffff;
    letter-spacing: -0.02em;
}


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

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

@keyframes scale-line {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes scale-line-x {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

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

@keyframes slide-up-header {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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


@media (min-width: 768px) {.homepage {
    padding: 6rem 3rem;
}.homepage .main_entry > div {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.homepage h3 {
    font-size: 21px;
    margin-bottom: 0;
    padding-left: 3rem;
}.homepage h3::before {
    width: 6px;
}.homepage .learn_space > div {
    padding: 5rem 4rem;
    min-height: 480px;
}.homepage .title_style_header {
    font-size: calc(43px * 1.2);
    max-width: 30rem;
}
}

@media (min-width: 1024px) {.homepage {
    padding: 0;
    height: 100vh;
}.homepage .main_entry > div {
    grid-template-columns: 1fr 2fr;
    gap: 5rem;
}.homepage h3 {
    max-width: 36rem;
    font-size: calc(21px * 1.2);
}.homepage .learn_space {
    height: 560px;
}.homepage .learn_space > div {
    padding: 6rem 5rem;
}.homepage p {
    max-width: 36rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: calc(16px * 1.2);
}.homepage .title_style_header {
    max-width: 36rem;
    font-size: calc(43px * 1.4);
}.homepage p::after {
    height: 4px;
    width: 80px;
}
}

@media (min-width: 1440px) {.homepage .main_entry {
    max-width: 1400px;
}.homepage .main_entry > div {
    grid-template-columns: 1fr 2.2fr;
    gap: 6rem;
}.homepage h3 {
    font-size: calc(21px * 1.3);
    max-width: 42rem;
}.homepage .learn_space {
    height: 640px;
}.homepage .learn_space > div {
    padding: 7rem 6rem;
}.homepage p {
    font-size: calc(16px * 1.3);
    max-width: 40rem;
}.homepage .title_style_header {
    font-size: calc(43px * 1.6);
    max-width: 42rem;
}
}

@media (max-width: 767px) {.homepage {
    padding: 3rem 1.5rem;
}.homepage h3 {
    font-size: calc(20px * 1.2);
    padding-left: 1.5rem;
}.homepage .learn_space > div {
    padding: 3rem 2rem;
    min-height: 320px;
}.homepage p {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
}.homepage .title_style_header {
    font-size: calc(34px * 1.1);
}
}

@media (max-width: 479px) {.homepage {
    padding: 2rem 1rem;
}.homepage h3 {
    padding-left: 1rem;
    font-size: 20px;
}.homepage .learn_space > div {
    min-height: 280px;
    padding: 2rem 1.5rem;
}.homepage p {
    font-size: calc(16px * 0.9);
}.homepage .title_style_header {
    font-size: 34px;
}}.get_updates {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    padding: 4rem;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    background: rgb(177,178,194);
}.get_updates::before {
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(140,142,157,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(104,106,118,0.5) 0%, transparent 40%);
    inset: 0;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
}.get_updates::after {
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(140,142,157,0.5) 10px, rgb(140,142,157,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(104,106,118,0.5) 10px, rgb(104,106,118,0.5) 11px);
    left: 0;
}.get_updates .study_lab {
    display: grid;
    gap: 3rem;
    position: relative;
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
}.get_updates .study_lab::before {
    height: 100px;
    width: 100px;
    background: rgb(140,142,157);
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    content: "";
    top: -30px;
    animation: rotate-shape 20s linear infinite;
    right: -30px;
    opacity: 0.15;
}.get_updates .study_lab::after {
    background: rgb(104,106,118);
    position: absolute;
    opacity: 0.15;
    animation: rotate-shape 20s linear infinite reverse;
    left: -30px;
    height: 100px;
    bottom: -30px;
    width: 100px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    content: "";
}.get_updates p {
    font-size: 22px;
    color: #000000;
    z-index: 1;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    margin: 0;
}.get_updates p::before {
    z-index: -1;
    opacity: 0.5;
    width: 50px;
    border: 2px solid rgb(140,142,157,0.5);
    position: absolute;
    animation: square-pulse 5s infinite alternate;
    left: -15px;
    content: "";
    top: -15px;
    height: 50px;
}.get_updates p::after {
    width: 50px;
    content: "";
    position: absolute;
    animation: line-extend 3s infinite alternate;
    left: 20px;
    height: 3px;
    bottom: -10px;
    z-index: -1;
    background: rgb(104,106,118);
}.get_updates .input_holder {
    position: relative;
    perspective: 1000px;
    height: 60px;
    align-items: stretch;
    display: flex;
}.get_updates .input_holder::before {
    border-radius: 10px;
    right: -10px;
    z-index: -1;
    transform: rotateX(10deg) rotateY(-10deg);
    bottom: -10px;
    content: "";
    background: linear-gradient(45deg, transparent, rgb(140,142,157,0.5), transparent);
    left: -10px;
    position: absolute;
    opacity: 0.2;
    filter: blur(5px);
    top: -10px;
}.get_updates .unlock_opportunities {
    font-family: Arial, sans-serif;
    padding: 0 1.5rem;
    flex: 1;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 10px;
    border: 1px solid transparent;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    border-top-left-radius: 10px;
}.get_updates .unlock_opportunities:focus {
    outline: none;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border-color: rgb(140,142,157);
}.get_updates .unlock_opportunities::placeholder {
    color: #000000;
    opacity: 0.6;
}.get_updates .sub_col {
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    isolation: isolate;
    height: 100%;
    font-family: Arial, sans-serif;
    border-top-right-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
    border-bottom-right-radius: 10px;
    border: none;
    padding: 0 2rem;
    background: rgb(140,142,157);
}.get_updates .sub_col::before {
    z-index: -1;
    inset: 0;
    transform: translateY(100%);
    position: absolute;
    content: "";
    background: rgb(104,106,118);
    transition: transform 0.3s ease;
}.get_updates .sub_col:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.get_updates .sub_col:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.get_updates {
    padding: 3rem 1.5rem;
}.get_updates .study_lab {
    grid-template-columns: 1fr;
    gap: 2rem;
}.get_updates p {
    font-size: 17px;
}.get_updates .input_holder {
    flex-direction: column;
    height: auto;
}.get_updates .unlock_opportunities {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
    height: 60px;
}.get_updates .sub_col {
    border-radius: 10px;
    height: 60px;
    width: 100%;
}}header .top_plank {
    background: rgb(140,142,157);
    color:  #ffffff;
}header .top_plank .master_tech div svg, header .top_plank .master_tech div svg path {
    fill: #ffffff;
}header .top_plank .master_tech div span {
    color: #ffffff;
}header .top_plank .master_tech {
    flex-wrap: wrap;
    font-size: 15px;
    align-items: center;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
    display: flex;
    width: 100%;
}header .top_plank .master_tech div {
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    display: flex;
}header .top_plank .master_tech div img, header .top_plank .master_tech div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.gratPanel {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(177,178,194) 0%, rgb(104,106,118,0.5) 100%);
}.gratPanel::before {
    left: 0;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 20% 30%, rgb(140,142,157,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(104,106,118,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    z-index: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
    opacity: 0.15;
    position: absolute;
}.gratPanel::after {
    opacity: 0.05;
    right: -10%;
    filter: blur(30px);
    animation: floatElement 20s infinite alternate ease-in-out;
    height: 50%;
    z-index: 0;
    top: -10%;
    background: rgb(140,142,157,0.5);
    transform: rotate(-15deg) translateZ(-10px);
    position: absolute;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 50%;
}.gratPanel .container {
    padding: 0 20px;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.gratPanel h2 {
    transform: translateZ(30px);
    position: relative;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 40px;
    font-size: 38px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: 700;
    animation: slideInFromTop 0.8s ease-out forwards;
}.gratPanel h2::after {
    bottom: -15px;
    transform-origin: left;
    background: rgb(140,142,157);
    content: "";
    width: 80px;
    position: absolute;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 3px;
    transform: scaleX(0);
}.gratPanel .study_lab {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    animation: fadeInUp 1s 0.3s backwards;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    transform: translateZ(10px) rotateX(2deg);
    padding: 45px;
}.gratPanel .study_lab::before {
    left: 0;
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0;
    content: "";
    width: 6px;
    height: 0;
    background: linear-gradient(to bottom, rgb(140,142,157), rgb(104,106,118));
}.gratPanel .study_lab:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
}.gratPanel ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gratPanel li {
    position: relative;
    align-items: flex-start;
    display: flex;
}.gratPanel li::before {
    animation: dotAppear 0.5s 1.2s forwards;
    background: rgb(140,142,157);
    opacity: 0;
    left: -30px;
    position: absolute;
    width: 12px;
    border-radius: 50%;
    top: 8px;
    transform: scale(0);
    content: "";
    height: 12px;
}.gratPanel li span {
    display: block;
    position: relative;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    animation: textFadeIn 0.8s 1s forwards ease-out;
    opacity: 0;
    font-size: 17px;
    transform: translateX(0);
}.gratPanel li span::first-letter {
    color: rgb(140,142,157);
    font-size: 1.5em;
    font-weight: 700;
}

@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}

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

@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(10px) rotateX(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px) rotateX(2deg);
    }
}

@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

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

@media (max-width: 991px) {.gratPanel {
    padding: 80px 0;
}.gratPanel h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}.gratPanel .study_lab {
    padding: 35px;
}
}

@media (max-width: 767px) {.gratPanel {
    perspective: 800px;
    padding: 60px 0;
}.gratPanel h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 25px;
    transform: translateZ(20px);
}.gratPanel .study_lab {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px 25px;
}.gratPanel li::before {
    width: 10px;
    height: 10px;
    left: -20px;
}.gratPanel li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.gratPanel {
    padding: 40px 0;
}.gratPanel h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
}.gratPanel .study_lab {
    padding: 25px 20px;
}.gratPanel h2::after {
    height: 2px;
    width: 60px;
}.gratPanel li span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.our_background {
    position: relative;
    z-index: 1;
    background: rgb(177,178,194);
    overflow: hidden;
    padding: 150px 0;
}.our_background::before {
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    position: absolute;
    width: 100%;
    z-index: -1;
    backface-visibility: hidden;
    left: 0;
    transform: perspective(1000px) rotateX(60deg) scale(2.5) translateZ(-200px);
    transform-origin: center center;
    opacity: 0.05;
    height: 100%;
    background-size: 40px 40px;
    animation: gridMove 60s linear infinite;
    background-position: center;
    top: 0;
    content: "";
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.our_background::after {
    height: 200%;
    left: -50%;
    position: absolute;
    width: 200%;
    content: "";
    z-index: -2;
    top: -50%;
    background: radial-gradient(circle at center, transparent 30%, rgb(177,178,194) 70%);
}.our_background .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.our_background .container::before,
.our_background .container::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}.our_background .container::before {
    filter: blur(40px);
    opacity: 0.1;
    animation: pulseGlow 15s ease-in-out infinite alternate;
    background: radial-gradient(circle at center, rgb(140,142,157,0.5) 0%, transparent 70%);
    width: 250px;
    top: -100px;
    height: 250px;
    right: -50px;
}.our_background .container::after {
    bottom: -150px;
    height: 300px;
    left: -100px;
    filter: blur(50px);
    animation: pulseGlow 20s ease-in-out infinite alternate-reverse;
    opacity: 0.15;
    width: 300px;
    background: radial-gradient(circle at center, rgb(104,106,118,0.5) 0%, transparent 70%);
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(0.8);
    }
}

.our_background .study_lab {
    gap: 30px;
    grid-template-areas:
        "logo content"
        "director content";
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    grid-template-rows: auto 1fr;
}.our_background .study_lab::before {
    top: 0;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent calc(33.33% - 1px), rgb(140,142,157,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
        linear-gradient(0deg, transparent calc(40% - 1px), rgb(140,142,157,0.5) calc(40%), transparent calc(40% + 1px));
    content: "";
    pointer-events: none;
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    width: 100%;
}.our_background .study_lab::after {
    width: 200px;
    bottom: -20px;
    background: linear-gradient(90deg, transparent, rgb(140,142,157), transparent);
    height: 1px;
    opacity: 0.6;
    position: absolute;
    animation: scanEffect 3s ease-in-out infinite;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}@keyframes scanEffect {
    0%, 100% {
        transform: translateX(-50%) scaleX(0.5);
        opacity: 0.3;
    }
    50% {
        transform: translateX(-50%) scaleX(1);
        opacity: 0.6;
    }
}

.our_background .path_edu {
    padding: 20px;
    align-items: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    grid-area: logo;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 19px;
    background: rgba(255, 255, 255, 0.02);
    gap: 15px;
}.our_background .path_edu:hover {
    border-color: rgb(140,142,157,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.our_background .path_edu::before {
    opacity: 0;
    position: absolute;
    inset: -2px;
    transition: opacity 0.4s ease;
    content: "";
    border-radius: calc(18px + 2px);
    background: linear-gradient(45deg, rgb(140,142,157), rgb(104,106,118), rgb(140,142,157));
    z-index: -1;
}.our_background .path_edu:hover::before {
    opacity: 0.5;
}.our_background .path_edu svg {
    width: 45px;
    fill: rgb(140,142,157);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 45px;
    filter: drop-shadow(0 0 2px rgb(140,142,157,0.5));
}.our_background .path_edu svg path {
    transition: fill 0.5s ease;
}.our_background .path_edu:hover svg {
    filter: drop-shadow(0 0 5px rgb(140,142,157));
    transform: rotate(10deg) scale(1.1);
}.our_background .knowledge_track {
    flex-direction: row;
    backdrop-filter: blur(15px);
    align-items: center;
    border-radius: 18px;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    grid-area: director;
    display: flex;
    gap: 25px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.07);
}.our_background .knowledge_track:hover {
    border-color: rgb(140,142,157,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.our_background .knowledge_track::before {
    z-index: -1;
    position: absolute;
    transition: opacity 0.5s ease;
    background: 
        radial-gradient(circle at 20% 50%, rgb(140,142,157,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgb(104,106,118,0.5) 0%, transparent 60%);
    opacity: 0.05;
    inset: 0;
    content: "";
}.our_background .knowledge_track:hover::before {
    opacity: 0.1;
}.our_background .knowledge_track::after {
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(140,142,157), transparent);
    left: 35%;
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    animation: scanHorizontal 3s ease-in-out infinite alternate;
}@keyframes scanHorizontal {
    0% {
        opacity: 0.4;
        transform: scaleX(0.7);
    }
    100% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

.our_background .img_banner {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    height: 120px;
    border-radius: 18px;
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
    width: 120px;
    position: relative;
    z-index: 5;
}.our_background .our_journey {
    flex: 1;
}.our_background .smart_study {
    margin-bottom: 8px;
    position: relative;
    transition: all 0.3s ease;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}.our_background .smart_study::after {
    left: 0;
    width: 40px;
    background: linear-gradient(90deg, rgb(140,142,157), transparent);
    content: "";
    bottom: 0;
    height: 2px;
    position: absolute;
    transition: width 0.4s ease;
}.our_background .knowledge_track:hover .smart_study::after {
    width: 60px;
}.our_background .master_classes {
    margin-bottom: 0;
    transition: all 0.3s ease;
    opacity: 0.9;
    color: rgb(140,142,157);
    font-weight: 600;
    font-size: 15px;
}.our_background .knowledge_track:hover .master_classes {
    transform: translateX(5px);
    opacity: 1;
}.our_background .text_pod {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-area: content;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(15px);
}.our_background .text_pod:hover {
    border-color: rgb(104,106,118,0.5);
    transform: translateY(-5px);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.15);
}.our_background .text_pod::before {
    top: -300px;
    width: 600px;
    height: 600px;
    content: "";
    background: rgb(140,142,157,0.5);
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    filter: blur(60px);
    animation: morphBlob 20s ease-in-out infinite alternate;
    opacity: 0.03;
    z-index: -1;
    right: -300px;
    position: absolute;
}.our_background .text_pod::after {
    left: -250px;
    background: rgb(104,106,118,0.5);
    bottom: -250px;
    width: 500px;
    opacity: 0.03;
    height: 500px;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: morphBlob 25s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
}@keyframes morphBlob {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(-50px, 20px) rotate(120deg);
    }
    66% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        transform: translate(50px, -20px) rotate(240deg);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(360deg);
    }
}

.our_background .text_pod h2 {
    padding-bottom: 15px;
    transition: all 0.4s ease;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    font-size: 28px;
}.our_background .text_pod h2::after {
    width: 80px;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
    height: 3px;
    background: linear-gradient(90deg, rgb(140,142,157), rgb(104,106,118,0.5), transparent);
    border-radius: 10px;
}.our_background .text_pod:hover h2::after {
    width: 120px;
}.our_background .text_pod p {
    transition: all 0.3s ease;
    line-height: 1.9;
    font-size: 15px;
    position: relative;
    margin-bottom: 0;
    color: #000000;
}.our_background .text_pod:hover p {
    transform: translateY(3px);
}.our_background .text_pod:hover::before,
.our_background .text_pod:hover::after {
    opacity: 0.06;
}.our_background .text_pod::after {
    pointer-events: none;
    content: "";
    background-image: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.03) 8px,
        rgba(255, 255, 255, 0.03) 9px
    );
    z-index: -3;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    top: 0;
    left: 0;
}.our_background .path_edu:hover svg path,
.our_background .path_edu:hover svg {
    fill: rgb(104,106,118);
}

@media (max-width: 1199px) {.our_background {
    padding: 120px 0;
}.our_background .study_lab {
    gap: 25px;
    grid-template-columns: 1fr 1.2fr;
}.our_background .text_pod {
    padding: 35px;
}
}

@media (max-width: 991px) {.our_background {
    padding: 100px 0;
}.our_background .study_lab {
    grid-template-rows: auto auto auto;
    gap: 30px;
    grid-template-areas:
            "logo"
            "director"
            "top_guide";
    grid-template-columns: 1fr;
}.our_background .path_edu {
    justify-content: center;
}.our_background .knowledge_track {
    margin: 0 auto;
    max-width: 600px;
}.our_background .text_pod {
    max-width: 600px;
    margin: 0 auto;
}.our_background .study_lab::before {
    background: 
            linear-gradient(90deg, transparent calc(50% - 1px), rgb(140,142,157,0.5) calc(50%), transparent calc(50% + 1px)),
            linear-gradient(0deg, transparent calc(33.33% - 1px), rgb(140,142,157,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
            linear-gradient(0deg, transparent calc(66.66% - 1px), rgb(140,142,157,0.5) calc(66.66%), transparent calc(66.66% + 1px));
    opacity: 0.1;
}
}

@media (max-width: 767px) {.our_background {
    padding: 80px 0;
}.our_background::before {
    background-size: 30px 30px;
}.our_background .knowledge_track {
    padding: 25px;
}.our_background .text_pod {
    padding: 30px;
}.our_background .path_edu {
    padding: 15px;
}.our_background .text_pod h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 575px) {.our_background {
    padding: 60px 0;
}.our_background .knowledge_track {
    text-align: center;
    padding: 25px 15px;
    flex-direction: column;
}.our_background .img_banner {
    width: 100px;
    margin-bottom: 15px;
    height: 100px;
}.our_background .smart_study::after {
    left: 50%;
    transform: translateX(-50%);
}.our_background .knowledge_track:hover .master_classes {
    transform: translateX(0) translateY(3px);
}.our_background .text_pod {
    padding: 25px 20px;
}.our_background .text_pod h2 {
    font-size: calc(28px * 0.8);
}.our_background .path_edu svg {
    width: 40px;
    height: 40px;
}.our_background .smart_study {
    font-size: calc(24px * 0.95);
}.our_background .master_classes {
    font-size: calc(15px * 0.95);
}}.cookie_overlay_banner {
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(140,142,157);
    background: rgb(177,178,194);
    z-index: 90;
    position: fixed;
}.track_bar {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}.cookie_overlay_banner h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_overlay_banner p {
    font-size: 18px;
}.cookies_consent {
    margin-right: 10px;
    flex-shrink: 0;
}.cookies_consent svg, .cookies_consent svg path, .cookies_consent img {
    width: 100px;
    fill: rgb(140,142,157);
    height: 100px;
}.track_settings {
    text-decoration: none;
    text-align: center;
    color: rgb(140,142,157);
    flex-shrink: 0;
    font-size: 24px;
    margin-left: 10px;
    cursor: pointer;
    line-height: 35px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(140,142,157);
    min-width: 120px;
}.cookie_overlay_banner p a {
    text-decoration: none;
    color: rgb(140,142,157);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_banner {
    padding: 20px;
}}
#cookieUsageWindow {
    display: none;
}#cookieUsageWindow:checked ~ .cookie_overlay_banner {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.cookies_consent {
    display: none;
}.track_bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_overlay_banner h5 {
    text-align: center;
}.cookie_overlay_banner p {
    text-align: center;
}.cookie_tab {
    margin-bottom: 20px;
}body .wrapper-container .track_settings {
    margin-left: 0;
}}.program_overview {
    position: relative;
    background: linear-gradient(135deg, rgb(177,178,194) 0%, rgba(245, 245, 247, 0.9) 100%);
    overflow: hidden;
    padding: 100px 0;
}.program_overview::before {
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(140,142,157,0.5), 0.03) 0px,
    rgba(rgb(140,142,157,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
}.program_overview .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.program_overview .skill_path {
    transform: translateY(20px);
    opacity: 0;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.program_overview .img_banner {
    height: 380px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.program_overview .img_banner::after {
    backdrop-filter: brightness(1.05);
    inset: 0;
    position: absolute;
    background: linear-gradient(
    to right,
    rgba(rgb(140,142,157,0.5), 0.2),
    transparent 40%
  );
    content: "";
}.program_overview .img_banner:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.program_overview .text_pod {
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    padding: 40px;
    transform: translateY(0);
}.program_overview .text_pod::before {
    width: 6px;
    top: 0;
    content: "";
    background: rgb(140,142,157);
    position: absolute;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
    left: 0;
    height: 0;
}.program_overview .text_pod:hover::before {
    height: 100%;
}.program_overview .text_pod h3 {
    font-size: calc(20px * 1.1);
    border-bottom: 2px solid rgb(104,106,118,0.5);
    margin-bottom: 25px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    padding-bottom: 12px;
    transform: translateX(0);
}.program_overview .text_pod:hover h3 {
    transform: translateX(15px);
    color: rgb(140,142,157);
}.program_overview .text_pod div {
    overflow: hidden;
    position: relative;
}.program_overview .description {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    font-size: 17px;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.8;
    max-height: 300px;
}.program_overview .description::-webkit-scrollbar {
    width: 4px;
}.program_overview .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.program_overview .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(104,106,118);
}.program_overview .text_pod span.description {
    display: none;
}

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

@media (min-width: 768px) {.program_overview {
    padding: 120px 0;
}.program_overview .skill_path {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.program_overview .img_banner {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 480px;
}.program_overview .text_pod {
    backdrop-filter: blur(5px);
    margin-left: -40px;
    padding: 50px 60px 50px 50px;
}.program_overview .text_pod h3 {
    font-size: 20px;
    margin-bottom: 30px;
}.program_overview .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_overview .skill_path {
    gap: 0;
}.program_overview .img_banner {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 580px;
    z-index: 2;
}.program_overview .text_pod {
    margin-left: -80px;
    padding: 60px 70px 60px 100px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
}.program_overview .text_pod h3 {
    font-size: calc(20px * 1.15);
}.program_overview .description {
    line-height: 1.9;
    max-height: 380px;
}
}

@media (max-width: 767px) {.program_overview {
    padding: 70px 0;
}.program_overview .img_banner {
    margin: 0 -15px;
    width: calc(100% + 30px);
    height: 280px;
}.program_overview .text_pod {
    padding: 30px 25px;
}.program_overview .text_pod h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 20px;
}.program_overview .description {
    max-height: 250px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.tariff_package {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.tariff_package::before {
    backdrop-filter: blur(8px);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    content: "";
    z-index: 1;
    left: 0;
}.tariff_package .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.tariff_package .deal_grid {
    position: relative;
}.tariff_package h2 {
    font-weight: 700;
    position: relative;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    transform: perspective(1000px) translateZ(20px);
    color: #ffffff;
}.tariff_package h2::after {
    content: "";
    border-radius: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(104,106,118), rgb(140,142,157));
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    left: 50%;
    width: 80px;
}.tariff_package .package_price {
    position: relative;
    line-height: 1.6;
    font-size: calc(14px + 2px);
    text-align: center;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
}.tariff_package .monthly_rate {
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
}.tariff_package .monthly_rate li {
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}.tariff_package .pro_rates {
    text-decoration: none;
    overflow: hidden;
    display: block;
    background: rgba(255, 255, 255, 0.03);
    height: 100%;
    border-radius: 12px;
    position: relative;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.tariff_package .pro_rates::before {
    height: 5px;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(104,106,118), rgb(140,142,157));
    transition: transform 0.3s ease;
    content: "";
    width: 100%;
    transform-origin: left;
    left: 0;
    position: absolute;
    top: 0;
}.tariff_package .payment_deals {
    height: 100%;
    position: relative;
    padding: 30px 25px;
    z-index: 1;
}.tariff_package .package_deal {
    z-index: 2;
    position: relative;
}.tariff_package .pro_rates h4 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
    position: relative;
    transition: transform 0.3s ease;
}.tariff_package .pro_rates h4::before {
    height: 30px;
    left: -10px;
    width: 30px;
    border-top: 2px solid rgb(104,106,118);
    top: -10px;
    transition: all 0.3s ease;
    position: absolute;
    border-left: 2px solid rgb(104,106,118);
    content: "";
    opacity: 0.6;
}.tariff_package .pro_rates p {
    overflow-y: auto;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 1.6;
    padding-right: 10px;
    word-break: normal;
    hyphens: auto;
    color: rgb(255, 255, 255, 0.5);
    max-height: 250px;
}.tariff_package .pro_rates p::-webkit-scrollbar {
    width: 4px;
}.tariff_package .pro_rates p::-webkit-scrollbar-thumb {
    background: rgb(104,106,118,0.5);
    border-radius: 10px;
}.tariff_package .pricing_fees {
    position: relative;
    font-size: calc(20px + 4px);
    background: linear-gradient(135deg, rgba(rgb(104,106,118,0.5), 0.1), rgba(rgb(140,142,157,0.5), 0.2));
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
}.tariff_package .pricing_fees::before {
    left: 10px;
    height: 1px;
    bottom: -3px;
    content: "";
    position: absolute;
    right: 10px;
    background: linear-gradient(90deg, transparent, rgb(104,106,118), transparent);
}.tariff_package .pro_rates:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}.tariff_package .pro_rates:hover::before {
    transform: scaleX(1);
}.tariff_package .pro_rates:hover h4 {
    transform: translateX(5px);
}.tariff_package .pro_rates:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}.tariff_package .pro_rates:hover .pricing_fees {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
}

@media (max-width: 992px) {.tariff_package {
    padding: 80px 0;
}.tariff_package h2 {
    font-size: calc(35px - 4px);
}.tariff_package .package_price {
    margin-bottom: 40px;
    font-size: 14px;
}.tariff_package .monthly_rate {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.tariff_package {
    padding: 60px 0;
}.tariff_package h2 {
    font-size: calc(35px - 6px);
}.tariff_package .package_price {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.tariff_package .monthly_rate {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff_package .pro_rates h4 {
    font-size: 20px;
}.tariff_package .pro_rates p {
    max-height: 180px;
    font-size: calc(14px - 1px);
}.tariff_package .pricing_fees {
    font-size: 20px;
}
}

@media (max-width: 480px) {.tariff_package {
    padding: 50px 0;
}.tariff_package h2 {
    font-size: calc(35px - 8px);
}.tariff_package .package_price {
    font-size: calc(14px - 2px);
}.tariff_package .payment_deals {
    padding: 25px 20px;
}.tariff_package .pro_rates h4 {
    font-size: calc(20px - 2px);
}.tariff_package .pricing_fees {
    padding: 8px 15px;
    font-size: calc(20px - 2px);
}}.secure_stockade {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(177,178,194) 0%, rgba(245, 248, 250, 0.9) 100%);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.secure_stockade::before {
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(140,142,157,0.5), 0.03),
        rgba(rgb(140,142,157,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}.secure_stockade::after {
    width: 15vw;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(rgb(140,142,157,0.5), 0.08));
    content: '';
    z-index: 1;
}.secure_stockade .container {
    position: relative;
    z-index: 2;
    border-left: 4px solid rgb(140,142,157);
    margin: 0 auto;
    padding: 0 2rem;
    transform: perspective(1000px) rotateY(0.5deg);
    background: rgba(#ffffff, 0.95);
    max-width: 1140px;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    backdrop-filter: blur(5px);
    transform-origin: left center;
}.secure_stockade h1 {
    margin: 0 0 2rem;
    transform: translateX(-0.5rem);
    color: #000000;
    letter-spacing: -0.02em;
    position: relative;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2;
    padding: 2rem 0 1rem;
}.secure_stockade h1::after {
    animation: expandLine 0.8s ease-out forwards;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(140,142,157), transparent);
    bottom: 0;
    transform-origin: left center;
    content: '';
    width: 6rem;
    position: absolute;
}.secure_stockade h2 {
    font-size: 34px;
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    line-height: 1.3;
    position: relative;
    font-weight: 600;
    padding-left: 1rem;
}.secure_stockade h2::before {
    bottom: 0.25rem;
    content: '';
    width: 3px;
    top: 0.25rem;
    border-radius: 1px;
    background: rgb(140,142,157);
    left: 0;
    position: absolute;
}.secure_stockade h3 {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.75rem;
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1.25rem;
    font-size: calc(34px * 0.85);
}.secure_stockade h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(34px * 0.7);
    padding: 0.35rem 0.75rem;
    border-radius: 2px;
    margin: 1.75rem 0 1rem;
    display: inline-block;
    background: rgba(rgb(140,142,157,0.5), 0.08);
}.secure_stockade p {
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
}.secure_stockade p strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.secure_stockade p strong::after {
    left: 0;
    width: 100%;
    background: rgba(rgb(140,142,157,0.5), 0.3);
    content: '';
    height: 2px;
    position: absolute;
    bottom: -2px;
}.secure_stockade ul {
    margin: 1.5rem 0 2rem 0;
    padding-left: 1.25rem;
    list-style-type: none;
}.secure_stockade li {
    line-height: 1.6;
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
    position: relative;
}.secure_stockade li::before {
    transform: rotate(45deg);
    position: absolute;
    top: 0.5rem;
    opacity: 0.8;
    border: 2px solid rgb(140,142,157);
    content: '';
    height: 0.75rem;
    width: 0.75rem;
    left: 0;
}.secure_stockade span {
    border-left: 2px solid rgb(104,106,118);
    background: linear-gradient(to right, rgba(rgb(104,106,118,0.5), 0.05), transparent);
    display: block;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 991px) {.secure_stockade {
    padding: 4rem 0;
}.secure_stockade .container {
    transform: perspective(800px) rotateY(0.3deg);
    padding: 2rem;
}.secure_stockade h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 1.5rem;
}.secure_stockade h2 {
    font-size: calc(34px * 0.9);
    margin: 2rem 0 1.25rem;
}
}

@media (max-width: 767px) {.secure_stockade {
    padding: 3rem 0;
}.secure_stockade::after {
    width: 10vw;
}.secure_stockade .container {
    transform: none;
    padding: 1.5rem;
}.secure_stockade h1 {
    transform: translateX(0);
    padding-top: 1rem;
    font-size: calc(39px * 0.8);
}.secure_stockade h2 {
    font-size: calc(34px * 0.8);
    padding-left: 0.75rem;
}.secure_stockade h3 {
    font-size: calc(34px * 0.7);
}.secure_stockade h4 {
    font-size: calc(34px * 0.6);
}.secure_stockade ul {
    padding-left: 0.5rem;
}.secure_stockade li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.secure_stockade span {
    padding: 1rem;
}
}

@media (max-width: 480px) {.secure_stockade {
    padding: 2rem 0;
}.secure_stockade .container {
    padding: 1.25rem;
    border-left-width: 3px;
}.secure_stockade h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 1.25rem;
}.secure_stockade h1::after {
    width: 4rem;
}.secure_stockade p, .secure_stockade span {
    font-size: calc(17px * 0.95);
}.secure_stockade li {
    font-size: calc(17px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.course_methodology {
    position: relative;
    overflow: hidden;
    background: rgb(177,178,194);
    padding: 130px 0;
}.course_methodology::before {
    width: 100%;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 20% 50%, rgb(140,142,157,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(104,106,118,0.5) 0%, transparent 40%);
    z-index: 1;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}.course_methodology .study_lab {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.course_methodology .text_pod {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    padding: 60px 70px;
    position: relative;
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
}.course_methodology .text_pod::before {
    position: absolute;
    border-radius: calc(22px + 10px);
    background: linear-gradient(45deg, 
        rgb(140,142,157,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(104,106,118,0.5)
    );
    right: -10px;
    content: '';
    bottom: -10px;
    top: -10px;
    animation: rotate-gradient 15s linear infinite;
    z-index: -1;
    left: -10px;
}.course_methodology .text_pod::after {
    position: absolute;
    margin: 3px;
    bottom: 0;
    z-index: -1;
    content: '';
    border-radius: 22px;
    right: 0;
    top: 0;
    background: rgb(177,178,194);
    left: 0;
}.course_methodology .text_pod h2 {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
    font-size: 30px;
    position: relative;
}.course_methodology .text_pod h2::before {
    left: 0;
    width: 100%;
    content: '';
    height: 8px;
    bottom: -4px;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
    transform: translateY(5px);
    background: linear-gradient(90deg, rgb(140,142,157), rgb(104,106,118));
    position: absolute;
    opacity: 0;
}.course_methodology .text_pod:hover h2::before {
    transform: translateY(0);
    opacity: 1;
}.course_methodology .text_pod p {
    line-height: 1.8;
    font-size: 13px;
    color: #ffffff;
    z-index: 2;
    position: relative;
}.course_methodology::after {
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(177,178,194));
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100px;
    position: absolute;
    content: '';
}.course_methodology .study_lab::before {
    transform: rotate(-35deg);
    content: '';
    left: -5%;
    top: 20%;
    background: rgb(140,142,157);
    height: 40px;
    filter: blur(30px);
    opacity: 0.1;
    width: 40%;
    position: absolute;
    animation: wave-motion 15s infinite alternate;
}.course_methodology .study_lab::after {
    width: 30%;
    bottom: 10%;
    background: rgb(104,106,118);
    position: absolute;
    transform: rotate(25deg);
    animation: wave-motion 12s infinite alternate-reverse;
    height: 30px;
    filter: blur(25px);
    content: '';
    right: -5%;
    opacity: 0.1;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.course_methodology .text_pod p::after {
    height: 60px;
    background: rgb(140,142,157,0.5);
    bottom: -20px;
    width: 60px;
    border-radius: 50%;
    right: -20px;
    content: '';
    opacity: 0.3;
    position: absolute;
    filter: blur(20px);
    animation: pulse 8s infinite;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.course_methodology .text_pod p::first-line {
    font-weight: 600;
    color: rgb(140,142,157);
}.course_methodology .text_pod::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.course_methodology .text_pod h2::after {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(140,142,157,0.5), 
        transparent
    );
    bottom: -15px;
    position: absolute;
    height: 1px;
    content: '';
    left: 0;
}

@media screen and (max-width: 992px) {.course_methodology {
    padding: 100px 0;
}.course_methodology .text_pod {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.course_methodology {
    padding: 80px 0;
}.course_methodology .text_pod {
    padding: 40px 30px;
}.course_methodology .text_pod h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.9);
}.course_methodology .study_lab::before,
    .course_methodology .study_lab::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.course_methodology {
    padding: 60px 0;
}.course_methodology .text_pod {
    border-radius: calc(22px * 0.8);
    padding: 30px 20px;
}.course_methodology .text_pod h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.course_methodology .text_pod p {
    font-size: calc(13px * 0.9);
}.course_methodology .text_pod::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}footer {
    position: relative;
    width: 100%;
}.fund_cta {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    padding: 100px 0 30px;
    background-color: rgb(177,178,194);
}.fund_cta::before {
    content: "";
    background: 
        linear-gradient(135deg, rgb(177,178,194) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(177,178,194) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(177,178,194) 25%, transparent 25%),
        linear-gradient(45deg, rgb(177,178,194) 25%, transparent 25%);
    top: 0;
    width: 100%;
    position: absolute;
    height: 120px;
    background-color: rgb(140,142,157,0.5);
    background-size: 100px 100px;
    left: 0;
}footer .exam_prep {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}footer .contact_links {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
    display: flex;
    background-color: #ffffff;
    margin-bottom: 60px;
    justify-content: space-between;
    transform: translateY(-30px);
    border-radius: 26px;
    position: relative;
    flex-wrap: wrap;
    z-index: 2;
}footer .info_item {
    border-radius: 10px;
    flex: 1 1 200px;
    position: relative;
    margin: 10px;
    background-color: rgb(177,178,194);
    padding: 10px 15px;
    transition: all 0.3s ease;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    background-color: rgb(140,142,157);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    border-radius: 3px 0 0 3px;
    width: 3px;
    opacity: 0;
    transition: opacity 0.3s ease;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    fill: rgb(140,142,157);
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: color 0.3s ease;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
}footer .info_item a:hover {
    color: rgb(140,142,157);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    height: calc(100% + 80px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    content: "";
    background-color: #ffffff;
    z-index: -1;
    width: 100%;
    left: 0;
    top: -40px;
    border-radius: 26px;
    position: absolute;
}footer .top_expert {
    padding: 0 30px;
    position: relative;
}footer .top_expert::after {
    right: 30px;
    content: "";
    left: 30px;
    position: absolute;
    bottom: -15px;
    height: 1px;
    background: linear-gradient(90deg, rgb(140,142,157), transparent);
}footer .top_expert svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .patent_info {
    max-width: 330px;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}footer .nav_primary {
    margin-right: 20px;
    z-index: 1;
    margin-left: 20px;
    background-color: rgb(177,178,194);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 26px;
    position: relative;
    padding: 30px;
    margin-top: -10px;
}footer .nav_primary h5 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 18px;
}footer .nav_primary h5::after {
    left: 0;
    background-color: rgb(140,142,157);
    position: absolute;
    height: 2px;
    content: "";
    width: 50px;
    bottom: -7px;
}footer .page_header {
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
}footer .page_header a {
    padding: 8px 0;
    color: #000000;
    font-size: 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .page_header a::after {
    height: 2px;
    content: "";
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    background-color: rgb(140,142,157);
    bottom: 5px;
    left: 0;
}footer .page_header a:hover {
    color: rgb(140,142,157);
    transform: translateX(5px);
}footer .page_header a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    background-color: rgb(140,142,157);
    margin-right: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    position: relative;
    margin-top: -10px;
    padding: 30px;
    margin-left: 40px;
    z-index: 0;
    color: #ffffff;
}footer .subscribe_holder::before {
    transform: rotate(45deg);
    background-color: rgb(140,142,157);
    height: 30px;
    width: 30px;
    top: -15px;
    right: 30px;
    position: absolute;
    content: "";
    z-index: -1;
}footer .subscribe_holder h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    color: #000000;
    border: none;
    transition: background-color 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .sub_col {
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    color: #ffffff;
    background-color: #000000;
}footer .sub_col:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(104,106,118);
}footer .sustain_cta {
    text-align: center;
    z-index: 1;
    margin-top: 60px;
    position: relative;
}footer .access_cta {
    background-color: #ffffff;
    padding: 8px 20px;
    border-radius: 30px;
    color: #000000;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .page_header {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_col {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .nav_primary {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .fund_cta {
    padding: 80px 0 30px;
}footer .contact_links {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .nav_primary, footer .subscribe_holder {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
}footer .sustain_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .fund_cta {
    padding: 60px 0 20px;
}footer .contact_links {
    margin-bottom: 40px;
    padding: 15px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .top_expert {
    padding: 0 20px;
}footer .top_expert::after {
    left: 20px;
    right: 20px;
}footer .nav_primary h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .page_header a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .sub_col {
    padding: 12px 15px;
}}.mentorship_experience {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(177,178,194) 0%, rgb(140,142,157,0.5) 100%);
    padding: 6rem 2rem;
}.mentorship_experience::before {
    transform: rotate(-15deg) translateZ(0);
    top: -5%;
    filter: blur(20px);
    right: -5%;
    background: rgb(104,106,118,0.5);
    z-index: 0;
    width: 30%;
    height: 30%;
    content: "";
    position: absolute;
}.mentorship_experience::after {
    content: "";
    left: -5%;
    bottom: -5%;
    position: absolute;
    height: 25%;
    background: rgb(140,142,157,0.5);
    z-index: 0;
    transform: rotate(15deg) translateZ(0);
    filter: blur(15px);
    width: 25%;
}.mentorship_experience .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.mentorship_experience .student_feedback {
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.mentorship_experience .student_feedback:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.mentorship_experience .student_feedback > div:first-child {
    position: relative;
    overflow: hidden;
}.mentorship_experience .img_banner {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    height: 300px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: scale(1.05);
}.mentorship_experience .student_feedback:hover .img_banner {
    transform: scale(1);
}.mentorship_experience .student_feedback > div:nth-child(2) {
    padding-left: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 0.5rem;
}.mentorship_experience .student_feedback > div:nth-child(2)::before {
    top: 50%;
    content: "";
    width: 4px;
    transform: translateY(-50%);
    height: 70%;
    background: linear-gradient(to bottom, rgb(140,142,157), rgb(104,106,118));
    position: absolute;
    left: 0;
}.mentorship_experience .name {
    display: inline-block;
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}.mentorship_experience .name::after {
    content: "";
    transition: width 0.4s ease-out;
    position: absolute;
    bottom: -5px;
    background: rgb(140,142,157);
    width: 0;
    left: 0;
    height: 2px;
}.mentorship_experience .student_feedback:hover .name::after {
    width: 100%;
}.mentorship_experience .student_feedback > div:nth-child(2) > div {
    font-size: calc(12px - 2px);
    color: rgb(104,106,118);
    letter-spacing: 0.5px;
    font-weight: 600;
    opacity: 0.9;
}.mentorship_experience .student_feedback > div:nth-child(3) {
    position: relative;
}.mentorship_experience .work_list {
    border-left: 3px solid rgb(140,142,157,0.5);
    margin: 0;
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(177,178,194), 0.05), rgba(rgb(177,178,194), 0.02));
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
    position: relative;
}.mentorship_experience .work_list::before {
    line-height: 1;
    left: 0.5rem;
    top: -0.5rem;
    position: absolute;
    font-family: serif;
    font-size: 5rem;
    color: rgb(140,142,157,0.5);
    opacity: 0.2;
    content: "";
}

@media (min-width: 768px) {.mentorship_experience {
    padding: 8rem 3rem;
}.mentorship_experience .student_feedback {
    grid-template-columns: minmax(200px, 300px) 1fr;
    gap: 3rem 4rem;
    grid-template-rows: auto 1fr;
    padding: 4rem;
}.mentorship_experience .student_feedback > div:first-child {
    grid-row: span 2;
}.mentorship_experience .img_banner {
    height: 100%;
}.mentorship_experience .student_feedback > div:nth-child(2) {
    padding-left: 3rem;
}.mentorship_experience .work_list {
    font-size: calc(12px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.mentorship_experience {
    padding: 10rem 4rem;
}.mentorship_experience .student_feedback {
    grid-template-columns: minmax(300px, 400px) 1fr;
    padding: 5rem;
    gap: 4rem 5rem;
}.mentorship_experience .name {
    font-size: calc(18px + 2px);
}.mentorship_experience .student_feedback > div:nth-child(2) > div {
    font-size: 12px;
}.mentorship_experience .work_list {
    line-height: 1.8;
}.mentorship_experience .student_feedback::after {
    width: 150px;
    height: 150px;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(140,142,157,0.5) 50%);
    top: 0;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0.1;
}.mentorship_experience .student_feedback:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.mentorship_experience {
    padding: 4rem 1.5rem;
}.mentorship_experience .student_feedback {
    padding: 2rem;
    gap: 2rem;
}.mentorship_experience .img_banner {
    height: 250px;
}.mentorship_experience .name {
    font-size: calc(18px - 1px);
}.mentorship_experience .student_feedback > div:nth-child(2) > div {
    font-size: calc(12px - 3px);
}.mentorship_experience .work_list {
    font-size: calc(12px - 1px);
    padding: 1rem;
}}.contact_information {
    background: rgb(177,178,194);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
}.contact_information::before {
    opacity: 0.3;
    width: 100%;
    left: 0;
    z-index: 0;
    top: 0;
    position: absolute;
    content: '';
    background-size: 60px 60px;
    height: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(140,142,157,0.5) 49%, rgb(140,142,157,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(104,106,118,0.5) 49%, rgb(104,106,118,0.5) 51%, transparent 52%);
}.contact_information::after {
    opacity: 0.2;
    z-index: 0;
    background: 
        linear-gradient(90deg, rgb(177,178,194) 6px, transparent 6px),
        linear-gradient(0deg, rgb(177,178,194) 6px, transparent 6px);
    top: 0;
    width: 100%;
    content: '';
    background-size: 100px 100px;
    position: absolute;
    left: 0;
    height: 100%;
}.contact_information .img_banner {
    filter: grayscale(0.7) hue-rotate(25deg);
    height: 100%;
    opacity: 0.15;
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
}.contact_information .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_information h3 {
    font-weight: 700;
    color: #000000;
    font-size: 47px;
    letter-spacing: 4px;
    text-transform: uppercase;
    transform: skew(-5deg);
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}.contact_information h3::before {
    bottom: -15px;
    left: 50%;
    content: '';
    height: 5px;
    background: linear-gradient(90deg, rgb(140,142,157), rgb(104,106,118));
    width: 100px;
    position: absolute;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}.contact_information .feedback_query {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}.contact_information .feedback_inquiry {
    z-index: 2;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    border-radius: 0;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    flex: 1 1 60%;
    transform: skew(-3deg);
    background: #ffffff;
}.contact_information .feedback_inquiry::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    pointer-events: none;
    bottom: 20px;
    left: 20px;
    top: 20px;
    right: 20px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    content: '';
    position: absolute;
}.contact_information .feedback_inquiry #contact {
    transform: skew(3deg);
}.contact_information .feedback_inquiry h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    transform: skew(0);
    text-align: left;
}.contact_information .feedback_inquiry h3::before {
    width: 60px;
    transform: none;
    left: 0;
    clip-path: none;
    height: 3px;
}.contact_information .feedback_inquiry input[type="text"],
.contact_information .feedback_inquiry textarea {
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 20px;
    width: 100%;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border: 2px solid rgb(140,142,157);
    font-size: 12px;
    margin-bottom: 25px;
    background-color: #ffffff;
}.contact_information .feedback_inquiry input[type="text"]:focus,
.contact_information .feedback_inquiry textarea:focus {
    background-color: rgba(0, 0, 0, 0.02);
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0 rgb(140,142,157,0.5);
    outline: none;
}.contact_information .feedback_inquiry textarea {
    height: 140px;
    resize: vertical;
}.contact_information .feedback_inquiry .reach_feedback {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_information .feedback_inquiry .reach_feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_information .feedback_inquiry .reach_feedback label {
    color: #000000;
    font-size: calc(12px - 2px);
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}.contact_information .feedback_inquiry .reach_feedback label::before {
    width: 24px;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    border: 2px solid rgb(140,142,157);
    background-color: #ffffff;
    height: 24px;
    left: 0;
    top: 0;
}.contact_information .feedback_inquiry .reach_feedback input[type="checkbox"]:checked + label::before {
    background-color: rgb(140,142,157);
}.contact_information .feedback_inquiry .reach_feedback input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-right: 2px solid #ffffff;
    top: 5px;
    position: absolute;
    width: 6px;
    left: 9px;
    transform: rotate(45deg);
    content: '';
    border-bottom: 2px solid #ffffff;
}.contact_information .feedback_inquiry .reach_feedback a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(140,142,157);
}.contact_information .feedback_inquiry .reach_feedback a::after {
    transform-origin: left;
    bottom: -2px;
    width: 100%;
    background-color: rgb(140,142,157);
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0);
    content: '';
    height: 2px;
    position: absolute;
}.contact_information .feedback_inquiry .reach_feedback a:hover {
    color: rgb(104,106,118);
}.contact_information .feedback_inquiry .reach_feedback a:hover::after {
    transform: scaleX(1);
    background-color: rgb(104,106,118);
}.contact_information .feedback_inquiry .contact_feedbackEUqu {
    padding: 18px 40px;
    cursor: pointer;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: rgb(140,142,157);
    display: inline-block;
    border: none;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}.contact_information .feedback_inquiry .contact_feedbackEUqu:hover {
    background: rgb(104,106,118);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-3px, -3px);
}.contact_information .help_list {
    color: #ffffff;
    margin-left: -40px;
    background: rgb(177,178,194);
    flex: 1 1 40%;
    padding: 60px 60px 60px 80px;
    z-index: 1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}.contact_information .help_list::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}.contact_information .help_list::after {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.1);
    left: 20px;
    pointer-events: none;
    bottom: 20px;
    top: 20px;
    content: '';
    right: 20px;
}.contact_information .help_list h4 {
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
}.contact_information .help_list h4::after {
    background: rgb(140,142,157);
    bottom: -15px;
    width: 60px;
    height: 3px;
    left: 0;
    content: '';
    position: absolute;
}.contact_information .help_list .support_query {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_information .help_list .support_query li {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_information .help_list .support_query li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}.contact_information .help_list .support_query li svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 20px;
}.contact_information .help_list .support_query li svg path {
    fill: rgb(140,142,157);
}.contact_information .help_list .support_query li:hover svg path {
    fill: rgb(104,106,118);
    transition: fill 0.3s ease;
}.contact_information .help_list .support_query li span {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}.contact_information .help_list .support_query li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}.contact_information .help_list .support_query li a:hover {
    color: rgb(140,142,157);
}

@media (max-width: 992px) {.contact_information {
    padding: 70px 0;
}.contact_information .feedback_query {
    flex-direction: column;
}.contact_information .feedback_inquiry {
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    flex: 1 1 100%;
}.contact_information .help_list {
    margin-top: -20px;
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    margin-left: 0;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.contact_information {
    padding: 50px 0;
}.contact_information h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(28px);
}.contact_information .feedback_inquiry h3,
    .contact_information .help_list h4 {
    margin-bottom: 30px;
    font-size: calc(20px - 2px);
}.contact_information .feedback_inquiry input[type="text"],
    .contact_information .feedback_inquiry textarea {
    padding: 15px;
    margin-bottom: 20px;
}.contact_information .feedback_inquiry textarea {
    height: 120px;
}.contact_information .feedback_inquiry .contact_feedbackEUqu {
    padding: 15px 30px;
}.contact_information .help_list .support_query li {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.contact_information .help_list .support_query li svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 576px) {.contact_information {
    padding: 40px 0;
}.contact_information .feedback_inquiry,
    .contact_information .help_list {
    clip-path: none;
    transform: skew(0);
    box-shadow: none;
    padding: 30px 20px;
}.contact_information .feedback_inquiry #contact {
    transform: skew(0);
}.contact_information .feedback_inquiry::before,
    .contact_information .help_list::after {
    clip-path: none;
}.contact_information .help_list {
    margin-top: 0;
}.contact_information h3 {
    font-size: calc(28px - 6px);
    transform: skew(0);
}.contact_information .feedback_inquiry .reach_feedback label {
    font-size: calc(12px - 3px);
}.contact_information .feedback_inquiry .contact_feedbackEUqu {
    clip-path: none;
}
}