:root {
    --bg-color: #fff;
    --block-color: #040000;
    --yellow-color: #e1c785;
    --yellow-color2: #cbbd7a;
    --green-color: #184240;
    --light-gray-color: #7d7d7d;
    --dark-gray-color: #4f4f4f;
    --font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
    --font-family-serif: "Noto Serif TC";
    --font-family-sans: "Noto Sans TC";
    --font-family-sinhala: 'SinhalaMN';
}

html {
    font-size: 32px;
}

@media screen and (max-width: 1900px) {
    html {
        font-size: 28px;
    }
}

@media screen and (max-width: 1500px) {
    html {
        font-size: 24px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    html {
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 16px;
    }
}

body {
    position: relative;
    z-index: 0;
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--txt-color);
    background-color: var(--bg-color);
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #888;
}

body::-webkit-scrollbar-thumb {
    background: #ccc;
}

body::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

h1,
h2,
h3 {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a,
button {
    transition: all 0.3s 0s ease-in;
    text-decoration: none;
}

.l-wrapper {
    overflow: hidden;
}

h2,
h2>p {
    font-family: var(--font-family-bask);
    font-weight: 400;
    font-size: 3.9rem;
}

@media screen and (max-width: 991px) {
    h2,
    h2>p {
        font-size: 6.9rem;
    }
}

h3,
h3>p {
    font-family: var(--font-family-swei);
    font-weight: 600;
    font-size: 3.3rem;
    line-height: 1;
}

h4,
h4>p {
    font-family: var(--font-family-w9);
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 1;
}

p {
    font-family: var(--font-family-noto);
}

figure {
    position: relative;
}

figcaption {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    bottom: 1px;
    right: 7px;
    z-index: 2;
}

.o-0 {
    opacity: 0;
}

.o-1 {
    opacity: 1;
}

.d-n {
    display: none;
}

.d-b {
    display: block;
}

.c-w {
    color: #fff !important;
}

.en {
    font-family: var(--font-family-sinhala);
}

.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
}

.loader::after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #198BBF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 40vh;
    left: calc(50% - 24px);
}

.swiper-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-buttons {
    width: 140px;
    display: flex;
    position: relative;
    margin: 1rem auto 0;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .swiper-buttons {
        width: 120px;
    }
}

@media screen and (max-width: 640px) {
    .swiper-buttons {
        width: 96px;
        padding: 0;
        margin: 0 auto;
    }
}

.swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(../images/icon-arrow-prev.svg) no-repeat center;
    background-size: 60px;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
}

@media screen and (max-width: 640px) {
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next {
    width: 60px;
    height: 60px;
    background: url(../images/icon-arrow-next.svg) no-repeat center;
    background-size: 60px;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .swiper-button-next {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
}

@media screen and (max-width: 640px) {
    .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
}

.swiper-button-next:after {
    display: none;
}

.swiper-slide {
    position: relative;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}

@media screen and (max-width: 1400px) {
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-3d .swiper-slide-shadow-left {
    background: none !important;
}

.swiper-3d .swiper-slide-shadow-right {
    background: none !important;
}

.container {
    position: relative;
    margin: 0 auto;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#section-kv {
    height: 100vh;
    min-height: 800px;
    background-color: #D5EAE4;
    position: relative;
}

@media screen and (max-width: 991px) {
    #section-kv {
        min-height: 900px;
    }
}

#section-kv .wrapper {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#section-kv .container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

#section-kv h1 {
    display: none;
}

#section-kv h2 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #23475B;
    text-align: center;
    letter-spacing: 10px;
    line-height: 1;
    margin-bottom: 1.5rem;
}

#section-kv p {
    font-size: 1.5rem;
    font-weight: 600;
    color: #23475B;
    text-align: center;
    letter-spacing: 4px;
    line-height: 1;
    margin-bottom: 0.5rem;
}

#section-kv .title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0 auto;
    transform: translateY(-50%);
}

#section-kv .title .logo {
    width: 40vw;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
    #section-kv .title .logo {
        width: 60vw;
        max-width: 400px;
    }
}

@media screen and (max-width: 640px) {
    #section-kv .title .logo {
        width: 74vw;
    }
}

@media screen and (max-width: 640px) {
    #section-kv .title {
        top: 43%;
    }
}

#section-kv>img {
    width: 100%;
    display: block;
}

#section-kv .bird {
    position: absolute;
    z-index: 2;
}

#section-kv .bird.left {
    width: 32vw;
    left: -12%;
    bottom: -16%;
}

@media screen and (max-width: 1200px) {
    #section-kv .bird.left {
        width: 37vw;
    }
}

@media screen and (max-width: 991px) {
    #section-kv .bird.left {
        width: 400px;
        left: -20%;
        bottom: -13%;
    }
}

@media screen and (max-width: 640px) {
    #section-kv .bird.left {
        width: 79vw;
        left: -27%;
        bottom: -7%;
    }
}

#section-kv .bird.right {
    width: 17vw;
    top: 10%;
    right: 0;
}

@media screen and (max-width: 1200px) {
    #section-kv .bird.right {
        width: 25vw;
    }
}

@media screen and (max-width: 991px) {
    #section-kv .bird.right {
        width: 272px;
        top: 6%;
    }
}

@media screen and (max-width: 640px) {
    #section-kv .bird.right {
        width: 44vw;
        top: 2%;
    }
}

#section-kv .cloud {
    position: absolute;
    z-index: 1;
}

#section-kv .cloud.left {
    width: 31vw;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 991px) {
    #section-kv .cloud.left {
        width: 430px;
        left: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 640px) {
    #section-kv .cloud.left {
        width: 68vw;
        left: 5%;
        bottom: 0;
    }
}

#section-kv .cloud.right {
    width: 30vw;
    top: 0;
    right: 0;
}

@media screen and (max-width: 991px) {
    #section-kv .cloud.right {
        width: 520px;
        top: -7%;
        right: -19%;
    }
}

@media screen and (max-width: 640px) {
    #section-kv .cloud.right {
        width: 77vw;
        top: -3%;
        right: -9%;
    }
}

.info-text {
    text-align: center;
}

.info-text h3 {
    margin-bottom: 0.2rem;
    color: #9dc9cf;
}

.info-text h3>p {
    font-size: 2rem;
    font-weight: 300;
    font-family: "Cuprum", sans-serif;
    line-height: 1.3;
    letter-spacing: 14px;
}

@media screen and (max-width: 640px) {
    .info-text h3>p {
        letter-spacing: 6px;
    }
}

.info-text h2 {
    margin-bottom: 0.7rem;
    color: #23475B;
}

.info-text h2>p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 6px;
}

@media screen and (max-width: 640px) {
    .info-text h2>p {
        letter-spacing: 4px;
    }
}

.info-text h2>p>em {
    font-size: 0.8rem;
    position: relative;
    top: -2px;
    left: 2px;
}

@media screen and (max-width: 991px) {
    .info-text h2>p>span {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .info-text h2 {
        display: block;
    }
}

.info-text .desc p {
    font-size: 0.5rem;
    font-weight: 400;
    font-family: var(--font-family-sans);
    letter-spacing: 0.5px;
    line-height: 2;
    color: #333333;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .info-text .desc p {
        font-size: 0.6rem;
        white-space: nowrap;
    }
}

@media screen and (max-width: 414px) {
    .info-text .desc p {
        font-weight: 500;
        letter-spacing: -0.2px;
    }
}

@media screen and (max-width: 991px) {
    .info-text .desc p>span {
        display: block;
    }
}

.info-text2 {
    text-align: center;
    position: relative;
    padding-left: 145px;
}

@media screen and (max-width: 1500px) {
    .info-text2 {
        padding-left: 100px;
    }
}

.info-text2 h3 {
    margin-bottom: 0;
    color: #9dc9cf;
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    text-align: left;
}

.info-text2 h3>p {
    font-size: 1rem;
    font-weight: 300;
    font-family: "Cuprum", sans-serif;
    line-height: 1.5;
    letter-spacing: 9px;
    white-space: nowrap;
}

@media screen and (max-width: 1500px) {
    .info-text2 h3>p {
        font-size: 1.1rem;
    }
}

.info-text2 h2 {
    margin-bottom: 0.7rem;
    color: #23475B;
    text-align: left;
}

.info-text2 h2>p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 6px;
    margin-bottom: 0.6rem;
}

.info-text2 h2>p>span {
    font-size: 0.8rem;
    position: relative;
    top: -2px;
    left: 2px;
}

.info-text2 .desc {
    text-align: left;
}

.info-text2 .desc p {
    font-size: 0.5rem;
    font-weight: 400;
    font-family: var(--font-family-sans);
    letter-spacing: 0.5px;
    line-height: 2;
    color: #333333;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .info-text2 .desc p {
        font-size: 0.6rem;
        white-space: nowrap;
    }
}

@media screen and (max-width: 414px) {
    .info-text2 .desc p {
        font-weight: 500;
        letter-spacing: -0.2px;
    }
}

.pic-wrap {
    box-sizing: border-box;
}

@media screen and (max-width: 991px) {
    .pic-wrap {
        overflow-x: scroll;
        /* width */
    }
    .pic-wrap::-webkit-scrollbar {
        height: 0;
    }
    .pic-wrap {
        /* Track */
    }
    .pic-wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .pic-wrap {
        /* Handle */
    }
    .pic-wrap::-webkit-scrollbar-thumb {
        background: #ccc;
    }
    .pic-wrap {
        /* Handle on hover */
    }
    .pic-wrap::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }
}

.pic-wrap p {
    font-family: var(--font-family-sans);
    font-size: 0.6rem;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    margin-bottom: 0;
}

.bg-pic {
    display: block;
    width: 100%;
    max-width: initial;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .bg-pic {
        width: 1600px;
    }
}

@media screen and (max-width: 640px) {
    .bg-pic {
        width: 1400px;
    }
}

#section-1 {
    position: relative;
}

@media screen and (max-width: 991px) {
    #section-1 {
        overflow: hidden;
        height: 556px;
    }
    #section-1 .mob {
        display: none !important;
    }
    #section-1 .dsk {
        display: block !important;
    }
}

@media screen and (max-width: 640px) {
    #section-1 .mob {
        display: block !important;
    }
    #section-1 .dsk {
        display: none !important;
    }
}

#section-1 img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 991px) {
    #section-1 img {
        width: 991px;
        max-width: 991px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 640px) {
    #section-1 img {
        width: 100%;
        max-width: 100%;
        position: relative;
        top: initial;
        left: initial;
    }
}

#section-1 .info {
    position: absolute;
    right: 4rem;
    bottom: 3rem;
}

@media screen and (max-width: 991px) {
    #section-1 .info {
        right: 2rem;
        bottom: 2rem;
    }
}

#section-1 .info * {
    color: #fff;
    text-align: right;
}

#section-1 .info h2 {
    font-size: 1.2rem;
    margin-bottom: 4.8rem;
    line-height: 1.5rem;
    letter-spacing: 6px;
}

#section-1 .info h3 {
    margin-bottom: 0.3rem;
}

#section-1 .info h3>p {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.3rem;
    letter-spacing: 5px;
}

#section-1 .info>p {
    font-size: 0.5rem;
    font-family: var(--font-family-sans);
    font-weight: 300;
    line-height: 1.1rem;
    letter-spacing: 1px;
}

@media screen and (max-width: 414px) {
    #section-1 .info>p {
        font-size: 0.6rem;
        font-weight: 400;
        letter-spacing: 0;
    }
}

#section-2 {
    position: relative;
}

#section-2:before {
    content: "";
    display: block;
    width: 18.3vw;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #D5EAE4;
    border-radius: 0 250px 0 0;
}

@media screen and (max-width: 991px) {
    #section-2:before {
        display: none;
    }
}

#section-2 .title {
    position: absolute;
    top: 3rem;
    left: 5rem;
    z-index: 2;
}

#section-2 .title * {
    color: #fff;
}

@media screen and (max-width: 1400px) {
    #section-2 .title {
        top: 2rem;
        left: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    #section-2 .title {
        top: 1rem;
        left: 1rem;
    }
}

@media screen and (max-width: 991px) {
    #section-2 .title {
        top: 2.5rem;
        left: 0;
        right: 0;
        text-align: center;
    }
}

#section-2 .title h2 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    line-height: 1.5rem;
    letter-spacing: 6px;
}

#section-2 .title>p {
    font-size: 0.5rem;
    font-family: var(--font-family-sans);
    font-weight: 300;
    line-height: 1.1rem;
    letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
    #section-2 .title>p {
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 991px) {
    #section-2 .title>p {
        font-size: 0.65rem;
        font-weight: 400;
        letter-spacing: 0;
    }
}

#section-2 .bg-pic {
    width: 100%;
}

@media screen and (max-width: 991px) {
    #section-2 .bg-pic {
        width: 1600px;
    }
}

@media screen and (max-width: 640px) {
    #section-2 .bg-pic {
        width: 1400px;
    }
}

#section-3 {
    position: relative;
    border-bottom: 18px solid #23475B;
}

@media screen and (max-width: 991px) {
    #section-3 {
        padding-top: 3rem;
        padding-bottom: 18rem;
    }
}

#section-3:before {
    content: "";
    display: block;
    width: 18.3vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #D5EAE4;
}

@media screen and (max-width: 991px) {
    #section-3:before {
        height: 50%;
        top: initial;
        bottom: 0;
        border-radius: 0 100px 0 0;
    }
}

#section-3 .container {
    display: flex;
    width: 890px;
    position: relative;
    padding: 4rem 0 5.5rem;
    justify-content: flex-end;
}

@media screen and (max-width: 1400px) {
    #section-3 .container {
        width: 760px;
    }
}

@media screen and (max-width: 991px) {
    #section-3 .container {
        width: 80%;
        justify-content: center;
    }
}

#section-3 .info-text {
    margin-bottom: 2rem;
}

#section-3 .pic {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

#section-3 .pic>img {
    display: block;
    width: 18rem;
}

@media screen and (max-width: 991px) {
    #section-3 .pic>img {
        width: 100%;
    }
}

#section-3 .pic p {
    font-size: 0.4rem;
    color: #fff;
    font-family: var(--font-family-sans);
    position: absolute;
    bottom: 5px;
    right: 10px;
}

#section-3 .tree {
    position: absolute;
    z-index: 2;
}

#section-3 .tree.left {
    width: 50vw;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 991px) {
    #section-3 .tree.left {
        width: initial;
        height: 23rem;
    }
}

#section-3 .tree.right {
    width: 18.3vw;
    bottom: -170px;
    right: 0;
}

@media screen and (max-width: 991px) {
    #section-3 .tree.right {
        width: initial;
        height: 14rem;
        top: 0;
        bottom: initial;
    }
}

#section-4 {
    background: url(../images/s4_bg.svg) no-repeat center -15px;
    background-size: contain;
    position: relative;
}

@media screen and (max-width: 991px) {
    #section-4 {
        background-size: auto 670px;
        overflow: hidden;
    }
}

@media screen and (max-width: 640px) {
    #section-4 {
        background-size: auto 121vw;
    }
}

#section-4:before {
    content: "";
    display: block;
    width: 17vw;
    height: 335px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-color: #D5EAE4;
    border-radius: 0 0 0 174px;
}

@media screen and (max-width: 991px) {
    #section-4:before {
        width: 300px;
        height: 253px;
        right: -250px;
        border-radius: 0 0 0 164px;
    }
}

#section-4 .container {
    width: 930px;
    padding: 4rem 0;
}

@media screen and (max-width: 991px) {
    #section-4 .container {
        width: 95%;
    }
}

#section-4 .mrt {
    display: block;
    width: 100%;
    margin-top: 3rem;
}

@media screen and (max-width: 991px) {
    #section-4 .desc p span {
        display: block;
    }
}

#section-5 {
    padding: 3rem 0 7rem;
    position: relative;
    background: url(../images/s5_right_tree.svg) no-repeat right 34%;
    background-size: 20vw;
}

@media screen and (max-width: 991px) {
    #section-5 {
        background: none;
    }
}

#section-5:before {
    content: "";
    display: block;
    width: 17.3vw;
    height: calc(100% + 159px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #D5EAE4;
    border-radius: 0 156px 0 0;
}

@media screen and (max-width: 991px) {
    #section-5:before {
        width: 20%;
    }
}

@media screen and (max-width: 640px) {
    #section-5:before {
        height: calc(100% + 87px);
    }
}

#section-5 .container {
    width: 1170px;
}

@media screen and (max-width: 1200px) {
    #section-5 .container {
        width: 990px;
    }
}

@media screen and (max-width: 991px) {
    #section-5 .container {
        width: 100%;
    }
}

#section-5 .info-text2 {
    margin-top: 40px;
    margin-right: 0;
    margin-left: 165px;
}

@media screen and (max-width: 1500px) {
    #section-5 .info-text2 {
        margin-top: 50px;
        margin-left: 126px;
    }
}

@media screen and (max-width: 991px) {
    #section-5 .info-text2 {
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 640px) {
    #section-5 .info-text2 {
        margin-right: auto;
        margin-left: auto;
        position: relative;
        right: -1.5rem;
        padding-left: 65px;
    }
}

#section-5 .swiper-wrap {
    width: 475px;
}

@media screen and (max-width: 991px) {
    #section-5 .swiper-wrap {
        width: 540px;
        margin: 0 auto 0 0;
    }
}

@media screen and (max-width: 640px) {
    #section-5 .swiper-wrap {
        width: 85vw;
    }
}

#section-5 .swiper-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#section-5 .swiper-slide figure {
    position: relative;
}

#section-5 .swiper-slide img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

#section-5 .swiper-slide figcaption {
    font-size: 0.5rem;
    font-weight: 300;
    font-family: var(--font-family-sans);
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 7px;
    z-index: 2;
}

#section-5 .swiper-slide.swiper-slide-active .pic::before {
    opacity: 0;
}

#section-5 .swiper-slide.swiper-slide-active p {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    #section-5 .swiper-slide {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    #section-5 .swiper-buttons {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

#section-5 .content-wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 5rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    #section-5 .content-wrap {
        display: block;
        position: relative;
        margin-bottom: 8rem;
    }
}

#section-5 .content-wrap:last-of-type {
    margin-bottom: 0;
}

#section-5 .content-wrap:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0.5rem;
    left: 515px;
    z-index: -1;
    background: url(../images/icon_circle_arrow-1.svg) no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 991px) {
    #section-5 .content-wrap:before {
        top: 391px;
        bottom: initial;
        left: 554px;
    }
}

@media screen and (max-width: 640px) {
    #section-5 .content-wrap:before {
        width: 37px;
        top: 59vw;
        bottom: initial;
        left: 87vw;
        right: initial;
    }
}

#section-5 .content-wrap.reverse {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

#section-5 .content-wrap.reverse:before {
    bottom: 0;
    right: 515px;
    left: initial;
}

@media screen and (max-width: 991px) {
    #section-5 .content-wrap.reverse:before {
        top: 394px;
        bottom: initial;
        right: 552px;
        left: initial;
    }
}

@media screen and (max-width: 640px) {
    #section-5 .content-wrap.reverse:before {
        width: 37px;
        top: 59vw;
        bottom: initial;
        right: 87vw;
        left: initial;
    }
}

#section-5 .content-wrap.reverse .info-text2 {
    margin-right: 126px;
    margin-left: 0;
}

@media screen and (max-width: 991px) {
    #section-5 .content-wrap.reverse .info-text2 {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 991px) {
    #section-5 .content-wrap.reverse .swiper-wrap {
        margin: 0 0 0 auto;
    }
}

#section-5 .wrapper {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    #section-5 .wrapper {
        width: 250px;
        position: absolute;
        top: 45%;
        right: 0;
        z-index: 3;
    }
}

@media screen and (max-width: 640px) {
    #section-5 .wrapper {
        width: 43vw;
    }
}

#section-5 .tree {
    width: 100%;
    position: relative;
    right: -54px;
}

#section-6 {
    background: #D5EAE4;
    position: relative;
}

#section-6 .container {
    padding: 2.5rem 0 5.4rem;
}

#section-6>img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 640px) {
    #section-6 .info-text {
        position: relative;
        z-index: 3;
    }
}

#section-6 .bird {
    position: absolute;
    z-index: 1;
}

#section-6 .bird.left {
    width: 24vw;
    left: 0;
    bottom: -20%;
}

@media screen and (max-width: 991px) {
    #section-6 .bird.left {
        width: 110px;
        left: 0;
        bottom: -5%;
    }
}

#section-7 {
    background: #23475B;
    position: relative;
}

@media screen and (max-width: 991px) {
    #section-7 {
        overflow: hidden;
        padding-bottom: 6rem;
    }
}

#section-7 .container {
    padding: 6rem 0 5.4rem;
}

#section-7 .content-wrap {
    width: 750px;
    margin: 0 auto 3rem;
}

@media screen and (max-width: 991px) {
    #section-7 .content-wrap {
        width: 100%;
        max-width: 100%;
    }
}

#section-7 .bird {
    position: absolute;
    z-index: 2;
}

#section-7 .bird.right {
    width: 22.1vw;
    bottom: -11.5%;
    right: -4.6%;
}

@media screen and (max-width: 991px) {
    #section-7 .bird.right {
        width: 250px;
        bottom: -108px;
        right: -121px;
    }
}

@media screen and (max-width: 640px) {
    #section-7 .bird.right {
        width: 50vw;
        bottom: -11%;
        right: -23%;
    }
}

#section-7 .info-text h3 p {
    color: #4A7075;
}

#section-7 .info-text h2 p {
    color: #D5EAE4;
}

#section-7 .info-text .desc p {
    color: #D5EAE4;
    font-weight: 300;
}

#section-7 .info-text h6 {
    font-size: 0.5rem;
    font-weight: 400;
    font-family: var(--font-family-sans);
    letter-spacing: 1px;
    line-height: 2;
    color: #D5EAE4;
    margin-top: 0.7rem;
    margin-bottom: 2rem;
    text-align: center;
}

@media screen and (max-width: 991px) {
    #section-7 .info-text h6 {
        font-size: 0.6rem;
        margin-top: 1.7rem;
    }
}

@media screen and (max-width: 640px) {
    #section-7 .info-text h6 {
        font-size: 0.5rem;
    }
}

#section-7 .swiper-wrap {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    #section-7 .swiper-wrap {
        width: 95%;
    }
}

#section-7 .swiper-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

#section-7 .swiper-slide figure {
    position: relative;
    position: relative;
}

#section-7 .swiper-slide figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    mix-blend-mode: multiply;
    transition: all 0.3s linear;
    opacity: 1;
}

#section-7 .swiper-slide img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

#section-7 .swiper-slide figcaption {
    font-size: 0.5rem;
    font-weight: 300;
    font-family: var(--font-family-sans);
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 7px;
    z-index: 2;
    opacity: 0;
}

#section-7 .swiper-slide.swiper-slide-active figure::before {
    opacity: 0;
}

#section-7 .swiper-slide.swiper-slide-active figcaption {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    #section-7 .swiper-slide {
        display: block;
    }
}

#section-8 {
    border-bottom: 18px solid #23475B;
    position: relative;
    overflow: hidden;
}

#section-8 .container {
    width: calc(100% - 330px);
    /* max-width: 1180px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
    margin: 0 auto 0 0;
}

@media screen and (max-width: 991px) {
    #section-8 .container {
        width: 100%;
        max-width: none;
        display: block;
        margin: 0;
    }
}

#section-8 .pic {
    width: calc(100% - 690px);
    max-width: 460px;
    position: relative;
}

@media screen and (max-width: 1500px) {
    #section-8 .container {
        width: calc(100% - 300px);
    }
    #section-8 .pic {
        width: calc(100% - 550px);
        max-width: 420px;
    }
}

@media screen and (max-width: 1200px) {
    #section-8 .pic {
        position: relative;
        left: -100px;
    }
}

@media screen and (max-width: 991px) {
    #section-8 .pic {
        width: 100%;
        max-width: none;
        left: initial;
    }
}

#section-8 .pic img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

#section-8 .pic p {
    font-size: 0.4rem;
    font-weight: 300;
    font-family: var(--font-family-sans);
    color: #fff;
    position: absolute;
    bottom: 3px;
    right: 6px;
    z-index: 2;
}

#section-8 .info {
    width: 690px;
}

@media screen and (max-width: 1500px) {
    #section-8 .info {
        width: 550px;
    }
}

@media screen and (max-width: 1200px) {
    #section-8 .info {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    #section-8 .info {
        width: 90%;
        max-width: 760px;
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto;
        padding-top: 0.7rem;
    }
}

#section-8 .info h4 {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 6px;
    color: #23475B;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 0.3rem;
}

@media screen and (max-width: 640px) {
    #section-8 .info h4 {
        letter-spacing: 4px;
    }
}

#section-8 .info>div>p {
    font-size: 0.5rem;
    font-weight: 400;
    font-family: var(--font-family-sans);
    letter-spacing: 0.5px;
    line-height: 2;
    color: #333333;
    margin-bottom: 0;
    text-align: center;
}

@media screen and (max-width: 991px) {
    #section-8 .info>div>p {
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 640px) {
    #section-8 .info>div>p {
        letter-spacing: -0.5px;
    }
}

#section-8 .info h6 {
    font-size: 0.5rem;
    font-weight: bold;
    font-family: var(--font-family-sans);
    letter-spacing: 0;
    line-height: 2;
    color: #23475B;
    margin-top: 0.7rem;
    margin-bottom: 2rem;
    text-align: center;
}

@media screen and (max-width: 991px) {
    #section-8 .info h6 {
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 640px) {
    #section-8 .info h6 {
        letter-spacing: -0.5px;
    }
}

#section-8 .info-text {
    text-align: center;
}

#section-8 .pics {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    #section-8 .pics {
        margin: 0 auto 2rem;
    }
}

#section-8 .pics figure {
    width: 32%;
    position: relative;
}

#section-8 .pics figure img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

#section-8 .pics figcaption {
    font-size: 0.4rem;
    font-weight: 300;
    font-family: var(--font-family-sans);
    color: #fff;
    position: absolute;
    bottom: 3px;
    left: 6px;
    z-index: 2;
}

#section-8 .man {
    display: block;
    width: 350px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

@media screen and (max-width: 1500px) {
    #section-8 .man {
        width: 320px;
        right: -50px;
    }
}

@media screen and (max-width: 991px) {
    #section-8 .man {
        position: relative;
        bottom: initial;
        right: initial;
        width: 50vw;
        max-width: 360px;
        min-width: 260px;
        margin: 0 auto;
        z-index: 3;
    }
}

#section-form {
    background-color: #D5EAE4;
    padding: 5rem 0;
}

@media screen and (max-width: 991px) {
    #section-form {
        padding-bottom: 2rem;
    }
}

#section-form img.title {
    width: 270px;
    display: block;
    margin: 0 auto 3rem;
}

@media screen and (max-width: 640px) {
    #section-form img.title {
        width: 45vw;
        display: block;
        margin: 0 auto 2rem;
    }
}

#section-form .maps {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
}

#section-form .maps iframe {
    display: block;
    width: 100%;
    height: 420px;
}

@media screen and (max-width: 1200px) {
    #section-form .maps {
        width: 950px;
    }
}

#section-form .maps iframe {
    height: 320px;
}

@media screen and (max-width:991px) {
    #section-form .maps {
        width: 100%;
        max-width: none;
    }
    #section-form .maps iframe {
        height: 320px;
    }
}

#section-form hr {
    border: none;
    border-top: none;
    height: 1px;
    background: #23475B;
    box-shadow: none;
    margin: 1rem 0;
}

#section-form .form-wrap {
    width: 968px;
    padding-bottom: 4rem;
    margin: 0 auto;
}

@media screen and (max-width: 1500px) {
    #section-form .form-wrap {
        width: 730px;
    }
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap {
        width: 90%;
    }
}

#section-form .form-wrap h3 {
    font-family: var(--font-family-sans);
    color: #23475B;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 19px;
    margin: 2.1rem 0;
}

@media screen and (max-width: 640px) {
    #section-form .form-wrap h3 {
        margin: 1.8rem 0 1.2rem;
    }
}

#section-form .form-wrap .control {
    margin: 0 auto 37px;
    transition: 1s;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap .control {
        width: 100%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 640px) {
    #section-form .form-wrap .control {
        width: 90%;
    }
}

#section-form .form-wrap ul {
    width: 100%;
    margin: 0 auto 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: 1s;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap ul {
        width: calc(100% - 64px);
        max-width: 630px;
        margin-bottom: 62px;
    }
}

@media screen and (max-width: 640px) {
    #section-form .form-wrap ul {
        width: 100%;
    }
}

#section-form .form-wrap ul li {
    width: 100%;
    font-family: "Noto Sans TC";
    text-align: center;
    color: #fff;
    margin-bottom: 0.6rem;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap ul li {
        margin-bottom: 0;
        text-align: left;
    }
}

#section-form .form-wrap ul li strong {
    font-weight: 500;
    font-size: 0.45rem;
    display: inline-block;
    margin-left: 0.5rem;
}

#section-form .form-wrap ul li strong.tel {
    font-size: 1rem;
}

#section-form .form-wrap ul li p {
    display: inline-block;
    color: #23475B;
    font-size: 0.65rem;
    font-weight: 300;
}

#section-form .form-wrap ul li p:first-of-type strong:first-of-type {
    margin-left: 0;
}

#section-form .form-wrap ul li i.hi-yes {
    width: 20px;
    height: 14px;
    display: inline-block;
    background: url(../images/hi-yes-group.svg) no-repeat center;
    background-size: contain;
    position: relative;
    top: 1px;
}

#section-form .form-wrap h2 {
    font-family: var(--font-family-swei);
    font-size: 38px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: center;
    color: #fff;
    margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap h2 {
        font-size: 36px;
        margin-bottom: 32px;
    }
    #section-form .form-wrap ul li strong {
        margin-left: 0rem;
    }
}

@media screen and (max-width: 640px) {
    #section-form .form-wrap h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    #section-form .form-wrap ul li strong {
        margin-left: 0rem;
    }
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap form {
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    #section-form .form-wrap form {
        width: 100%;
    }
}

#section-form .form-wrap input[type=text],
#section-form .form-wrap input[type=tel],
#section-form .form-wrap input[type=email] {
    width: calc(33.33% - 60px);
    display: inline-block;
    height: 41px;
    margin: 0 0 0.7rem;
    padding: 11px 14px;
    border-radius: 6px;
    border: solid 1px #23475B;
    background-color: transparent;
    font-family: "Noto Sans TC";
    font-size: 0.55rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    color: #23475B;
}

@media screen and (max-width: 1500px) {
    #section-form .form-wrap input[type=text],
    #section-form .form-wrap input[type=tel],
    #section-form .form-wrap input[type=email] {
        width: calc(33.33% - 45px);
    }
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap input[type=text],
    #section-form .form-wrap input[type=tel],
    #section-form .form-wrap input[type=email] {
        width: 100%;
        height: 60px;
        font-size: 0.7rem;
        border-radius: 18px;
        margin-bottom: 0.8rem;
    }
}

@media screen and (max-width: 640px) {
    #section-form .form-wrap input[type=text],
    #section-form .form-wrap input[type=tel],
    #section-form .form-wrap input[type=email] {
        height: 40px;
        border-radius: 12px;
    }
}

#section-form .form-wrap input[type=text]::placeholder,
#section-form .form-wrap input[type=tel]::placeholder,
#section-form .form-wrap input[type=email]::placeholder {
    color: #23475B;
}

#section-form .form-wrap input[type=button] {
    height: 41px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background-color: #23475B;
    font-family: "Noto Sans TC";
    font-size: 0.55rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.24px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap input[type=button] {
        width: 100%;
        height: 60px;
        font-size: 0.7rem;
        border-radius: 18px;
        margin-bottom: 0.8rem;
    }
}

@media screen and (max-width: 640px) {
    #section-form .form-wrap input[type=button] {
        height: 40px;
        border-radius: 12px;
    }
}

#section-form .form-wrap #send {
    display: block;
    width: 80px;
    height: 45px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background-color: #23475B;
    font-family: "Noto Sans TC";
    font-size: 0.55rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.24px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap #send {
        width: 140px;
        height: 60px;
        font-size: 0.7rem;
    }
}

#section-form .form-wrap select {
    height: 41px;
    margin: 0 0 0.7rem;
    padding: 0 30px 0 14px;
    border-radius: 6px;
    border: solid 1px #23475B;
    font-family: "Noto Sans TC";
    font-size: 0.55rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.24px;
    text-align: left;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/icon-select-arrow.svg) no-repeat calc(100% - 10px) center;
    background-color: transparent;
    background-size: 12px;
    color: #23475B;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap select {
        width: 100%;
        height: 60px;
        font-size: 0.7rem;
        border-radius: 18px;
        margin-bottom: 0.8rem;
    }
}

@media screen and (max-width: 640px) {
    #section-form .form-wrap select {
        height: 40px;
        border-radius: 12px;
    }
}

#section-form .form-wrap select option {
    background-color: #fff;
    color: #333;
}

#section-form .form-wrap select.active {
    color: #333;
}

#section-form .form-wrap select.active option {
    color: #333;
}

#section-form .form-wrap select.slt-houseType {
    width: 49%;
    margin-right: 1%;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap select.slt-houseType {
        width: 100%;
        margin-right: 0;
    }
}

#section-form .form-wrap select.slt-totalPrice {
    width: 49%;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap select.slt-totalPrice {
        width: 100%;
    }
}

#section-form .form-wrap input.txt-name {
    margin-right: 14px;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap input.txt-name {
        margin-right: 0;
    }
}

#section-form .form-wrap input.txt-tel {
    margin-right: 14px;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap input.txt-tel {
        margin-right: 0;
    }
}

#section-form .form-wrap input.txt-code {
    margin-right: 2px;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap input.txt-code {
        margin-right: 0;
    }
}

#section-form .form-wrap input.btn-code {
    width: 125px;
    margin-left: 0;
}

@media screen and (max-width: 1500px) {
    #section-form .form-wrap input.btn-code {
        width: 86px;
    }
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap input.btn-code {
        width: 100%;
    }
}

#section-form .form-wrap input.txt-zipcode {
    display: none;
}

#section-form .form-wrap input.txt-email {
    width: calc(45% - 25px);
    margin-right: 16px;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap input.txt-email {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 640px) {
    #section-form .form-wrap input.txt-email {
        margin-bottom: 0.8rem;
    }
}

#section-form .form-wrap select.slt-county {
    width: calc(27% - 8px);
    margin-right: 16px;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap select.slt-county {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 640px) {
    #section-form .form-wrap select.slt-county {
        margin-bottom: 0.8rem;
    }
}

#section-form .form-wrap select.slt-district {
    width: calc(27% - 8px);
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap select.slt-district {
        width: 100%;
        margin-bottom: 24px;
    }
}

#section-form .form-wrap .privacy {
    margin-bottom: 44px;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap .privacy {
        margin-bottom: 36px;
    }
}

#section-form .form-wrap .privacy p {
    font-family: "Noto Sans TC";
    font-size: 0.46rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #23475B;
    margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap .privacy p {
        font-size: 0.6rem;
        line-height: 2.5;
        margin-bottom: 0;
    }
    #section-form .form-wrap .privacy p span:nth-child(2) {
        display: block;
    }
}

#section-form .form-wrap .privacy a {
    display: inline-block;
    font-family: "Noto Sans TC";
    font-size: 0.46rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #23475B;
}

@media screen and (max-width: 991px) {
    #section-form .form-wrap .privacy a {
        font-size: 0.6rem;
    }
}

#float-nav {
    position: fixed;
    bottom: 20%;
    right: 1.5rem;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    border-radius: 50px;
    padding: 1rem 10px;
}

@media screen and (max-width: 640px) {
    #float-nav {
        display: flex;
        width: 85%;
        bottom: 1.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 10px 10px 5px;
        justify-content: space-around;
    }
    #float-nav a {
        margin-bottom: 0;
    }
}

#float-nav a {
    display: block;
    width: 40px;
    margin-bottom: 0.7rem;
}

@media screen and (max-width: 640px) {
    #float-nav a {
        margin-bottom: 0;
    }
}

#float-nav a img {
    transition: all 0.3s linear;
}

#float-nav a:hover img {
    filter: drop-shadow(4px 4px 1px #000);
}


/* 2026-07-01 section-8 mobile/tablet fix: prevent desktop flex widths from leaking into phone view after adding man.png */

@media screen and (max-width: 1200px) {
    #section-8 .container {
        width: 100% !important;
        max-width: none !important;
        display: block !important;
        margin: 0 !important;
    }
    #section-8 .pic {
        width: 100% !important;
        max-width: none !important;
        left: auto !important;
    }
    #section-8 .info {
        width: 90% !important;
        max-width: 760px !important;
        display: flex !important;
        flex-direction: column-reverse !important;
        margin: 0 auto !important;
        padding-top: 0.7rem !important;
    }
    #section-8 .info-text,
    #section-8 .info h4,
    #section-8 .info>div>p,
    #section-8 .info h6 {
        text-align: center !important;
    }
    #section-8 .info-text h3,
    #section-8 .info-text h2 {
        width: 100% !important;
        text-align: center !important;
    }
    #section-8 .info-text h3>p {
        white-space: nowrap !important;
        word-break: keep-all !important;
    }
    #section-8 .info-text h2>p {
        white-space: nowrap !important;
        word-break: keep-all !important;
        font-size: clamp(0.82rem, 4.2vw, 1.2rem) !important;
        letter-spacing: clamp(2px, 0.8vw, 6px) !important;
    }
    #section-8 .man {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        width: 50vw !important;
        max-width: 360px !important;
        min-width: 260px !important;
        margin: 0 auto !important;
        z-index: 3 !important;
    }
}

@media screen and (max-width: 640px) {
    #section-8 .info {
        width: 96% !important;
    }
    #section-8 .info-text h3>p {
        font-size: clamp(1.35rem, 8.6vw, 2rem) !important;
        letter-spacing: clamp(6px, 2.2vw, 14px) !important;
    }
    #section-8 .info-text h2>p {
        font-size: clamp(0.72rem, 4.3vw, 1.05rem) !important;
        letter-spacing: clamp(1px, 0.8vw, 4px) !important;
    }
    #section-8 .info-text .desc p,
    #section-8 .info>div>p,
    #section-8 .info h6 {
        font-size: clamp(0.42rem, 3vw, 0.6rem) !important;
        letter-spacing: -0.5px !important;
    }
}

.jc-bs3-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.jc-bs3-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.jconfirm-box {
    color: #000;
}