:root{--primary-color:#0e6ed8;--primary-color-dark:#0e6ed8;--primary-color-success:#388e3c;--text-highlight:#cd000b;--bg-color:#e5e5e5}*{box-sizing:border-box;padding:0;margin:0;font-family:var(--font-family)!important}.flex{display:flex}.grid{display:grid}.grid2fr{grid-template-columns:1fr 1fr;gap:1rem}a{color:#000;word-break:break-all;text-decoration:none!important}a:hover{cursor:pointer}.flexRow{flex-direction:row}.flexColumn{display:flex;flex-direction:column}.align-center,.alignCenter{align-items:center}.justify-center,.justifyCenter{justify-content:center}.text-center{text-align:center}.justify-center{justify-content:center}.align-center{align-items:center}.flexSpaceBetween{display:flex;justify-content:space-between}.w100{width:100%}.mt05{margin-top:.5rem!important}.mt1{margin-top:1rem}.mt15{margin-top:1.5rem}.mt2{margin-top:2rem}.mb05{margin-bottom:.5rem}.mb1{margin-bottom:1rem}.mb15{margin-bottom:1.5rem}.mb2{margin-bottom:2rem}.mb275{margin:.275rem 0}.mt275{margin-top:.275rem}.mt75{margin-top:.75rem}.mr275{margin-right:.275rem}.mr1{margin-right:1rem}.mr05{margin-right:.5rem}.ml05{margin-left:.5rem}.p05{padding:.5rem!important}.p1{padding:1rem}.p15{padding:1.5rem!important}.p2{padding:2rem!important}main{background-color:#f4f5f7;min-height:calc(100vh - 64px);margin-top:64px}nav{height:64px;position:fixed;left:0;top:0;right:0;z-index:1000}.navMenu{font-weight:500;cursor:pointer}.infoContainer{padding:24px;color:#fff;display:flex;justify-content:space-between}.infoItem{display:flex;align-items:flex-start;gap:16px}.infoItem img{width:48px;background:#0466bb;padding:8px;border-radius:4px}.infoItem div{display:flex;gap:4px;flex-direction:column}.infoItem div p{font-size:14px}.navContainer{display:flex;align-items:center;justify-content:space-between;padding:0 24px;color:#fff;max-width:98%;margin:0 auto;height:100%}.maxContent{max-width:1600px;margin:0 auto}nav .ant-select-selector{border-radius:54px!important;font-size:14px!important}@keyframes zoomin{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}.carouselItem{width:100%;height:80vh;background:#eee}.carouselItem img{width:100%;height:100%;animation:zoomin 10s ease-in infinite;object-fit:cover;filter:brightness(70%)}.carouselItem div{height:80vh;width:100%;overflow:hidden;background:#eee}.navbarHeight{height:60px}.menu{display:flex}.mainMenu{background-color:#fff!important;height:calc(100vh - 60px)}.mainMenu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:#eef4fb;border-right:2px solid var(--primary-color)}.mainMenu .ant-menu-item{margin-bottom:0!important;margin-top:0!important}.navHorizontalMenu .ant-menu-item,.navHorizontalMenu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#000!important}.subMenu{flex:1 1;border-left:1px solid #f5f5f5}.subMenu .ant-menu-title-content{font-size:14px!important;font-weight:400}.mainMenu .ant-menu-item{padding-left:10px!important;border-radius:0!important;height:46px!important}.mainMenu .ant-menu{background-color:#fff}.ant-menu{border-right:none!important}.subMenu .ant-menu-item{padding-left:16px!important}.mainMenu .ant-menu-item{width:100%!important;margin-right:0!important;margin-left:0!important}.subMenu .ant-menu-title-content{-webkit-margin-start:12px!important;margin-inline-start:12px!important}.noPadding .ant-modal-content{padding:0!important}.ant-descriptions-item-label{font-weight:500!important;color:#000!important;font-size:14px!important}.ant-btn{box-shadow:none!important}.loginContainer{display:flex;align-items:center;justify-content:center;height:80vh;max-width:100%}.loginFormContainer{width:460px;max-width:100%}.whyUsSection{display:flex;flex-direction:row;padding:64px 24px;gap:48px;min-height:60vh}.howDoesItWork{padding:36px 24px;min-height:70vh}.stepList{flex-direction:column;gap:12px}.stepList,.stepList div{display:flex}.stepList .number{background:#388e3c;color:#fff;display:flex;width:22px;height:22px;border-radius:20px;align-items:center;justify-content:center;margin-right:16px;font-size:12px;font-weight:500}.bookingSummeryItem{display:flex;align-items:center;margin-bottom:1rem}.bookingSummeryItem .title{flex:1 1;text-align:right;display:flex;justify-content:flex-end}.bookingSummeryItem .value{min-width:200px;display:flex;justify-content:flex-end}@keyframes animateBg{0%{background-position:0 0}to{background-position:3952px 0}}.bgMap{animation:animateBg 60s linear infinite;min-height:50vh;background-position:50%;display:flex;align-items:center}.bgMap,.tools{padding:64px 24px}.whyUsSection .item img{max-height:230px;object-fit:cover}.whyUsSection .item{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1 1}.pageInfoContainer h1{font-size:24px!important}.pageInfoContainer h2{font-size:18px;font-weight:500}.pageInfoContainer ul{margin-left:2.5rem;margin-bottom:1rem}.pageInfoContainer p{margin-bottom:1rem}.section{position:relative;width:100%;height:200px;background:var(--primary-color);overflow:hidden;z-index:500}.section .air{position:absolute;bottom:0;left:0;width:100%;height:100px;background:url(/wave.png);background-size:1000px 100px}.section .air.air1{animation:wave 30s linear infinite;z-index:1000;opacity:1;animation-delay:0s;bottom:0}.section .air.air2{animation:wave2 15s linear infinite;z-index:999;opacity:.5;animation-delay:-5s;bottom:10px}.section .air.air3{animation:wave 30s linear infinite;z-index:998;opacity:.2;animation-delay:-2s;bottom:15px}.section .air.air4{animation:wave2 5s linear infinite;z-index:997;opacity:.7;animation-delay:-5s;bottom:20px}@keyframes wave{0%{background-position-x:0}to{background-position-x:1000px}}@keyframes wave2{0%{background-position-x:0}to{background-position-x:-1000px}}.footerContainer .child{padding:2rem 4rem}.footerBottom{background-color:#044c8b}.footerMiddle a{color:#fff!important;font-weight:500}.partners{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:1rem;gap:1rem;width:85%;margin:0 auto}.partner{background-color:#e8f0f3;height:120px;padding:1rem 1.5rem;border-radius:6px}.partner h3{margin-bottom:.5rem;text-align:center;color:#333}.partner img{width:100%;height:54px;object-fit:contain}.footerTop{display:flex;background-color:#fff}.footerBottom{padding:12px!important}.socialLink img{width:36px;height:36px;border:2px solid #fff;border-radius:32px}.productSpecification img{max-width:100%}.footerContainer .companyLogos{display:flex;align-items:center;justify-content:center;flex-direction:column}.footerContainer .companyLogos .sisters img{width:100%;padding:1rem;height:100px;object-fit:contain;border-radius:8px;max-width:180px}.footerContainer .companyLogos .sisters{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:20px}.gridFrFooter{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:1rem;gap:1rem}.footerMiddle h3{font-size:17px!important}.footerCopyRight{display:flex}.footerCopyRight .separator{margin:0 .5rem}.footerTop{padding:3rem 1rem!important}.accountContent{margin-left:240px;padding:12px}.homeForm{position:absolute;left:0;top:0;right:0;bottom:0;background-color:hsla(0,0%,100%,0);z-index:800;box-shadow:0 0 10px 0 rgba(0,0,0,.05);display:flex;padding:24px;justify-content:center;align-items:flex-start;flex-direction:column}.homeFormCountry{display:flex;gap:12px;align-items:center}.logo{height:46px}.homeFormSelect{display:flex;gap:16px}.homeFormSelect .categorySelect{flex:1 1}.infoItem img{width:44px}.howDoesItWorkContent{margin-bottom:80px}.dashboardBasicStats{background-color:#fff;display:flex;padding:20px;border-radius:6px}.phoneOnly,.table .heading{display:none}@media screen and (min-width:1200px) and (max-width:1399px){.animation3{margin-top:-165px!important}}@media screen and (min-width:1400px) and (max-width:1600px){.animation3{margin-top:-180px!important}}@media screen and (min-width:1600px) and (max-width:1800px){.animation3{margin-top:-220px!important}}@media screen and (min-width:1801px) and (max-width:1920px){.animation3{margin-top:-280px!important}}@media (min-width:1921px){.animation3Container{height:180px!important}.animation3{margin-top:-355px!important}}@media (max-width:768px){.logo{height:46px}.table .heading{display:block}.hideOnPhone{display:none}.phoneOnly{display:flex}.homeFormWrapper{width:100%!important}.footerContainer .companyLogos .sisters{gap:.5rem}.table th{display:none}.ant-table-container{border:none!important}.table tbody tr{border-bottom:8px solid #e5e5e5}.dashboardBasicStats,.table tbody tr{display:grid;grid-template-columns:1fr 1fr}.dashboardBasicStats{grid-gap:1rem;gap:1rem}.dashboardBasicStats img{width:44px!important}.dashboardBasicStats h3{font-size:15px!important}.navContainer{padding:0 16px}.pcOnly{display:none!important}.whyUsSection{flex-direction:column}.homeForm .maxContent{padding-left:0!important}.homeFormContainer *{font-size:14px!important}.homeFormContainer .homeFormItem{flex-direction:column!important}.homeFormCountry{display:flex;gap:12px;width:100%}.homeFormImage{width:20px!important}.homeFormSelect{display:flex;flex-direction:column;gap:16px}.homeFormInput{width:100%!important}.homeForm h1{font-size:24px!important}.infoContainer{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}.howDoesItWorkContent{margin-bottom:0}.videoContainer{min-height:auto!important}.toolsSection{padding-top:24px;padding-bottom:32px}.cloudSection{text-align:center;padding:0 24px}.cloudSection h1{font-size:24px!important}.animation3{margin-top:0!important}.section{height:185px}.animation3Container{height:85px!important;margin-top:-50px!important}.section{position:relative;width:100%;height:100px;background:var(--primary-color);overflow:hidden;z-index:500}.section .air{position:absolute;bottom:0;left:0;width:100%;height:50px;background:url(/wave.png);background-size:800px 50px}.accountContent{margin-left:0}.phoneMenu{background-color:#fff}.phoneMenu .menuItem{padding:1rem}.menuItem a{margin-left:.5rem}.horizontalOverflow{overflow-x:auto}.footerCopyRight{flex-direction:column}.footerCopyRight .separator{display:none}.footerCopyRight p{font-size:14px;margin-top:6px}.cloudSection{height:240px!important}}@font-face{font-family:__Jost_4635eb;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Jost_4635eb;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Jost_4635eb;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Jost_Fallback_4635eb;src:local("Arial");ascent-override:111.66%;descent-override:39.13%;line-gap-override:0.00%;size-adjust:95.83%}.__className_4635eb{font-family:__Jost_4635eb,__Jost_Fallback_4635eb;font-style:normal}