.elementor-23 .elementor-element.elementor-element-45ec52f{--display:flex;--min-height:559px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-45ec52f .elementor-background-slideshow__slide__image{background-size:cover;background-position:center center;}.elementor-23 .elementor-element.elementor-element-5ec691c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-4a114db{padding:0px 0px 0px 0px;}.elementor-23 .elementor-element.elementor-element-80ca6ed{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-8741a62{padding:0px 0px 0px 0px;}.elementor-23 .elementor-element.elementor-element-de3833e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-dd29566{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-23 .elementor-element.elementor-element-45ec52f{--min-height:383px;}}@media(max-width:767px){.elementor-23 .elementor-element.elementor-element-45ec52f{--min-height:175px;}}/* Start custom CSS for html, class: .elementor-element-4a114db */h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fraunces", serif;
}

body,
p,
a,
span,
button,
input,
textarea,
select,
label,
li {
    font-family: "Work Sans", sans-serif;
}
.why-invest-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px;
    font-family: "Work Sans", sans-serif;
    color: #000000;
    box-sizing: border-box;
}

.why-invest-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 56% 44%;
    align-items: stretch;
    min-height: 720px;
}

.why-invest-content {
    padding: 5px 55px 5px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}


.why-invest-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.why-invest-line {
    width: 68px;
    height: 2px;
    background: #FEC700;
    flex: 0 0 auto;
}

.why-invest-label-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #000000;
    white-space: nowrap;
}

.why-invest-dot {
    width: 10px;
    height: 10px;
    background: #FEC700;
    border-radius: 50%;
    flex: 0 0 auto;
}


.why-invest-title {
    margin: 0;
    max-width: 850px;
    font-family: "Fraunces", serif;
    font-size: 58px;
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #000000;
}


.why-invest-intro {
    max-width: 680px;
    margin: 26px 0 34px;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
    color: #000000;
}


.why-invest-pillars {
    width: 100%;
    max-width: 720px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 55px;
    row-gap: 28px;
}


.why-invest-pillar {
    padding: 0 0 24px;
    border-bottom: 1px solid #FEC700;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}


.why-invest-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 16px;
    background: #F2E8D3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}


.why-invest-icon i {
    font-size: 34px;
    color: #02463E;
}


.why-invest-pillar-content h3 {
    margin: 0 0 7px;
    font-family: "Fraunces", serif;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
}


.why-invest-pillar-content p {
    margin: 0;
    max-width: 310px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #000000;
}


.why-invest-image-wrap {
    min-width: 0;
    min-height: 720px;
    display: flex;
    align-items: stretch;
    padding-left: 0;
    box-sizing: border-box;
}


.why-invest-image {
    width: 100%;
    height: 100%;
    min-height: 720px;
    overflow: hidden;
    clip-path: polygon(
        7% 0,
        100% 0,
        100% 100%,
        12% 100%,
        0 88%,
        0 7%
    );
}


.why-invest-image img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
}


@media (min-width: 1440px) {

    .why-invest-section {
        padding: 100px 60px;
    }

    .why-invest-container {
        max-width: 1560px;
        min-height: 760px;
        grid-template-columns: 56% 44%;
    }

    .why-invest-content {
        padding-left: 40px;
        padding-right: 70px;
    }

    .why-invest-title {
        font-size: 64px;
    }

    .why-invest-intro {
        max-width: 720px;
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 38px;
    }

    .why-invest-pillars {
        max-width: 760px;
        column-gap: 65px;
        row-gap: 32px;
    }

    .why-invest-pillar {
        padding-bottom: 26px;
    }

    .why-invest-icon {
        width: 82px;
        height: 82px;
        margin-bottom: 17px;
    }

    .why-invest-icon i {
        font-size: 36px;
    }

    .why-invest-pillar-content h3 {
        font-size: 25px;
    }

    .why-invest-pillar-content p {
        font-size: 16px;
        max-width: 330px;
    }

    .why-invest-image-wrap,
    .why-invest-image {
        min-height: 760px;
    }
}


@media (max-width: 1100px) {

    .why-invest-section {
        padding: 65px 30px;
    }

    .why-invest-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .why-invest-content {
        padding: 0;
        margin-bottom: 45px;
    }

    .why-invest-title {
        font-size: 48px;
    }

    .why-invest-intro {
        max-width: 760px;
        font-size: 17px;
    }

    .why-invest-pillars {
        max-width: 100%;
        column-gap: 35px;
    }

    .why-invest-image-wrap {
        min-height: 520px;
        width: 100%;
    }

    .why-invest-image {
        min-height: 520px;
        clip-path: polygon(
            4% 0,
            100% 0,
            100% 100%,
            5% 100%,
            0 94%,
            0 5%
        );
    }
}


@media (max-width: 767px) {

    .why-invest-section {
        padding: 50px 10px;
    }

    .why-invest-container {
        display: flex;
        flex-direction: column;
    }

    .why-invest-content {
        padding: 0;
        margin-bottom: 35px;
    }


    .why-invest-label {
        gap: 9px;
        margin-bottom: 20px;
    }

    .why-invest-line {
        width: 32px;
        height: 1px;
    }

    .why-invest-label-text {
        font-size: 16px;
        letter-spacing: 1px;
        white-space: normal;
    }

    .why-invest-dot {
        width: 8px;
        height: 8px;
    }


    .why-invest-title {
        font-size: 34px;
        line-height: 1.08;
        letter-spacing: -0.5px;
    }


    .why-invest-intro {
        margin: 20px 0 30px;
        font-size: 16px;
        line-height: 1.7;
    }


    .why-invest-pillars {
        grid-template-columns: 1fr;
        gap: 24px;
    }


    .why-invest-pillar {
        padding-bottom: 22px;
    }


    .why-invest-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 14px;
    }

    .why-invest-icon i {
        font-size: 28px;
    }


    .why-invest-pillar-content h3 {
        font-size: 21px;
        margin-bottom: 6px;
    }

    .why-invest-pillar-content p {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.55;
    }


    .why-invest-image-wrap {
        min-height: 400px;
    }

    .why-invest-image {
        min-height: 400px;
        clip-path: polygon(
            6% 0,
            100% 0,
            100% 100%,
            8% 100%,
            0 94%,
            0 6%
        );
    }

    .why-invest-image img {
        object-position: center;
    }
}


@media (max-width: 420px) {

    .why-invest-section {
        padding: 40px 10px;
    }

    .why-invest-title {
        font-size: 31px;
    }

    .why-invest-intro {
        font-size: 16px;
    }

    .why-invest-image-wrap,
    .why-invest-image {
        min-height: 350px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8741a62 */.current-collection-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px 0 50px;
    box-sizing: border-box;
}

.current-collection-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.current-collection-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 48px;
    text-align: center;
}

.current-collection-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
}

.current-collection-tag-line {
    width: 76px;
    height: 2px;
    background: #FEC700;
    flex: 0 0 auto;
}

.current-collection-tag-text {
    color: #02463E;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.current-collection-tag-dot {
    width: 10px;
    height: 10px;
    background: #FEC700;
    border-radius: 50%;
    flex: 0 0 auto;
}

.current-collection-header h2 {
    margin: 0;
    color: #000000;
    font-family: "Fraunces", serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.current-collection-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.collection-property-card {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E1D9;
    box-sizing: border-box;
}

.collection-property-image {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.collection-property-image img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    object-fit: cover;
}

.collection-property-status {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #02463E;
    color: #FFFFFF;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.collection-property-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    column-gap: 26px;
    row-gap: 20px;
    padding: 26px 28px 27px;
    box-sizing: border-box;
}

.collection-property-main {
    min-width: 0;
}

.collection-property-main h3 {
    margin: 0 0 14px;
    color: #000000;
    font-family: "Fraunces", serif;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.5px;
}

.collection-property-location {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 24px;
    color: #17201E;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.collection-property-location i {
    color: #000000;
    font-size: 17px;
    flex: 0 0 auto;
}

.collection-property-price {
    margin-top: 22px;
    color: #02463E;
    font-family: "Work Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}

.collection-property-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding-left: 22px;
    border-left: 1px solid #E3E1D9;
    box-sizing: border-box;
}

.collection-detail-item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #17201E;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.collection-detail-item i {
    width: 22px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    flex: 0 0 22px;
}

.collection-property-link {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    gap: 17px;
    width: fit-content;
    color: #02463E !important;
    text-decoration: none !important;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.collection-property-link:hover,
.collection-property-link:focus,
.collection-property-link:active,
.collection-property-link:visited {
    color: #02463E !important;
    text-decoration: none !important;
}

.collection-property-link span {
    color: #02463E !important;
}

.collection-property-link i {
    color: #02463E !important;
    font-size: 16px;
}

.collection-link-line {
    display: block;
    width: 66px;
    height: 2px;
    background: #FEC700;
    flex: 0 0 auto;
}

@media (min-width: 1440px) {
    .current-collection-section {
        padding: 90px 50px 0 50px;
    }

    .current-collection-container {
        max-width: 1500px;
    }

    .current-collection-header {
        max-width: 1100px;
        margin-bottom: 52px;
    }

    .current-collection-tag {
        gap: 18px;
        margin-bottom: 30px;
    }

    .current-collection-tag-line {
        width: 82px;
    }

    .current-collection-tag-text {
        font-size: 16px;
        letter-spacing: 4.5px;
    }

    .current-collection-tag-dot {
        width: 11px;
        height: 11px;
    }

    .current-collection-header h2 {
        font-size: 58px;
        letter-spacing: -1.8px;
    }

    .current-collection-grid {
        gap: 28px;
    }

    .collection-property-image {
        height: 350px;
    }

    .collection-property-status {
        top: 20px;
        left: 20px;
        min-height: 36px;
        padding: 0 17px;
        font-size: 16px;
    }

    .collection-property-content {
        grid-template-columns: minmax(0, 1fr) 195px;
        column-gap: 30px;
        padding: 30px 32px 30px;
    }

    .collection-property-main h3 {
        font-size: 34px;
    }

    .collection-property-price {
        font-size: 35px;
    }

    .collection-property-details {
        padding-left: 25px;
    }

    .collection-detail-item {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .current-collection-section {
        padding: 50px 30px 0 30px;
    }

    .current-collection-header {
        max-width: 760px;
        margin-bottom: 40px;
    }

    .current-collection-tag {
        margin-bottom: 22px;
    }

    .current-collection-tag-line {
        width: 60px;
    }

    .current-collection-tag-text {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .current-collection-header h2 {
        font-size: 38px;
        letter-spacing: -0.8px;
    }

    .current-collection-grid {
        gap: 20px;
    }

    .collection-property-image {
        height: 270px;
    }

    .collection-property-status {
        top: 15px;
        left: 15px;
        min-height: 34px;
        padding: 0 13px;
        font-size: 16px;
    }

    .collection-property-content {
        grid-template-columns: minmax(0, 1fr) 145px;
        column-gap: 18px;
        padding: 23px 22px 24px;
    }

    .collection-property-main h3 {
        font-size: 27px;
        margin-bottom: 12px;
    }

    .collection-property-price {
        margin-top: 18px;
        font-size: 28px;
    }

    .collection-property-details {
        padding-left: 17px;
        gap: 12px;
    }

    .collection-detail-item {
        gap: 9px;
        font-size: 16px;
    }

    .collection-detail-item i {
        width: 20px;
        font-size: 17px;
        flex-basis: 20px;
    }

    .collection-property-link {
        gap: 13px;
        font-size: 16px;
        letter-spacing: 2.5px;
    }

    .collection-link-line {
        width: 54px;
    }
}

@media (max-width: 767px) {
    .current-collection-section {
        padding: 30px 10px 0 10px;
    }

    .current-collection-header {
        margin-bottom: 30px;
        text-align: center;
    }

    .current-collection-tag {
        gap: 10px;
        margin-bottom: 18px;
    }

    .current-collection-tag-line {
        width: 40px;
        height: 2px;
    }

    .current-collection-tag-text {
        font-size: 16px;
        letter-spacing: 2.5px;
    }

    .current-collection-tag-dot {
        width: 8px;
        height: 8px;
    }

    .current-collection-header h2 {
        font-size: 30px;
        line-height: 1.12;
        letter-spacing: -0.5px;
    }

    .current-collection-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .collection-property-image {
        height: 250px;
    }

    .collection-property-status {
        top: 14px;
        left: 14px;
        min-height: 34px;
        padding: 0 13px;
        font-size: 16px;
        letter-spacing: 1.5px;
    }

    .collection-property-content {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 20px;
        padding: 21px 18px 23px;
    }

    .collection-property-main h3 {
        font-size: 25px;
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .collection-property-location {
        font-size: 16px;
        gap: 10px;
    }

    .collection-property-price {
        margin-top: 17px;
        font-size: 28px;
    }

    .collection-property-details {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding: 16px 0 0;
        border-left: 0;
        border-top: 1px solid #E3E1D9;
    }

    .collection-detail-item {
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        text-align: center;
        font-size: 16px;
    }

    .collection-detail-item i {
        width: auto;
        flex-basis: auto;
        font-size: 18px;
    }

    .collection-property-link {
        gap: 12px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .collection-link-line {
        width: 45px;
    }
}

@media (max-width: 420px) {
    .current-collection-header h2 {
        font-size: 28px;
    }

    .current-collection-tag-text {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .collection-property-image {
        height: 230px;
    }

    .collection-property-content {
        padding: 20px 16px 22px;
    }

    .collection-property-main h3 {
        font-size: 24px;
    }

    .collection-property-price {
        font-size: 27px;
    }

    .collection-property-details {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .collection-detail-item {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd29566 */.faq-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px 0 50px;
    font-family: "Work Sans", sans-serif;
    color: #000000;
}

.faq-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.faq-header {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.faq-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 30px;
}

.faq-tag-line {
    width: 68px;
    height: 2px;
    background: #FEC700;
    display: block;
}

.faq-tag-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #02463E;
    white-space: nowrap;
}

.faq-tag-dot {
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 50%;
    background: #FEC700;
    display: block;
}

.faq-header h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 600;
    color: #000000;
}

.faq-layout {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.faq-sidebar {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E1D9;
}

.faq-category {
    width: 100%;
    min-height: 126px;
    padding: 24px 30px;
    border: 0;
    border-bottom: 1px solid #E3E1D9;
    background: #FFFFFF;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 18px;
    text-align: left;
    font-family: "Work Sans", sans-serif;
    color: #000000;
    cursor: pointer;
}

.faq-category:last-child {
    border-bottom: 0;
}

.faq-category.active {
    background: #02463E;
    border-left: 6px solid #FEC700;
    padding-left: 24px;
}

.faq-category-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #02463E;
    font-size: 30px;
}

.faq-category.active .faq-category-icon {
    color: #FFFFFF;
}

.faq-category-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.faq-category-content strong {
    font-family: "Fraunces", serif;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 600;
    color: #000000;
}

.faq-category-content small {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #59635F;
}

.faq-category.active .faq-category-content strong,
.faq-category.active .faq-category-content small {
    color: #FFFFFF;
}

.faq-category-arrow {
    font-size: 18px;
    color: #02463E;
}

.faq-category.active .faq-category-arrow {
    color: #FFFFFF;
}

.faq-content {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E1D9;
    padding: 32px 44px 28px 44px;
}

.faq-content-heading {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 22px;
}

.faq-content-line {
    width: 42px;
    height: 2px;
    background: #FEC700;
    display: block;
}

.faq-content-heading span:last-child {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #02463E;
}

.faq-list {
    width: 100%;
}

.faq-item {
    width: 100%;
    border-bottom: 1px solid #E3E1D9;
}

.faq-item:first-child {
    border-top: 0;
}

.faq-question {
    width: 100%;
    min-height: 74px;
    padding: 18px 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    text-align: left;
    cursor: pointer;
}

.faq-question span {
    font-family: "Fraunces", serif;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
    color: #000000;
}

.faq-question i {
    width: 30px;
    min-width: 30px;
    font-size: 20px;
    color: #F0A900;
    text-align: center;
}

.faq-answer {
    display: none;
    width: 100%;
    padding: 0 50px 22px 0;
}

.faq-item.is-open .faq-answer {
    display: block;
}

.faq-answer p {
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    color: #59635F;
}

.faq-category:hover,
.faq-category:focus,
.faq-category:active,
.faq-question:hover,
.faq-question:focus,
.faq-question:active {
    background: inherit;
    color: inherit;
    box-shadow: none;
}

.faq-category.active:hover,
.faq-category.active:focus,
.faq-category.active:active {
    background: #02463E;
    color: #FFFFFF;
}

.faq-category.active:hover .faq-category-icon,
.faq-category.active:focus .faq-category-icon,
.faq-category.active:active .faq-category-icon,
.faq-category.active:hover .faq-category-arrow,
.faq-category.active:focus .faq-category-arrow,
.faq-category.active:active .faq-category-arrow {
    color: #FFFFFF;
}

@media (min-width: 1440px) {
    .faq-section {
        padding: 90px 50px 0 50px;
    }

    .faq-container {
        max-width: 1500px;
    }

    .faq-header {
        margin-bottom: 56px;
    }

    .faq-section-tag {
        margin-bottom: 32px;
    }

    .faq-header h2 {
        font-size: 58px;
    }

    .faq-layout {
        grid-template-columns: 460px minmax(0, 1fr);
        gap: 28px;
    }

    .faq-category {
        min-height: 132px;
        padding: 26px 32px;
        grid-template-columns: 70px minmax(0, 1fr) 20px;
    }

    .faq-category.active {
        padding-left: 26px;
    }

    .faq-category-content strong {
        font-size: 29px;
    }

    .faq-content {
        padding: 36px 48px 32px 48px;
    }

    .faq-question {
        min-height: 78px;
    }

    .faq-question span {
        font-size: 27px;
    }

    .faq-answer {
        padding-right: 70px;
    }
}

@media (max-width: 1024px) {
    .faq-section {
        padding: 50px 30px 0 30px;
    }

    .faq-header {
        margin-bottom: 40px;
    }

    .faq-header h2 {
        font-size: 42px;
    }

    .faq-layout {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 18px;
    }

    .faq-category {
        min-height: 112px;
        padding: 20px 20px;
        grid-template-columns: 50px minmax(0, 1fr) 16px;
        gap: 12px;
    }

    .faq-category.active {
        padding-left: 14px;
    }

    .faq-category-icon {
        width: 44px;
        height: 44px;
        font-size: 25px;
    }

    .faq-category-content strong {
        font-size: 23px;
    }

    .faq-category-content small {
        font-size: 16px;
    }

    .faq-category-arrow {
        font-size: 16px;
    }

    .faq-content {
        padding: 28px 30px 24px 30px;
    }

    .faq-content-heading {
        gap: 20px;
        margin-bottom: 18px;
    }

    .faq-question {
        min-height: 70px;
    }

    .faq-question span {
        font-size: 22px;
    }

    .faq-answer {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding: 30px 10px 0 10px;
    }

    .faq-header {
        text-align: left;
        margin-bottom: 30px;
    }

    .faq-section-tag {
        width: 100%;
        justify-content: flex-start;
        gap: 12px;
        margin-bottom: 22px;
    }

    .faq-tag-line {
        width: 42px;
    }

    .faq-tag-text {
        font-size: 16px;
        letter-spacing: 2.5px;
        white-space: normal;
    }

    .faq-tag-dot {
        width: 9px;
        height: 9px;
        min-width: 9px;
    }

    .faq-header h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    .faq-layout {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .faq-sidebar {
        display: flex;
        flex-direction: column;
    }

    .faq-category {
        min-height: 88px;
        padding: 16px 18px;
        grid-template-columns: 46px minmax(0, 1fr) 18px;
        gap: 12px;
    }

    .faq-category.active {
        padding-left: 12px;
    }

    .faq-category-icon {
        width: 42px;
        height: 42px;
        font-size: 23px;
    }

    .faq-category-content {
        gap: 4px;
    }

    .faq-category-content strong {
        font-size: 21px;
    }

    .faq-category-content small {
        font-size: 16px;
        line-height: 1.35;
    }

    .faq-category-arrow {
        font-size: 15px;
    }

    .faq-content {
        padding: 24px 20px 20px 20px;
    }

    .faq-content-heading {
        gap: 16px;
        margin-bottom: 14px;
    }

    .faq-content-line {
        width: 34px;
    }

    .faq-content-heading span:last-child {
        font-size: 16px;
        letter-spacing: 2.5px;
    }

    .faq-question {
        min-height: 68px;
        padding: 17px 0;
        gap: 18px;
    }

    .faq-question span {
        font-size: 20px;
        line-height: 1.35;
    }

    .faq-question i {
        width: 26px;
        min-width: 26px;
        font-size: 18px;
    }

    .faq-answer {
        padding: 0 10px 20px 0;
    }

    .faq-answer p {
        font-size: 16px;
        line-height: 1.6;
    }
}/* End custom CSS */