/* All styles scoped under .wp-legacy-page */

/* Reset and Base Styles */
.wp-legacy-page * {
    max-height: 1000000px;
    box-sizing: inherit;
}

.wp-legacy-page {
    box-sizing: border-box;
}

.wp-legacy-page body {
    margin: 0;
    color: #000;
    background: #fff;
    font: 16px/1.2 "roboto", "montserrat", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.wp-legacy-page img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
}

/* Typography */
.wp-legacy-page h1,
.wp-legacy-page .h1,
.wp-legacy-page h2,
.wp-legacy-page .h2,
.wp-legacy-page h3,
.wp-legacy-page .h3 {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

.wp-legacy-page h1,
.wp-legacy-page .h1 {
    font-family: "mermaid", "Times New Roman", serif;
    margin: 0;
    color: #172c5b;
    font-size: 30px;
    line-height: 1.131;
    font-weight: 700;
}

.wp-legacy-page h2,
.wp-legacy-page .h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
}

.wp-legacy-page h3,
.wp-legacy-page .h3 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.2;
    color: #172c5b;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.wp-legacy-page p {
    margin: 0 0 1em;
}

.wp-legacy-page strong {
    font-weight: 700;
}

.wp-legacy-page a {
    color: #39f;
    text-decoration: none;
}

.wp-legacy-page a:hover {
    text-decoration: none;
}

/* Forms */
.wp-legacy-page form,
.wp-legacy-page fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

.wp-legacy-page input[type="text"],
.wp-legacy-page input[type="email"],
.wp-legacy-page textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: .4em .7em;
}

.wp-legacy-page label {
    display: inline-block;
    vertical-align: top;
}

/* Layout Components */
.wp-legacy-page .container {
    max-width: 1207px;
    margin: 0 auto;
    padding: 0 15px;
}

.wp-legacy-page #page {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Top Section */
.wp-legacy-page .top-section {
    padding: 30px 0 35px;
}

.wp-legacy-page .top-section.style-2 {
    padding: 30px 0 35px;
}

.wp-legacy-page .top-section .text-holder {
    font-size: 14px;
    letter-spacing: .88px;
    color: #172c5b;
    line-height: 1.211;
    margin: 0 0 30px;
}

.wp-legacy-page .top-section h1,
.wp-legacy-page .top-section .h1 {
    color: #172c5b;
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.131;
    font-weight: 700;
}

.wp-legacy-page .top-section .h1 .mark {
    color: #26499b;
}

.wp-legacy-page .top-section.style-2 .img-holder {
    width: 280px;
    height: 212px;
    background-size: cover;
    background-position: center;
    border-radius: 110px 110px 110px 0;
    position: relative;
    margin: 0 0 0 auto;
}

.wp-legacy-page .top-section.style-2 .img-holder .decor {
    position: absolute;
    bottom: -14px;
    right: -14px;
    width: 134px;
    z-index: 2;
}

/* Work Section */
.wp-legacy-page .work-section {
    padding: 0 0 30px;
}

.wp-legacy-page .work-section.style-2 {
    padding: 0;
}

.wp-legacy-page .work-section.style-2 .work-block {
    border-bottom: 3px solid #a0bac4;
}

.wp-legacy-page .work-section.style-2 .h2,
.wp-legacy-page .work-section.style-2 h2 {
    color: #26499b;
    font-size: 30px;
}

.wp-legacy-page .work-section .work-block {
    border-top: 3px solid #a0bac4;
    padding: 30px 0 0;
}

.wp-legacy-page .work-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: section;
}

.wp-legacy-page .work-list > li {
    margin: 0 0 55px;
}

.wp-legacy-page .work-list .img-holder {
    text-align: center;
    margin: 0 0 1px;
}

.wp-legacy-page .work-list .text-holder {
    max-width: 311px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.263;
    color: #172c5b;
}

.wp-legacy-page .work-list .text-holder p {
    margin: 0;
}

.wp-legacy-page .work-list h3:before,
.wp-legacy-page .work-list .h3:before {
    counter-increment: section;
    content: counter(section) ". ";
    color: #bb6bb0;
}

/* Blue Section */
.wp-legacy-page .blue-section {
    background: #70c8cf;
    padding: 30px 0;
    color: #172c5b;
    font-size: 18px;
    line-height: 1.174;
    letter-spacing: .92px;
}

.wp-legacy-page .blue-section h2,
.wp-legacy-page .blue-section .h2 {
    color: #26499b;
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2.04px;
}

.wp-legacy-page .blue-section p {
    margin: 0 0 30px;
}

/* Info Banner */
.wp-legacy-page .info-banner-section {
    background: #25469d;
    color: #fff;
}

.wp-legacy-page .info-banner {
    position: relative;
    padding: 45px 0 0;
}

.wp-legacy-page .info-banner .text-holder {
    letter-spacing: 1.44px;
    font-size: 26px;
    line-height: 1.2;
    padding: 0 0 30px;
}

.wp-legacy-page .info-banner .title {
    display: block;
    margin: 0 0 5px;
    font-weight: 700;
}

.wp-legacy-page .info-banner .link {
    position: relative;
    padding: 0 45px 0 0;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.wp-legacy-page .info-banner .link:before {
    content: "\e900";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 35px;
}

.wp-legacy-page .info-banner .link:hover {
    opacity: .7;
}

.wp-legacy-page .info-banner .img-holder {
    width: 250px;
    margin: 0 0 0 auto;
}

/* Info Form Section */
.wp-legacy-page .info-form-section {
    padding: 0 0 50px;
}

.wp-legacy-page .info-form-section.style-2 {
    padding: 40px 0;
}

.wp-legacy-page .info-form-section.style-2 .info-form {
    border-top: none;
    padding-top: 37px;
}

.wp-legacy-page .info-form {
    position: relative;
    padding: 19px 15px 70px;
    border-top: 17px solid #bd69b2;
    background: #72c7ce;
    border-radius: 0 0 0 80px;
    color: #26264a;
    font-size: 14px;
    line-height: 1.2;
    z-index: 1;
    overflow: hidden;
}

.wp-legacy-page .info-form h2,
.wp-legacy-page .info-form .h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 9px;
    letter-spacing: 1px;
}

.wp-legacy-page .info-form .h2 .mark {
    color: #26264a;
    background: none;
    padding-left: 0px;
}

.wp-legacy-page .info-form .form-header {
    margin: 0 0 30px;
}

.wp-legacy-page .info-form .form-header p {
    margin: 0;
}

.wp-legacy-page .info-form .form-row {
    margin: 0 0 16px;
    display: block;
}

.wp-legacy-page .info-form .decor {
    position: absolute;
    bottom: -34px;
    right: -7px;
    z-index: -1;
    width: 250px;
}

.wp-legacy-page .info-form input[type="text"],
.wp-legacy-page .info-form input[type="email"],
.wp-legacy-page .info-form textarea {
    background: #fff;
    width: 100%;
    height: 39px;
    margin: 0;
    padding: 5px 13px 6px;
    border: 1px solid #172b5c;
    display: block;
    overflow: hidden;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #5f5f5f;
}

.wp-legacy-page .info-form textarea {
    resize: none;
    height: 180px;
    padding: 8px 14px;
}

.wp-legacy-page .info-form .submit-holder {
    text-align: center;
}

.wp-legacy-page .info-form input[type="submit"] {
    background: #26499b;
    width: 134px;
    height: 40px;
    border-radius: 4px;
    margin: 0 auto;
    padding: 5px;
    border: none;
    display: block;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

.wp-legacy-page .info-form input[type="submit"]:hover {
    opacity: .7;
}

/* Checkbox Styles */
.wp-legacy-page .checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #004071;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
}

.wp-legacy-page .checkbox-list > li {
    margin: 0 0 24px;
    position: relative;
    padding: 2px 0 3px 22px;
}

.wp-legacy-page .checkbox-list input[type=checkbox] {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.wp-legacy-page .checkbox-list .fake-input {
    border: 1px solid #7b7b7b;
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.wp-legacy-page .checkbox-list input[type=checkbox]:checked ~ .fake-input:before {
    opacity: 1;
}

.wp-legacy-page .checkbox-list .fake-input:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #7b7b7b;
    opacity: 0;
}

.wp-legacy-page .checkbox-list a {
    color: inherit;
}

.wp-legacy-page .checkbox-list a:hover {
    opacity: .7;
}

/* About Section */
.wp-legacy-page .about-section {
    padding: 30px 0;
}

.wp-legacy-page .about-section.style-2 .text-holder {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
}

.wp-legacy-page .about-section.style-2 .text-holder strong {
    font-weight: 500;
}

.wp-legacy-page .about-section .text-holder {
    color: #172b5c;
    font-size: 14px;
    line-height: 1.222;
    letter-spacing: .72px;
    margin: 0 0 30px;
}

.wp-legacy-page .about-section .text-holder p {
    margin: 0 0 23px;
}

.wp-legacy-page .about-section .img {
    width: 280px;
    height: 284px;
    border-radius: 50% 50% 50% 0;
    background-size: cover;
    background-position: center;
    margin: 0 0 15px auto;
}

.wp-legacy-page .about-section .img.small {
    border-radius: 50% 50% 0 50%;
}

.wp-legacy-page .about-section h2,
.wp-legacy-page .about-section .h2 {
    color: #172c5c;
    margin: 0 0 12px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 40px;
    line-height: 1.231;
    font-family: "mermaid", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.wp-legacy-page .about-section h2 .mark,
.wp-legacy-page .about-section .h2 .mark {
    color: #bd69b2;
    background: none;
}

.wp-legacy-page .about-section .img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wp-legacy-page .about-section .img-info {
    order: 0;
    padding: 0 20px 0 0;
    width: calc(100% - 420px);
}

.wp-legacy-page .about-section .title {
    display: block;
    margin: 0 0 11px;
    color: #172c5b;
    letter-spacing: .92px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

/* Button Styles */
.wp-legacy-page .btn {
    display: inline-flex;
    flex-wrap: wrap;
    background: #25469d;
    color: #fff;
    border-radius: 5px;
    padding: 7px 20px 7px 10px;
    align-items: center;
    min-width: 140px;
    justify-content: center;
}

.wp-legacy-page .btn:hover {
    opacity: .7;
    color: #ffffff !important;
    text-decoration: none;
}

.wp-legacy-page .btn .ico-holder {
    width: 20px;
    font-size: 0;
    line-height: 0;
}

.wp-legacy-page .btn .btn-text {
    max-width: calc(100% - 20px);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 0 0 11px;
}

.wp-legacy-page .about-section .btn {
    background: #bd69b2;
    border-radius: 0 25px 25px 40px;
    color: #fff;
    padding: 10px 14px 10px 22px;
}

.wp-legacy-page .about-section .btn .btn-text {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .92px;
    font-weight: 500;
    padding: 0 15px 0 0;
    max-width: calc(100% - 34px);
}

.wp-legacy-page .about-section .btn .ico-holder {
    width: 34px;
}

.wp-legacy-page .about-section .btn .ico-holder .icon {
    line-height: 1;
    font-size: 34px;
}

/* Icon */
.wp-legacy-page .icon-arrow-right:before {
    content: "\e900";
    font-family: "icomoon";
}

/* Process Section Text */
.wp-legacy-page .process-section .text {
    font-size: 16px;
    line-height: 1.2;
}

.wp-legacy-page .process-section .text p {
    margin: 0;
}

.wp-legacy-page .process-section .text p a {
    color: #70c8cf;
    font-weight: 700;
}

.wp-legacy-page .process-section .text p a:hover {
    opacity: .7;
}

/* Mark/Highlight */
.wp-legacy-page .mark {
    background: none !important;
}

/* Content Wrap */
.wp-legacy-page .content-wrap {
    max-width: 589px;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .wp-legacy-page .top-section {
        padding: 40px 0 55px;
    }

    .wp-legacy-page .top-section .text-holder {
        font-size: 16px;
        margin: 0 0 40px;
    }

    .wp-legacy-page .top-section h1,
    .wp-legacy-page .top-section .h1 {
        font-size: 35px;
        margin: 0 0 15px;
    }

    .wp-legacy-page .top-section.style-2 .img-holder {
        width: 380px;
        height: 290px;
    }

    .wp-legacy-page .work-section h2,
    .wp-legacy-page .work-section .h2 {
        font-size: 36px;
        margin: 0 0 40px;
    }

    .wp-legacy-page .work-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .wp-legacy-page .work-list > li {
        padding: 0 15px;
        width: 50%;
        margin: 0 0 60px;
    }

    .wp-legacy-page .work-list .text-holder {
        font-size: 16px;
    }

    .wp-legacy-page .work-list h3,
    .wp-legacy-page .work-list .h3 {
        font-size: 20px;
    }

    .wp-legacy-page .blue-section {
        font-size: 20px;
    }

    .wp-legacy-page .blue-section h2,
    .wp-legacy-page .blue-section .h2 {
        font-size: 36px;
        margin: 0 0 20px;
    }

    .wp-legacy-page .info-banner .text-holder {
        font-size: 30px;
    }

    .wp-legacy-page .info-form {
        padding: 19px 60px 24px;
        border-radius: 0 0 0 100px;
        font-size: 16px;
    }

    .wp-legacy-page .info-form h2,
    .wp-legacy-page .info-form .h2 {
        font-size: 30px;
    }

    .wp-legacy-page .info-form .decor {
        width: 290px;
    }

    .wp-legacy-page .info-form-section.style-2 {
        padding: 45px 0;
    }

    .wp-legacy-page .about-section {
        padding: 45px 0;
    }

    .wp-legacy-page .about-section.style-2 .text-holder {
        font-size: 18px;
    }

    .wp-legacy-page .about-section .text-holder {
        font-size: 16px;
    }

    .wp-legacy-page .about-section .img {
        width: 420px;
        height: 428px;
        order: 1;
    }

    .wp-legacy-page .about-section .img.small {
        width: 420px;
        height: 428px;
    }

    .wp-legacy-page .about-section .btn .btn-text {
        font-size: 14px;
    }

    .wp-legacy-page .about-section h2,
    .wp-legacy-page .about-section .h2 {
        font-size: 45px;
        margin: 0 0 20px;
    }

    .wp-legacy-page .process-section .text {
        font-size: 18px;
    }

    .wp-legacy-page .btn {
        padding: 10px 20px 10px 10px;
        min-width: 156px;
    }

    .wp-legacy-page .btn .btn-text {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .wp-legacy-page .top-section {
        padding: 65px 0 70px;
    }

    .wp-legacy-page .top-section.style-2 {
        padding: 49px 0 68px;
    }

    .wp-legacy-page .top-section .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .wp-legacy-page .top-section .text-holder {
        padding: 25px 50px 0 0;
        width: calc(100% - 380px);
        font-size: 18px;
    }

    .wp-legacy-page .top-section h1,
    .wp-legacy-page .top-section .h1 {
        font-size: 45px;
    }

    .wp-legacy-page .work-section h2,
    .wp-legacy-page .work-section .h2 {
        font-size: 38px;
    }

    .wp-legacy-page .work-list > li {
        width: 33.33%;
    }

    .wp-legacy-page .info-banner {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        padding: 65px 0 0;
    }

    .wp-legacy-page .info-banner .text-holder {
        width: calc(100% - 268px);
        padding: 0 10px 67px 0;
    }

    .wp-legacy-page .info-form {
        padding: 19px 97px 24px 97px;
        border-radius: 0 0 0 122px;
    }

    .wp-legacy-page .info-form h2,
    .wp-legacy-page .info-form .h2 {
        font-size: 32px;
    }

    .wp-legacy-page .info-form .decor {
        width: 360px;
    }

    .wp-legacy-page .about-section {
        padding: 98px 0 83px;
    }

    .wp-legacy-page .about-section.style-2 {
        padding: 48px 0 79px;
    }

    .wp-legacy-page .about-section.style-2 .text-holder {
        font-size: 20px;
    }

    .wp-legacy-page .about-section .container {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .wp-legacy-page .about-section .text-holder {
        font-size: 18px;
        width: calc(100% - 420px);
        padding: 0 30px 0 0;
        margin: 0;
    }

    .wp-legacy-page .about-section .img-holder {
        padding: 3px 0 0;
        width: 420px;
        display: block;
    }

    .wp-legacy-page .about-section .img {
        margin: 0 0 45px auto;
        order: 0;
    }

    .wp-legacy-page .about-section .img-info {
        padding: 0;
        order: 1;
        width: 100%;
    }

    .wp-legacy-page .about-section .btn .btn-text {
        font-size: 18px;
        padding: 0 20px 0 0;
    }

    .wp-legacy-page .about-section h2,
    .wp-legacy-page .about-section .h2 {
        font-size: 50px;
        margin: 0 0 30px;
    }

    .wp-legacy-page .process-section .text {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .wp-legacy-page .top-section h1,
    .wp-legacy-page .top-section .h1 {
        font-size: 55px;
        margin: 0 0 25px;
    }

    .wp-legacy-page .work-section h2,
    .wp-legacy-page .work-section .h2 {
        font-size: 40px;
        margin: 0 0 75px;
    }

    .wp-legacy-page .work-list h3,
    .wp-legacy-page .work-list .h3 {
        font-size: 25px;
    }

    .wp-legacy-page .blue-section {
        padding: 48px 0 43px;
        font-size: 23px;
    }

    .wp-legacy-page .blue-section h2,
    .wp-legacy-page .blue-section .h2 {
        font-size: 40px;
        margin: 0 0 24px;
    }

    .wp-legacy-page .info-banner .text-holder {
        font-size: 36px;
    }

    .wp-legacy-page .info-form {
        padding: 19px 107px 24px 97px;
    }

    .wp-legacy-page .info-form h2,
    .wp-legacy-page .info-form .h2 {
        font-size: 34px;
    }

    .wp-legacy-page .info-form .decor {
        width: 387px;
    }

    .wp-legacy-page .about-section .text-holder {
        width: calc(100% - 467px);
        padding: 0 40px 0 0;
    }

    .wp-legacy-page .about-section .img-holder {
        width: 467px;
    }

    .wp-legacy-page .about-section .img {
        width: 467px;
        height: 455px;
        margin: 0 0 62px auto;
    }

    .wp-legacy-page .about-section .btn {
        padding: 12px 14px 8px 22px;
    }

    .wp-legacy-page .about-section .btn .btn-text {
        font-size: 20px;
        padding: 0 25px 10px 0;
    }

    .wp-legacy-page .about-section h2,
    .wp-legacy-page .about-section .h2 {
        font-size: 52px;
        margin: 0 0 42px;
    }

    .wp-legacy-page .process-section .text {
        font-size: 22px;
    }
}


/* Original Status Card CSS */
.wp-legacy-page .status-card {
    width: 310px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 15px 24px 19px;
}

.wp-legacy-page .status-title {
    color: #c5c5c5;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.22;
    margin: 0 0 7px 0;
}

.wp-legacy-page .status-details {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.wp-legacy-page .status-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 4px;
}

.wp-legacy-page .status-description {
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

/* Additional CSS for Contact Section */
.wp-legacy-page .visual-section {
    padding: 40px 20px;
}

.wp-legacy-page .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    background-color: #ffffff;
}

.wp-legacy-page .text-holder {
    flex: 1;
    padding: 40px;
}

.wp-legacy-page .content-wrap {
    max-width: 600px;
}

.wp-legacy-page .h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 24px 0;
    color: #000000;
}

.wp-legacy-page .contact-detail-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.wp-legacy-page .contact-detail-list li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #303030;
}

.wp-legacy-page .contact-detail-list a {
    color: #0066cc;
    text-decoration: none;
}

.wp-legacy-page .contact-detail-list a:hover {
    text-decoration: underline;
}

.wp-legacy-page hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 24px 0;
}

.wp-legacy-page .address-box {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.wp-legacy-page .address-box .col {
    flex: 1;
    min-width: 150px;
}

.wp-legacy-page address, .wp-legacy-page .address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #303030;
}

.wp-legacy-page address address .title {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
}

.wp-legacy-page address address a {
    color: #0066cc;
    text-decoration: none;
}

.wp-legacy-page address address a:hover {
    text-decoration: underline;
}

.wp-legacy-page address .img-holder {
    flex: 1;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .wp-legacy-page address .container {
        flex-direction: column;
    }

    .wp-legacy-page address .address-box {
        flex-direction: column;
        gap: 20px;
    }

    .wp-legacy-page address .status-card {
        width: calc(100% - 40px);
    }
}
