.banner-pages{position:relative;overflow:hidden}.banner-pages figure{position:relative}.banner-pages figure img{display:block;width:100%;position:relative;z-index:0}.banner-pages figure span{position:absolute;top:0;right:0;left:0;z-index:1;background:#0000001a;bottom:-1px}.banner-pages figure span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#3869c733}.banner-pages figure:before,.banner-pages figure:after{content:"";position:absolute;z-index:2}.banner-pages figure:before{top:0;height:30%;opacity:.4;background:linear-gradient(180deg,#000,#0000);left:0;right:0}.banner-pages figure:after{top:auto;height:70%;background:linear-gradient(0deg,#013e8a,#0b2c5500),linear-gradient(0deg,#013e8a,#0b2c5500);left:0;right:0;bottom:-1px}.banner-pages__caption{position:absolute;top:auto;left:0;right:0;margin:auto;z-index:3;bottom:56px}.banner-pages__caption h2{margin:0;color:var(--c-neutral-white);text-transform:uppercase;font-size:4rem;line-height:1;max-width:668px}.banner-pages.misc-404 figure{height:calc(100svh - 90px);min-height:650px}.banner-pages.misc-404 figure img{height:100%;object-fit:cover;object-position:10%}.banner-pages.misc-404 figure:after{left:0;right:0;top:0;bottom:0;display:block;background:linear-gradient(270deg,#0e51a500 15.74%,#0e51a5 59.39%);height:100%}.banner-pages.misc-404 .banner-pages__caption{bottom:auto;top:50%;transform:translateY(-50%)}.banner-pages.misc-404 .banner-pages__caption .wrapper{display:flex;justify-content:flex-end}.banner-pages.misc-404 .banner-pages__caption .text-404{width:440px}.banner-pages.misc-404 .banner-pages__caption h3,.banner-pages.misc-404 .banner-pages__caption p{color:var(--c-neutral-white)}.banner-pages.misc-404 .banner-pages__caption .button{border:1px solid var(--c-neutral-white)}@media all and (max-width: 1200px){.banner-pages__caption h2{font-size:42px}.banner-pages.misc-404 figure{height:610px}}@media all and (max-width: 1023px){.banner-pages figure img{min-height:340px;object-fit:cover}.banner-pages__caption h2{font-size:40px}.banner-pages.misc-404 figure{height:calc(100svh - 90px)}.banner-pages.misc-404 figure:after{background:linear-gradient(0,#0e51a500 15.74%,#0e51a5 59.39%)}.banner-pages.misc-404 .banner-pages__caption{bottom:174px;top:unset;transform:unset}.banner-pages.misc-404 .banner-pages__caption .wrapper{justify-content:center;text-align:center}.banner-pages.misc-404 .banner-pages__caption h3{margin-bottom:24px}}@media all and (max-width: 767px){.banner-pages.misc-404 .banner-pages__caption{bottom:84px}.banner-pages__caption h2{font-size:28px}}.search-list__result{font-weight:400;margin:40px 0 60px}.search-list__result span{font-weight:700}.search-list__listing--inner{border-bottom:2px solid var(--c-neutral-gray-1);padding-bottom:40px;margin-bottom:40px}.search-list__listing--inner:last-child{border:0}.search-list__listing--inner h6{font-weight:600;margin-bottom:8px}.search-list__listing--inner p{color:var(--c-neutral-gray-5);margin-bottom:16px}.search-list__listing--inner .button{padding-left:0}.pagination{align-items:center;display:flex;max-width:100%}.pagination a{align-items:center;display:flex;border-radius:4px;border:1.5px solid transparent;color:var(--c-neutral-gray-5);height:40px;justify-content:center;font-size:1rem;font-weight:500;margin:0 6px;line-height:30px;text-align:center;width:40px}.pagination a:hover{color:var(--c-primary-hover)}.pagination a.active,.pagination a:active{border-color:#00328c}.pagination a.active{font-weight:700}.pagination a.prev,.pagination a.next{position:relative;width:auto}.pagination a.prev:hover,.pagination a.prev.active,.pagination a.next:hover,.pagination a.next.active{border-color:transparent}.pagination a.prev{margin:0 48px 0 0}.pagination a.next{margin:0 0 0 48px}.pagination a.disabled{opacity:.2;pointer-events:none}.pagination__large a{margin:0 8px}.pagination__large a.prev{margin:0 40px 0 0}.pagination__large a.next{margin:0 0 0 40px}.pagination__small a{width:24px;height:24px;line-height:24px;font-size:.875rem;margin:0 4px}.pagination__small a.prev:before,.pagination__small a.next:before{font-size:16px}.pagination__small a.prev{margin:0 20px 0 0}.pagination__small a.next{margin:0 0 0 20px}.pagination.center{justify-content:center}@media all and (max-width: 767px){.pagination a{font-size:.875rem;width:24px;height:24px;line-height:24px}.pagination__large a{margin:0 4px}.pagination__large a.prev:before,.pagination__large a.next:before{font-size:18px}.pagination__large a.prev{margin-right:24px}.pagination__large a.next{margin-left:24px}}.popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all ease-out .2s;background:#111111b3;overflow-y:auto}.popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.popup__box{width:100%;max-width:600px;background:var(--c-neutral-white);border-radius:16px;box-shadow:0 4px 20px 10px #0000000d;position:relative;z-index:2;padding:32px;transition:all ease-out .3s;transform:scale(.9);opacity:0}.popup__box--large{max-width:960px}.popup__close{position:absolute;top:24px;right:32px;font-size:24px;cursor:pointer;transform:scale(1);transition:.2s all ease-out}.popup__close:hover{transform:scale(.9)}.popup__content--center{text-align:justify}.popup__content--right{text-align:right}.popup__content figure{margin-bottom:32px}.popup__content figure img{width:100%;max-height:360px;object-fit:cover}.popup__overflow{overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 150px);max-height:calc(var(--vh, 1vh) * 100 - 150px);padding-right:30px}.popup__overflow::-webkit-scrollbar{width:8px;border-radius:20px}.popup__overflow::-webkit-scrollbar-track{background:#d9d9d9}.popup__overflow::-webkit-scrollbar-thumb{background:#6f6f6f;border-radius:20px;transition:.2s background ease-out}.popup__overflow::-webkit-scrollbar-thumb:hover{background:var(--c-primary-surface)}.popup__show{opacity:1;visibility:visible}.popup__show .popup__box{transform:scale(1);opacity:1}.popup.gallery-wrap .pop-gallery-main{position:relative}.popup.gallery-wrap .pop-gallery-main .slider-gallery figure{margin:0}.popup.gallery-wrap .pop-gallery-main .slider-gallery figure img{display:block}.popup.gallery-wrap .pop-gallery-main .arrow-slide a{width:52px;height:52px;background:var(--c-neutral-white);border-radius:50%;font-family:Webarq-Icons!important;filter:drop-shadow(0px 4px 10px rgba(0,0,0,.1))}.popup.gallery-wrap .pop-gallery-main .arrow-slide a:after{display:none}.popup.gallery-wrap .pop-gallery-main .arrow-slide a i{font-size:1.5rem;color:var(--c-neutral-gray-5)}.popup.gallery-wrap .pop-gallery-main .arrow-slide .swiper-button-next{right:-100px}.popup.gallery-wrap .pop-gallery-main .arrow-slide .swiper-button-prev{left:-100px}.popup-detail-discover{display:block}.popup-detail-discover .popup__box{max-width:990px;padding:62px 55px;margin:50px auto}.popup-detail-discover .loc{font-size:1.125rem;padding-left:36px;margin-bottom:24px;background:url(/build/assets/location-ico-2-DpQJExJ4.svg) no-repeat left -5px center;background-size:40px}.popup-detail-discover h5{font-weight:700;color:#013e8a;text-transform:uppercase}.popup-detail-discover p,.popup-detail-discover ul li{color:#333}.popup-detail-discover .half{display:flex;margin:52px 0}.popup-detail-discover .half figure{flex:0 0 380px;max-width:380px}.popup-detail-discover .half figure img{border-radius:24px;display:block;width:100%}.popup-detail-discover .half figcaption{flex:0 0 calc(100% - 380px);max-width:calc(100% - 380px);padding-left:38px;align-self:center}.popup-detail-discover .block{padding:40px;border-radius:24px;border:1px solid rgba(14,81,165,.1);background:linear-gradient(107deg,#fff 2.95%,#f3f8ff 113.72%);box-shadow:0 32px 64px #0000000d;margin-bottom:24px}.popup-detail-discover .block figure img{display:block;border-radius:24px;width:100%}.popup-detail-discover .block figure iframe{height:368px;display:block;border-radius:24px;width:100%}.popup-detail-discover .slider-popup{margin-bottom:24px}.popup-detail-discover .slider-popup img{border-radius:24px}.popup-detail-discover .slider-popup .slick-arrow{font-size:0;padding:0;width:48px;height:48px;border-radius:100%;opacity:.5;background:#000 url(/build/assets/arr-slider-Ch9rF6AV.png) no-repeat center;position:absolute;top:0;left:20px;bottom:0;margin:auto 0;z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;transition:.2s all ease-out}.popup-detail-discover .slider-popup .slick-arrow.slick-next{left:auto;right:20px;transform:rotate(180deg)}.popup-detail-discover .slider-popup .slick-arrow:hover{opacity:1}.popup-improve{justify-content:flex-end;align-items:flex-end;top:auto;left:auto;bottom:0;margin-right:27px;margin-bottom:100px;max-width:338px;height:auto;background-color:transparent;z-index:8}.popup-improve .popup__box{text-align:center;max-width:100%}.popup-improve .popup__close{top:12px;right:12px}.popup-improve .popup__close .wa-ic-close-solid:before{color:#0150b0}.popup-improve h5{font-weight:700;text-transform:uppercase;color:var(--c-primary-surface);margin-bottom:5px}.popup-improve p{margin-bottom:18px}.popup.step-up{display:block}.popup.step-up .popup__box{max-width:770px;padding:0;margin:50px auto}.popup.step-up .popup__close{right:24px;top:24px;color:gray}.popup.step-up .title{padding:24px 40px 24px 24px;box-shadow:0 4px 16px #00000014}.popup.step-up .title h5{font-weight:700;text-transform:uppercase;color:var(--c-primary-surface);margin-bottom:5px}.popup.step-up .title p{margin-bottom:0;color:#414141}.popup.step-up .wrap{padding:48px 24px 32px;position:relative}.popup.step-up .box-form h6{margin-bottom:0;font-weight:600;color:#212121}.popup.step-up .box-form:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:1px}.popup.step-up .box-form>.column{border-bottom:1px solid #EAEAEA;padding-bottom:32px;margin-bottom:32px}.popup.step-up .box-form>.column:nth-last-child(-n+2){padding-bottom:0;margin-bottom:0;border:none}.popup.step-up .wrap-btn{margin:40px auto 0;text-align:center}.popup.step-up .wrap-btn button{min-width:350px;display:flex;align-items:center;justify-content:center;margin:0 auto;position:relative}.popup.step-up .wrap-btn button i{font-size:20px}.popup.popup-step-3 textarea{min-height:300px}.popup.popup-step-3 small{color:#818181;display:block;margin:62px 0 0}.popup.popup-step-3 .wrap-btn{margin-top:32px}.popup-img-slider iframe{width:100%;height:500px}.popup-img-slider figure{margin-bottom:0}.popup-img-slider figure img{min-height:500px}.popup .succcess-popup{width:970px;max-width:100%;padding:0;border-radius:24px;overflow:hidden;background:transparent}.popup .succcess-popup .popup__close{z-index:2;color:var(--c-neutral-white);right:16px;top:12px;font-weight:400}.popup .succcess-popup .succces-wrap{position:relative;overflow:hidden;background:#0e51a5}.popup .succcess-popup .succces-wrap:after{content:"";position:absolute;top:0;bottom:0;left:auto;right:0;width:80%;background:linear-gradient(270deg,#0e51a500,#0e51a5 46.37%),linear-gradient(270deg,#0e51a500,#0e51a5);transform:rotate(180deg)}.popup .succcess-popup .succces-wrap figure{margin:0}.popup .succcess-popup .succces-wrap figure img{max-height:100%}.popup .succcess-popup .succces-wrap figcaption{position:absolute;width:395px;top:50%;left:auto;right:80px;transform:translateY(-50%);color:var(--c-neutral-white);z-index:3}.popup .succcess-popup .succces-wrap figcaption h3{margin-bottom:24px}.popup .succcess-popup .succces-wrap figcaption .button{border:1px solid var(--c-neutral-white)}.popup-journey h2{font-size:40px;color:var(--c-primary-surface);text-align:center}.popup-journey p{margin-bottom:0;text-align:justify}.popup-journey .popup__box{padding:100px 72px;max-width:770px}.popup-journey .popup__box .popup__content{margin-bottom:-50px;margin-right:-30px;max-height:60svh;overflow:auto;padding-right:30px}.popup.large-video .popup__box{max-width:900px;padding-top:40px}.popup.large-video .popup__close{top:6px}.popup.large-video .popup__content iframe{height:500px}@media all and (max-width: 1200px){.popup.gallery-wrap .popup__box--large{max-width:800px}.popup-detail-discover .popup__box{max-width:900px;padding:20px 55px}.popup.gallery-wrap .popup__box{padding:30px 24px 24px;max-width:calc(100% - 40px)}}@media all and (max-width: 1023px){.popup .popup__box{max-width:100%;margin:0 40px;width:auto}.popup__box--large{max-width:512px}.popup__overflow .row{flex-wrap:wrap}.popup__overflow .row .column.column-50{flex:unset;max-width:100%}.popup.gallery-wrap .popup__box--large{max-width:635px;padding:32px 20px}.popup.gallery-wrap .pop-gallery-main .arrow-slide .swiper-button-next{right:-44px}.popup.gallery-wrap .pop-gallery-main .arrow-slide .swiper-button-prev{left:-44px}.popup-improve{margin-bottom:40px}.popup-improve .popup__box{margin:0}.popup-detail-discover .popup__box{padding:20px 32px}.popup-detail-discover .block figure iframe{height:280px}.popup .succcess-popup .succces-wrap:after{background:linear-gradient(270deg,#0e51a500,#0e51a5 46.37%),linear-gradient(270deg,#0e51a500,#0e51a5);width:90%}.popup.large-video .popup__box{max-width:100%;width:100%}.popup.large-video .popup__content iframe{height:460px}}@media all and (max-width: 767px){.popup__box--large{margin:0 16px;padding:24px}.popup__close{top:16px;right:17px}.popup.cookies-wrap p{line-height:150%}.popup.cookies-wrap .popup__overflow{max-height:calc(100vh - 195px);max-height:calc(var(--vh, 1vh) * 100 - 195px);padding-right:10px}.popup.cookies-wrap .popup__box{max-width:440px;padding:24px}.popup.cookies-wrap .list-cookies__item p{line-height:1.4;width:calc(100% - 50px)}.popup.cookies-wrap .list-cookies__item p span{font-size:.813rem;line-height:1.4;font-weight:300}.popup.cookies-wrap .list-cookies__item .switch-custom{align-self:flex-start;margin-top:4px}.popup.cookies-wrap .list-cookies__item .switch-custom i{height:18px;width:36px}.popup.cookies-wrap .list-cookies__item .switch-custom i:before{height:14px;width:14px}.popup.cookies-wrap .btn-cookies .button{line-height:30px;height:34px;padding:0 20px}.popup.gallery-wrap .popup__box--large{max-width:calc(100vw - 52px);padding:28px 16px}.popup.gallery-wrap .pop-gallery-main .arrow-slide a{width:40px;height:40px}.popup.gallery-wrap .pop-gallery-main .arrow-slide .swiper-button-next{right:-32px}.popup.gallery-wrap .pop-gallery-main .arrow-slide .swiper-button-prev{left:-32px}.popup.step-up{display:block}.popup.step-up .popup__box{max-width:100%;margin:40px 16px 0}.popup.step-up .box-form .column{flex:unset;max-width:100%}.popup.step-up .box-form .column:nth-child(odd){border-bottom:none;padding-bottom:0;margin-bottom:10px}.popup.step-up .box-form .column:nth-child(2n){padding-bottom:32px;margin-bottom:32px}.popup.step-up .box-form .column:last-child{margin-bottom:0;padding-bottom:0}.popup.step-up .wrap-btn{margin-top:40px}.popup.step-up .wrap-btn button{min-width:0;display:block}.popup.step-up .list-checkbox .column{margin-bottom:0!important}.popup .popup__box{margin:0 16px;padding:40px 24px}.popup .popup__close{top:10px;right:15px}.popup-img-slider .popup__box{margin:0;padding:40px 16px}.popup-img-slider iframe{height:300px}.popup-img-slider figure img{min-height:300px}.popup-detail-discover{align-items:flex-start}.popup-detail-discover .popup__box{max-width:100%;margin:40px 16px 0}.popup-detail-discover .half{flex-direction:column}.popup-detail-discover .half figure{max-width:100%;flex:unset}.popup-detail-discover .half figcaption{max-width:100%;flex:unset;padding-left:0}.popup-detail-discover .block{padding:0;border:none}.popup-detail-discover .block figure iframe{height:auto;aspect-ratio:1/.75;max-height:360px}.popup-detail-discover .popup__overflow{padding-right:20px}.popup-detail-discover .slider-popup .slick-arrow{display:none}.popup .succcess-popup{width:auto;margin:0 16px;padding:0}.popup .succcess-popup .succces-wrap{min-height:500px;display:flex;align-items:flex-end}.popup .succcess-popup .succces-wrap:after{width:100%;background:linear-gradient(270deg,#0e51a500 20.35%,#0e51a5 38.75%),linear-gradient(270deg,#0e51a500,#0e51a5);height:80%;top:auto;bottom:0;transform:rotate(-90deg)}.popup .succcess-popup .succces-wrap figure{position:absolute;top:0;left:0;right:0}.popup .succcess-popup .succces-wrap figure img{max-width:unset;width:700px;object-position:left top}.popup .succcess-popup .succces-wrap figcaption{width:auto;top:auto;left:0;right:0;margin:0 auto;text-align:left;position:relative;transform:translateY(0);padding:0 30px 30px}.popup-improve{margin-bottom:10px;margin-right:10px}.popup-improve .popup__box{padding:30px 15px;margin:0 10px}.popup.large-video .popup__box{max-width:100%;width:100%}.popup.large-video .popup__content iframe{height:57.5vw;min-height:300px}}.banner-pages figure span{display:none}.banner-pages figure:before,.banner-pages figure:after{display:none}.box-form textarea{min-height:265px}.box-form .row .column small{line-height:1.3;display:block;color:#818181}.box-form .row .column .wrap-captcha{margin-top:-20px}.office h3{color:#013e8a;margin-bottom:32px}.office .wrap-office{margin-bottom:68px}.contact-form h3{color:#013e8a;margin-bottom:32px}.contact-form .box-form{padding:80px;border-radius:24px;background:#fff;box-shadow:0 32px 64px #0000000d}.list-office{position:relative;display:flex;flex-wrap:wrap}.list-office__item{width:50%;display:flex;align-items:center;margin-bottom:30px}.list-office__item figure{width:180px;overflow:hidden;border-radius:12px}.list-office__item .desc-office{position:relative;width:calc(100% - 180px);padding-left:30px}.list-office__item .desc-office h5{font-size:1.125rem;font-weight:500;line-height:150%;margin-bottom:8px;color:var(--c-neutral-gray-5)}.list-office__item .desc-office p{color:#777;line-height:150%;margin-bottom:20px}.list-office__item .desc-office .link{display:flex;flex-wrap:wrap;gap:0 24px}.list-office__item .desc-office .link a{display:block;color:#e51d3a;text-decoration:underline}.undermaintenance{position:relative}.undermaintenance figure{height:100vh;min-height:650px}.undermaintenance figure img{height:100%;width:100%;object-fit:cover;object-position:right}.undermaintenance figure:after{content:"";position:absolute;top:0;bottom:0;background:linear-gradient(270deg,#fff0 15.74%,#ffffffb8 34.56%,#fff 51.39%);left:0;right:auto;width:85%}.undermaintenance figcaption{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%)}.undermaintenance figcaption .text{width:460px;color:var(--c-neutral-gray-5)}.undermaintenance figcaption .text>img{display:block;margin-bottom:32px}.undermaintenance figcaption .text h3{margin-bottom:32px}.undermaintenance figcaption .text p{color:#777;font-size:1.125rem;line-height:170%}.undermaintenance figcaption .text .sosmed{display:flex;align-items:center;margin-top:52px}.undermaintenance figcaption .text .sosmed label{width:110px;font-size:.875rem;font-weight:600;line-height:120%;text-transform:uppercase;margin:0}.undermaintenance figcaption .text .sosmed__list{padding-left:24px;display:flex;align-items:center;gap:0 8px}.undermaintenance figcaption .text .sosmed__list a{position:relative;transition:all ease-out .25s;top:0}.undermaintenance figcaption .text .sosmed__list a img{display:block}.undermaintenance figcaption .text .sosmed__list a:hover{top:-3px;transition:all ease-out .25s}.search-list__result{margin-top:0}.search-list__result h3{font-size:2rem;margin-bottom:16px}.search-list__result span{display:block;font-size:1rem;color:var(--c-neutral-gray-5);font-weight:400}.search-list__listing--inner h6{font-size:1.25rem;color:var(--c-neutral-gray-5);font-weight:600;line-height:140%;margin-bottom:16px}.search-list__listing--inner p{color:#7b7b7b}.search-list__listing--inner .link-detail span{opacity:1}.search-list__listing--inner .link-detail svg{right:0}@media all and (max-width: 1200px){.contact-form .box-form{padding:40px}.undermaintenance figure img{object-position:50%}.undermaintenance figcaption .text{max-width:435px}}@media all and (max-width: 1023px){.search-list__result{margin-bottom:40px}.search-list__result h3{font-size:28px;margin-bottom:12px}.undermaintenance figure:after{background:linear-gradient(180deg,#fff0 15.74%,#ffffffb8 34.56%,#fff 51.39%);bottom:0;height:70%;top:unset;width:100%}.undermaintenance figure img{object-position:center}.undermaintenance figcaption{bottom:80px;top:unset;transform:unset}.undermaintenance figcaption .text{margin:0 auto;max-width:435px;text-align:center}.undermaintenance figcaption .text>img{margin:0 auto 32px}.undermaintenance figcaption .text h3{margin-bottom:24px}.undermaintenance figcaption .text .sosmed{margin-top:48px}.list-office{flex-wrap:wrap}.list-office__item{margin-bottom:38px;width:100%}.list-office__item:last-child{margin-bottom:0}.list-office__item figure{width:120px}.list-office__item .desc-office{padding-left:20px;width:calc(100% - 120px)}.list-office__item .desc-office p br{display:none}.list-office__item .desc-office h5{font-size:16px}.list-office__item .desc-office p{font-size:14px;margin-bottom:16px}.list-office__item .desc-office .link a{font-size:14px}.office .wrap-office{margin-bottom:58px}.contact-form .box-form{padding:40px 34px}}@media all and (max-width: 767px){.undermaintenance figure img{object-position:80%}.undermaintenance figure:after{height:85%}.undermaintenance figcaption{bottom:32px}.undermaintenance figcaption .text{max-width:100%}.undermaintenance figcaption .text .sosmed{flex-wrap:wrap}.undermaintenance figcaption .text .sosmed label{margin:0 auto 26px}.undermaintenance figcaption .text .sosmed__list{padding-left:0;justify-content:center;width:100%}.office h3{margin-bottom:26px}.list-office__item{align-items:flex-start}.list-office__item figure{width:74px}.list-office__item .desc-office{width:calc(100% - 74px)}.list-office__item .desc-office h5{font-size:14px}.list-office__item .desc-office p{font-size:13px;margin-bottom:8px}.list-office__item .desc-office .link a{font-size:13px}.office .wrap-office{margin-bottom:72px}.contact-form .box-form{padding:0}.contact-form .box-form .row .column.column-50{flex:1 0 100%;max-width:100%}.contact-form .box-form .row .column:last-child{margin-bottom:0}.contact-form .box-form .button{height:48px;line-height:46px;width:100%}}
