* {
    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;
}
.warp-containerbvRc {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(223,235,237);
}
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;
    }
}.learning_processHLdR {
    position: relative;
    background: linear-gradient(220deg, 
        #000000 0%,
        rgb(73,114,133) 100%);
    padding: 180px 0;
    overflow: hidden;
}

.learning_processHLdR::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: 
        repeating-linear-gradient(90deg,
            transparent 0%,
            transparent 48%,
            rgb(73,114,133,0.5) 50%,
            transparent 52%,
            transparent 100%
        );
    opacity: 0.03;
    animation: matrixBg 20s linear infinite;
}

.learning_processHLdR::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(73,114,133,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(43,68,80,0.5) 0%, transparent 50%),
        repeating-linear-gradient(45deg,
            transparent 0px,
            transparent 10px,
            rgb(73,114,133,0.5) 10px,
            rgb(73,114,133,0.5) 11px
        );
    opacity: 0.05;
}

@keyframes matrixBg {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(50%); }
}

.learning_processHLdR .work_holder {
    position: relative;
    z-index: 2;
}

.learning_processHLdR .container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    gap: 60px;
}

.learning_processHLdR .container::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 120%;
    background: linear-gradient(to bottom,
        transparent,
        rgb(73,114,133),
        rgb(43,68,80),
        transparent
    );
    left: 50%;
    top: -10%;
    opacity: 0.5;
    box-shadow: 0 0 15px rgb(73,114,133,0.5);
    animation: glowLine 2s infinite alternate;
}

.learning_processHLdR .photo {
    position: relative;
    height: 700px;
    clip-path: polygon(0 30px, 30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border: 1px solid rgb(73,114,133,0.5);
    box-shadow: 0 0 20px rgb(73,114,133,0.5),
                inset 0 0 20px rgb(73,114,133,0.5);
}

.learning_processHLdR .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg,
        rgb(73,114,133,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(43,68,80,0.5) 100%
    );
    opacity: 0.3;
    z-index: 2;
    mix-blend-mode: overlay;
}

@keyframes scanEffect {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.learning_processHLdR .holder {
    padding: 60px;
    position: relative;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(73,114,133,0.5);
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    box-shadow: 0 0 20px rgb(73,114,133,0.5);
}

.learning_processHLdR .holder::before {
    content: '';
    position: absolute;
    inset: 1px;
    background: linear-gradient(135deg,
        transparent 0%,
        rgb(73,114,133,0.5) 100%);
    opacity: 0.1;
    z-index: -1;
}

.learning_processHLdR .holder h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(73,114,133,0.5);
}

.learning_processHLdR .holder h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom,
        rgb(73,114,133),
        rgb(43,68,80));
    box-shadow: 0 0 10px rgb(73,114,133);
    animation: glowLine 2s infinite alternate;
}

.learning_processHLdR .holder span {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
    display: block;
    position: relative;
    padding: 20px;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0) 100%);
    border-left: 1px solid rgb(73,114,133,0.5);
    text-shadow: 0 0 5px rgb(73,114,133,0.5);
}

.learning_processHLdR .holder span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
        rgb(73,114,133),
        transparent);
    box-shadow: 0 0 10px rgb(73,114,133,0.5);
}

@keyframes glowLine {
    0% { 
        box-shadow: 0 0 10px rgb(73,114,133);
        opacity: 0.5;
    }
    100% { 
        box-shadow: 0 0 20px rgb(73,114,133);
        opacity: 1;
    }
}

.learning_processHLdR .photo:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02) translateZ(50px);
    box-shadow: 0 0 30px rgb(73,114,133,0.5),
                inset 0 0 30px rgb(73,114,133,0.5);
}

@media (max-width: 1200px) {
    .learning_processHLdR {
        padding: 140px 0;
    }

    .learning_processHLdR .container {
        gap: 40px;
    }

    .learning_processHLdR .photo {
        height: 600px;
    }
}

@media (max-width: 1024px) {
    .learning_processHLdR {
        padding: 100px 0;
    }

    .learning_processHLdR .container {
        grid-template-columns: 1fr;
    }

    .learning_processHLdR .container::before {
        display: none;
    }

    .learning_processHLdR .photo {
        height: 500px;
        transform: none;
    }

    .learning_processHLdR .photo:hover {
        transform: scale(1.02);
    }

    .learning_processHLdR .holder {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .learning_processHLdR {
        padding: 80px 0;
    }

    .learning_processHLdR .photo {
        height: 400px;
    }

    .learning_processHLdR .holder {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .learning_processHLdR {
        padding: 60px 0;
    }

    .learning_processHLdR .photo {
        height: 300px;
    }

    .learning_processHLdR .holder {
        padding: 25px;
    }
}.confidential_hearthDEZo {
    padding: 60px;
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, rgb(43,68,80) 25%, rgb(73,114,133) 75%);

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    color: var(--white-color_opacity);
}

.confidential_hearthDEZo h1 {
    grid-column: span 2;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 41px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: rgb(73,114,133);
    padding: 10px;
    border-radius: 10px;
}

.confidential_hearthDEZo h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 35px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    background: rgb(43,68,80);
    padding: 10px;
    border-radius: 10px;
}

.confidential_hearthDEZo h3, .confidential_hearthDEZo h4, .confidential_hearthDEZo h5, .confidential_hearthDEZo h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    border-left: 4px solid rgb(73,114,133);
}

.confidential_hearthDEZo ul, .confidential_hearthDEZo ol {
    list-style-position: inside;
    padding-left: 20px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    list-style: none;
}

.confidential_hearthDEZo li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
}

.confidential_hearthDEZo li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: rgb(43,68,80);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff;
}

.confidential_hearthDEZo section {
    background: rgb(223,235,237);
    padding: 20px;
    border-radius: 10px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .confidential_hearthDEZo {
        padding: 30px;
        grid-template-columns: 1fr;
    }

    .confidential_hearthDEZo h1 {
        font-size: calc(24px - 8px);
    }

    .confidential_hearthDEZo h2 {
        font-size: calc(24px - 6px);
    }

    .confidential_hearthDEZo h3, .confidential_hearthDEZo h4, .confidential_hearthDEZo h5, .confidential_hearthDEZo h6 {
        font-size: calc(24px - 4px);
    }

    .confidential_hearthDEZo ul, .confidential_hearthDEZo ol {
        padding-left: 15px;
        font-size: calc(16px - 2px);
    }

    .confidential_hearthDEZo section {
        grid-template-columns: 1fr;
    }
}.instructor_historyBmuA {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(145deg, rgb(73,114,133), rgb(43,68,80));
}

.instructor_historyBmuA .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.instructor_historyBmuA .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.instructor_historyBmuA .review {
    background-color: #ffffff;
    border: 1px solid rgb(73,114,133,0.5);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    max-width: 50%;
    display: flex;
    flex-direction: column;
}

.instructor_historyBmuA .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.instructor_historyBmuA .photo {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
}

.instructor_historyBmuA .worker_description {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.instructor_historyBmuA .review .name {
    font-size: 20px;
    font-weight: 700;
    color: rgb(73,114,133);
    margin-bottom: 5px;
}

.instructor_historyBmuA .review span {
    font-size: 17px;
    font-weight: 400;
    color: rgb(43,68,80);
    margin-bottom: 15px;
}

.instructor_historyBmuA .review .quote {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    flex-grow: 1;
}

@media (max-width: 1200px) {
    .instructor_historyBmuA {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .instructor_historyBmuA .review {
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .instructor_historyBmuA .holder {
        flex-direction: column;
        align-items: center;
    }

    .instructor_historyBmuA .review {
        max-width: 100%;
        width: 100%;
    }
}

.instructor_historyBmuA .worker_description p,
.instructor_historyBmuA .worker_description span {
    margin: 0;
    margin-bottom: 10px;
}

.instructor_historyBmuA .worker_description p {
    margin-bottom: 10px;
}
.benefitseUaJ {
    padding: 60px 0;
    background: rgb(223,235,237);
    position: relative;
    overflow: hidden;
}
.benefitseUaJ:before, .benefitseUaJ:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(73,114,133,0.5);
    border-radius: 50%;
    z-index: 1;
}
.benefitseUaJ:before {
    top: -100px;
    left: -100px;
}
.benefitseUaJ:after {
    bottom: -100px;
    right: -100px;
}
.benefitseUaJ .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}
.benefitseUaJ .advantages_photo_holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
}
.benefitseUaJ .advantages_photo_holder .photo {
    flex: 1;
    height: 400px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefitseUaJ .advantages_photo_holder .photo:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}
.benefitseUaJ .advantages_holder {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
}
.benefitseUaJ .advantages_holder .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.benefitseUaJ .advantages_holder .advantage_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgb(73,114,133);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.benefitseUaJ .advantages_holder .advantage_item:hover::before {
    transform: scaleX(1);
}
.benefitseUaJ .advantages_holder .advantage_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}
.benefitseUaJ .advantages_holder .advantage_item .advantage_image {
    margin-bottom: 15px;
}
.benefitseUaJ .advantages_holder .advantage_item svg, .benefitseUaJ .advantages_holder .advantage_item svg path {
    width: 55px;
    height: 55px;
    fill: rgb(73,114,133);
}
.benefitseUaJ .advantages_holder .advantage_item h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
.benefitseUaJ .advantages_content h2 {
    font-size: 33px;
    color: rgb(73,114,133);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 800px) {
    .benefitseUaJ {
        padding: 40px 0;
    }
    .benefitseUaJ .advantages_content {
        padding: 20px;
    }
    .benefitseUaJ .advantages_photo_holder {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    .benefitseUaJ .advantages_photo_holder .photo {
        height: 200px;
        flex: auto;
    }
    .benefitseUaJ .advantages_holder {
        gap: 10px;
    }
    .benefitseUaJ .advantages_holder .advantage_item {
        width: 100%;
    }
    .benefitseUaJ .advantages_content h2 {
        font-size: 18px;
    }
}
.thanks_noteKxXb {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}
.thanks_noteKxXb .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 700px;
    padding: 40px;
    background: rgb(223,235,237);
    border: 2px solid rgb(73,114,133);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.thanks_noteKxXb h2 {
    margin-bottom: 20px;
    font-size: 47px;
    font-weight: 700;
    color: rgb(73,114,133);
    border-bottom: 2px solid rgb(73,114,133);
    padding-bottom: 10px;
    width: 100%;
    letter-spacing: 2px;
}
.thanks_noteKxXb p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    max-width: 100%;
    margin: 0;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .thanks_noteKxXb {
        padding: 10px;
    }
    .thanks_noteKxXb .container {
        padding: 20px;
        width: 100%;
    }
    .thanks_noteKxXb h2 {
        font-size: 33px;
    }
    .thanks_noteKxXb p {
        font-size: 20px;
    }
}
.warp-containerbvRc .program_structureUxNs {
    padding: 50px 0;
    background: linear-gradient(135deg, #000000 0%, rgb(43,68,80) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.warp-containerbvRc .program_structureUxNs .container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.warp-containerbvRc .program_structureUxNs .holder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.warp-containerbvRc .program_structureUxNs .items {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.warp-containerbvRc .program_structureUxNs .items .course {
    width: 100%;
    max-width: 1000px;
    background: rgb(43,68,80);
    border-radius: 27px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.warp-containerbvRc .program_structureUxNs .items .course:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
}

.warp-containerbvRc .program_structureUxNs .photo {
    width: 100%;
    height: 250px;
    background-color: rgb(43,68,80);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.warp-containerbvRc .program_structureUxNs .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(73,114,133,0.5) 0%, transparent 100%);
    z-index: 2;
}

.warp-containerbvRc .program_structureUxNs .text_holder {
    padding: 30px;
    background-color: rgb(43,68,80);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    text-align: center;
}

.warp-containerbvRc .program_structureUxNs .text_holder h3 {
    font-size: 34px;
    font-weight: 700;
    color: rgb(73,114,133);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.warp-containerbvRc .program_structureUxNs .text_holder p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
}

.warp-containerbvRc .program_structureUxNs .button {
    background: rgb(73,114,133);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s, box-shadow 0.3s;
}

.warp-containerbvRc .program_structureUxNs .button:hover {
    box-shadow: 0 0 10px rgb(43,68,80), 0 0 20px rgb(43,68,80), 0 0 30px rgb(43,68,80);
}

@media only screen and (max-width: 800px) {
    .warp-containerbvRc .program_structureUxNs {
        padding: 30px 0;
    }

    .warp-containerbvRc .program_structureUxNs .photo {
        height: 200px;
    }

    .warp-containerbvRc .program_structureUxNs .text_holder {
        padding: 20px;
    }

    .warp-containerbvRc .program_structureUxNs .text_holder h3 {
        font-size: 18px;
    }

    .warp-containerbvRc .program_structureUxNs .text_holder p {
        font-size: 18px;
    }
}
.welcome_pageIhAJ {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    background: rgb(223,235,237);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
.welcome_pageIhAJ .title_page_holder {
    width: 100%;
    min-height: 600px;
    height: auto;

    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.welcome_pageIhAJ .title_page_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.welcome_pageIhAJ .style_element {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 60px;
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    text-align: left;
}
.welcome_pageIhAJ .style_element h1 {
    font-size: 43px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
    border-bottom: 2px solid rgb(73,114,133);
    padding-bottom: 12px;
}
.welcome_pageIhAJ .style_element h3 {
    font-size: 33px;
    font-weight: 600;
    color: rgb(43,68,80);
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid rgb(43,68,80);
}
.welcome_pageIhAJ .style_element p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}
.welcome_pageIhAJ .style_element::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 1px solid rgb(73,114,133);
    border-radius: 21px;
    z-index: -1;
}
.welcome_pageIhAJ .style_element h1 span {
    display: inline-block;
    background: rgb(73,114,133);
    padding: 5px 15px;
    border-radius: 10px;
    color: #ffffff;
    font-style: italic;
}
.welcome_pageIhAJ .style_element h3 span {
    display: inline-block;
    background: rgb(43,68,80);
    padding: 3px 10px;
    border-radius: 10px;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .welcome_pageIhAJ .title_page_holder {
        min-height: 500px;
        padding: 20px;
    }
    .welcome_pageIhAJ .style_element {
        padding: 40px;
        max-width: 100%;
        border-left-width: 5px;
    }
    .welcome_pageIhAJ .style_element::before {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
    }
    .welcome_pageIhAJ .style_element h1 {
        font-size: 33px;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }
    .welcome_pageIhAJ .style_element h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .welcome_pageIhAJ .style_element p {
        font-size: 15px;
    }
}
.warp-containerbvRc .welcome_pageIhAJ {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.warp-containerbvRc .welcome_pageIhAJ::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(73,114,133,0.5);
    z-index: 0;
    pointer-events: none;
}
.warp-containerbvRc .welcome_pageIhAJ .style_element {
    position: relative;
    z-index: 2;
    padding: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 1000px;
    margin: 40px auto;
    text-align: left;
    border-top: 5px solid rgb(73,114,133);
}
.warp-containerbvRc .welcome_pageIhAJ .style_element h1 {
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(73,114,133);
}
.warp-containerbvRc .welcome_pageIhAJ .style_element h3 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(73,114,133);
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 3px solid rgb(73,114,133);
}
.warp-containerbvRc .welcome_pageIhAJ .style_element p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
}
.warp-containerbvRc .welcome_pageIhAJ .style_element h1 span {
    display: inline-block;
    background: rgb(73,114,133);
    padding: 2px 10px;
    border-radius: 10px;
    color: #ffffff;
    font-style: italic;
}
.warp-containerbvRc .welcome_pageIhAJ .style_element h3 span {
    display: inline-block;
    background: rgb(43,68,80);
    padding: 2px 8px;
    border-radius: 10px;
    color: #ffffff;
}
footer {
    background: rgb(43,68,80);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .footer {
    padding: 50px 0;
    background: rgb(43,68,80);
    border-radius: 17px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
footer .logo_holder svg, 
footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 20px;
    fill: rgb(73,114,133);
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .menu a {
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
footer .menu a:hover {
    color: rgb(73,114,133);
}
footer .copyright {
    background: rgb(73,114,133,0.5);
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
}
footer .copyright_info {
    color: #ffffff;
    font-size: 13px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
.warp-containerbvRc footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}
.warp-containerbvRc footer .menu_holder {
    flex-direction: column;
    justify-content: flex-start;
}
.warp-containerbvRc footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: #ffffff;
}
.warp-containerbvRc footer .copyright {
    background: rgb(73,114,133,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.warp-containerbvRc footer .copyright_info {
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .menu_holder {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (max-width: 800px) {
    .warp-containerbvRc footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .warp-containerbvRc footer .menu a {
        padding-left: 0;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .warp-containerbvRc footer .footer_info {
        padding: 20px 10px;
    }
    .warp-containerbvRc footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
header .top_plank {
    background: rgb(73,114,133);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 16px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.reach_usPHhO {
    color: #000000;
    background-color: #ffffff;
    padding: 64px 0;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.reach_usPHhO h2 {
    text-align: center;
    width: 100%;
    margin: 24px 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.reach_usPHhO .holder .info_holder div.service_hoursQltE {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.reach_usPHhO .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.reach_usPHhO .holder .info_holder > div > div {
    margin: 5px 0;
}
.reach_usPHhO .contact_description {
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    margin: 16px 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}
.reach_usPHhO .info_holder svg {
    width: 28px;
    height: 28px;
    fill: rgb(43,68,80);
    margin-right: 12px;
    transition: fill 0.3s ease;
}
.reach_usPHhO .holder .info_holder>div span {
    margin-left: 8px;
}
.reach_usPHhO .holder {
    display: flex;
    align-items: stretch;
    padding: 20px;
    flex-wrap: wrap;
    margin: 24px 0;
    background-color: rgb(223,235,237);
    border-radius: 17px;
    overflow: hidden;
}
.reach_usPHhO .holder .photo {
    width: 50%;
    order: 2;
    flex-shrink: 0;
    border-radius: 0 17px 17px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}
.reach_usPHhO .holder .photo:after {
    content: "";
    z-index: 2;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.reach_usPHhO .holder .info_holder {
    font-size: 13px;
    line-height: 32px;
    width: 50%;
    order: 1;
    flex-shrink: 0;
    padding: 96px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 17px 0 0 17px;
    background: #ffffff;
    box-shadow: -4px 0 6px rgba(0, 0, 0, 0.5);
}
.reach_usPHhO .holder .info_holder>div {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}
.reach_usPHhO .holder .info_holder>div:hover {
    color: rgb(73,114,133);
}
.reach_usPHhO .contact_politics {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.reach_usPHhO .contact_politics>div {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.reach_usPHhO .contact_politics>div h4 {
    margin: 16px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen and (max-width: 800px) {
    .reach_usPHhO .holder .info_holder {
        width: 100%;
        border-radius: 17px 17px 0 0;
        align-items: center;
        box-shadow: none;
    }
    .reach_usPHhO .holder .photo {
        width: 100%;
        height: 300px;
        border-radius: 0 0 17px 17px;
    }
    .reach_usPHhO .holder .photo:after {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
    }
}
.client_experiencetUNJ {
    padding: 100px 0;
    background-color: rgb(73,114,133);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.client_experiencetUNJ h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    color: rgb(43,68,80);
}

.client_experiencetUNJ .reviews {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.client_experiencetUNJ .review {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client_experiencetUNJ .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.client_experiencetUNJ .review .photo {
    height: 200px;
    background-color: rgb(43,68,80);
    display: flex;
    justify-content: center;
    align-items: center;
}

.client_experiencetUNJ .review .photo img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.client_experiencetUNJ .review .text {
    padding: 20px;
}

.client_experiencetUNJ .review .text span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.client_experiencetUNJ .review .text p {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}

@media only screen and (max-width: 1200px) {
    .client_experiencetUNJ .review {
        width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .client_experiencetUNJ .review {
        width: 100%;
    }
}

.warp-containerbvRc .client_experiencetUNJ {
    position: relative;
    background-color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}

.warp-containerbvRc .client_experiencetUNJ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(73,114,133,0.5), rgb(43,68,80,0.5));
    z-index: 0;
}

.warp-containerbvRc .client_experiencetUNJ .reviews {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.warp-containerbvRc .client_experiencetUNJ .review {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.warp-containerbvRc .client_experiencetUNJ .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.warp-containerbvRc .client_experiencetUNJ .review .photo {
    height: 200px;
    background-color: rgb(43,68,80);
    display: flex;
    justify-content: center;
    align-items: center;
}

.warp-containerbvRc .client_experiencetUNJ .review .photo img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.warp-containerbvRc .client_experiencetUNJ .review .text {
    padding: 20px;
}

.warp-containerbvRc .client_experiencetUNJ .review .text span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.warp-containerbvRc .client_experiencetUNJ .review .text p {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}

@media only screen and (max-width: 1200px) {
    .warp-containerbvRc .client_experiencetUNJ .review {
        width: 45%;
    }
    .warp-containerbvRc .client_experiencetUNJ .reviews {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 800px) {
    .warp-containerbvRc .client_experiencetUNJ::before {
        height: 40%;
    }

    .warp-containerbvRc .client_experiencetUNJ .review {
        width: 100%;
    }
}
header .main_header {
    background: rgb(73,114,133,0.5);
    color: #ffffff;
    padding: 30px 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: background 0.5s ease, box-shadow 0.5s ease;
}
header .main_header:hover {
    background: rgb(73,114,133,0.5);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.5s ease;
}
header .logo_holder:hover {
    transform: scale(1.05);
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease;
}
header .logo_holder svg, 
header .logo_holder svg path, 
header .logo_holder img {
    fill: rgb(43,68,80);
    height: 100px;
    width: 100px;
    transition: fill 0.5s ease, transform 0.5s ease;
}
header .logo_holder:hover svg, 
header .logo_holder:hover svg path, 
header .logo_holder:hover img {
    fill: #ffffff;
    transform: rotate(360deg);
}
header .menu {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
header .menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 30px;
    text-decoration: none;
    position: relative;
    transition: color 0.5s ease, border-color 0.5s ease, background 0.5s ease;
}
header .menu a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: rgb(43,68,80);
    transition: width 0.5s ease, left 0.5s ease;
}
header .menu a:hover::before {
    width: 100%;
    left: 0;
}

header .menu a.active {
    color: rgb(43,68,80);
    border-bottom: 3px solid rgb(43,68,80);
    border-radius: 10px;
}
header .menu a.active:hover {
    background: rgb(73,114,133);
    color: #ffffff;
    border: 3px solid rgb(73,114,133);
}


.warp-containerbvRc header .main_header {
    position: relative;
    background: rgb(73,114,133,0.5);
}

.warp-containerbvRc header .logo_holder {
    padding: 0;
}
.warp-containerbvRc header .menu a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    margin: 0 20px;
    padding: 20px 0;
    transition: border-color 0.5s ease, color 0.5s ease;
}
.warp-containerbvRc header .menu a:hover {
    border-bottom: 4px solid rgb(43,68,80);
    color: rgb(43,68,80);
}
@media only screen and (max-width: 1200px) {
    .warp-containerbvRc header .menu a {
        margin: 10px 0;
    }
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding: 20px 0;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        width: 100%;
        padding: 10px 20px;

    }
    header .logo_holder {
        justify-content: center;
        width: 100%;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder svg,
    header .logo_holder svg path,
    header .logo_holder img {
        height: 80px;
        width: 80px;
    }
    .warp-containerbvRc header .menu a {
        margin: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    .warp-containerbvRc header .logo_holder {
        justify-content: center;
    }
    .warp-containerbvRc header .main_header:before, 
    .warp-containerbvRc header .main_header:after {
        display: none;
    }
    .warp-containerbvRc header .main_header {
        padding: 20px 0;
    }
    .warp-containerbvRc header .menu {
        background: none;
        align-items: center;
        padding: 0;
    }
    .warp-containerbvRc header .menu a {
        text-align: center;
        margin: 0 10px;
    }
    .warp-containerbvRc header .logo_holder .logotype {
        padding: 30px 20px 40px 20px;
    }
    .warp-containerbvRc header .logo_holder svg, 
    .warp-containerbvRc header .logo_holder img {
        height: 60px;
        width: 60px;
    }
}.warp-containerbvRc .company_overviewSsRL {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.warp-containerbvRc .company_overviewSsRL .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.warp-containerbvRc .company_overviewSsRL .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(43,68,80,0.5);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 40px;
    width: 100%;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

.warp-containerbvRc .company_overviewSsRL .holder .photo {
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.warp-containerbvRc .company_overviewSsRL .holder .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(73,114,133,0.5);
    mix-blend-mode: multiply;
    transition: opacity 0.3s ease;
    opacity: 0.6;
}

.warp-containerbvRc .company_overviewSsRL .holder .photo:hover::after {
    opacity: 0.9;
}

.warp-containerbvRc .company_overviewSsRL .style_element {
    background: #ffffff;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.warp-containerbvRc .company_overviewSsRL h2 {
    font-size: 34px;
    color: rgb(73,114,133);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.warp-containerbvRc .company_overviewSsRL h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: rgb(73,114,133);
}

.warp-containerbvRc .company_overviewSsRL p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.warp-containerbvRc .company_overviewSsRL .style_element p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .warp-containerbvRc .company_overviewSsRL {
        padding: 60px 0;
    }

    .warp-containerbvRc .company_overviewSsRL .caption_holder {
        padding: 20px;
        transform: translateY(50px);
    }

    .warp-containerbvRc .company_overviewSsRL .holder .photo {
        margin-bottom: 20px;
    }

    .warp-containerbvRc .company_overviewSsRL h2 {
        font-size: 19px;
    }

    .warp-containerbvRc .company_overviewSsRL p {
        font-size: 14px;
    }
    .warp-containerbvRc .company_overviewSsRL .holder {
        padding: 0;
    }
    .warp-containerbvRc .company_overviewSsRL .style_element {
        padding: 10px;
    }
}

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