:root{--h1:48px;--h2:38px;--h3:28px;--h4:20px;--h5:16px;--h6:13px;--small_text:12px;--base-text:13px;--smallest:9px;--width-base:1700;--width-current:100vw;--width-multiplier:var(--width-current) /var(--width-base);--black:#000;--dark-black:#101010;--white:#fff;--dark-gray:#323232;--dark-blue:#262f4b;--blue:#344066;--light-blue:#475276;--gray:#9ba0b2;--gray-300:#ebecf0;--light-gray:#fbfbfb;--red:#e31e25;--green:#5cb585;--green-100:#d1e9e8;--orange:#ef5f31;--orange-100:#faebe7;--blue-100:#ecefff;--blue-150:#8ed5ff;--blue-200:#61a8eb;--blue-600:#2977bd;--blue-700:#1c3f94;--blue-800:#344066;--blue-logo:#1c3f94;--link-color:#61a8eb;--text-primary:#101010;--text-secondary:#fff;--text-descr:#b3b3b3;--text-dark-descr:#9ba0b2;--text-green:#347854;--text-orange:#ef5f31;--text-blue:#262f4b;--border-black:#101010;--border-color:#e8e8e8;--border-dark-gray:#878a94;--border-light-gray:#c8c8c8;--border-orange:#ef5f31;--line-blue:#475273;--line:#f2f2f2;--border-footer:#3a3a3a;--error:#e31e25;--success:#5cb585;--green-default:#4fb07c;--green-hover:#459a6c;--green-pressed:#347854;--white-default:#fff;--white-hover:#fbfbfb;--white-pressed:#e8e8e8;--orange-default:#ef5f31;--orange-hover:#e63c06;--orange-pressed:#c23103;--red-default:#e31e25;--red-hover:#c8191f;--blue-default:#344066;--blue-hover:#262f4b;--blue-pressed:#121b38;--light-green-hover:#dcefe5;--light-green-pressed:#aecec2;--light-blue-hover:#d3d7e7;--light-blue-pressed:#949ec5;--light-orange-hover:#ffdfd5;--light-orange-pressed:#f2aa93;--active-filter:#fef7f3;--disabled:#e8e8e8}@media screen and (max-width:1024px){:root{--width-base:1024;--h1:calc(var(--width-multiplier)*48);--h2:calc(var(--width-multiplier)*38);--h3:calc(var(--width-multiplier)*28);--h4:calc(var(--width-multiplier)*20);--h5:calc(var(--width-multiplier)*16)}}@media screen and (max-width:860px){:root{--width-base:860}}@media screen and (max-width:680px){:root{--width-base:680;--h4:16px;--h5:14px;--h6:14px;--base-text:14px}}@media screen and (max-width:480px){:root{--width-base:580}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:300;src:url(/fonts/montserrat/Montserrat-Light_300.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/fonts/montserrat/Montserrat-Regular_400.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/fonts/montserrat/Montserrat-SemiBold_600.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/fonts/montserrat/Montserrat-Bold_700.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/fonts/roboto/Roboto-Light_300.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/fonts/roboto/Roboto-Regular_400.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/fonts/roboto/Roboto-Bold_700.ttf) format("truetype")}@font-face{font-display:swap;font-family:Caveat;font-style:normal;font-weight:400;src:url(/fonts/caveat/Caveat-Regular_400.ttf) format("truetype")}.box_shadow{box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.box_shadow_clear{box-shadow:none}.border_radius{border-radius:2px}.border_radius_4{border-radius:4px}.border_radius_8{border-radius:8px}.border_radius_12{border-radius:12px}.border_radius_20{border-radius:20px}.border_radius_clear{border-radius:0}.circle{border-radius:50%}.box{background-color:var(--white);border:1px solid var(--border-color);border-radius:2px;padding:8px}.flex_direction_column{flex-direction:column}.transition{transition:.2s ease-in-out}.transition_directive_animate{transition:.5s linear}.default_translate{transform:translateY(-5px)}.default_box_shadow{box-shadow:3px 4px 9px 0 rgba(34,60,80,.2)}.border_radius_32{border-radius:32px}section{padding:60px 0}@media screen and (max-width:680px){section{padding:40px 0}}.section__pre-title{background-color:var(--orange);border-radius:20px;color:var(--text-secondary);display:block;font-weight:600;margin-bottom:12px;padding:4px 12px;width:-moz-fit-content;width:fit-content}.section__title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h2);margin-bottom:32px;max-width:920px}@media screen and (max-width:680px){.section__title{margin-bottom:32px}}@media screen and (max-width:480px){.section__title{margin-bottom:28px}}.section__subtitle{font-size:var(--h4);margin-bottom:16px;max-width:920px}.button,.section__subtitle{font-family:Montserrat,Tahoma,sans-serif}.button{border:1px solid var(--white-default);border-radius:4px;color:var(--text-secondary);cursor:pointer;display:inline-block;font-size:var(--h6);font-weight:600;padding:16px 28px;text-align:center;text-decoration:none;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out}.button,.button:hover{background-color:transparent}.button:hover{color:var(--orange-default)}.button--orange,.button:hover{border-color:var(--orange-default)}.button--orange{background-color:var(--orange-default);color:var(--text-secondary)}.button--orange:hover{background-color:var(--orange-hover);border-color:var(--orange-hover);color:var(--text-secondary)}@media screen and (max-width:480px){.button{width:100%}}.hero{background-color:var(--line-blue);background-image:-webkit-image-set(url(/img/about/hero-back.webp) type("image/webp"),url(/img/about/hero-back.jpg));background-image:image-set(url(/img/about/hero-back.webp) type("image/webp"),url(/img/about/hero-back.jpg));background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--text-secondary)}.hero__title{margin-bottom:12px;margin-top:0;max-width:820px}.hero__description{font-size:var(--h4);margin-bottom:20px;max-width:1024px}.hero__buttons{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.hero__button span{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;padding-left:44px;position:relative}.hero__button span:before{background-color:var(--white);content:"";height:24px;left:0;-webkit-mask-image:url(/img/icons/stack.svg#envelope);mask-image:url(/img/icons/stack.svg#envelope);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:24px 24px;mask-size:24px 24px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.hero__button--register span:before{-webkit-mask-image:url(/img/icons/stack.svg#lock);mask-image:url(/img/icons/stack.svg#lock)}.hero__button--api span:before{-webkit-mask-image:url(/img/icons/stack.svg#api);mask-image:url(/img/icons/stack.svg#api)}.hero__button--api span:before,.hero__button--register span:before{transition:background-color .2s ease-in-out}.hero__button--api:hover span:before,.hero__button--register:hover span:before{background-color:var(--orange)}.hero__list{background-color:rgba(52,64,102,.5);border-radius:12px;display:flex;gap:20px 0;list-style:none;padding:32px 12px}@media screen and (max-width:1200px){.hero__list{display:grid;grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:700px){.hero__list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:500px){.hero__list{grid-template-columns:1fr 1fr}}.hero__item{border-left:1px solid var(--line-blue);font-size:var(--h5);padding:0 20px}.hero__item:first-child{border:none}@media screen and (max-width:1200px){.hero__item:nth-child(4n+1){border:none}}@media screen and (max-width:700px){.hero__item:nth-child(4n+1){border-left:1px solid var(--line-blue)}.hero__item:nth-child(3n+1){border:none}}@media screen and (max-width:500px){.hero__item:nth-child(3n+1){border-left:1px solid var(--line-blue)}.hero__item:nth-child(odd){border:none}}.hero__item .eye-catching{display:block;font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h3);font-weight:600;margin-bottom:4px;white-space:nowrap}.coverage__list{display:grid;gap:20px;grid-template-columns:repeat(8,1fr);list-style:none;margin-bottom:20px}@media screen and (max-width:980px){.coverage__list{grid-template-columns:repeat(4,1fr)}}.coverage__item{grid-column:span 2}@media screen and (max-width:400px){.coverage__item{grid-column:span 4}}.coverage__item--bonds{grid-column:span 3}@media screen and (max-width:980px){.coverage__item--bonds{grid-column:span 2}}@media screen and (max-width:680px){.coverage__item--bonds{grid-column:span 4}}.coverage__item--bonds .section__pre-title{background-color:var(--light-green-hover);color:var(--green-hover)}.coverage__item--bonds .coverage__item-link{border-color:var(--green-default)}.coverage__item--bonds .coverage__item-link:before{background-color:var(--light-green-hover)}.coverage__item--bonds .coverage__item-link:hover{border-color:var(--green-default)}.coverage__item--bonds .coverage__item-link:hover:before{background-color:var(--light-green-pressed)}.coverage__item--countries{background-image:-webkit-image-set(url(/img/about/countries.webp) type("image/webp"),url(/img/about/countries.png));background-image:image-set(url(/img/about/countries.webp) type("image/webp"),url(/img/about/countries.png));background-position:100%;background-repeat:no-repeat;background-size:75% auto;grid-column:span 5}@media screen and (max-width:1024px){.coverage__item--countries{background-size:60% auto}}@media screen and (max-width:980px){.coverage__item--countries{background-position:bottom -20% right -50%;background-size:70% auto;grid-column:span 2}}@media screen and (max-width:680px){.coverage__item--countries{grid-column:span 4}}.coverage__item--countries .section__pre-title{background-color:var(--blue-100);color:var(--text-primary)}.coverage__item-content{max-width:40%}@media screen and (max-width:1024px){.coverage__item-content{max-width:50%}}@media screen and (max-width:980px){.coverage__item-content{max-width:70%}}.coverage__item-link,.coverage__item:not(:has(>.coverage__item-link)){border-radius:12px;color:var(--text-primary);display:block;height:100%;padding:20px;text-decoration:none}.coverage__item:not(:has(>.coverage__item-link)){background-color:var(--light-gray)}.coverage__item-link{border:1px solid var(--border-color);position:relative;transition:border-color .2s ease-in-out}.coverage__item-link:after,.coverage__item-link:before{bottom:20px;content:"";height:44px;position:absolute;right:20px;transition:background-color .2s ease-in-out;width:44px}@media screen and (max-width:680px){.coverage__item-link:after,.coverage__item-link:before{height:32px;width:32px}}.coverage__item-link:before{background-color:var(--blue-100);border-radius:50%}.coverage__item-link:after{background-color:var(--white);-webkit-mask-image:url(/img/icons/stack.svg#long-arrow-right);mask-image:url(/img/icons/stack.svg#long-arrow-right);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:24px 24px;mask-size:24px 24px}@media screen and (max-width:680px){.coverage__item-link:after{-webkit-mask-size:16px 16px;mask-size:16px 16px}}.coverage__item-link:hover{border-color:var(--light-blue-hover);color:var(--text-primary)}.coverage__item-link:hover:before{background-color:var(--light-blue-hover)}.coverage__item-link .coverage__item-description{padding-right:72px}@media screen and (max-width:680px){.coverage__item-link .coverage__item-description{padding-right:40px}}.coverage__item-title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4);margin-bottom:8px}.coverage__item-title .eye-catching{display:inline-block;font-family:inherit;font-size:var(--h3);width:100%}.coverage__item-description{font-size:var(--h5)}.coverage__item-description+.coverage__item-description{margin-top:8px}.coverage__history-list{background-color:var(--light-gray);border-radius:12px;display:flex;gap:12px 40px;list-style:none;margin-bottom:40px;padding:20px}@media screen and (max-width:880px){.coverage__history-list{flex-wrap:wrap}}.coverage__history-item{min-height:48px;padding-left:64px;position:relative}.coverage__history-item:before{align-items:center;background-color:var(--orange-100);border-radius:8px;color:var(--orange);content:"";display:flex;font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4);font-weight:600;height:44px;justify-content:center;left:0;position:absolute;top:0;width:44px}@media screen and (max-width:880px){.coverage__history-item--calendar{width:100%}}.coverage__history-item--calendar:before{background-color:var(--blue-100)}.coverage__history-item--calendar:after{background-color:var(--line-blue);content:"";height:44px;left:0;-webkit-mask-image:url(/img/icons/stack.svg#calendar);mask-image:url(/img/icons/stack.svg#calendar);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:24px 24px;mask-size:24px 24px;position:absolute;top:0;width:44px}.coverage__history-item--corporate:before{content:"10"}.coverage__history-item--sovereign:before{content:"30"}.coverage__history-item-title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4)}.coverage__history-item-description{font-size:var(--h5);margin-top:2px}.data-provide{background-color:var(--light-blue-hover);background-image:-webkit-image-set(url(/img/about/data-provide-back.webp) type("image/webp"),url(/img/about/data-provide-back.jpg));background-image:image-set(url(/img/about/data-provide-back.webp) type("image/webp"),url(/img/about/data-provide-back.jpg));background-position:50%;background-repeat:no-repeat;background-size:cover}.data-provide__list{display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));list-style:none;margin-bottom:60px}@media screen and (max-width:1024px){.data-provide__list{grid-template-columns:1fr 1fr}}@media screen and (max-width:680px){.data-provide__list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.data-provide__item{background-color:var(--white);background-image:-webkit-image-set(url(/img/about/data-provie-1.webp) type("image/webp"),url(/img/about/data-provie-1.jpg));background-image:image-set(url(/img/about/data-provie-1.webp) type("image/webp"),url(/img/about/data-provie-1.jpg));background-position:right -20px bottom -10px;background-repeat:no-repeat;background-size:auto 146px;border-radius:12px;padding:20px 20px 156px}.data-provide__item--excel{background-image:-webkit-image-set(url(/img/about/data-provie-2.webp) type("image/webp"),url(/img/about/data-provie-2.jpg));background-image:image-set(url(/img/about/data-provie-2.webp) type("image/webp"),url(/img/about/data-provie-2.jpg))}.data-provide__item--api{background-image:-webkit-image-set(url(/img/about/data-provie-3.webp) type("image/webp"),url(/img/about/data-provie-3.jpg));background-image:image-set(url(/img/about/data-provie-3.webp) type("image/webp"),url(/img/about/data-provie-3.jpg))}.data-provide__item--mobile{background-image:-webkit-image-set(url(/img/about/data-provie-4.webp) type("image/webp"),url(/img/about/data-provie-4.jpg));background-image:image-set(url(/img/about/data-provie-4.webp) type("image/webp"),url(/img/about/data-provie-4.jpg));background-position:center bottom -10px}.data-provide__item-title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4);margin-bottom:12px}.data-provide__item-description{font-size:var(--h5)}.data-provide__item-description+.data-provide__item-description{margin-top:8px}.data-provide__tools-list{display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));list-style:none}.data-provide__tools-item{background-color:var(--white);border-radius:12px;padding:84px 20px 20px;position:relative}.data-provide__tools-item:after,.data-provide__tools-item:before{content:"";height:44px;left:20px;position:absolute;top:20px;width:44px}.data-provide__tools-item:before{background-color:var(--orange-100);border-radius:8px}.data-provide__tools-item:after{background-color:var(--orange);-webkit-mask-image:url(/img/icons/stack.svg#search);mask-image:url(/img/icons/stack.svg#search);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:24px 24px;mask-size:24px 24px}.data-provide__tools-item--verification:after{-webkit-mask-image:url(/img/icons/stack.svg#check);mask-image:url(/img/icons/stack.svg#check)}.data-provide__tools-item--tools:after{-webkit-mask-image:url(/img/icons/stack.svg#tourism);mask-image:url(/img/icons/stack.svg#tourism)}.data-provide__tools-item--api:after{-webkit-mask-image:url(/img/icons/stack.svg#api);mask-image:url(/img/icons/stack.svg#api)}.data-provide__tools-item--conference:after{-webkit-mask-image:url(/img/icons/stack.svg#group);mask-image:url(/img/icons/stack.svg#group)}.data-provide__tools-item-title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4);margin-bottom:12px}.data-provide__tools-item-description{font-size:var(--h5)}.data-provide__tools-item-description+.data-provide__tools-item-description{margin-top:8px}.clients__why{display:grid;gap:20px;grid-template-columns:5fr 3fr;margin-bottom:60px}@media screen and (max-width:880px){.clients__why{grid-template-columns:1fr}}.clients__why-list{background-color:var(--light-gray);border-radius:12px;display:flex;flex-direction:column;gap:12px;list-style:none;padding:20px}.clients__why-item{color:var(--border-dark-gray);font-size:var(--h5)}.clients__why-item-title{color:var(--text-primary);display:inline-block;font-family:Montserrat,Tahoma,sans-serif;font-size:inherit}.clients__why-slogan{align-items:center;background-color:var(--blue-100);border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:28px;text-align:center}.clients__why-slogan-text{font-size:var(--h4);font-style:italic;margin-bottom:12px;max-width:500px}.clients__why-slogan-text:first-child{padding-top:28px;position:relative}.clients__why-slogan-text:first-child:before{background-color:var(--orange);content:"";height:16px;left:50%;-webkit-mask-image:url(/img/about/quote.svg);mask-image:url(/img/about/quote.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;position:absolute;top:0;transform:translateX(-50%);width:16px}.clients__why-slogan-mission{color:var(--border-dark-gray);font-size:var(--h5)}.clients__logo-marquee{overflow:hidden}.clients__list{--logo-gallery-gap:12px;animation:clients-logo-marquee 90s linear infinite;display:flex;flex-wrap:nowrap;gap:0;list-style:none;margin-bottom:20px;min-width:-moz-max-content;min-width:max-content;width:-moz-max-content;width:max-content;will-change:transform}.clients__item{align-items:center;background-color:var(--light-blue-hover);border-radius:8px;display:flex;flex:0 0 var(--logo-gallery-item-width,136px);justify-content:center;margin-right:var(--logo-gallery-gap);max-height:80px;max-width:none;min-width:0;padding:20px}.clients__item .logo{display:flex;max-height:100%;max-width:100%}.clients__item img{display:block;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media (prefers-reduced-motion:reduce){.clients__list{animation:none}}.clients__reviews{align-items:flex-start;display:grid;gap:20px;grid-template-columns:1fr 1fr;list-style:none}@media (max-width:680px){.clients__reviews{grid-template-columns:none}}.clients__reviews-item{border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;height:100%;padding:44px 20px 20px;position:relative}.clients__reviews-item:before{background-color:var(--orange);content:"";height:16px;left:20px;-webkit-mask-image:url(/img/about/quote.svg);mask-image:url(/img/about/quote.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;position:absolute;top:20px;width:16px}.clients__reviews-content{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.clients__reviews-text{font-size:var(--h5)}.clients__reviews-author{border-top:1px solid var(--border-color);display:flex;gap:12px;margin-top:auto;padding-top:12px}.clients__reviews-author-name{font-size:var(--h5);font-weight:600}.clients__reviews-author-post{color:var(--border-dark-gray);font-size:var(--h5)}.clients__reviews-author-img{background-color:var(--blue-100);border-radius:50%;max-height:40px;max-width:40px;min-height:40px;min-width:40px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.clients__reviews-slider{height:410px!important;position:relative;transition:height .3s ease-out}@media (max-width:860px){.clients__reviews-slider{height:500px!important}}@media (max-width:680px){.clients__reviews-slider{height:370px!important}}@media (max-width:560px){.clients__reviews-slider{height:400px!important}}@media (max-width:480px){.clients__reviews-slider{height:460px!important}}@media (max-width:400px){.clients__reviews-slider{height:520px!important}}.clients__reviews--slide{height:100%;left:0;position:absolute;top:0;width:100%}.clients__reviews.transition{transition-duration:.15s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.clients__reviews.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.clients__reviews.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.clients__reviews.duration-300{transition-duration:.3s}.clients__reviews.opacity-0{opacity:0}.clients__reviews.opacity-100{opacity:1}.clients__reviews.scale-90{transform:scale(.9)}.clients__reviews.scale-100{transform:scale(1)}.land-slider__wrapper{overflow:hidden;position:relative;width:100%}.land-slider__point{display:flex;justify-content:center;margin-top:60px}@media (max-width:680px){.land-slider__point{margin-top:20px}}.land-slider__point-list{background-color:var(--blue-100);border-radius:25px;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;list-style:none;padding:16px 20px}@media (max-width:680px){.land-slider__point-list{padding:12px 16px}}@media (max-width:480px){.land-slider__point-list{padding:8px 12px}}.land-slider__point__item{background:var(--light-blue-hover);border-radius:50%;display:flex;height:20px;opacity:.4;transition:opacity .3s;width:20px}.land-slider__point__item.active{opacity:1}@media (max-width:680px){.land-slider__point__item{height:24px;min-height:auto;width:24px}}.who-uses{background-color:#192543;background-image:-webkit-image-set(url(/img/about/who-uses-back.webp) type("image/webp"),url(/img/about/who-uses-back.jpg));background-image:image-set(url(/img/about/who-uses-back.webp) type("image/webp"),url(/img/about/who-uses-back.jpg));background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--text-secondary)}.who-uses__list{display:grid;gap:32px 20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));list-style:none}@media screen and (max-width:980px){.who-uses__list{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.who-uses__item{border-left:1px solid var(--light-blue);font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4);font-weight:600;max-width:200px;padding:8px 20px}@media screen and (max-width:980px){.who-uses__item{max-width:none}}.team{background-color:#fafafa}.team .section__title{margin-bottom:12px}.team__description{font-size:var(--h4);margin-bottom:28px;max-width:920px}.team__list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));list-style:none}@media screen and (max-width:800px){.team__list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media screen and (max-width:680px){.team__list{grid-template-columns:1fr}}.team__member{align-items:flex-start;background-color:var(--white);border-radius:12px;display:flex;gap:12px;padding:20px}@media screen and (max-width:800px){.team__member{flex-direction:column}}@media screen and (max-width:680px){.team__member{flex-direction:row}}@media screen and (max-width:440px){.team__member{flex-direction:column}}.team__member-img{background-color:var(--blue-100);border-radius:50%;max-height:64px;max-width:64px;min-height:64px;min-width:64px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.team__member-name{font-size:var(--h5);font-weight:600;margin-bottom:2px}.team__member-post{color:var(--border-dark-gray);font-size:var(--h5);margin-bottom:8px}.team__member-links{align-items:center;display:flex;flex-wrap:wrap;gap:8px;list-style:none}.team__member-link{display:flex;font-size:var(--h5);transition:color .2s ease-in-out}.team__member-link[href^="mailto:"]{border:1px solid var(--border-color);border-radius:4px;padding:4px 8px 4px 32px;position:relative}.team__member-link[href^="mailto:"]:before{background-color:var(--blue-600);content:"";height:20px;left:4px;-webkit-mask-image:url(/img/icons/stack.svg#envelope);mask-image:url(/img/icons/stack.svg#envelope);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;position:absolute;top:4px;transition:background-color .2s ease-in-out;width:20px}.team__member-link[href^="mailto:"]:hover:before{background-color:var(--red)}.team__member-link .icon{background-color:#0077b7;border-radius:4px;box-sizing:border-box;color:var(--text-secondary);padding:4px}@keyframes clients-logo-marquee{to{transform:translateX(-50%)}}.offices__inner{display:grid;gap:36px;grid-template-columns:1fr 1fr}@media screen and (max-width:768px){.offices__inner{grid-template-columns:1fr}}.offices__map{align-content:space-around;display:flex;flex-wrap:wrap;justify-content:center}@media screen and (max-width:768px){.offices__map{flex-wrap:nowrap}}@media screen and (max-width:600px){.offices__map{flex-wrap:wrap}}.offices__map-list{background-color:var(--light-gray);border-radius:12px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(176px,1fr));list-style:none;padding:20px;width:100%}@media screen and (max-width:768px){.offices__map-list{width:calc(50% + 20px)}}@media screen and (max-width:600px){.offices__map-list{width:100%}}.offices__map-item-title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h4);margin-bottom:8px}.offices__map-item-description{font-size:var(--h5);margin-bottom:4px}.offices__map-item-description:last-child{margin:0}.offices__map-img{display:block;height:auto;width:100%}.offices__list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));list-style:none}.offices__item{border-left:2px solid var(--border-color);padding:8px 20px}.offices__item:last-child{margin-bottom:0}.offices__item-title{font-size:var(--h5);margin-bottom:8px}.offices__item-title .eye-catching{color:var(--border-dark-gray);font-size:var(--h5);font-weight:400;padding-left:32px;position:relative}.offices__item-title .eye-catching:before{background-color:var(--orange);content:"";height:16px;left:8px;-webkit-mask-image:url(/img/icons/stack.svg#star-fill);mask-image:url(/img/icons/stack.svg#star-fill);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;position:absolute;top:50%;transform:translateY(-50%);width:16px}.offices__item-description{color:var(--text-primary);font-size:var(--h5);margin-bottom:4px;transition:color .2s ease-in-out}.offices__item-description:last-child{margin:0}.offices__item-description span{color:initial;font-size:medium}.offices__item-description-icon{align-items:center;display:inline-flex;gap:4px}.offices__item-description-icon:before{background-image:url(/img/icons/flags.svg#it);background-position:50%;background-size:cover;border-radius:2px;content:"";height:12px;width:18px}.offices__item-description-icon--argentina:before{background-image:url(/img/icons/flags.svg#ag)}.offices__item-description-icon--netherlands:before{background-image:url(/img/icons/flags.svg#nl)}.contact{background-color:#192543;background-image:-webkit-image-set(url(/img/about/contact-back.webp) type("image/webp"),url(/img/about/contact-back.jpg));background-image:image-set(url(/img/about/contact-back.webp) type("image/webp"),url(/img/about/contact-back.jpg));background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--text-secondary)}.contact .button.cbonds-api-banner__link{width:100%}.contact .section__subtitle{margin-bottom:8px}.contact__description{color:var(--border-dark-gray);font-size:var(--h4);margin-bottom:4px}.contact__list{display:grid;gap:40px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));list-style:none;margin-top:24px}.contact__item{display:flex;flex-direction:column;gap:20px;justify-content:space-between}.contact__item-content{padding-left:60px;position:relative}.contact__item-content:after,.contact__item-content:before{content:"";height:40px;left:0;position:absolute;top:0;width:40px}.contact__item-content:before{background-color:var(--line-blue);border-radius:50%}.contact__item-content:after{background-color:var(--white);-webkit-mask-image:url(/img/icons/stack.svg#envelope);mask-image:url(/img/icons/stack.svg#envelope);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:20px 20px;mask-size:20px 20px}.contact__item-content--wa:after{background-color:transparent;background-image:url(/img/icons/stack.svg#logo-whatsapp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;-webkit-mask:initial;mask:initial}.contact__item-content--wa:before{content:normal}.contact__item-content--support:after{-webkit-mask-image:url(/img/icons/stack.svg#phone-tube);mask-image:url(/img/icons/stack.svg#phone-tube)}.contact__item-content--trial:after{-webkit-mask-image:url(/img/icons/stack.svg#key);mask-image:url(/img/icons/stack.svg#key)}.contact__item-content--api:after{-webkit-mask-image:url(/img/icons/stack.svg#api);mask-image:url(/img/icons/stack.svg#api)}.contact__item-title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h5);margin-bottom:4px}.contact__item-description{font-size:var(--h5)}.what-is-cbonds__title{margin-bottom:40px;position:relative}.what-is-cbonds__title:before{background-color:var(--orange);bottom:-4px;content:"";height:4px;left:0;position:absolute;width:60px}.what-is-cbonds__description{font-size:var(--h4);max-width:920px}.contact-bottom{background-color:#182443;bottom:0;color:var(--text-secondary);height:auto;left:0;padding:20px 0;position:fixed;right:0;z-index:1}@media screen and (max-width:680px){.contact-bottom{padding:12px 0}}.contact-bottom__inner{align-items:center;display:flex;gap:12px 20px;justify-content:space-between}@media screen and (max-width:680px){.contact-bottom__inner{flex-wrap:wrap;gap:0 20px}}.contact-bottom__text{align-items:baseline;display:flex;gap:0 16px}@media screen and (max-width:680px){.contact-bottom__text{display:none}}.contact-bottom .section__subtitle{margin-bottom:8px}.contact-bottom__description{color:var(--border-dark-gray);font-size:var(--h5)}.contact-bottom__list{display:flex;gap:20px;list-style:none}@media screen and (max-width:680px){.contact-bottom__list{flex-wrap:wrap;gap:20px;justify-content:space-around;width:100%}}@media screen and (max-width:580px){.contact-bottom__list{gap:8px}}.contact-bottom__item-link{color:var(--text-secondary);display:block;font-size:var(--h5);padding:12px 12px 12px 60px;position:relative;text-decoration:none;transition:color .2s ease-in-out}@media screen and (max-width:680px){.contact-bottom__item-link{padding-left:40px}}.contact-bottom__item-link:hover{color:var(--red)}.contact-bottom__item-link:after,.contact-bottom__item-link:before{content:"";height:40px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:40px}@media screen and (max-width:680px){.contact-bottom__item-link:after,.contact-bottom__item-link:before{height:24px;width:24px}}.contact-bottom__item-link:before{background-color:var(--line-blue);border-radius:50%}.contact-bottom__item-link:after{background-color:var(--white);-webkit-mask-image:url(/img/icons/stack.svg#envelope);mask-image:url(/img/icons/stack.svg#envelope);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:20px 20px;mask-size:20px 20px}@media screen and (max-width:680px){.contact-bottom__item-link:after{-webkit-mask-size:12px 12px;mask-size:12px 12px}}.contact-bottom__item-link--wa:after{background-color:transparent;background-image:url(/img/icons/stack.svg#logo-whatsapp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;-webkit-mask:initial;mask:initial}.contact-bottom__item-link--wa:before{content:normal}.contact-bottom__item-link--support:after{-webkit-mask-image:url(/img/icons/stack.svg#phone-tube);mask-image:url(/img/icons/stack.svg#phone-tube)}.about-new .faq{padding:60px 0}@media screen and (max-width:680px){.about-new .faq{padding:40px 0}}.about-new .cbonds-api-banner__link{width:auto}.about-new .cbonds-api-form__form section{padding:0}.personal-access{display:none}.personal-access.contact-bottom__item-link{display:block}.personal-access.contact-bottom__item-link .hintsIcon-mail__wrapper{font:inherit;padding:0;position:static}.personal-access.contact-bottom__item-link .hintsIcon-mail{background-color:initial;border-radius:initial;display:inline;font:inherit;max-height:none;max-width:none;min-height:auto;min-width:auto;padding:0;position:static}.personal-access.contact-bottom__item-link .hintsIcon-mail:after,.personal-access.contact-bottom__item-link .hintsIcon-mail:before{content:normal}.personal-access.contact-bottom__item-link .hintsIcon-mail__pulse{display:none}@media screen and (max-width:680px){.personal-access.contact-bottom__item-link .hintsIcon-mail__text{display:initial}}.personal-access.contact-bottom__item-link .modal-backdrop{color:var(--text-primary)}.personal-access.contact-bottom__item-link .modal-backdrop section{padding:0}.dialogIcon{bottom:140px}.hintsIcon{bottom:240px}@media screen and (max-width:680px){.hintsIcon{bottom:auto}}.forImg{background:url(/img/wallpaper_about.png) no-repeat 100% 0;background-size:550px;padding-bottom:72px;width:100%}.about_ttl{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:var(--h1);text-transform:uppercase;width:60%}.about_ttl_next{font-size:var(--h5);line-height:1.7;margin-top:22px;width:55%}.about_ttl_next *{font-size:inherit}.btnBlock{margin-top:58px}.btnBlock .btn{font-size:var(--h5);padding:16px 44px}.contentBox{display:flex;flex-wrap:wrap;margin:72px auto 0;max-width:1256px;width:100%}.contentBox .contentBoxTtl{font-family:Montserrat,sans-serif;font-size:var(--h2);margin-bottom:22px}.contentBox .contentBoxTtl *{font-family:inherit;font-size:inherit}.contentBox .instruments{display:flex;flex-wrap:wrap;gap:4%}.contentBox .instruments .item{background:var(--white);border-radius:4px;box-shadow:0 0 4px 0 rgba(0,0,0,.08);font-size:var(--h5);line-height:1.7;margin-bottom:44px;padding:22px 28px 32px;width:48%}.contentBox .instruments .item .about_inner_ttl{font-family:Montserrat,sans-serif;font-size:var(--h4);margin-bottom:16px;position:relative}.contentBox .instruments .item .about_inner_ttl *{font-family:inherit;font-size:inherit}.contentBox .instruments .item .about_inner_ttl:after{background:var(--orange);border-radius:2px;content:"";height:2px;left:0;position:absolute;top:100%;width:50px}.contentBox .instruments .item .about_inner_txt{font-size:inherit;line-height:inherit}.contentBox .instruments .item .showMore{color:var(--text-primary);display:flex;font-size:inherit;line-height:inherit;margin:22px 0 0}.contentBox .instruments .item ul{font-size:inherit;line-height:inherit;margin-bottom:16px;margin-left:17px}.contentBox .instruments .item ul li{margin-bottom:4px}.contentBox .instruments .item a,.contentBox .instruments .item ul li{font-size:inherit;line-height:inherit}.contentBox .team{display:flex;flex-wrap:wrap;gap:2%;list-style:none}.contentBox .team li{background:var(--white);border-radius:4px;box-shadow:0 0 4px 0 rgba(0,0,0,.08);display:flex;flex-wrap:wrap;margin-bottom:32px;padding:22px 28px 32px;width:32%}.contentBox .team li .photo{border-radius:4px;height:180px;overflow:hidden;position:relative;width:40%}.contentBox .team li .photo img{float:left;height:auto;width:100%}.contentBox .team li .info{padding-left:16px;width:60%}.contentBox .team li .info .name{font-family:Montserrat,sans-serif;font-size:var(--h5);font-weight:700;margin-bottom:8px;position:relative}.contentBox .team li .info .name *{font-family:inherit;font-size:inherit}.contentBox .team li .info .name:after{background:var(--orange);border-radius:2px;content:"";height:2px;left:0;position:absolute;top:100%;width:20px}.contentBox .team li .info .position{font-size:var(--h5);line-height:1.3;margin-bottom:8px}.contentBox .team li .info .position *{font-size:inherit}.contentBox .team li .info .email{color:var(--text-primary);font-size:var(--h5);word-break:break-word}.contentBox .team li .info .email *{color:inherit;font-size:inherit}.contentBox .team li .info .email:hover{text-decoration:none}.contentBox .offices{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;padding-bottom:150px}.contentBox .offices li{border-radius:8px;overflow:hidden;padding:110px 0;width:30%}.contentBox .offices li .info{background:url(/img/bckgr_white.png) repeat 0 0;padding:20px}.contentBox .offices li.uae{background:url(/img/about/uaq_1.png) no-repeat 50% 50%;background-size:cover}.contentBox .offices li.armenia{background:url(/img/about/Eraz.JPG) no-repeat 50% 50%;background-size:cover}.contentBox .offices li.kyrgyz{background:url(/img/about/sphera.jpg) no-repeat 50% 50%;background-size:cover}.contentBox .offices li .name{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:var(--h4);font-weight:700;margin-bottom:8px}.contentBox .offices li .address{color:var(--text-primary);font-size:var(--h5);line-height:1.3;margin-bottom:8px}.contentBox .offices li .address *{color:inherit;font-size:inherit}.contentBox .offices li .phone{border-bottom:1px solid var(--border-black);color:var(--text-primary);font-size:var(--h4);font-weight:700;text-decoration:none}.contentBox .offices li .phone:hover{border-bottom:none}.contactBox{background:var(--black);display:flex;padding-bottom:72px}.contactBox .contentBoxTtl{color:var(--text-secondary);text-align:center;width:100%}.contactBox .contact{background:initial;display:flex;flex-wrap:wrap;gap:5%;justify-content:center;list-style:none;margin-top:22px;width:100%}.contactBox .contact li{margin-bottom:40px;text-align:center;width:20%}.contactBox .contact li .ttl{color:var(--text-secondary);font-size:var(--h4);font-weight:700}.contactBox .contact li .ttl *{color:inherit;font-size:inherit}.contactBox .contact li .phone{color:var(--text-secondary);font-size:var(--h4);line-height:1.7}.contactBox .contact li .phone *{color:inherit;font-size:inherit}.contactBox .contact li .phone:hover{text-decoration:none}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}@media screen and (max-width:1300px){.contentBox{padding-left:20px;padding-right:20px}.about_ttl_next{width:50%}}@media screen and (max-width:1024px){.forImg{background:none}.about_ttl,.about_ttl_next{width:100%}.contentBox .team li{width:47%}.contentBox .contact li{margin-bottom:32px;width:47%}.contentBox .offices li{margin-bottom:50px;width:100%}}@media screen and (max-width:680px){.btnBlock{margin-top:22px}.forImg{padding-bottom:36px}.contentBox{margin:22px auto 0}.contentBox .instruments .item{margin-bottom:16px;width:100%}.contentBox .team li{width:100%}.contentBox .team li .photo{height:auto;width:30%}.contentBox .team li .info{width:70%}.contentBox .contact li{width:100%}}
