:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}footer[data-v-24858e8e]{background-color:#09b1a0;padding:20px;text-align:center;color:#fff;font-weight:500}footer p[data-v-24858e8e]{margin-bottom:0}.select-wrapper[data-v-a462fd4e]{background-color:#fff;border-radius:5px;color:#030a39;position:relative}.select-wrapper.open[data-v-a462fd4e]{border-radius:5px 5px 0 0}.select-wrapper .selected-value[data-v-a462fd4e]{padding:5px;cursor:pointer;font-weight:500;height:100%}.select-wrapper .selected-value p[data-v-a462fd4e]{margin-bottom:0;line-height:normal}.select-wrapper .selected-value img[data-v-a462fd4e]{margin-left:5px;transition:transform .2s ease}.select-wrapper .search-field[data-v-a462fd4e]{text-transform:uppercase;color:#030a39;font-weight:500;border-radius:3px;border:1px solid transparent;transition:border-color .2s ease}.select-wrapper .search-field[data-v-a462fd4e]:focus{outline:none;border-color:rgba(3,10,57,.2)}.select-wrapper ul[data-v-a462fd4e]{margin:0;left:0;position:absolute;background-color:#fff;width:100%;border-radius:0 0 5px 5px;z-index:1;box-shadow:0 2px 4px rgba(0,0,0,.1)}.select-wrapper ul li[data-v-a462fd4e]{list-style:none;cursor:pointer;color:#030a39;font-weight:500;transition:background-color .2s ease}.select-wrapper ul li[data-v-a462fd4e]:hover{background-color:#f1f1f1}.select-wrapper ul li[data-v-a462fd4e]:hover:last-of-type{border-radius:0 0 5px 5px}.select-wrapper ul li.active[data-v-a462fd4e]{background-color:#f1f1f1}.select-wrapper ul li .disabled[data-v-a462fd4e]{pointer-events:none;background-color:#a1b1ae;opacity:.5}.select-wrapper ul li ul[data-v-a462fd4e]{position:static;box-shadow:none}.select-wrapper ul li ul li[data-v-a462fd4e]{padding-left:15px}.select-wrapper ul li ul li[data-v-a462fd4e]:hover{border-radius:0}.radio-wrapper[data-v-072456d2]{display:inline-block;position:relative;padding-left:35px;cursor:pointer;font-size:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.radio-wrapper input[data-v-072456d2]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.radio-wrapper input:checked~.radio-label .checkmark[data-v-072456d2]{background-color:#09b1a0}.radio-wrapper input:checked~.radio-label .checkmark[data-v-072456d2]:after{display:block}.radio-wrapper .radio-label[data-v-072456d2]{color:#000;cursor:pointer;margin-bottom:0}.radio-wrapper .radio-label .checkmark[data-v-072456d2]{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;border-radius:50%;transition:all .2s ease}.radio-wrapper .radio-label .checkmark[data-v-072456d2]:after{content:"";position:absolute;display:none;top:50%;left:50%;width:12px;height:12px;transform:translate(-50%,-50%);border-radius:50%;background:#fff}.radio-wrapper .radio-label:hover .checkmark[data-v-072456d2]{background-color:#ccc}.skeleton[data-v-1a5dcd62]{position:relative;background-color:#e0e0e0;overflow:hidden}.skeleton[data-v-1a5dcd62]:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,1%,70%,.2) 20%,hsla(0,0%,58%,.5) 60%,hsla(0,0%,96%,0));animation:shimmer-1a5dcd62 2s infinite;content:""}@keyframes shimmer-1a5dcd62{to{transform:translateX(100%)}}ul[data-v-20218354]{display:flex;flex-wrap:wrap}ul li[data-v-20218354]{list-style:none;margin-right:20px}ul li a[data-v-20218354]{color:#09b1a0;font-weight:700}[data-v-16064718] .radio-wrapper{margin-right:20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Gilroy,sans-serif;font-weight:400}.cursor-pointer{cursor:pointer}.description{font-size:20px;color:#030a39;line-height:30px;text-align:center;margin-top:34px;font-weight:500}@media(min-width:1200px){.container{max-width:1360px}}.w-33{width:33.3333%}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Regular.1d5e85dc.woff2) format("woff2"),url(/fonts/Gilroy-Regular.be39ade6.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Medium.b2f1c3cc.woff2) format("woff2"),url(/fonts/Gilroy-Medium.ad186b93.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-SemiBold.56be94bf.woff2) format("woff2"),url(/fonts/Gilroy-SemiBold.6000d87d.woff) format("woff");font-weight:600;font-style:normal}.nav-bar{padding-top:20px;padding-bottom:20px;position:sticky;top:0;left:0;width:100%;background-color:#fff;z-index:1}@media(max-width:575.98px){.nav-bar{padding-left:15px;padding-right:15px}}@media(min-width:768px){.nav-bar{padding-top:10px;padding-bottom:10px}}.nav-bar.border{z-index:2;border-bottom:1px solid #cecece;box-shadow:0 15px 15px -14px rgba(0,0,0,.69)}.nav-bar .navigation{position:fixed;top:-100vh;left:0;width:100%;height:100vh;background-color:#fff;transition:all .3s ease-in-out;padding:0 15px}@media(min-width:768px){.nav-bar .navigation{top:0;height:auto;position:static}}.nav-bar .navigation.open{top:72px}@media(max-width:575.98px){.nav-bar nav{margin-top:40px}}@media(min-width:576px){.nav-bar nav{margin-top:40px}}@media(min-width:768px){.nav-bar nav{margin-top:0}}.nav-bar nav ul{margin:0;padding:0}.nav-bar nav ul li{list-style:none;color:#030a39;font-weight:500;font-size:20px;cursor:pointer;transition:all .3s ease-in-out}@media(min-width:768px){.nav-bar nav ul li{margin-right:37px}}.nav-bar nav ul li:hover{color:#09b1a0}.nav-bar .btn-transparent{background-color:transparent;color:#030a39;font-weight:500;font-size:20px}@media(max-width:575.98px){.nav-bar .btn-transparent{text-align:left;padding-left:0;font-size:16px}}@media(min-width:576px){.nav-bar .btn-transparent{text-align:left;padding-left:0}}.nav-bar .btn-primary{background-color:#09b1a0;border-color:#09b1a0;font-weight:500;margin-left:20px;font-size:20px}.nav-bar .btn-primary:focus{box-shadow:none!important}.nav-bar .btn-primary:active{border-color:#09b1a0!important;background-color:#09b1a0!important}@media(max-width:575.98px){.nav-bar .btn-primary{margin-left:0;font-size:16px}}@media(min-width:576px){.nav-bar .btn-primary{margin-left:0}}.home-page{padding-bottom:80px}@media(max-width:575.98px){.home-page{padding-bottom:20px}}.home-page .header{padding-bottom:40px}@media(min-width:1200px){.home-page .header{padding-bottom:140px}}.home-page .header .logo{width:400px}.home-page .header .card-image{position:absolute;top:50%;transform:translateY(-50%);right:0;width:40%;opacity:70%}.home-page .header h2{font-size:55px;font-weight:600;line-height:normal;position:relative}@media(max-width:575.98px){.home-page .header h2{font-size:40px}}@media(min-width:768px){.home-page .header h2{z-index:1}}.home-page .header h2 .color-primary{color:#09b1a0!important}.home-page .header .description{font-size:30px;color:#030a39;line-height:40px;max-width:565px;width:100%;margin-top:11px;text-align:left;position:relative}@media(min-width:768px){.home-page .header .description{z-index:1}}.home-page .header button[type=button]{margin-top:34px;background-color:#09b1a0;border-color:#09b1a0;color:#fff;max-width:289px;width:100%;padding:14px;font-size:30px;font-weight:500}@media(max-width:575.98px){.home-page .header button[type=button]{font-size:20px;padding:5px 10px}}.home-page .header button[type=button]:focus{outline:none;box-shadow:none;border-color:unset}@media(max-width:575.98px){.home-page .header button[type=button]{max-width:100%;margin-top:10px}}.home-page .main-content{padding-top:80px;padding-bottom:80px;background-image:url(/img/2.199a9c74.svg);background-position:50%;background-repeat:no-repeat}@media(max-width:575.98px){.home-page .main-content{background-image:none;padding-top:20px;padding-bottom:20px}}.home-page .main-content:before{content:"";position:absolute;top:-1px;left:0;width:12.3%;height:100%;background:linear-gradient(180deg,#ecf2f6 0,#f7f8fa);display:none}@media(min-width:1900px){.home-page .main-content:before{width:29vw}}@media(min-width:1400px){.home-page .main-content:before{display:block}}.home-page .main-content:after{content:"";position:absolute;top:0;right:0;width:8vw;height:100%;background:linear-gradient(180deg,#f9f2f2 0,#fdf9f9);display:none}@media(min-width:1400px){.home-page .main-content:after{width:5vw}}@media(min-width:1600px){.home-page .main-content:after{width:10vw}}@media(min-width:1800px){.home-page .main-content:after{width:16vw}}@media(min-width:2000px){.home-page .main-content:after{width:20vw}}@media(min-width:2300px){.home-page .main-content:after{width:22vw}}@media(min-width:2500px){.home-page .main-content:after{width:26vw}}@media(min-width:1400px){.home-page .main-content:after{display:block}}.home-page .main-content .item img{width:90px}.home-page .main-content .item h5{color:#09b1a0;font-weight:500;font-size:28px;line-height:normal;margin-top:30px}@media(max-width:575.98px){.home-page .main-content .item .description{margin-top:15px}}.home-page .main-content h6{text-align:center;color:#030a39;font-size:36px;margin-top:84px;font-weight:500}@media(max-width:575.98px){.home-page .main-content h6{margin-top:30px;font-size:30px}}.home-page .main-content h6 .color-primary{color:#09b1a0}.home-page .main-content button[type=button]{background-color:#09b1a0;border-color:#09b1a0;color:#fff;max-width:219px;width:100%;padding:14px;font-size:30px;font-weight:500;margin-top:30px;font-size:24px}@media(max-width:575.98px){.home-page .main-content button[type=button]{font-size:20px;padding:5px 10px}}.home-page .main-content button[type=button]:focus{outline:none;box-shadow:none;border-color:unset}.home-page .calculator{background-color:#09b1a0;padding-top:40px;padding-bottom:40px}@media(min-width:1200px){.home-page .calculator{padding-top:80px;padding-bottom:80px}}.home-page .calculator .description{text-align:left;font-size:30px;line-height:40px}.home-page .calculator .calculator-wrapper{background-color:#fff;border-radius:20px;padding:20px;box-shadow:5px 5px 19px 0 hsla(0,0%,51%,.73)}.home-page .calculator .calculator-wrapper .form-group .field-style{border:1px solid #cecece;border-radius:10px}.home-page .calculator .calculator-wrapper .form-group .field-style input{border-radius:inherit;border-right:0}.home-page .calculator .calculator-wrapper .form-group .field-style input:disabled{background-color:#ccc!important;border-top-right-radius:0;border-bottom-right-radius:0}.home-page .calculator .calculator-wrapper .form-group .field-style .select-wrapper{border-radius:0 10px 10px 0;border-left:1px solid #cecece}.home-page .calculator .calculator-wrapper .form-group .label{color:#030a39;font-weight:500;font-size:16px;line-height:normal;margin-bottom:5px}.home-page .calculator .calculator-wrapper .form-group .form-control{color:#030a39;font-weight:500;font-size:20px;border:none;border-radius:5px 0 0 5px;background-color:#fff;border-right:1px solid #030a39}.home-page .calculator .calculator-wrapper .form-group .form-control:focus{box-shadow:none;border-color:unset}.home-page .calculator .calculator-wrapper .form-group .select-wrapper{border-radius:0 5px 5px 0}.home-page .calculator .calculator-wrapper .form-group .select-wrapper.max-height ul{max-height:170px;overflow-y:auto}.home-page .calculator .calculator-wrapper .form-group .select-wrapper.open{border-radius:0 5px 0 0!important}.home-page .calculator .calculator-wrapper .form-group .radio-wrapper{margin-top:20px}@media(min-width:1200px){.home-page .calculator .calculator-wrapper .form-group .radio-wrapper{margin-top:0}}.home-page .calculator .calculator-wrapper .form-group .paying-type{height:38px;border:1px solid #cecece;border-radius:10px}.home-page .calculator .calculator-wrapper .form-group .paying-type.open{border-radius:5px 5px 0 0!important}.home-page .calculator .calculator-wrapper .form-group .paying-type .selected-value{padding-left:15px}.home-page .calculator .calculator-wrapper p{color:#000}.home-page .about-us{padding-top:50px;padding-bottom:50px}@media(max-width:575.98px){.home-page .about-us{padding-top:20px;padding-bottom:20px}}.home-page .about-us ul li{list-style:none;margin-top:10px;margin-bottom:30px}@media(max-width:575.98px){.home-page .about-us ul li{font-size:20px}}@media(min-width:768px){.home-page .about-us ul li{font-size:25px}}.home-page .about-us ul li:last-of-type{margin-bottom:0}.home-page .destinations{margin-top:50px;margin-bottom:50px}@media(max-width:575.98px){.home-page .destinations{margin-top:20px;margin-bottom:20px}}.home-page .destinations .w-70{width:70%}@media(max-width:575.98px){.home-page .destinations .w-70{width:100%}}@media(min-width:768px){.home-page .destinations .w-70{width:60%}}.home-page .destinations .w-30{width:30%}@media(max-width:575.98px){.home-page .destinations .w-30{width:100%}}@media(min-width:768px){.home-page .destinations .w-30{width:40%}}.home-page .destinations h2{text-align:center;color:#09b1a0}@media(max-width:575.98px){.home-page .destinations h2{font-size:40px}}@media(min-width:768px){.home-page .destinations h2{font-size:45px}}@media(min-width:992px){.home-page .destinations h2{font-size:55px}}.home-page .destinations p{text-align:center;margin-bottom:0;font-size:20px}.home-page .destinations ul{display:flex;flex-wrap:wrap;margin:0 -5px;padding-left:20px;max-height:300px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.home-page .destinations ul::-webkit-scrollbar{display:none}.home-page .destinations ul li{list-style:none;width:33.3333%;padding:0 5px;margin-bottom:10px}.home-page .destinations ul li .wrapper{display:flex;justify-content:center;align-items:center;border:1px solid #09b1a0;border-radius:10px;padding:15px;height:100%}.home-page .destinations ul li .wrapper img{width:30px;margin:0 auto}.home-page .destinations ul li .wrapper p{text-transform:uppercase;font-size:16px;margin-left:10px}.home-page .pricing{padding-bottom:50px}@media(max-width:575.98px){.home-page .pricing{padding-bottom:20px}}@media(min-width:576px){.home-page .pricing{padding-top:50px}}.home-page .pricing h2{text-align:center;color:#09b1a0}@media(max-width:575.98px){.home-page .pricing h2{font-size:40px}}@media(min-width:768px){.home-page .pricing h2{font-size:45px}}@media(min-width:992px){.home-page .pricing h2{font-size:55px}}.home-page .pricing ul li{list-style:none;font-size:20px;margin-top:10px;border:1px solid #09b1a0;border-radius:10px;padding:10px}@media(max-width:575.98px){.home-page .pricing ul li{display:flex;flex-wrap:wrap;align-items:start}}.home-page .pricing ul li span{display:inline-block}@media(max-width:575.98px){.home-page .pricing ul li span{width:50%!important}}.home-page .pricing ul li span:first-child{width:40%}.home-page .pricing ul li span:nth-child(2),.home-page .pricing ul li span:nth-child(3){width:10%}.home-page .pricing ul li span:nth-child(4){width:40%}.home-page .faq{padding-bottom:50px}@media(max-width:575.98px){.home-page .faq{padding-bottom:20px}}.home-page .faq h2{text-align:center;color:#09b1a0}@media(max-width:575.98px){.home-page .faq h2{font-size:40px}}@media(min-width:768px){.home-page .faq h2{font-size:45px}}@media(min-width:992px){.home-page .faq h2{font-size:55px}}.home-page .faq .faq-question{display:flex;align-items:center;justify-content:space-between;font-size:25px;cursor:pointer;margin-top:20px}.home-page .faq .faq-answer,.home-page .faq .faq-question{border:1px solid #09b1a0;border-radius:10px;padding:15px 25px}.home-page .faq .faq-answer{background-color:#dcf9f6;font-size:20px;margin-top:5px}.home-page .faq .faq-answer p{color:#000}.home-page .faq .faq-answer p:last-of-type{margin-bottom:0}.home-page .faq .accordion-enter-active,.home-page .faq .accordion-leave-active{transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.home-page .faq .accordion-enter-from,.home-page .faq .accordion-leave-to{max-height:0;opacity:0;padding-top:0}.home-page .faq .accordion-enter-to,.home-page .faq .accordion-leave-from{max-height:500px;opacity:1;padding-top:.5em}.home-page .contact{padding-bottom:50px}@media(max-width:575.98px){.home-page .contact{padding-bottom:20px}}.home-page .contact h2{text-align:center;color:#09b1a0}@media(max-width:575.98px){.home-page .contact h2{font-size:40px}}@media(min-width:768px){.home-page .contact h2{font-size:45px}}@media(min-width:992px){.home-page .contact h2{font-size:55px}}.home-page .contact ul li{list-style:none;text-align:center;font-size:20px}.home-page .contact ul li a{color:#09b1a0;margin-left:10px}