* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
.Hxnuk-grid-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(214,220,226);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.LOJbB-privacy-parapet {
    background-color: rgb(25,84,91);
    color: #ffffff;
    padding: 50px;
    box-shadow: 0 0 15px rgb(155,171,184,0.5);
    font-family: Arial, sans-serif;
}
.LOJbB-privacy-parapet h3, .LOJbB-privacy-parapet h4, .LOJbB-privacy-parapet h5, .LOJbB-privacy-parapet h6 {
    margin: 1rem 0;
}
.LOJbB-privacy-parapet h1 {
    font-size: 41px;
    color: rgb(155,171,184);
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0 0 8px rgb(155,171,184,0.5);
}
.LOJbB-privacy-parapet h2 {
    font-size: 34px;
    color: rgb(155,171,184);
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(25,84,91,0.5);
}
.LOJbB-privacy-parapet h3, .LOJbB-privacy-parapet h4, .LOJbB-privacy-parapet h5, .LOJbB-privacy-parapet h6 {
    margin-top: 30px;
    color: rgb(155,171,184);
}
.LOJbB-privacy-parapet h3 {
    font-size: calc(19px - 2px);
    font-weight: 700;
    text-shadow: 0 0 6px rgb(155,171,184,0.5);
}
.LOJbB-privacy-parapet h4 {
    font-size: calc(19px + 2px);
    font-weight: 600;
    text-shadow: 0 0 4px rgb(155,171,184,0.5);
}
.LOJbB-privacy-parapet h5 {
    font-size: 19px;
    font-weight: 400;
    text-shadow: 0 0 3px rgb(155,171,184,0.5);
}
.LOJbB-privacy-parapet h6 {
    font-size: 20px;
    font-weight: 300;
    text-shadow: 0 0 2px rgb(155,171,184,0.5);
}
.LOJbB-privacy-parapet ul, .LOJbB-privacy-parapet ol {
    padding-left: 25px;
    margin: 20px 0;
    list-style: none;
}
.LOJbB-privacy-parapet li {
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
}
.LOJbB-privacy-parapet li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: rgb(25,84,91);
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(25,84,91,0.5);
}
.LOJbB-privacy-parapet section {
    margin-top: 50px;
    border-top: 1px solid rgb(25,84,91,0.5);
    padding-top: 30px;
}
.LOJbB-privacy-parapet p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.LOJbB-privacy-parapet span {
    color: rgb(25,84,91);
    font-weight: 600;
    text-shadow: 0 0 4px rgb(25,84,91,0.5);
}
.LOJbB-privacy-parapet div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {
    .LOJbB-privacy-parapet {
        padding: 30px;
        border-radius: 10px;
    }
    .LOJbB-privacy-parapet h1 {
        font-size: calc(19px - 8px);
    }
    .LOJbB-privacy-parapet h2 {
        font-size: calc(19px - 6px);
    }
    .LOJbB-privacy-parapet ul, .LOJbB-privacy-parapet ol {
        padding-left: 20px;
    }
    .LOJbB-privacy-parapet li {
        font-size: calc(16px - 1px);
    }
    .LOJbB-privacy-parapet p {
        font-size: calc(16px - 1px);
    }
}.ZHnYA-sign-up {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.ZHnYA-sign-up .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ZHnYA-sign-up input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(25,84,91,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.ZHnYA-sign-up h2 {
    margin-bottom: 20px;
    text-align: center;
}

.ZHnYA-sign-up .button {
    background: rgb(25,84,91);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.ZHnYA-sign-up .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .ZHnYA-sign-up .holder {
        flex-direction: column;
    }

    .ZHnYA-sign-up {
        padding: 30px 20px;
    }

    .ZHnYA-sign-up input {
        min-width: unset;
    }

    .ZHnYA-sign-up .button {
        flex-shrink: unset;
    }

    .ZHnYA-sign-up .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .ZHnYA-sign-up input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .Hxnuk-grid-container .ZHnYA-sign-up .holder h2 {
        font-size: 20px;
    }
}

.Hxnuk-grid-container .ZHnYA-sign-up {
    padding: 100px 20px;
    background: rgb(214,220,226);
    background: linear-gradient(120deg, rgb(155,171,184) 0%, #000000 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

.Hxnuk-grid-container .ZHnYA-sign-up h2 {
    font-size: 45px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.Hxnuk-grid-container .ZHnYA-sign-up .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.Hxnuk-grid-container .ZHnYA-sign-up input {
    padding: 15px 20px;
    height: 60px;
    border-radius: 10px;
    background: #ffffff;
    border: 2px solid rgb(155,171,184);
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    margin-right: 20px;
    flex: 1;
    min-width: 0;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.Hxnuk-grid-container .ZHnYA-sign-up input:hover,
.Hxnuk-grid-container .ZHnYA-sign-up input:focus {
    border-color: rgb(25,84,91);
    box-shadow: 0 0 15px rgb(25,84,91,0.5);
}

.Hxnuk-grid-container .ZHnYA-sign-up .button {
    padding: 15px 30px;
    height: 60px;
    border-radius: 10px;
    border: none;
    background: rgb(25,84,91);
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Hxnuk-grid-container .ZHnYA-sign-up .button:hover {
    background: rgb(155,171,184);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgb(155,171,184,0.5);
}

@media only screen and (max-width: 800px) {
    .Hxnuk-grid-container .ZHnYA-sign-up {
        padding: 60px 20px;
    }

    .Hxnuk-grid-container .ZHnYA-sign-up h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .Hxnuk-grid-container .ZHnYA-sign-up .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .Hxnuk-grid-container .ZHnYA-sign-up input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .Hxnuk-grid-container .ZHnYA-sign-up .button {
        width: 100%;
    }
}.rHQAD-test-drive {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(155,171,184), rgb(25,84,91));
    position: relative;
    overflow: hidden;
}

.rHQAD-test-drive::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(155,171,184,0.5),
        rgb(155,171,184,0.5) 10px,
        rgb(25,84,91,0.5) 10px,
        rgb(25,84,91,0.5) 20px
    );
    opacity: 0.1;
    z-index: 1;
}

.rHQAD-test-drive .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.rHQAD-test-drive .holder {
    padding: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 2px solid rgb(155,171,184);
    border-radius: 29px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.rHQAD-test-drive .holder::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: radial-gradient(circle, rgb(155,171,184,0.5), rgba(0, 0, 0, 0.5));
    border-radius: 29px;
    z-index: -1;
}

.rHQAD-test-drive .holder svg {
    width: 150px;
    height: 150px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid rgb(155,171,184);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    position: relative;
}

.rHQAD-test-drive .holder svg path {
    fill: rgb(155,171,184);
}

.rHQAD-test-drive .holder h2 {
    font-size: 44px;
    text-align: center;
    margin: 30px 0;
    color: #000000;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
}

.rHQAD-test-drive .holder h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(45deg, rgb(155,171,184), rgb(25,84,91));
    border-radius: 10px;
}

.rHQAD-test-drive .holder .button {
    padding: 20px 50px;
    background: linear-gradient(45deg, rgb(155,171,184), rgb(25,84,91));
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    border: 2px solid rgb(155,171,184);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease-in-out;
}

.rHQAD-test-drive .holder .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(155,171,184,0.5);
    opacity: 0.2;
    transition: opacity 0.3s ease-in-out;
}

.rHQAD-test-drive .holder .button::after {
    content: '→';
    margin-left: 10px;
    font-size: 1.2em;
    vertical-align: middle;
}

.rHQAD-test-drive .holder .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(25,84,91,0.5);
}

@media only screen and (max-width: 800px) {
    .rHQAD-test-drive .holder {
        flex-direction: column;
        padding: 30px;
    }
    .rHQAD-test-drive .holder h2 {
        font-size: 21px;
    }
    .rHQAD-test-drive .holder .button {
        padding: 15px 30px;
        font-size: 14px;
    }
    .rHQAD-test-drive .holder svg {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }
}.yRlNY-customer-comments {
    background: linear-gradient(to bottom, rgb(214,220,226), #ffffff);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.yRlNY-customer-comments::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(155,171,184), rgb(25,84,91));
}

.yRlNY-customer-comments h3 {
    font-size: clamp(24px, 5vw, 32px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(155,171,184);
    text-align: center;
    position: relative;
    z-index: 1;
}

.yRlNY-customer-comments h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(155,171,184);
    border-radius: 10px;
}

.yRlNY-customer-comments .reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.yRlNY-customer-comments .reviews .review {
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yRlNY-customer-comments .reviews .review:hover,
.yRlNY-customer-comments .reviews .review:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.yRlNY-customer-comments .reviews .review .photo {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.yRlNY-customer-comments .reviews .review .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}

.yRlNY-customer-comments .reviews .review .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #ffffff;
    transition: background 0.3s ease;
}

.yRlNY-customer-comments .reviews .text p {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.yRlNY-customer-comments .reviews .text span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}


@media only screen and (min-width: 769px) {
    .yRlNY-customer-comments .reviews {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .yRlNY-customer-comments {
        padding: 60px 15px;
    }

    .yRlNY-customer-comments h3 {
        margin-bottom: 30px;
    }

    .yRlNY-customer-comments .reviews {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yRlNY-customer-comments .reviews .review {
        transition: none;
    }
    
    .yRlNY-customer-comments .reviews .review:hover,
    .yRlNY-customer-comments .reviews .review:focus-within {
        transform: none;
    }
}.fYIva-program-offerings {
    padding: 80px 0;
    background: rgb(25,84,91);
    position: relative;
    overflow: hidden;
}

.fYIva-program-offerings::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(155,171,184,0.5),
        rgb(25,84,91,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: moveBackground 10s linear infinite;
}

@keyframes moveBackground {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-20%);
    }
}

.fYIva-program-offerings h2 {
    color: rgb(155,171,184);
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.fYIva-program-offerings .content {
    border-radius: 21px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.fYIva-program-offerings h3 {
    color: rgb(155,171,184);
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.fYIva-program-offerings p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.fYIva-program-offerings .button {
    background: rgb(25,84,91);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.fYIva-program-offerings .button:hover {
    background: rgb(155,171,184);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgb(155,171,184);
}

.fYIva-program-offerings .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-15deg);
    transition: left 0.5s;
}

.fYIva-program-offerings .button:hover::before {
    left: 125%;
}

.fYIva-program-offerings .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.fYIva-program-offerings .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.fYIva-program-offerings .course {
    padding: 20px;
    max-width: 100%;
    flex: 1;
    margin: 0 10px;
}

.fYIva-program-offerings .photo {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 21px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.fYIva-program-offerings .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: overlay;
}

.fYIva-program-offerings .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

@media only screen and (max-width: 900px) {
    .fYIva-program-offerings {
        padding: 60px 0;
    }
    .fYIva-program-offerings h2 {
        font-size: 29px;
    }
    .fYIva-program-offerings h3 {
        font-size: 23px;
    }
    .fYIva-program-offerings .course {
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }
    .fYIva-program-offerings .items {
        flex-direction: column;
        padding: 0;
    }
    .fYIva-program-offerings .photo {
        height: 250px;
    }
    .Hxnuk-grid-container .fYIva-program-offerings .course .content {
        padding: 20px;
    }
}

.Hxnuk-grid-container .fYIva-program-offerings .container {
    width: 100%;
    padding: 0;
}

.Hxnuk-grid-container .fYIva-program-offerings .items {
    width: 100%;
}

.Hxnuk-grid-container .fYIva-program-offerings .items .course {
    padding: 0;
    width: 100%;
}

.Hxnuk-grid-container .fYIva-program-offerings .photo {
    height: 300px;
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    background-position: 50% 50% !important;
}

.Hxnuk-grid-container .fYIva-program-offerings .course .content {
    border-radius: 0 !important;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.5);
}

.Hxnuk-grid-container .fYIva-program-offerings .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
    background: none;
    padding: 20px;
}

.Hxnuk-grid-container .fYIva-program-offerings p {
    margin-top: 20px;
    text-align: center;
}

.Hxnuk-grid-container .fYIva-program-offerings .button {
    margin-top: 30px;
    width: fit-content;
}

.Hxnuk-grid-container .fYIva-program-offerings h3 {
    text-align: center;
    text-shadow: 1px 1px #ffffff;
}

@media only screen and (max-width: 800px) {
    .fYIva-program-offerings h2 {
        font-size: 23px;
    }
    .fYIva-program-offerings h3 {
        font-size: 20px;
    }
    .fYIva-program-offerings .photo {
        height: 200px;
    }
}
.UPRhH-reach-out {
    padding: 80px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.UPRhH-reach-out::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(155,171,184), rgb(25,84,91));
    clip-path: circle(25% at 75% 25%);
    transition: clip-path 0.6s ease-in-out;
}

.UPRhH-reach-out:hover::before {
    clip-path: circle(75% at 50% 50%);
}

.UPRhH-reach-out h3 {
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.UPRhH-reach-out .form {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, background 0.3s;
    position: relative;
    z-index: 1;
}

.UPRhH-reach-out .form:hover {
    transform: scale(1.02);
    background: rgba(255, 255, 255, 0.95);
}

.UPRhH-reach-out form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(25,84,91,0.5);
    padding: 15px;
    margin-bottom: 20px;
    outline: none;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.UPRhH-reach-out form input:focus {
    border-color: rgb(155,171,184);
    box-shadow: 0 0 8px rgb(155,171,184,0.5);
    transform: scale(1.01);
}

.UPRhH-reach-out form .button {
    background: rgb(155,171,184);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    align-self: center;
}

.UPRhH-reach-out form .button:hover {
    background: rgb(25,84,91);
    transform: scale(1.05);
}

.UPRhH-reach-out .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.UPRhH-reach-out .holder>div {
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.UPRhH-reach-out .form_text {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.UPRhH-reach-out .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.UPRhH-reach-out .name_holder input {
    flex: 1;
}

.UPRhH-reach-out .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.UPRhH-reach-out .agree input[type=checkbox] {
    width: auto;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.UPRhH-reach-out .agree label {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
}

.UPRhH-reach-out .agree a {
    margin-left: 5px;
    color: rgb(155,171,184);
    text-decoration: none;
    transition: color 0.3s;
}

.UPRhH-reach-out .agree a:hover {
    color: rgb(25,84,91);
}

@media only screen and (max-width: 600px) {
    .UPRhH-reach-out {
        padding: 50px 10px;
    }
    .UPRhH-reach-out .holder {
        flex-direction: column;
    }
    .UPRhH-reach-out .holder>div {
        width: 100%;
        padding: 0;
    }
    .UPRhH-reach-out h3 {
        font-size: 47px;
    }
    .UPRhH-reach-out form input {
        padding: 10px;
    }
    .UPRhH-reach-out form .button {
        width: 100%;
    }
    .UPRhH-reach-out .name_holder {
        flex-direction: column;
        gap: 0;
    }
}.Hxnuk-grid-container .zKxNe-company-info {
    padding: 100px 0;
    background: rgb(25,84,91);
    position: relative;
    overflow: hidden;
}

.Hxnuk-grid-container .zKxNe-company-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgb(155,171,184,0.5), transparent);
    opacity: 0.2;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.Hxnuk-grid-container .zKxNe-company-info .holder {
    height: auto;
    position: relative;
    z-index: 1;
}

.Hxnuk-grid-container .zKxNe-company-info .holder .photo {
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 20px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 10px solid rgb(155,171,184);
    background: rgb(25,84,91);
}

.Hxnuk-grid-container .zKxNe-company-info .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 600px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.Hxnuk-grid-container .zKxNe-company-info .style_element {
    background: rgb(155,171,184,0.5);
    padding: 50px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 15px rgb(155,171,184,0.5), inset 0 0 15px rgb(155,171,184,0.5);
}

.Hxnuk-grid-container .zKxNe-company-info .style_element::before,
.Hxnuk-grid-container .zKxNe-company-info .style_element::after {
    content: '';
    position: absolute;
    background: rgb(155,171,184);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(155,171,184);
}

.Hxnuk-grid-container .zKxNe-company-info .style_element::before {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
}

.Hxnuk-grid-container .zKxNe-company-info .style_element::after {
    width: 30px;
    height: 30px;
    bottom: -15px;
    right: -15px;
}

.Hxnuk-grid-container .zKxNe-company-info h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    text-shadow: 0 0 5px rgb(155,171,184);
}

.Hxnuk-grid-container .zKxNe-company-info h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: rgb(155,171,184);
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px rgb(155,171,184);
}

.Hxnuk-grid-container .zKxNe-company-info p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 20px;
    position: relative;
    text-shadow: 0 0 5px rgb(155,171,184,0.5);
}

@media only screen and (max-width: 1200px) {
    .Hxnuk-grid-container .zKxNe-company-info .holder .photo {
        width: 300px;
        height: 300px;
    }
    .Hxnuk-grid-container .zKxNe-company-info .style_element {
        width: 85%;
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .Hxnuk-grid-container .zKxNe-company-info .holder .photo {
        width: 100%;
        height: 250px;
        left: 0;
        transform: translateY(0);
        position: static;
        margin: 20px 0;
    }
    .Hxnuk-grid-container .zKxNe-company-info .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
        padding: 10px;
    }
    .Hxnuk-grid-container .zKxNe-company-info .style_element {
        width: 100%;
        padding: 30px;
    }
    .Hxnuk-grid-container .zKxNe-company-info h2 {
        font-size: 20px;
    }
}
.FlfYB-advantages-benefits .advantages_content h2 {
    color: rgb(25,84,91);
}

.FlfYB-advantages-benefits .advantage_item svg, .FlfYB-advantages-benefits .advantage_item svg path {
    fill: rgb(155,171,184);
}

.FlfYB-advantages-benefits .advantage_item p {
    color: #000000;
}

.FlfYB-advantages-benefits .advantage_item b {
    color: rgb(155,171,184);
}

.FlfYB-advantages-benefits {
    padding-top: 80px;
    padding-bottom: 80px;
}

.FlfYB-advantages-benefits .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.FlfYB-advantages-benefits .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.FlfYB-advantages-benefits .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 31px;
    font-weight: 600;
}

.FlfYB-advantages-benefits .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.FlfYB-advantages-benefits .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.FlfYB-advantages-benefits .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.FlfYB-advantages-benefits .advantage_item svg, .FlfYB-advantages-benefits .advantage_item img {
    width: 128px;
    height: 128px;
}


.Hxnuk-grid-container .FlfYB-advantages-benefits {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(155,171,184), rgb(25,84,91));
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.Hxnuk-grid-container .FlfYB-advantages-benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.7));
    z-index: 0;
}

.Hxnuk-grid-container .FlfYB-advantages-benefits .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.Hxnuk-grid-container .FlfYB-advantages-benefits .advantages_content h2 {
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.Hxnuk-grid-container .FlfYB-advantages-benefits .advantages_description {
    font-size: 13px;
    margin-bottom: 40px;
    padding: 0 20px;
    color: #ffffff;
    max-width: 800px;
    position: relative;
    z-index: 1;
}

.Hxnuk-grid-container .FlfYB-advantages-benefits .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.Hxnuk-grid-container .FlfYB-advantages-benefits .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 30px);
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.Hxnuk-grid-container .FlfYB-advantages-benefits .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.Hxnuk-grid-container .FlfYB-advantages-benefits .advantage_image {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(155,171,184,0.5);
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px solid rgb(25,84,91);
    position: relative;
    overflow: hidden;
}

.Hxnuk-grid-container .FlfYB-advantages-benefits .advantage_image img, .Hxnuk-grid-container .FlfYB-advantages-benefits .advantage_image svg {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.Hxnuk-grid-container .FlfYB-advantages-benefits .advantage_item h4 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
    color: #000000;
}

.Hxnuk-grid-container .FlfYB-advantages-benefits .advantage_item:hover h4 {
    color: rgb(155,171,184);
}

@media only screen and (max-width: 1200px) {
    .Hxnuk-grid-container .FlfYB-advantages-benefits .advantage_item {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 800px) {
    .Hxnuk-grid-container .FlfYB-advantages-benefits {
        padding: 50px 0;
    }

    .Hxnuk-grid-container .FlfYB-advantages-benefits .advantages_content h2 {
        font-size: 24px;
    }

    .Hxnuk-grid-container .FlfYB-advantages-benefits .advantages_holder {
        flex-direction: column;
    }

    .Hxnuk-grid-container .FlfYB-advantages-benefits .advantage_item {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .Hxnuk-grid-container .FlfYB-advantages-benefits .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .Hxnuk-grid-container .FlfYB-advantages-benefits .advantages_holder {
        justify-content: center;
    }
}

@media only screen and (max-width: 800px) {
    .FlfYB-advantages-benefits .advantages_content h2 {
        font-size: 30px;
    }

    .FlfYB-advantages-benefits .advantages_holder {
        flex-direction: column;
    }

    .FlfYB-advantages-benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .Hxnuk-grid-container .FlfYB-advantages-benefits .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}.GOdfg-training-results {
    padding-bottom: 80px;
    padding-top: 80px;
}

.GOdfg-training-results .holder {
    display: flex;
    width: 100%;
}

.GOdfg-training-results h2 {
    text-align: left;
    margin-bottom: 20px;
}

.GOdfg-training-results .photo {
    width: 50%;
    flex-shrink: 0;
}

.GOdfg-training-results .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.GOdfg-training-results ul {
    list-style: none;
}

.GOdfg-training-results li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.GOdfg-training-results svg, .GOdfg-training-results path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(155,171,184);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .GOdfg-training-results {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .GOdfg-training-results .holder {
        flex-direction: column;
    }

    .GOdfg-training-results .text_holder {
        width: 100%;
    }

    .GOdfg-training-results .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.Hxnuk-grid-container .GOdfg-training-results {
    background: rgb(155,171,184,0.5);
    position: relative;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Hxnuk-grid-container .GOdfg-training-results::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(155,171,184,0.5), rgb(25,84,91,0.5));
    opacity: 0.1;
}

.Hxnuk-grid-container .GOdfg-training-results .holder {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    width: 80%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: auto;
}

.Hxnuk-grid-container .GOdfg-training-results .photo {
    width: 40%;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
}

.Hxnuk-grid-container .GOdfg-training-results .text_holder {
    padding: 40px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 4px solid rgb(155,171,184);
}

.Hxnuk-grid-container .GOdfg-training-results h2 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(155,171,184);
    margin-bottom: 20px;
}

.Hxnuk-grid-container .GOdfg-training-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Hxnuk-grid-container .GOdfg-training-results li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 17px;
    color: #000000;
    border-bottom: 1px solid rgb(25,84,91,0.5);
    padding-bottom: 10px;
}

.Hxnuk-grid-container .GOdfg-training-results svg, .Hxnuk-grid-container .GOdfg-training-results path {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: rgb(25,84,91);
}

@media only screen and (max-width: 800px) {
    .Hxnuk-grid-container .GOdfg-training-results {
        padding: 50px 10px;
    }

    .Hxnuk-grid-container .GOdfg-training-results .holder {
        flex-direction: column;
        width: 100%;
    }

    .Hxnuk-grid-container .GOdfg-training-results .photo {
        width: 100%;
        height: 200px;
        border-radius: 10px 10px 0 0;
    }

    .Hxnuk-grid-container .GOdfg-training-results .text_holder {
        padding: 20px;
        width: 100%;
        border-left: none;
        border-top: 4px solid rgb(155,171,184);
    }

    .Hxnuk-grid-container .GOdfg-training-results h2 {
        font-size: 22px;
    }

    .Hxnuk-grid-container .GOdfg-training-results li {
        font-size: 12px;
    }
}footer {
    background: rgb(25,84,91);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0;
    position: relative;
}
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, rgb(155,171,184), rgb(25,84,91));
}
footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(25,84,91,0.5);
    padding-bottom: 50px;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 100px;
    width: 100px;
    fill: rgb(155,171,184);
    margin-bottom: 20px;
}
footer h5 {
    color: rgb(155,171,184);
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
footer h5::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 3px;
    background: rgb(25,84,91);
}
footer .menu a {
    color: rgb(25,84,91,0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid rgb(25,84,91,0.5);
}
footer .menu a:hover {
    color: rgb(155,171,184);
    border-bottom: 1px solid rgb(155,171,184);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
footer .contact_info div svg {
    width: 20px;
    height: 20px;
    fill: rgb(155,171,184);
    margin-right: 10px;
}
footer .contact_info div span {
    color: #000000;
    font-size: 15px;
}
footer .footer_agreement {
    text-align: right;
    font-size: 15px;
    color: rgb(25,84,91,0.5);
    margin-top: 20px;
    border-top: 1px solid rgb(25,84,91,0.5);
    padding-top: 10px;
}
footer .copyright {
    background: rgb(155,171,184);
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: 40px;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

.Hxnuk-grid-container footer {
    background: rgb(214,220,226);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.Hxnuk-grid-container footer .footer {
    padding: 32px 0;
}
.Hxnuk-grid-container footer .menu a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0;
}
.Hxnuk-grid-container footer .footer_info {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.Hxnuk-grid-container footer .menu_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.Hxnuk-grid-container footer .menu a:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.5);
}
.Hxnuk-grid-container footer .menu a:hover {
    color: rgb(155,171,184);
}
.Hxnuk-grid-container footer .copyright {
    padding: 16px 0;
    background: none;
    text-align: center;
}
.Hxnuk-grid-container footer .copyright_info {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .Hxnuk-grid-container footer .footer_info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .logo_holder {
        margin-bottom: 30px;
    }
    footer .menu, footer .contact_info {
        margin-top: 20px;
    }
    footer .footer_agreement {
        text-align: center;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .Hxnuk-grid-container footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .contact_info {
        margin-top: 10px;
        align-items: center;
    }
}
.KHOlb-teaching-history {
    background: linear-gradient(135deg, 
        #000000 0%,
        rgb(155,171,184) 100%);
    padding: 150px 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(155,171,184,0.5);
}

.KHOlb-teaching-history::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 50% 0%,
        rgb(155,171,184,0.5) 0%,
        transparent 70%
    );
    opacity: 0.4;
}

.KHOlb-teaching-history::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        #000000 0,
        #000000 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
}

.KHOlb-teaching-history .holder {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    z-index: 2;
}

.KHOlb-teaching-history .review {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff;
    border-radius: 11px;
    padding: 5px;
    position: relative;
}

.KHOlb-teaching-history .review::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 11px;
    background: linear-gradient(135deg, 
        rgb(155,171,184) 0%,
        transparent 50%,
        rgb(155,171,184) 100%) border-box;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.KHOlb-teaching-history .photo {
    height: 600px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.KHOlb-teaching-history .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(155,171,184,0.5) 100%
    );
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.KHOlb-teaching-history .photo:hover::before {
    opacity: 0.5;
}

.KHOlb-teaching-history .worker_description {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(
        to right,
        transparent,
        rgb(214,220,226) 50%
    );
    border-radius: 0 10px 10px 0;
}

.KHOlb-teaching-history .name {
    font-size: 47px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    background: linear-gradient(
        90deg,
        #000000,
        rgb(155,171,184)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.KHOlb-teaching-history .job {
    font-size: 24px;
    color: rgb(155,171,184);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(155,171,184,0.5);
    margin-bottom: 40px;
}

.KHOlb-teaching-history .worker_info {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(214,220,226) 100%
    );
    border-radius: 10px;
    padding: 30px;
    position: relative;
    border: 1px solid rgb(155,171,184,0.5);
    grid-column: span 2;
}

.KHOlb-teaching-history .quote {
    font-size: 24px;
    font-weight: 600;
    color: rgb(155,171,184);
    margin-bottom: 30px;
    line-height: 1.6;
    padding-left: 25px;
    border-left: 3px solid rgb(155,171,184);
    position: relative;
}

.KHOlb-teaching-history .story {
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}

@media (max-width: 1200px) {
    .KHOlb-teaching-history {
        padding: 100px 0;
    }

    .KHOlb-teaching-history .photo {
        height: 500px;
    }

    .KHOlb-teaching-history .worker_description {
        padding: 40px 30px;
    }
}

@media (max-width: 992px) {
    .KHOlb-teaching-history .worker_info {
        grid-column: auto;
    }
    .KHOlb-teaching-history {
        padding: 80px 0;
    }

    .KHOlb-teaching-history .review {
        grid-template-columns: 1fr;
    }

    .KHOlb-teaching-history .photo {
        height: 450px;
    }

    .KHOlb-teaching-history .worker_description {
        padding: 30px;
        background: rgb(214,220,226);
    }
}

@media (max-width: 768px) {
    .KHOlb-teaching-history {
        padding: 60px 0;
    }

    .KHOlb-teaching-history .holder {
        padding: 0 20px;
    }

    .KHOlb-teaching-history .photo {
        height: 400px;
    }

    .KHOlb-teaching-history .name {
        font-size: calc(33px * 1.1);
    }
}

@media (max-width: 480px) {
    .KHOlb-teaching-history {
        padding: 40px 0;
    }

    .KHOlb-teaching-history .review {
        padding: 3px;
    }

    .KHOlb-teaching-history .photo {
        height: 300px;
    }

    .KHOlb-teaching-history .worker_description {
        padding: 25px 20px;
    }

    .KHOlb-teaching-history .name {
        font-size: 33px;
    }

    .KHOlb-teaching-history .job {
        font-size: calc(20px * 0.9);
        letter-spacing: 2px;
    }

    .KHOlb-teaching-history .worker_info {
        padding: 20px;
    }
}.mPShI-landing-page {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    padding: 4rem 0;
    position: relative;
}

.mPShI-landing-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(155,171,184), rgb(25,84,91));
}

.mPShI-landing-page .holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mPShI-landing-page .photo {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 40%;
    margin-right: 20px;
}


.mPShI-landing-page .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mPShI-landing-page .text_holder {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mPShI-landing-page .text_info {
    margin-bottom: 2rem;
}

.mPShI-landing-page .text_info svg {
    width: 60px;
    height: 60px;
    fill: rgb(155,171,184);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.mPShI-landing-page .text_info h2 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.mPShI-landing-page .text_info h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(155,171,184);
    transition: width 0.3s ease;
}

.mPShI-landing-page .text_info span {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    display: block;
}

.mPShI-landing-page .button {
    display: inline-block;
    padding: 12px 24px;
    background-color: rgb(155,171,184);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mPShI-landing-page .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.mPShI-landing-page .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(155,171,184,0.5);
}

@media (max-width: 992px) {
    .mPShI-landing-page .holder {
        flex-direction: column;
    }

    .mPShI-landing-page .photo {
        flex: unset;
        width: 100%;
        margin-right: 0;
    }
    .mPShI-landing-page .text_holder {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mPShI-landing-page .photo {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .mPShI-landing-page {
        padding: 3rem 0;
    }

    .mPShI-landing-page .text_info h2 {
        font-size: 19px;
    }

    .mPShI-landing-page .text_info span {
        font-size: 16px;
    }

    .mPShI-landing-page .button {
        padding: 10px 20px;
        font-size: 16px;
    }
}.lNoJf-price-list {
    position: relative;
    overflow: hidden;
    background-color: rgb(214,220,226);
    padding: 120px 0;
}

.lNoJf-price-list .photo {
    position: absolute;
    top: -50%;
    right: -25%;
    width: 70%;
    height: 150%;
    opacity: 0.1;
    z-index: 1;
    transform: rotate(-15deg);
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.lNoJf-price-list .container {
    position: relative;
    z-index: 2;
}

.lNoJf-price-list .price_holder {
    max-width: 1200px;
    margin: 0 auto;
}

.lNoJf-price-list .price_holder h2 {
    font-size: 38px;
    color: rgb(155,171,184);
    text-align: left;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 20px;
}

.lNoJf-price-list .price_holder h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 70%;
    background-color: rgb(25,84,91);
}

.lNoJf-price-list .price_section_description {
    font-size: 12px;
    color: #000000;
    text-align: left;
    max-width: 600px;
    margin: 0 0 60px;
    line-height: 1.6;
}

.lNoJf-price-list .price_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    perspective: 1000px;
}

.lNoJf-price-list .price_card {
    flex: 0 1 calc(33.333% - 20px);
    min-width: 250px;
    background: #ffffff;
    border-radius: 15px 15px 15px 60px;
    padding: 40px 30px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
}

.lNoJf-price-list .price_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(155,171,184), rgb(25,84,91));
}

.lNoJf-price-list .price_card:nth-child(even) {
    border-radius: 15px 60px 15px 15px;
}

.lNoJf-price-list .price_card:nth-child(even)::before {
    top: auto;
    bottom: 0;
}

.lNoJf-price-list .price_card h3 {
    font-size: 23px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.lNoJf-price-list .price_card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: rgb(25,84,91);
    transition: width 0.3s ease;
}

.lNoJf-price-list .price_card:hover h3::after {
    width: 80px;
}

.lNoJf-price-list .price_amount {
    font-size: 38px;
    color: rgb(155,171,184);
    font-weight: 700;
    margin: 30px 0;
    position: relative;
    display: inline-block;
}

.lNoJf-price-list .price_amount::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(25,84,91,0.5);
    bottom: -5px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.lNoJf-price-list .price_card:hover .price_amount::before {
    transform: scaleX(1);
}

.lNoJf-price-list .price_card p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.6;
}

.lNoJf-price-list .price_card .button {
    display: inline-block;
    padding: 12px 30px;
    background-color: rgb(155,171,184);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: auto;
    text-align: center;
}

.lNoJf-price-list .price_card .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(25,84,91);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.lNoJf-price-list .price_card .button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.lNoJf-price-list .price_card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .lNoJf-price-list {
        padding: 100px 0;
    }

    .lNoJf-price-list .price_holder h2 {
        font-size: calc(38px * 0.9);
    }

    .lNoJf-price-list .price_section_description {
        font-size: calc(12px * 0.95);
        margin-bottom: 50px;
    }

    .lNoJf-price-list .price_cards {
        gap: 20px;
    }

    .lNoJf-price-list .price_card {
        flex: 0 1 calc(50% - 15px);
        padding: 30px 25px;
    }
}

@media (max-width: 768px) {
    .lNoJf-price-list {
        padding: 80px 0;
    }

    .lNoJf-price-list .photo {
        top: -30%;
        right: -50%;
        width: 100%;
        height: 130%;
    }

    .lNoJf-price-list .price_holder h2 {
        font-size: calc(38px * 0.8);
        margin-bottom: 20px;
    }

    .lNoJf-price-list .price_section_description {
        font-size: calc(12px * 0.9);
        margin-bottom: 40px;
    }

    .lNoJf-price-list .price_card {
        flex: 0 1 100%;
    }

    .lNoJf-price-list .price_card h3 {
        font-size: calc(23px * 0.9);
    }

    .lNoJf-price-list .price_amount {
        font-size: calc(38px * 0.8);
    }

    .lNoJf-price-list .price_card p {
        font-size: calc(12px * 0.9);
    }

    .lNoJf-price-list .price_card .button {
        padding: 10px 25px;
        font-size: calc(20px * 0.9);
    }
}

@media (max-width: 480px) {
    .lNoJf-price-list {
        padding: 60px 0;
    }

    .lNoJf-price-list .photo {
        top: -20%;
        right: -70%;
        width: 150%;
        height: 120%;
    }

    .lNoJf-price-list .price_holder h2 {
        font-size: calc(38px * 0.7);
    }

    .lNoJf-price-list .price_section_description {
        font-size: calc(12px * 0.85);
        margin-bottom: 30px;
    }

    .lNoJf-price-list .price_card {
        padding: 25px 20px;
    }

    .lNoJf-price-list .price_card h3 {
        font-size: calc(23px * 0.8);
    }

    .lNoJf-price-list .price_amount {
        font-size: calc(38px * 0.7);
        margin: 20px 0;
    }

    .lNoJf-price-list .price_card p {
        font-size: calc(12px * 0.85);
        margin-bottom: 20px;
    }

    .lNoJf-price-list .price_card .button {
        padding: 8px 20px;
        font-size: calc(20px * 0.85);
    }
}.kTVqR-service-contact {
    position: relative;
    background: rgb(214,220,226);
    padding: 5rem 0;
    overflow: hidden;
}

.kTVqR-service-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(155,171,184,0.5) 0,
        rgb(155,171,184,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.15;
    z-index: 0;
}

.kTVqR-service-contact::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgb(25,84,91,0.5);
    filter: blur(150px);
    right: -300px;
    top: -300px;
    border-radius: 50%;
    z-index: 0;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }
    50% {
        transform: translateY(100px) scale(1.1);
        opacity: 0.6;
    }
}

.kTVqR-service-contact .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
}

.kTVqR-service-contact .contact_tiles {
    display: grid;
    grid-template-areas: 
        "info photo"
        "contact contact";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
}

.kTVqR-service-contact .contact_tile:nth-child(1) {
    grid-area: info;
    backdrop-filter: blur(5px);
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(155,171,184,0.5) 100%
    );
    border-radius: 12px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kTVqR-service-contact .contact_tile:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(25,84,91,0.5);
    border-radius: 50%;
    filter: blur(80px);
    top: -100px;
    left: -100px;
    z-index: -1;
}

.kTVqR-service-contact .contact_tile:nth-child(2) {
    grid-area: photo;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.kTVqR-service-contact .contact_tile:nth-child(2):hover {
    transform: perspective(1000px) rotateY(0deg);
}

.kTVqR-service-contact .contact_tile:nth-child(3) {
    grid-area: contact;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(155,171,184,0.5) 100%
    );
    border-radius: 12px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.kTVqR-service-contact .contact_tile:nth-child(3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgb(25,84,91);
    z-index: 1;
}

.kTVqR-service-contact .contact_tile h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
}

.kTVqR-service-contact .contact_tile h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(25,84,91);
    border-radius: 3px;
}

.kTVqR-service-contact .contact_company_name {
    font-size: calc(18px * 1.2);
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
}

.kTVqR-service-contact .contact_description {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.kTVqR-service-contact .contact_tile p {
    color: #ffffff;
    margin-bottom: 1rem;
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.kTVqR-service-contact .contact_tile p span {
    font-weight: 600;
}

.kTVqR-service-contact .contact_working_hours {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(155,171,184,0.5);
}

.kTVqR-service-contact .contact_working_hours h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgb(155,171,184,0.5);
    border-radius: 10px;
}

.kTVqR-service-contact .contact_working_hours_items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.kTVqR-service-contact .contact_working_hours_items span {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: calc(18px * 0.9);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.kTVqR-service-contact .contact_working_hours_items span:hover {
    border-color: rgb(25,84,91);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.kTVqR-service-contact .contact_tile .photo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.kTVqR-service-contact .contact_tile .photo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        #000000 100%
    );
    z-index: 1;
}

.kTVqR-service-contact .info_holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    width: 100%;
}

.kTVqR-service-contact .info_holder a {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-bottom: 3px solid rgb(25,84,91);
}

.kTVqR-service-contact .info_holder a::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    top: 0;
    left: -30px;
    transform: skewX(-20deg);
    animation: shine 4s infinite;
    animation-delay: calc(var(--i, 0) * 1s);
}

.kTVqR-service-contact .info_holder a:nth-child(1) {
    --i: 1;
}

.kTVqR-service-contact .info_holder a:nth-child(2) {
    --i: 2;
}

.kTVqR-service-contact .info_holder a:nth-child(3) {
    --i: 3;
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20%, 100% {
        left: 100%;
    }
}

.kTVqR-service-contact .info_holder a:hover {
    transform: translateY(-5px);
    background: rgb(155,171,184,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.kTVqR-service-contact .info_holder a span {
    font-size: calc(18px * 0.85);
    color: #ffffff;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.kTVqR-service-contact .info_holder a p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.kTVqR-service-contact svg {
    width: 20px;
    height: 20px;
    fill: none;
}

.kTVqR-service-contact svg path {
    fill: rgb(25,84,91);
    transition: fill 0.3s ease;
}

.kTVqR-service-contact .info_holder a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {
    .kTVqR-service-contact .contact_tiles {
        grid-template-areas: 
            "info info"
            "photo photo"
            "contact contact";
    }
    
    .kTVqR-service-contact .info_holder {
        grid-template-columns: repeat(3, 1fr);
    }
    .kTVqR-service-contact .contact_tile:nth-child(2) {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .kTVqR-service-contact {
        padding: 4rem 0;
    }
    
    .kTVqR-service-contact .contact_tile:nth-child(1),
    .kTVqR-service-contact .contact_tile:nth-child(3) {
        padding: 2rem;
    }
    
    .kTVqR-service-contact .info_holder {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .kTVqR-service-contact .info_holder a:nth-child(3) {
        grid-column: span 2;
    }
}

@media (max-width: 576px) {
    .kTVqR-service-contact {
        padding: 3rem 0;
    }
    
    .kTVqR-service-contact .contact_tile:nth-child(1),
    .kTVqR-service-contact .contact_tile:nth-child(3) {
        padding: 1.5rem;
    }
    
    .kTVqR-service-contact .info_holder {
        grid-template-columns: 1fr;
    }
    
    .kTVqR-service-contact .info_holder a:nth-child(3) {
        grid-column: auto;
    }
    
    .kTVqR-service-contact .contact_working_hours_items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}.rbcdt-thanksFocus {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(155,171,184,0.5);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}
.rbcdt-thanksFocus .container {
    width: 85%;
    max-width: 900px;
    background: rgba(0, 0, 0, 0.5);
    padding: 60px 40px;
    border-radius: 23px;
    border: 1px solid rgb(155,171,184);
    box-shadow: 0 0 20px rgb(155,171,184,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.rbcdt-thanksFocus h2 {
    font-size: 43px;
    font-weight: 700;
    color: rgb(155,171,184);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(155,171,184);
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    position: relative;
    text-shadow: 0 0 10px rgb(155,171,184);
}
.rbcdt-thanksFocus p {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    position: relative;
    text-shadow: 0 0 5px rgb(25,84,91);
}

@media only screen and (max-width: 800px) {
    .rbcdt-thanksFocus {
        padding: 20px 10px;
    }
    .rbcdt-thanksFocus .container {
        width: 95%;
        padding: 30px 20px;
    }
    .rbcdt-thanksFocus h2 {
        font-size: 31px;
    }
    .rbcdt-thanksFocus p {
        font-size: 19px;
    }
}
@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
.main_header {
    background: linear-gradient(135deg, #ffffff 0%, rgb(214,220,226) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    border-bottom: 3px solid rgb(155,171,184);
    position: relative;
    min-height: 80px;
    z-index: 999;
    max-height: 120px;
}
.main_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(155,171,184), rgb(25,84,91), rgb(155,171,184));
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
}
.main_header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.main_header .header_holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: radial-gradient(circle at top right, #ffffff 0%, rgb(214,220,226) 100%);
    border-radius: 28px;
    padding: 15px;
    border: 1px solid rgb(25,84,91,0.5);
    min-height: 60px;
    flex-wrap: wrap;
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
}
.main_header .header_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(155,171,184);
    font-weight: 700;
    font-size: 21px;
    transition: all 0.3s ease;
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    fill: rgb(155,171,184);
    transition: fill 0.3s ease;
}
.main_header .header_logo:hover svg,
.main_header .header_logo:hover img {
    fill: rgb(25,84,91);
    animation: pulse 1s infinite;
}
.main_header .header_description {
    font-size: 16px;
    color: #000000;
    margin-left: 20px;
    position: relative;
    padding-left: 15px;
}
.main_header .header_description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background: linear-gradient(to bottom, rgb(155,171,184), rgb(25,84,91));
}
.main_header .header_menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}
.main_header .header_menu a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(25,84,91,0.5), transparent);
    transition: left 0.3s ease;
}
.main_header .header_menu a:hover::before,
.main_header .header_menu a:focus::before {
    left: 100%;
}
.main_header .header_menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(155,171,184);
    transition: width 0.3s ease;
}
.main_header .header_menu a:hover,
.main_header .header_menu a:focus {
    color: rgb(155,171,184);
    background-color: rgb(214,220,226);
}
.main_header .header_menu a:hover::after,
.main_header .header_menu a:focus::after {
    width: 100%;
}
@media (max-width: 768px) {
    .main_header {
        min-height: auto;
        max-height: none;
    }
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }
    .main_header .logo_holder {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .main_header .header_description {
        margin-left: 0;
        margin-bottom: 15px;
        padding-left: 0;
        padding-top: 15px;
        max-width: 100%;
    }
    .main_header .header_description::before {
        left: 0;
        top: 0;
        transform: none;
        width: 50px;
        height: 3px;
    }
    .main_header .header_menu {
        flex-direction: column;
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }
    .main_header .header_menu a {
        padding: 10px;
        border-bottom: 1px solid rgb(25,84,91,0.5);
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main_header,
    .main_header *,
    .main_header *::before,
    .main_header *::after {
        animation: none !important;
        transition: none !important;
    }
}