* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.segment-wrapper {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.page_nav {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1218px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.mod_tools {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_information {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(224,226,230);
}.contact_information::before {
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.07;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(180,190,182,0.5) 0,
        rgb(180,190,182,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.contact_information::after {
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    opacity: 0.07;
    background-size: 30px 30px;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(rgb(173,165,139,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(173,165,139,0.5) 1px, transparent 1px);
    left: 0;
}.contact_information .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}.contact_information h2 {
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 38px;
}.contact_information h2::before {
    content: "";
    height: 4px;
    left: calc(50% - 40px);
    bottom: 0;
    position: absolute;
    width: 80px;
    background: rgb(180,190,182);
}.contact_information h2::after {
    bottom: 0;
    content: "";
    background: rgb(173,165,139);
    left: calc(50% - 15px);
    width: 30px;
    height: 4px;
    position: absolute;
}.contact_information .feedback_box {
    position: relative;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    display: flex;
    border-radius: 0;
    overflow: hidden;
}.contact_information .img_box_grid {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}.contact_information .img_box_grid::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(rgb(180,190,182), 0.4), 
        rgba(rgb(173,165,139), 0.4)
    );
    inset: 0;
    content: "";
}.contact_information .help_list {
    padding: 60px;
    display: flex;
    position: relative;
    flex: 0 0 55%;
    flex-direction: column;
    justify-content: center;
}.contact_information .help_list::before {
    height: 150px;
    top: -75px;
    border: 30px solid rgb(180,190,182,0.5);
    z-index: 0;
    right: -75px;
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 150px;
}.contact_information .help_list::after {
    width: 100px;
    transform: rotate(45deg);
    bottom: -50px;
    z-index: 0;
    content: "";
    border-radius: 0;
    height: 100px;
    left: -50px;
    position: absolute;
    background: rgb(173,165,139,0.5);
}.contact_information form {
    z-index: 2;
    position: relative;
}.contact_information form h3 {
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    font-size: 19px;
    display: inline-block;
    position: relative;
}.contact_information form h3::after {
    content: "";
    height: 2px;
    left: 0;
    bottom: -15px;
    background: rgb(180,190,182);
    width: 50%;
    position: absolute;
}.contact_information form input[type="text"] {
    background: transparent;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border: none;
    color: #000000;
    width: 100%;
    font-size: 13px;
    border-bottom: 2px solid rgb(224,226,230);
    padding: 20px 25px;
}.contact_information form input[type="text"]:focus {
    border-bottom-color: rgb(180,190,182);
    outline: none;
}.contact_information form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_information form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact_information .connect_links {
    margin-bottom: 40px;
    position: relative;
}.contact_information .connect_links input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_information .connect_links label {
    font-size: 12px;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    color: #000000;
}.contact_information .connect_links label::before {
    top: 0;
    width: 22px;
    position: absolute;
    background: transparent;
    height: 22px;
    border: 2px solid rgb(224,226,230);
    transition: all 0.3s ease;
    left: 0;
    content: "";
}.contact_information .connect_links input[type="checkbox"]:checked + label::before {
    border-color: rgb(180,190,182);
    background: rgb(180,190,182);
}.contact_information .connect_links input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    content: "";
    left: 8px;
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    border: solid #ffffff;
    height: 12px;
    top: 4px;
}.contact_information .connect_links label a {
    transition: all 0.3s ease;
    color: rgb(180,190,182);
    position: relative;
    font-weight: 600;
    text-decoration: none;
}.contact_information .connect_links label a::after {
    transform-origin: left;
    left: 0;
    height: 1px;
    width: 100%;
    transform: scaleX(1);
    position: absolute;
    bottom: -1px;
    background: rgb(180,190,182);
    content: "";
    transition: transform 0.3s ease;
}.contact_information .connect_links label a:hover {
    color: rgb(173,165,139);
}.contact_information .connect_links label a:hover::after {
    transform: scaleX(0);
    background: rgb(173,165,139);
}.contact_information .connect_message {
    border: none;
    padding: 18px 40px;
    background: rgb(180,190,182);
    width: auto;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
    position: relative;
    display: inline-block;
    font-size: 19px;
    cursor: pointer;
}.contact_information .connect_message::before {
    top: 0;
    transition: width 0.5s ease;
    position: absolute;
    left: -10px;
    transform: skewX(-25deg);
    z-index: -1;
    height: 100%;
    background: rgb(173,165,139);
    content: "";
    width: 0;
}.contact_information .connect_message:hover::before {
    width: 150%;
}.contact_information svg {
    width: 24px;
    height: 24px;
    stroke: rgb(180,190,182);
    fill: none;
    transition: all 0.3s ease;
    stroke-width: 2;
}.contact_information svg path {
    transition: all 0.3s ease;
    stroke: rgb(180,190,182);
    fill: none;
}.contact_information svg:hover,
.contact_information svg:hover path {
    stroke: rgb(173,165,139);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_information {
    padding: 80px 0;
}.contact_information .img_box_grid {
    min-height: 500px;
}.contact_information .help_list {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_information {
    padding: 60px 0;
}.contact_information .feedback_box {
    flex-direction: column;
}.contact_information .img_box_grid {
    min-height: 300px;
    width: 100%;
}.contact_information .help_list {
    width: 100%;
    padding: 40px 30px;
}.contact_information form h3 {
    margin-bottom: 30px;
}.contact_information form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_information .connect_links {
    margin-bottom: 30px;
}.contact_information .connect_message {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.contact_information {
    padding: 50px 0;
}.contact_information h2 {
    font-size: calc(38px * 0.85);
}.contact_information .feedback_box {
    margin-top: 30px;
}.contact_information .img_box_grid {
    min-height: 200px;
}.contact_information .help_list {
    padding: 30px 20px;
}.contact_information form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_information form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_information .connect_links {
    margin-bottom: 25px;
}.contact_information .connect_links label {
    font-size: calc(12px * 0.9);
}.contact_information .connect_message {
    padding: 12px 25px;
}}.program_overview {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,226,230) 0%, rgba(245, 247, 251, 0.92) 100%);
    padding: 120px 0;
    position: relative;
}.program_overview::before {
    height: 70%;
    top: -10%;
    transform: rotate(-15deg) skewX(20deg);
    right: -5%;
    width: 40%;
    pointer-events: none;
    content: "";
    opacity: 0.15;
    z-index: 1;
    background: linear-gradient(210deg, rgb(180,190,182,0.5) 0%, transparent 80%);
    position: absolute;
}.program_overview::after {
    content: "";
    width: 50%;
    position: absolute;
    transform: rotate(10deg) skewX(-15deg);
    background: linear-gradient(150deg, rgb(173,165,139,0.5) 0%, transparent 90%);
    pointer-events: none;
    left: -5%;
    opacity: 0.12;
    bottom: -10%;
    z-index: 1;
    height: 60%;
}.program_overview .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.program_overview .ready_skills {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.program_overview .img_box_grid {
    transition: transform 0.6s cubic-bezier(0.21, 1.05, 0.81, 1), 
                box-shadow 0.6s cubic-bezier(0.21, 1.05, 0.81, 1);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 
                0 5px 20px -5px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
    height: 350px;
    overflow: hidden;
}.program_overview .img_box_grid:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2), 
                0 10px 30px -5px rgba(0, 0, 0, 0.15);
}.program_overview .img_box_grid::before {
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(rgb(180,190,182), 0.05) 50%, 
                rgba(rgb(173,165,139), 0.1) 100%);
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}.program_overview .img_box_grid::after {
    top: -20%;
    transform: scale(1.2);
    content: "";
    transition: opacity 0.8s ease, transform 0.8s ease;
    z-index: 2;
    left: -20%;
    opacity: 0;
    background: radial-gradient(ellipse at center, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 60%);
    position: absolute;
    width: 140%;
    pointer-events: none;
    height: 140%;
}.program_overview .img_box_grid:hover::after {
    transform: scale(1);
    opacity: 1;
}.program_overview .textual_box {
    border-left: 4px solid rgb(180,190,182);
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.95) 0%, 
                rgba(252, 252, 255, 0.98) 100%);
    transform: perspective(1000px) rotateY(-1deg) rotateX(1deg);
    transition: transform 0.5s cubic-bezier(0.21, 1.05, 0.81, 1);
    padding: 30px;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08), 
                0 5px 15px -5px rgba(0, 0, 0, 0.05);
    position: relative;
}.program_overview .textual_box:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.program_overview .textual_box::before {
    left: -30px;
    width: 60px;
    z-index: -1;
    position: absolute;
    height: 60px;
    transform: rotate(45deg);
    background-color: rgb(180,190,182);
    opacity: 0.15;
    top: 30px;
    content: "";
}.program_overview h3 {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    transform: translateX(-5px);
    position: relative;
    margin-bottom: 25px;
    line-height: 1.4;
    color: #000000;
}.program_overview h3::after {
    height: 3px;
    background: linear-gradient(90deg, 
                rgb(180,190,182) 0%, 
                rgb(173,165,139) 100%);
    position: absolute;
    bottom: 0;
    transform-origin: left center;
    left: 0;
    content: "";
    transition: transform 0.4s ease;
    width: 80px;
}.program_overview .textual_box:hover h3::after {
    transform: scaleX(1.5);
}.program_overview .description {
    font-size: 15px;
    margin-bottom: 25px;
    color: #000000;
    opacity: 0.95;
    position: relative;
    line-height: 1.7;
}.program_overview p.description {
    padding-right: 15px;
    overflow-y: auto;
    max-height: 250px;
    scrollbar-width: thin;
    display: block;
    margin-bottom: 30px;
    scrollbar-color: rgb(180,190,182,0.5) transparent;
}.program_overview p.description::-webkit-scrollbar {
    width: 4px;
}.program_overview p.description::-webkit-scrollbar-track {
    background: transparent;
}.program_overview p.description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(180,190,182,0.5);
}.program_overview span.description {
    display: none;
}

@media (min-width: 768px) {.program_overview .ready_skills {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.program_overview .img_box_grid {
    height: 450px;
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg);
}.program_overview h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
}

@media (min-width: 992px) {.program_overview {
    padding: 150px 0;
}.program_overview .ready_skills {
    gap: 80px;
}.program_overview .img_box_grid {
    height: 500px;
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
}.program_overview .textual_box {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
    padding: 40px 50px 40px 40px;
}.program_overview p.description {
    max-height: 300px;
}
}

@media (min-width: 1200px) {.program_overview .ready_skills {
    gap: 100px;
}.program_overview .img_box_grid {
    height: 550px;
}.program_overview h3 {
    font-size: calc(28px * 1.1);
}.program_overview .textual_box {
    padding: 50px 60px 50px 50px;
}.program_overview p.description {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
    max-height: 350px;
}
}

@media (max-width: 767px) {.program_overview {
    padding: 80px 0;
}.program_overview .textual_box {
    padding: 25px 20px;
}.program_overview h3 {
    font-size: calc(22px * 1.05);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.program_overview .img_box_grid {
    height: 250px;
}.program_overview p.description {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
    max-height: 200px;
}}.find_contact {
    overflow: hidden;
    padding: 60px 0;
    background: linear-gradient(135deg, rgb(224,226,230) 0%, #ffffff 100%);
    position: relative;
    margin: 80px 0;
}.find_contact::before {
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    top: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(180,190,182,0.5) 0%, transparent 40%);
    transform: translateY(-30%) rotate(-5deg) scale(1.5);
    height: 100%;
}.find_contact::after {
    height: 200px;
    animation: pulse 8s infinite alternate ease-in-out;
    background: rgb(180,190,182);
    filter: blur(40px);
    z-index: 0;
    content: "";
    right: -30px;
    position: absolute;
    width: 200px;
    transform: translate(30%, 30%);
    opacity: 0.1;
    border-radius: 50%;
    bottom: -30px;
}.find_contact h1 {
    position: relative;
    font-size: 45px;
    color: #000000;
    transform: translateX(10px);
    font-weight: 700;
    z-index: 2;
    text-align: left;
    margin-bottom: 40px;
}.find_contact h1::after {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 3px;
    width: 80px;
    bottom: -10px;
    content: "";
    transform-origin: left;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(180,190,182) 0%, rgb(173,165,139) 100%);
    left: 0;
    position: absolute;
}.find_contact .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.find_contact .message_request {
    position: relative;
    transform: translateY(0);
    display: grid;
    padding: 40px;
    grid-template-columns: 1fr;
    gap: 40px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.find_contact .message_request:hover {
    transform: translateY(-5px);
}.find_contact .message_request > div {
    padding: 15px 20px;
    border-left: 2px solid rgb(173,165,139,0.5);
    position: relative;
    transition: all 0.3s ease;
}.find_contact .message_request > div:hover {
    border-left-color: rgb(180,190,182);
    background: linear-gradient(90deg, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 100%);
}.find_contact .message_request > div:first-child {
    color: #000000;
    line-height: 1.6;
    font-size: calc(14px * 1.05);
    padding-bottom: 25px;
}.find_contact h6 {
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    text-transform: capitalize;
    align-items: center;
    font-size: 22px;
    color: #000000;
}.find_contact h6 svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.find_contact span {
    margin-left: 28px;
    transform: translateY(0);
    margin-top: 5px;
    display: block;
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #000000;
}.find_contact .join_us {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.find_contact .join_us > div {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
}.find_contact .join_us > div:hover {
    transform: translateX(5px);
}.find_contact .get_support {
    font-weight: 600;
    transition: color 0.3s ease;
    gap: 8px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    padding: 8px 0;
    text-transform: capitalize;
    color: #000000;
    position: relative;
    align-items: center;
}.find_contact .get_support:hover {
    color: rgb(180,190,182);
}.find_contact .get_support:after {
    bottom: 5px;
    left: 0;
    width: 0;
    height: 1px;
    position: absolute;
    content: "";
    background: rgb(180,190,182);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.find_contact .get_support:hover:after {
    width: 100%;
}.find_contact svg {
    transition: transform 0.4s ease, filter 0.4s ease;
    fill: none;
}.find_contact .get_support:hover svg,
.find_contact h6:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}.find_contact svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,190,182);
}.find_contact .get_support:hover svg path {
    fill: rgb(173,165,139);
}

@keyframes pulse {
    0% {
        transform: translate(30%, 30%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translate(30%, 30%) scale(1.3);
        opacity: 0.15;
    }
    100% {
        transform: translate(30%, 30%) scale(1);
        opacity: 0.1;
    }
}

@media (min-width: 768px) {.find_contact {
    padding: 80px 0;
    margin: 100px 0;
}.find_contact h1 {
    font-size: calc(45px * 1.1);
    margin-bottom: 60px;
}.find_contact .message_request {
    grid-template-columns: 1.5fr 1fr 1fr;
    padding: 60px;
    gap: 30px;
}.find_contact .message_request > div {
    padding: 20px 30px;
}.find_contact .message_request > div:first-child {
    grid-column: 1;
    border-left: 3px solid rgb(173,165,139,0.5);
}.find_contact .join_us {
    gap: 20px;
}.find_contact span {
    margin-left: 34px;
}
}

@media (min-width: 1024px) {.find_contact::before {
    transform: translateY(-20%) rotate(-8deg) scale(1.8);
}.find_contact h1 {
    transform: translateX(20px);
}.find_contact h1::after {
    width: 120px;
}.find_contact .message_request {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
}.find_contact .message_request:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateY(-5px);
}
}

@media (max-width: 767px) {.find_contact {
    padding: 40px 0;
    margin: 40px 0;
}.find_contact h1 {
    margin-bottom: 30px;
    font-size: calc(45px * 0.9);
}.find_contact .message_request {
    padding: 30px 20px;
}.find_contact .message_request > div {
    padding: 12px 15px;
}.find_contact span {
    margin-left: 25px;
    font-size: calc(14px * 0.95);
}.find_contact .get_support {
    font-size: calc(14px * 0.95);
}}.tariff_package {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tariff_package::before {
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    z-index: 1;
    left: 0;
    top: 0;
}.tariff_package .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.tariff_package .premium_grid {
    flex-direction: column;
    align-items: center;
    display: flex;
}.tariff_package h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    animation: float 6s ease-in-out infinite;
    margin-bottom: 20px;
    position: relative;
    transform: translateY(0);
    text-align: center;
}.tariff_package h2::after {
    content: "";
    bottom: -10px;
    left: 50%;
    height: 3px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,190,182), rgb(173,165,139));
    transform: translateX(-50%);
}.tariff_package .promo_rates {
    margin: 0 auto 50px;
    max-width: 800px;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
}.tariff_package .cert_plans {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    display: grid;
    gap: 30px;
    margin: 0;
}.tariff_package .cert_plans li {
    perspective: 1000px;
}.tariff_package .pricing_tiers {
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-sizing: border-box;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
}.tariff_package .pricing_tiers:hover {
    transform: translateY(-10px) rotateY(2deg);
}.tariff_package .learning_deals {
    box-sizing: border-box;
    overflow: hidden;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    position: relative;
    padding: 35px 30px;
    border-radius: 8px;
    display: flex;
    height: 100%;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    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);
}.tariff_package .learning_deals::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(180,190,182), rgb(173,165,139));
    position: absolute;
    left: 0;
    height: 5px;
    transform-origin: left;
    top: 0;
    content: "";
    transform: scaleX(0.5);
    transition: transform 0.4s ease;
}.tariff_package .pricing_tiers:hover .learning_deals::before {
    transform: scaleX(1);
}.tariff_package .discount_price {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
}.tariff_package .pricing_tiers h4 {
    font-size: calc(23px * 1.2);
    font-weight: 700;
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
}.tariff_package .pricing_tiers h4::after {
    position: absolute;
    height: 2px;
    bottom: -10px;
    background-color: rgb(180,190,182);
    width: 40px;
    left: 0;
    content: "";
}.tariff_package .pricing_tiers p {
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    font-size: 18px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 0 25px;
    word-wrap: break-word;
}.tariff_package .pricing_block {
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(10px);
    display: inline-block;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: calc(23px * 1.4);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(180,190,182,0.5) 0%, rgb(173,165,139,0.5) 100%);
    align-self: flex-start;
}.tariff_package .pricing_tiers:hover .pricing_block {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

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

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

@media (max-width: 992px) {.tariff_package {
    padding: 80px 0;
}.tariff_package .cert_plans {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.tariff_package h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.tariff_package {
    padding: 60px 0;
}.tariff_package .cert_plans {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.tariff_package .promo_rates {
    margin-bottom: 40px;
}.tariff_package h2 {
    font-size: calc(34px * 0.8);
}.tariff_package .learning_deals {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.tariff_package {
    padding: 50px 0;
}.tariff_package h2 {
    font-size: calc(34px * 0.7);
}.tariff_package .promo_rates {
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
}.tariff_package .learning_deals {
    padding: 25px 20px;
}.tariff_package .pricing_tiers h4 {
    font-size: calc(23px * 1.1);
}.tariff_package .pricing_tiers p {
    font-size: calc(18px * 0.9);
}.tariff_package .pricing_block {
    padding: 8px 16px;
    font-size: calc(23px * 1.2);
}}.cookie_panel_overlay {
    position: fixed;
    z-index: 90;
    background: rgb(224,226,230);
    border-top: 2px solid rgb(180,190,182);
    width: 100%;
    bottom: 0;
}.cookies_tech {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}#cookieConsentAlert {
    display: none;
}#cookieConsentAlert:checked ~ .cookie_panel_overlay {
    opacity: 0;
    visibility: hidden;
}.cookie_panel_overlay h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_panel_overlay p {
    font-size: 18px;
}.visitor_settings {
    flex-shrink: 0;
    margin-right: 10px;
}.visitor_settings svg, .visitor_settings svg path, .visitor_settings img {
    width: 100px;
    height: 100px;
    fill: rgb(180,190,182);
}.secure_cookies {
    min-width: 120px;
    cursor: pointer;
    line-height: 35px;
    border-bottom: 2px solid rgb(180,190,182);
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 24px;
    text-decoration: none;
    color: rgb(180,190,182);
    margin-left: 10px;
}.cookie_panel_overlay p a {
    color: rgb(180,190,182);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_panel_overlay {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.visitor_settings {
    display: none;
}.cookies_tech {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_panel_overlay h5 {
    text-align: center;
}.cookie_panel_overlay p {
    text-align: center;
}.cookie_alerts {
    margin-bottom: 20px;
}body .segment-wrapper .secure_cookies {
    margin-bottom: 10px;
    margin-left: 0;
}}
.segment-wrapper .cookie_panel_overlay {
    border: none;
    box-shadow: rgb(180,190,182,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.segment-wrapper .secure_cookies {
    color: #ffffff;
    border: none;
    margin-left: 30px;
    background: rgb(180,190,182);
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
}.segment-wrapper .visitor_settings {
    display: flex;
    height: 80px;
    border-radius: 50%;
    align-items: center;
    width: 80px;
    background:rgb(180,190,182);
    justify-content: center;
}.segment-wrapper .visitor_settings svg, .segment-wrapper .visitor_settings svg path, .segment-wrapper .visitor_settings img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.segment-wrapper .cookie_alerts h5, .segment-wrapper .cookie_alerts p {
    color: #000000;
}
@media only screen and (max-width: 800px){.segment-wrapper .visitor_settings {
    margin-bottom: 14px;
    margin: 0;
}}.homepage {
    perspective: 1000px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(180,190,182,0.5), rgb(224,226,230), rgb(173,165,139,0.5));
    min-height: 100vh;
}.homepage::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(180,190,182,0.5) 5%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgb(173,165,139,0.5) 5%, transparent 20%);
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.2;
    height: 100%;
    animation: pulseBg 15s infinite alternate ease-in-out;
    top: 0;
    content: "";
    z-index: 1;
}.homepage::after {
    z-index: 2;
    top: -50%;
    width: 200%;
    left: -50%;
    animation: lightSweep 12s infinite linear;
    transform: rotate(15deg);
    height: 200%;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 40%, rgb(180,190,182,0.5) 45%, transparent 50%);
    content: "";
}.homepage .course_home {
    animation: fadeIn 1.2s ease-out;
    position: relative;
    display: grid;
    gap: 2rem;
    z-index: 5;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 1200px;
}.homepage .course_home > div:first-child {
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 2rem;
    background: rgb(180,190,182,0.5);
    transform: translateZ(20px);
    border-left: 4px solid rgb(173,165,139);
    position: relative;
}.homepage .course_home > div:first-child p {
    font-size: calc(13px * 1.3);
    margin: 0;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}.homepage .impact_stats {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(30px) rotateX(2deg);
}.homepage .impact_stats:hover {
    transform: translateZ(40px) rotateX(0deg);
}.homepage .impact_stats > div {
    border-radius: 10px;
    overflow: hidden;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    position: relative;
}.homepage .impact_stats > div::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.8;
    top: 0;
    content: "";
    background: linear-gradient(
    to bottom,
    rgb(180,190,182,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgb(173,165,139,0.5) 100%
  );
}.homepage .impact_stats > div::after {
    top: -10%;
    width: 120%;
    position: absolute;
    animation: rotateGradient 25s infinite linear;
    content: "";
    left: -10%;
    z-index: 2;
    background: radial-gradient(ellipse at center, transparent 40%, rgb(180,190,182,0.5) 100%);
    opacity: 0.15;
    height: 120%;
}.homepage .impact_stats h3 {
    z-index: 5;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Arial, sans-serif;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-weight: 400;
    font-size: calc(19px * 1.1);
    padding-bottom: 1.5rem;
}.homepage .title_style_header {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    padding: 1.5rem;
    color: #ffffff;
    backdrop-filter: blur(5px);
    z-index: 5;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    position: relative;
    animation: pulseHeader 3s infinite alternate ease-in-out;
    transform: translateZ(15px);
    background: linear-gradient(135deg, rgb(180,190,182,0.5), rgb(173,165,139,0.5));
    font-size: 48px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    letter-spacing: 1px;
    margin: 0;
}

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

@keyframes pulseHeader {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1);
  }
  100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 0 0 20px rgb(180,190,182,0.5);
    transform: translateZ(25px) scale(1.02);
  }
}

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

@keyframes lightSweep {
  0% {
    transform: rotate(15deg) translateX(-100%);
  }
  100% {
    transform: rotate(15deg) translateX(100%);
  }
}

@keyframes rotateGradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {.homepage .course_home {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.homepage .course_home > div:first-child {
    display: flex;
    padding: 3rem;
    align-items: center;
}.homepage .course_home > div:first-child p {
    font-size: calc(13px * 1.5);
}.homepage .impact_stats > div {
    min-height: 400px;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}.homepage .impact_stats h3 {
    font-size: 19px;
    max-width: 80%;
}.homepage .title_style_header {
    padding: 2rem;
    font-size: calc(48px * 1.2);
}
}

@media (min-width: 992px) {.homepage .course_home {
    gap: 4rem;
}.homepage .course_home > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.homepage .impact_stats > div {
    transition: background-position 8s ease;
    background-position: center center !important;
    min-height: 450px;
}.homepage .impact_stats > div:hover {
    background-position: bottom right !important;
}.homepage .impact_stats h3 {
    max-width: 70%;
}.homepage .title_style_header {
    margin-left: 2rem;
    transform: translateZ(20px);
}
}

@media (max-width: 767px) {.homepage {
    padding: 3rem 1rem;
}.homepage .course_home > div:first-child {
    padding: 1.5rem;
}.homepage .course_home > div:first-child p {
    font-size: 13px;
}.homepage .impact_stats > div {
    padding: 2rem;
}.homepage .impact_stats h3 {
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.2);
    padding-bottom: 1rem;
}.homepage .title_style_header {
    padding: 1rem;
    font-size: calc(34px * 0.9);
}}.education_experience {
    position: relative;
    background: linear-gradient(135deg, rgb(224,226,230) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.education_experience::before {
    content: "";
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(180,190,182,0.5) 90deg, transparent 180deg, rgb(173,165,139,0.5) 270deg, transparent 360deg);
    width: 100%;
    opacity: 0.2;
    animation: rotateBg 30s linear infinite;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.education_experience .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}.education_experience .user_reviewsLYvk {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    grid-template-columns: minmax(250px, 35%) 1fr;
    transform: perspective(1000px) rotateX(2deg);
    grid-gap: 1.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 13px;
    backdrop-filter: blur(8px);
    display: grid;
    padding: 3rem;
}.education_experience .user_reviewsLYvk:hover {
    transform: perspective(1000px) rotateX(0);
}.education_experience .img_box_grid {
    transform: translateZ(20px);
    grid-area: photo;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    min-height: 350px;
    transition: transform 0.3s ease;
    height: 100%;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    border-radius: 13px;
}.education_experience .user_reviewsLYvk:hover .img_box_grid {
    transform: translateZ(30px);
}.education_experience .name {
    transform: translateZ(10px);
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem;
    grid-area: name;
    color: #ffffff;
    font-size: 37px;
}.education_experience .user_reviewsLYvk span:not(.name) {
    grid-area: job;
    font-weight: 600;
    color: rgb(173,165,139);
    font-size: 19px;
    transform: translateZ(5px);
    margin-bottom: 1rem;
}.education_experience .employee_view {
    line-height: 1.6;
    padding: 1.5rem;
    grid-area: quote;
    position: relative;
    transform: translateZ(15px);
    color: #ffffff;
    border-left: 4px solid rgb(180,190,182);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    font-size: 18px;
    border-radius: 10px;
}.education_experience .employee_view::before {
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 10px;
    opacity: 0.1;
    background: linear-gradient(90deg, rgb(180,190,182,0.5) 0%, transparent 100%);
    mix-blend-mode: overlay;
    content: "";
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {.education_experience .user_reviewsLYvk {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.education_experience .img_box_grid {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.education_experience {
    padding: 3rem 0;
}.education_experience .user_reviewsLYvk {
    grid-template-areas:
            "img_box_grid"
            "name"
            "experience_log"
            "employee_view";
    grid-template-columns: 1fr;
    padding: 2rem;
}.education_experience .img_box_grid {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}}footer {
    z-index: 1;
    perspective: 1000px;
    position: relative;
}footer::before {
    left: 0;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgb(173,165,139,0.5) 0%, rgb(180,190,182,0.5) 100%);
    right: 0;
    z-index: -2;
    top: 0;
    content: "";
}footer::after {
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    bottom: 0;
    right: 0;
    content: "";
}.mod_tools {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2.5rem;
}.mod_tools::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: repeating-linear-gradient(
        90deg,
        rgb(180,190,182) 0px,
        rgb(180,190,182) 40px,
        rgb(173,165,139) 40px,
        rgb(173,165,139) 80px
    );
    top: 0;
    left: 0;
}.mod_tools .container {
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    display: flex;
}.mod_tools .company_holder {
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    border-radius: 0;
    border-bottom: 6px solid rgb(180,190,182);
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    background: rgb(180,190,182,0.5);
    flex: 1 1 380px;
}.mod_tools .company_holder:hover {
    transform: rotateX(0deg);
}.mod_tools .company_holder h3 {
    letter-spacing: 1px;
    position: relative;
    transform: translateZ(20px);
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    font-size: 28px;
}.mod_tools .company_holder h3::before {
    left: -10px;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    width: 30px;
    height: 30px;
    top: -10px;
    position: absolute;
    content: "";
}.mod_tools .company_holder h3::after {
    bottom: -10px;
    border-right: 3px solid #ffffff;
    content: "";
    position: absolute;
    border-bottom: 3px solid #ffffff;
    height: 30px;
    right: -10px;
    width: 30px;
}.mod_tools .copy_notice {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    transform: translateZ(10px);
    color: #ffffff;
    line-height: 1.6;
}.mod_tools .design_res {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.mod_tools .top_lead {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.mod_tools .head_teach {
    min-width: 220px;
    transform: rotateX(-5deg);
    position: relative;
    transform-style: preserve-3d;
    flex: 1 1 calc(50% - 1.5rem);
    transition: all 0.4s ease;
}.mod_tools .head_teach:hover {
    transform: rotateX(0deg);
}.mod_tools .head_teach h5 {
    font-size: 19px;
    padding: 1rem 1.5rem;
    margin: 0 0 1.5rem;
    font-weight: 600;
    background: rgb(173,165,139,0.5);
    color: #ffffff;
    position: relative;
    display: inline-block;
    min-width: 200px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}.mod_tools .head_teach h5::after {
    position: absolute;
    background: rgb(173,165,139);
    content: "";
    bottom: -5px;
    height: 5px;
    right: 0;
    left: 0;
}.mod_tools .head_teach .top_lead {
    border-radius: 10px;
    transform: translateZ(5px);
    flex-direction: column;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    padding: 1rem;
}.mod_tools .head_teach .top_lead a {
    transform: translateZ(10px);
    text-decoration: none;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
}.mod_tools .head_teach .top_lead a::before {
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    position: absolute;
}.mod_tools .head_teach .top_lead a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(173,165,139,0.5);
    color: #ffffff;
}.mod_tools .head_teach .top_lead a:hover::before {
    left: 100%;
}.award_show {
    perspective: 1000px;
    margin-top: 3rem;
    background: rgb(173,165,139,0.5);
    transform-style: preserve-3d;
    padding: 2rem 0;
    position: relative;
}.award_show::before {
    height: 20px;
    left: 0;
    transform-origin: bottom;
    background: rgb(173,165,139);
    width: 100%;
    transform: rotateX(45deg);
    position: absolute;
    content: "";
    top: -20px;
}.award_show .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.award_show .login_footer {
    font-size: 15px;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

@media (max-width: 1200px) {.mod_tools .container {
    gap: 3rem;
}.mod_tools .company_holder {
    flex: 1 1 350px;
}.mod_tools .design_res {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.mod_tools .top_lead {
    gap: 2rem;
}
}

@media (max-width: 992px) {.mod_tools {
    padding: 4rem 0 2rem;
}.mod_tools .container {
    gap: 3rem;
    flex-direction: column;
}.mod_tools .company_holder,
    .mod_tools .design_res {
    min-width: 100%;
    flex: 1 1 100%;
}.mod_tools .head_teach {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.mod_tools .company_holder,
    .mod_tools .head_teach {
    transform: none;
}
}

@media (max-width: 768px) {.mod_tools {
    padding: 3.5rem 0 1.5rem;
}.mod_tools .top_lead {
    gap: 1.5rem;
}.mod_tools .company_holder h3 {
    font-size: calc(28px - 2px);
}.mod_tools .company_holder h3::before,
    .mod_tools .company_holder h3::after {
    width: 20px;
    height: 20px;
}.award_show {
    margin-top: 2rem;
}.award_show::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.mod_tools {
    padding: 3rem 0 1rem;
}.mod_tools .head_teach {
    flex: 1 1 100%;
    min-width: 100%;
}.mod_tools .top_lead {
    gap: 0.7rem;
}.mod_tools .head_teach .top_lead a {
    padding: 0.6rem 0.8rem;
}.award_show {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.award_show::before {
    display: none;
}
}

@media (max-width: 420px) {.mod_tools::before {
    height: 10px;
}.mod_tools .company_holder h3::before,
    .mod_tools .company_holder h3::after {
    display: none;
}.mod_tools .head_teach h5 {
    width: 100%;
    min-width: auto;
}.award_show .login_footer {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.appDiv {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(224,226,230) 0%, rgba(245, 245, 245, 0.9) 100%);
    perspective: 1000px;
    overflow: hidden;
}.appDiv::before {
    height: 100%;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(173,165,139,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(173,165,139,0.5) 11px
    );
    content: "";
    left: 0;
    transform: translateZ(-20px);
    z-index: 1;
    top: 0;
    animation: patternMove 30s linear infinite;
    pointer-events: none;
}.appDiv::after {
    background: radial-gradient(
        circle at center,
        rgb(180,190,182,0.5) 0%,
        transparent 70%
    );
    top: -50%;
    opacity: 0.15;
    z-index: 0;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    position: absolute;
    right: -50%;
    height: 100%;
    transform: rotate(-15deg) scale(2);
    content: "";
    width: 100%;
}.appDiv .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 10;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
}.appDiv h2 {
    font-weight: 700;
    font-size: 34px;
    transform: translateZ(30px);
    line-height: 1.4;
    color: #000000;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.5px;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
}.appDiv h2::after {
    left: 50%;
    content: "";
    bottom: -15px;
    width: 150px;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(173,165,139), transparent);
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    transform-origin: center;
}.appDiv .story_info {
    position: relative;
    border-radius: 27px;
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    padding: 40px;
    margin-top: 20px;
    background: #ffffff;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    transform: translateZ(15px) rotateX(2deg);
}.appDiv .story_info::before {
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgb(173,165,139,0.5) 0%, transparent 70%);
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.1;
}.appDiv .story_info::after {
    background: radial-gradient(circle at center, rgb(180,190,182,0.5), transparent 70%);
    animation: glowPulse 8s ease-in-out infinite alternate;
    height: 180px;
    border-radius: 50%;
    content: "";
    z-index: -1;
    bottom: 0;
    position: absolute;
    transform: translate(40%, 40%);
    width: 180px;
    right: 0;
    opacity: 0.2;
}.appDiv ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.appDiv li {
    border-radius: 0 10px 10px 0;
    transform: translateX(-20px);
    position: relative;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    margin-bottom: 15px;
    border-left: 3px solid rgb(173,165,139);
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    opacity: 0;
    padding: 20px 15px 20px 35px;
}.appDiv li::before {
    width: 15px;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: #ffffff;
    left: -9px;
    content: "";
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    transform: translateY(-50%);
    height: 15px;
    animation: pulseDot 3s infinite;
    border: 3px solid rgb(173,165,139);
}.appDiv span {
    display: block;
    animation: textFadeIn 1s ease-out forwards 0.8s;
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: calc(13px * 1.05);
    color: #000000;
    transform: translateY(15px);
}

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

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

@keyframes titleEntrance {
    0% {
        opacity: 0;
        transform: translateY(-30px) translateZ(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

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

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

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.appDiv {
    padding: 60px 0;
}.appDiv h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.appDiv .story_info {
    padding: 30px;
}
}

@media (max-width: 768px) {.appDiv {
    padding: 50px 0;
}.appDiv h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.8);
}.appDiv .story_info {
    transform: translateZ(10px) rotateX(1deg);
    padding: 25px;
}.appDiv span {
    font-size: 13px;
}.appDiv li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.appDiv {
    padding: 40px 0;
}.appDiv h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.7);
    line-height: 1.5;
}.appDiv h2::after {
    width: 100px;
    bottom: -10px;
}.appDiv .story_info {
    padding: 20px;
    transform: translateZ(5px) rotateX(0.5deg);
    margin-top: 15px;
}.appDiv li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.appDiv li::before {
    height: 12px;
    left: -7px;
    width: 12px;
}.appDiv span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.privacy_safeguard {
    width: 100%;
    padding: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(224,226,230);
    height: auto;
}.privacy_safeguard h1 {
    font-weight: 700;
    margin-bottom: 25px;
    color: rgb(180,190,182);
    text-transform: uppercase;
    margin-top: 40px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    font-size: 39px;
}.privacy_safeguard h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    margin-top: 35px;
    color: rgb(173,165,139);
}.privacy_safeguard h3, .privacy_safeguard h4, .privacy_safeguard h5, .privacy_safeguard h6 {
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
    margin-top: 30px;
    text-transform: capitalize;
}.privacy_safeguard ul, .privacy_safeguard ol {
    list-style: none;
    padding: 15px;
    padding-left: 20px;
    border-radius: 10px;
    list-style-position: inside;
    background: rgb(173,165,139,0.5);
    margin: 20px 0;
}.privacy_safeguard li {
    line-height: 1.5;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #000000;
    font-size: 17px;
    position: relative;
}.privacy_safeguard li::before {
    font-size: 1.5em;
    line-height: 1.2;
    position: absolute;
    left: 0;
    color: rgb(180,190,182);
    content: '•';
    top: 0;
}.privacy_safeguard section {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
}.privacy_safeguard p, .privacy_safeguard span, .privacy_safeguard div {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.privacy_safeguard {
    padding: 20px;
}.privacy_safeguard h1 {
    font-size: calc(20px - 10px);
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy_safeguard h2 {
    font-size: calc(20px - 5px);
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_safeguard ul, .privacy_safeguard ol {
    margin: 10px 0;
    padding: 10px;
}.privacy_safeguard li {
    margin-bottom: 10px;
    font-size: calc(17px - 2px);
}.privacy_safeguard p, .privacy_safeguard span, .privacy_safeguard div {
    font-size: calc(17px - 2px);
    margin-bottom: 8px;
}}header {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgb(180,190,182,0.5);
    position: fixed;
    background: linear-gradient(135deg, #000000 0%, rgb(180,190,182) 100%);
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
}header:before {
    pointer-events: none;
    animation: shine 8s infinite linear;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(180,190,182,0.5), transparent);
    background-size: 200% 100%;
    top: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    content: '';
}header .main_primary {
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 15px 20px;
    margin: 0 auto;
}header .top_page {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .head_teach {
    gap: 25px;
    display: flex;
    position: relative;
}header .head_teach:before {
    background: linear-gradient(90deg, transparent, rgb(180,190,182), transparent);
    transition: transform 0.6s ease;
    bottom: -8px;
    transform-origin: left;
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
    transform: scaleX(0);
    position: absolute;
}header .head_teach:hover:before {
    transform: scaleX(1);
}header .nav_base {
    letter-spacing: 0.5px;
    padding: 8px 0;
    position: relative;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 400;
}header .nav_base:after {
    background: rgb(180,190,182);
    content: '';
    width: 100%;
    transform: scaleX(0);
    left: 0;
    bottom: 0;
    position: absolute;
    height: 2px;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform-origin: right;
}header .nav_base:before {
    background: rgb(180,190,182);
    left: 50%;
    top: 0;
    content: '';
    height: 4px;
    position: absolute;
    width: 4px;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    border-radius: 50%;
}header .nav_base:hover {
    text-shadow: 0 0 8px rgb(180,190,182,0.5);
    color: rgb(180,190,182);
}header .nav_base:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .nav_base:hover:before {
    opacity: 1;
}header .site_head {
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}header .site_head svg {
    transition: transform 0.5s ease;
    width: auto;
    height: 40px;
    filter: drop-shadow(0 0 4px rgb(180,190,182,0.5));
}header .site_head:hover svg {
    transform: scale(1.05);
}header .site_head:after {
    width: 0;
    position: absolute;
    transition: width 0.4s ease;
    bottom: -8px;
    left: 50%;
    background: rgb(180,190,182);
    content: '';
    transform: translateX(-50%);
    height: 1px;
}header .site_head:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .head_teach {
    gap: 15px;
}header .nav_base {
    font-size: calc(13px - 1px);
}header .site_head svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head_teach {
    background: #000000;
    height: 100vh;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    width: 80%;
    gap: 20px;
    top: 0;
    padding: 80px 30px 30px;
    z-index: 1001;
    position: fixed;
    transition: right 0.4s ease;
    max-width: 300px;
    flex-direction: column;
    overflow-y: auto;
    right: -100%;
}header .menu.active {
    right: 0;
}header .nav_base {
    width: 100%;
    border-bottom: 1px solid rgb(180,190,182,0.5);
    padding: 10px 5px;
}header .head_teach:before {
    display: none;
}header .site_head {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .site_head svg {
    height: 30px;
}}.our_story {
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(145deg, rgb(224,226,230), #f0f4f8);
    overflow: hidden;
    perspective: 1000px;
}.our_story::before {
    filter: blur(40px);
    top: -10%;
    content: "";
    height: 70%;
    right: -5%;
    width: 40%;
    transform: rotate(-15deg) skewX(5deg);
    background: linear-gradient(135deg, rgb(180,190,182,0.5), rgb(173,165,139,0.5));
    opacity: 0.7;
    position: absolute;
    z-index: 1;
}.our_story::after {
    bottom: -10%;
    width: 50%;
    opacity: 0.5;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(173,165,139,0.5), rgb(180,190,182,0.5));
    content: "";
    transform: rotate(10deg) skewX(-5deg);
    height: 60%;
    left: -5%;
    position: absolute;
    z-index: 1;
}.our_story .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.our_story h1 {
    text-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    font-size: 41px;
    letter-spacing: 1px;
    color: #000000;
    position: relative;
    font-weight: 700;
    transform: translateZ(30px);
}.our_story h1::after {
    height: 4px;
    position: absolute;
    left: 0;
    transform: translateZ(40px);
    width: 80px;
    background: linear-gradient(90deg, rgb(180,190,182), rgb(173,165,139));
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    bottom: -15px;
    content: "";
}.our_story .knowledge_guides {
    transform-style: preserve-3d;
    position: relative;
}.our_story .knowledge_guides ul {
    padding: 0;
    grid-template-columns: 1fr;
    list-style-type: none;
    display: grid;
    margin: 0;
    transform-style: preserve-3d;
    gap: 50px;
}.our_story .success_story {
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.our_story .success_story:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
    transform: translateZ(25px) rotateX(0deg);
}.our_story .success_story::before {
    transform: translateZ(5px);
    background: linear-gradient(180deg, rgb(180,190,182), rgb(173,165,139));
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 6px;
}.our_story .success_story h4 {
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: calc(23px + 2px);
    padding-bottom: 15px;
    color: rgb(180,190,182);
    letter-spacing: 0.5px;
    margin-top: 0;
}.our_story .success_story h4::after {
    left: 0;
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 40px;
    background: rgb(173,165,139);
}.our_story .success_story div {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding-right: 10px;
    font-size: 17px;
    overflow-y: auto;
    max-height: 300px;
    color: #000000;
}.our_story .success_story div::-webkit-scrollbar {
    width: 6px;
}.our_story .success_story div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}.our_story .success_story div::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(180,190,182,0.5), rgb(173,165,139));
    border-radius: 10px;
}

@media (min-width: 768px) {.our_story {
    padding: 150px 0 100px;
}.our_story h1 {
    margin-bottom: 70px;
    font-size: calc(41px + 10px);
}.our_story h1::after {
    width: 120px;
    height: 5px;
}.our_story .knowledge_guides ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}.our_story .success_story {
    transform: translateZ(20px) rotateX(2deg) rotateY(-1deg);
    backdrop-filter: blur(5px);
    padding: 50px;
}.our_story .success_story:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.our_story .success_story:nth-child(even) {
    transform: translateZ(20px) rotateX(2deg) rotateY(1deg);
}.our_story .success_story:nth-child(even):hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.our_story .success_story::before {
    width: 8px;
}.our_story .success_story div {
    max-height: 350px;
}.our_story .success_story:first-child {
    transform: translateZ(20px) translateX(20px) rotateX(2deg) rotateY(-1deg);
}.our_story .success_story:first-child:hover {
    transform: translateZ(40px) translateX(20px) rotateX(0deg) rotateY(0deg);
}.our_story .success_story:last-child {
    transform: translateZ(20px) translateX(-20px) rotateX(2deg) rotateY(1deg);
}.our_story .success_story:last-child:hover {
    transform: translateZ(40px) translateX(-20px) rotateX(0deg) rotateY(0deg);
}
}

@media (min-width: 1024px) {.our_story {
    padding: 180px 0 120px;
}.our_story::before {
    width: 50%;
    height: 80%;
}.our_story::after {
    width: 60%;
    height: 70%;
}.our_story h1 {
    transform: translateZ(50px);
    font-size: calc(41px + 16px);
    margin-bottom: 90px;
}.our_story h1::after {
    transform: translateZ(60px);
    width: 150px;
    height: 6px;
}.our_story .knowledge_guides ul {
    gap: 80px;
}.our_story .success_story {
    padding: 60px;
    transform: translateZ(30px) rotateX(3deg) rotateY(-2deg);
}.our_story .success_story:hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.our_story .success_story:nth-child(even) {
    transform: translateZ(30px) rotateX(3deg) rotateY(2deg);
}.our_story .success_story:nth-child(even):hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.our_story .success_story::before {
    width: 10px;
}.our_story .success_story h4 {
    margin-bottom: 30px;
    font-size: calc(23px + 4px);
}.our_story .success_story h4::after {
    height: 4px;
    width: 50px;
}.our_story .success_story div {
    line-height: 1.8;
    font-size: calc(17px + 1px);
    max-height: 400px;
}.our_story .success_story:first-child {
    transform: translateZ(30px) translateX(40px) rotateX(3deg) rotateY(-2deg);
}.our_story .success_story:first-child:hover {
    transform: translateZ(60px) translateX(40px) rotateX(0deg) rotateY(0deg);
}.our_story .success_story:last-child {
    transform: translateZ(30px) translateX(-40px) rotateX(3deg) rotateY(2deg);
}.our_story .success_story:last-child:hover {
    transform: translateZ(60px) translateX(-40px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.our_story {
    padding: 80px 0 60px;
}.our_story h1 {
    margin-bottom: 40px;
    font-size: calc(41px - 2px);
}.our_story .success_story {
    margin-bottom: 30px;
    padding: 30px;
}.our_story .success_story h4 {
    font-size: 23px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}.our_story .success_story div {
    font-size: calc(17px - 1px);
    line-height: 1.6;
    max-height: 250px;
}
}