@charset "UTF-8";html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{margin:0;scroll-behavior:smooth}html{position:relative;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizespeed}details>summary,li,ol,ul{list-style:none}summary{display:list-item}details summary::-webkit-details-marker{display:none}h1,h2,h3,h4,p{font-size:inherit;font-weight:inherit;margin:0}ul,ol,dl,dd{margin:0;padding:0}p{margin:0}label,time{display:block}form{margin-bottom:0}figure,blockquote{margin:0}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}a{text-decoration:none;color:inherit}img,picture,svg,video{display:block;height:auto;max-width:100%}b,strong{font-weight:900}address{font-style:normal}button{margin:0;padding:0;border-color:transparent;background-color:transparent;font:inherit;font-size:100%;color:inherit;line-height:1;cursor:pointer;outline:0;text-align:left}button:disabled{cursor:default}[type=button],[type=reset],[type=submit],button{-webkit-appearance:none}input,textarea,button,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;background-color:transparent;font:inherit;line-height:1}:root{--content-width: 1330px;--container-offset: 15px;--container-width: calc(var(--content-width) + (var(--container-offset) * 2));--font-family-primary: "Manrope", sans-serif;--lineHeight: 1.5;--fw-main: 400;--fz-text-normal: 16px;--c-white: #ffffff;--c-black: #161616;--c-light: #E8EEFF;--c-dark: #2D2D2D;--c-gray: #828282;--c-accent: #235EE7}@font-face{src:url(/fonts/Manrope-Light.woff2) format("woff2");font-family:Manrope;font-weight:300;font-style:normal;font-display:swap}@font-face{src:url(/fonts/Manrope-Regular.woff2) format("woff2");font-family:Manrope;font-weight:400;font-style:normal;font-display:swap}@font-face{src:url(/fonts/Manrope-Medium.woff2) format("woff2");font-family:Manrope;font-weight:500;font-style:normal;font-display:swap}@font-face{src:url(/fonts/Manrope-SemiBold.woff2) format("woff2");font-family:Manrope;font-weight:600;font-style:normal;font-display:swap}@font-face{src:url(/fonts/Manrope-Bold.woff2) format("woff2");font-family:Manrope;font-weight:700;font-style:normal;font-display:swap}html,body{scroll-behavior:smooth;overscroll-behavior-y:none}.page{height:var(--vh);font-family:var(--font-family-primary);font-weight:var(--fw-main);font-style:normal;font-size:var(--fz-text-normal);line-height:var(--lineHeight);letter-spacing:var(--letterSpacing);color:var(--c-black);background-color:#fff;font-optical-sizing:auto}.page__body{min-width:320px;min-height:var(--vh)}.page.open{overflow:hidden}.container{margin:0 auto;padding:0 var(--container-offset);width:100%;max-width:var(--container-width)}.wrapper{position:relative;display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;min-height:var(--vh);overflow-x:hidden}.wrapper:before{content:"";position:fixed;z-index:-100;top:0;right:0;bottom:0;left:0;opacity:0;background-color:transparent;transition:.3s ease-in-out}.open .wrapper:before{z-index:20;background-color:var(--c-dark);opacity:.8}.sr-only{position:absolute!important;clip-path:inset(50%)!important;overflow:hidden!important;margin:-1px!important;border:0!important;padding:0!important;width:1px!important;height:1px!important;white-space:nowrap!important;clip:rect(1px,1px,1px,1px)!important}.bg-primary{background-color:var(--c-primary)}.bg-secondary{background-color:var(--c-secondary)}.bg-light{background-color:var(--c-light)}.bg-dark{background-color:var(--c-dark)}.bg-accent{background-color:var(--c-accent)}.bg-white{background-color:var(--c-white)}.bg-black{background-color:var(--c-black)}.bg-gray{background-color:var(--c-gray)}.bg-nr{background-repeat:no-repeat}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.bg-center{background-position:center}[class*=border]{border-style:solid}.border-1{border-width:1px}.border-2{border-width:2px}.border-color-white{border-color:var(--c-white)}.border-color-black{border-color:var(--c-black)}.border-color-accent{border-color:var(--c-accent)}.border-color-light{border-color:var(--c-light)}.center{margin:0 auto}.center-abs{left:0;right:0;margin:0 auto}.color-white{color:var(--c-white)}.color-black{color:var(--c-black)}.color-inherit{color:inherit}.color-primary{color:var(--c-primary)}.color-secondary{color:var(--c-secondary)}.color-light{color:var(--c-light)}.color-gray{color:var(--c-gray)}.color-dark{color:var(--c-dark)}.color-accent{color:var(--c-accent)}.color-green{color:var(--c-green)}.d-grid{display:grid}.g-col-1{grid-template-columns:1fr}.g-col-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 992px){.g-col-2.g-col-1-lg{grid-template-columns:1fr}}@media (max-width: 768px){.g-col-2.g-col-1-md{grid-template-columns:1fr}}@media (max-width: 600px){.g-col-2.g-col-1-sm{grid-template-columns:1fr}}.g-col-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 992px){.g-col-3.g-col-2-lg{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.g-col-3.g-col-2-md{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.g-col-3.g-col-1-lg{grid-template-columns:1fr}}@media (max-width: 768px){.g-col-3.g-col-1-md{grid-template-columns:1fr}}@media (max-width: 600px){.g-col-3.g-col-1-sm{grid-template-columns:1fr}}.g-col-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1200px){.g-col-4.g-col-3-xl{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1200px){.g-col-4.g-col-2-xl{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.g-col-4.g-col-2-lg{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.g-col-4.g-col-2-md{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.g-col-4.g-col-2-sm{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.g-col-4.g-col-1-md{grid-template-columns:1fr}}@media (max-width: 600px){.g-col-4.g-col-1-sm{grid-template-columns:1fr}}.flex{display:flex}@media (max-width: 1200px){.flex.col-1-xl{flex-wrap:wrap}.flex.col-1-xl>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 992px){.flex.col-1-lg{flex-wrap:wrap}.flex.col-1-lg>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 768px){.flex.col-1-md{flex-wrap:wrap}.flex.col-1-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}.flex.col-2>*{flex-grow:1;flex-shrink:0;flex-basis:0%;width:48%}@media (max-width: 600px){.flex.col-2.col-1-sm{flex-wrap:wrap}.flex.col-2.col-1-sm>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 768px){.flex.col-2.col-1-md{flex-wrap:wrap}.flex.col-2.col-1-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%}}.flex.col-3>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:31%}@media (max-width: 1200px){.flex.col-3.col-2-xl{flex-wrap:wrap}.flex.col-3.col-2-xl>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:48%!important}}@media (max-width: 992px){.flex.col-3.col-2-lg{flex-wrap:wrap}.flex.col-3.col-2-lg>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:48%!important}}@media (max-width: 768px){.flex.col-3.col-2-lg.col-1-md{flex-wrap:wrap}.flex.col-3.col-2-lg.col-1-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 768px){.flex.col-3.col-2-md{flex-wrap:wrap}.flex.col-3.col-2-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:48%!important}}@media (max-width: 768px){.flex.col-3.col-2-md.col-1-md{flex-wrap:wrap}.flex.col-3.col-2-md.col-1-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 992px){.flex.col-3.col-1-lg{flex-wrap:wrap}.flex.col-3.col-1-lg>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%}}@media (max-width: 768px){.flex.col-3.col-1-md{flex-wrap:wrap}.flex.col-3.col-1-md>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}@media (max-width: 600px){.flex.col-3.col-1-sm{flex-wrap:wrap}.flex.col-3.col-1-sm>*{flex-grow:1;flex-shrink:0;flex-basis:auto;width:100%!important}}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}@media (max-width: 1200px){.flex-row-xl{flex-direction:row}}@media (max-width: 992px){.flex-row-lg{flex-direction:row}}.flex-r-reverse{flex-direction:row-reverse}.flex-c-reverse{flex-direction:column-reverse}.flex-grow{flex:1 0 auto}.align-center{align-items:center}@media (max-width: 992px){.align-center-lg{align-items:center}}.align-stretch{align-items:stretch}.align-start{align-items:flex-start}.align-end{align-items:flex-end}@media (max-width: 992px){[class^=align].align-center-lg{align-items:center}}@media (max-width: 768px){[class^=align].align-center-md{align-items:center}}@media (max-width: 768px){[class^=align].align-center-sm{align-items:center}}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}@media (max-width: 992px){[class*=justify].justify-center-lg{justify-content:center}}@media (max-width: 768px){[class*=justify].justify-center-md{justify-content:center}}@media (max-width: 600px){[class*=justify].justify-center-sm{justify-content:center}}@media (max-width: 480px){[class*=justify].justify-center-xs{justify-content:center}}.a-self-end{align-self:flex-end}.font-primary{font-family:var(--font-family-primary)}.font-secondary{font-family:var(--font-family-secondary)}.fz-xl{font-size:calc(24px + (28 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.fz-xl{font-size:28px}}.fz-lg{font-size:calc(20px + (24 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.fz-lg{font-size:24px}}.fz-md{font-size:calc(18px + (22 - 18) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.fz-md{font-size:22px}}.fz-sm{font-size:18px}.fz-xs{font-size:14px}.fw-100,.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.gap-xxl{gap:calc(20px + (120 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-xxl{gap:120px}}.gap-xl{gap:calc(20px + (86 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-xl{gap:86px}}.gap-lg{gap:calc(20px + (48 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-lg{gap:48px}}.gap-md{gap:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-md{gap:32px}}.gap-sm{gap:24px}@media (max-width: 768px){.gap-sm{gap:16px}}.gap-xs{gap:16px}.gap-xxs{gap:8px}.gap-6{gap:calc(20px + (60 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-6{gap:60px}}.gap-5{gap:calc(20px + (50 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-5{gap:50px}}.gap-4{gap:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-4{gap:40px}}.gap-3{gap:calc(15px + (30 - 15) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.gap-3{gap:30px}}.gap-2{gap:20px}.gap-1{gap:10px}.c-gap-xxl{-moz-column-gap:calc(20px + (120 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (120 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-xxl{-moz-column-gap:120px;column-gap:120px}}.c-gap-xl{-moz-column-gap:calc(20px + (86 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (86 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-xl{-moz-column-gap:86px;column-gap:86px}}.c-gap-lg{-moz-column-gap:calc(20px + (48 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (48 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-lg{-moz-column-gap:48px;column-gap:48px}}.c-gap-md{-moz-column-gap:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-md{-moz-column-gap:32px;column-gap:32px}}.c-gap-sm{-moz-column-gap:24px;column-gap:24px}@media (max-width: 768px){.c-gap-sm{-moz-column-gap:16px;column-gap:16px}}.c-gap-xs{-moz-column-gap:16px;column-gap:16px}.c-gap-xxs{-moz-column-gap:8px;column-gap:8px}.c-gap-6{-moz-column-gap:calc(20px + (60 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (60 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-6{-moz-column-gap:60px;column-gap:60px}}.c-gap-5{-moz-column-gap:calc(20px + (50 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (50 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-5{-moz-column-gap:50px;column-gap:50px}}.c-gap-4{-moz-column-gap:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360));column-gap:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-4{-moz-column-gap:40px;column-gap:40px}}.c-gap-3{-moz-column-gap:calc(15px + (30 - 15) * (100vw - 360px) / (1440 - 360));column-gap:calc(15px + (30 - 15) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.c-gap-3{-moz-column-gap:30px;column-gap:30px}}.c-gap-2{-moz-column-gap:20px;column-gap:20px}.c-gap-1{-moz-column-gap:10px;column-gap:10px}.r-gap-xxl{row-gap:calc(20px + (120 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-xxl{row-gap:120px}}.r-gap-xl{row-gap:calc(20px + (86 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-xl{row-gap:86px}}.r-gap-lg{row-gap:calc(20px + (48 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-lg{row-gap:48px}}.r-gap-md{row-gap:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-md{row-gap:32px}}.r-gap-sm{row-gap:24px}@media (max-width: 768px){.r-gap-sm{row-gap:16px}}.r-gap-xs{row-gap:16px}.r-gap-xxs{row-gap:8px}.r-gap-6{row-gap:calc(20px + (60 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-6{row-gap:60px}}.r-gap-5{row-gap:calc(20px + (50 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-5{row-gap:50px}}.r-gap-4{row-gap:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-4{row-gap:40px}}.r-gap-3{row-gap:calc(15px + (30 - 15) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.r-gap-3{row-gap:30px}}.r-gap-2{row-gap:20px}.r-gap-1{row-gap:10px}.gradient-main{background-image:var(--main-gradient)}.h-max{height:100%}.icon:before{content:"";display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.icon-bg:before{width:var(--main-icon-size);height:var(--main-icon-size);aspect-ratio:1/1}.icon-input{background-repeat:no-repeat;background-size:24px;background-position:left 20px center;padding-left:50px}.icon-mask:before{content:"";background-color:currentColor;display:block;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;min-width:24px;height:24px;aspect-ratio:1/1}.icon-mask-bg:before{width:var(--main-icon-size);height:var(--main-icon-size);aspect-ratio:1/1}.icon-xl:before{width:64px;height:64px;aspect-ratio:1/1}.ls-02{letter-spacing:.02em}.ls-01{letter-spacing:.01em}.-ls-02{letter-spacing:-.02em}.-ls-01{letter-spacing:-.01em}.lh-100{line-height:1}.lh-110{line-height:1.1}.lh-115{line-height:1.15}.lh-120{line-height:1.2}.lh-125{line-height:1.25}.lh-130{line-height:1.3}.lh-135{line-height:1.35}.lh-140{line-height:1.4}.lh-145{line-height:1.45}.lh-150{line-height:1.5}.lh-155{line-height:1.55}.lh-160{line-height:1.6}.lh-165{line-height:1.65}.lh-170{line-height:1.7}.lh-175{line-height:1.75}.mb-xxl{margin-bottom:calc(36px + (120 - 36) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-xxl{margin-bottom:120px}}.mb-xl{margin-bottom:calc(30px + (86 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-xl{margin-bottom:86px}}.mb-lg{margin-bottom:calc(24px + (48 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-lg{margin-bottom:48px}}.mb-md{margin-bottom:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-md{margin-bottom:32px}}.mb-sm{margin-bottom:24px}@media (max-width: 768px){.mb-sm{margin-bottom:16px}}.mb-xs{margin-bottom:16px}.mb-xxs{margin-bottom:8px}.mb-6{margin-bottom:calc(30px + (60 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-6{margin-bottom:60px}}.mb-5{margin-bottom:calc(24px + (50 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-5{margin-bottom:50px}}.mb-4{margin-bottom:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-4{margin-bottom:40px}}.mb-3{margin-bottom:calc(16px + (30 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mb-3{margin-bottom:30px}}.mb-2{margin-bottom:20px}.mb-1{margin-bottom:10px}.mb-05{margin-bottom:5px}.mr-xxl{margin-right:calc(36px + (120 - 36) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-xxl{margin-right:120px}}.mr-xl{margin-right:calc(30px + (86 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-xl{margin-right:86px}}.mr-lg{margin-right:calc(24px + (48 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-lg{margin-right:48px}}.mr-md{margin-right:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-md{margin-right:32px}}.mr-sm{margin-right:24px}@media (max-width: 768px){.mr-sm{margin-right:16px}}.mr-xs{margin-right:16px}.mr-xxs{margin-right:8px}.mr-6{margin-right:calc(30px + (60 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-6{margin-right:60px}}.mr-5{margin-right:calc(24px + (50 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-5{margin-right:50px}}.mr-4{margin-right:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-4{margin-right:40px}}.mr-3{margin-right:calc(16px + (30 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.mr-3{margin-right:30px}}.mr-2{margin-right:20px}.mr-1{margin-right:10px}.mr-05{margin-right:5px}.m-auto{margin-left:auto;margin-right:auto}.mt-auto{margin-top:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.op-80{opacity:.8}.op-70{opacity:.7}.op-60{opacity:.6}.op-50{opacity:.5}.op-40{opacity:.4}.op-20{opacity:.2}.d-block{display:block}.d-inline-block{display:inline-block}.no-hover{pointer-events:none}.img-cover{-o-object-fit:cover;object-fit:cover}.img-contain{-o-object-fit:contain;object-fit:contain}.list-disc{padding-left:35px}.list-disc li{list-style-type:disc}.list-disc li::marker{content:"• ";vertical-align:middle}.no-wrap{white-space:nowrap}.relative{position:relative}.absolute{position:absolute}.overflow{overflow:hidden}.overflow-y{overflow-y:hidden}.overflow-x{overflow-x:hidden}.overlay{position:relative;background-position:center;background-repeat:no-repeat;background-size:cover}.overlay:before{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0}.overlay-linear:before{background-image:var(--dark-gradient)}.overlay-radial:before{background-image:var(--radial-gradient)}.overlay-dark:before{background-color:var(--c-dark)}.overlay-primary:before{background-color:var(--c-primary)}.overlay-accent:before{background-color:var(--c-accent)}.overlay-op-20:before{opacity:.2}.overlay-op-40:before{opacity:.2}.overlay-op-60:before{opacity:.2}.overlay-op-80:before{opacity:.8}.overlay-white:before{background-color:#fff}.overlay-black:before{background-color:#000}.py-xxl{padding-block:calc(60px + (120 - 60) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-xxl{padding-block:120px}}.py-xl{padding-block:calc(40px + (86 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-xl{padding-block:86px}}.py-lg{padding-block:calc(30px + (48 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-lg{padding-block:48px}}.py-md{padding-block:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-md{padding-block:32px}}.py-sm{padding-top:24px;padding-bottom:24px}@media (max-width: 768px){.py-sm{padding-top:16px;padding-bottom:16px}}.py-xs{padding-top:16px;padding-bottom:16px}.py-xxs{padding-top:8px;padding-bottom:8px}.py-6{padding-block:calc(40px + (60 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-6{padding-block:60px}}.py-5{padding-block:calc(30px + (50 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-5{padding-block:50px}}.py-4{padding-block:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-4{padding-block:40px}}.py-3{padding-block:calc(16px + (30 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.py-3{padding-block:30px}}.py-2{padding-top:20px;padding-bottom:20px}.py-1{padding-top:10px;padding-bottom:10px}.px-xxl{padding-inline:calc(60px + (120 - 60) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-xxl{padding-inline:120px}}.px-xl{padding-inline:calc(40px + (86 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-xl{padding-inline:86px}}.px-lg{padding-inline:calc(30px + (48 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-lg{padding-inline:48px}}.px-md{padding-inline:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-md{padding-inline:32px}}.px-sm{padding-inline:calc(16px + (24 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-sm{padding-inline:24px}}.px-xs{padding-inline:16px}.px-xxs{padding-inline:8px}.px-6{padding-inline:calc(40px + (60 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-6{padding-inline:60px}}.px-5{padding-inline:calc(30px + (50 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-5{padding-inline:50px}}.px-4{padding-inline:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-4{padding-inline:40px}}.px-3{padding-inline:calc(16px + (30 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.px-3{padding-inline:30px}}.px-2{padding-inline:20px}.px-1{padding-inline:10px}.pb-xxl{padding-bottom:calc(60px + (120 - 60) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-xxl{padding-bottom:120px}}.pb-xl{padding-bottom:calc(40px + (86 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-xl{padding-bottom:86px}}.pb-lg{padding-bottom:calc(30px + (48 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-lg{padding-bottom:48px}}.pb-md{padding-bottom:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-md{padding-bottom:32px}}.pb-sm{padding-bottom:calc(16px + (24 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-sm{padding-bottom:24px}}.pb-xs{padding-bottom:16px}.pb-xxs{padding-bottom:8px}.pb-6{padding-bottom:calc(40px + (60 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-6{padding-bottom:60px}}.pb-5{padding-bottom:calc(30px + (50 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-5{padding-bottom:50px}}.pb-4{padding-bottom:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-4{padding-bottom:40px}}.pb-3{padding-bottom:calc(16px + (40 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pb-3{padding-bottom:40px}}.pb-2{padding-bottom:20px}.pb-1{padding-bottom:10px}.pt-xxl{padding-top:calc(60px + (120 - 60) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-xxl{padding-top:120px}}.pt-xl{padding-top:calc(40px + (86 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-xl{padding-top:86px}}.pt-lg{padding-top:calc(30px + (48 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-lg{padding-top:48px}}.pt-md{padding-top:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-md{padding-top:32px}}.pt-sm{padding-top:calc(16px + (24 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-sm{padding-top:24px}}.pt-xs{padding-top:16px}.pt-xxs{padding-top:8px}.pt-6{padding-top:calc(40px + (60 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-6{padding-top:60px}}.pt-5{padding-top:calc(30px + (50 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-5{padding-top:50px}}.pt-4{padding-top:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-4{padding-top:40px}}.pt-3{padding-top:calc(16px + (40 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pt-3{padding-top:40px}}.pt-2{padding-top:20px}.pt-1{padding-top:10px}.pa-xxl{padding:calc(60px + (120 - 60) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-xxl{padding:120px}}.pa-xl{padding:calc(40px + (86 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-xl{padding:86px}}.pa-lg{padding:calc(30px + (48 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-lg{padding:48px}}.pa-md{padding:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-md{padding:32px}}.pa-sm{padding:calc(16px + (24 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-sm{padding:24px}}.pa-xs{padding:16px}.pa-xxs{padding:8px}.pa-6{padding:calc(40px + (60 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-6{padding:60px}}.pa-5{padding:calc(30px + (50 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-5{padding:50px}}.pa-4{padding:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-4{padding:40px}}.pa-3{padding:calc(16px + (30 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.pa-3{padding:30px}}.pa-2{padding:20px}.pa-1{padding:10px}.dot-before,.dot-after{position:relative}.dot-before:before,.dot-before:after,.dot-after:before,.dot-after:after{display:block;width:3px;height:3px;border-radius:3px;background-color:var(--c-black)}.dot-after:after{content:""}.dot-before:before{content:""}.dot-accent:before,.dot-accent:after{background-color:var(--c-accent)}.dot-lg:before,.dot-lg:after{width:6px;height:6px}.num-after[data-number],.num-after [data-number],.num-before[data-number],.num-before [data-number]{position:relative}.num-after[data-number]:before,.num-after[data-number]:after,.num-after [data-number]:before,.num-after [data-number]:after,.num-before[data-number]:before,.num-before[data-number]:after,.num-before [data-number]:before,.num-before [data-number]:after{display:block;color:var(--c-black)}.num-after[data-number]:after,.num-after [data-number]:after{content:attr(data-number)}.num-before[data-number]:before,.num-before [data-number]:before{content:attr(data-number)}.num-accent[data-number]:before,.num-accent[data-number]:after,.num-accent [data-number]:before,.num-accent [data-number]:after{color:var(--c-accent)}.radius-lg{border-radius:var(--radius-lg);border-radius:calc(20px + (16 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.radius-lg{border-radius:16px}}.radius-md{border-radius:calc(16px + (8 - 16) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.radius-md{border-radius:8px}}.radius-sm{border-radius:4px}.radius-4{border-radius:calc(20px + (40 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.radius-4{border-radius:40px}}.radius-3{border-radius:calc(15px + (30 - 15) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.radius-3{border-radius:30px}}.radius-2{border-radius:calc(10px + (20 - 10) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.radius-2{border-radius:20px}}.radius-1{border-radius:10px}.radius-circle{border-radius:50%}.text-center{text-align:center}@media (max-width: 992px){.text-center-lg{text-align:center}}@media (max-width: 768px){.text-center-md{text-align:center}}@media (max-width: 600px){.text-center-sm{text-align:center}}@media (max-width: 480px){.text-center-xs{text-align:center}}.text-right{text-align:right}.text-up{text-transform:uppercase}.text-low{text-transform:lowercase}.text-secondary{font-family:var(--font-family-secondary)}.text-italic{font-style:italic}.title-xxl{font-size:calc(60px + (136 - 60) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.title-xxl{font-size:136px}}.title-xl{font-size:calc(40px + (60 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.title-xl{font-size:60px}}.title-lg{font-size:calc(32px + (38 - 32) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.title-lg{font-size:38px}}.title-md{font-size:calc(24px + (28 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.title-md{font-size:28px}}.title-sm{font-size:22px}@media (max-width: 600px){.title-sm{font-size:22}}.title-xs{font-size:16px}@media (max-width: 480px){.title-xs{font-size:16}}.title-xxs{font-size:16px}.w-max{width:100%}*[class].btn{display:block;width:-moz-fit-content;width:fit-content;border-radius:4px;padding:16px 49px;font:inherit;font-weight:600;font-size:16px;line-height:24px;letter-spacing:0;white-space:nowrap;text-align:center;color:var(--c-white);border:1px solid var(--c-accent);background-color:var(--c-accent);outline:2px solid transparent;transition-property:background-color,color,border-color,outline;transition-duration:.2s}@media (max-width: 768px){*[class].btn{padding-inline:30px}}*[class].btn:focus{outline-color:var(--c-accent);outline-offset:3px}@media (hover: hover) and (pointer: fine){*[class].btn:hover{border-color:var(--c-accent);color:var(--c-accent)!important;background-color:var(--c-white)}}*[class].btn-icon{display:flex;align-items:center;gap:8px}*[class].btn-icon:after{content:"";display:block;min-width:20px;height:20px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 10H16.875' stroke='%23F8F9FF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 4.375L16.875 10L11.25 15.625' stroke='%23F8F9FF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 10H16.875' stroke='%23F8F9FF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 4.375L16.875 10L11.25 15.625' stroke='%23F8F9FF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-color:currentColor}@media (hover: hover) and (pointer: fine){*[class].btn-icon:hover:after{background-color:var(--c-accent)}}*[class].btn-light{background-color:#e8eeff;border-color:#e8eeff;color:var(--c-accent)!important}@media (hover: hover) and (pointer: fine){*[class].btn-light:hover{background-color:var(--c-accent);border-color:var(--c-accent);color:#fff!important}}button.formsapp-popup-button{color:var(--c-white)!important;margin-top:0!important;margin-bottom:0!important}.accordions.list li:nth-child(2) .accordion-card{background-color:#ffffff1a}.accordions.list li:last-child .accordion-card{background-color:#ffffff0d}.accordion-card{background-color:#fff3;padding:40px 30px}.accordion-card summary{position:relative;cursor:pointer;font-size:calc(20px + (28 - 20) * (100vw - 360px) / (1440 - 360));font-weight:600;line-height:1.3}@media (min-width: 1440px){.accordion-card summary{font-size:28px}}.accordion-card summary:after{content:"";display:none;position:absolute;right:0;width:32px;height:32px;top:calc(50% - 16px);background-color:#354d64;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.12 21.0601L16 14.9401L9.88 21.0601L8 19.1667L16 11.1667L24 19.1667L22.12 21.0601Z' fill='%233B5B5F'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.12 21.0601L16 14.9401L9.88 21.0601L8 19.1667L16 11.1667L24 19.1667L22.12 21.0601Z' fill='%233B5B5F'/%3E%3C/svg%3E%0A");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;transition:.15s ease-in-out;transform:scaleY(-1)}@media (max-width: 1200px){.accordion-card summary:after{right:0}}.accordion-card__body{padding-top:24px;font-size:16px;line-height:1.5}.accordion-card[open] summary:after{transform:scaleY(-1);background-color:var(--c-gray)}.header{position:fixed;left:0;right:0;top:0;z-index:20;margin:0 auto;padding:0;width:100%;background-color:var(--c-white);transition-property:transform,padding,background-color;transition-duration:.3s;transition-timing-function:ease-in-out}.header .container{max-width:1422px}.header.hide{transform:translateY(calc(-100% - 30px))}.nav{position:relative;padding-block:20px}@media (max-width: 1200px){.nav{justify-content:space-between}}@media (max-width: 600px){.nav{justify-content:space-between}}.nav.opened{box-shadow:unset!important}.nav.opened .nav__inner{transform:translateY(0);transition:transform .2s ease-in-out}.nav__inner{gap:24px}@media (max-width: 1200px){.nav__inner{gap:0;padding:45px 0 30px;position:absolute;left:-15px;right:0;width:calc(100% + 30px);top:70px;flex-direction:column;background-color:var(--c-white);transform:translateY(-200%);overflow-y:auto;z-index:-1}}@media (max-height: 600px){.nav__inner{height:calc(100svh - 95px)}}.logo{display:block;width:-moz-fit-content;width:fit-content;outline:2px solid transparent;transition:.3s ease-in-out;flex:1 0 auto}@media (max-width: 1200px){.logo{flex:unset}}.logo:focus{outline-color:var(--c-accent);outline-offset:10px}@media (max-width: 480px){.logo{max-width:200px}}@media (max-width: 1200px){.nav-menu{flex-direction:column;margin-bottom:30px;align-items:center;padding-left:0;gap:24px}}@media (max-height: 600px){.nav-menu{overflow-y:scroll}}.header .link{display:block;font-size:16px;font-weight:600;line-height:24px;white-space:nowrap;text-transform:uppercase;color:var(--c-black);background-color:transparent;border-radius:20px;outline:2px solid transparent;padding:0;transition:.3s ease-in-out}.header .link:focus{outline-color:var(--c-accent);outline-offset:10px}@media (hover: hover) and (pointer: fine){.header .link:hover{color:var(--c-accent)}}.header .link.current{font-weight:700;color:var(--c-accent)}@media (max-width: 1200px){.header .link{font-size:24px;padding:10px 20px}}@media (max-width: 1200px){.nav-actions{margin-inline:auto}}@media (max-width: 1200px){.nav-actions{flex-direction:column;align-items:center}}.nav-actions .sign-up-btn{background-color:#e8eeff;border-color:#e8eeff;color:var(--c-accent)}@media (hover: hover) and (pointer: fine){.nav-actions .sign-up-btn:hover{background-color:var(--c-accent);border-color:var(--c-accent);color:#fff!important}}.nav-actions .request-btn{border-color:#fff6}.burger{display:none;min-width:36px;height:30px;position:relative;z-index:10;color:var(--c-accent);cursor:pointer}@media (max-width: 1200px){.burger{display:block}}.burger__line{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;height:2px;background-color:currentColor;transition:transform .3s ease-in-out}.burger:before,.burger:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:currentColor;transition:transform .3s ease-in-out,top .3s ease-in-out}.burger:before{top:0;border-radius:2px 2px 0 0}.burger:after{top:calc(100% - 2px);border-radius:0 0 2px 2px}.page.open .burger .burger__line{transform:scale(0);transition:transform .3s ease-in-out;background-color:var(--c-accent)}.page.open .burger:before,.page.open .burger:after{background-color:var(--c-accent);transform:rotate(45deg);top:50%;transition:transform .3s ease-in-out,top .3s ease-in-out;border-radius:0}.page.open .burger:after{transform:rotate(-45deg)}.footer{background-color:#000c27;color:var(--c-white)}@media (max-width: 992px){.footer .logo{margin-inline:auto}}@media (max-width: 600px){.footer .details{text-align:center}}.footer .email-link{font-size:20px}.footer-top{padding-block:56px}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-block:25px}@media (max-width: 768px){.copy{text-align:center}}.contacts.tour-img{padding-block:calc(75px + (123 - 75) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.contacts.tour-img{padding-block:123px}}@media (max-width: 1200px){.contacts.tour-img .content{background-color:#fff}}.contacts .main-title{font-size:calc(30px + (42 - 30) * (100vw - 360px) / (1440 - 360));margin-bottom:25px}@media (min-width: 1440px){.contacts .main-title{font-size:42px}}.contacts .content{width:435px;padding-left:65px}@media (max-width: 1200px){.contacts .content{width:100%;margin-inline:auto}}.contacts .form .form-input{width:100%;padding:11px 23px;border:1px solid #EBEAED;font-size:18px;font-weight:500;line-height:26px;outline:2px solid transparent;outline-offset:0;transition:.3s ease-in-out}.contacts .form .form-input::-moz-placeholder{color:inherit}.contacts .form .form-input::placeholder{color:inherit}.contacts .form .form-input:focus{outline-color:var(--c-accent);outline-offset:3px}.contacts .form .form-textarea{resize:vertical;min-height:170px}.contacts .form .form-label{font-size:14px;color:var(--c-accent);line-height:26px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.02em}.contacts .form .form-btn{padding:11px 22px}@media (max-width: 480px){.contacts .form .form-btn{width:100%}}.contacts .form .form-group:not(:last-of-type){margin-bottom:35px}@media (max-width: 480px){.contacts .form .form-group.flex{flex-direction:column}}.main{padding-top:100px}@media (max-width: 1200px){.main{padding-top:72px}}.main-title{font-weight:700;line-height:1.3}.main-label{display:flex;align-items:center;letter-spacing:.02em;line-height:1.4;gap:20px}.main-label:before{content:"";display:block;width:48px;height:1px;background-color:currentColor}.card__title{font-weight:600;line-height:1.3}.tour-img{padding-block:calc(75px + (150 - 75) * (100vw - 360px) / (1440 - 360));background-repeat:no-repeat}@media (min-width: 1440px){.tour-img{padding-block:150px}}@media (min-width: 1441px){.tour-img{background-position:right 56vw top}}@media (max-width: 1200px){.tour-img{background-size:cover}}.tour-img .content{background-color:#ffffffe6;max-width:650px}@media (max-width: 1400px){.tour-img .content{padding:30px;border-radius:32px}}.tour-img-r{background-position:right top}.tour-img-r .container{justify-content:start}@media (min-width: 1441px){.tour-img-r{background-position:left 56vw top}}.home-hero{position:relative;padding-top:calc(75px + (116 - 75) * (100vw - 360px) / (1440 - 360));padding-bottom:calc(75px + (285 - 75) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.home-hero{padding-top:116px}}@media (min-width: 1440px){.home-hero{padding-bottom:285px}}@media (max-width: 1440px){.home-hero{background-position:right bottom}}.home-hero .content{padding-left:65px}@media (max-width: 1200px){.home-hero .content{padding:20px}}.home-hero:after{content:"";display:block;position:absolute;bottom:0;right:45.35vw;width:calc(100% - 44vw);height:196px;background-position:center;background-size:cover;background-repeat:no-repeat;background-position:center right;background-image:url(/images/hero-img.webp)}@media (max-width: 1440px){.home-hero:after{width:calc(100% - 653px);right:653px}}@media (max-width: 1200px){.home-hero:after{display:none}}@media (min-width: 1441px){.home-hero:after{right:44vw}}.home-journey{background-position:center;background-size:cover;background-repeat:no-repeat}.home-journey .card{display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fff3}.home-journey .card:after{content:"";display:block;min-width:60px;height:60px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 30H50.625' stroke='%23161616' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.75 13.125L50.625 30L33.75 46.875' stroke='%23161616' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 30H50.625' stroke='%23161616' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.75 13.125L50.625 30L33.75 46.875' stroke='%23161616' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-color:currentColor}@media (hover: hover) and (pointer: fine){.home-journey .card:hover{color:var(--c-accent)}}.home-about{padding-block:calc(75px + (116 - 75) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.home-about{padding-block:116px}}.home-features{background-position:center;background-size:cover;background-repeat:no-repeat}.home-features .card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fff3}.home-features .card__num{display:block;font-size:89px;line-height:.7;font-weight:600}.home-portfolio .inner{-moz-columns:2;columns:2;-moz-column-gap:24px;column-gap:24px}@media (max-width: 768px){.home-portfolio .inner{-moz-columns:unset;columns:unset;display:grid;gap:24px}}.home-portfolio img{-o-object-fit:cover;object-fit:cover}.home-portfolio .item-1{padding-bottom:41px;margin-bottom:26px}@media (max-width: 768px){.home-portfolio .item-1{padding-bottom:0}.home-portfolio .item-1 br{display:none}}.home-portfolio .item-2{height:653px;margin-bottom:24px}.home-portfolio .item-3{height:653px}.home-portfolio .item-4{height:653px;margin-bottom:26px}.home-portfolio .item-5{height:977px}@media (max-width: 768px){.home-portfolio [class*=item]{margin-bottom:0!important;width:100%;-o-object-fit:cover;object-fit:cover;height:200px}}.home-show .card{height:518px;background-position:center;background-size:cover;background-repeat:no-repeat}@media (max-width: 768px){.home-show .card{height:350px}}.home-show .card__content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fff6;transition:.3s ease-in-out}.home-show .card__title{font-size:24px;margin-bottom:38px}.home-show .card__link{display:flex;align-items:center;gap:8px;transition:.3s ease-in-out;line-height:24px}.home-show .card__link:after{content:"";display:block;min-width:20px;height:20px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 10H16.875' stroke='%23161616' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 4.375L16.875 10L11.25 15.625' stroke='%23161616' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 10H16.875' stroke='%23161616' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 4.375L16.875 10L11.25 15.625' stroke='%23161616' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-color:currentColor}@media (hover: hover) and (pointer: fine){.home-show .card__link:hover{color:var(--c-accent)}}@media (hover: hover) and (pointer: fine){.home-show .card:hover .card__content{padding-bottom:60px}}.about-hero{position:relative}.about-hero.tour-img{padding-block:calc(75px + (200 - 75) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.about-hero.tour-img{padding-block:200px}}.about-hero .content{padding-left:65px}@media (max-width: 1200px){.about-hero .content{padding-left:20px}}.about-hero:after{content:"";display:block;position:absolute;bottom:0;left:0;width:200px;height:200px;background-size:cover;background-repeat:no-repeat;background-position:center;background-image:url(/images/hero-bg.webp)}.about-about.tour-img{padding-block:calc(75px + (166 - 75) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.about-about.tour-img{padding-block:166px}}.team .card{border-left:1px solid #fff}@media (max-width: 600px){.team .card{border:none}}.team .card__img{width:100%;-o-object-fit:cover;object-fit:cover;height:200px;border-radius:4px}.about-features .container{grid-template-columns:repeat(2,auto)}@media (max-width: 992px){.about-features .container{grid-template-columns:1fr}}.about-features .card{padding-left:30px;gap:34px}.about-features .card:before{content:"";display:block;min-width:25px;height:25px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9578 8.87794L11.4177 21.417C11.2726 21.5621 11.1004 21.6773 10.9108 21.7558C10.7212 21.8344 10.518 21.8748 10.3128 21.8748C10.1075 21.8748 9.90432 21.8344 9.71473 21.7558C9.52513 21.6773 9.35287 21.5621 9.20777 21.417L2.21363 14.3858C1.92113 14.0928 1.75684 13.6957 1.75684 13.2818C1.75684 12.8678 1.92113 12.4707 2.21363 12.1777L4.55738 9.834C4.8494 9.5419 5.24519 9.37731 5.65822 9.37622C6.07125 9.37512 6.46792 9.5376 6.76148 9.82814L10.3396 13.2725L10.3504 13.2832L19.406 4.36036C19.6989 4.06875 20.0953 3.90503 20.5086 3.90503C20.9218 3.90503 21.3183 4.06875 21.6111 4.36036L23.9548 6.66115C24.1012 6.80617 24.2174 6.97871 24.2968 7.16883C24.3762 7.35895 24.4172 7.5629 24.4175 7.76893C24.4178 7.97497 24.3773 8.17903 24.2984 8.36935C24.2195 8.55968 24.1037 8.73253 23.9578 8.87794Z' fill='white'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9578 8.87794L11.4177 21.417C11.2726 21.5621 11.1004 21.6773 10.9108 21.7558C10.7212 21.8344 10.518 21.8748 10.3128 21.8748C10.1075 21.8748 9.90432 21.8344 9.71473 21.7558C9.52513 21.6773 9.35287 21.5621 9.20777 21.417L2.21363 14.3858C1.92113 14.0928 1.75684 13.6957 1.75684 13.2818C1.75684 12.8678 1.92113 12.4707 2.21363 12.1777L4.55738 9.834C4.8494 9.5419 5.24519 9.37731 5.65822 9.37622C6.07125 9.37512 6.46792 9.5376 6.76148 9.82814L10.3396 13.2725L10.3504 13.2832L19.406 4.36036C19.6989 4.06875 20.0953 3.90503 20.5086 3.90503C20.9218 3.90503 21.3183 4.06875 21.6111 4.36036L23.9548 6.66115C24.1012 6.80617 24.2174 6.97871 24.2968 7.16883C24.3762 7.35895 24.4172 7.5629 24.4175 7.76893C24.4178 7.97497 24.3773 8.17903 24.2984 8.36935C24.2195 8.55968 24.1037 8.73253 23.9578 8.87794Z' fill='white'/%3E%3C/svg%3E%0A");background-color:currentColor}.about-features .card__title{font-size:22px;line-height:1.5;margin-bottom:4px}.about-features .image{min-width:540px}@media (max-width: 1200px){.about-features .image{min-width:unset;align-self:flex-end}}@media (max-width: 992px){.about-features .image{width:100%;-o-object-fit:cover;object-fit:cover;height:200px}}.about-expert.tour-img{padding-top:calc(75px + (86 - 75) * (100vw - 360px) / (1440 - 360));padding-bottom:calc(75px + (140 - 75) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.about-expert.tour-img{padding-top:86px}}@media (min-width: 1440px){.about-expert.tour-img{padding-bottom:140px}}.about-expert .card__title{color:var(--c-accent);margin-bottom:20px}.about-expert .list{padding-right:50px}.about-expert .list li{position:relative;padding-left:72px}.about-expert .list li:before,.about-expert .list li:after{top:0;left:0;content:"";display:block;position:absolute}.about-expert .list li:before{z-index:10;min-width:40px;height:40px;border-radius:50%;background-color:var(--c-accent)}.about-expert .list li:after{left:19px;bottom:0;height:100%;width:2px;background-image:linear-gradient(180deg,#235ee7,#5488ff)}.about-expert .list li:not(:last-child){padding-bottom:65px}.about-expert .list li:nth-child(2):before{background-color:#5488ff}.about-expert .list li:nth-child(2):after{background-image:linear-gradient(180deg,#5488ff,#aec6ff)}.about-expert .list li:nth-child(2) .card__title{color:#5488ff}.about-expert .list li:last-child:before{background-color:#aec6ff}.about-expert .list li:last-child:after{content:none}.about-expert .list li:last-child .card__title{color:#87a9fa}.about-approach.tour-img{padding-block:calc(75px + .1*(100vw - 360px))}@media (min-width: 1440px){.about-approach.tour-img{padding-block:183px}}.tours-hero.tour-img{padding-top:calc(75px + (116 - 75) * (100vw - 360px) / (1440 - 360));padding-bottom:calc(75px + (283 - 75) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.tours-hero.tour-img{padding-top:116px}}@media (min-width: 1440px){.tours-hero.tour-img{padding-bottom:283px}}.tours-hero:after{background-image:url(/images/hero-img2.webp)}.tours-overview .container{grid-template-columns:repeat(2,auto)}@media (max-width: 992px){.tours-overview .container{grid-template-columns:1fr}}.tours-overview .card{gap:26px}.tours-overview .card:before{content:"0" counter(overview);counter-increment:overview;font-size:39px;font-weight:600;line-height:1.3}.tours-overview .card__title{font-size:22px;line-height:1.5;margin-bottom:4px}.tours-overview .list{counter-reset:overview}.tours-overview .image{min-width:540px}@media (max-width: 1200px){.tours-overview .image{min-width:unset;align-self:flex-end}}@media (max-width: 992px){.tours-overview .image{width:100%;-o-object-fit:cover;object-fit:cover;height:200px}}.tours-portfolio .item-1{height:300px}@media (max-width: 768px){.tours-portfolio .item-1{height:auto}}@media (max-width: 768px){.tours-portfolio .card{height:350px}}.tours-portfolio .card__content{background-color:#fff6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.3s ease-in-out}.tours-portfolio .card__title{font-size:24px;line-height:1.5}.tours-portfolio .card__text{margin-bottom:40px}.tours-portfolio .card__link{padding:0!important;font-size:16!important;border-radius:0!important;font-weight:600!important;font-family:var(--font-family-primary)!important;color:var(--c-black)!important;display:flex;align-items:center;gap:8px;transition:.3s ease-in-out}.tours-portfolio .card__link:after{content:"";display:block;min-width:20px;height:20px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 10H16.875' stroke='%23161616' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 4.375L16.875 10L11.25 15.625' stroke='%23161616' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 10H16.875' stroke='%23161616' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 4.375L16.875 10L11.25 15.625' stroke='%23161616' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-color:currentColor}@media (hover: hover) and (pointer: fine){.tours-portfolio .card__link:hover{color:var(--c-accent)!important}}@media (hover: hover) and (pointer: fine){.tours-portfolio .card:hover .card__content{padding-bottom:60px}}.tours-custom.tour-img{padding-block:calc(75px + (125 - 75) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.tours-custom.tour-img{padding-block:125px}}.tours-custom .card{padding:16px 12px;gap:32px}.tours-custom .card:before{content:"";display:block;min-width:25px;height:25px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9578 8.87794L11.4177 21.417C11.2726 21.5621 11.1004 21.6773 10.9108 21.7558C10.7212 21.8344 10.518 21.8748 10.3128 21.8748C10.1075 21.8748 9.90432 21.8344 9.71473 21.7558C9.52513 21.6773 9.35287 21.5621 9.20777 21.417L2.21363 14.3858C1.92113 14.0928 1.75684 13.6957 1.75684 13.2818C1.75684 12.8678 1.92113 12.4707 2.21363 12.1777L4.55738 9.834C4.8494 9.5419 5.24519 9.37731 5.65822 9.37622C6.07125 9.37512 6.46792 9.5376 6.76148 9.82814L10.3396 13.2725L10.3504 13.2832L19.406 4.36036C19.6989 4.06875 20.0953 3.90503 20.5086 3.90503C20.9218 3.90503 21.3183 4.06875 21.6111 4.36036L23.9548 6.66115C24.1012 6.80617 24.2174 6.97871 24.2968 7.16883C24.3762 7.35895 24.4172 7.5629 24.4175 7.76893C24.4178 7.97497 24.3773 8.17903 24.2984 8.36935C24.2195 8.55968 24.1037 8.73253 23.9578 8.87794Z' fill='white'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9578 8.87794L11.4177 21.417C11.2726 21.5621 11.1004 21.6773 10.9108 21.7558C10.7212 21.8344 10.518 21.8748 10.3128 21.8748C10.1075 21.8748 9.90432 21.8344 9.71473 21.7558C9.52513 21.6773 9.35287 21.5621 9.20777 21.417L2.21363 14.3858C1.92113 14.0928 1.75684 13.6957 1.75684 13.2818C1.75684 12.8678 1.92113 12.4707 2.21363 12.1777L4.55738 9.834C4.8494 9.5419 5.24519 9.37731 5.65822 9.37622C6.07125 9.37512 6.46792 9.5376 6.76148 9.82814L10.3396 13.2725L10.3504 13.2832L19.406 4.36036C19.6989 4.06875 20.0953 3.90503 20.5086 3.90503C20.9218 3.90503 21.3183 4.06875 21.6111 4.36036L23.9548 6.66115C24.1012 6.80617 24.2174 6.97871 24.2968 7.16883C24.3762 7.35895 24.4172 7.5629 24.4175 7.76893C24.4178 7.97497 24.3773 8.17903 24.2984 8.36935C24.2195 8.55968 24.1037 8.73253 23.9578 8.87794Z' fill='white'/%3E%3C/svg%3E%0A");background-color:currentColor}.tours-custom .card__title{margin-bottom:6px}.testimonial .main-title{letter-spacing:0}.testimonial .main-title:after{content:"";display:block;min-width:60px;height:60px;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.1875 16.875V37.5C27.1844 40.4827 25.9981 43.3424 23.889 45.4515C21.7799 47.5606 18.9202 48.7469 15.9375 48.75C15.4402 48.75 14.9633 48.5525 14.6117 48.2008C14.26 47.8492 14.0625 47.3723 14.0625 46.875C14.0625 46.3777 14.26 45.9008 14.6117 45.5492C14.9633 45.1975 15.4402 45 15.9375 45C17.9266 45 19.8343 44.2098 21.2408 42.8033C22.6473 41.3968 23.4375 39.4891 23.4375 37.5V35.625H9.375C8.38044 35.625 7.42661 35.2299 6.72335 34.5266C6.02009 33.8234 5.625 32.8696 5.625 31.875V16.875C5.625 15.8804 6.02009 14.9266 6.72335 14.2233C7.42661 13.5201 8.38044 13.125 9.375 13.125H23.4375C24.4321 13.125 25.3859 13.5201 26.0891 14.2233C26.7924 14.9266 27.1875 15.8804 27.1875 16.875ZM50.625 13.125H36.5625C35.5679 13.125 34.6141 13.5201 33.9109 14.2233C33.2076 14.9266 32.8125 15.8804 32.8125 16.875V31.875C32.8125 32.8696 33.2076 33.8234 33.9109 34.5266C34.6141 35.2299 35.5679 35.625 36.5625 35.625H50.625V37.5C50.625 39.4891 49.8348 41.3968 48.4283 42.8033C47.0218 44.2098 45.1141 45 43.125 45C42.6277 45 42.1508 45.1975 41.7992 45.5492C41.4475 45.9008 41.25 46.3777 41.25 46.875C41.25 47.3723 41.4475 47.8492 41.7992 48.2008C42.1508 48.5525 42.6277 48.75 43.125 48.75C46.1077 48.7469 48.9674 47.5606 51.0765 45.4515C53.1856 43.3424 54.3719 40.4827 54.375 37.5V16.875C54.375 15.8804 53.9799 14.9266 53.2766 14.2233C52.5734 13.5201 51.6196 13.125 50.625 13.125Z' fill='%23235EE7'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.1875 16.875V37.5C27.1844 40.4827 25.9981 43.3424 23.889 45.4515C21.7799 47.5606 18.9202 48.7469 15.9375 48.75C15.4402 48.75 14.9633 48.5525 14.6117 48.2008C14.26 47.8492 14.0625 47.3723 14.0625 46.875C14.0625 46.3777 14.26 45.9008 14.6117 45.5492C14.9633 45.1975 15.4402 45 15.9375 45C17.9266 45 19.8343 44.2098 21.2408 42.8033C22.6473 41.3968 23.4375 39.4891 23.4375 37.5V35.625H9.375C8.38044 35.625 7.42661 35.2299 6.72335 34.5266C6.02009 33.8234 5.625 32.8696 5.625 31.875V16.875C5.625 15.8804 6.02009 14.9266 6.72335 14.2233C7.42661 13.5201 8.38044 13.125 9.375 13.125H23.4375C24.4321 13.125 25.3859 13.5201 26.0891 14.2233C26.7924 14.9266 27.1875 15.8804 27.1875 16.875ZM50.625 13.125H36.5625C35.5679 13.125 34.6141 13.5201 33.9109 14.2233C33.2076 14.9266 32.8125 15.8804 32.8125 16.875V31.875C32.8125 32.8696 33.2076 33.8234 33.9109 34.5266C34.6141 35.2299 35.5679 35.625 36.5625 35.625H50.625V37.5C50.625 39.4891 49.8348 41.3968 48.4283 42.8033C47.0218 44.2098 45.1141 45 43.125 45C42.6277 45 42.1508 45.1975 41.7992 45.5492C41.4475 45.9008 41.25 46.3777 41.25 46.875C41.25 47.3723 41.4475 47.8492 41.7992 48.2008C42.1508 48.5525 42.6277 48.75 43.125 48.75C46.1077 48.7469 48.9674 47.5606 51.0765 45.4515C53.1856 43.3424 54.3719 40.4827 54.375 37.5V16.875C54.375 15.8804 53.9799 14.9266 53.2766 14.2233C52.5734 13.5201 51.6196 13.125 50.625 13.125Z' fill='%23235EE7'/%3E%3C/svg%3E%0A");background-color:var(--c-accent)}.testimonial .card{border-top:1px solid #BDBDBD}.testimonial .card__text{font-size:24px}.testimonial .card__stars{width:140px;height:26px;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='142' height='26' viewBox='0 0 142 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5077 20.6979L19.3226 24.39C20.0725 24.863 20.9956 24.1592 20.7763 23.2939L19.0919 16.6713C19.0463 16.4877 19.0535 16.295 19.1127 16.1154C19.1719 15.9358 19.2807 15.7765 19.4264 15.656L24.6414 11.3063C25.3222 10.741 24.976 9.59877 24.0876 9.54108L17.2804 9.10265C17.0947 9.09184 16.9161 9.02717 16.7666 8.91652C16.617 8.80588 16.5029 8.65406 16.4382 8.47962L13.8999 2.08779C13.8327 1.90308 13.7103 1.74351 13.5493 1.63076C13.3883 1.518 13.1966 1.45752 13 1.45752C12.8034 1.45752 12.6117 1.518 12.4507 1.63076C12.2897 1.74351 12.1673 1.90308 12.1001 2.08779L9.56179 8.47962C9.4971 8.65406 9.383 8.80588 9.23343 8.91652C9.08385 9.02717 8.90529 9.09184 8.71955 9.10265L1.91237 9.54108C1.02397 9.59877 0.677844 10.741 1.35856 11.3063L6.57356 15.656C6.71932 15.7765 6.82806 15.9358 6.88726 16.1154C6.94645 16.295 6.9537 16.4877 6.90815 16.6713L5.35057 22.8093C5.08521 23.8477 6.19282 24.6899 7.08121 24.1246L12.4923 20.6979C12.6441 20.6014 12.8202 20.5502 13 20.5502C13.1798 20.5502 13.3559 20.6014 13.5077 20.6979Z' fill='%23FAA61A' stroke='%23FAA61A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42.5077 20.6979L48.3226 24.39C49.0725 24.863 49.9956 24.1592 49.7763 23.2939L48.0919 16.6713C48.0463 16.4877 48.0535 16.295 48.1127 16.1154C48.1719 15.9358 48.2807 15.7765 48.4264 15.656L53.6414 11.3063C54.3222 10.741 53.976 9.59877 53.0876 9.54108L46.2804 9.10265C46.0947 9.09184 45.9161 9.02717 45.7666 8.91652C45.617 8.80588 45.5029 8.65406 45.4382 8.47962L42.8999 2.08779C42.8327 1.90308 42.7103 1.74351 42.5493 1.63076C42.3883 1.518 42.1966 1.45752 42 1.45752C41.8034 1.45752 41.6117 1.518 41.4507 1.63076C41.2897 1.74351 41.1673 1.90308 41.1001 2.08779L38.5618 8.47962C38.4971 8.65406 38.383 8.80588 38.2334 8.91652C38.0839 9.02717 37.9053 9.09184 37.7196 9.10265L30.9124 9.54108C30.024 9.59877 29.6778 10.741 30.3586 11.3063L35.5736 15.656C35.7193 15.7765 35.8281 15.9358 35.8873 16.1154C35.9465 16.295 35.9537 16.4877 35.9081 16.6713L34.3506 22.8093C34.0852 23.8477 35.1928 24.6899 36.0812 24.1246L41.4923 20.6979C41.6441 20.6014 41.8202 20.5502 42 20.5502C42.1798 20.5502 42.3559 20.6014 42.5077 20.6979Z' fill='%23FAA61A' stroke='%23FAA61A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M71.5077 20.6979L77.3226 24.39C78.0725 24.863 78.9956 24.1592 78.7763 23.2939L77.0919 16.6713C77.0463 16.4877 77.0535 16.295 77.1127 16.1154C77.1719 15.9358 77.2807 15.7765 77.4264 15.656L82.6414 11.3063C83.3222 10.741 82.976 9.59877 82.0876 9.54108L75.2804 9.10265C75.0947 9.09184 74.9161 9.02717 74.7666 8.91652C74.617 8.80588 74.5029 8.65406 74.4382 8.47962L71.8999 2.08779C71.8327 1.90308 71.7103 1.74351 71.5493 1.63076C71.3883 1.518 71.1966 1.45752 71 1.45752C70.8034 1.45752 70.6117 1.518 70.4507 1.63076C70.2897 1.74351 70.1673 1.90308 70.1001 2.08779L67.5618 8.47962C67.4971 8.65406 67.383 8.80588 67.2334 8.91652C67.0839 9.02717 66.9053 9.09184 66.7196 9.10265L59.9124 9.54108C59.024 9.59877 58.6778 10.741 59.3586 11.3063L64.5736 15.656C64.7193 15.7765 64.8281 15.9358 64.8873 16.1154C64.9465 16.295 64.9537 16.4877 64.9081 16.6713L63.3506 22.8093C63.0852 23.8477 64.1928 24.6899 65.0812 24.1246L70.4923 20.6979C70.6441 20.6014 70.8202 20.5502 71 20.5502C71.1798 20.5502 71.3559 20.6014 71.5077 20.6979Z' fill='%23FAA61A' stroke='%23FAA61A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M100.508 20.6979L106.323 24.39C107.073 24.863 107.996 24.1592 107.776 23.2939L106.092 16.6713C106.046 16.4877 106.054 16.295 106.113 16.1154C106.172 15.9358 106.281 15.7765 106.426 15.656L111.641 11.3063C112.322 10.741 111.976 9.59877 111.088 9.54108L104.28 9.10265C104.095 9.09184 103.916 9.02717 103.767 8.91652C103.617 8.80588 103.503 8.65406 103.438 8.47962L100.9 2.08779C100.833 1.90308 100.71 1.74351 100.549 1.63076C100.388 1.518 100.197 1.45752 100 1.45752C99.8034 1.45752 99.6117 1.518 99.4507 1.63076C99.2897 1.74351 99.1673 1.90308 99.1001 2.08779L96.5618 8.47962C96.4971 8.65406 96.383 8.80588 96.2334 8.91652C96.0839 9.02717 95.9053 9.09184 95.7196 9.10265L88.9124 9.54108C88.024 9.59877 87.6778 10.741 88.3586 11.3063L93.5736 15.656C93.7193 15.7765 93.8281 15.9358 93.8873 16.1154C93.9465 16.295 93.9537 16.4877 93.9081 16.6713L92.3506 22.8093C92.0852 23.8477 93.1928 24.6899 94.0812 24.1246L99.4923 20.6979C99.6441 20.6014 99.8202 20.5502 100 20.5502C100.18 20.5502 100.356 20.6014 100.508 20.6979Z' fill='%23FAA61A' stroke='%23FAA61A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M129.508 20.6979L135.323 24.39C136.073 24.863 136.996 24.1592 136.776 23.2939L135.092 16.6713C135.046 16.4877 135.054 16.295 135.113 16.1154C135.172 15.9358 135.281 15.7765 135.426 15.656L140.641 11.3063C141.322 10.741 140.976 9.59877 140.088 9.54108L133.28 9.10265C133.095 9.09184 132.916 9.02717 132.767 8.91652C132.617 8.80588 132.503 8.65406 132.438 8.47962L129.9 2.08779C129.833 1.90308 129.71 1.74351 129.549 1.63076C129.388 1.518 129.197 1.45752 129 1.45752C128.803 1.45752 128.612 1.518 128.451 1.63076C128.29 1.74351 128.167 1.90308 128.1 2.08779L125.562 8.47962C125.497 8.65406 125.383 8.80588 125.233 8.91652C125.084 9.02717 124.905 9.09184 124.72 9.10265L117.912 9.54108C117.024 9.59877 116.678 10.741 117.359 11.3063L122.574 15.656C122.719 15.7765 122.828 15.9358 122.887 16.1154C122.946 16.295 122.954 16.4877 122.908 16.6713L121.351 22.8093C121.085 23.8477 122.193 24.6899 123.081 24.1246L128.492 20.6979C128.644 20.6014 128.82 20.5502 129 20.5502C129.18 20.5502 129.356 20.6014 129.508 20.6979Z' fill='%23FAA61A' stroke='%23FAA61A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.travel-hero{padding-top:calc(120px + (247 - 120) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.travel-hero{padding-top:247px}}.travel-hero .content{max-width:700px}.travel-hero .card{border-radius:8px;background-color:#eee;height:100%}.travel-hero .card__title{font-size:20px;margin-bottom:24px}.travel-hero .card.icon:before{content:"";display:block;min-width:48px;height:48px;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26134_4875)'%3E%3Cpath d='M45.7973 11.2773L7.62228 5.08422C6.95019 4.97519 6.32159 5.15059 5.80363 5.59103C5.28528 6.03194 5.01134 6.62453 5.01134 7.30506V11.2667H3.42931C2.02091 11.2667 0.875 12.4127 0.875 13.8212V40.3943C0.875 41.8028 2.02091 42.9487 3.42931 42.9487H45.5707C46.9791 42.9487 48.125 41.8028 48.125 40.3943V13.8211C48.125 12.489 47.0999 11.3925 45.7973 11.2773ZM6.32384 7.30506C6.32384 7.01341 6.43184 6.77978 6.65394 6.59087C6.87594 6.40206 7.12409 6.33297 7.41209 6.37975L37.5357 11.2667H6.32384V7.30506ZM46.8125 40.3943C46.8125 41.0791 46.2554 41.6362 45.5707 41.6362H3.42931C2.74456 41.6362 2.1875 41.0792 2.1875 40.3943V13.8211C2.1875 13.1363 2.74456 12.5792 3.42931 12.5792H45.5707C46.2554 12.5792 46.8125 13.1362 46.8125 13.8211V40.3943ZM35.7357 23.0857C31.5343 23.0857 28.1162 26.5038 28.1162 30.7052C28.1162 34.9067 31.5343 38.3248 35.7357 38.3248C39.9372 38.3248 43.3553 34.9067 43.3553 30.7052C43.3553 26.5038 39.9372 23.0857 35.7357 23.0857ZM39.3019 30.049C39.2698 29.1958 39.1761 28.3914 39.0286 27.6545C39.5781 27.3907 40.0968 27.0598 40.5747 26.6656C41.3582 27.6026 41.8756 28.7693 42.0086 30.049H39.3019ZM35.7357 36.9108C35.1697 36.9108 34.4702 36.066 33.9991 34.5649C34.5572 34.4057 35.1402 34.3221 35.7357 34.3221C36.3312 34.3221 36.9143 34.4058 37.4724 34.565C37.0013 36.066 36.3018 36.9109 35.7357 36.9109V36.9108ZM38.6914 35.0553C39.0182 35.2292 39.3299 35.4336 39.6245 35.6653C39.1408 36.0452 38.6008 36.356 38.0188 36.5829C38.277 36.1459 38.5031 35.6322 38.6914 35.0554V35.0553ZM33.4527 36.5828C32.8707 36.3559 32.3307 36.0452 31.847 35.6652C32.1417 35.4335 32.4534 35.2291 32.7802 35.0552C32.9684 35.632 33.1946 36.1457 33.4528 36.5827L33.4527 36.5828ZM35.7357 33.0096C35.0343 33.0096 34.3475 33.1062 33.6886 33.2891C33.5831 32.7067 33.5107 32.0619 33.4824 31.3615H37.9891C37.9608 32.0619 37.8884 32.7067 37.7829 33.2891C37.124 33.1062 36.4371 33.0096 35.7357 33.0096ZM33.4825 30.049C33.5108 29.3487 33.5832 28.7039 33.6887 28.1215C34.3476 28.3044 35.0344 28.401 35.7358 28.401C36.4373 28.401 37.1242 28.3044 37.7831 28.1215C37.8886 28.7039 37.961 29.3487 37.9893 30.0491H33.4826L33.4825 30.049ZM35.7358 24.4997C36.3019 24.4997 37.0014 25.3445 37.4725 26.8456C36.9143 27.0047 36.3313 27.0885 35.7357 27.0885C35.1402 27.0885 34.5573 27.0047 33.9991 26.8457C34.4702 25.3446 35.1697 24.4997 35.7357 24.4997L35.7358 24.4997ZM32.7802 26.3552C32.4534 26.1814 32.1417 25.977 31.847 25.7453C32.3307 25.3652 32.8707 25.0546 33.4528 24.8277C33.1946 25.2647 32.9684 25.7785 32.7802 26.3552ZM38.0188 24.8277C38.6009 25.0546 39.1409 25.3652 39.6246 25.7453C39.3299 25.977 39.0182 26.1814 38.6914 26.3552C38.5032 25.7785 38.277 25.2647 38.0188 24.8277ZM30.8968 26.6657C31.3747 27.0599 31.8934 27.3908 32.4429 27.6546C32.2954 28.3915 32.2017 29.1959 32.1696 30.0491H29.4629C29.5959 28.7695 30.1133 27.6028 30.8968 26.6657ZM29.4629 31.3616H32.1696C32.2017 32.2148 32.2954 33.0192 32.4429 33.7561C31.8934 34.0199 31.3747 34.3508 30.8968 34.7449C30.1133 33.8079 29.5959 32.6413 29.4629 31.3616ZM40.5747 34.745C40.0969 34.3509 39.5781 34.0199 39.0287 33.7562C39.1762 33.0193 39.2699 32.2148 39.302 31.3616H42.0087C41.8757 32.6412 41.3582 33.808 40.5747 34.745ZM6.30106 28.6616H16.9113C17.2738 28.6616 17.5676 28.3678 17.5676 28.0053V16.5468C17.5676 16.1844 17.2738 15.8906 16.9113 15.8906H6.30106C5.93862 15.8906 5.64481 16.1844 5.64481 16.5468V28.0053C5.64481 28.3678 5.93862 28.6616 6.30106 28.6616ZM11.6062 23.315C10.807 23.315 10.1567 22.6648 10.1567 21.8656C10.1567 21.0663 10.807 20.416 11.6062 20.416C12.4054 20.416 13.0557 21.0662 13.0557 21.8656C13.0557 22.6649 12.4055 23.315 11.6062 23.315ZM11.6062 24.6418C13.3199 24.6418 14.7665 25.7645 15.2222 27.349H7.99016C8.44587 25.7645 9.89244 24.6418 11.6062 24.6418ZM16.2551 17.203V26.3621C15.975 25.7256 15.564 25.1479 15.0406 24.667C14.6188 24.2793 14.1399 23.9707 13.625 23.7476C14.0856 23.2539 14.3682 22.5922 14.3682 21.8655C14.3682 20.3424 13.1292 19.1034 11.6061 19.1034C10.083 19.1034 8.84412 20.3424 8.84412 21.8655C8.84412 22.5923 9.12678 23.254 9.58728 23.7476C9.07241 23.9708 8.59353 24.2794 8.17166 24.667C7.64825 25.1479 7.23725 25.7256 6.95722 26.3622V17.203H16.255H16.2551ZM20.2693 23.3608C20.2693 22.9983 20.5632 22.7045 20.9256 22.7045H29.0817C29.4441 22.7045 29.7379 22.9983 29.7379 23.3608C29.7379 23.7232 29.4441 24.017 29.0817 24.017H20.9256C20.5632 24.017 20.2693 23.7232 20.2693 23.3608ZM20.2693 16.5467C20.2693 16.1843 20.5632 15.8905 20.9256 15.8905H40.6693C41.0318 15.8905 41.3256 16.1843 41.3256 16.5467C41.3256 16.9092 41.0318 17.203 40.6693 17.203H20.9256C20.5632 17.203 20.2693 16.9092 20.2693 16.5467ZM20.2693 19.9537C20.2693 19.5913 20.5632 19.2975 20.9256 19.2975H40.6693C41.0318 19.2975 41.3256 19.5913 41.3256 19.9537C41.3256 20.3162 41.0318 20.61 40.6693 20.61H20.9256C20.5632 20.61 20.2693 20.3162 20.2693 19.9537ZM27.038 30.1747C27.038 30.5372 26.7442 30.831 26.3817 30.831H20.9256C20.5632 30.831 20.2693 30.5372 20.2693 30.1747C20.2693 29.8123 20.5632 29.5185 20.9256 29.5185H26.3817C26.7442 29.5185 27.038 29.8123 27.038 30.1747ZM27.4318 26.7677C27.4318 27.1301 27.1379 27.4239 26.7755 27.4239H20.9257C20.5632 27.4239 20.2694 27.1301 20.2694 26.7677C20.2694 26.4052 20.5632 26.1114 20.9257 26.1114H26.7755C27.1379 26.1114 27.4318 26.4052 27.4318 26.7677ZM26.3817 33.6051H6.30106C5.93862 33.6051 5.64481 33.8989 5.64481 34.2614V37.6684C5.64481 38.0309 5.93862 38.3247 6.30106 38.3247H26.3817C26.7442 38.3247 27.038 38.0309 27.038 37.6684V34.2614C27.038 33.8989 26.7442 33.6051 26.3817 33.6051ZM25.7255 37.0122H6.95731V34.9176H25.7255V37.0122Z' fill='%23252B42'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26134_4875'%3E%3Crect width='48' height='48' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");margin-bottom:10px}.travel-hero .card.icon-health:before{background-image:url("data:image/svg+xml,%3Csvg width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26134_4878)'%3E%3Cpath d='M18.4062 38.0645C18.9237 38.0645 19.3438 37.6448 19.3438 37.127C19.3438 36.6091 18.9237 36.1895 18.4062 36.1895H7.15625C6.63843 36.1895 6.21875 36.6091 6.21875 37.127C6.21875 37.6448 6.63843 38.0645 7.15625 38.0645H18.4062Z' fill='%23252B42'/%3E%3Cpath d='M47.8419 24.6958L37.3643 21.4248C37.2683 21.3922 37.1669 21.3746 37.0632 21.3746C37.0629 21.3746 37.0621 21.3746 37.0618 21.3746C36.9585 21.3746 36.8567 21.3922 36.7611 21.4244L35.3673 21.8599V9.1875C35.3673 8.92859 35.2622 8.69421 35.0927 8.52466L26.8427 0.274658C26.6731 0.104736 26.4387 0 26.1798 0H3.3125C1.7616 0 0.5 1.2616 0.5 2.8125V17.9062C0.5 18.4241 0.919678 18.8438 1.4375 18.8438C1.95532 18.8438 2.375 18.4241 2.375 17.9062V2.8125C2.375 2.29541 2.79541 1.875 3.3125 1.875H25.2423V7.44141C25.2423 8.92126 26.446 10.125 27.9255 10.125H33.4923V22.4451L26.2831 24.6958C25.8916 24.8181 25.625 25.1807 25.625 25.5908V25.6857H7.15735C6.63953 25.6857 6.21985 26.1053 6.21985 26.6232C6.21985 27.141 6.63953 27.5607 7.15735 27.5607H25.625V30.9375H7.15735C6.63953 30.9375 6.21985 31.3572 6.21985 31.875C6.21985 32.3928 6.63953 32.8125 7.15735 32.8125H25.625V34.3594C25.625 37.3176 26.5647 40.0939 28.1823 42.375H3.3125C2.79541 42.375 2.375 41.9546 2.375 41.4375V26.3438C2.375 25.8259 1.95532 25.4062 1.4375 25.4062C0.919678 25.4062 0.5 25.8259 0.5 26.3438V41.4375C0.5 42.9884 1.7616 44.25 3.3125 44.25H29.7775C31.6763 46.118 34.1204 47.4532 36.886 47.9832C36.9442 47.9945 37.0035 48 37.0625 48C37.1215 48 37.1808 47.9945 37.239 47.9832C43.7642 46.7329 48.5 41.0032 48.5 34.3594V25.5908C48.5 25.1807 48.2334 24.8181 47.8419 24.6958ZM27.9255 8.25C27.4799 8.25 27.1173 7.88745 27.1173 7.44141V3.20068L32.1663 8.25H27.9255ZM46.625 34.3594C46.625 40.0452 42.6146 44.9568 37.0625 46.1067C31.5104 44.9568 27.5 40.0452 27.5 34.3594V26.2804L37.0625 23.2947L46.625 26.2804V34.3594Z' fill='%23252B42'/%3E%3Cpath d='M36.7831 25.3453L30.0331 27.4529C29.6416 27.5752 29.375 27.9373 29.375 28.3475V34.3581C29.375 38.9021 32.4343 42.9157 36.8142 44.1184C36.8955 44.1407 36.979 44.1517 37.0625 44.1517C37.146 44.1517 37.2295 44.1407 37.3108 44.1184C41.6907 42.9157 44.75 38.9021 44.75 34.3585V28.3479C44.75 27.9377 44.4834 27.5752 44.0919 27.4529L37.3419 25.3453C37.1599 25.2885 36.9651 25.2885 36.7831 25.3453ZM42.875 29.0371V34.3581C42.875 37.9737 40.4976 41.1773 37.0625 42.2379C33.6274 41.1773 31.25 37.9737 31.25 34.3581V29.0371L37.0625 27.2225L42.875 29.0371Z' fill='%23252B42'/%3E%3Cpath d='M34.7253 33.5952C34.3591 33.229 33.7659 33.229 33.3997 33.5952C33.0334 33.9614 33.0334 34.555 33.3997 34.9209L35.5596 37.0811C35.7427 37.2643 35.9825 37.3558 36.2224 37.3558C36.4623 37.3558 36.7021 37.2643 36.8853 37.0811L40.7253 33.2411C41.0916 32.8748 41.0916 32.2812 40.7253 31.915C40.3591 31.5492 39.7659 31.5492 39.3993 31.915L36.2224 35.0923L34.7253 33.5952Z' fill='%23252B42'/%3E%3Cpath d='M20.6562 9.18555H16.1562C15.6384 9.18555 15.2188 9.60559 15.2188 10.123V12.9355H12.4062C11.8884 12.9355 11.4688 13.3556 11.4688 13.873V18.373C11.4688 18.8909 11.8884 19.3105 12.4062 19.3105H15.2188V22.123C15.2188 22.6409 15.6384 23.0605 16.1562 23.0605H20.6562C21.1737 23.0605 21.5938 22.6409 21.5938 22.123V19.3105H24.4062C24.9237 19.3105 25.3438 18.8909 25.3438 18.373V13.873C25.3438 13.3556 24.9237 12.9355 24.4062 12.9355H21.5938V10.123C21.5938 9.60559 21.1737 9.18555 20.6562 9.18555ZM23.4688 14.8105V17.4355H20.6562C20.1384 17.4355 19.7188 17.8556 19.7188 18.373V21.1855H17.0938V18.373C17.0938 17.8556 16.6737 17.4355 16.1562 17.4355H13.3438V14.8105H16.1562C16.6737 14.8105 17.0938 14.3909 17.0938 13.873V11.0605H19.7188V13.873C19.7188 14.3909 20.1384 14.8105 20.6562 14.8105H23.4688Z' fill='%23252B42'/%3E%3Cpath d='M1.4375 23.0625C1.68396 23.0625 1.92603 22.9622 2.10034 22.7878C2.27466 22.6135 2.375 22.3715 2.375 22.125C2.375 21.8785 2.27466 21.6365 2.10034 21.4622C1.92603 21.2878 1.68396 21.1875 1.4375 21.1875C1.19104 21.1875 0.948975 21.2878 0.774658 21.4622C0.600342 21.6365 0.5 21.8785 0.5 22.125C0.5 22.3715 0.600342 22.6135 0.774658 22.7878C0.948975 22.9622 1.19104 23.0625 1.4375 23.0625Z' fill='%23252B42'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26134_4878'%3E%3Crect width='48' height='48' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.travel-hero .card.icon-list:before{background-image:url("data:image/svg+xml,%3Csvg width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26134_4911)'%3E%3Cpath d='M39.0312 6.14722H32.9122C32.6929 4.27515 31.0222 2.81433 29 2.81433H28.313C27.8739 1.19824 26.3311 0 24.5 0C22.6689 0 21.1261 1.19824 20.687 2.81433H20C17.9778 2.81433 16.3071 4.27515 16.0878 6.14722H9.96875C8.41821 6.14722 7.15625 7.40808 7.15625 8.95972V45.1875C7.15625 46.738 8.41821 48 9.96875 48H39.0312C40.5818 48 41.8438 46.738 41.8438 45.1875V8.95972C41.8438 7.40808 40.5818 6.14722 39.0312 6.14722ZM17.9899 6.14722C18.2001 5.31299 19.0222 4.68933 20 4.68933H21.5C22.0175 4.68933 22.4375 4.27039 22.4375 3.75293C22.4386 2.71692 23.3636 1.875 24.5 1.875C25.6364 1.875 26.5614 2.71692 26.5625 3.75293C26.5625 4.27039 26.9825 4.68933 27.5 4.68933H29C29.9778 4.68933 30.7999 5.31299 31.0101 6.14722C31.0446 6.28235 31.0625 6.42371 31.0625 6.56799C31.0625 7.15393 30.7662 7.67798 30.303 8.02222C29.947 8.28662 29.4933 8.44592 29 8.44592H20C19.5067 8.44592 19.053 8.28662 18.697 8.02222C18.2338 7.67798 17.9375 7.15393 17.9375 6.56799C17.9375 6.42371 17.9554 6.28235 17.9899 6.14722ZM39.9688 45.1875C39.9688 45.7042 39.548 46.125 39.0312 46.125H9.96875C9.45203 46.125 9.03125 45.7042 9.03125 45.1875V8.95972C9.03125 8.44226 9.45203 8.02222 9.96875 8.02222H16.3701C16.967 9.37134 18.3696 10.3209 20 10.3209H29C30.6304 10.3209 32.033 9.37134 32.6299 8.02222H39.0312C39.548 8.02222 39.9688 8.44226 39.9688 8.95972V45.1875Z' fill='%23252B42'/%3E%3Cpath d='M36.2448 19.9238H23.5273C23.0095 19.9238 22.5898 19.5042 22.5898 18.9863C22.5898 18.4685 23.0095 18.0488 23.5273 18.0488H36.2448C36.7626 18.0488 37.1823 18.4685 37.1823 18.9863C37.1823 19.5042 36.7626 19.9238 36.2448 19.9238Z' fill='%23252B42'/%3E%3Cpath d='M36.2448 27.4238H23.5273C23.0095 27.4238 22.5898 27.0042 22.5898 26.4863C22.5898 25.9685 23.0095 25.5488 23.5273 25.5488H36.2448C36.7626 25.5488 37.1823 25.9685 37.1823 26.4863C37.1823 27.0042 36.7626 27.4238 36.2448 27.4238Z' fill='%23252B42'/%3E%3Cpath d='M36.2448 34.9238H23.5273C23.0095 34.9238 22.5898 34.5042 22.5898 33.9863C22.5898 33.4685 23.0095 33.0488 23.5273 33.0488H36.2448C36.7626 33.0488 37.1823 33.4685 37.1823 33.9863C37.1823 34.5042 36.7626 34.9238 36.2448 34.9238Z' fill='%23252B42'/%3E%3Cpath d='M36.2448 42.4238H23.5273C23.0095 42.4238 22.5898 42.0042 22.5898 41.4863C22.5898 40.9685 23.0095 40.5488 23.5273 40.5488H36.2448C36.7626 40.5488 37.1823 40.9685 37.1823 41.4863C37.1823 42.0042 36.7626 42.4238 36.2448 42.4238Z' fill='%23252B42'/%3E%3Cpath d='M30.3594 14.0625H21.9219C21.4041 14.0625 20.9844 13.6428 20.9844 13.125C20.9844 12.6072 21.4041 12.1875 21.9219 12.1875H30.3594C30.8772 12.1875 31.2969 12.6072 31.2969 13.125C31.2969 13.6428 30.8772 14.0625 30.3594 14.0625Z' fill='%23252B42'/%3E%3Cpath d='M18.641 14.0625C18.1232 14.0625 17.7031 13.6428 17.7031 13.125C17.7031 12.6072 18.1224 12.1875 18.6403 12.1875H18.641C19.1588 12.1875 19.5785 12.6072 19.5785 13.125C19.5785 13.6428 19.1588 14.0625 18.641 14.0625Z' fill='%23252B42'/%3E%3Cpath d='M14.3566 21.7929C14.127 21.7929 13.8977 21.7091 13.7176 21.5413L12.1191 20.0523C11.74 19.6997 11.7188 19.1064 12.0718 18.7274C12.4248 18.3487 13.0181 18.3275 13.3968 18.6805L14.3566 19.5744L17.7441 16.4195C18.1231 16.0665 18.716 16.0877 19.069 16.4664C19.4217 16.8454 19.4008 17.4387 19.0218 17.7913L14.9956 21.5413C14.8155 21.7091 14.5859 21.7929 14.3566 21.7929Z' fill='%23252B42'/%3E%3Cpath d='M14.3566 29.2929C14.127 29.2929 13.8977 29.2091 13.7176 29.0413L12.1191 27.5523C11.74 27.1997 11.7188 26.6064 12.0718 26.2274C12.4248 25.8487 13.0181 25.8275 13.3968 26.1805L14.3566 27.0744L17.7441 23.9195C18.1231 23.5665 18.716 23.5877 19.069 23.9664C19.4217 24.3454 19.4008 24.9387 19.0218 25.2913L14.9956 29.0413C14.8155 29.2091 14.5859 29.2929 14.3566 29.2929Z' fill='%23252B42'/%3E%3Cpath d='M14.3566 36.7929C14.127 36.7929 13.8977 36.7091 13.7176 36.5413L12.1191 35.0523C11.74 34.6997 11.7188 34.1064 12.0718 33.7274C12.4248 33.3487 13.0181 33.3275 13.3968 33.6805L14.3566 34.5744L17.7441 31.4195C18.1231 31.0665 18.716 31.0877 19.069 31.4664C19.4217 31.8454 19.4008 32.4387 19.0218 32.7913L14.9956 36.5413C14.8155 36.7091 14.5859 36.7929 14.3566 36.7929Z' fill='%23252B42'/%3E%3Cpath d='M14.3566 44.2929C14.127 44.2929 13.8977 44.2091 13.7176 44.0413L12.1191 42.5523C11.74 42.1997 11.7188 41.6064 12.0718 41.2274C12.4248 40.8487 13.0181 40.8275 13.3968 41.1805L14.3566 42.0744L17.7441 38.9195C18.1231 38.5665 18.716 38.5877 19.069 38.9664C19.4217 39.3454 19.4008 39.9387 19.0218 40.2913L14.9956 44.0413C14.8155 44.2091 14.5859 44.2929 14.3566 44.2929Z' fill='%23252B42'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26134_4911'%3E%3Crect width='48' height='48' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.travel-info .container{max-width:1246px}.blog-hero.tour-img{padding-top:calc(75px + (116 - 75) * (100vw - 360px) / (1440 - 360));padding-bottom:calc(75px + (283 - 75) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.blog-hero.tour-img{padding-top:116px}}@media (min-width: 1440px){.blog-hero.tour-img{padding-bottom:283px}}.travel-info .list li:not(:last-child){margin-bottom:calc(24px + (48 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.travel-info .list li:not(:last-child){margin-bottom:48px}}.travel-info .card__title{font-weight:700}.one-page .one-page-section{padding-block:calc(40px + (86 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.one-page .one-page-section{padding-block:86px}}.one-page .one-page-section .container{max-width:1230px}.one-page .head{margin-bottom:calc(40px + (86 - 40) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.one-page .head{margin-bottom:86px}}.one-page .back-link{padding:16px 0;display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--c-accent)}.one-page .back-link:before{content:"";min-width:20px;height:20px;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.875 10H3.125' stroke='%23235EE7' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 4.375L3.125 10L8.75 15.625' stroke='%23235EE7' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.one-page .text{font-size:18px}.one-page .text:last-of-type{margin-bottom:0}.one-page h2+.text,.one-page .text:first-of-type{margin-bottom:48px}.policy .container{padding-block:calc(50px + (108 - 50) * (100vw - 360px) / (1440 - 360));max-width:1296px}@media (min-width: 1440px){.policy .container{padding-block:108px}}.policy h1{display:flex;gap:16px;align-items:center;font-weight:800;text-transform:uppercase;margin-bottom:calc(30px + (64 - 30) * (100vw - 360px) / (1440 - 360));font-size:calc(30px + (32 - 30) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.policy h1{margin-bottom:64px}}@media (min-width: 1440px){.policy h1{font-size:32px}}.policy__content{font-size:20px;line-height:1.33;margin-bottom:calc(24px + (48 - 24) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.policy__content{margin-bottom:48px}}.policy__content h2{font-size:calc(24px + (30 - 24) * (100vw - 360px) / (1440 - 360));font-weight:800;line-height:1.1;margin-bottom:calc(20px + (32 - 20) * (100vw - 360px) / (1440 - 360))}@media (min-width: 1440px){.policy__content h2{font-size:30px}}@media (min-width: 1440px){.policy__content h2{margin-bottom:32px}}.policy__content p{margin-bottom:20px}.policy__content ul{padding-left:20px;margin-bottom:20px}.policy__content ul li:not(:last-child){margin-bottom:16px}.policy__content ul li::marker{content:"✓ ";display:inline-block;margin-right:5px}.policy__content a{font-weight:600;color:var(--c-accent);text-decoration:underline}
