header {
    display: none;
}

nav.main_menu {
    height: 76px;
}

nav.main_menu .menu_inner {
    background: transparent;
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px); */
}

nav.main_menu .menu_inner .container {
    height: 76px;
    gap: 16px;
}

nav.main_menu .menu_inner .logo img {
    height: 46px;
    width: auto;
}

nav.main_menu .menu_inner .main_menu__center {
    flex: 1;
    display: flex;
    justify-content: center;
}

nav.main_menu .menu_inner .main_menu__pill {
    background: rgb(40, 102, 183);
    /* border: 1px solid rgb(255, 255, 255); */
    border-radius: 999px;
    padding: 6px;
}

nav.main_menu .menu_inner .main_menu__pill ul.menunav {
    justify-content: center;
    gap: 4px;
}

nav.main_menu .menu_inner .main_menu__pill ul.menunav li a {
    line-height: 1;
    height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
}

nav.main_menu .menu_inner .main_menu__pill ul.menunav li.active a,
nav.main_menu .menu_inner .main_menu__pill ul.menunav li:hover a {
    background: rgb(255, 255, 255);
    color: rgb(40, 102, 183);
}

nav.main_menu .menu_inner .main_menu__cta {
    display: flex;
    align-items: center;
}

nav.main_menu .menu_inner .main_menu__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgb(40, 102, 183);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

nav.main_menu .menu_inner .main_menu__cta-btn:hover {
    background: rgb(40, 102, 183);
    color: #fff;
}

nav.main_menu.stick {
    height: 60px;
}

nav.main_menu.stick .menu_inner .container {
    height: 60px;
}

/* 
nav.main_menu.stick .menu_inner {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
} */

nav.main_menu.stick .menu_inner .main_menu__pill ul.menunav li a {
    height: 36px;
}

.rd-mobilepanel {
    /* background: linear-gradient(90deg, rgba(12, 85, 164, 0.96) 0%, rgba(20, 95, 170, 0.96) 60%, rgba(12, 85, 164, 0.96) 100%); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.rd-mobilepanel__inner {
    height: 58px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    width: 100%;
}

.rd-mobilepanel__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.rd-mobilepanel__brand-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12); */
}

.rd-mobilepanel__brand-logo {
    height: 30px;
    width: auto;
    display: block;
}

.rd-mobilepanel .rd-mobilepanel_toggle {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rd-mobilepanel__cta {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.92);
}

.rd-mobilepanel__cta:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.rd-mobilepanel__cta i {
    font-size: 16px;
}

.rd-mobilepanel .rd-mobilepanel_toggle span,
.rd-mobilepanel .rd-mobilepanel_toggle span:before,
.rd-mobilepanel .rd-mobilepanel_toggle span:after {
    background-color: black;
}

.rd-mobilemenu .rd-mobilemenu_ul {
    background: rgba(255, 255, 255, 0.98);
    border-top-right-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    padding: 18px;
}

.rd-mobilemenu .rd-mobilemenu_ul ul.menunav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rd-mobilemenu .rd-mobilemenu_ul ul.menunav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-radius: 12px;
    line-height: 44px;
    color: #0c55a4;
    font-weight: 700;
}

.rd-mobilemenu .rd-mobilemenu_ul ul.menunav li.active a,
.rd-mobilemenu .rd-mobilemenu_ul ul.menunav li:hover a {
    background: rgba(12, 85, 164, 0.08);
}

.post-detail__content {
    font-size: 16px;
    line-height: 1.7;
    color: #111827;
}

.post-detail__content>*:first-child {
    margin-top: 0;
}

.post-detail__content>*:last-child {
    margin-bottom: 0;
}

.post-detail__content h1,
.post-detail__content h2,
.post-detail__content h3,
.post-detail__content h4,
.post-detail__content h5,
.post-detail__content h6 {
    color: #0c55a4;
    font-weight: 800;
    line-height: 1.25;
    margin: 22px 0 10px;
}

.post-detail__content h1 {
    font-size: 28px;
}

.post-detail__content h2 {
    font-size: 24px;
}

.post-detail__content h3 {
    font-size: 20px;
}

.post-detail__content h4 {
    font-size: 18px;
}

.post-detail__content p {
    margin: 10px 0;
}

.post-detail__content a {
    color: #0c55a4;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.post-detail__content a:hover {
    opacity: 0.85;
}

.post-detail__content ul,
.post-detail__content ol {
    margin: 10px 0;
    padding-left: 22px;
}

.post-detail__content ul {
    list-style: disc;
}

.post-detail__content ol {
    list-style: decimal;
}

.post-detail__content li {
    margin: 6px 0;
}

.post-detail__content blockquote {
    margin: 14px 0;
    padding: 12px 14px;
    border-left: 4px solid rgba(12, 85, 164, 0.4);
    background: rgba(12, 85, 164, 0.06);
    border-radius: 10px;
    color: #111827;
}

.post-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 14px auto;
}

.post-detail__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
    overflow: hidden;
    border-radius: 12px;
}

.post-detail__content table th,
.post-detail__content table td {
    border: 1px solid rgba(17, 24, 39, 0.12);
    padding: 10px 12px;
    vertical-align: top;
}

.post-detail__content table th {
    background: rgba(12, 85, 164, 0.06);
    color: #0c55a4;
    font-weight: 800;
}

.post-detail__content pre {
    background: rgba(17, 24, 39, 0.06);
    border: 1px solid rgba(17, 24, 39, 0.08);
    padding: 12px 14px;
    border-radius: 12px;
    overflow: auto;
    margin: 14px 0;
}

.post-detail__content code {
    background: rgba(17, 24, 39, 0.06);
    border: 1px solid rgba(17, 24, 39, 0.08);
    padding: 2px 6px;
    border-radius: 8px;
    font-size: 0.95em;
}

.box-intro.home .intro__content {
    margin: 0 0 0 3%;
}

.box-intro.home .intro__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(16, 24, 40, 0.12);
}

.box-intro.home .intro__range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: inherit;
}

.box-intro.home .intro__range .intro__range-item {
    width: 100%;
    margin: 0;
    padding: 18px 16px;
    border-radius: 14px;
    /* background: #007acc; */
    border: 3px solid transparent;
    border-image: linear-gradient(135deg, #007acc 0%, #00cc63 100%) 1;
    /* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12); */
}

.box-intro .contentWrapper .content .range .item {
    border-radius: 14px;
}

.box-intro.home .intro__range .intro__range-item .icon-unit {
    align-items: flex-start;
}

.box-intro.home .intro__range .intro__range-item .icon-unit .icon-unit-left {
    width: 52px;
}

.box-intro.home .intro__range .intro__range-item .icon-unit .icon-unit-body {
    padding-right: 0;
}

.box-intro.home .intro__range .intro__range-item .icon-unit .icon-unit-body span:first-child {
    display: block;
    font-weight: 700;
    color: black;
}

.box-intro.home .intro__range .intro__range-item .icon-unit .icon-unit-body span:last-child {
    display: block;
    margin-top: 4px;
    color: black;
}

#footer.footer-modern {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #0b1b2b;
}

#footer.footer-modern a {
    color: #0c55a4;
}

/* #footer.footer-modern a:hover {
    color: #145faa;
} */

#footer.footer-modern .container {
    position: relative;
    padding-top: 72px;
    padding-bottom: 22px;
}

#footer.footer-modern .section-wave {
    display: none;
}

#footer.footer-modern:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(closest-side, rgba(58, 176, 255, 0.16), transparent 65%) -120px -80px / 520px 520px no-repeat,
        radial-gradient(closest-side, rgba(58, 176, 255, 0.12), transparent 65%) calc(100% + 140px) -80px / 560px 560px no-repeat;
    pointer-events: none;
}

#footer.footer-modern:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(12, 85, 164, 0.08) 1px, transparent 1px);
    background-size: 3px 3px;
    opacity: 0.16;
    pointer-events: none;
}

#footer.footer-modern .footer-hero {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

#footer.footer-modern .footer-hero__title {
    margin: 0;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0.2px;
}

#footer.footer-modern .footer-hero__desc {
    margin: 12px auto 0;
    max-width: 560px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(11, 27, 43, 0.72);
}

#footer.footer-modern .footer-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    margin-top: 18px;
    background: rgb(40, 102, 183);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-transform: none;
    box-shadow: 0 14px 34px rgba(58, 176, 255, 0.22);
    transition: transform 0.2s ease, filter 0.2s ease;
}

#footer.footer-modern .footer-hero__btn:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
    text-decoration: none;
    color: #fff;
}

#footer.footer-modern .footer-nav {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

#footer.footer-modern .footer-nav a {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(12, 85, 164, 0.06);
    color: rgba(11, 27, 43, 0.82);
}

#footer.footer-modern .footer-nav a:hover {
    background: rgba(12, 85, 164, 0.1);
    text-decoration: none;
}

#footer.footer-modern hr {
    border: 0;
    height: 1px;
    background: rgba(12, 85, 164, 0.12);
    margin: 34px 0 18px;
}

#footer.footer-modern .footer-watermark {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    font-weight: 900;
    letter-spacing: 0.08em;
    font-size: clamp(84px, 14vw, 210px);
    color: rgba(12, 85, 164, 0.05);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

#footer.footer-modern .footer-info {
    position: relative;
    z-index: 2;
    padding-top: 26px;
    padding-bottom: 10px;
}

#footer.footer-modern .footer-info .container_inner.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    justify-content: space-between;
}

#footer.footer-modern .footer-info .text {
    text-align: left;
    /* background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(12, 85, 164, 0.1);
    border-radius: 16px;
    padding: 18px 18px;
    box-shadow: 0 16px 44px rgba(16, 24, 40, 0.08); */
}

#footer.footer-modern .footer-info .footer-brand h3 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: rgba(11, 27, 43, 0.92);
}

#footer.footer-modern .footer-info .text label,
#footer.footer-modern .footer-info .text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(11, 27, 43, 0.78);
}

#footer.footer-modern .footer-info .text p {
    margin-top: 10px;
}

#footer.footer-modern .footer-contact .address,
#footer.footer-modern .footer-contact .phone,
#footer.footer-modern .footer-contact .mail {
    padding-left: 34px;
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 18px;
}

#footer.footer-modern .footer-contact .address {
    background-image: url("../images/icon_pos.png");
}

#footer.footer-modern .footer-contact .phone {
    background-image: url("../images/icon_phone.png");
}

#footer.footer-modern .footer-contact .mail {
    background-image: url("../images/icon_mail.png");
}

#footer.footer-modern .footer-contact a {
    color: rgba(11, 27, 43, 0.86);
    font-weight: 700;
}

#footer.footer-modern .footer-contact a:hover {
    color: #0c55a4;
}

#footer.footer-modern .copyright {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(12, 85, 164, 0.12);
    padding-top: 14px;
    margin-top: 18px;
}

#footer.footer-modern .copyright p {
    margin: 0;
    text-align: center;
    color: rgba(11, 27, 43, 0.6);
    font-size: 13px;
}

@media only screen and (max-width: 900px) {
    #footer.footer-modern .container {
        padding-top: 58px;
    }

    #footer.footer-modern .footer-hero__title {
        font-size: 30px;
    }

    #footer.footer-modern hr {
        margin: 26px 0 14px;
    }

    #footer.footer-modern .footer-info {
        padding-top: 22px;
    }

    #footer.footer-modern .footer-info .container_inner.footer-grid {
        grid-template-columns: 1fr;
    }

    #footer.footer-modern .footer-watermark {
        font-size: clamp(60px, 18vw, 120px);
        bottom: 8px;
        opacity: 0.35;
    }
}

@media only screen and (max-width: 600px) {
    #footer.footer-modern .container {
        padding-top: 52px;
        padding-bottom: 18px;
    }

    #footer.footer-modern .footer-hero__title {
        font-size: 26px;
        line-height: 1.2;
    }

    #footer.footer-modern .footer-hero__btn {
        width: 100%;
        max-width: 360px;
    }

    #footer.footer-modern .footer-nav {
        gap: 10px;
    }

    #footer.footer-modern .footer-watermark {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .box-intro.home .intro__content {
        margin: 0;
    }

    .box-intro.home .intro__range {
        grid-template-columns: 1fr;
    }

    .box-intro.home .contentWrapper .content .range .item {
        width: 100%;
    }

    .box-intro.home .intro__image {
        min-height: 280px;
        border-radius: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .box-intro.home .intro__range {
        grid-template-columns: 1fr;
    }

    .box-intro.home .intro__image {
        min-height: 220px;
        border-radius: 12px;
    }
}

@media only screen and (max-width: 991px) {
    nav.main_menu {
        display: none;
    }

    header {
        display: none;
    }
}


/* Slider responsive margin */
.slider {
    margin-top: 0;
}

@media (max-width: 640px) {
    .slider {
        margin-top: 80px;
    }
}

/* Reason section responsive */
.box-reason--responsive-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: clamp(280px, 40vw, 560px);
}

.box-reason--responsive-bg .image {
    width: 100%;
    height: auto;
}

.box-reason--responsive-bg .image a {
    display: block;
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .box-reason--responsive-bg {
        min-height: clamp(220px, 60vw, 420px);
    }

    .box-reason--responsive-bg .image a {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .box-reason--responsive-bg {
        min-height: clamp(200px, 75vw, 360px);
    }

    .box-reason--responsive-bg .image a {
        height: 120px;
    }
}

/* Reason desktop/mobile toggle */
.box-reason--desktop {
    display: block;
}

.box-reason--mobile {
    display: none;
}

@media (max-width: 768px) {
    .box-reason--desktop {
        display: none;
    }

    .box-reason--mobile {
        display: block;
        min-height: 700px;
    }
}

/* Properties section responsive */
@media (max-width: 768px) {
    .box-properties.home .contentWrapper .imageWrapper .image img {
        width: 80%;
        max-width: 320px;
        display: block;
        margin: 0 auto;
    }
}