﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.net_head_class {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
}.net_license_cta {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1197px;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.net_wrapping-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.net_educational_gains {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(233,237,236), #ffffff);
    position: relative;
    padding: 120px 0;
}.net_educational_gains::before {
    background: rgb(202,210,209,0.5);
    top: -100px;
    position: absolute;
    content: '';
    transform: rotate(-5deg);
    height: 200px;
    z-index: 1;
    left: -25%;
    width: 150%;
}.net_educational_gains::after {
    position: absolute;
    transform: rotate(-5deg);
    background: rgb(164,176,175,0.5);
    height: 200px;
    content: '';
    width: 150%;
    z-index: 1;
    right: -25%;
    bottom: -100px;
}.net_educational_gains .net_quick_mastery {
    flex-wrap: wrap;
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.net_educational_gains .net_img_gallery_item {
    width: 45%;
    z-index: 3;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 0 24px 24px 0;
    margin-left: -5%;
    margin-top: -50px;
    height: 600px;
    transition: all 0.5s ease;
}.net_educational_gains .net_img_gallery_item:hover {
    transform: translateY(-10px);
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.2);
}.net_educational_gains .net_img_gallery_item::after {
    height: 90%;
    position: absolute;
    z-index: -1;
    top: 20px;
    content: '';
    right: -20px;
    width: 60%;
    border: 5px solid rgb(202,210,209);
    border-left: none;
    opacity: 0.5;
}.net_educational_gains .net_text_placeholder {
    padding-top: 20px;
    width: 60%;
    padding-left: 8%;
}.net_educational_gains h2 {
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    width: fit-content;
    font-size: 34px;
}.net_educational_gains h2::before {
    z-index: -1;
    height: 30px;
    position: absolute;
    background: rgb(202,210,209,0.5);
    width: 120%;
    bottom: -10px;
    left: -10%;
    content: '';
}.net_educational_gains .text_main_holder {
    gap: 30px;
    padding-right: 5%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.net_educational_gains .text_main_holder > div {
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 25px;
    align-items: flex-start;
    border-radius: 10px;
    gap: 15px;
    overflow: hidden;
    display: flex;
    background: #ffffff;
}.net_educational_gains .text_main_holder > div::before {
    position: absolute;
    background: rgb(202,210,209);
    transition: height 0.3s ease-out;
    left: 0;
    width: 5px;
    top: 0;
    content: '';
    height: 0;
}.net_educational_gains .text_main_holder > div:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.net_educational_gains .text_main_holder > div:hover::before {
    height: 100%;
}.net_educational_gains .text_main_holder > div:nth-child(even) {
    transform: translateY(20px);
}.net_educational_gains .text_main_holder > div:nth-child(even):hover {
    transform: translateY(10px);
}.net_educational_gains .text_main_holder svg {
    transition: transform 0.3s ease;
    width: 45px;
    height: 45px;
}.net_educational_gains .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.net_educational_gains .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(164,176,175);
}.net_educational_gains .text_main_holder > div:hover svg path {
    fill: rgb(202,210,209);
}.net_educational_gains .text_main_holder p {
    font-size: 12px;
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    z-index: 1;
}

@media (max-width: 1200px) {.net_educational_gains .net_img_gallery_item {
    margin-left: 0;
    width: 40%;
}.net_educational_gains .net_text_placeholder {
    padding-left: 5%;
    width: 60%;
}
}

@media (max-width: 992px) {.net_educational_gains .net_quick_mastery {
    padding: 0 20px;
    flex-direction: column;
}.net_educational_gains .net_img_gallery_item {
    margin-bottom: 40px;
    width: 100%;
    border-radius: 24px;
    margin-top: 0;
    height: 400px;
}.net_educational_gains .net_text_placeholder {
    width: 100%;
    padding-left: 0;
}.net_educational_gains .text_main_holder {
    padding-right: 0;
    grid-template-columns: 1fr;
}.net_educational_gains .text_main_holder > div:nth-child(even) {
    transform: translateY(0);
}.net_educational_gains .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.net_educational_gains {
    padding: 80px 0;
}.net_educational_gains .net_img_gallery_item {
    height: 300px;
}.net_educational_gains h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.net_educational_gains .text_main_holder > div {
    padding: 20px;
}.net_educational_gains .text_main_holder svg {
    height: 35px;
    width: 35px;
}}.net_join_now {
    background: linear-gradient(135deg, rgb(233,237,236) 0%, rgb(202,210,209,0.5) 100%);
    perspective: 1000px;
    position: relative;
    margin: 8rem 0;
    overflow: hidden;
    transform-style: preserve-3d;
}.net_join_now::before {
    content: "";
    background: radial-gradient(circle at center, rgb(164,176,175,0.5) 0%, transparent 70%);
    height: 300%;
    position: absolute;
    transform: rotate(-15deg);
    pointer-events: none;
    opacity: 0.3;
    top: -100%;
    z-index: 1;
    width: 300%;
    left: -100%;
}.net_join_now::after {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.05;
    pointer-events: none;
    width: 100%;
    top: 0;
    height: 100%;
    animation: shift 30s linear infinite;
    z-index: 2;
    background: repeating-linear-gradient(
    45deg,
    rgb(202,210,209,0.5) 0,
    rgb(202,210,209,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
}@keyframes shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.net_join_now .container {
    align-items: center;
    backdrop-filter: blur(5px);
    flex-direction: column;
    transform: translateZ(0);
    position: relative;
    padding: 4rem 2rem;
    z-index: 3;
    display: flex;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}.net_join_now h2 {
    font-size: 28px;
    position: relative;
    line-height: 1.4;
    letter-spacing: 0.015em;
    max-width: 800px;
    text-align: center;
    font-weight: 700;
    z-index: 4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000000;
    transform: translateZ(20px);
    margin-bottom: 2.5rem;
}.net_join_now h2::after {
    position: absolute;
    background: rgb(202,210,209);
    transform: translateX(-50%) scaleX(0);
    width: 80px;
    height: 5px;
    transform-origin: center;
    bottom: -12px;
    animation: expand 0.8s 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    left: 50%;
    content: "";
}@keyframes expand {
  0% {
    transform: translateX(-50%) scaleX(0);
  }
  100% {
    transform: translateX(-50%) scaleX(1);
  }
}

.net_join_now .net_quick_mastery {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 20px;
    transform: translateZ(40px) rotateX(2deg);
    z-index: 5;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 3rem;
    position: relative;
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: flex;
    background: #ffffff;
}.net_join_now .net_quick_mastery:hover {
    transform: translateZ(50px) rotateX(0deg) scale(1.03);
}.net_join_now .net_quick_mastery::before {
    background: linear-gradient(
    135deg,
    rgb(202,210,209,0.5) 0%,
    transparent 50%,
    rgb(164,176,175,0.5) 100%
  );
    transform: rotate(-2deg);
    width: 110%;
    height: 110%;
    pointer-events: none;
    opacity: 0.1;
    position: absolute;
    content: "";
    z-index: -1;
    left: -5%;
    top: -5%;
}.net_join_now svg {
    height: 48px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 48px;
    transform: rotate(-5deg);
    margin-right: 2rem;
}.net_join_now .net_quick_mastery:hover svg {
    transform: rotate(5deg) scale(1.1);
}.net_join_now svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,210,209);
}.net_join_now .net_quick_mastery:hover svg path {
    fill: rgb(164,176,175);
}.net_join_now .net_contact_feedback {
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    letter-spacing: 0.03em;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(135deg, rgb(202,210,209) 0%, rgb(164,176,175) 100%);
    padding: 1rem 2.5rem;
    position: relative;
    border-radius: 20px;
    font-size: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}.net_join_now .net_contact_feedback::before {
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.8s ease;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    top: 0;
    transform: translateX(-100%);
}.net_join_now .net_contact_feedback:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.net_join_now .net_contact_feedback:hover::before {
    transform: translateX(100%);
}.net_join_now .net_contact_feedback:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {.net_join_now {
    margin: 6rem 0;
}.net_join_now .container {
    padding: 3.5rem 1.5rem;
}.net_join_now h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.net_join_now .net_quick_mastery {
    padding: 2rem 2.5rem;
}
}

@media (max-width: 768px) {.net_join_now {
    margin: 5rem 0;
}.net_join_now .container {
    padding: 3rem 1.25rem;
}.net_join_now h2 {
    margin-bottom: 1.75rem;
    font-size: calc(28px * 0.8);
}.net_join_now .net_quick_mastery {
    transform: translateZ(30px) rotateX(1deg);
    padding: 2rem;
    flex-direction: column;
}.net_join_now svg {
    margin-bottom: 1.5rem;
    margin-right: 0;
}.net_join_now .net_contact_feedback {
    padding: 0.875rem 2rem;
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 576px) {.net_join_now {
    margin: 4rem 0;
}.net_join_now .container {
    padding: 2.5rem 1rem;
    backdrop-filter: none;
}.net_join_now h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
    transform: translateZ(10px);
}.net_join_now .net_quick_mastery {
    padding: 1.75rem;
    transform: translateZ(20px) rotateX(0deg);
}.net_join_now svg {
    margin-bottom: 1.25rem;
    width: 36px;
    height: 36px;
}.net_join_now .net_contact_feedback {
    padding: 0.75rem 1.75rem;
    font-size: calc(20px * 0.9);
}}.net_instructor_profile {
    background: linear-gradient(135deg, rgb(233,237,236) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.net_instructor_profile::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
    pointer-events: none;
    background-image: 
        linear-gradient(30deg, rgb(202,210,209,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(202,210,209,0.5) 1px, transparent 1px);
    opacity: 0.05;
    background-size: 60px 60px;
}.net_instructor_profile::after {
    top: -20%;
    filter: blur(80px);
    width: 50%;
    position: absolute;
    content: "";
    height: 70%;
    background: rgb(164,176,175,0.5);
    opacity: 0.1;
    z-index: 0;
    transform: rotate(-15deg);
    right: -10%;
}.net_instructor_profile .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.net_instructor_profile .net_rating_zone {
    grid-template-columns: 1fr;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    gap: 35px;
    background: #ffffff;
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
}.net_instructor_profile .net_rating_zone:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
}.net_instructor_profile .net_rating_zone > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}.net_instructor_profile .net_img_gallery_item {
    border-radius: 2px;
    width: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 180px;
    position: relative;
    transform: translateZ(30px);
}.net_instructor_profile .net_rating_zone:hover .net_img_gallery_item {
    transform: translateZ(40px) translateY(-10px);
}.net_instructor_profile .net_img_gallery_item::before {
    left: 12px;
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0.2;
    z-index: -1;
    bottom: -12px;
    border: 2px solid rgb(202,210,209);
    content: "";
    right: -12px;
    top: 12px;
}.net_instructor_profile .net_rating_zone:hover .net_img_gallery_item::before {
    bottom: -18px;
    right: -18px;
    opacity: 0.3;
    left: 18px;
    top: 18px;
}.net_instructor_profile .name {
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 21px;
    font-weight: 700;
}.net_instructor_profile .name::after {
    width: 40px;
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 3px;
    content: "";
    transition: transform 0.5s ease;
    transform: scaleX(0.6);
    bottom: -6px;
    background: rgb(202,210,209);
}.net_instructor_profile .net_rating_zone:hover .name::after {
    transform: scaleX(1);
}.net_instructor_profile .net_rating_zone > div:nth-child(2) div {
    font-size: calc(16px - 1px);
    transform: translateX(0);
    color: rgb(164,176,175);
    margin-top: 5px;
    opacity: 0.85;
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-weight: 600;
}.net_instructor_profile .net_rating_zone:hover > div:nth-child(2) div {
    transform: translateX(5px);
    opacity: 1;
}.net_instructor_profile .net_emp_achievements {
    position: relative;
    color: #000000;
    margin: 0;
    border-left: 3px solid rgb(202,210,209,0.5);
    padding-left: 25px;
    line-height: 1.7;
    font-size: 16px;
}.net_instructor_profile .net_emp_achievements::before {
    left: -20px;
    opacity: 0.08;
    color: rgb(202,210,209);
    line-height: 1;
    content: "";
    font-size: 120px;
    font-family: serif;
    z-index: -1;
    position: absolute;
    top: -40px;
}

@media (min-width: 768px) {.net_instructor_profile .net_rating_zone {
    grid-template-rows: auto 1fr;
    column-gap: 40px;
    row-gap: 30px;
    grid-template-columns: auto 1fr;
}.net_instructor_profile .net_rating_zone > div:first-child {
    grid-row: 1 / 3;
}.net_instructor_profile .net_img_gallery_item {
    height: 260px;
    width: 220px;
}.net_instructor_profile .net_emp_achievements {
    padding-left: 30px;
    grid-column: 2;
}
}

@media (min-width: 992px) {.net_instructor_profile {
    padding: 150px 0;
}.net_instructor_profile .net_rating_zone {
    gap: 50px;
    padding: 60px;
    grid-template-columns: auto 250px 1fr;
}.net_instructor_profile .net_rating_zone > div:first-child {
    grid-row: 1;
}.net_instructor_profile .net_rating_zone > div:nth-child(2) {
    grid-row: 1;
    padding-top: 20px;
}.net_instructor_profile .net_emp_achievements {
    font-size: calc(16px + 1px);
    padding-left: 40px;
    grid-column: 1 / 4;
    grid-row: 2;
}.net_instructor_profile .net_img_gallery_item {
    height: 280px;
    width: 240px;
}
}

@media (max-width: 767px) {.net_instructor_profile {
    padding: 80px 0;
}.net_instructor_profile .net_rating_zone {
    gap: 25px;
    padding: 30px;
}.net_instructor_profile .net_img_gallery_item {
    width: 150px;
    height: 150px;
}.net_instructor_profile .name {
    font-size: calc(21px - 2px);
}.net_instructor_profile .net_emp_achievements {
    font-size: calc(16px - 1px);
}
}

@media (hover: none) {.net_instructor_profile .net_rating_zone {
    transform: none !important;
}.net_instructor_profile .net_img_gallery_item,
    .net_instructor_profile .net_rating_zone:hover .net_img_gallery_item {
    transform: none;
}}

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

.net_instructor_profile .net_rating_zone {
    animation: fadeInUp 0.8s ease-out forwards;
}header {
    position: relative;
    background: #ffffff;
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
}header::before {
    left: 0;
    background: linear-gradient(135deg, rgb(202,210,209), rgb(164,176,175));
    z-index: 0;
    top: 0;
    height: 100%;
    width: 35%;
    position: absolute;
    content: '';
}header .container {
    padding: 0;
    width: 100%;
    margin: 0;
    z-index: 1;
    position: relative;
    max-width: 100%;
}header .net_head_nav {
    display: flex;
    align-items: stretch;
    height: 100%;
}header .net_site_prime {
    padding: 1.2rem 0;
    display: flex;
    text-decoration: none;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 35%;
}header .net_site_prime svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 150px;
    height: auto;
}header .net_site_prime:hover svg {
    transform: scale(1.05);
}header .net_nav_primary {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.2rem 3%;
    width: 65%;
    gap: 0.5rem;
}header .net_nav_primary::before {
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(202,210,209,0.5), transparent);
    top: 0;
    height: 100%;
    position: absolute;
    width: 1px;
    content: '';
}header .net_head_mainbar {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #000000;
    border-radius: 10px;
    font-size: 14px;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}header .net_head_mainbar::before {
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(202,210,209,0.5), rgb(164,176,175,0.5));
    position: absolute;
    width: 100%;
    content: '';
    transition: opacity 0.3s ease;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    left: 0;
}header .net_head_mainbar:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .net_head_mainbar:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .net_site_prime {
    padding: 1rem 0;
    width: 30%;
}header .net_site_prime svg {
    width: 130px;
}header .net_nav_primary {
    gap: 0.5rem;
    width: 70%;
    padding: 1rem 2.5%;
}header .net_head_mainbar {
    font-size: calc(14px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(233,237,236);
}header::before {
    top: 0;
    bottom: 50%;
    height: auto;
    width: 100%;
}header .net_head_nav {
    flex-direction: column;
    align-items: center;
}header .net_site_prime {
    width: 100%;
    padding: 0.8rem 0;
}header .net_site_prime svg {
    width: 120px;
}header .net_nav_primary {
    padding: 0.8rem 0;
    flex-wrap: wrap;
    gap: 0.6rem;
    width: 95%;
    justify-content: center;
}header .net_nav_primary::before {
    background: linear-gradient(to right, transparent, rgb(202,210,209,0.5), transparent);
    left: 0;
    height: 1px;
    top: 0;
    width: 100%;
}header .net_head_mainbar {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .net_site_prime {
    padding: 0.7rem 0;
}header .net_site_prime svg {
    width: 110px;
}header .net_nav_primary {
    width: 100%;
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .net_nav_primary::-webkit-scrollbar {
    height: 3px;
}header .net_nav_primary::-webkit-scrollbar-thumb {
    background: rgb(202,210,209);
    border-radius: 10px;
}header .net_head_mainbar {
    padding: 0.45rem 0.9rem;
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: calc(14px - 1px);
}}.net_study_process {
    padding: 180px 0 140px;
    background: linear-gradient(115deg, rgb(233,237,236) 0%, rgb(202,210,209,0.5) 150%);
    overflow: visible;
    position: relative;
}.net_study_process::before {
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(164,176,175,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    z-index: 1;
    opacity: 0.15;
}.net_study_process .net_quick_mastery {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.net_study_process .net_text_placeholder {
    display: flex;
    width: 100%;
    position: relative;
}.net_study_process .net_text_placeholder h2 {
    transform: translateX(-50%);
    display: flex;
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    top: -50px;
    backdrop-filter: blur(10px);
    height: 300px;
    color: #ffffff;
    z-index: 4;
    position: absolute;
    left: 15%;
    width: 300px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(202,210,209,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 40px 50px;
}.net_study_process .net_text_placeholder p {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    font-size: 15px;
    line-height: 1.8;
    margin-left: 15%;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 3;
    padding: 60px 50px 60px 250px;
    backdrop-filter: blur(15px);
}.net_study_process .net_text_placeholder::before {
    transform: translateX(-50%);
    height: 450px;
    left: 15%;
    z-index: 2;
    content: '';
    width: 450px;
    opacity: 0.15;
    border: 1px solid rgb(202,210,209,0.5);
    animation: rotate-slow 60s linear infinite;
    top: -110px;
    position: absolute;
    border-radius: 50%;
}.net_study_process .net_text_placeholder::after {
    height: 550px;
    transform: translateX(-50%);
    animation: rotate-slow 80s linear infinite reverse;
    top: -160px;
    left: 15%;
    border: 1px dashed rgb(164,176,175,0.5);
    opacity: 0.1;
    z-index: 1;
    width: 550px;
    position: absolute;
    border-radius: 50%;
    content: '';
}.net_study_process .net_text_placeholder h2::before {
    transform: translate(-50%, -50%);
    height: 40px;
    z-index: 5;
    width: 40px;
    opacity: 0.3;
    content: '';
    background: rgb(202,210,209);
    top: 0;
    position: absolute;
    border-radius: 50%;
    left: 50%;
}.net_study_process .net_text_placeholder h2::after {
    left: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 350px;
    height: 350px;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
}.net_study_process .net_text_placeholder p::before {
    top: 0;
    opacity: 0.05;
    height: 100%;
    background: linear-gradient(135deg, rgb(202,210,209,0.5) 0%, transparent 80%);
    z-index: -1;
    border-radius: 13px;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
}.net_study_process .net_text_placeholder p::after {
    opacity: 0.1;
    right: 30px;
    width: 80px;
    top: -40px;
    height: 80px;
    border-radius: 10px;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    z-index: 5;
    background: rgb(164,176,175);
}.net_study_process::after {
    bottom: 50%;
    opacity: 0.2;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(202,210,209,0.5), transparent);
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 1px;
    content: '';
}.net_study_process .net_quick_mastery::before {
    filter: blur(30px);
    content: '';
    width: 70px;
    position: absolute;
    animation: pulse-subtle 10s infinite alternate;
    background: rgb(202,210,209);
    top: 50%;
    opacity: 0.05;
    left: 15%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 70px;
}.net_study_process .net_quick_mastery::after {
    content: '';
    width: 200px;
    animation: pulse-subtle 15s infinite alternate-reverse;
    bottom: -100px;
    border-radius: 50%;
    opacity: 0.03;
    filter: blur(60px);
    height: 200px;
    right: 10%;
    position: absolute;
    background: rgb(164,176,175);
}

@keyframes rotate-slow {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.2);
    }
}
@media screen and (max-width: 1200px) {.net_study_process .net_text_placeholder h2 {
    padding: 35px 40px;
    height: 280px;
    left: 20%;
    width: 280px;
}.net_study_process .net_text_placeholder p {
    padding: 50px 40px 50px 220px;
    margin-left: 20%;
}.net_study_process .net_text_placeholder::before {
    top: -95px;
    left: 20%;
    height: 400px;
    width: 400px;
}.net_study_process .net_text_placeholder::after {
    height: 500px;
    width: 500px;
    top: -145px;
    left: 20%;
}.net_study_process .net_quick_mastery::before {
    left: 20%;
}
}

@media screen and (max-width: 992px) {.net_study_process {
    padding: 160px 0 120px;
}.net_study_process .net_text_placeholder h2 {
    width: 250px;
    padding: 30px;
    left: 25%;
    height: 250px;
    top: -40px;
}.net_study_process .net_text_placeholder p {
    padding: 45px 35px 45px 180px;
    margin-left: 25%;
}.net_study_process .net_text_placeholder::before {
    height: 350px;
    left: 25%;
    top: -80px;
    width: 350px;
}.net_study_process .net_text_placeholder::after {
    height: 450px;
    width: 450px;
    top: -125px;
    left: 25%;
}.net_study_process .net_text_placeholder h2::after {
    height: 290px;
    width: 290px;
}.net_study_process .net_quick_mastery::before {
    left: 25%;
}
}

@media screen and (max-width: 768px) {.net_study_process {
    overflow: hidden;
    padding: 130px 0 100px;
}.net_study_process .net_text_placeholder {
    flex-direction: column;
    align-items: center;
}.net_study_process .net_text_placeholder h2 {
    position: relative;
    height: auto;
    margin-bottom: 20px;
    transform: none;
    left: 0;
    border-radius: 13px;
    top: 0;
    font-size: calc(29px * 0.9);
    width: 90%;
    padding: 30px;
}.net_study_process .net_text_placeholder p {
    padding: 30px;
    width: 90%;
    margin-left: 0;
}.net_study_process .net_text_placeholder::before,
    .net_study_process .net_text_placeholder::after,
    .net_study_process::after,
    .net_study_process .net_quick_mastery::before,
    .net_study_process .net_quick_mastery::after,
    .net_study_process .net_text_placeholder p::after,
    .net_study_process .net_text_placeholder h2::before,
    .net_study_process .net_text_placeholder h2::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.net_study_process {
    padding: 100px 0 80px;
}.net_study_process .net_text_placeholder h2 {
    font-size: calc(29px * 0.8);
    width: 100%;
    padding: 25px;
}.net_study_process .net_text_placeholder p {
    font-size: calc(15px * 0.9);
    padding: 25px;
    width: 100%;
}}.net_license_cta {
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, #000000 0%, rgb(164,176,175,0.5) 100%);
    position: relative;
    padding: 6rem 0 2rem;
    color: #ffffff;
}.net_license_cta::before {
    z-index: 1;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(202,210,209,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(164,176,175,0.5) 0%, transparent 30%);
    top: 0;
    position: absolute;
    opacity: 0.15;
    width: 100%;
    left: 0;
    height: 100%;
}.net_license_cta::after {
    z-index: 2;
    content: '';
    left: 0;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    width: 100%;
    position: absolute;
    height: 100%;
}.net_license_cta .container {
    z-index: 3;
    position: relative;
}.net_license_cta .net_design_res {
    position: relative;
    display: flex;
    flex-direction: column;
}.net_license_cta .net_reach_team {
    display: flex;
    transform: translateY(-3.5rem);
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative;
    justify-content: space-between;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 1.25rem 2rem;
}.net_license_cta .net_reach_team::before {
    border-radius: 24px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, transparent 20%, rgb(202,210,209,0.5) 140%);
    opacity: 0.08;
    top: 0;
}.net_license_cta .info_item {
    min-width: 200px;
    flex: 1;
    max-width: 300px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.net_license_cta .info_item:not(:last-child)::after {
    top: 50%;
    height: 70%;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(164,176,175,0.5), transparent);
    right: -0.75rem;
    position: absolute;
    width: 1px;
    transform: translateY(-50%);
}.net_license_cta .info_item p,
.net_license_cta .info_item a {
    font-size: 12px;
    gap: 0.875rem;
    padding: 0.5rem;
    border-radius: 10px;
    color: #000000;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
}.net_license_cta .info_item:hover {
    transform: translateY(-5px);
}.net_license_cta .info_item:hover p,
.net_license_cta .info_item:hover a {
    color: rgb(202,210,209);
}.net_license_cta .info_item svg {
    height: 22px;
    fill: rgb(202,210,209);
    transition: transform 0.3s ease;
    width: 22px;
}.net_license_cta .info_item:hover svg {
    transform: scale(1.15);
}.net_license_cta .text_main_holder {
    position: relative;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
}.net_license_cta .net_main_lead {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.net_license_cta .net_main_lead svg {
    height: auto;
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
}.net_license_cta .net_main_lead:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(202,210,209,0.5));
    transform: scale(1.03);
}.net_license_cta .net_law_res {
    font-size: calc(15px + 1px);
    opacity: 0.8;
    line-height: 1.6;
}.net_license_cta .net_nav_primary {
    flex-direction: column;
    position: relative;
    display: flex;
}.net_license_cta .net_nav_primary::before {
    left: -2rem;
    position: absolute;
    content: '';
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(164,176,175,0.5) 30%, rgb(164,176,175,0.5) 70%, transparent);
    top: 0;
    width: 1px;
}.net_license_cta .net_nav_primary::after {
    background: linear-gradient(to bottom, transparent, rgb(164,176,175,0.5) 30%, rgb(164,176,175,0.5) 70%, transparent);
    top: 0;
    right: -2rem;
    content: '';
    position: absolute;
    width: 1px;
    bottom: 0;
}.net_license_cta .net_nav_primary h5 {
    font-size: 18px;
    margin-bottom: 1.75rem;
    position: relative;
    font-weight: 600;
    padding-bottom: 0.875rem;
}.net_license_cta .net_nav_primary h5::after {
    bottom: 0;
    background: linear-gradient(to right, rgb(202,210,209), transparent);
    position: absolute;
    width: 60px;
    content: '';
    left: 0;
    height: 2px;
}.net_license_cta .net_main_know {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}.net_license_cta .net_main_know:first-child {
    margin-bottom: 2rem;
}.net_license_cta .net_main_know a {
    opacity: 0.85;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    transform-origin: left;
    padding: 0.25rem 0;
}.net_license_cta .net_main_know a::before {
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: rgb(202,210,209);
}.net_license_cta .net_main_know a:hover {
    opacity: 1;
    color: rgb(202,210,209);
    transform: translateX(8px);
}.net_license_cta .net_main_know a:hover::before {
    width: 20px;
}.net_license_cta .subscribe_holder {
    overflow: hidden;
    gap: 1.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 2rem;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
}.net_license_cta .subscribe_holder::before {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    top: 0;
    position: absolute;
    content: '';
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(202,210,209,0.5), transparent 70%);
}.net_license_cta .subscribe_holder::after {
    content: '';
    background: radial-gradient(circle, rgb(202,210,209,0.5) 0%, transparent 70%);
    animation: pulseGlow 6s infinite alternate;
    z-index: -1;
    right: 0;
    opacity: 0.3;
    width: 150px;
    position: absolute;
    height: 150px;
    bottom: 0;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.net_license_cta .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0.875rem;
}.net_license_cta .subscribe_holder h5::after {
    bottom: 0;
    height: 2px;
    width: 40px;
    left: 0;
    content: '';
    position: absolute;
    background: rgb(202,210,209);
}.net_license_cta .subscribe_holder p {
    opacity: 0.9;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 0.5rem;
}.net_license_cta .input_holder {
    position: relative;
    gap: 1rem;
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
}.net_license_cta .input_holder::before {
    position: absolute;
    animation: subtleRotate 15s linear infinite;
    top: -10px;
    background: 
        radial-gradient(circle at bottom right, rgb(202,210,209,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(164,176,175,0.5) 0%, transparent 70%);
    content: '';
    opacity: 0.1;
    left: -10px;
    height: calc(100% + 20px);
    z-index: -1;
    width: calc(100% + 20px);
    border-radius: calc(10px + 10px);
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.net_license_cta .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 1.125rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.net_license_cta .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(202,210,209,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgb(202,210,209,0.5);
}.net_license_cta .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.net_license_cta .net_updates_item {
    background-color: rgb(202,210,209);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    padding: 1.125rem 1.5rem;
    border: none;
    z-index: 1;
    font-size: 19px;
    font-weight: 600;
}.net_license_cta .net_updates_item::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
}.net_license_cta .net_updates_item::after {
    width: 100%;
    z-index: -2;
    position: absolute;
    top: 0;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgb(164,176,175);
    height: 100%;
    left: 0;
}.net_license_cta .net_updates_item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.net_license_cta .net_updates_item:hover::before {
    left: 100%;
}.net_license_cta .net_updates_item:hover::after {
    opacity: 1;
}.net_license_cta .net_workshop_cta {
    position: relative;
    text-align: center;
    padding-top: 2rem;
    margin-top: 4rem;
}.net_license_cta .net_workshop_cta::before {
    left: 20%;
    position: absolute;
    width: 60%;
    background: linear-gradient(to right, transparent, rgb(164,176,175,0.5), transparent);
    top: 0;
    content: '';
    height: 1px;
}.net_license_cta .net_footer_benefit {
    font-size: 15px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.net_license_cta .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.net_license_cta .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.net_license_cta .net_nav_primary::after {
    display: none;
}
}

@media (max-width: 991px) {.net_license_cta {
    padding: 5rem 0 2rem;
}.net_license_cta .net_reach_team {
    justify-content: center;
    flex-wrap: wrap;
}.net_license_cta .info_item {
    flex: 0 0 auto;
    max-width: none;
    width: calc(50% - 2rem);
}.net_license_cta .info_item:not(:last-child)::after {
    display: none;
}.net_license_cta .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.net_license_cta .net_nav_primary::before, 
    .net_license_cta .net_nav_primary::after {
    display: none;
}.net_license_cta .net_main_lead {
    align-items: center;
    text-align: center;
}.net_license_cta .net_nav_primary h5, 
    .net_license_cta .subscribe_holder h5 {
    text-align: center;
}.net_license_cta .net_nav_primary h5::after, 
    .net_license_cta .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.net_license_cta .net_main_know {
    grid-template-columns: repeat(3, 1fr);
}.net_license_cta .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.net_license_cta {
    padding: 4rem 0 2rem;
}.net_license_cta .net_reach_team {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.net_license_cta .info_item {
    width: 100%;
    max-width: none;
}.net_license_cta .net_main_know {
    grid-template-columns: repeat(2, 1fr);
}.net_license_cta .net_workshop_cta {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.net_license_cta {
    padding: 3rem 0 1.5rem;
}.net_license_cta .net_reach_team {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.net_license_cta .info_item p,
    .net_license_cta .info_item a {
    font-size: calc(12px - 1px);
}.net_license_cta .net_main_know {
    text-align: center;
    grid-template-columns: 1fr;
}.net_license_cta .net_main_know a:hover {
    transform: none;
}.net_license_cta .net_main_know a::before {
    left: 50%;
    transform: translateX(-50%);
}.net_license_cta .net_main_know a:hover::before {
    width: 30px;
}.net_license_cta .input_holder {
    width: 100%;
}}.net_contact_panel7v2T {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(233,237,236);
}.net_contact_panel7v2T::before {
    content: "";
    background: linear-gradient(120deg, rgb(202,210,209,0.5) 0%, transparent 75%);
    height: 100%;
    opacity: 0.15;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.net_contact_panel7v2T::after {
    bottom: 0;
    content: "";
    background: linear-gradient(240deg, rgb(164,176,175,0.5) 0%, transparent 70%);
    opacity: 0.1;
    position: absolute;
    right: 0;
    height: 70%;
    width: 70%;
}.net_contact_panel7v2T .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.net_contact_panel7v2T h2 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 32px;
}.net_contact_panel7v2T .net_request_help {
    display: flex;
    margin-top: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 22px;
    flex-direction: row-reverse;
}.net_contact_panel7v2T .net_img_gallery_item {
    min-height: 500px;
    position: relative;
    overflow: hidden;
    flex: 0 0 40%;
}.net_contact_panel7v2T .net_img_gallery_item::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
}.net_contact_panel7v2T .net_request_message {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.net_contact_panel7v2T .net_request_message::before {
    width: 5px;
    border-radius: 2.5px;
    left: 0;
    position: absolute;
    height: calc(100% - 80px);
    background: linear-gradient(to bottom, rgb(202,210,209), rgb(164,176,175));
    content: "";
    top: 40px;
}.net_contact_panel7v2T form {
    width: 100%;
    padding-left: 25px;
}.net_contact_panel7v2T form h3 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    font-size: 23px;
}.net_contact_panel7v2T form input[type="text"] {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #000000;
    border: none;
    padding: 18px 25px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(233,237,236);
    width: 100%;
    font-size: 16px;
}.net_contact_panel7v2T form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(202,210,209,0.5);
    background: rgba(rgb(202,210,209), 0.05);
}.net_contact_panel7v2T form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.net_contact_panel7v2T .net_connect_card {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 30px;
}.net_contact_panel7v2T .net_connect_card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.net_contact_panel7v2T .net_connect_card label {
    cursor: pointer;
    font-size: 14px;
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    position: relative;
}.net_contact_panel7v2T .net_connect_card label::before {
    left: 0;
    top: 2px;
    content: "";
    border-radius: 10px;
    border: 2px solid rgb(202,210,209,0.5);
    width: 22px;
    position: absolute;
    transition: all 0.2s ease;
    height: 22px;
}.net_contact_panel7v2T .net_connect_card input[type="checkbox"]:checked + label::before {
    background-color: rgb(202,210,209);
    border-color: rgb(202,210,209);
}.net_contact_panel7v2T .net_connect_card input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 9px;
    border-bottom: 2px solid #ffffff;
    content: "";
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    height: 11px;
}.net_contact_panel7v2T .net_connect_card label a {
    text-decoration: none;
    color: rgb(202,210,209);
    transition: all 0.3s ease;
}.net_contact_panel7v2T .net_connect_card label a:hover {
    color: rgb(164,176,175);
    text-decoration: underline;
}.net_contact_panel7v2T form .net_contact_feedback {
    font-weight: 600;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 15px 35px;
    font-size: 17px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(202,210,209), rgb(164,176,175));
}.net_contact_panel7v2T form .net_contact_feedback::before {
    left: -10%;
    transform: rotate(45deg) translateX(-200%);
    transition: all 0.4s ease;
    height: 120%;
    top: -10%;
    position: absolute;
    width: 120%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
}.net_contact_panel7v2T form .net_contact_feedback:hover {
    box-shadow: 0 8px 15px rgba(rgb(202,210,209), 0.3);
    transform: translateY(-2px);
}.net_contact_panel7v2T form .net_contact_feedback:hover::before {
    transform: rotate(45deg) translateX(200%);
}.net_contact_panel7v2T svg {
    width: 22px;
    height: 22px;
    fill: rgb(202,210,209);
}.net_contact_panel7v2T svg path {
    fill: rgb(202,210,209);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.net_contact_panel7v2T .net_request_message {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.net_contact_panel7v2T .net_img_gallery_item {
    flex: 0 0 100%;
    min-height: 300px;
}.net_contact_panel7v2T .net_request_message {
    flex: 0 0 100%;
}.net_contact_panel7v2T .net_request_message::before {
    width: calc(100% - 80px);
    top: 0;
    height: 5px;
    left: 40px;
    background: linear-gradient(to right, rgb(202,210,209), rgb(164,176,175));
}.net_contact_panel7v2T form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.net_contact_panel7v2T {
    padding: 70px 0;
}.net_contact_panel7v2T .net_img_gallery_item {
    min-height: 250px;
}.net_contact_panel7v2T .net_request_message {
    padding: 40px 30px;
}.net_contact_panel7v2T .net_request_message::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.net_contact_panel7v2T {
    padding: 50px 0;
}.net_contact_panel7v2T h2 {
    font-size: calc(32px * 0.8);
}.net_contact_panel7v2T .net_img_gallery_item {
    min-height: 200px;
}.net_contact_panel7v2T .net_request_message {
    padding: 30px 20px;
}.net_contact_panel7v2T .net_request_message::before {
    left: 20px;
    width: calc(100% - 40px);
}.net_contact_panel7v2T form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.net_contact_panel7v2T form input[type="text"] {
    padding: 15px 20px;
}.net_contact_panel7v2T form .net_contact_feedback {
    width: 100%;
    text-align: center;
}}.net_course_program {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,237,236) 0%, rgba(245, 247, 250, 0.95) 100%);
}.net_course_program::before {
    right: -5%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(202,210,209,0.5) 0%, rgb(164,176,175,0.5) 100%);
    height: 300px;
    filter: blur(120px);
    content: "";
    position: absolute;
    width: 300px;
    top: -10%;
    opacity: 0.4;
}.net_course_program::after {
    content: "";
    opacity: 0.3;
    filter: blur(100px);
    position: absolute;
    bottom: -10%;
    width: 250px;
    height: 250px;
    left: -5%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(164,176,175,0.5) 0%, rgb(202,210,209,0.5) 100%);
}.net_course_program .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.net_course_program .net_coding_class {
    overflow: hidden;
    background: #ffffff;
    border-left: 3px solid rgb(202,210,209);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.net_course_program .net_coding_class:hover {
    transform: translateY(-5px);
}.net_course_program .net_img_gallery_item {
    position: relative;
    height: 250px;
    overflow: hidden;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center center;
}.net_course_program .net_img_gallery_item::after {
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}.net_course_program .net_img_gallery_item:hover {
    transform: scale(1.02);
}.net_course_program .net_text_placeholder {
    padding: 40px 30px;
    position: relative;
}.net_course_program .net_text_placeholder::before {
    position: absolute;
    transform-origin: left;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(202,210,209) 0%, rgb(164,176,175) 100%);
}.net_course_program .net_coding_class:hover .net_text_placeholder::before {
    transform: scaleX(1);
}.net_course_program h3 {
    position: relative;
    transition: transform 0.3s ease, padding-left 0.3s ease;
    padding-left: 0;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700;
    transform: translateY(0);
    line-height: 1.4;
    color: #000000;
}.net_course_program .net_coding_class:hover h3 {
    padding-left: 15px;
    transform: translateY(-3px);
    color: rgb(202,210,209);
}.net_course_program h3::after {
    left: 0;
    bottom: -8px;
    content: "";
    height: 2px;
    background-color: rgb(164,176,175);
    position: absolute;
    width: 60px;
    transition: width 0.4s ease-out, background-color 0.3s ease;
}.net_course_program .net_coding_class:hover h3::after {
    width: 100px;
    background-color: rgb(202,210,209);
}.net_course_program .net_text_placeholder div {
    overflow: hidden;
    position: relative;
}.net_course_program p.description {
    color: #000000;
    position: relative;
    max-height: 300px;
    margin-bottom: 20px;
    overflow-y: auto;
    line-height: 1.8;
    font-size: 12px;
    padding-right: 15px;
}.net_course_program p.description::-webkit-scrollbar {
    width: 4px;
}.net_course_program p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.net_course_program p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(202,210,209,0.5);
}.net_course_program span.description {
    display: none;
}

@media (min-width: 768px) {.net_course_program .net_coding_class {
    align-items: start;
    grid-template-columns: 1fr 1.5fr;
}.net_course_program .net_img_gallery_item {
    min-height: 400px;
    height: 100%;
}.net_course_program h3 {
    font-size: calc(20px * 1.1);
}.net_course_program p.description {
    max-height: 400px;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.net_course_program .net_coding_class {
    grid-template-columns: 1fr 1.8fr;
}.net_course_program .net_img_gallery_item {
    min-height: 450px;
}.net_course_program .net_text_placeholder {
    padding: 50px 40px;
}.net_course_program h3 {
    font-size: calc(20px * 1.2);
    margin-bottom: 30px;
}.net_course_program p.description {
    line-height: 1.9;
    max-height: 450px;
}
}

@media (max-width: 767px) {.net_course_program {
    padding: 70px 0;
}.net_course_program .net_text_placeholder {
    padding: 30px 20px;
}.net_course_program h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 0.9);
}.net_course_program p.description {
    max-height: 200px;
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.net_course_program {
    padding: 50px 0;
}.net_course_program .net_img_gallery_item {
    height: 180px;
}.net_course_program .net_text_placeholder {
    padding: 25px 15px;
}.net_course_program h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.85);
}
}

@media (hover: hover) {.net_course_program .net_coding_class {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.net_course_program .net_coding_class:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}.net_confidential_armory {
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 40px;
    width: 100%;
}.net_confidential_armory h1 {
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 42px;
}.net_confidential_armory h2 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 35px;
    font-size: 36px;
    text-align: left;
}.net_confidential_armory h4,.net_confidential_armory h3, .net_confidential_armory h5 {
    color: #ffffff;
}.net_confidential_armory ul {
    list-style-type: none;
    padding-left: 0;
}.net_confidential_armory li {
    transition: background 0.3s ease;
    background: rgb(202,210,209,0.5);
    line-height: 1.6;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
}.net_confidential_armory li:hover {
    background: rgb(202,210,209);
    color: #ffffff;
}.net_confidential_armory div {
    background: rgb(233,237,236);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    border-radius: 13px;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 15px;
    font-size: 14px;
}.net_confidential_armory p, .net_confidential_armory span {
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 10px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.net_confidential_armory {
    padding: 20px;
}.net_confidential_armory h1 {
    font-size: calc(18px - 4px);
    margin-bottom: 20px;
    margin-top: 30px;
}.net_confidential_armory h2 {
    margin-bottom: 15px;
    font-size: calc(18px - 4px);
    margin-top: 25px;
}.net_confidential_armory li {
    padding: 8px;
    margin-bottom: 10px;
}.net_confidential_armory div {
    padding: 10px;
}}.net_cookie_overlay_banner {
    bottom: 0;
    transition: transform 0.5s ease-in-out;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    z-index: 90;
    border-top: 3px solid rgb(164,176,175);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    background: rgb(164,176,175);
    position: fixed;
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.net_data_guard {
    justify-content: space-between;
    gap: 20px;
    display: flex;
    padding: 20px 5%;
    align-items: center;
}.net_cookie_overlay_banner h5 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}.net_cookie_overlay_banner p {
    line-height: 1.5;
    font-size: 17px;
    color: #ffffff;
    margin: 0;
}.net_data_consent {
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(202,210,209));
    flex-shrink: 0;
}.net_data_consent svg {
    height: 80px;
    fill: rgb(202,210,209);
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.net_data_consent:hover svg {
    transform: scale(1.1);
}.net_cookie_comply {
    background: linear-gradient(90deg, rgb(202,210,209), rgb(164,176,175));
    box-shadow: 0 0 15px rgb(202,210,209);
    border-radius: 13px;
    margin-left: 10px;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
    font-size: 19px;
    padding: 10px 20px;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
}.net_cookie_comply:hover {
    box-shadow: 0 0 20px rgb(164,176,175);
}.cookie_button.net_safe_cookies:hover {
    box-shadow: 0 0 15px rgb(164,176,175);
}.net_cookie_overlay_banner p a {
    transition: color 0.3s ease;
    color: rgb(202,210,209);
    text-decoration: none;
}.net_cookie_overlay_banner p a:hover {
    color: rgb(164,176,175);
}#net_cookieModalWindow {
    display: none;
}#net_cookieModalWindow:checked ~ .net_cookie_overlay_banner {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.net_cookie_overlay_banner {
    padding: 15px 0;
}.net_data_guard {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.net_data_consent {
    display: none;
}.net_data_guard {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.net_cookie_overlay_banner h5 {
    font-size: 21px;
    margin-bottom: 5px;
}.net_privacy_ack {
    margin-bottom: 15px;
}.net_cookie_comply {
    min-width: 100%;
    margin: 10px 0;
}}
.net_our_story {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 140px;
}.net_our_story::before {
    top: 0;
    content: "";
    right: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(12, 19, 35, 0.92), rgba(28, 35, 61, 0.85));
    bottom: 0;
}.net_our_story::after {
    content: "";
    transform: rotate(-15deg);
    top: -10%;
    height: 70%;
    z-index: 0;
    right: -10%;
    position: absolute;
    width: 80%;
    filter: blur(70px);
    background: linear-gradient(45deg, rgb(202,210,209,0.5), rgb(164,176,175,0.5));
    animation: floatGradient 15s ease-in-out infinite alternate;
}.net_our_story .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.net_our_story h2 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 50px;
    transform: translateX(-10px);
    display: inline-block;
    position: relative;
}.net_our_story h2::before {
    height: 60%;
    background: rgb(164,176,175);
    top: 50%;
    content: "";
    position: absolute;
    left: -20px;
    transform: translateY(-50%);
    width: 4px;
}.net_our_story h2::after {
    background: linear-gradient(90deg, rgb(164,176,175), transparent);
    left: 0;
    bottom: -12px;
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
}.net_our_story .net_text_placeholder {
    grid-template-columns: 1fr;
    display: grid;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(5px);
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
    position: relative;
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.net_our_story .net_text_placeholder:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.net_our_story .net_text_placeholder::before {
    bottom: -2px;
    filter: blur(8px);
    transition: opacity 0.6s ease;
    background: linear-gradient(45deg, transparent, rgb(164,176,175,0.5), transparent);
    opacity: 0;
    position: absolute;
    content: "";
    z-index: -1;
    right: -2px;
    left: -2px;
    top: -2px;
}.net_our_story .net_text_placeholder:hover::before {
    opacity: 1;
}.net_our_story .net_text_placeholder > div {
    position: relative;
}.net_our_story .net_text_placeholder p {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: calc(19px * 1.2);
    color: rgb(164,176,175);
}.net_our_story .net_text_placeholder p::after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(164,176,175);
}.net_our_story .net_text_placeholder:hover p::after {
    width: 100%;
}.net_our_story .net_text_placeholder div > div {
    position: relative;
    opacity: 0.9;
    column-gap: 40px;
    line-height: 1.8;
    column-count: 1;
    font-size: 17px;
    text-align: justify;
    hyphens: auto;
}.net_our_story .net_text_placeholder div > div::first-letter {
    font-weight: 700;
    font-size: 3.5em;
    margin-right: 8px;
    color: rgb(164,176,175);
    float: left;
    line-height: 0.8;
}

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

@media (min-width: 768px) {.net_our_story {
    padding: 150px 0 180px;
}.net_our_story h2 {
    margin-bottom: 70px;
    font-size: calc(39px * 1.2);
}.net_our_story .net_text_placeholder {
    padding: 60px;
    grid-template-columns: 1fr;
}.net_our_story .net_text_placeholder div > div {
    column-count: 2;
}
}

@media (min-width: 992px) {.net_our_story {
    padding: 180px 0 200px;
}.net_our_story h2 {
    transform: translateX(-20px);
}.net_our_story .net_text_placeholder {
    padding: 70px;
}.net_our_story .net_text_placeholder div > div {
    column-count: 2;
}
}

@media (max-width: 767px) {.net_our_story {
    padding: 80px 0 100px;
}.net_our_story h2 {
    margin-bottom: 40px;
    font-size: calc(33px * 1.1);
}.net_our_story .net_text_placeholder {
    padding: 30px;
}.net_our_story .net_text_placeholder p {
    font-size: 19px;
}.net_our_story .net_text_placeholder div > div::first-letter {
    font-size: 2.5em;
}
}

@media (max-width: 480px) {.net_our_story {
    padding: 60px 0 80px;
}.net_our_story .net_text_placeholder {
    padding: 25px 20px;
}.net_our_story h2 {
    margin-bottom: 30px;
    font-size: 33px;
}.net_our_story .net_text_placeholder div > div {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}}.net_data_analysis {
    overflow: hidden;
    background: rgb(233,237,236);
    position: relative;
    padding: 100px 0;
}.net_data_analysis::before {
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(rgb(202,210,209,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(202,210,209,0.5) 1px, transparent 1px);
    opacity: 0.1;
    z-index: 0;
    content: "";
    width: 100%;
    background-size: 40px 40px;
    height: 100%;
    top: 0;
}.net_data_analysis::after {
    opacity: 0.2;
    background: radial-gradient(ellipse at center, rgb(164,176,175,0.5) 0%, transparent 70%);
    content: "";
    height: 100%;
    z-index: 0;
    position: absolute;
    right: -50%;
    transform: rotate(45deg);
    width: 100%;
    top: -50%;
}.net_data_analysis .container {
    z-index: 1;
    position: relative;
}.net_data_analysis h2 {
    color: #000000;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
    border-radius: 28px;
    font-weight: 700;
    font-size: 34px;
    padding: 15px 30px;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    text-align: center;
}.net_data_analysis h2::after {
    height: 4px;
    content: "";
    border-radius: 10px;
    width: 60px;
    background: rgb(202,210,209);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
}.net_data_analysis ul {
    margin: 0;
    list-style: none;
    position: relative;
    flex-direction: column;
    padding: 0;
    display: flex;
}.net_data_analysis ul::before {
    content: "";
    width: 2px;
    background: linear-gradient(to bottom, rgb(202,210,209,0.5), rgb(164,176,175,0.5));
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}.net_data_analysis .net_statistics_plus {
    position: relative;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
    transition: all 0.4s ease;
}.net_data_analysis .net_statistics_plus:nth-child(odd) {
    padding-right: calc(50% + 20px);
}.net_data_analysis .net_statistics_plus:nth-child(even) {
    justify-content: flex-end;
    padding-left: calc(50% + 20px);
}.net_data_analysis .net_statistics_plus::before {
    height: 2px;
    width: 40px;
    position: absolute;
    top: 50%;
    z-index: 0;
    content: "";
    background: linear-gradient(to right, rgb(202,210,209,0.5), rgb(164,176,175,0.5));
    transform: translateY(-50%);
}.net_data_analysis .net_statistics_plus:nth-child(odd)::before {
    right: calc(50% + 8px);
}.net_data_analysis .net_statistics_plus:nth-child(even)::before {
    left: calc(50% + 8px);
}.net_data_analysis .net_statistics_plus::after {
    width: 16px;
    background: #ffffff;
    border: 3px solid rgb(202,210,209);
    left: 50%;
    position: absolute;
    content: "";
    top: 50%;
    box-shadow: 0 0 0 5px rgb(233,237,236), 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 0;
    transform: translate(-50%, -50%);
    height: 16px;
    border-radius: 50%;
}.net_data_analysis .net_statistics_plus:nth-child(5n+2)::after {
    border-color: rgb(164,176,175);
}.net_data_analysis .net_statistics_plus:nth-child(5n+3)::after {
    border-color: rgb(202,210,209);
}.net_data_analysis .net_statistics_plus:nth-child(5n+4)::after {
    border-color: rgb(164,176,175);
}.net_data_analysis .net_statistics_plus:nth-child(5n+5)::after {
    border-color: rgb(202,210,209);
}.net_data_analysis .net_statistics_plus p {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    text-align: center;
    min-width: 120px;
    border-radius: 10px;
    line-height: 1;
    font-size: calc(47px * 1.2);
    padding: 10px 20px;
    position: relative;
}.net_data_analysis .net_statistics_plus:nth-child(even) p {
    padding-left: 20px;
    padding-right: 20px;
}.net_data_analysis .net_statistics_plus:nth-child(5n+1) p {
    color: rgb(202,210,209);
}.net_data_analysis .net_statistics_plus:nth-child(5n+2) p {
    color: rgb(164,176,175);
}.net_data_analysis .net_statistics_plus:nth-child(5n+3) p {
    color: rgb(202,210,209);
}.net_data_analysis .net_statistics_plus:nth-child(5n+4) p {
    color: rgb(164,176,175);
}.net_data_analysis .net_statistics_plus:nth-child(5n+5) p {
    color: rgb(202,210,209);
}.net_data_analysis .net_statistics_plus span {
    margin: 0 10px;
    border-radius: 10px;
    line-height: 1.4;
    color: #000000;
    flex: 1;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    padding: 10px 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
}.net_data_analysis .net_statistics_plus:hover {
    transform: translateY(-5px);
}

@media (max-width: 991px) {.net_data_analysis {
    padding: 80px 0;
}.net_data_analysis h2 {
    margin-bottom: 60px;
}.net_data_analysis .net_statistics_plus {
    margin-bottom: 30px;
}.net_data_analysis .net_statistics_plus p {
    min-width: 100px;
    font-size: 34px;
}.net_data_analysis .net_statistics_plus:nth-child(odd) {
    padding-right: calc(50% + 15px);
}.net_data_analysis .net_statistics_plus:nth-child(even) {
    padding-left: calc(50% + 15px);
}
}

@media (max-width: 767px) {.net_data_analysis {
    padding: 60px 0;
}.net_data_analysis h2 {
    margin-bottom: 50px;
}.net_data_analysis ul::before {
    display: none;
}.net_data_analysis .net_statistics_plus,
    .net_data_analysis .net_statistics_plus:nth-child(odd),
    .net_data_analysis .net_statistics_plus:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
}.net_data_analysis .net_statistics_plus::before,
    .net_data_analysis .net_statistics_plus::after {
    display: none;
}.net_data_analysis .net_statistics_plus p,
    .net_data_analysis .net_statistics_plus:nth-child(even) p {
    padding: 10px 15px;
    margin-bottom: 15px;
}.net_data_analysis .net_statistics_plus span {
    margin: 0;
    text-align: center;
}
}

@media (min-width: 992px) {.net_data_analysis .net_statistics_plus:last-child {
    margin-bottom: 0;
}
}

@media (prefers-reduced-motion: reduce) {.net_data_analysis .net_statistics_plus,
    .net_data_analysis .net_statistics_plus:hover {
    transition: none;
    transform: none;
}}.net_ty_footer {
    background: linear-gradient(135deg, rgb(233,237,236) 0%, rgb(164,176,175,0.5) 100%);
    perspective: 1000px;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.net_ty_footer::before {
    content: "";
    transform: translateZ(-10px);
    top: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(164,176,175,0.5) 0px,
        rgb(164,176,175,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    width: 100%;
    opacity: 0.07;
    position: absolute;
    left: 0;
    z-index: 0;
}.net_ty_footer::after {
    right: -50px;
    position: absolute;
    content: "";
    animation: floating 8s infinite ease-in-out;
    background: radial-gradient(circle, rgb(202,210,209,0.5) 0%, transparent 70%);
    width: 200px;
    filter: blur(40px);
    height: 200px;
    opacity: 0.4;
    bottom: -50px;
}.net_ty_footer .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
}.net_ty_footer h2 {
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    animation: slideIn 0.8s ease-out forwards;
    line-height: 1.3;
    transform: translateZ(20px);
    margin-bottom: 40px;
    position: relative;
    letter-spacing: -0.01em;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
}.net_ty_footer h2::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(202,210,209) 0%, rgb(164,176,175) 100%);
    left: 0;
    content: "";
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    position: absolute;
    bottom: -12px;
    transform: scaleX(0);
    width: 120px;
}.net_ty_footer .net_quick_mastery {
    transform: translateZ(10px) rotateX(2deg);
    border-left: 5px solid rgb(202,210,209);
    transition: transform 0.5s ease;
    background: #ffffff;
    animation: fadeIn 1s 0.3s both;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    padding: 40px;
}.net_ty_footer .net_quick_mastery:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}.net_ty_footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.net_ty_footer li {
    position: relative;
    padding-left: 30px;
}.net_ty_footer li::before {
    background-color: rgb(164,176,175);
    border-radius: 50%;
    height: 8px;
    animation: pulse 3s infinite;
    box-shadow: 0 0 0 4px rgb(164,176,175,0.5);
    content: "";
    top: 8px;
    width: 8px;
    position: absolute;
    left: 0;
}.net_ty_footer span {
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transition: all 0.3s;
}.net_ty_footer .net_quick_mastery::after {
    transform: rotate(15deg);
    opacity: 0.9;
    content: "";
    position: absolute;
    animation: float 6s infinite ease-in-out;
    height: 60px;
    z-index: -1;
    right: 30px;
    width: 60px;
    top: -10px;
    background: linear-gradient(135deg, rgb(202,210,209) 0%, rgb(164,176,175) 100%);
    border-radius: 10px;
}

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

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

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(164,176,175,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(164,176,175), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(164,176,175), 0);
    }
}

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.net_ty_footer {
    padding: 80px 0 60px;
}.net_ty_footer h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}.net_ty_footer .net_quick_mastery {
    padding: 30px;
}.net_ty_footer h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.net_ty_footer {
    padding: 60px 0 40px;
}.net_ty_footer h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 25px;
}.net_ty_footer .net_quick_mastery {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
}.net_ty_footer .net_quick_mastery:hover {
    transform: translateZ(8px) rotateX(0deg);
}.net_ty_footer li {
    padding-left: 25px;
}.net_ty_footer span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.net_ty_footer .net_quick_mastery::after {
    top: -5px;
    right: 20px;
    width: 40px;
    height: 40px;
}
}

@media (max-width: 575px) {.net_ty_footer {
    padding: 50px 0 30px;
}.net_ty_footer h2 {
    line-height: 1.4;
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.net_ty_footer h2::after {
    height: 3px;
    width: 80px;
}.net_ty_footer .net_quick_mastery {
    transform: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    padding: 20px 15px;
}.net_ty_footer .net_quick_mastery:hover {
    transform: translateY(-3px);
}.net_ty_footer li {
    padding-left: 20px;
}.net_ty_footer li::before {
    width: 6px;
    height: 6px;
    top: 7px;
}.net_ty_footer span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.net_ty_footer .net_quick_mastery::after {
    display: none;
}}.net_offer_card {
    position: relative;
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}.net_offer_card::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
    top: 0;
    z-index: 1;
}.net_offer_card .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.net_offer_card .net_cost_card {
    position: relative;
}.net_offer_card h2 {
    text-align: center;
    font-size: 34px;
    -webkit-background-clip: text !important;
    color: transparent;
    animation: titleFloat 6s ease-in-out infinite;
    font-weight: 700;
    position: relative;
    background-clip: text !important;
    margin-bottom: 25px;
    background: linear-gradient(90deg, rgb(202,210,209) 0%, rgb(164,176,175) 100%);
    transform: translateY(0);
}.net_offer_card h2::after {
    left: 50%;
    position: absolute;
    height: 3px;
    content: '';
    transform: translateX(-50%);
    background: rgb(164,176,175);
    bottom: -10px;
    width: 80px;
}.net_offer_card .net_pricing_tiers {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    color: #ffffff;
    font-size: calc(16px + 2px);
    opacity: 0.9;
    line-height: 1.6;
}.net_offer_card .net_rate_card {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    padding: 0;
    gap: 30px;
    list-style: none;
}.net_offer_card .net_rate_card li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.net_offer_card .net_rate_card li:hover {
    z-index: 3;
    transform: translateY(-10px);
}.net_offer_card .net_plan_details {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    height: 100%;
    display: block;
    text-decoration: none;
}.net_offer_card .net_plan_table {
    backdrop-filter: blur(10px);
    padding: 35px 30px;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.4s ease;
}.net_offer_card .net_plan_table::before {
    height: 5px;
    content: '';
    transform: scaleX(0);
    transition: transform 0.5s ease;
    transform-origin: left;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(202,210,209), rgb(164,176,175));
    left: 0;
    position: absolute;
}.net_offer_card .net_plan_details:hover .net_plan_table::before {
    transform: scaleX(1);
}.net_offer_card .net_plan_table::after {
    position: absolute;
    right: 0;
    height: 60px;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(164,176,175,0.5) 50%);
    content: '';
    opacity: 0;
    width: 60px;
    transition: opacity 0.5s ease;
}.net_offer_card .net_plan_details:hover .net_plan_table::after {
    opacity: 1;
}.net_offer_card .net_price_schemes {
    position: relative;
    z-index: 2;
}.net_offer_card .net_price_schemes h4 {
    display: inline-block;
    color: #ffffff;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: calc(24px + 2px);
    position: relative;
}.net_offer_card .net_price_schemes h4::after {
    height: 2px;
    width: 40px;
    background: rgb(202,210,209);
    content: '';
    transition: width 0.4s ease;
    left: 0;
    bottom: -8px;
    position: absolute;
}.net_offer_card .net_plan_details:hover .net_price_schemes h4::after {
    width: 100%;
}.net_offer_card .net_price_schemes p {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 5px;
    margin: 0 0 30px;
    word-break: break-word;
    font-size: 16px;
    overflow-y: auto;
    max-height: 200px;
    line-height: 1.6;
}.net_offer_card .net_price_schemes p::-webkit-scrollbar {
    width: 4px;
}.net_offer_card .net_price_schemes p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.net_offer_card .net_price_schemes p::-webkit-scrollbar-thumb {
    background: rgb(202,210,209,0.5);
}.net_offer_card .net_access_cost {
    position: relative;
    color: #ffffff;
    padding: 10px 0;
    display: block;
    font-size: calc(24px + 4px);
    margin-top: 15px;
    font-weight: 700;
}.net_offer_card .net_access_cost::before {
    width: 40px;
    top: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    position: absolute;
    content: '';
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.net_offer_card {
    padding: 80px 0;
}.net_offer_card .net_rate_card {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.net_offer_card .net_plan_table {
    padding: 25px 20px;
}.net_offer_card .net_price_schemes p {
    max-height: 150px;
    font-size: calc(16px - 1px);
}.net_offer_card .net_access_cost {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 767px) {.net_offer_card {
    padding: 60px 0;
}.net_offer_card h2 {
    font-size: calc(34px - 4px);
}.net_offer_card .net_pricing_tiers {
    font-size: 16px;
    margin-bottom: 30px;
}.net_offer_card .net_rate_card {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.net_offer_card .net_price_schemes h4 {
    font-size: 24px;
}.net_offer_card .net_access_cost {
    font-size: 24px;
}
}

@media (max-width: 480px) {.net_offer_card {
    padding: 50px 0;
}.net_offer_card h2 {
    font-size: calc(34px - 8px);
}.net_offer_card .net_pricing_tiers {
    font-size: calc(16px - 2px);
}.net_offer_card .net_plan_table {
    padding: 20px 15px;
}.net_offer_card .net_price_schemes p {
    font-size: calc(16px - 2px);
}}.net_homepage {
    background: linear-gradient(135deg, rgb(233,237,236) 0%, #ffffff 100%);
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    min-height: 100vh;
}.net_homepage::before {
    width: 100%;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(202,210,209,0.5) 0px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.05;
}.net_homepage .net_quick_mastery {
    position: relative;
    gap: 2rem;
    z-index: 2;
    display: grid;
    padding: 2rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1200px;
}.net_homepage h1 {
    color: #000000;
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    position: relative;
    font-size: 41px;
    opacity: 0;
    transform: translateY(-10px);
    grid-column: 1 / -1;
    margin-bottom: 1.5rem;
}.net_homepage h1::after {
    bottom: -10px;
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    width: 80px;
    height: 4px;
    position: absolute;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(202,210,209);
}.net_homepage .net_text_placeholder {
    position: relative;
    opacity: 0;
    display: flex;
    z-index: 3;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    justify-content: center;
    transform: translateX(-20px);
    flex-direction: column;
}.net_homepage .net_start_base {
    transition: transform 0.5s ease;
    position: relative;
    z-index: 2;
    padding: 2.5rem;
    border-radius: 15px;
    transform: perspective(1000px) rotateY(-3deg);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05);
}.net_homepage .net_start_base:hover {
    transform: perspective(1000px) rotateY(0);
}.net_homepage .net_start_base::before {
    border-radius: 15px;
    width: 100%;
    background: linear-gradient(135deg, rgb(202,210,209,0.5) 0%, transparent 80%);
    left: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}.net_homepage .net_start_base p {
    font-size: calc(16px * 1.2);
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.net_homepage .net_start_base p::first-letter {
    font-size: calc(16px * 1.8);
    font-weight: 700;
    color: rgb(202,210,209);
}.net_homepage svg {
    margin: 2rem auto;
    width: 100px;
    display: block;
    height: 100px;
    transform-origin: center;
    animation: pulseGently 4s ease-in-out infinite;
}.net_homepage svg path {
    fill: rgb(202,210,209);
    transition: fill 0.3s ease;
}.net_homepage svg:hover path {
    fill: rgb(164,176,175);
}.net_homepage svg text {
    transition: all 0.3s ease;
    font-weight: 700;
}.net_homepage svg:hover text {
    fill: #000000;
}.net_homepage .net_contact_feedback {
    text-decoration: none;
    background: linear-gradient(45deg, rgb(202,210,209) 0%, rgb(164,176,175) 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.5px;
    padding: 1rem 2rem;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 1rem;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    z-index: 2;
    font-weight: 600;
}.net_homepage .net_contact_feedback::before {
    content: "";
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.net_homepage .net_contact_feedback:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.net_homepage .net_contact_feedback:hover::before {
    left: 100%;
}.net_homepage .net_img_gallery_item {
    transition: transform 0.5s ease;
    transform: translateX(20px);
    border-radius: 15px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15),
               -20px -20px 60px rgba(255, 255, 255, 0.8);
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    height: 450px;
    overflow: hidden;
    width: 100%;
    position: relative;
    opacity: 0;
}.net_homepage .net_img_gallery_item:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}.net_homepage .net_img_gallery_item::after {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(202,210,209,0.5) 0%, transparent 70%);
    right: 0;
    z-index: 1;
    content: "";
    left: 0;
    bottom: 0;
}

@keyframes slideInTitle {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes pulseGently {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.net_homepage .net_quick_mastery {
    grid-template-columns: 1fr;
}.net_homepage h1 {
    font-size: calc(41px * 0.9);
}.net_homepage .net_start_base {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.net_homepage .net_img_gallery_item {
    order: -1;
    height: 350px;
}
}

@media (max-width: 768px) {.net_homepage {
    padding: 3rem 0;
}.net_homepage .net_quick_mastery {
    padding: 1.5rem;
}.net_homepage h1 {
    font-size: calc(41px * 0.8);
}.net_homepage .net_start_base p {
    font-size: 16px;
}.net_homepage svg {
    width: 80px;
    margin: 1.5rem auto;
    height: 80px;
}.net_homepage .net_contact_feedback {
    width: 100%;
}.net_homepage .net_img_gallery_item {
    height: 280px;
}
}

@media (max-width: 576px) {.net_homepage .net_quick_mastery {
    padding: 1rem;
}.net_homepage h1 {
    font-size: calc(41px * 0.7);
}.net_homepage .net_start_base {
    padding: 1.5rem;
}.net_homepage .net_img_gallery_item {
    height: 240px;
}.net_homepage .net_start_base p::first-letter {
    font-size: calc(16px * 1.4);
}}.net_customer_reviews {
    background: linear-gradient(135deg, rgb(233,237,236) 0%, rgb(202,210,209,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 150px;
    position: relative;
}.net_customer_reviews::before {
    background: rgb(164,176,175,0.5);
    left: -50px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    width: 200px;
    top: -50px;
    filter: blur(80px);
    content: "";
    animation: floatBubble 18s infinite ease-in-out;
}.net_customer_reviews::after {
    position: absolute;
    height: 250px;
    animation: floatBubble 15s infinite ease-in-out alternate;
    background: rgb(202,210,209,0.5);
    border-radius: 50%;
    right: -80px;
    content: "";
    filter: blur(100px);
    bottom: -80px;
    width: 250px;
}@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

.net_customer_reviews .net_quick_mastery {
    position: relative;
    padding: 0 20px;
    max-width: 1300px;
    z-index: 1;
    margin: 0 auto;
}.net_customer_reviews h4 {
    font-family: Arial, sans-serif;
    display: inline-block;
    text-align: center;
    margin-bottom: 70px;
    font-size: 31px;
    left: 50%;
    font-weight: 700;
    transform: skew(-5deg);
    position: relative;
    transform: translateX(-50%) skew(-5deg);
    color: #000000;
}.net_customer_reviews h4::after {
    bottom: -15px;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgb(202,210,209), transparent);
    height: 4px;
    left: 25%;
    content: "";
    position: absolute;
}.net_customer_reviews .net_alumni_feedback {
    gap: 40px;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(3, 1fr);
}.net_customer_reviews .net_rating_zone {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    backface-visibility: hidden;
    padding: 30px;
    position: relative;
    border-radius: 25px;
    transition: all 0.5s ease;
    background: #ffffff;
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
}.net_customer_reviews .net_rating_zone:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
}.net_customer_reviews .net_rating_zone::before {
    background: linear-gradient(90deg, rgb(202,210,209), rgb(164,176,175));
    width: 100%;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
}.net_customer_reviews .net_rating_zone .net_img_gallery_item {
    margin: 0 auto 20px;
    height: 80px;
    transition: all 0.3s ease;
    width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: 3px solid #ffffff;
}.net_customer_reviews .net_rating_zone:hover .net_img_gallery_item {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.net_customer_reviews .net_rating_zone span {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    display: block;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.net_customer_reviews .net_rating_zone span::after {
    content: "";
    background: rgb(202,210,209);
    height: 2px;
    display: block;
    margin: 10px auto 0;
    width: 30px;
}.net_customer_reviews .net_rating_zone p {
    position: relative;
    color: #000000;
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}.net_customer_reviews .net_rating_zone p::before {
    font-family: serif;
    z-index: -1;
    color: rgb(202,210,209,0.5);
    opacity: 0.2;
    font-size: 80px;
    left: -5px;
    position: absolute;
    content: '"';
    top: -20px;
}

@media (max-width: 1200px) {.net_customer_reviews {
    padding: 100px 0;
}.net_customer_reviews .net_alumni_feedback {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.net_customer_reviews .net_rating_zone {
    padding: 25px;
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
}
}

@media (max-width: 768px) {.net_customer_reviews {
    padding: 80px 0;
}.net_customer_reviews h4 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.9);
}.net_customer_reviews .net_alumni_feedback {
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 25px;
    max-width: 500px;
}.net_customer_reviews .net_rating_zone {
    padding: 30px 20px;
    transform: rotateX(0) rotateY(0);
}.net_customer_reviews .net_rating_zone .net_img_gallery_item {
    height: 70px;
    width: 70px;
}
}