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

html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
}

html {
    scrollbar-width: thin;
}

.head-core-2894 {
    flex: 1 0 auto;
}


.primary-page-6941 {
    font-family: Arial, sans-serif;
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.primary-page-6941 .training-classes-8017 {
    max-width: 1200px;
    backdrop-filter: blur(8px);
    position: relative;
    box-shadow: 
    20px 20px 40px -20px rgba(0, 0, 0, 0.3),
    -10px -10px 30px -10px rgba(255, 255, 255, 0.1),
    inset 2px 2px 5px rgba(255, 255, 255, 0.1),
    inset -2px -2px 5px rgba(0, 0, 0, 0.1);
    width: 85%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3rem;
    transform: perspective(1200px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.08);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.primary-page-6941 .training-classes-8017 > div:first-child::after {
    left: 0;
    position: absolute;
    height: 3px;
    width: 50%;
    content: "";
    animation: line-slide 2s ease-in-out infinite alternate;
    background: linear-gradient(to right, rgb(116,123,116), transparent);
    bottom: 0;
}

.primary-page-6941 .training-classes-8017:hover p {
    padding-left: 25px;
    color: #ffffff;
}

.primary-page-6941::after {
    z-index: 10;
    position: absolute;
    height: 200px;
    content: "";
    opacity: 0;
    border-radius: 50%;
    width: 200px;
    pointer-events: none;
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
}

.instructional-approach-1067 .container.virtual-track-6750 {
    padding: 0 25px;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    perspective: 1000px;
}

.instructional-approach-1067 .container.virtual-track-6750 > div:hover {
    transform: translateZ(20px) rotateX(0);
    box-shadow: 
        0 30px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.instructional-approach-1067 .container.virtual-track-6750 > div:hover h3::after {
    width: 120px;
}

.instructional-approach-1067 p {
    transform: translateZ(5px);
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 18px;
    margin-bottom: 0;
}

.instructional-approach-1067 p span::before {
    border-radius: 50%;
    right: -20px;
    width: 60px;
    top: -20px;
    opacity: 0;
    position: absolute;
    transform: scale(0);
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                opacity 0.6s ease;
    height: 60px;
    background: rgba(rgb(158,170,160,0.5), 0.05);
}

.secure-pantry-8954 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(201,207,186) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}

.secure-pantry-8954::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    pointer-events: none;
    z-index: 1;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 41px
    );
    height: 100%;
}

.secure-pantry-8954 h2 {
    font-weight: 600;
    padding-left: 1rem;
    opacity: 0;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    border-left: 4px solid rgb(158,170,160);
    font-size: 29px;
    margin: 2.5rem 0 1.5rem;
    position: relative;
}

.secure-pantry-8954 p {
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    animation: fadeSlideUp 0.8s forwards 0.6s;
    font-size: 12px;
    margin-bottom: 1.5rem;
}

.secure-pantry-8954 li {
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 12px;
    padding-left: 1.5rem;
}

.course-structure-4120 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(201,207,186) 0%, rgb(158,170,160,0.5) 100%);
    padding: 6rem 0;
}

.course-structure-4120::before {
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.04;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(158,170,160,0.5),
        rgb(158,170,160,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    top: 0;
}

.course-structure-4120 .label-container-5649 h2 {
    animation: fadeInUp 0.8s ease forwards;
    position: relative;
    font-weight: 700;
    color: rgb(158,170,160);
    display: inline-block;
    font-size: 33px;
    margin-bottom: 2rem;
}

.course-structure-4120 .label-container-5649 .description {
    opacity: 0;
    font-size: 18px;
    position: relative;
    padding-left: 1rem;
    animation-delay: 0.2s;
    color: #000000;
    animation: fadeInUp 0.8s ease forwards;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.course-structure-4120 .image-shadow-5632:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

header .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}

header .head-master-5809 {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    display: flex;
}

header .head-learning-3192 svg {
    transition: transform 0.3s ease;
    height: auto;
    width: 180px;
}

header .head-learning-3192:hover svg {
    transform: scale(1.05);
}

header .nav-mainwrap-9302 {
    padding: 0.6rem 1.2rem;
    font-size: 12px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    text-decoration: none;
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
}

.stay-informed-4536 .container {
    z-index: 2;
    grid-gap: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}

.stay-informed-4536 .virtual-track-6750 {
    transform: perspective(1000px) rotateX(5deg);
    padding: 2rem;
}

.stay-informed-4536 p::before {
    transform-origin: left;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    background: rgb(158,170,160);
    top: 50%;
    width: 2rem;
    height: 2px;
    content: "";
    animation: growLine 0.8s forwards 0.6s;
}

.stay-informed-4536 .access-lessons-0697 {
    font-weight: 600;
    font-size: 18px;
    font-family: Arial, sans-serif;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(158,170,160) 0%, rgb(116,123,116) 100%);
    padding: 1rem 2rem;
    align-self: flex-start;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

.connect-with-us-1329 .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}

.connect-with-us-1329 .support-inquiry-3246 {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    display: grid;
    padding: 40px;
}

.connect-with-us-1329 .support-inquiry-3246 div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.connect-with-us-1329 .support-inquiry-3246 svg path {
    fill: rgb(158,170,160);
}

.connect-with-us-1329 .support-inquiry-3246 a:hover {
    color: rgb(116,123,116);
}

.connect-with-us-1329 form h3 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    text-align: center;
}

.connect-with-us-1329 form h3 {
    grid-column: 1 / -1;
}

.connect-with-us-1329 form input[type="text"],
.connect-with-us-1329 form input[type="email"] {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    width: 100%;
}

.connect-with-us-1329 .message-support-0472 input[type="checkbox"]:checked::before {
    left: 7px;
    top: 4px;
    height: 10px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    content: "";
    width: 6px;
    position: absolute;
}

.connect-with-us-1329 .feedback-widget-8926 {
    padding: 18px 20px;
    overflow: hidden;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    border: none;
    grid-column: 1 / -1;
    background: rgb(158,170,160);
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}

.gdpr-block-5642 .company_holder {
    position: relative;
    padding-left: 2rem;
    border-left: 2px solid rgb(158,170,160);
    animation: borderPulse 4s infinite alternate;
}

.gdpr-block-5642 .project-ref-3290 {
    display: flex;
    justify-content: flex-end;
}

.gdpr-block-5642 .head-primary-8269 {
    position: relative;
}

.gdpr-block-5642 .head-primary-8269::after {
    right: -20px;
    border-bottom: 1px solid rgb(158,170,160);
    opacity: 0.4;
    content: "";
    width: 40px;
    border-right: 1px solid rgb(158,170,160);
    height: 40px;
    position: absolute;
    bottom: -10px;
}

.gdpr-block-5642 .head-primary-8269 .top-mentor-9514 a::before {
    width: 5px;
    transition: all 0.3s ease;
    background-color: rgb(158,170,160);
    position: absolute;
    border-radius: 50%;
    height: 5px;
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
}

.cookie-ctrl-7659::before {
    height: 1px;
    top: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgb(158,170,160), transparent);
    position: absolute;
    opacity: 0.5;
    left: 0;
    width: 100%;
}

.appMessage-4215::after {
    background: rgb(158,170,160);
    opacity: 0.1;
    transform: rotate(10deg);
    pointer-events: none;
    height: 30%;
    bottom: -5%;
    width: 40%;
    position: absolute;
    left: -5%;
    content: "";
}

.appMessage-4215 .virtual-track-6750:hover {
    transform: translateY(-5px);
}

.appMessage-4215 .virtual-track-6750 div:first-child {
    padding-bottom: 25px;
    position: relative;
}

.appMessage-4215 .virtual-track-6750 div:first-child::after {
    bottom: 0;
    background: rgb(158,170,160,0.5);
    left: 0;
    width: 80px;
    position: absolute;
    height: 2px;
    content: "";
}

.appMessage-4215 .virtual-track-6750 div:last-child {
    position: relative;
}

.appMessage-4215 .virtual-track-6750 a:hover p {
    color: rgb(158,170,160);
}

.appMessage-4215 .virtual-track-6750 a:hover::before {
    opacity: 0.1;
}

.offer-board-1236 {
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    --card-accent: rgb(158,170,160);
    background-color: var(--pricing-bg);
    overflow: hidden;
    --pricing-bg: #f5f7fa;
    --card-border: linear-gradient(135deg, rgb(158,170,160), rgb(116,123,116));
    padding: 120px 0 80px;
    --card-bg: #ffffff;
}

.offer-board-1236 .pricing-options-9682 {
    display: flex;
    flex-direction: column;
}

.offer-board-1236 .class-deals-0419 h2::after {
    position: absolute;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(to right, rgb(158,170,160), rgb(116,123,116));
    left: 50%;
    height: 3px;
}

.offer-board-1236 .study-rates-1085 {
    display: block;
    color: inherit;
    transition: transform var(--card-transition);
    text-decoration: none;
    height: 100%;
    transform: translateY(0);
}

.offer-board-1236 .fee-options-3215::before {
    width: 100%;
    transform-origin: left;
    background: var(--card-border);
    content: "";
    left: 0;
    top: 0;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    position: absolute;
    height: 5px;
}

.offer-board-1236 .sub-options-2695 {
    display: inline-block;
    font-weight: 700;
    font-size: calc(20px + 6px);
    position: relative;
    margin-bottom: 20px;
    color: var(--card-accent);
}

.offer-board-1236 .study-fees-1248 p {
    flex-grow: 1;
    line-height: 1.6;
    font-size: 18px;
    overflow-wrap: break-word;
    white-space: normal;
    word-wrap: break-word;
    hyphens: auto;
    margin-top: 15px;
    color: #000000;
}

.offer-board-1236 .study-rates-1085:hover .image-shadow-5632 {
    transform: scale(1.05);
}

.course-candidates-3078::before {
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    z-index: 1;
    width: 6px;
    background-color: rgb(158,170,160,0.5);
    position: absolute;
    left: 50%;
    top: 0;
}

.course-candidates-3078 ul li {
    position: relative;
    display: flex;
    max-width: 500px;
    z-index: 2;
    transition: all 0.4s ease;
    gap: 20px;
    background-color: #ffffff;
    width: 100%;
    align-items: center;
    text-align: left;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
}



.course-candidates-3078 ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}

.course-candidates-3078 ul li svg {
    border-radius: 50%;
    padding: 12px;
    flex-shrink: 0;
    transition: all 0.4s ease;
    background-color: rgb(158,170,160,0.5);
    width: 60px;
    height: 60px;
}

.course-candidates-3078 ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.course-candidates-3078 ul li:nth-child(4) {
    animation-delay: 0.7s;
}

.our-background-4172 {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}

.our-background-4172 .container {
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    max-width: 1140px;
    position: relative;
}

.our-background-4172 h2 {
    margin-bottom: 40px;
    font-size: 37px;
    color: #ffffff;
    transform: translateZ(0);
    letter-spacing: 1.5px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.our-background-4172 .label-container-5649 {
    transform: perspective(1000px) rotateY(-1deg);
    border-left: 4px solid rgb(116,123,116);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    overflow: hidden;
}

.our-background-4172 .label-container-5649 div div {
    text-align: justify;
    position: relative;
    line-height: 1.7;
    font-size: 18px;
    column-gap: 40px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.5s ease;
    margin-bottom: 0;
    column-count: 1;
}

.developer-experience-5210 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}

.developer-experience-5210 .user-reviews-7386 {
    position: relative;
    backdrop-filter: blur(10px);
    display: grid;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(158,170,160), 0.03) inset;
    transform: translateZ(0);
    gap: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    grid-template-columns: 1fr;
    padding: 2.5rem;
}

.developer-experience-5210 .name {
    position: relative;
    font-weight: 700;
    color: rgb(158,170,160);
    display: inline-block;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.developer-experience-5210 .work-overview-2546 {
    font-size: 12px;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    position: relative;
}

::-webkit-scrollbar {
    padding: 4px;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    transition: all 3.3s ease-in;
    border-radius: 6px;
    background: rgb(158,170,160);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px -3px 9px -1px rgba(0, 0, 0, 0.3);
    transform: scale(0.95);
    background: rgb(116,123,116);
}



@media (max-width: 768px) {.primary-page-6941 .online-tech-2873 {
    height: auto;
    min-height: 100vh;
    padding: 4rem 0;
}.primary-page-6941 .training-classes-8017 {
    padding: 1.8rem;
    width: 85%;
    transform: none;
}.primary-page-6941 .title_style_header {
    font-size: calc(43px - 0.6rem);
}.primary-page-6941 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(18px - 0.1rem);
}.primary-page-6941 p {
    font-size: calc(13px - 0.1rem);
}.primary-page-6941 .training-classes-8017:hover {
    transform: none;
}
}



@media (max-width: 767px) {.instructional-approach-1067 {
    padding: 60px 0;
}.instructional-approach-1067 .container.virtual-track-6750 {
    padding: 0 15px;
}.instructional-approach-1067 .container.virtual-track-6750 > div {
    transform: translateZ(0) rotateX(0);
    padding: 25px;
}.instructional-approach-1067 h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.instructional-approach-1067 h3::after {
    width: 60px;
    height: 3px;
}.instructional-approach-1067 p {
    font-size: calc(18px * 0.95);
}.instructional-approach-1067 .container.virtual-track-6750::before,
    .instructional-approach-1067 .container.virtual-track-6750::after {
    width: 80px;
    height: 80px;
}
}



@media (max-width: 576px) {.secure-pantry-8954 {
    padding: 1.5rem 0;
}.secure-pantry-8954 .container {
    padding: 1.2rem;
}.secure-pantry-8954 h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 1.2rem;
}.secure-pantry-8954 h2 {
    font-size: calc(29px * 0.7);
    padding-left: 0.8rem;
}.secure-pantry-8954 p, 
    .secure-pantry-8954 li, 
    .secure-pantry-8954 span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.secure-pantry-8954 span {
    padding-left: 0.8rem;
}}



@media (max-width: 767px) {.course-structure-4120 {
    padding: 4rem 0;
}.course-structure-4120 .image-shadow-5632 {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .head-learning-3192 svg {
    width: 160px;
}header .head-primary-8269 {
    padding: 0.7rem;
}header .nav-mainwrap-9302 {
    padding: 0.5rem 1rem;
    font-size: calc(12px - 1px);
}
}



@media screen and (min-width: 768px) {.stay-informed-4536 {
    padding: 5rem 3rem;
}.stay-informed-4536 .container {
    align-items: center;
    grid-template-columns: 1.2fr 1fr;
}.stay-informed-4536 p {
    padding-left: 5rem;
    margin-bottom: 0;
    font-size: 34px;
}.stay-informed-4536 p::before {
    width: 4rem;
}.stay-informed-4536 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.stay-informed-4536 .explore-courses-3126 {
    border-radius: 10px 0 0 10px;
    flex: 1;
}.stay-informed-4536 .access-lessons-0697 {
    align-self: stretch;
    border-radius: 0 10px 10px 0;
}}



@media screen and (max-width: 992px) {.gdpr-block-5642 .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.gdpr-block-5642 .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.gdpr-block-5642 .project-ref-3290 {
    justify-content: flex-start;
}.gdpr-block-5642 .top-mentor-9514 {
    gap: 2rem;
}
}



@media screen and (max-width: 576px) {.gdpr-block-5642 .company_holder h3 {
    font-size: 33px;
}.gdpr-block-5642 .head-primary-8269 h5 {
    font-size: calc(19px * 1.1);
}.gdpr-block-5642 .head-primary-8269 .top-mentor-9514 a {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 480px) {.appMessage-4215 {
    padding: 40px 0;
}.appMessage-4215 .virtual-track-6750 {
    padding: 30px 20px;
    gap: 20px;
}.appMessage-4215 .virtual-track-6750 h5 {
    font-size: calc(18px - 4px);
}
}



@media (min-width: 992px) {.offer-board-1236 .pricing-options-9682 {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.offer-board-1236 .class-deals-0419 {
    text-align: left;
    order: 0;
    width: 30%;
    margin: 0;
}.offer-board-1236 .class-deals-0419 h2 {
    display: block;
    text-align: left;
}.offer-board-1236 .class-deals-0419 h2::after {
    transform: none;
    left: 0;
}.offer-board-1236 .premium-plan-6504 {
    text-align: left;
    margin: 0;
}.offer-board-1236 .price-sheet-7695 {
    width: 70%;
}
}



@media (max-width: 992px) {.course-candidates-3078 {
    padding: 90px 0;
}.course-candidates-3078 h3 {
    margin-bottom: 60px;
}.course-candidates-3078 ul {
    gap: 60px;
}.course-candidates-3078 ul li {
    padding: 25px;
}.course-candidates-3078 ul li svg {
    width: 50px;
    padding: 10px;
    height: 50px;
}
}



@media (prefers-reduced-motion: reduce) {.course-candidates-3078 ul li {
    opacity: 1;
    animation: none;
}.course-candidates-3078 ul li:hover {
    transform: none;
}.course-candidates-3078 ul li:hover svg {
    transform: none;
}}



@media (min-width: 992px) {.our-background-4172 {
    padding: 180px 0 120px;
}.our-background-4172 .container {
    padding: 0 30px;
}.our-background-4172 h2 {
    font-size: calc(37px * 1.1);
}.our-background-4172 .label-container-5649 {
    transform: perspective(1500px) rotateY(-1deg);
    padding: 50px 60px;
}.our-background-4172 .label-container-5649 div div {
    column-count: 2;
    line-height: 1.8;
}
}



@media (min-width: 768px) {.developer-experience-5210 {
    padding: 8rem 0;
}.developer-experience-5210 .user-reviews-7386 {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 3rem;
    padding: 3rem;
}.developer-experience-5210 .user-reviews-7386 > div:first-child {
    grid-row: span 2;
}.developer-experience-5210 .image-shadow-5632 {
    height: 260px;
    width: 260px;
}.developer-experience-5210 .name {
    font-size: calc(18px + 0.2rem);
}.developer-experience-5210 .work-overview-2546 {
    font-size: calc(12px + 0.05rem);
}
}

@keyframes line-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}



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



@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes borderPulse {
    0% {
        border-left-color: rgb(158,170,160);
    }
    50% {
        border-left-color: rgb(116,123,116);
    }
    100% {
        border-left-color: rgb(158,170,160);
    }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

