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

.wrapper-segment6430 {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

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

a {
    color: inherit;
    text-decoration: none;
}

.top_section8074 {
    flex: 1 0 auto;
}

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


.developer_experience8012 {
    background: linear-gradient(135deg, rgb(233,225,226) 0%, rgb(208,191,192,0.5) 35%, rgb(173,152,153,0.5) 100%);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}



.developer_experience8012 .container {
    margin: 0 auto;
    z-index: 1;
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
}

.developer_experience8012 .feedback_slider5614 {
    grid-template-rows: auto auto;
    backdrop-filter: blur(10px);
    grid-template-areas:
    "photo quote"
    "name quote";
    grid-template-columns: minmax(220px, 1fr) 2fr;
    padding: 2.5rem;
    gap: 1.5rem;
    transform-style: preserve-3d;
    transform: rotateX(5deg) rotateY(-2deg);
    background: #ffffff;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(208,191,192,0.5);
    transition: transform 0.5s ease;
    display: grid;
    border-radius: 22px;
}

.developer_experience8012 .name + span {
    opacity: 0.8;
    transform: translateZ(5px);
    padding-left: 1rem;
    grid-area: name;
    margin-top: 2rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    align-self: end;
    letter-spacing: 1px;
}

.developer_experience8012 .work_view5810::before {
    background: linear-gradient(45deg, rgb(208,191,192,0.5) 0%, transparent 40%, transparent 60%, rgb(173,152,153,0.5) 100%);
    position: absolute;
    content: "";
    height: 100%;
    border-radius: 22px;
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    opacity: 0.3;
    width: 100%;
}

.privacy_folio3429 {
    padding: 40px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
    height: auto;
    width: 100%;
    box-shadow: 0 0 15px rgb(208,191,192,0.5), 0 0 30px rgb(173,152,153,0.5);
}

.privacy_folio3429 h2 {
    margin-top: 30px;
    text-shadow: 0 0 10px rgb(173,152,153,0.5);
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(173,152,153);
    font-weight: 600;
    font-size: 29px;
    color: rgb(173,152,153);
}

.privacy_folio3429 ul, .privacy_folio3429 ol {
    list-style-position: inside;
    padding-left: 20px;
    padding: 15px 0;
}

.privacy_folio3429 li {
    margin-bottom: 15px;
    font-size: 18px;
    text-shadow: 0 0 5px rgb(208,191,192,0.5);
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

.privacy_folio3429 p, .privacy_folio3429 span, .privacy_folio3429 div {
    line-height: 1.8;
    text-shadow: 0 0 5px rgb(208,191,192,0.5);
    margin-bottom: 10px;
    font-weight: 300;
    color: #000000;
    font-size: 18px;
}

.online_cookies8962 {
    padding: 20px 15px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.web_cookies9082 svg:hover {
    fill: rgb(173,152,153);
}

.cookie_reset0235 {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}

.dialogCookieSettings1283 p {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

.cookie_visitor0245:hover {
    box-shadow: 0 0 10px rgb(173,152,153,0.5);
    background: rgb(173,152,153);
}

#cookiesUsageAgreementBtn3692 {
    background: rgb(208,191,192);
}

#disallow_cookie_tracking1935 {
    background: rgba(0, 0, 0, 0.5);
}

.dialogCookieSettings1283 p a {
    color: rgb(208,191,192);
    text-decoration: underline;
    transition: color 0.3s ease;
}

#cookiePolicyAlert2687:checked ~ .dialogCookieSettings1283 {
    opacity: 0;
    visibility: hidden;
}

.price_box8963::before {
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
}

.price_box8963 h2::after {
    bottom: -15px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(208,191,192,0.5), rgb(208,191,192), rgb(208,191,192,0.5));
    position: absolute;
}

.price_box8963 .cost_summary7230 {
    display: grid;
    padding: 0;
    perspective: 1000px;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
}

.price_box8963 .cost_summary7230 li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}

.price_box8963 .discount_price2153 {
    overflow: hidden;
    padding: 40px 30px;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    backdrop-filter: blur(10px);
    height: 100%;
}

.price_box8963 .monthly_plan2178 {
    position: relative;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}

.price_box8963 .monthly_plan2178 h4 {
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 25px;
    transform: translateZ(10px);
    font-size: calc(23px * 1.2);
    padding-bottom: 15px;
    position: relative;
}

.price_box8963 .monthly_plan2178 p {
    transform: translateZ(5px);
    font-weight: 300;
    line-height: 1.7;
    padding-right: 5px;
    margin: 0 0 30px;
    color: #ffffff;
    max-height: 250px;
    font-size: 14px;
    word-break: break-word;
    overflow-wrap: break-word;
    opacity: 0.8;
    overflow-y: auto;
}

.price_box8963 .rate_schemes9852::before {
    transform: scaleX(0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    height: 2px;
    width: 100%;
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgb(173,152,153), transparent);
    transform-origin: center;
    left: 0;
    bottom: 5px;
    position: absolute;
}

.price_box8963 .edu_deals9634:hover .discount_price2153::after {
    transform: translate(20%, 20%) scale(1.2);
    opacity: 0.4;
}

.price_box8963 .edu_deals9634:hover .rate_schemes9852::before {
    opacity: 1;
    transform: scaleX(0.8);
}

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

.connect_form1408 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

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

.connect_form1408 .inquiry_box9024 div {
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 25px;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    flex: 1 0 calc(50% - 30px);
    min-height: 140px;
    padding: 20px;
    max-width: 220px;
    align-items: center;
    flex-direction: column;
}

.connect_form1408 .inquiry_box9024 div svg path {
    fill: rgb(173,152,153);
}

.connect_form1408 .inquiry_box9024 div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}

.connect_form1408 .support_request6295 {
    border-radius: 25px;
    position: relative;
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 550px;
    padding: 40px 30px;
    z-index: 2;
    transform: translateY(50px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

.connect_form1408 .support_request6295 h3 {
    color: rgb(208,191,192);
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.connect_form1408 .support_request6295 input[type="text"]:focus,
.connect_form1408 .support_request6295 input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(173,152,153,0.5);
    outline: none;
    border-color: rgb(173,152,153);
}

.connect_form1408 .support_request6295 input::placeholder {
    color: #000000;
    opacity: 0.6;
}

.connect_form1408 .support_request6295 .inquiry_info0453 input[type="checkbox"] {
    border-radius: 4px;
    width: 20px;
    margin-top: 3px;
    border: 2px solid rgb(233,225,226);
    height: 20px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    appearance: none;
    margin-right: 10px;
    -webkit-appearance: none;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

.connect_form1408 .support_request6295 .inquiry_info0453 label {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}

.connect_form1408 .support_request6295 .inquiry_info0453 label a {
    color: rgb(173,152,153);
    text-decoration: none;
    transition: color 0.3s ease;
}

.connect_form1408 .support_request6295 .query_help1589:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(208,191,192,0.5);
}

.title_section8310 {
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.title_section8310 .start_learn0274 {
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    display: flex;
}

.title_section8310 .skill_program4609 {
    grid-template-columns: 1fr;
    z-index: 2;
    padding: 2rem 4rem;
    width: 90%;
    position: relative;
    margin-left: 5%;
    display: grid;
    max-width: 1200px;
    transform: perspective(1000px) translateZ(0);
    gap: 2rem;
    transition: transform 0.5s ease;
}

.title_section8310 .skill_program4609 > div:last-child {
    transform: translateX(-20px) translateZ(10px);
    position: relative;
    animation: slideIn 0.8s forwards 0.5s ease-out;
    opacity: 0;
}

.title_section8310 .title_style_header::after {
    transform: scaleX(0);
    bottom: -0.5rem;
    position: absolute;
    animation: scaleIn 0.6s forwards 0.8s ease-out;
    height: 4px;
    left: 0;
    width: 80px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,191,192), rgb(173,152,153));
    content: '';
}

.title_section8310 p::before {
    height: 2px;
    transform: translateY(-50%);
    top: 50%;
    content: '';
    width: 10px;
    position: absolute;
    background: rgb(208,191,192);
    left: -20px;
}

.title_section8310 .skill_program4609:hover > div:first-child {
    transform: translateZ(30px);
    transition: transform 0.4s ease;
}

header .top_plank {
    background: rgb(208,191,192);
    color:  #ffffff;
}

header .top_plank .top_control8392 div span {
    color: #ffffff;
}

header .top_plank .top_control8392 div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .top_plank .top_control8392 div img, header .top_plank .top_control8392 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.tyBox8497::before {
    width: 100%;
    transform: translateZ(-10px);
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgb(173,152,153,0.5) 0px,
        rgb(173,152,153,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    top: 0;
    z-index: 0;
    opacity: 0.07;
    height: 100%;
    position: absolute;
}

.tyBox8497 .container {
    position: relative;
    transform-style: preserve-3d;
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}

.tyBox8497 h2::after {
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
    bottom: -12px;
    transform: scaleX(0);
    width: 120px;
    left: 0;
    height: 4px;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,191,192) 0%, rgb(173,152,153) 100%);
}

.tyBox8497 .learning_tracks1509:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.tyBox8497 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tyBox8497 li::before {
    width: 8px;
    border-radius: 50%;
    background-color: rgb(173,152,153);
    top: 8px;
    content: "";
    height: 8px;
    position: absolute;
    left: 0;
    animation: pulse 3s infinite;
    box-shadow: 0 0 0 4px rgb(173,152,153,0.5);
}

.data_insights0196 {
    isolation: isolate;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.data_insights0196::before {
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(255, 255, 255, 0.98) 100%);
    width: 100%;
}

.data_insights0196 .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.data_insights0196 .pro_gains1042 {
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 4;
    align-items: center;
}

.data_insights0196 .statistics_expertise3015 {
    height: 70px;
    margin-right: 25px;
    position: relative;
    width: 70px;
}

.data_insights0196 .statistics_expertise3015 svg {
    width: 100%;
    filter: drop-shadow(0 0 8px rgb(208,191,192,0.5));
    height: 100%;
    fill: rgb(208,191,192);
}

.data_insights0196 .statistics_expertise3015 svg path {
    fill: rgb(208,191,192);
}

.data_insights0196 .statistics_advance8139::before {
    width: 3px;
    top: 50%;
    left: 0;
    content: "";
    height: 70%;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(208,191,192);
}

.data_insights0196 .benefits_track7183::after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(208,191,192), rgb(173,152,153));
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
}

.data_insights0196 .statistics_pluses5340 {
    backdrop-filter: blur(10px);
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    align-items: center;
    min-width: 220px;
    border-radius: 10px;
    max-width: 270px;
    padding: 40px 25px;
    background: rgba(255, 255, 255, 0.7);
    isolation: isolate;
    transition: all 0.3s ease;
    flex: 1;
    position: relative;
    display: flex;
}

.data_insights0196 .statistics_pluses5340:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.data_insights0196 .statistics_pluses5340:hover::after {
    opacity: 0.3;
}

.data_insights0196 .stat_item_decor {
    width: 100%;
    top: 0;
    opacity: 0.4;
    pointer-events: none;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}

.data_insights0196 .stat_item_decor::after {
    right: 20px;
    top: 20px;
}

.data_insights0196 .stat_item_decor span::before,
.data_insights0196 .stat_item_decor span::after {
    height: 20px;
    width: 1px;
    background: rgb(208,191,192);
    content: "";
    position: absolute;
}

.data_insights0196 .stat_item_decor span::before {
    top: 20px;
    left: 20px;
}

.data_insights0196 .statistics_pluses5340:hover .statistics_elevation3214 {
    transform: scale(1.1) rotate(5deg);
}

.data_insights0196 .statistics_pluses5340:hover .statistics_elevation3214::after {
    animation: slow-rotate 10s linear infinite;
    opacity: 0.3;
}

.data_insights0196 .statistics_elevation3214 svg {
    fill: rgb(173,152,153);
    filter: drop-shadow(0 0 5px rgb(173,152,153,0.5));
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
}

.data_insights0196 .statistics_pluses5340 span::before {
    transform: translateX(-50%);
    opacity: 0.5;
    width: 30px;
    background: rgb(208,191,192,0.5);
    content: "";
    left: 50%;
    position: absolute;
    bottom: -5px;
    height: 2px;
}

.data_insights0196 .statistics_pluses5340 p {
    z-index: 1;
    position: relative;
    font-size: 15px;
    color: #555555;
    opacity: 0.8;
    line-height: 1.4;
}

.course_program_description7609::before {
    position: absolute;
    background: 
        radial-gradient(circle at left bottom, rgb(208,191,192,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(173,152,153,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    opacity: 0.4;
}

.course_program_description7609 .job_skills5108 {
    width: 500%;
    display: flex;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
}

.course_program_description7609 .program_route1597 {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 20%;
}

.course_program_description7609 .program_route1597:hover img {
    transform: scale(1.2);
}

.course_program_description7609 .container {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    padding: 0;
    z-index: 4;
    align-items: center;
}

.course_program_description7609 .learn_professional4639 h3 {
    position: relative;
    border-left: 4px solid rgb(208,191,192);
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    grid-column: 1 / 2;
    padding-left: 2rem;
    margin: 0;
}

.course_program_description7609 .learn_professional4639 .query_help1589 {
    overflow: hidden;
    padding: 0.8rem 2rem;
    color: #ffffff;
    z-index: 1;
    align-items: center;
    display: flex;
    width: max-content;
    text-decoration: none;
    background-color: transparent;
    grid-column: 1 / 4;
    position: relative;
    justify-content: center;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 15px;
    border-radius: 10px;
    border: 2px solid rgb(208,191,192);
    margin: 2rem auto 0;
}




.course_program_description7609 .program_route1597::before {
    top: 0;
    height: 100%;
    z-index: 2;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}

.course_program_description7609 .program_route1597:nth-child(4)::after {
    animation-delay: 3s;
    top: 75%;
}




.course_program_description7609 .learning_tracks1509::before {
    left: 0;
    height: 1px;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
}

.meet_us3207::after {
    content: "";
    opacity: 0.15;
    background: radial-gradient(ellipse at center, rgb(173,152,153,0.5) 0%, transparent 70%);
    width: 80%;
    right: -30%;
    z-index: 2;
    top: -50%;
    height: 200%;
    animation: glow 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    position: absolute;
}

.meet_us3207 h2::before {
    transform-origin: left;
    left: 0;
    background: rgb(173,152,153);
    content: "";
    bottom: -10px;
    height: 3px;
    animation: expandLine 1.5s forwards ease-out;
    position: absolute;
    width: 40%;
}

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

.meet_us3207 .text_pill_wrap0324 > div {
    position: relative;
}

.meet_us3207 .text_pill_wrap0324 p::after {
    transform-origin: left;
    animation: expandLine 1.5s forwards ease-out 0.5s;
    content: "";
    height: 2px;
    width: 70px;
    bottom: -8px;
    background: rgb(173,152,153);
    left: 0;
    position: absolute;
}

.newsletter_subscription2467 {
    background: linear-gradient(135deg, rgb(233,225,226) 0%, rgb(208,191,192,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    transform: skewY(-2deg);
    margin: 5rem 0;
}

.newsletter_subscription2467 .learning_tracks1509 {
    margin: 0 auto;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 1140px;
}

.newsletter_subscription2467 .learning_tracks1509::after {
    position: absolute;
    bottom: -20%;
    content: "";
    height: 60%;
    width: 40%;
    animation: float 6s infinite alternate;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(208,191,192,0.5);
    left: 10%;
}

.newsletter_subscription2467 p::before {
    top: 50%;
    position: absolute;
    content: "";
    background: rgb(173,152,153);
    height: 80%;
    border-radius: 10px;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
}

.newsletter_subscription2467 .input_holder {
    flex-direction: row;
    border-radius: 18px;
    display: flex;
    margin-left: 3rem;
    transition: all 0.3s ease;
    max-width: 600px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    align-items: center;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

.newsletter_subscription2467 .sub_texts2367:focus {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px rgb(208,191,192,0.5);
}

.newsletter_subscription2467 .query_help1589::before {
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.newsletter_subscription2467 .query_help1589:hover::before {
    left: 100%;
}

header::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(145deg, rgb(173,152,153,0.5) 0%, transparent 70%);
    z-index: -1;
    width: 100%;
}

header .top_mainwrap6075 .head_base8739 {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}

header .top_mainwrap6075 .head_base8739:hover {
    transform: scale(1.05);
}

header .top_mainwrap6075 .head_base8739 .nav_block5307 svg {
    height: 50px;
    width: auto;
}

header .top_mainwrap6075 .top_learning7243::before {
    border-radius: 27px;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    left: 0;
    transform: rotate(-2deg) scale(1.03);
    content: "";
    position: absolute;
}

header .top_mainwrap6075 .top_learning7243 .main_navbar4689:hover {
    transform: translateY(-3px) scale(1.05);
}

header .top_mainwrap6075 .top_learning7243 .main_navbar4689 a::after {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: "";
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, transparent, rgb(173,152,153), transparent);
    transform: translateX(-100%);
    height: 2px;
}

footer {
    position: relative;
    z-index: 1;
}

footer::after {
    opacity: 0.1;
    content: "";
    top: 0;
    left: 0;
    background-size: 50px 50px;
    right: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(173,152,153) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(173,152,153) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(173,152,153) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(173,152,153) 1px, transparent 1px);
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.privacy_cta0794 .container {
    display: flex;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}

.privacy_cta0794 .company_holder {
    padding: 0;
    flex: 1 1 400px;
    position: relative;
    border-radius: 10px;
}

.privacy_cta0794 .company_holder::before {
    left: 0;
    content: "";
    background-size: 50px 50px;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    border-radius: 10px;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(173,152,153) 25px, rgb(173,152,153) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(173,152,153) 25px, rgb(173,152,153) 26px, transparent 27px, transparent 49px);
}

.privacy_cta0794 .company_holder h3::after {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    position: absolute;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    top: 50%;
    content: "";
    background: #ffffff;
    right: 15px;
}

.privacy_cta0794 .law_res4713::before {
    content: "";
    border-radius: 50%;
    width: 20px;
    background: rgb(173,152,153);
    top: 2rem;
    position: absolute;
    left: -10px;
    opacity: 0.6;
    height: 20px;
}

.privacy_cta0794 .license_cta7605 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.privacy_cta0794 .site_head2536 {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}

.privacy_cta0794 .top_learning7243 {
    position: relative;
    border-radius: 10px;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
    overflow: hidden;
}

.privacy_cta0794 .top_learning7243 h5 {
    font-weight: 600;
    display: flex;
    color: #ffffff;
    background: rgb(173,152,153);
    padding: 1rem 1.5rem;
    margin: 0;
    font-size: 18px;
    align-items: center;
    position: relative;
}

.privacy_cta0794 .top_learning7243 h5::after {
    top: 50%;
    content: "";
    width: 6px;
    position: absolute;
    border-radius: 50%;
    right: 15px;
    height: 6px;
    transform: translateY(-50%);
    background: #ffffff;
}

.privacy_cta0794 .top_learning7243 .site_head2536 a {
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block;
    padding: 0.8rem 1rem 0.8rem 2rem;
    text-decoration: none;
    position: relative;
    color: #ffffff;
}

.privacy_cta0794 .top_learning7243 .site_head2536 a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.access_help5341 {
    margin-top: 2.5rem;
    position: relative;
    padding: 2rem 0;
    background: rgb(173,152,153);
}

.access_help5341::before {
    position: absolute;
    content: "";
    background-repeat: repeat-x;
    top: -5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(208,191,192) 20px, rgb(208,191,192) 40px,
            transparent 40px, transparent 60px,
            rgb(208,191,192) 60px, rgb(208,191,192) 80px,
            transparent 80px, transparent 100px,
            rgb(208,191,192) 100px, rgb(208,191,192) 120px
        );
    width: 100%;
    left: 0;
    height: 5px;
}

.access_help5341 .grade_help8312::before,
.access_help5341 .grade_help8312::after {
    width: 50px;
    transform: translateY(-50%);
    background: rgb(208,191,192);
    height: 1px;
    position: absolute;
    content: "";
    top: 50%;
}

.access_help5341 .grade_help8312::before {
    right: 100%;
    margin-right: 15px;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.developer_experience8012 .feedback_slider5614 {
    grid-template-columns: 1fr;
    transform: none;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "img_circle8123"
      "name"
      "work_view5810";
}.developer_experience8012 .img_circle8123 {
    margin: 0 auto;
    max-width: 200px;
}.developer_experience8012 .name,
  .developer_experience8012 .name + span {
    text-align: center;
    padding-left: 0;
}.developer_experience8012 .name + span {
    margin-top: 0.5rem;
}
}


@media only screen and (max-width: 1200px) {.online_cookies8962 {
    align-items: center;
    flex-direction: column;
}.web_cookies9082 {
    margin-bottom: 15px;
}.cookie_reset0235 {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_visitor0245 {
    max-width: 200px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
}
}



@media (max-width: 1200px) {.price_box8963 {
    padding: 80px 0;
}.price_box8963 .cost_summary7230 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 767px) {.price_box8963 {
    padding: 60px 0;
}.price_box8963 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 15px;
}.price_box8963 .cost_rates1023 {
    margin-bottom: 30px;
}.price_box8963 .cost_summary7230 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.price_box8963 .monthly_plan2178 h4 {
    font-size: 23px;
}.price_box8963 .rate_schemes9852 {
    font-size: calc(23px * 1.3);
}
}



@media (hover: none) {.price_box8963 .discount_price2153 {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
}.price_box8963 .discount_price2153::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.price_box8963 .monthly_plan2178 h4::after {
    width: 60px;
}}



@media screen and (min-width: 1200px) {.connect_form1408 .inquiry_box9024 {
    padding-left: 200px;
    width: 70%;
}.connect_form1408 .support_request6295 {
    width: 40%;
    max-width: 480px;
}
}



@media screen and (min-width: 768px) and (max-width: 991px) {.connect_form1408 {
    padding: 80px 0 120px;
}.connect_form1408 .inquiry_box9024 {
    justify-content: space-between;
    padding: 0 20px 120px;
}.connect_form1408 .inquiry_box9024 div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
}



@media screen and (max-width: 767px) {.connect_form1408 {
    padding: 60px 0 120px;
}.connect_form1408 .inquiry_box9024 {
    padding: 0 20px 120px;
}.connect_form1408 .inquiry_box9024 h3 {
    font-size: calc(24px + 2px);
}.connect_form1408 .inquiry_box9024 div {
    min-height: 120px;
    max-width: 280px;
    flex: 0 0 100%;
    margin-bottom: 0;
}.connect_form1408 .inquiry_box9024 div svg {
    width: 30px;
    height: 30px;
}.connect_form1408 .support_request6295 {
    padding: 30px 25px;
}
}



@media (min-width: 768px) {.title_section8310 .skill_program4609 {
    grid-template-columns: 1fr 1fr;
    padding: 3rem 5rem;
    gap: 3rem;
    align-items: center;
}.title_section8310 .title_style_header {
    font-size: calc(39px + 0.5rem);
}.title_section8310 h3 {
    font-size: 19px;
}.title_section8310 p {
    font-size: calc(15px + 0.1rem);
}.title_section8310 .skill_program4609 > div:first-child {
    transform: translateX(-30px) translateZ(20px);
}.title_section8310 .skill_program4609 > div:last-child {
    transform: translateX(-30px) translateZ(10px);
}
}



@media (max-width: 480px) {.title_section8310 .skill_program4609 {
    padding: 1.5rem;
}.title_section8310 .title_style_header {
    font-size: calc(35px - 0.2rem);
}.title_section8310 h3 {
    font-size: calc(15px - 0.1rem);
}.title_section8310 p {
    font-size: 12px;
}.title_section8310 p::before {
    width: 8px;
    left: -15px;
}}



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



@media screen and (max-width: 1200px) {.data_insights0196 {
    padding: 100px 0;
}.data_insights0196 .statistics_upsides8149 {
    gap: 25px;
}.data_insights0196 .statistics_pluses5340 {
    min-width: 200px;
    padding: 35px 20px;
}
}



@media screen and (max-width: 992px) {.data_insights0196 {
    padding: 90px 0;
}.data_insights0196 .benefits_track7183 {
    margin-bottom: 60px;
}.data_insights0196 .statistics_pluses5340 {
    min-width: 180px;
}
}



@media screen and (max-width: 576px) {.data_insights0196 {
    padding: 70px 0;
}.data_insights0196 .statistics_advance8139 {
    font-size: calc(28px * 0.9);
}.data_insights0196 .benefits_track7183 {
    margin-bottom: 50px;
    font-size: calc(15px * 0.95);
    padding-bottom: 20px;
}.data_insights0196 .statistics_upsides8149 {
    align-items: center;
    flex-direction: column;
}.data_insights0196 .statistics_pluses5340 {
    min-width: 100%;
    max-width: 100%;
}.data_insights0196 .statistics_elevation3214 {
    width: 50px;
    margin-bottom: 20px;
    height: 50px;
}.data_insights0196 .statistics_pluses5340 span {
    font-size: 2.2rem;
}.data_insights0196 .statistics_pluses5340 p {
    font-size: calc(15px * 0.9);
}}




@media (max-width: 768px) {.course_program_description7609 {
    min-height: 100vh;
}.course_program_description7609 .learn_business0967::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.course_program_description7609 .learning_tracks1509 {
    margin-bottom: 0;
}.course_program_description7609 .learn_professional4639 {
    padding: 0 1.5rem;
    grid-gap: 1rem;
}.course_program_description7609 .learn_professional4639 h3 {
    font-size: calc(28px * 0.9);
}.course_program_description7609 .learn_professional4639 span,
    .course_program_description7609 .learn_professional4639 p {
    font-size: calc(15px * 0.9);
}.course_program_description7609 .learn_professional4639 .query_help1589 {
    width: 100%;
    margin-top: 1.5rem;
}}



@media (max-width: 767px) {.meet_us3207 {
    padding: 90px 0 60px;
}.meet_us3207 .container {
    padding: 0 15px;
}.meet_us3207 h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
}.meet_us3207 .text_pill_wrap0324 {
    padding: 25px 20px;
    transform: perspective(800px) rotateY(-1deg);
}.meet_us3207 .text_pill_wrap0324 p {
    font-size: 24px;
}.meet_us3207 .text_pill_wrap0324 div div {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 992px) {.newsletter_subscription2467 {
    padding: 3rem 1.5rem;
}.newsletter_subscription2467 p {
    font-size: calc(32px * 0.9);
    max-width: 80%;
    transform: translateX(15px);
}.newsletter_subscription2467 .input_holder {
    margin-left: 2rem;
}
}



@media (max-width: 576px) {.newsletter_subscription2467 {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.newsletter_subscription2467 .container {
    transform: skewY(1deg);
}.newsletter_subscription2467 p {
    font-size: 22px;
    margin-bottom: 1.5rem;
}.newsletter_subscription2467 .learning_tracks1509::before {
    width: 100%;
    right: -50%;
}}



@media (max-width: 1200px) {.privacy_cta0794 .container {
    gap: 2rem;
}.privacy_cta0794 .company_holder {
    flex: 1 1 350px;
}.privacy_cta0794 .license_cta7605 {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.privacy_cta0794 .site_head2536 {
    gap: 2rem;
}.access_help5341 .container::before {
    left: 5%;
}.access_help5341 .container::after {
    right: 5%;
}
}



@media (max-width: 768px) {.privacy_cta0794 {
    padding: 3rem 0 1rem;
}.privacy_cta0794 .site_head2536 {
    gap: 1.5rem;
}.privacy_cta0794 .company_holder h3 {
    font-size: calc(32px - 2px);
    padding: 1.2rem 1.5rem;
}.privacy_cta0794 .law_res4713 {
    padding: 1.5rem;
}.privacy_cta0794 .law_res4713::before,
    .privacy_cta0794 .law_res4713::after {
    display: none;
}.access_help5341 {
    margin-top: 2rem;
}.access_help5341 .grade_help8312::before,
    .access_help5341 .grade_help8312::after {
    width: 30px;
}
}



@media (max-width: 420px) {.privacy_cta0794::after {
    background-size: 100px 5px;
    height: 5px;
}.privacy_cta0794 .company_holder h3::after,
    .privacy_cta0794 .top_learning7243 h5::before,
    .privacy_cta0794 .top_learning7243 h5::after {
    display: none;
}.privacy_cta0794 .top_learning7243 h5 {
    padding: 0.8rem 1rem;
}.privacy_cta0794 .top_learning7243 .site_head2536 {
    padding: 1rem;
}.access_help5341 .grade_help8312 {
    width: 90%;
    padding: 0.4rem 1.5rem;
}
}

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



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



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



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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.1;
    }
}



@keyframes float-slow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



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



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

