.container-wrap_Viu {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

html {
    scrollbar-width: thin;
    scrollbar-color: #ffffff rgb(173,164,152,0.5);
}



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

.track_settings_1TC {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.cookie_warning_overlay_KBm h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

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

.learn_prefs_nsk {
    text-decoration: none;
    border-bottom: 2px solid rgb(208,201,191);
    flex-shrink: 0;
    white-space: nowrap;
    margin-left: 10px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-size: 24px;
    color: rgb(208,201,191);
    min-width: 120px;
}


.container-wrap_Viu .track_settings_1TC {
    justify-content: flex-end;
}

.container-wrap_Viu .cookie_panel_jkO {
    text-align: right;
}

.tariff_container_aym {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(233,230,225);
}

.tariff_container_aym::after {
    background: rgb(173,164,152,0.5);
    left: -50px;
    position: absolute;
    content: "";
    height: 250px;
    bottom: -50px;
    z-index: 0;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    width: 250px;
    filter: blur(60px);
}

.tariff_container_aym .value_deals_zYF {
    flex-direction: column;
    gap: 60px;
    display: flex;
}

.tariff_container_aym .discount_tier_UnW h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 33px;
    display: inline-block;
    margin-bottom: 20px;
}

.tariff_container_aym .training_sub_LR7 {
    line-height: 1.6;
    font-size: 16px;
    opacity: 0.85;
    margin-bottom: 0;
    color: #000000;
}

.tariff_container_aym .study_price_GsM {
    perspective: 1000px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.tariff_container_aym .cost_schemes_V4p:hover {
    transform: translateY(-10px) scale(1.02);
}

.tariff_container_aym .rate_list_tU9 {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.4s ease;
    overflow: hidden;
    transform-style: preserve-3d;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.tariff_container_aym .discount_grid_6cd::before {
    top: 0;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    content: "";
    right: 0;
    background: linear-gradient(90deg, rgb(208,201,191), rgb(173,164,152));
    transform-origin: left;
    height: 5px;
    transition: transform 0.5s ease;
}

.tariff_container_aym .cost_schemes_V4p:hover .discount_grid_6cd h3 {
    transform: translateX(5px);
    color: rgb(208,201,191);
}

.tariff_container_aym .pro_rates_9Um::before {
    bottom: -8px;
    height: 2px;
    left: 0;
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    background: rgb(173,164,152,0.5);
    width: 40px;
}

.tariff_container_aym .cost_schemes_V4p:hover .pro_rates_9Um::before {
    width: 80px;
}

.tariff_container_aym .pic_grid_6dI {
    transform: translateZ(-10px);
    position: relative;
    height: 200px;
    transition: transform 0.6s ease, filter 0.6s ease;
    overflow: hidden;
}

.tariff_container_aym .pic_grid_6dI::after {
    inset: 0;
    content: "";
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: opacity 0.5s ease;
}

.tariff_container_aym .cost_schemes_V4p::after {
    z-index: -1;
    filter: blur(10px);
    right: 30px;
    content: "";
    border-radius: 50%;
    height: 15px;
    opacity: 0;
    top: 100%;
    position: absolute;
    left: 30px;
    transition: opacity 0.4s ease;
    background: rgb(208,201,191,0.5);
}

.secure_depot_IrT::after {
    z-index: 0;
    bottom: -10px;
    right: -10px;
    content: "";
    width: 50%;
    height: 40%;
    opacity: 0.1;
    position: absolute;
    transform: skewY(-5deg);
    background: linear-gradient(45deg, transparent 40%, rgb(208,201,191,0.5) 100%);
}

.secure_depot_IrT h1 {
    border-bottom: 3px solid rgb(173,164,152,0.5);
    position: relative;
    font-weight: 700;
    transform: translateZ(10px);
    display: inline-block;
    padding-bottom: 0.5rem;
    color: rgb(208,201,191);
    font-size: 38px;
    letter-spacing: -0.02em;
    margin-bottom: 2.5rem;
}

.secure_depot_IrT h2 {
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    transform: translateZ(5px);
    font-weight: 600;
    margin-top: 3rem;
    font-size: 32px;
    margin-bottom: 1.25rem;
}

.secure_depot_IrT h3 {
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(32px * 0.85);
}

.secure_depot_IrT h4 {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(32px * 0.7);
}

.secure_depot_IrT p {
    color: #000000;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    font-size: 18px;
    transform: translateZ(0);
    position: relative;
    line-height: 1.7;
}

.secure_depot_IrT p strong::after {
    width: 100%;
    transform: scaleX(0.9);
    content: "";
    bottom: -2px;
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(173,164,152,0.5);
    transform-origin: left;
}

.secure_depot_IrT li {
    font-size: 18px;
    transform: translateZ(0);
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 1.5rem;
}

.secure_depot_IrT li:hover {
    transform: translateX(5px) translateZ(0);
}

.secure_depot_IrT span {
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transform: translateZ(0);
    padding: 1.25rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    color: #000000;
    line-height: 1.7;
    background: rgba(255,255,255,0.7);
    border-left: 3px solid rgb(173,164,152);
    font-size: 18px;
    display: block;
}

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

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

.our_mission_GBv .article_wrap_P3a:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_mission_GBv .article_wrap_P3a::before {
    right: 20px;
    opacity: 0.7;
    width: 60px;
    content: "";
    position: absolute;
    border-top: 3px solid rgb(173,164,152);
    border-right: 3px solid rgb(173,164,152);
    top: 20px;
    height: 60px;
}

.our_mission_GBv h1 {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    transform: translateX(-10px);
    color: #ffffff;
    animation: slideIn 0.8s ease-out forwards;
    opacity: 0;
}

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

.our_mission_GBv li {
    margin-bottom: 25px;
    animation: fadeUp 0.8s 0.3s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
}

.our_mission_GBv h4 {
    font-weight: 600;
    color: rgb(173,164,152);
    display: inline-block;
    font-size: calc(22px + 2px);
    position: relative;
    margin-bottom: 20px;
}

.our_mission_GBv span {
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    position: relative;
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
    line-height: 1.8;
}

.info_hub_ZXD::before {
    position: absolute;
    animation: floating 15s ease-in-out infinite alternate;
    height: 80%;
    opacity: 0.6;
    transform: rotate(-15deg) skewX(5deg);
    background: linear-gradient(45deg, rgb(208,201,191,0.5) 0%, rgb(173,164,152,0.5) 100%);
    top: -10%;
    filter: blur(40px);
    z-index: 0;
    content: "";
    width: 40%;
    right: -5%;
}

.info_hub_ZXD h1 {
    z-index: 2;
    text-align: center;
    transform: perspective(500px) translateZ(0);
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    font-size: 39px;
    transition: transform 0.5s ease;
    font-weight: 700;
}

.info_hub_ZXD h1:hover {
    transform: perspective(500px) translateZ(10px);
}

.info_hub_ZXD h1:hover::after {
    width: 120px;
}

.info_hub_ZXD .join_community_AVt {
    gap: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    border-radius: 11px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
}

.info_hub_ZXD .join_community_AVt > div::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(208,201,191), rgb(173,164,152));
    content: "";
    width: 5px;
    transition: width 0.3s ease;
}

.info_hub_ZXD .join_community_AVt > div > div {
    font-size: 14px;
    z-index: 2;
    color: #000000;
    line-height: 1.6;
    position: relative;
}

.info_hub_ZXD .join_community_AVt span {
    margin-left: 2rem;
    color: #000000;
    font-size: 14px;
    transition: color 0.3s ease;
    display: block;
}

.info_hub_ZXD .get_support_URc {
    gap: 0.5rem;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
}

.info_hub_ZXD .get_support_URc:hover {
    transform: translateX(5px);
    color: rgb(208,201,191);
}

.info_hub_ZXD svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

.info_hub_ZXD .get_support_URc:hover svg path {
    fill: rgb(208,201,191);
}

.thanks_box_Cmc::before {
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(173,164,152,0.5) 0px,
        rgb(173,164,152,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: patternShift 30s linear infinite;
    position: absolute;
    opacity: 0.15;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}

.thanks_box_Cmc .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.thanks_box_Cmc h2::after {
    animation: expandWidth 1s ease-out 0.8s forwards;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    position: absolute;
    height: 4px;
    background: linear-gradient(to right, rgb(208,201,191), rgb(173,164,152));
    width: 100px;
}

.thanks_box_Cmc .guide_approach_zHX::before {
    left: 0;
    height: 6px;
    width: 100%;
    animation: gradientShift 8s ease infinite;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(208,201,191), rgb(173,164,152));
    position: absolute;
}

.thanks_box_Cmc .guide_approach_zHX li {
    padding: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
    position: relative;
    opacity: 0;
}

.thanks_box_Cmc .guide_approach_zHX:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(15px) rotateX(0deg);
}

.data_analysis_ZaN::after {
    top: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px);
    content: "";
    z-index: 2;
    left: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
}

.data_analysis_ZaN .container {
    max-width: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    padding: 0;
}

.data_analysis_ZaN .statistics_advantage_8fL {
    margin-bottom: -50px;
    background-color: rgb(208,201,191);
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    color: #ffffff;
    width: 100%;
    padding: 60px 15% 60px 15%;
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    background-size: 30px 30px;
    position: relative;
    background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
}

.data_analysis_ZaN .statistics_perks_wrz {
    flex-wrap: wrap;
    padding: 100px 5% 50px;
    background-color: rgb(233,230,225);
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-position: center center;
    background-size: 20px 20px;
    z-index: 2;
    display: flex;
    position: relative;
}

.data_analysis_ZaN .key_pros_4pW span {
    position: relative;
    font-size: 18px;
    display: block;
    color: #000000;
    padding-bottom: 20px;
}

.data_analysis_ZaN .key_pros_4pW:hover span::after {
    transition: width 0.3s ease;
    width: 60px;
}

.data_analysis_ZaN svg {
    right: 20px;
    width: 120px;
    height: 120px;
    bottom: 20px;
    opacity: 0.1;
    z-index: 1;
    position: absolute;
}

.course_program_description_lbt::before {
    border-radius: 50%;
    width: 70%;
    right: -10%;
    animation: pulseGlow 15s ease-in-out infinite;
    opacity: 0.4;
    z-index: 1;
    height: 70%;
    background: radial-gradient(circle, rgb(208,201,191,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    top: -10%;
}



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

.course_program_description_lbt .guide_approach_zHX {
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    display: grid;
}

.course_program_description_lbt .coding_expert_9Mw {
    padding: 3rem;
    background: #ffffff;
    transform: translateZ(20px);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    border-radius: 23px;
    z-index: 3;
    position: relative;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(233,230,225);
}

.course_program_description_lbt .top_bar_qxF {
    position: relative;
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
}

.course_program_description_lbt .top_bar_qxF::before {
    background: rgb(208,201,191);
    right: -20px;
    width: 40px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 2px;
    content: "";
    opacity: 0.6;
}

.course_program_description_lbt .top_bar_qxF svg {
    filter: drop-shadow(0 2px 4px rgb(208,201,191,0.5));
    transition: all 0.3s ease;
    height: 4rem;
    width: auto;
}

.course_program_description_lbt .top_bar_qxF svg path {
    fill: rgb(208,201,191);
    transition: fill 0.3s ease;
}

.course_program_description_lbt h3 {
    background: linear-gradient(to right, #000000 0%, rgb(208,201,191) 100%);
    -webkit-background-clip: text !important;
    color: transparent;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background-clip: text !important;
    display: inline-block;
    transform: translateZ(5px);
    position: relative;
}

.course_program_description_lbt p {
    color: #000000;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
    font-size: 18px;
    transform: translateZ(10px);
}



.course_program_description_lbt .pic_grid_6dI::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(208,201,191,0.5) 100%
    );
    transition: all 0.5s ease;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    mix-blend-mode: soft-light;
    opacity: 0.5;
    left: 0;
    z-index: 1;
}

.course_program_description_lbt .guide_approach_zHX:hover .pic_grid_6dI {
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
}

header .nav_teach_pje {
    box-shadow: 0 0 20px 2px rgb(208,201,191,0.5);
    background: linear-gradient(to right, rgb(173,164,152) 0%, rgb(208,201,191,0.5) 100%);
    width: 100%;
    z-index: 99;
    padding: 1.5rem;
    position: relative;
    justify-content: space-between;
    left: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
    overflow: hidden;
}

header .nav_teach_pje::after {
    background-size: 200% 200%;
    width: 100%;
    animation: gradientSlide 5s ease infinite;
    opacity: 0.1;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(173,164,152) 49%, rgb(173,164,152) 51%, transparent 52%);
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
}

header .nav_teach_pje .top_bar_qxF .head_mentor_PSq {
    transform: perspective(800px) rotateY(0deg);
    position: relative;
    display: block;
    transition: all 0.5s ease;
}

header .nav_teach_pje .top_bar_qxF .head_mentor_PSq:hover {
    transform: perspective(800px) rotateY(15deg);
}

header .nav_teach_pje .head_nav_0d9 {
    padding: 0;
    display: flex;
    margin: 0;
    perspective: 800px;
    list-style: none;
    position: relative;
}

header .nav_teach_pje .top_wrap_31U {
    transition: transform 0.3s ease;
    transform: translateZ(0);
    transform-style: preserve-3d;
    margin: 0 0.5rem;
    position: relative;
}

header .nav_teach_pje .top_wrap_31U:hover {
    transform: translateZ(20px);
}

header .nav_teach_pje .top_wrap_31U a::before {
    left: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    background: rgb(208,201,191,0.5);
    height: 100%;
    z-index: -1;
    top: 0;
    border-radius: 10px;
    opacity: 0;
    transform: scale(0.9);
    position: absolute;
    width: 100%;
}

header .nav_teach_pje .top_wrap_31U a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

.title_board_UID::before {
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 40%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.title_board_UID .course_intro_9W7 {
    gap: 3rem;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 100%;
    transform: translateY(0);
    max-width: 1200px;
}

.title_board_UID .course_intro_9W7 > div:first-child {
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.title_board_UID .course_intro_9W7 > div:nth-child(2) {
    position: relative;
}

.title_board_UID .learning_creators_LXY {
    background: linear-gradient(to bottom right, #000000, rgba(0, 0, 0, 0.5));
    box-shadow: 
    0 40px 80px rgba(0,0,0,0.15),
    0 5px 15px rgba(0,0,0,0.1);
    flex-direction: column;
    gap: 2rem;
    transform: translateX(0);
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    padding: 3rem;
    display: flex;
}

.title_board_UID .learning_creators_LXY:hover h1 {
    transform: translateY(-5px);
}

.title_board_UID .learning_creators_LXY > div {
    position: relative;
    border-radius: 10px;
    padding: 2rem;
    background-position: center center !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.title_board_UID .learning_creators_LXY > div:hover {
    transform: scale(1.02);
}

.title_board_UID p {
    position: relative;
    margin: 0;
    font-size: calc(14px * 1.1);
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    letter-spacing: 0.01em;
    font-weight: 400;
    z-index: 2;
    color: #ffffff;
    line-height: 1.6;
}

.contact_information_Wuq::after {
    z-index: 1;
    border-radius: 50%;
    width: 300px;
    position: absolute;
    filter: blur(60px);
    left: -100px;
    content: "";
    bottom: -100px;
    background: linear-gradient(225deg, rgb(173,164,152,0.5), rgb(208,201,191,0.5));
    height: 300px;
}

.contact_information_Wuq h2 {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    text-align: center;
    position: relative;
}

.contact_information_Wuq h2::after {
    width: 30px;
    right: calc(50% - 100px);
    content: "";
    z-index: -1;
    border-radius: 50%;
    height: 30px;
    background: rgb(173,164,152,0.5);
    bottom: -15px;
    position: absolute;
}

.contact_information_Wuq .feedback_widget_Tal::before {
    inset: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(208,201,191,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(173,164,152,0.5) 99%
    );
}

.contact_information_Wuq .pic_grid_6dI::after {
    bottom: 20px;
    right: 20px;
    top: 20px;
    content: "";
    left: 20px;
    pointer-events: none;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
}

.contact_information_Wuq form {
    position: relative;
    z-index: 3;
}

.contact_information_Wuq form h3 {
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    margin-bottom: 30px;
}

.contact_information_Wuq form input[type="text"]:focus {
    border: 1px solid transparent;
    outline: none;
    background: linear-gradient(rgb(233,230,225), rgb(233,230,225)) padding-box,
                linear-gradient(to right, rgb(208,201,191), rgb(173,164,152)) border-box;
    box-shadow: 0 5px 15px rgba(rgb(208,201,191), 0.1);
}

.contact_information_Wuq .connect_widget_VgF input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_information_Wuq .connect_widget_VgF label::before {
    height: 22px;
    top: 0;
    left: 0;
    width: 22px;
    transition: all 0.3s ease;
    border-radius: 6px;
    position: absolute;
    background: rgb(233,230,225);
    content: "";
}

.contact_information_Wuq .connect_widget_VgF input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    top: 4px;
    position: absolute;
    content: "";
    left: 8px;
    transform: rotate(45deg);
}

.contact_information_Wuq .connect_card_ARj::before {
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(173,164,152), rgb(208,201,191));
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: right;
    transition: transform 0.5s ease;
    transform: scaleX(0);
}

.contact_information_Wuq .connect_card_ARj:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_information_Wuq svg path {
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(208,201,191);
}

.client_opinions_SoN {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(233,230,225) 100%);
}

.client_opinions_SoN::after {
    opacity: 0.5;
    width: 100%;
    position: absolute;
    height: 1px;
    transform: translate(-50%, -50%);
    animation: pulse 3s infinite;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(208,201,191,0.5) 20%, 
        rgb(208,201,191) 50%, 
        rgb(208,201,191,0.5) 80%, 
        transparent 100%);
    z-index: 1;
    content: "";
    left: 50%;
    top: 50%;
}

.client_opinions_SoN h2::before {
    right: 0;
    left: 0;
    top: 0;
    animation: borderGlow 4s infinite alternate;
    border-image: linear-gradient(45deg, rgb(208,201,191), rgb(173,164,152));
    opacity: 0.7;
    border-image-slice: 1;
    position: absolute;
    content: "";
    bottom: 0;
    border: 2px solid transparent;
}

.client_opinions_SoN .opinion_sharing_dQI::before {
    inset: 0;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: linear-gradient(135deg, rgb(208,201,191), rgb(173,164,152)) border-box;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    border: 1px solid transparent;
    position: absolute;
    border-radius: 10px;
    content: "";
    z-index: -1;
    opacity: 0.7;
}



.client_opinions_SoN .opinion_sharing_dQI:hover {
    transform: translateZ(20px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(208,201,191,0.5), 
        0 0 20px rgb(173,164,152,0.5);
}

.client_opinions_SoN .opinion_sharing_dQI:hover {
    transform: translateZ(30px) rotate(0);
}

.client_opinions_SoN .opinion_sharing_dQI img {
    border-radius: 50%;
    height: 90px;
    transition: all 0.5s ease;
    filter: grayscale(50%);
    box-shadow: 
        0 0 0 1px rgb(208,201,191,0.5),
        0 0 10px rgb(208,201,191,0.5);
    object-fit: cover;
    width: 90px;
    border: 3px solid #ffffff;
    margin-bottom: 1.5rem;
}

.client_opinions_SoN .opinion_sharing_dQI .description {
    color: #000000;
    max-width: 90%;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 auto;
}

.client_opinions_SoN .opinion_sharing_dQI:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}

footer::before {
    z-index: -2;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.9;
    content: "";
    right: 0;
    background: linear-gradient(to right, rgb(173,164,152), rgb(208,201,191));
}

.blog_ref_oJF::before {
    height: 10px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(208,201,191), rgb(173,164,152), rgb(208,201,191));
    left: 0;
}

.blog_ref_oJF .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}

.blog_ref_oJF .company_holder h3::after {
    left: 0;
    position: absolute;
    width: 80px;
    bottom: -2px;
    height: 2px;
    background: #ffffff;
    content: "";
}

.blog_ref_oJF .peer_help_b1Z {
    color: #ffffff;
    margin-top: 1.5rem;
    position: relative;
    line-height: 1.7;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
    padding: 0 0 0 1.5rem;
}

.blog_ref_oJF .head_nav_0d9 h5 {
    color: #ffffff;
    padding-bottom: 0.8rem;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    margin: 0 0 1.5rem;
    font-size: 20px;
}

.blog_ref_oJF .head_nav_0d9 .top_learn_ZCB a {
    transition: all 0.3s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    font-size: 13px;
    align-items: center;
}

.blog_ref_oJF .head_nav_0d9 .top_learn_ZCB a:hover::after {
    transform: translateX(0);
    opacity: 1;
}

.cert_block_gnM .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.cert_block_gnM .price_table_4Vr {
    text-align: center;
    opacity: 0.9;
    padding: 0 1rem;
    position: relative;
    color: #ffffff;
    font-size: 14px;
}

.blog_ref_oJF .company_holder::before {
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    top: 0;
    position: absolute;
    content: "";
    width: 50px;
}

.blog_ref_oJF .sec_cert_e5j::after {
    right: 0;
    width: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    bottom: 0;
    height: 50px;
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.leadership_profile_xCD .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
}

.leadership_profile_xCD .opinion_sharing_dQI {
    max-width: 1000px;
    display: grid;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    background: #ffffff;
    gap: 50px;
    grid-template-columns: 350px 1fr;
    position: relative;
    margin: 0 auto;
}

.leadership_profile_xCD .pic_grid_6dI::before {
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    z-index: 1;
    left: 0;
    height: 50%;
    content: "";
}

.leadership_profile_xCD .pic_grid_6dI:hover::after {
    opacity: 0;
}

.leadership_profile_xCD .opinion_sharing_dQI span:not(.name) {
    position: absolute;
    color: #ffffff;
    margin: 0;
    z-index: 2;
    font-family: Arial, sans-serif;
    bottom: 30px;
    font-weight: 400;
    opacity: 0.85;
    transition: transform 0.3s ease;
    left: 30px;
    font-size: 14px;
}

.leadership_profile_xCD .emp_highlights_lJi {
    flex-direction: column;
    font-weight: 400;
    justify-content: center;
    position: relative;
    line-height: 1.8;
    margin: 0;
    display: flex;
    padding: 50px 40px;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.leadership_profile_xCD .emp_highlights_lJi::after {
    bottom: 40px;
    width: 40px;
    position: absolute;
    opacity: 0.2;
    height: 30px;
    right: 40px;
    content: "";
    background: linear-gradient(to left top, 
        rgb(173,164,152) 0%, 
        rgb(173,164,152) 50%, 
        transparent 50%, 
        transparent 100%);
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
}}


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


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


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


@media only screen and (max-width: 800px)  {.container-wrap_Viu .learn_prefs_nsk {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 992px) {.tariff_container_aym .value_deals_zYF {
    align-items: center;
    flex-direction: row;
}.tariff_container_aym .discount_tier_UnW {
    order: 0;
    text-align: left;
    flex: 0 0 30%;
    padding-right: 40px;
}.tariff_container_aym .discount_tier_UnW h2::after {
    transform: none;
    left: 0;
}.tariff_container_aym .study_price_GsM {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (max-width: 991px) {.tariff_container_aym {
    padding: 80px 0;
}.tariff_container_aym .discount_tier_UnW {
    margin-bottom: 20px;
}
}



@media (max-width: 480px) {.tariff_container_aym {
    padding: 50px 0;
}.tariff_container_aym .discount_grid_6cd h3 {
    font-size: 23px;
}.tariff_container_aym .pro_rates_9Um {
    font-size: calc(23px - 2px);
}.tariff_container_aym .pic_grid_6dI {
    height: 160px;
}.tariff_container_aym .discount_grid_6cd {
    padding: 20px;
}}



@media (min-width: 992px) {.secure_depot_IrT {
    padding: 7rem 4rem;
}.secure_depot_IrT h1 {
    transform: translateX(2rem) translateZ(10px);
}.secure_depot_IrT span {
    width: calc(100% - 4rem);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 2rem;
}.secure_depot_IrT span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.secure_depot_IrT p, .secure_depot_IrT li {
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 992px) {.our_mission_GBv {
    padding: 80px 0;
}.our_mission_GBv .article_wrap_P3a {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.our_mission_GBv h1 {
    font-size: calc(42px - 4px);
}.our_mission_GBv span {
    font-size: calc(13px - 1px);
}
}



@media (max-width: 768px) {.our_mission_GBv {
    padding: 60px 0;
}.our_mission_GBv::after {
    height: 60%;
    width: 80%;
}.our_mission_GBv .article_wrap_P3a {
    transform: none;
    padding: 30px 25px;
}.our_mission_GBv .article_wrap_P3a::before,
    .our_mission_GBv .article_wrap_P3a::after {
    height: 40px;
    width: 40px;
}.our_mission_GBv h1 {
    font-size: calc(42px - 8px);
    margin-bottom: 30px;
}.our_mission_GBv h4 {
    font-size: 22px;
}
}



@media (min-width: 768px) {.info_hub_ZXD {
    padding: 8rem 2rem;
}.info_hub_ZXD .join_community_AVt {
    grid-template-columns: repeat(2, 1fr);
}.info_hub_ZXD h1 {
    margin-bottom: 4rem;
    font-size: calc(39px * 1.1);
}
}



@media (hover: hover) {.info_hub_ZXD .join_community_AVt > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
}



@media (max-width: 767px) {.info_hub_ZXD h1 {
    font-size: calc(39px * 0.9);
}.info_hub_ZXD .join_community_AVt {
    padding: 1.5rem;
}.info_hub_ZXD .join_community_AVt > div {
    padding: 1.25rem;
}}



@media (max-width: 768px) {.thanks_box_Cmc {
    padding: 4rem 0;
}.thanks_box_Cmc h2 {
    margin-bottom: 1.8rem;
    font-size: calc(37px * 0.8);
}.thanks_box_Cmc .guide_approach_zHX {
    transform: translateZ(5px) rotateX(1deg);
    padding: 1.8rem;
}.thanks_box_Cmc .guide_approach_zHX span {
    font-size: 15px;
    line-height: 1.6;
}
}



@media (prefers-reduced-motion) {.thanks_box_Cmc h2,
    .thanks_box_Cmc h2::after,
    .thanks_box_Cmc .guide_approach_zHX,
    .thanks_box_Cmc .guide_approach_zHX::before,
    .thanks_box_Cmc .guide_approach_zHX li {
    animation: none;
    transition: none;
}.thanks_box_Cmc .guide_approach_zHX:hover {
    transform: none;
}.thanks_box_Cmc::before {
    animation: none;
}}



@media (max-width: 992px) {.data_analysis_ZaN .statistics_advantage_8fL {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    padding: 50px 7% 70px 7%;
}.data_analysis_ZaN .statistics_perks_wrz {
    padding: 100px 5% 40px;
}.data_analysis_ZaN .key_pros_4pW {
    width: 50%;
}.data_analysis_ZaN .key_pros_4pW::before {
    top: -25px;
    font-size: 5rem;
}.data_analysis_ZaN .key_pros_4pW h4 {
    font-size: 2.2rem;
}
}



@media (max-width: 576px) {.data_analysis_ZaN .statistics_advantage_8fL {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    margin-bottom: -25px;
    padding: 30px 5% 50px 5%;
}.data_analysis_ZaN .edge_statistics_y12 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.data_analysis_ZaN .statistics_gain_vQh {
    font-size: calc(18px * 0.95);
}.data_analysis_ZaN .statistics_perks_wrz {
    padding: 60px 5% 20px;
}.data_analysis_ZaN .key_pros_4pW::before {
    font-size: 4rem;
    top: -20px;
}.data_analysis_ZaN .key_pros_4pW h4 {
    font-size: 2rem;
}.data_analysis_ZaN svg {
    bottom: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
}}



@media (max-width: 768px) {.course_program_description_lbt {
    padding: 4rem 0;
}.course_program_description_lbt .guide_approach_zHX::before {
    height: calc(100% + 3rem);
    width: calc(100% + 3rem);
    top: -1.5rem;
    left: -1.5rem;
}.course_program_description_lbt .coding_expert_9Mw {
    padding: 2rem;
}.course_program_description_lbt .top_bar_qxF svg {
    height: 3.5rem;
}.course_program_description_lbt h3 {
    font-size: calc(38px * 0.9);
}.course_program_description_lbt .pic_grid_6dI {
    min-height: 300px;
}
}



@media (max-width: 992px) {header .nav_teach_pje {
    width: 100vw;
    flex-direction: column;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
}header .nav_teach_pje .top_bar_qxF {
    margin-bottom: 1.5rem;
}header .nav_teach_pje .head_nav_0d9 {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .nav_teach_pje .head_nav_0d9::before {
    top: auto;
    bottom: -10px;
}header .nav_teach_pje .top_wrap_31U {
    margin: 0.25rem 0.5rem;
}
}



@media (min-width: 768px) {.title_board_UID {
    padding: 5rem;
}.title_board_UID .course_intro_9W7 {
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
}.title_board_UID .course_intro_9W7 > div:first-child {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
    margin-top: 4rem;
}.title_board_UID .course_intro_9W7 > div:first-child:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg) translateY(-10px);
}.title_board_UID h3 {
    font-size: calc(24px * 1.2);
}.title_board_UID .learning_creators_LXY {
    transform: translateX(-20px);
}.title_board_UID .learning_creators_LXY:hover {
    transform: translateX(-10px);
}
}



@media (max-width: 767px) {.title_board_UID {
    padding: 2rem 1rem;
}.title_board_UID h1 {
    font-size: calc(38px * 1.1);
}.title_board_UID h3 {
    font-size: 24px;
}.title_board_UID .learning_creators_LXY {
    padding: 2rem;
}.title_board_UID .learning_creators_LXY > div {
    padding: 1.5rem;
}.title_board_UID p {
    font-size: 14px;
}}



@media (max-width: 480px) {.contact_information_Wuq {
    padding: 50px 0;
}.contact_information_Wuq h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.contact_information_Wuq .pic_grid_6dI {
    min-height: 220px;
}.contact_information_Wuq .message_list_aKe {
    padding: 30px 20px;
}.contact_information_Wuq form h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.contact_information_Wuq form input[type="text"] {
    padding: 14px 16px;
    font-size: calc(17px * 0.95);
    margin-bottom: 16px;
}.contact_information_Wuq .connect_card_ARj {
    padding: 16px;
}.contact_information_Wuq .connect_widget_VgF label {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 1200px) {.blog_ref_oJF .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.blog_ref_oJF {
    padding: 4rem 0 2rem;
}.blog_ref_oJF .container {
    grid-template-columns: 1fr;
}.blog_ref_oJF .company_holder,
    .blog_ref_oJF .sec_cert_e5j {
    grid-column: span 12;
}.blog_ref_oJF .company_holder {
    margin-bottom: 2rem;
}.blog_ref_oJF::after,
    .blog_ref_oJF .company_holder::before,
    .blog_ref_oJF .company_holder::after,
    .blog_ref_oJF .sec_cert_e5j::after {
    display: none;
}
}



@media (max-width: 576px) {.blog_ref_oJF {
    padding: 2.5rem 0 1rem;
}.blog_ref_oJF .top_learn_ZCB {
    grid-template-columns: 1fr;
    gap: 2rem;
}.blog_ref_oJF .peer_help_b1Z {
    padding-left: 1rem;
}.cert_block_gnM {
    margin-top: 2rem;
}
}



@media (max-width: 992px) {.leadership_profile_xCD {
    padding: 100px 0;
}.leadership_profile_xCD .opinion_sharing_dQI {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.leadership_profile_xCD .pic_grid_6dI {
    min-height: 350px;
}.leadership_profile_xCD .emp_highlights_lJi {
    padding: 40px 30px;
}.leadership_profile_xCD .emp_highlights_lJi::before {
    top: 30px;
    height: 24px;
    width: 30px;
    left: 30px;
}.leadership_profile_xCD .emp_highlights_lJi::after {
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 24px;
}
}



@media (max-width: 480px) {.leadership_profile_xCD {
    padding: 60px 0;
}.leadership_profile_xCD .pic_grid_6dI {
    min-height: 250px;
    height: 250px;
}.leadership_profile_xCD .emp_highlights_lJi {
    padding: 30px 20px;
    font-size: calc(14px * 0.9);
}.leadership_profile_xCD .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(18px * 0.85);
}.leadership_profile_xCD .opinion_sharing_dQI span:not(.name) {
    left: 20px;
    bottom: 20px;
    font-size: calc(14px * 0.9);
}.leadership_profile_xCD .emp_highlights_lJi::before,
    .leadership_profile_xCD .emp_highlights_lJi::after {
    height: 16px;
    width: 20px;
}
}



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



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



@keyframes slideInTitle {
    from {
        transform: translateY(-30px) translateZ(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0) translateZ(20px);
        opacity: 1;
    }
}



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



@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}



@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}



@keyframes rotateGlow {
  0% {
    transform: rotate(-15deg) scale(2);
    opacity: 0.5;
  }
  100% {
    transform: rotate(-5deg) scale(2.2);
    opacity: 0.7;
  }
}

@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

