﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 100%;
    width: 1115px;
    margin: auto;
}

svg {
    height: 30px;
    width: 30px;
}


.connect-form {
    align-items: center;
    padding: 0;
    z-index: 1;
    min-height: 650px;
    display: flex;
    position: relative;
}

.connect-form .feedback-info {
    display: flex;
    background-color: transparent;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 40px 20px 120px;
    gap: 30px;
    flex-wrap: wrap;
}

.connect-form .feedback-info div svg {
    height: 35px;
    width: 35px;
    margin-bottom: 15px;
}

.connect-form .feedback-info div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.connect-form .support-panel h3 {
    margin-bottom: 25px;
    font-size: 23px;
    color: rgb(185,205,168);
    font-weight: 700;
    text-align: center;
}

.connect-form .support-panel input[type="text"]:focus,
.connect-form .support-panel input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(175,175,116,0.5);
    outline: none;
    border-color: rgb(175,175,116);
}

.connect-form .support-panel .feedback-request input[type="checkbox"]:checked {
    background-color: rgb(175,175,116);
    border-color: rgb(175,175,116);
}

.connect-form .support-panel .feedback-request label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(175,175,116);
}

.client-testimonials {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,228,216) 0%, rgb(185,205,168,0.5) 100%);
}

.client-testimonials h2 {
    transform: perspective(1000px) rotateX(5deg);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 38px;
    letter-spacing: 0.5px;
    color: #000000;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.client-testimonials .feedback-carousel:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-10px) scale(1.02);
}

.client-testimonials .feedback-carousel h3::after {
    background: linear-gradient(90deg, rgb(185,205,168), transparent);
    transition: transform 0.4s ease;
    transform-origin: left;
    height: 2px;
    bottom: -5px;
    position: absolute;
    width: 100%;
    transform: scaleX(0.3);
    left: 0;
    content: "";
}

.client-testimonials .feedback-carousel:hover div img {
    transform: scale(1.1);
}

.client-testimonials .feedback-carousel:nth-child(odd):hover {
    transform: rotateZ(0) translateY(-10px);
}

.course-program {
    min-height: 100vh;
    overflow: hidden;
    background-color: rgb(222,228,216);
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    grid-template-rows: 1fr;
}

.course-program .fast-development {
    display: flex;
    height: 100%;
    width: 500%;
    animation: carousel-slide 25s ease-in-out infinite;
}

.course-program .fast-development {
    width: 600%;
    animation-duration: 20s;
}

.course-program .learn-professional {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 700px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 3.5rem;
}

.course-program .learn-professional h3::after {
    width: 50px;
    background-color: rgb(175,175,116);
    height: 3px;
    bottom: -0.5rem;
    content: '';
    position: absolute;
    left: 1.5rem;
}

.course-program .learn-professional .request-section::before {
    transition: all 0.3s ease;
    top: 0;
    z-index: -1;
    content: '';
    left: -100%;
    background-color: rgb(185,205,168);
    height: 100%;
    position: absolute;
    width: 100%;
}

header .header-mainbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
}

header .header-mainbar .header-nav .main-site {
    padding: 5px;
    position: relative;
    display: block;
}

header .header-mainbar .header-nav .main-site svg {
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
}

header .header-mainbar .head-base .first-teach a {
    position: relative;
    background: linear-gradient(to bottom, transparent, transparent);
    font-size: 12px;
    transition: color 0.3s ease, transform 0.3s ease;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    transform-style: preserve-3d;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    font-weight: 600;
}

.about-this::before {
    opacity: 0.35;
    background: linear-gradient(135deg, rgb(185,205,168,0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
}



.about-this .impact-facts {
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 17px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 0 0 35%;
    transition: transform 0.6s ease;
}



.about-this .img-center-align {
    overflow: hidden;
    height: 380px;
    position: relative;
}

.about-this .study-program {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: calc(20px - 2px);
    margin: 0 0 8px;
    color: #ffffff;
}

.about-this .text-description::after {
    width: 200px;
    animation: float 15s infinite linear;
    top: -50%;
    position: absolute;
    z-index: -1;
    content: "";
    height: 200px;
    background: radial-gradient(circle, rgb(175,175,116,0.5) 0%, transparent 70%);
    right: -50%;
    opacity: 0.8;
}

.about-this .learn-track svg path {
    transition: fill 0.3s ease;
}

.about-this .learn-track:hover svg path {
    fill: rgb(175,175,116);
}

.about-this p {
    z-index: 2;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    margin: 0;
}

.statistical-report h3 {
    transform: perspective(1000px) translateZ(20px);
    color: #000000;
    font-size: 29px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    font-weight: 700;
}

.statistical-report .statistics-perks::before {
    content: "";
    height: 5px;
    background: linear-gradient(
        90deg,
        rgb(185,205,168) 0%,
        rgb(175,175,116) 100%
    );
    width: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    top: 0;
}

.statistical-report .statistics-perks:hover::after {
    transform: scale(4);
}

.statistical-report .statistics-perks p {
    -webkit-background-clip: text !important;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 2.5rem;
    z-index: 2;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    color: rgb(185,205,168);
    margin: 5px 0 0;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(185,205,168), rgb(175,175,116));
}

.statistical-report .statistics-perks:nth-child(6) {
    animation-delay: 0.6s;
}

.training-specialist .container {
    padding: 0 2rem;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}

.training-specialist .feedback-carousel:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.training-specialist .img-center-align {
    overflow: hidden;
    width: 100%;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: rotateY(-3deg) rotateX(2deg);
    height: 300px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 3px solid #ffffff;
    position: relative;
}

.training-specialist .feedback-carousel:hover .past-work {
    opacity: 1;
}

.training-specialist .past-work::before {
    left: -1.5rem;
    font-family: Georgia, serif;
    font-size: 6rem;
    color: rgb(175,175,116,0.5);
    top: -2rem;
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0.2;
    position: absolute;
    content: "";
}

.pricing-suite .trial-pricing {
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    margin: 0;
}

.pricing-suite .tuition-table {
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    will-change: transform;
    height: 100%;
    display: block;
}

.pricing-suite .premium-cost h4 {
    font-size: calc(24px * 1.1);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    transition: color 0.3s ease;
    padding-bottom: 15px;
}

.pricing-suite .rate-panel {
    position: relative;
    font-size: calc(24px * 1.3);
    color: transparent;
    -webkit-background-clip: text !important;
    font-weight: 700;
    background-clip: text !important;
    display: inline-block;
    align-self: flex-start;
    color: #ffffff;
    padding: 10px 0;
    background: linear-gradient(135deg, rgb(185,205,168), rgb(175,175,116));
    margin-top: auto;
}

.gratitudeDiv {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(222,228,216) 0%, rgb(185,205,168,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.gratitudeDiv h2 {
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    font-size: 30px;
    letter-spacing: -0.01em;
    transform: translateY(20px);
    line-height: 1.4;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.gratitudeDiv ul {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
}

.gratitudeDiv li::before {
    width: 12px;
    border-radius: 50%;
    left: -30px;
    position: absolute;
    top: 8px;
    height: 12px;
    animation: pulse 2s infinite;
    background: rgb(185,205,168);
    content: "";
}

.study-process::after {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    right: -50%;
    transform: rotate(-15deg) scale(2);
    height: 100%;
    position: absolute;
    filter: blur(30px);
    opacity: 0.08;
    background: linear-gradient(45deg, transparent 65%, rgb(175,175,116,0.5) 100%);
    z-index: 0;
    content: "";
    top: -50%;
}

.study-process .text-description::before {
    transform: rotate(45deg);
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    content: "";
    height: 30px;
    top: -15px;
    position: absolute;
    z-index: -1;
    width: 30px;
    left: 25px;
}

.windowPrivacySettings {
    border-top: 2px solid rgb(185,205,168);
    background: rgb(222,228,216);
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 0;
}

.cookie-disclaimer {
    margin-right: 10px;
    flex-shrink: 0;
}


#cookiePolicyAlert {
    display: none;
}

#cookiePolicyAlert:checked ~ .windowPrivacySettings {
    opacity: 0;
    visibility: hidden;
}

.privacy-module .container {
    max-width: 1140px;
    transform: translateZ(0);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    z-index: 1;
    margin: 0 auto;
    padding: 3.5rem 2.5rem;
}

.privacy-module:hover h1::after {
    width: 120px;
}

.privacy-module h2::before {
    transform: scaleY(0.8);
    left: 0;
    width: 4px;
    height: 100%;
    background: rgb(185,205,168);
    border-radius: 2px;
    content: "";
    transition: transform 0.3s ease;
    top: 0;
    position: absolute;
}

.privacy-module h4::before {
    font-size: 0.9em;
    content: "→";
    color: rgb(185,205,168);
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}

.privacy-module p strong:hover::after {
    transform: scaleX(1);
}

.privacy-module li {
    color: #000000;
    position: relative;
    line-height: 1.7;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    transition: transform 0.3s ease;
    font-size: 12px;
}

.privacy-module li:hover::before {
    background: rgb(185,205,168);
}

footer {
    position: relative;
}

footer::before {
    opacity: 0.92;
    right: 0;
    z-index: 1;
    background: linear-gradient(210deg, #000000 0%, rgb(185,205,168) 100%);
    top: 0;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}

.law-res .company_holder h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.law-res .head-base {
    position: relative;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease;
    border-radius: 10px;
    flex: 1;
    max-width: calc(50% - 30px);
    transform: translateZ(0);
    padding: 20px;
    overflow: hidden;
}

.law-res .head-base .header-site {
    margin: 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding: 0 10px;
}

.law-res .head-base .header-site a::before {
    opacity: 0;
    border-radius: 50%;
    background: rgb(175,175,116);
    height: 6px;
    margin-right: 10px;
    min-width: 6px;
    transition: all 0.3s ease;
    transform: scale(0);
    content: '';
    flex-shrink: 0;
}



.law-res .res-connect::before {
    filter: blur(100px);
    z-index: -1;
    position: absolute;
    background: rgb(175,175,116);
    animation: pulse 10s infinite ease-in-out reverse;
    border-radius: 50%;
    bottom: -10%;
    left: -5%;
    opacity: 0.1;
    content: '';
    width: 250px;
    height: 250px;
}

.greeting-page .edu-skill {
    top: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100vh;
}

.greeting-page .page-title img {
    width: 100%;
    transform: scale(1.05);
    filter: brightness(0.85) contrast(1.1);
    transition: transform 8s ease-in-out;
    height: 100%;
    object-fit: cover;
}

.greeting-page .learning-page label::before {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    background: rgb(175,175,116,0.5);
    content: "";
    border-radius: 50%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}



.greeting-page .text-description h1 {
    font-size: 39px;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    color: rgb(185,205,168);
}

.greeting-page .text-description p {
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.8;
    background: linear-gradient(to right, #ffffff, #ffffff);
    max-width: 800px;
    -webkit-text-fill-color: #ffffff;
    text-shadow: 0 1px 3px #000000;
    color: #ffffff;
    -webkit-background-clip: text !important;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}

.greeting-page input:nth-of-type(1):checked ~ .learning-page label:nth-child(1)::after,
.greeting-page input:nth-of-type(2):checked ~ .learning-page label:nth-child(2)::after,
.greeting-page input:nth-of-type(3):checked ~ .learning-page label:nth-child(3)::after,
.greeting-page input:nth-of-type(4):checked ~ .learning-page label:nth-child(4)::after,
.greeting-page input:nth-of-type(5):checked ~ .learning-page label:nth-child(5)::after,
.greeting-page input:nth-of-type(6):checked ~ .learning-page label:nth-child(6)::after,
.greeting-page input:nth-of-type(7):checked ~ .learning-page label:nth-child(7)::after,
.greeting-page input:nth-of-type(8):checked ~ .learning-page label:nth-child(8)::after,
.greeting-page input:nth-of-type(9):checked ~ .learning-page label:nth-child(9)::after,
.greeting-page input:nth-of-type(10):checked ~ .learning-page label:nth-child(10)::after {
    transform: translate(-50%, -50%) scale(1);
}



@media screen and (max-width: 767px) {.connect-form {
    padding: 60px 0 120px;
}.connect-form .feedback-info {
    padding: 0 20px 120px;
}.connect-form .feedback-info h3 {
    font-size: calc(23px + 2px);
}.connect-form .feedback-info div {
    min-height: 120px;
    flex: 0 0 100%;
    max-width: 280px;
    margin-bottom: 0;
}.connect-form .feedback-info div svg {
    height: 30px;
    width: 30px;
}.connect-form .support-panel {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.client-testimonials {
    padding: 2.5rem 0;
}.client-testimonials h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.client-testimonials .feedback-carousel {
    padding: 1.25rem;
}.client-testimonials .feedback-carousel div {
    width: 50px;
    height: 50px;
}.client-testimonials .feedback-carousel::before {
    font-size: 80px;
}
}



@media (max-width: 767px) {header .header-mainbar .head-base .first-teach a {
    font-size: calc(12px - 2px);
    padding: 8px 12px;
}}



@media (max-width: 1024px) {.about-this {
    padding: 90px 0;
}.about-this .learning-tracks {
    gap: 40px;
}.about-this .impact-facts {
    flex: 0 0 40%;
}.about-this .img-center-align {
    height: 350px;
}.about-this .text-description {
    padding: 30px;
}
}



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



@media (min-width: 768px) {.training-specialist {
    padding: 8rem 0;
}.training-specialist .feedback-carousel {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
    gap: 2rem 3rem;
}.training-specialist .feedback-carousel > div:first-child {
    grid-row: span 2;
}.training-specialist .feedback-carousel > div:nth-child(3) {
    grid-column: 2;
}.training-specialist .img-center-align {
    height: 100%;
    transform: rotateY(-5deg) translateZ(20px);
    min-height: 400px;
}.training-specialist .past-work {
    font-size: calc(18px + 0.05rem);
}.training-specialist .name {
    font-size: calc(24px + 0.1rem);
}
}



@media (max-width: 1200px) {.pricing-suite {
    padding: 80px 0;
}.pricing-suite .trial-pricing {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.pricing-suite .price-schemes {
    min-height: 400px;
    padding: 25px;
}
}



@media (max-width: 991px) {.gratitudeDiv {
    padding: 80px 0;
}.gratitudeDiv h2 {
    font-size: calc(30px * 0.85);
}.gratitudeDiv .learning-tracks {
    padding: 40px 30px;
}.gratitudeDiv li::before {
    left: -20px;
}
}



@media (max-width: 767px) {.gratitudeDiv {
    padding: 60px 0;
}.gratitudeDiv h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 30px;
}.gratitudeDiv h2::after {
    width: 60px;
    bottom: -10px;
}.gratitudeDiv .learning-tracks {
    padding: 30px 20px;
}.gratitudeDiv li::before {
    display: none;
}.gratitudeDiv span {
    font-size: 15px;
    line-height: 1.6;
}
}


@media only screen and (max-width: 1200px) {.windowPrivacySettings {
    padding: 20px;
}}



@media screen and (max-width: 992px) {.privacy-module {
    padding: 3rem 1rem;
}.privacy-module .container {
    padding: 2.5rem 2rem;
}.privacy-module h1 {
    font-size: calc(39px * 0.9);
}.privacy-module h2 {
    font-size: calc(28px * 0.9);
}.privacy-module p {
    max-width: 100%;
}
}



@media screen and (max-width: 768px) {.privacy-module {
    padding: 2.5rem 0.75rem;
}.privacy-module .container {
    padding: 2rem 1.5rem;
}.privacy-module h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1.5rem;
}.privacy-module h2 {
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.8);
}.privacy-module h3 {
    font-size: calc(28px * 0.7);
}.privacy-module h4 {
    font-size: calc(28px * 0.6);
}.privacy-module p, 
    .privacy-module li {
    font-size: calc(12px * 0.95);
}.privacy-module span {
    padding: 0.75rem 1rem;
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 479px) {.greeting-page .learning-tracks {
    min-height: 70vh;
}.greeting-page .edu-skill {
    height: 70vh;
}.greeting-page .text-description {
    padding: 20px 0 40px;
}.greeting-page .text-description h1 {
    font-size: calc(39px * 0.7);
}.greeting-page .text-description h3 {
    font-size: calc(22px * 0.7);
}.greeting-page .text-description p {
    font-size: calc(12px * 0.85);
}.greeting-page .learning-page {
    gap: 8px;
    padding: 6px 10px;
    bottom: 15px;
}.greeting-page .learning-page label {
    height: 8px;
    width: 8px;
}.greeting-page .learning-page label::after {
    width: 3px;
    height: 3px;
}
}

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



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



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

