/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties;@layer theme, base, components, utilities;@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-white:#fff;--spacing:0.25rem;--font-weight-medium:500;--font-weight-semibold:600;--radius-lg:0.5rem;--radius-xl:0.75rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,::file-selector-button,:after,:before{box-sizing:border-box;margin:0;padding:0;border:0 solid}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}::file-selector-button,button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::placeholder{color:currentcolor;@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:calc(var(--spacing) * 0)}.top-full{top:100%}.right-0{right:calc(var(--spacing) * 0)}.left-0{left:calc(var(--spacing) * 0)}.z-10{z-index:10}.z-100{z-index:100}.col-start-2{grid-column-start:2}.row-start-2{grid-row-start:2}.container{width:100%;@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-\[3px\]{margin-top:3px}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-12{margin-bottom:calc(var(--spacing) * 12)}.mb-\[18px\]{margin-bottom:18px}.ml-0{margin-left:calc(var(--spacing) * 0)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.h-8{height:calc(var(--spacing) * 8)}.h-12{height:calc(var(--spacing) * 12)}.h-\[40px\]{height:40px}.h-full{height:100%}.w-8{width:calc(var(--spacing) * 8)}.w-12{width:calc(var(--spacing) * 12)}.w-full{width:100%}.min-w-\[160px\]{min-width:160px}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-\[1fr_498px_1fr\]{grid-template-columns:1fr 498px 1fr}.grid-cols-\[1fr_720px_1fr\]{grid-template-columns:1fr 720px 1fr}.grid-rows-\[minmax\(48px\,1fr\)_auto_minmax\(48px\,1fr\)\]{grid-template-rows:minmax(48px,1fr) auto minmax(48px,1fr)}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-2{gap:calc(var(--spacing) * 2)}.space-y-2{:where(&>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-4{:where(&>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}}.space-x-3{:where(&>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)))}}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded-lg{border-radius:var(--radius-lg)}.bg-\[\#2C3959B7\]{background-color:#2C3959B7}.bg-white{background-color:var(--color-white)}.p-\[18px\]{padding:18px}.px-\[12px\]{padding-inline:12px}.py-2{padding-block:calc(var(--spacing) * 2)}.text-center{text-align:center}.text-\[14px\]{font-size:14px}.leading-\[24px\]{--tw-leading:24px;line-height:24px}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.break-words{overflow-wrap:break-word}.text-\[\#4a5663\]{color:#4a5663}.text-\[\#181E25\]{color:#181E25}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.no-underline{text-decoration-line:none}.shadow-\[0px_8px_40px_rgba\(33\,33\,38\,0\.1\)\]{--tw-shadow:0px 8px 40px var(--tw-shadow-color,rgba(33,33,38,0.1))}.shadow-\[0px_8px_40px_rgba\(33\,33\,38\,0\.1\)\],.shadow-lg{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,rgb(0 0 0/0.1)),0 4px 6px -4px var(--tw-shadow-color,rgb(0 0 0/0.1))}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.first\:ml-0{&:first-child{margin-left:calc(var(--spacing) * 0)}}.max-lg\:flex{@media (width < 64rem){display:flex}}.max-lg\:hidden{@media (width < 64rem){display:none}}.max-lg\:h-full{@media (width < 64rem){height:100%}}.max-lg\:grid-cols-\[1fr_minmax\(auto\,480px\)_1fr\]{@media (width < 64rem){grid-template-columns:1fr minmax(auto,480px) 1fr}}.max-lg\:grid-rows-\[minmax\(32px\,1fr\)_auto\]{@media (width < 64rem){grid-template-rows:minmax(32px,1fr) auto}}.max-lg\:overflow-y-auto{@media (width < 64rem){overflow-y:auto}}.max-lg\:overflow-y-hidden{@media (width < 64rem){overflow-y:hidden}}.max-lg\:rounded-t-xl{@media (width < 64rem){border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}}.sm\:mr-\[30px\]{@media (width >= 40rem){margin-right:30px}}.sm\:mb-0{@media (width >= 40rem){margin-bottom:calc(var(--spacing) * 0)}}.sm\:w-\[260px\]{@media (width >= 40rem){width:260px}}.sm\:flex-row{@media (width >= 40rem){flex-direction:row}}.sm\:items-center{@media (width >= 40rem){align-items:center}}.sm\:text-\[16px\]{@media (width >= 40rem){font-size:16px}}.md\:h-14{@media (width >= 48rem){height:calc(var(--spacing) * 14)}}.md\:w-14{@media (width >= 48rem){width:calc(var(--spacing) * 14)}}.lg\:rounded-xl{@media (width >= 64rem){border-radius:var(--radius-xl)}}.\[\&_path\]\:fill-\[rgb\(24\,30\,37\)\]{& path{fill:rgb(24,30,37)}}.\[\&\+a\]\:ml-2{&+a{margin-left:calc(var(--spacing) * 2)}}.\[\@media\(max-height\:450px\)\]\:overflow-y-visible{@media (max-height:450px){overflow-y:visible}}}@layer base;@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@font-face{font-family:KB Suisse Intl;font-weight:400;font-style:normal;font-stretch:normal;src:url(/help/_next/static/media/SuisseIntl-Regular-L.3e205228.woff2) format("woff2"),url(/help/_next/static/media/SuisseIntl-Regular-L.47954736.woff) format("woff")}@font-face{font-family:KB Suisse Intl;font-weight:500;font-style:normal;font-stretch:normal;src:url(/help/_next/static/media/SuisseIntl-Medium-L.77a9552d.woff2) format("woff2"),url(/help/_next/static/media/SuisseIntl-Medium-L.e5c9a832.woff) format("woff")}@font-face{font-family:KB Suisse Intl;font-weight:600;font-style:normal;font-stretch:normal;src:url(/help/_next/static/media/kb_DemiBold.576ec683.woff2) format("woff2"),url(/help/_next/static/media/kb_DemiBold.875d0346.woff) format("woff")}.article-page{background-color:white;min-height:100vh;padding:40px 0}@media (max-width:768px){.article-page{padding:24px 0}}.article-container{max-width:1232px;margin:0 auto;padding:0 16px}.article-layout{display:grid;grid-template-columns:1fr 320px;gap:40px;margin-top:32px}@media (max-width:768px){.article-layout{grid-template-columns:1fr;gap:32px;margin-top:24px}}.article-content-wrapper{background-color:white;border-radius:12px;padding:32px;border:1px solid #e2e4e8}@media (max-width:768px){.article-content-wrapper{padding:24px;border-radius:8px}}.article-sidebar{display:block}@media (max-width:768px){.article-sidebar{display:none}}.article-search-wrapper{background-color:white;border-radius:12px;padding:24px;border:1px solid #e2e4e8;position:sticky;top:24px}.article-search-title{font-size:18px;line-height:24px;font-weight:600;color:#181e25;margin:0 0 16px}.article-search-wrapper form{display:flex;flex-direction:column;gap:12px}.article-search-wrapper input{width:100%;padding:12px 16px;border:1px solid #d4d7dd;border-radius:8px;font-size:16px;line-height:24px;color:#181e25;transition:border-color .2s}.article-search-wrapper input:hover{border-color:#b5b7c0}.article-search-wrapper input:focus{outline:none;border-color:#1da857}.article-search-wrapper input::placeholder{color:#8593a3}.article-search-wrapper button{width:100%;padding:12px 24px;background:#1da857;color:white;border:none;border-radius:8px;font-weight:500;font-size:16px;line-height:24px;cursor:pointer;transition:background-color .2s}.article-search-wrapper button:hover{background:#1d9650}.article-header{border-bottom:1px solid #e5e7eb;padding-bottom:24px;margin-bottom:32px}.article-title{font-size:28px;line-height:40px;font-weight:600;color:#181e25;margin-bottom:12px}@media (max-width:768px){.article-title{font-size:24px;line-height:32px}}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:16px}@media (max-width:768px){.article-meta{flex-direction:column;align-items:flex-start;gap:12px}}.article-date{font-size:14px;line-height:20px;color:#6b7280}.article-content{font-size:16px;line-height:28px;max-width:none}.article-content,.article-content *{color:#374151!important}.article-content h2{font-size:24px;line-height:32px;font-weight:600;margin-top:32px;margin-bottom:16px;color:#181e25!important}.article-content h3{font-size:20px;line-height:28px;font-weight:600;margin-top:24px;margin-bottom:12px;color:#181e25!important}.article-content p{margin-bottom:16px;color:#374151!important;line-height:1.625}.article-content a{color:#2563eb!important;text-decoration:underline}.article-content a:hover{color:#1d4ed8!important}.article-content ol,.article-content ul{margin-bottom:24px;padding-left:24px;color:#374151!important}.article-content ul{list-style-type:disc}.article-content ol{list-style-type:decimal}.article-content li{margin-bottom:8px;color:#374151!important}.article-content code{background-color:#f3f4f6;padding:2px 8px;border-radius:4px;font-size:14px;font-family:monospace;color:#374151!important}.article-content pre{background-color:#f3f4f6;padding:16px;border-radius:8px;overflow-x:auto}.article-content pre code{background-color:transparent;padding:0}.article-content blockquote{border-left:4px solid #d1d5db;padding-left:16px;font-style:italic;color:#4b5563!important;margin:24px 0}.article-content hr{border-top:1px solid #d1d5db;margin:32px 0}.article-content table{width:100%;border-collapse:collapse;margin:24px 0}.article-content td,.article-content th{border:1px solid #d1d5db;padding:8px 16px;text-align:left;color:#374151!important}.article-content th{background-color:#f3f4f6;font-weight:600}.article-content b,.article-content del,.article-content div,.article-content em,.article-content i,.article-content ins,.article-content mark,.article-content small,.article-content span,.article-content strong,.article-content sub,.article-content sup,.article-content u{color:#374151!important}@media (max-width:768px){.article-content{font-size:14px;line-height:24px}.article-content h2{font-size:20px;line-height:28px}.article-content h3{font-size:18px;line-height:24px}}.article-body{max-width:none}html{font-size:16px;line-height:24px;font-family:KB Suisse Intl,Helvetica,Arial,sans-serif;font-weight:400;color:rgba(24,30,37,1);scroll-behavior:smooth;-webkit-font-smoothing:antialiased}@media (max-width:768px){html{font-size:14px;line-height:20px}}body{min-height:100dvh;overflow-y:auto;overscroll-behavior-y:contain}::-webkit-scrollbar{width:0;display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.layout_headerContainer__we36H{background:linear-gradient(rgba(44,57,89,0),rgba(44,57,89,0) 63.65%,rgb(31,44,75)) no-repeat #2c3959}.Footer_footer__hzq47{background:#2c3959;color:#fff;min-width:320px;padding-top:48px;padding-bottom:24px}@media screen and (max-width:1023px){.Footer_footer__hzq47{padding-top:32px}}.Footer_container__ucV_K{max-width:1280px;margin:0 auto;padding:0 16px}.Footer_flexContainer__0yc7I{display:flex;justify-content:space-between}@media screen and (max-width:1023px){.Footer_flexContainer__0yc7I{flex-direction:column}}.Footer_quarterWidth__VlbJr{width:35%;display:flex;flex-direction:column;flex:1 1 auto}@media screen and (min-width:1024px)and (max-width:1279px){.Footer_quarterWidth__VlbJr{margin-bottom:32px;width:39%}}@media screen and (max-width:1023px){.Footer_quarterWidth__VlbJr{margin-bottom:32px;width:100%;display:block}}.Footer_logoWrapper__jGDGc{width:148px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:4px}.Footer_linksSection__wGVbI{width:75%;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media screen and (max-width:1023px){.Footer_linksSection__wGVbI{grid-template-columns:repeat(2,1fr);width:100%;gap:20px}}.Footer_slogan__3sq84{font-size:12px;min-width:max-content;display:flex;max-width:231px}@media screen and (max-width:1023px){.Footer_slogan__3sq84{max-width:185px}}.Footer_socialContainer__oq6Y2{display:flex;gap:8px;margin-top:16px}@media screen and (max-width:1023px){.Footer_socialContainer__oq6Y2{margin-top:24px}}.Footer_socialLink__qD5sf{width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;text-decoration:none;transition:opacity .2s}.Footer_socialLink__qD5sf:hover{opacity:.75}.Footer_linkTitle__2S9cF{font-weight:600;margin-bottom:16px;font-size:18px;color:inherit}@media screen and (max-width:1023px){.Footer_linkTitle__2S9cF{font-size:16px}}.Footer_linkList__lxFGA{display:flex;flex-direction:column;gap:12px;font-size:12px;line-height:1.5}.Footer_link__G9M6S{color:#fff;transition:opacity .2s}.Footer_link__G9M6S:hover{opacity:.75}.Footer_bottomSection___wifv{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1023px){.Footer_bottomSection___wifv{justify-content:flex-start;align-items:flex-start}}.Footer_appLinks__NQhin{display:flex;gap:8px;position:relative;width:33%}@media screen and (max-width:1023px){.Footer_appLinks__NQhin{margin-bottom:24px;flex-direction:column;width:50%}}.Footer_divider__fsj5q{border-top:1px solid #4a5663;margin:24px 0}.Footer_appLink__WS7HI{position:relative;display:block;text-decoration:none}.Footer_certificates__hHFMC{display:flex;gap:16px}@media screen and (min-width:1280px){.Footer_certificates__hHFMC{width:33%}}.Footer_certificateGroup__x2dRS{display:flex;gap:16px;flex-basis:50%}.Footer_copyright__3UbTW{text-align:right;font-size:12px;line-height:1.5;width:33%}@media screen and (max-width:1023px){.Footer_copyright__3UbTW{text-align:left;width:100%}}@media screen and (min-width:1024px)and (max-width:1279px){.Footer_copyright__3UbTW{width:auto}}.Footer_copyrightText__aiYy3{margin-bottom:4px}.Footer_bottomSlogan__K_GvY{font-size:12px}.Footer_legalText__NYOu8{margin-top:24px;font-size:12px;color:#9ca3af}.Footer_copyrightMobile__ZyYQH{display:none}@media screen and (max-width:1023px){.Footer_copyrightMobile__ZyYQH{display:block}}.Footer_copyrightDesktop__mw7Ko{display:block;text-align:start}@media screen and (max-width:1023px){.Footer_copyrightDesktop__mw7Ko{display:none}}.Footer_footerEasterEggWrapper__Hnff5{display:flex;gap:4px;padding-right:8px}.Footer_portalWrapper__onZg_{display:flex;align-items:center;position:relative;max-height:0;cursor:pointer}.Footer_portalDescription__GgV86{color:#fff!important;color:#181e25;font-size:10px;font-weight:400;line-height:16px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.Footer_portalDescription__GgV86{color:#181e25;font-size:10px;font-weight:400;line-height:16px;letter-spacing:0}}@media screen and (max-width:1023px){.Footer_portalDescription__GgV86{color:#181e25;font-size:10px;font-weight:400;line-height:16px;letter-spacing:0}}@media screen and (max-width:767px){.Footer_portalDescription__GgV86{color:#181e25;font-size:10px;font-weight:400;line-height:16px;letter-spacing:0}}.Footer_portalDescription__GgV86{z-index:1;max-width:130px}.Footer_portalText__gq_Dy{z-index:1;max-width:130px;color:#181e25;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.Footer_portalText__gq_Dy{color:#181e25;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}}@media screen and (max-width:1023px){.Footer_portalText__gq_Dy{color:#181e25;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}}@media screen and (max-width:767px){.Footer_portalText__gq_Dy{color:#181e25;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}}.Footer_portalText__gq_Dy{color:#4bff7e}.Footer_portalTextBold__VDXcK{font-weight:500}.Footer_portalTextsWrapper__g1Mal{display:flex;flex-direction:column;height:112px;justify-content:center}.Footer_star__ZoAOp{width:9px;height:11px;margin-left:30%;margin-right:60%;transition:margin .3s ease}.Footer_star__ZoAOp.Footer_reversed__60wHo{margin-left:60%;margin-right:30%}.Footer_styledImg__i_srA{position:absolute;right:-1em;width:66px;height:65px}.Footer_loopholesContent__EEp23{display:flex;gap:12px;align-items:center;margin-bottom:16px;margin-top:16px}.Footer_curvedLine__vBhA_{width:59px;height:8px}.Footer_kupicomFooter__wb6nk{background:#2c3959;color:#fff;min-width:320px;padding-top:48px;padding-bottom:24px}@media screen and (max-width:1023px){.Footer_kupicomFooter__wb6nk{padding-top:32px}}.Footer_kupicomFlexContainer__DIVla{display:flex;flex-wrap:nowrap}@media screen and (max-width:1023px){.Footer_kupicomFlexContainer__DIVla{flex-wrap:wrap}}.Footer_kupicomLogoSection__PFtQQ{width:33.333%;margin-bottom:24px}@media screen and (max-width:1023px){.Footer_kupicomLogoSection__PFtQQ{width:100%;margin-bottom:48px}}.Footer_kupicomLinksWrapper__i1aYC{width:66.666%;display:flex;justify-content:flex-end}@media screen and (max-width:1023px){.Footer_kupicomLinksWrapper__i1aYC{width:100%;flex-wrap:wrap}}.Footer_kupicomLinkColumn___MT6D{width:25%}@media screen and (max-width:1023px){.Footer_kupicomLinkColumn___MT6D{width:50%}}.Footer_kupicomLinkTitle__fj2em{font-weight:600;margin-bottom:8px;font-size:18px;line-height:28px;color:inherit;text-decoration:none}@media screen and (max-width:1023px){.Footer_kupicomLinkTitle__fj2em{font-size:16px}}.Footer_kupicomLinkList__0yI1g{display:flex;flex-direction:column;gap:12px;font-size:12px}.Footer_kupicomBottomSection__PznRN{display:flex;align-items:center;flex-wrap:nowrap}@media screen and (max-width:1023px){.Footer_kupicomBottomSection__PznRN{justify-content:flex-start;flex-wrap:wrap}}.Footer_kupicomAppLinks__eReUI{display:flex;width:33.333%;flex-direction:row;gap:8px;position:relative;margin-bottom:0}@media screen and (max-width:1023px){.Footer_kupicomAppLinks__eReUI{margin-bottom:24px;width:50%;flex-direction:column}}.Footer_kupicomAppLink__AZTcZ{position:relative;display:block;text-decoration:none;max-width:108px}.Footer_kupicomAppLink__AZTcZ:hover{opacity:.8}.Footer_kupicomAppLinkOverlay__FDZ0T{position:absolute;inset:0;background:hsla(0,0%,100%,.16);z-index:1;border-radius:4px;display:block}.Footer_kupicomCertificates__TMeWm{display:flex;gap:16px}@media screen and (min-width:1280px){.Footer_kupicomCertificates__TMeWm{width:33%}}@media screen and (max-width:1023px){.Footer_kupicomCertificates__TMeWm{flex-direction:column;gap:8px}}.Footer_kupicomCopyright__y7ysz{text-align:left;font-size:12px;line-height:1.5;width:33%}@media screen and (max-width:1023px){.Footer_kupicomCopyright__y7ysz{text-align:left;width:100%}}@media screen and (min-width:1024px)and (max-width:1279px){.Footer_kupicomCopyright__y7ysz{width:auto}}.Footer_kupicomSlogan__hKP2E{font-size:12px;min-width:max-content;display:flex;max-width:231px;margin-top:16px;margin-bottom:16px}@media screen and (max-width:1023px){.Footer_kupicomSlogan__hKP2E{max-width:185px}}.ContactsModal_chatButton__jDTk4{font-weight:500}@media screen and (max-width:1023px){.ContactsModal_chatButton__jDTk4{width:100%}}.Modals_buttonLink__RpcIL{cursor:pointer;color:#007acc}.Modals_buttonLink__RpcIL:hover{color:#008ae6}.Modals_privacyLink__116ch{color:#007acc;cursor:pointer;transition:color .2s ease}.Modals_privacyLink__116ch:hover{color:#008ae6}.Modals_socialNetworksContainer__iDkTp{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.Modals_socialNetworkButton__gpv6n{display:flex;align-items:center;justify-content:center;height:2.625rem;width:2.625rem;border-radius:50%;cursor:pointer;transition:opacity .2s ease}.Modals_socialNetworkButton__gpv6n:hover{opacity:.8}.Modals_modalContainer__EfEnK{padding:0 3rem 3rem}@media screen and (max-width:1023px){.Modals_modalContainer__EfEnK{padding:0 16px 24px}}.Modals_divider__Wsmkp{border-bottom:1px solid #d4d7dd;margin-bottom:1.5rem}.Modals_imageContainer__eOBzu{margin-bottom:8px;height:308px;object-fit:cover}.Modals_title__f9vKS{text-align:center;margin-bottom:1.5rem}.Modals_formFields__ID6wd{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media screen and (max-width:1023px){.Modals_input__1eCcV{font-size:16px}}.Modals_formActions__kJTmR{display:flex;flex-direction:column;gap:.5rem}.Modals_buttons__i_3GT{display:flex;gap:8px;margin-top:32px;font-weight:500}@media screen and (max-width:1023px){.Modals_buttons__i_3GT{flex-direction:column;padding:8px 16px;font-size:16px;line-height:24px}}.Modals_submitButton__PtaET{width:100%;font-weight:500}.Modals_linksContainer__Lt_1x{display:flex;justify-content:space-around;padding:.5rem 0;font-weight:500}.Modals_passwordIcon__Vmijr{cursor:pointer}.Modals_passwordIcon__Vmijr path{fill:#181e25}.Modals_modalContent__y1SpW{padding:0 48px 48px}@media screen and (max-width:1023px){.Modals_modalContent__y1SpW{padding:0 16px 16px}}.Modals_refundModal__KnZ8U{color:#181e25;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.Modals_refundModal__KnZ8U{color:#181e25;font-size:15px;font-weight:400;line-height:22px;letter-spacing:0}}@media screen and (max-width:1023px){.Modals_refundModal__KnZ8U{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}@media screen and (max-width:767px){.Modals_refundModal__KnZ8U{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}.Modals_refundModal__KnZ8U{color:#4a5663!important;margin-top:7px}.Modals_refundModal__KnZ8U:first-of-type{color:#181e25;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.Modals_refundModal__KnZ8U:first-of-type{color:#181e25;font-size:15px;font-weight:500;line-height:22px;letter-spacing:0}}@media screen and (max-width:1023px){.Modals_refundModal__KnZ8U:first-of-type{color:#181e25;font-size:14px;font-weight:500;line-height:20px;letter-spacing:0}}@media screen and (max-width:767px){.Modals_refundModal__KnZ8U:first-of-type{color:#181e25;font-size:14px;font-weight:500;line-height:20px;letter-spacing:0}}.Modals_refundModal__KnZ8U:first-of-type{color:#181e25!important}.Modals_infoModal__rzxn6 p{color:#4a5663!important;color:#181e25;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.Modals_infoModal__rzxn6 p{color:#181e25;font-size:15px;font-weight:400;line-height:22px;letter-spacing:0}}@media screen and (max-width:1023px){.Modals_infoModal__rzxn6 p{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}@media screen and (max-width:767px){.Modals_infoModal__rzxn6 p{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}.Modals_infoModal__rzxn6 p{margin-bottom:20px}.Modals_infoModal__rzxn6 p a{color:#007acc}.Modals_infoModal__rzxn6 .section{display:flex;margin-bottom:50px;flex-direction:column}@media screen and (min-width:1280px){.Modals_infoModal__rzxn6 .section{flex-direction:row}}@media screen and (min-width:1024px)and (max-width:1279px){.Modals_infoModal__rzxn6 .section{flex-direction:row}}.Modals_infoModal__rzxn6 .title{width:auto;font-weight:600!important;margin-right:30px;color:#181e25;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.Modals_infoModal__rzxn6 .title{width:260px;font-size:16px}}@media screen and (max-width:1023px){.Modals_infoModal__rzxn6 .title{margin-bottom:20px}}.Modals_infoModal__rzxn6 .content{width:100%;position:relative}@media screen and (min-width:1024px)and (max-width:1279px){.Modals_infoModal__rzxn6 .content{max-width:456px}}.Modals_infoModal__rzxn6 .modal-content{width:100%}.Modals_infoModal__rzxn6 .modal-content p{font-size:14px;line-height:24px;margin-bottom:20px}@media screen and (min-width:1024px)and (max-width:1279px){.Modals_infoModal__rzxn6 .modal-content p{font-size:16px}}.Modals_infoModal__rzxn6 .contacts-wrap-old{display:none}.Modals_infoModal__rzxn6 .contacts-wrap-new{display:block!important}.Modals_modalTitle__zI0Ib{color:#181e25;font-size:28px;font-weight:600;line-height:40px;letter-spacing:0}@media screen and (max-width:1023px){.Modals_modalTitle__zI0Ib{color:#181e25;font-size:20px;font-weight:600;line-height:26px;letter-spacing:0}}.Modals_modalTitle__zI0Ib{margin-bottom:8px}.Modals_error__QL9Ry{color:#181e25;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.Modals_error__QL9Ry{color:#181e25;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}}@media screen and (max-width:1023px){.Modals_error__QL9Ry{color:#181e25;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}}@media screen and (max-width:767px){.Modals_error__QL9Ry{color:#181e25;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0}}.Modals_error__QL9Ry{color:#ff3f0f}.Modals_boldText__ZfTia{color:#181e25;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.Modals_boldText__ZfTia{color:#181e25;font-size:15px;font-weight:500;line-height:22px;letter-spacing:0}}@media screen and (max-width:1023px){.Modals_boldText__ZfTia{color:#181e25;font-size:14px;font-weight:500;line-height:20px;letter-spacing:0}}@media screen and (max-width:767px){.Modals_boldText__ZfTia{color:#181e25;font-size:14px;font-weight:500;line-height:20px;letter-spacing:0}}