@import url("https://fonts.googleapis.com/css2?family=Urbanist&display=swap");@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@500&display=swap");#wpadminbar{display:none}html{margin-top:0 !important}:root{--font_general: "Urbanist", sans-serif;--transition: .3s ease-in-out;--color_white: #FFF;--color_black-blue: #030F33;--color_light-purple: #ECE9FC;--color_vivid-purple: #3F1FED;--color_purple: #2B1C95;--color_dark-purple: #1F146E;--color_white-hover: #8A7CD8;--color_purple-middle: #160D59}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:62.5%;position:relative}body{background-color:var(--color_white);color:var(--color_black-blue);font-family:var(--font_general);margin:0;padding:0;overflow-x:hidden}body.lock{overflow:hidden;max-height:100vh}main{scroll-behavior:smooth}ul,li{list-style-type:none;margin:0;padding:0}a{text-decoration:none;color:inherit;transition:var(--transition)}a::before,a::after{transition:var(--transition)}h1,h2,h3,h4,h5,h6{margin:0}button{padding:0;background:transparent;border:none;outline:none;cursor:pointer}img{max-width:100%;display:block}.btn{outline:none;cursor:pointer;transition:var(--transition);display:inline-block;font-family:var(--font_general);border-radius:4rem;text-align:center}.btn-reset{outline:none;border:none;background:transparent;padding:0}.btn--full_vivid-purple{--hover: #2E12C4;background-color:var(--color_vivid-purple);color:var(--color_white)}.btn--full_vivid-purple:hover{background-color:#2E12C4}@media screen and (min-width:960px){.btn--full_vivid-purple:hover{animation:pulse 1s;box-shadow:0 0 0 2em transparent}}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--hover)}}.btn--border{background-color:transparent}.btn--border_white{--hover: var(--color_white-hover);border:0.1rem solid var(--color_white);color:var(--color_white)}.btn--border_white:hover,.btn--border_white:focus{border-color:var(--color_white-hover);color:var(--color_white-hover)}@media screen and (min-width:960px){.btn--border_white:hover,.btn--border_white:focus{animation:pulse 1s;box-shadow:0 0 0 2em transparent}}.btn--border_black-blue{border:0.1rem solid #160D59;color:#160D59}.btn--def-link,.case-card__text-content a,.post-page__content a,.consultation-form--type_title .consultation-form__title a{display:inline-block;position:relative}.btn--def-link:after,.case-card__text-content a:after,.post-page__content a:after,.consultation-form--type_title .consultation-form__title a:after{content:"";position:absolute;left:0;bottom:20%;height:0.1rem;width:100%;transition:var(--transition)}.btn--def-link:hover::after,.case-card__text-content a:hover::after,.post-page__content a:hover::after,.consultation-form--type_title .consultation-form__title a:hover::after,.btn--def-link:focus::after,.case-card__text-content a:focus::after,.post-page__content a:focus::after,.consultation-form--type_title .consultation-form__title a:focus::after{opacity:0;bottom:-5%}.btn--def-link_black,.case-card__text-content a,.post-page__content a{color:var(--color_black-blue)}.btn--def-link_black::after,.case-card__text-content a::after,.post-page__content a::after{background-color:var(--color_black-blue)}.btn--def-link_black:hover,.case-card__text-content a:hover,.post-page__content a:hover,.btn--def-link_black:focus,.case-card__text-content a:focus,.post-page__content a:focus{color:var(--color_vivid-purple)}.btn--def-link_white,.consultation-form--type_title .consultation-form__title a{color:var(--color_white)}.btn--def-link_white::after,.consultation-form--type_title .consultation-form__title a::after{background-color:var(--color_white)}.btn--size_S{padding:3.2vw 6.4vw;font-size:4.8vw;font-weight:400;line-height:140%}@media screen and (min-width:640px){.btn--size_S{padding:1.9vw 3.75vw;font-size:2.8vw}}@media screen and (min-width:960px){.btn--size_S{padding:1.25vw 2.5vw;font-size:1.875vw}}@media screen and (min-width:1200px){.btn--size_S{padding:0.83vw 1.66vw;font-size:1.4vw}}@media screen and (min-width:1440px){.btn--size_S{padding:0.625vw 1.25vw;font-size:0.94vw}}.container,.container--def{margin-inline:auto;width:92vw}@media screen and (min-width:960px){.container{width:85vw}}@media screen and (min-width:1200px){.container{width:72.5vw}.container--def{width:85vw}}@media screen and (min-width:1440px){.container{width:56.8vw}.container--def{width:77.08vw}}@media screen and (min-width:1920px){.container{width:57.8vw}.container--def{width:78.12vw}}.nav{position:fixed;left:0;top:0;width:100%;height:100%;top:32.5vw;background-color:var(--color_purple);color:var(--color_white);font-weight:500;line-height:160%;font-size:5.33vw;z-index:4;transition:var(--transition);opacity:0;visibility:hidden;transform:translateY(50%)}.nav .menu>.menu-item>a{display:block;padding-block:4.8vw;width:50%}.nav .menu-item{padding-inline:4vw}.nav .menu-item-has-children{position:relative;transition:var(--transition)}.nav .menu-item-has-children::after{content:"";display:block;position:absolute;right:4vw;top:5.9vw;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.5 9L12 16.5L4.5 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:cover;width:6.4vw;height:6.4vw;transition:var(--transition)}.nav .sub-menu{padding:0;color:#B1A7F8;font-size:4.8vw;font-weight:400;line-height:140%;display:flex;flex-direction:column;gap:8vw;opacity:0;visibility:hidden;max-height:0;transition:var(--transition);margin-left:6.66vw}.nav .menu-item-has-children.active{background-color:#201379}.nav .menu-item-has-children.active>.sub-menu{opacity:1;visibility:visible;max-height:100rem;padding:4vw 0 8vw}.nav .menu-item-has-children.active::after{transform:rotate(180deg)}.nav.open{opacity:1;visibility:visible;transform:translateY(0%)}@media screen and (min-width:640px){.nav{font-size:3.1vw;top:19vw}.nav .menu>.menu-item>a{padding-block:2.8vw}.nav .menu-item{padding-inline:2.3vw}.nav .menu-item-has-children::after{right:2.3vw;top:3.4vw;width:3.75vw;height:3.75vw}.nav .sub-menu{font-size:2.8vw;gap:4.7vw}.nav .menu-item-has-children.active>.sub-menu{padding:2.3vw 9vw 4.7vw 3.9vw}}@media screen and (min-width:960px){.nav{position:static;background-color:transparent;font-size:1.66vw;font-weight:400;line-height:140%;letter-spacing:0.032rem;width:auto;opacity:1;visibility:visible;transform:translateY(0%)}.nav .menu{display:flex;flex-direction:row;gap:4vw}.nav .menu>.menu-item{padding:4.06vw 0}.nav .menu>.menu-item>a{padding:0}.nav .menu>.menu-item>a{width:auto}.nav .menu>.menu-item,.nav .menu>.menu-item.menu-item-has-children{position:relative}.nav .menu>.menu-item::after,.nav .menu>.menu-item::before,.nav .menu>.menu-item.menu-item-has-children::after,.nav .menu>.menu-item.menu-item-has-children::before{content:"";display:block;position:absolute;width:0.3rem;height:0.3rem;border-radius:50%;border:0.1rem solid var(--color_white);transition:var(--transition);flex-shrink:0;opacity:0;visibility:hidden;transition:all 0.5s;top:60%}.nav .menu>.menu-item::after,.nav .menu>.menu-item.menu-item-has-children::after{background-image:none;right:0}.nav .menu>.menu-item::before,.nav .menu>.menu-item.menu-item-has-children::before{left:0}.nav .menu>.menu-item>a::after,.nav .menu>.menu-item.menu-item-has-children>a::after{content:"";display:block;position:absolute;top:calc(60% + .2rem);left:50%;transform:translateX(-50%);height:0.1rem;background-color:var(--color_white);transition:transform 0.5s;width:calc(100% - .9rem);transform:scaleX(0) translateX(-50%);transform-origin:left}.nav .menu>.menu-item:hover>a::after,.nav .menu>.menu-item:focus>a::after,.nav .menu>.menu-item.current-menu-item>a::after,.nav .menu>.menu-item.menu-item-has-children:hover>a::after,.nav .menu>.menu-item.menu-item-has-children:focus>a::after,.nav .menu>.menu-item.menu-item-has-children.current-menu-item>a::after{transform:scaleX(1) translateX(-50%)}.nav .menu>.menu-item:hover::before,.nav .menu>.menu-item:hover::after,.nav .menu>.menu-item:focus::before,.nav .menu>.menu-item:focus::after,.nav .menu>.menu-item.current-menu-item::before,.nav .menu>.menu-item.current-menu-item::after,.nav .menu>.menu-item.menu-item-has-children:hover::before,.nav .menu>.menu-item.menu-item-has-children:hover::after,.nav .menu>.menu-item.menu-item-has-children:focus::before,.nav .menu>.menu-item.menu-item-has-children:focus::after,.nav .menu>.menu-item.menu-item-has-children.current-menu-item::before,.nav .menu>.menu-item.menu-item-has-children.current-menu-item::after{opacity:1;visibility:visible;transition:all 0.5s 0.3s}.nav .menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible}.nav .sub-menu{max-height:max-content;background-color:#19105F;position:absolute;right:0;top:100%;color:var(--color_white);font-size:inherit;font-weight:400;line-height:140%;letter-spacing:0.032rem;gap:0;padding:0.83vw 2vw 1.66vw;margin-left:0;min-width:22vw}.nav .sub-menu li:not(:last-child){border-bottom:0.1rem solid #5243B9}.nav .sub-menu li{padding:0}.nav .sub-menu li>a{display:block;padding:1.66vw 0}.nav .sub-menu li:hover,.nav .sub-menu li:focus{color:#B1A7F8}}@media screen and (min-width:1200px){.nav{margin-left:auto;margin-right:3vw;font-size:1.33vw}.nav .menu{gap:5vw}.nav .menu>.menu-item{padding-block:2.71vw}.nav .sub-menu{padding:0.66vw 1.66vw 1.33vw;min-width:20vw}.nav .sub-menu li>a{padding-block:1.33vw}}@media screen and (min-width:1440px){.nav{font-size:0.83vw;margin-right:5vw}.nav .menu{gap:4.2vw}.nav .menu>.menu-item{padding-block:2vw}.nav .menu>.menu-item::after,.nav .menu>.menu-item::before,.nav .menu>.menu-item.menu-item-has-children::after,.nav .menu>.menu-item.menu-item-has-children::before{width:0.156vw;height:0.156vw;top:64%}.nav .menu>.menu-item>a::after,.nav .menu>.menu-item.menu-item-has-children>a::after{height:0.052vw;width:calc(100% - .5vw);top:calc(63% + .12vw)}.nav .sub-menu{padding:0.43vw 1vw 0.83vw 1vw;min-width:14.5vw}.nav .sub-menu li>a{padding-block:0.83vw}}.hamburger{position:relative;width:8.5vw;height:5.9vw;cursor:pointer;z-index:4}.hamburger__line{position:absolute;width:100%;height:0.2rem;border-radius:1.2rem;background:var(--color_white);transition:var(--transition);transform-origin:50% 50%}.hamburger__line:first-child{top:0;left:50%;transform:translateX(-50%)}.hamburger__line:nth-child(2){top:50%;left:0;transform:translateY(-50%)}.hamburger__line:last-child{bottom:0;left:50%;transform:translateX(-50%)}.hamburger.active .hamburger__line:first-child{top:50%;transform:translate(-50%, -50%) rotate(-45deg)}.hamburger.active .hamburger__line:nth-child(2){opacity:0;visibility:hidden}.hamburger.active .hamburger__line:last-child{top:50%;bottom:auto;transform:translate(-50%, -50%) rotate(45deg)}@media screen and (min-width:640px){.hamburger{width:5vw;height:3.4vw}}@media screen and (min-width:960px){.hamburger{display:none}}.hero-slide{position:relative;display:flex;justify-content:center;align-items:center;height:184vw}.hero-slide__content{position:relative;z-index:2;width:92vw}.hero-slide__overlay{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(3, 15, 51, 0.7) 0%, rgba(3, 15, 51, 0.7) 100%)}.hero-slide__img{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.hero-slide__img img{object-fit:cover;width:100%;height:100%;transform-origin:left}.hero-slide__btns{margin-top:8vw;display:flex;flex-direction:column;align-items:center;gap:4.8vw}.hero-slide__btn{min-width:55.5vw}@media screen and (min-width:640px){.hero-slide{height:108vw}.hero-slide__btns{margin-top:4.7vw;flex-direction:row;justify-content:center;gap:2.8vw}.hero-slide__btn{min-width:32.5vw}}@media screen and (min-width:960px){.hero-slide{height:65vw;background-color:var(--color_black-blue)}.hero-slide__content{padding-inline:4vw;width:50%}.hero-slide__img{position:relative;width:50%}.hero-slide__overlay{background:linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%)}.hero-slide__btns{justify-content:flex-start;gap:1.9vw;margin-top:3.12vw}.hero-slide__btn{min-width:auto}}@media screen and (min-width:1440px){.hero-slide{height:41.6vw;align-items:start}.hero-slide__content{padding-inline:11.05vw 12.5vw;padding-top:6.87vw}.hero-slide__btns{gap:0.93vw;margin-top:1.56vw}}.section-title__title{font-weight:500;line-height:120%;margin:0}.section-title__subtitle{font-weight:400;line-height:140%;margin:0}.section-title--dist_L .section-title__title{margin-bottom:8vw}.section-title--dist_M .section-title__title{margin-bottom:6.4vw}.section-title--dist_S .section-title__title{margin-bottom:4.8vw}.section-title--title-size_L .section-title__title{font-size:9.1vw}.section-title--title-size_M .section-title__title{font-size:9.06vw}.section-title--title-size_S .section-title__title{font-size:7.47vw}.section-title--title-size_XS .section-title__title{font-size:7.47vw}.section-title--subtitle-size_XL .section-title__subtitle{font-size:5.33vw;line-height:160%}.section-title--subtitle-size_L .section-title__subtitle{font-size:4.8vw;line-height:160%;font-weight:500}.section-title--subtitle-size_M .section-title__subtitle{font-size:4.8vw}.section-title--subtitle-size_S .section-title__subtitle{font-size:4.3vw}.section-title--subtitle-size_XS .section-title__subtitle{font-size:4.3vw;letter-spacing:0.032rem}.section-title--color_dark{color:var(--color_black-blue)}.section-title--color_white{color:var(--color_white)}@media screen and (min-width:640px){.section-title--dist_L .section-title__title{margin-bottom:4.7vw}.section-title--dist_M .section-title__title{margin-bottom:3.75vw}.section-title--dist_S .section-title__title{margin-bottom:2.8vw}.section-title--title-size_L .section-title__title{font-size:5.3vw}.section-title--title-size_M .section-title__title{font-size:5.3vw}.section-title--title-size_S .section-title__title{font-size:4.38vw}.section-title--title-size_XS .section-title__title{font-size:4.38vw}.section-title--subtitle-size_XL .section-title__subtitle{font-size:3.12vw}.section-title--subtitle-size_L .section-title__subtitle{font-size:2.81vw}.section-title--subtitle-size_M .section-title__subtitle{font-size:2.81vw}.section-title--subtitle-size_S .section-title__subtitle{font-size:2.5vw}.section-title--subtitle-size_XS .section-title__subtitle{font-size:2.5vw}}@media screen and (min-width:960px){.section-title--dist_L .section-title__title{margin-bottom:3.12vw}.section-title--dist_M .section-title__title{margin-bottom:2.5vw}.section-title--dist_S .section-title__title{margin-bottom:1.88vw}.section-title--title-size_L .section-title__title{font-size:4.17vw}.section-title--title-size_M .section-title__title{font-size:3.54vw}.section-title--title-size_S .section-title__title{font-size:4.17vw}.section-title--title-size_XS .section-title__title{font-size:3.54vw}.section-title--subtitle-size_XL .section-title__subtitle{font-size:2.08vw}.section-title--subtitle-size_L .section-title__subtitle{font-size:2.08vw}.section-title--subtitle-size_M .section-title__subtitle{font-size:1.88vw}.section-title--subtitle-size_S .section-title__subtitle{font-size:1.88vw;letter-spacing:normal}.section-title--subtitle-size_XS .section-title__subtitle{font-size:1.67vw}}@media screen and (min-width:1200px){.section-title--dist_L .section-title__title{margin-bottom:2.08vw}.section-title--dist_M .section-title__title{margin-bottom:1.67vw}.section-title--dist_S .section-title__title{margin-bottom:1.25vw}.section-title--title-size_L .section-title__title{font-size:2.78vw}.section-title--title-size_M .section-title__title{font-size:2.36vw}.section-title--title-size_S .section-title__title{font-size:2.78vw}.section-title--title-size_XS .section-title__title{font-size:2.36vw}.section-title--subtitle-size_XL .section-title__subtitle{font-size:1.39vw}.section-title--subtitle-size_L .section-title__subtitle{font-size:1.4vw}.section-title--subtitle-size_M .section-title__subtitle{font-size:1.25vw}.section-title--subtitle-size_S .section-title__subtitle{font-size:1.25vw}.section-title--subtitle-size_XS .section-title__subtitle{font-size:1.11vw}}@media screen and (min-width:1440px){.section-title--dist_L .section-title__title{margin-bottom:1.56vw}.section-title--dist_M .section-title__title{margin-bottom:1.25vw}.section-title--dist_S .section-title__title{margin-bottom:0.94vw}.section-title--title-size_L .section-title__title{font-size:2.08vw}.section-title--title-size_M .section-title__title{font-size:1.77vw}.section-title--title-size_S .section-title__title{font-size:2.08vw}.section-title--title-size_XS .section-title__title{font-size:1.77vw}.section-title--subtitle-size_XL .section-title__subtitle{font-size:1.04vw}.section-title--subtitle-size_L .section-title__subtitle{font-size:1.04vw}.section-title--subtitle-size_M .section-title__subtitle{font-size:0.94vw}.section-title--subtitle-size_S .section-title__subtitle{font-size:0.94vw}.section-title--subtitle-size_XS .section-title__subtitle{font-size:0.83vw}}.text-content h1,.text-content h2,.text-content h3,.text-content h4,.text-content h5,.text-content h6,.text-content p,.text-content ul,.text-content ol{margin:3.6vw 0 0}.text-content h1,.text-content h2,.text-content h3,.text-content h4,.text-content h5,.text-content h6{font-weight:500;line-height:120%}.text-content h1{font-size:8.7vw}.text-content h2{font-size:8.4vw}.text-content h3{font-size:8vw}.text-content h4{font-size:7.5vw}.text-content h5{font-size:7.1vw}.text-content h6{font-size:6.7vw}.text-content ul{list-style-type:disc}.text-content ol{list-style-type:decimal}.text-content li{list-style-type:inherit}.text-content ul,.text-content ol{padding-left:4vw}.text-content a{text-decoration:underline;color:var(--color_vivid-purple);transition:var(--transition)}.text-content a:hover,.text-content a:focus{color:var(--color_purple)}@media screen and (min-width:640px){.text-content h1,.text-content h2,.text-content h3,.text-content h4,.text-content h5,.text-content h6,.text-content p,.text-content ul,.text-content ol{margin:2.1vw 0 0}.text-content h1{font-size:5vw}.text-content h2{font-size:4.6vw}.text-content h3{font-size:4.2vw}.text-content h4{font-size:3.8vw}.text-content h5{font-size:3.2vw}.text-content h6{font-size:2.8vw}.text-content ul,.text-content ol{padding-left:2vw}}@media screen and (min-width:960px){.text-content h1{font-size:4vw}.text-content h2{font-size:3.6vw}.text-content h3{font-size:3.2vw}.text-content h4{font-size:2.8vw}.text-content h5{font-size:2.4vw}.text-content h6{font-size:2vw}}@media screen and (min-width:1200px){.text-content h1,.text-content h2,.text-content h3,.text-content h4,.text-content h5,.text-content h6,.text-content p,.text-content ul,.text-content ol{margin:1.25vw 0 0}}@media screen and (min-width:1440px){.text-content h1,.text-content h2,.text-content h3,.text-content h4,.text-content h5,.text-content h6,.text-content p,.text-content ul,.text-content ol{margin:0.8vw 0 0}.text-content h1{font-size:2vw}.text-content h2{font-size:1.8vw}.text-content h3{font-size:1.6vw}.text-content h4{font-size:1.4vw}.text-content h5{font-size:1.2vw}.text-content h6{font-size:1vw}.text-content ul,.text-content ol{padding-left:1vw}}.advantage__amount{font-size:10.66vw;font-weight:500;line-height:120%;margin:0 0 2.13vw}.advantage__value{font-weight:400;line-height:140%;font-size:4.8vw;margin:0}@media screen and (min-width:640px){.advantage__amount{font-size:6.25vw;margin-bottom:1.25vw}.advantage__value{font-size:2.8vw}}@media screen and (min-width:960px){.advantage__amount{font-size:4.2vw;margin-bottom:0.83vw}.advantage__value{font-size:1.9vw}}@media screen and (min-width:1200px){.advantage__amount{font-size:3.33vw;margin-bottom:0.55vw}.advantage__value{font-size:1.25vw}}@media screen and (min-width:1440px){.advantage__amount{font-size:2.5vw;margin-bottom:0.42vw}.advantage__value{font-size:0.93vw}}.feature{display:flex;flex-direction:column;gap:3.73vw;text-align:center;align-items:center}.feature__title{font-weight:500;line-height:160%;font-size:5.33vw;margin:0}.feature__descr{font-weight:400;line-height:140%;letter-spacing:0.032rem;font-size:4.3vw;margin:0}.feature>svg{fill:none;stroke:var(--color_white);width:11.7vw;height:11.7vw}@media screen and (min-width:640px){.feature{gap:2.2vw}.feature__title{font-size:3.1vw}.feature__descr{font-size:2.5vw}.feature>svg{width:6.8vw;height:6.8vw}}@media screen and (min-width:960px){.feature{gap:1.45vw;text-align:left;align-items:start}.feature__title{font-size:2.08vw}.feature__descr{font-size:1.66vw}.feature>svg{width:4.6vw;height:4.6vw}}@media screen and (min-width:1200px){.feature{gap:0.97vw}.feature__title{font-size:1.4vw}.feature__descr{font-size:1.11vw}.feature>svg{width:2.3vw;height:2.3vw}}@media screen and (min-width:1440px){.feature{gap:0.76vw}.feature__title{font-size:1.04vw}.feature__descr{font-size:0.83vw}.feature>svg{width:2.3vw;height:2.3vw}}.topic{color:var(--color_white)}.topic__image{position:relative}.topic__image picture{position:absolute;left:0;top:0;width:100%;height:100%}.topic__image img{object-fit:cover;width:100%;height:100%}.topic__image::after{content:"";display:block;position:relative;width:100%;padding-top:69.6%}.topic__content{display:flex;flex-direction:column;align-items:flex-start}.topic__title{font-weight:500}.topic__excerpt{font-weight:400;line-height:140%;letter-spacing:0.032rem;font-size:4.3vw;margin:0}.topic--type_image .topic__content{margin-top:8vw;gap:4.8vw}.topic--type_image .topic__title{font-size:5.33vw;line-height:160%}.topic--type_text{padding-bottom:7.6vw;border-bottom:0.1rem solid rgba(255, 255, 255, 0.5)}.topic--type_text:not(:first-child){padding-top:8vw}.topic--type_text .topic__content{gap:4.8vw}.topic--type_text .topic__title{font-size:9.06vw;line-height:120%}.topic--type_text .topic__link{margin-top:6vw;min-width:34.9vw}@media screen and (min-width:640px){.topic{display:flex;flex-direction:row;gap:3.1vw}.topic__image{width:50%;flex-shrink:0}.topic__excerpt{font-size:2.5vw}.topic--type_image .topic__content{margin-top:0}.topic--type_image .topic__title{font-size:3.1vw}.topic--type_text{align-items:center;padding-bottom:4.7vw}.topic--type_text:not(:first-child){padding-top:4.7vw}.topic--type_text .topic__title{font-size:5.31vw}.topic--type_text .topic__content{gap:2.8vw}.topic--type_text .topic__link{margin-top:0;min-width:20.46vw}}@media screen and (min-width:960px){.topic{align-items:center}.topic__excerpt{font-size:1.66vw}.topic--type_image .topic__content{gap:2.08vw}.topic--type_image .topic__title{font-size:3.54vw}.topic--type_text{padding-bottom:3.1vw;justify-content:space-between}.topic--type_text:not(:first-child){padding-top:3.1vw}.topic--type_text .topic__content{gap:1.875vw}.topic--type_text .topic__title{font-size:3.54vw}.topic--type_text .topic__link{min-width:13.64vw}}@media screen and (min-width:1200px){.topic{gap:2.08vw}.topic__excerpt{font-size:1.11vw}.topic__image{width:40%}.topic__image::after{padding-top:69.3%}.topic--type_image .topic__content{gap:1.4vw}.topic--type_image .topic__title{font-size:2.36vw}.topic--type_text{padding-bottom:2.08vw}.topic--type_text:not(:first-child){padding-top:2.08vw}.topic--type_text .topic__content{gap:1.25vw;max-width:70%}.topic--type_text .topic__title{font-size:2.36vw}.topic--type_text .topic__link{min-width:9.1vw}}@media screen and (min-width:1440px){.topic{gap:1.56vw}.topic__excerpt{font-size:0.83vw}.topic--type_image .topic__content{gap:0.88vw}.topic--type_image .topic__title{font-size:1.77vw}.topic--type_text{padding-bottom:1.5vw}.topic--type_text:not(:first-child){padding-top:1.56vw}.topic--type_text .topic__content{gap:0.93vw;max-width:66%}.topic--type_text .topic__title{font-size:1.77vw}.topic--type_text .topic__link{min-width:6.82vw}}.brand{background-color:var(--color_white);box-shadow:0px 4px 16px 0px rgba(0, 0, 0, 0.12);display:flex;justify-content:center;align-items:center;padding-inline:3.73vw;padding-block:8vw;height:24.5vw}.brand__img{height:100%}.brand__img img{object-fit:contain;width:100%;height:100%}@media screen and (min-width:640px){.brand{padding-inline:2.2vw;padding-block:4.7vw;height:14.4vw}}@media screen and (min-width:960px){.brand{padding-inline:1.45vw;padding-block:3.12vw;height:10vw}}@media screen and (min-width:1440px){.brand{padding-inline:0.73vw;padding-block:1.56vw;height:6.45vw}}.custom-input{border-radius:2rem;outline:none;border-width:0.1rem;border-style:solid;font-family:var(--font_general);font-weight:400;line-height:140%;resize:none;letter-spacing:0.032rem;font-size:4.3vw}.custom-input--style_white{border-color:#8E83E1;background-color:var(--color_white);color:var(--color_black-blue)}.custom-input--style_white::-webkit-input-placeholder{color:#ABB0BE}.custom-input--style_white:-moz-placeholder{color:#ABB0BE}.custom-input--style_white::-moz-placeholder{color:#ABB0BE}.custom-input--style_white:-ms-input-placeholder{color:#ABB0BE}.custom-input--style_transparent{background-color:transparent;color:var(--color_white);border-color:#374C8B}.custom-input--style_transparent::-webkit-input-placeholder{color:#8493C1}.custom-input--style_transparent:-moz-placeholder{color:#8493C1}.custom-input--style_transparent::-moz-placeholder{color:#8493C1}.custom-input--style_transparent:-ms-input-placeholder{color:#8493C1}.custom-input--size_S{padding:3.2vw}.custom-input--size_M{padding:3.4vw 3.5vw}@media screen and (min-width:640px){.custom-input{font-size:2.5vw}.custom-input--size_S{padding:1.875vw}.custom-input--size_M{padding:2.5vw 2.03vw}}@media screen and (min-width:960px){.custom-input{font-size:1.66vw}.custom-input--size_S{padding:1.25vw}.custom-input--size_M{padding:1.66vw 1.35vw}}@media screen and (min-width:1200px){.custom-input{font-size:1.4vw}.custom-input--size_S{padding:0.83vw}.custom-input--size_M{padding:1.11vw 0.9vw}}@media screen and (min-width:1440px){.custom-input{font-size:0.83vw}.custom-input--size_S{padding:0.625vw}.custom-input--size_M{padding:0.77vw 0.67vw}}.fact{border-top:0.1rem solid rgba(255, 255, 255, 0.5);padding:6.4vw 3.2vw 0}.fact__title{font-weight:500;line-height:160%;font-size:5.33vw;margin:0 0 5.06vw}.fact__descr{font-weight:400;line-height:140%;letter-spacing:0.032rem;font-size:4.3vw;margin:0}@media screen and (min-width:640px){.fact{padding:3.75vw 1.9vw}.fact__title{font-size:3.1vw;margin-bottom:2.98vw}.fact__descr{font-size:2.5vw}}@media screen and (min-width:960px){.fact{padding:2.5vw 1.25vw}.fact__title{font-size:2.08vw;margin-bottom:1.97vw}.fact__descr{font-size:1.66vw}}@media screen and (min-width:1440px){.fact{padding:1.25vw 0.625vw}.fact__title{font-size:1.04vw;margin-bottom:0.98vw}.fact__descr{font-size:0.83vw}}.case-slide{position:relative;color:var(--color_white);height:305.9vw}.case-slide__bg{position:absolute;left:0;top:0;width:100%;height:100%}.case-slide__bg img{object-fit:cover;width:100%;height:100%}.case-slide__overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(3, 15, 51, 0.6) 0%, rgba(3, 15, 51, 0.6) 100%)}.case-slide__container{position:relative;padding-block:21.33vw}.case-slide__title{margin-bottom:8vw;text-align:center}.case-slide__content{display:flex;flex-direction:column;gap:2.4vw}.case-slide__info-block{box-shadow:0px 4px 16px 0px rgba(0, 0, 0, 0.12);padding:5.33vw 8vw 9.06vw}.case-slide__info-block--challenge{background:rgba(3, 15, 51, 0.8)}.case-slide__info-block--result{background:rgba(31, 20, 110, 0.8)}.case-slide__info-title{font-weight:500;line-height:160%;font-size:5.33vw;margin-bottom:4.8vw}.case-slide__text-content{font-size:4.3vw;font-weight:400;line-height:140%;letter-spacing:0.032rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;max-height:74.6vw;-webkit-line-clamp:10;-webkit-box-orient:vertical}.case-slide__text-content--custom{-webkit-line-clamp:8}.case-slide__text-content a{color:var(--color_white)}.case-slide__text-content a:hover,.case-slide__text-content a:focus{color:var(--color_white-hover)}.case-slide__text-content p:only-child{margin:0}.case-slide__text-content p:last-child{margin:0}.case-slide__text-content h1,.case-slide__text-content h2,.case-slide__text-content h3,.case-slide__text-content h4,.case-slide__text-content h5,.case-slide__text-content h6,.case-slide__text-content p,.case-slide__text-content ul,.case-slide__text-content ol{margin:0 0 3.6vw}@media screen and (min-width:640px){.case-slide{height:140vw}.case-slide__container{padding-block:12.5vw}.case-slide__title{margin-bottom:4.7vw}.case-slide__content{gap:1.4vw}.case-slide__info-block{padding:3.1vw 4.7vw 5.3vw}.case-slide__info-title{font-size:3.1vw;margin-bottom:2.8vw}.case-slide__text-content{font-size:2.5vw;-webkit-line-clamp:5;max-height:34vw}.case-slide__text-content h1,.case-slide__text-content h2,.case-slide__text-content h3,.case-slide__text-content h4,.case-slide__text-content h5,.case-slide__text-content h6,.case-slide__text-content p,.case-slide__text-content ul,.case-slide__text-content ol{margin:0 0 2.1vw}}@media screen and (min-width:960px){.case-slide{height:90vw}.case-slide__container{padding-block:10.4vw}.case-slide__title{margin-bottom:4.2vw}.case-slide__content{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.66vw}.case-slide__info-block{padding:2.08vw 3.1vw 3.54vw;min-height:36vw;display:flex;flex-direction:column;justify-content:center}.case-slide__info-title{font-size:3.54vw;margin-bottom:1.87vw}.case-slide__text-content{font-size:1.66vw}.case-slide__text-content h1,.case-slide__text-content h2,.case-slide__text-content h3,.case-slide__text-content h4,.case-slide__text-content h5,.case-slide__text-content h6,.case-slide__text-content p,.case-slide__text-content ul,.case-slide__text-content ol{margin:0 0 2.1vw}}@media screen and (min-width:1200px){.case-slide{height:67vw}.case-slide__container{padding-block:7vw}.case-slide__title{margin-bottom:2.77vw}.case-slide__content{gap:1.11vw}.case-slide__info-block{padding:1.4vw 2.08vw 2.4vw;min-height:24.2vw}.case-slide__info-title{font-size:2.4vw;margin-bottom:1.25vw}.case-slide__text-content{font-size:1.4vw;-webkit-line-clamp:7}.case-slide__text-content h1,.case-slide__text-content h2,.case-slide__text-content h3,.case-slide__text-content h4,.case-slide__text-content h5,.case-slide__text-content h6,.case-slide__text-content p,.case-slide__text-content ul,.case-slide__text-content ol{margin:0 0 1.25vw}}@media screen and (min-width:1440px){.case-slide{height:auto}.case-slide__container{padding-block:5.2vw 12.4vw;height:100%}.case-slide__title{margin-bottom:2.08vw}.case-slide__content{gap:0.83vw;padding-inline:0.36vw}.case-slide__info-block{padding:0.83vw 1.56vw 1vw;min-height:18.17vw}.case-slide__info-title{font-size:1.77vw;margin-bottom:0.93vw}.case-slide__text-content{font-size:0.83vw;max-height:10vw}.case-slide__text-content h1,.case-slide__text-content h2,.case-slide__text-content h3,.case-slide__text-content h4,.case-slide__text-content h5,.case-slide__text-content h6,.case-slide__text-content p,.case-slide__text-content ul,.case-slide__text-content ol{margin:0 0 0.8vw}.case-slide__text-content--custom{-webkit-line-clamp:6}}.case-card__heading{position:relative;margin-bottom:6.4vw;padding-inline:4.53vw;height:62.3vw;display:flex;align-items:center}.case-card__overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(3, 15, 51, 0.5) 0%, rgba(3, 15, 51, 0.5) 100%)}.case-card__img{position:absolute;left:0;top:0;width:100%;height:100%}.case-card__img img{object-fit:cover;width:100%;height:100%}.case-card__title-block{position:relative;color:var(--color_white)}.case-card__info-title{font-weight:500;line-height:160%;font-size:5.33vw;margin-bottom:2.13vw}.case-card__text-content{font-weight:400;line-height:140%;letter-spacing:0.032rem;font-size:4.3vw}.case-card__text-content a{color:var(--color_black-blue);text-decoration:none}.case-card__info-block:not(:last-child){margin-bottom:4.3vw}@media screen and (min-width:640px){.case-card{display:inline-block}.case-card__heading{margin-bottom:3.75vw;padding-inline:2.65vw;height:35.93vw}.case-card__info-title{font-size:3.1vw;margin-bottom:1.25vw}.case-card__text-content{font-size:2.5vw}.case-card__info-block:not(:last-child){margin-bottom:2.5vw}}@media screen and (min-width:960px){.case-card__heading{margin-bottom:2.5vw;padding-inline:3.75vw;height:37.5vw}.case-card__info-title{font-size:2.91vw;margin-bottom:0.83vw}.case-card__text-content{font-size:1.66vw}.case-card__info-block:not(:last-child){margin-bottom:1.66vw}}@media screen and (min-width:1200px){.case-card__heading{margin-bottom:1.66vw;padding-inline:2.5vw;height:25vw}.case-card__info-title{font-size:1.94vw;margin-bottom:0.55vw}.case-card__text-content{font-size:1.4vw}.case-card__info-block:not(:last-child){margin-bottom:1.11vw}}@media screen and (min-width:1440px){.case-card__heading{margin-bottom:1.25vw;padding-inline:1.875vw;height:18.8vw}.case-card__info-title{font-size:1.45vw;margin-bottom:0.42vw}.case-card__text-content{font-size:0.83vw}.case-card__info-block:not(:last-child){margin-bottom:0.83vw}}.filter-select__select{position:relative}.filter-select__title{font-weight:500;line-height:160%;color:#160D59;text-transform:uppercase;font-size:4.8vw;margin-bottom:1.6vw;padding-left:4.53vw}.filter-select__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:var(--color_vivid-purple);border-radius:4rem;padding:3.73vw 3.5vw 3.5vw 4.53vw}.filter-select__chosen{font-weight:400;line-height:140%;font-size:4.8vw;color:var(--color_white);text-transform:capitalize;margin:0}.filter-select__btn{width:6.4vw;height:6.4vw}.filter-select__btn svg{width:100%;height:100%;stroke:var(--color_white);transition:var(--transition)}.filter-select__dropdown{position:absolute;width:100%;top:calc(100% + 2vw);padding:4.5vw 8vw;z-index:1;background:var(--color_light-purple);box-shadow:0px 4px 16px 0px rgba(0, 0, 0, 0.12);border-radius:4rem;transition:var(--transition);opacity:0;visibility:hidden;pointer-events:none}.filter-select__options{display:flex;flex-direction:column;gap:4vw}.filter-select__option-item{cursor:pointer;font-size:4.2vw;line-height:140%}.filter-select__option-item.chosen{font-weight:500}.filter-select__select.active .filter-select__dropdown{opacity:1;visibility:visible;pointer-events:all}.filter-select__select.active .filter-select__btn{transform:rotate(180deg)}@media screen and (min-width:640px){.filter-select__select{width:60%}.filter-select__title{font-size:2.8vw;margin-bottom:0.93vw;padding-left:2.65vw}.filter-select__inner{padding:2.18vw 2.03vw 2.03vw 2.65vw}.filter-select__chosen{font-size:2.8vw}.filter-select__btn{width:3.75vw;height:3.75vw}.filter-select__dropdown{padding:3vw 4vw}.filter-select__options{gap:2.2vw}.filter-select__option-item{font-size:2.5vw}}@media screen and (min-width:960px){.filter-select{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.filter-select__select{width:auto}.filter-select__title{font-size:2.08vw;margin:0 2.8vw 0 0;padding-left:0}.filter-select__inner{display:none;pointer-events:none;padding:0}.filter-select__dropdown{position:static;background-color:transparent;padding:0;box-shadow:none;opacity:1;visibility:visible;pointer-events:all}.filter-select__options{flex-direction:row;gap:1.66vw}.filter-select__option-item{--hover: var(--color_vivid-purple);border-radius:4rem;padding:0.83vw 1.66vw;border:0.1rem solid #160D59;color:#160D59;transition:var(--transition);font-size:1.87vw}.filter-select__option-item.chosen,.filter-select__option-item:hover{font-weight:400;background-color:var(--color_vivid-purple);color:var(--color_white);border-color:var(--color_vivid-purple);animation:pulse 1s;box-shadow:0 0 0 2em transparent}}@media screen and (min-width:1200px){.filter-select__title{font-size:1.66vw;margin-right:1.9vw}.filter-select__options{gap:1.11vw}.filter-select__option-item{font-size:1.4vw;padding:0.55vw 1.11vw}}@media screen and (min-width:1440px){.filter-select__title{font-size:1.04vw;margin-right:1.4vw}.filter-select__options{gap:0.83vw}.filter-select__option-item{font-size:0.94vw;padding:0.42vw 0.83vw}}.consult-form{background-color:var(--color_purple-middle);padding:20.53vw 2vw 15.73vw;position:relative}.consult-form__icon{position:absolute;top:0;right:0;width:67.73vw;height:23.3vw}.consult-form__icon svg{width:100%;height:100%}.consult-form__title{text-align:center}.consult-form__fields{display:flex;flex-direction:column;gap:5vw}.consult-form__btn{width:100%}@media screen and (min-width:640px){.consult-form{padding:12vw 1.56vw 9.2vw}.consult-form__icon{width:40vw;height:13.6vw}.consult-form__fields{gap:3.125vw}}@media screen and (min-width:960px){.consult-form{padding:4.6vw 2.3vw;height:max-content}.consult-form__icon{width:26.45vw;height:9.06vw}.consult-form__title{text-align:left}.consult-form__fields{gap:3.125vw}}@media screen and (min-width:1200px){.consult-form{padding:3vw 2.4vw}.consult-form__icon{width:17.6vw;height:6vw}.consult-form__title{max-width:70%}.consult-form__fields{gap:2vw}}@media screen and (min-width:1440px){.consult-form{padding:2.3vw 1.77vw}.consult-form__icon{width:13.22vw;height:4.53vw}.consult-form__fields{gap:1.5vw}}.play-btn{border-radius:50%;background-color:var(--color_white);display:flex;justify-content:center;align-items:center}.play-btn svg{fill:var(--color_vivid-purple)}.play-btn--size_S{width:7.5vw;height:7.5vw}.play-btn--size_S svg{width:3.7vw;height:3.7vw}.play-btn--size_M{width:16.5vw;height:16.5vw}.play-btn--size_M svg{width:8.3vw;height:8.3vw}@media screen and (min-width:640px){.play-btn--size_S{width:4.4vw;height:4.4vw}.play-btn--size_S svg{width:2.2vw;height:2.2vw}.play-btn--size_M{width:9.7vw;height:9.7vw}.play-btn--size_M svg{width:4.8vw;height:4.8vw}}@media screen and (min-width:960px){.play-btn--size_S{width:2.9vw;height:2.9vw}.play-btn--size_S svg{width:2.2vw;height:2.2vw}.play-btn--size_M{width:11.25vw;height:11.25vw}.play-btn--size_M svg{width:5.6vw;height:5.6vw}}@media screen and (min-width:1200px){.play-btn--size_S{width:2vw;height:2vw}.play-btn--size_S svg{width:1vw;height:1vw}.play-btn--size_M{width:7.5vw;height:7.5vw}.play-btn--size_M svg{width:3.75vw;height:3.75vw}}@media screen and (min-width:1440px){.play-btn--size_S{width:1.45vw;height:1.45vw}.play-btn--size_S svg{width:0.73vw;height:0.73vw}.play-btn--size_M{width:5.6vw;height:5.6vw}.play-btn--size_M svg{width:2.8vw;height:28vw}}.video-card{position:relative;border-radius:0.8rem;overflow:hidden;box-shadow:0px 8px 24px 0px rgba(226, 232, 251, 0.2);height:73.9vw;display:flex;align-items:flex-end;cursor:pointer}.video-card:hover .video-card__preview,.video-card:focus .video-card__preview{scale:1.04}.video-card__preview{position:absolute;left:0;top:0;width:100%;height:100%;transition:var(--transition)}.video-card__preview img{object-fit:cover;width:100%;height:100%}.video-card__overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(3, 15, 51, 0) 50.18%, rgba(3, 15, 51, 0.7) 100%)}.video-card__title{margin:0 0 0 3.5vw;line-height:140%;letter-spacing:0.0309rem;color:var(--color_white);font-size:4.3vw}.video-card__footer{position:relative;display:flex;align-items:center;padding:0 2.93vw 6.4vw 2vw}.video-card__play-btn{flex-shrink:0}@media screen and (min-width:640px){.video-card{height:36vw}.video-card__title{margin-left:2vw;font-size:2.5vw}.video-card__footer{padding:0 1.7vw 3.75vw 0.93vw}}@media screen and (min-width:960px){.video-card{height:24vw}.video-card__title{margin-left:1.35vw;font-size:1.66vw}.video-card__footer{padding:0 1.04vw 2.5vw}}@media screen and (min-width:1200px){.video-card{height:19.2vw}.video-card__title{margin-left:1.06vw;font-size:1.11vw}.video-card__footer{padding:0 0.7vw 1.66vw}}@media screen and (min-width:1440px){.video-card{height:14.4vw}.video-card__title{margin-left:0.67vw;font-size:0.83vw}.video-card__footer{padding:0 0.52vw 1.25vw}}.benefit{background-color:var(--color_white);box-shadow:0px 4px 16px 0px rgba(0, 0, 0, 0.12);display:flex;align-items:center;flex-direction:column;text-align:center;gap:5vw;height:63.46vw;color:var(--color_black-blue);padding-inline:4.8vw;padding-top:4vw}.benefit__icon{width:12.8vw;height:12.8vw}.benefit__icon svg{width:100%;height:100%;stroke:var(--color_black-blue);fill:none}.benefit__title{margin:0;font-size:7.5vw;font-weight:500;line-height:120%}.benefit__descr{margin:0;font-weight:400;line-height:140%;font-size:4.8vw}.benefit--highlighted{background-color:var(--color_purple-middle);color:var(--color_white);justify-content:center;padding-top:0}.benefit--highlighted .benefit__icon svg{stroke:var(--color_white)}@media screen and (min-width:640px){.benefit{gap:3vw;height:44vw;padding-top:2.43vw;padding-inline:2.8vw}.benefit__icon{width:7.5vw;height:7.5vw}.benefit__title{font-size:4.4vw}.benefit__descr{font-size:2.8vw}}@media screen and (min-width:960px){.benefit{gap:1.97vw;padding-inline:1.875vw;padding-top:1.56vw;height:30vw}.benefit__icon{width:5vw;height:5vw}.benefit__title{font-size:2.9vw}.benefit__descr{font-size:1.875vw}}@media screen and (min-width:1200px){.benefit{gap:1.3vw;height:16.5vw;padding-inline:1.25vw;padding-top:1vw}.benefit__icon{width:3.33vw;height:3.33vw}.benefit__title{font-size:1.94vw}.benefit__descr{font-size:1.25vw}}@media screen and (min-width:1440px){.benefit{gap:1vw;height:12.4vw;padding-inline:1vw;padding-top:0.78vw}.benefit__icon{width:2.5vw;height:2.5vw}.benefit__title{font-size:1.46vw}.benefit__descr{font-size:0.93vw}}.backdrop{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(3, 15, 51, 0.8);z-index:6;transition:var(--transition);opacity:0;visibility:hidden;pointer-events:none}.backdrop__inner{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.backdrop.open{opacity:1;visibility:visible;pointer-events:all}.video-modal{width:90vw}.video-modal__close{border-radius:50%;width:12.8vw;height:12.8vw;display:flex;justify-content:center;align-items:center;background-color:var(--color_vivid-purple);position:absolute;top:-14vw;right:-3vw}.video-modal__close svg{fill:var(--color_white);width:4.8vw;height:4.8vw}.video-modal__close:hover,.video-modal__close:focus{background-color:#2E12C4}.video-modal__video{width:100%;height:80vw}.video-modal__video iframe{width:100%;height:100%}@media screen and (min-width:640px){.video-modal__close{width:7.5vw;height:7.5vw;top:-8vw}.video-modal__close svg{width:2.8vw;height:2.8vw}.video-modal__video{height:60vw}}@media screen and (min-width:960px){.video-modal{width:71.1vw}.video-modal__close{width:5vw;height:5vw;top:-6vw;right:-5vw}.video-modal__close svg{width:1.875vw;height:1.875vw}.video-modal__video{height:40vw}}@media screen and (min-width:1200px){.video-modal__close{width:3.33vw;height:3.33vw;top:-3.33vw;right:-3.33vw}.video-modal__close svg{width:1.25vw;height:1.25vw}}@media screen and (min-width:1440px){.video-modal{width:53.3vw}.video-modal__close{width:2.5vw;height:2.5vw;top:-2.5vw;right:-2.5vw}.video-modal__close svg{width:0.93vw;height:0.93vw}.video-modal__video{height:33.7vw}}.tech-item{display:flex;flex-direction:column;gap:8vw;padding-bottom:8vw}.tech-item:not(:last-child){padding-bottom:10.67vw}.tech-item:not(:last-child)::after{content:"";display:block;position:relative;width:100vw;height:0.2rem;background-color:var(--color_black-blue);left:-4vw}.tech-item__image{width:100%;height:67vw}.tech-item__image img{object-fit:cover;width:100%;height:100%}.tech-item__title{font-weight:500;line-height:120%;font-size:6.4vw;margin-bottom:5.33vw;padding-left:6.4vw}.tech-item__content{font-weight:400;line-height:140%;letter-spacing:0.032rem;font-size:4.3vw}.tech-item__content ul{display:flex;flex-direction:column;gap:3.2vw;padding-left:6.4vw}@media screen and (min-width:640px){.tech-item{gap:4.7vw;padding-bottom:4.7vw}.tech-item:not(:last-child){padding-bottom:6.25vw}.tech-item__image{width:90%;height:50vw;padding-left:3.75vw}.tech-item__title{margin-bottom:3.12vw;font-size:3.75vw;padding-left:3.75vw}.tech-item__content{font-size:2.5vw}.tech-item__content ul{gap:1.88vw;padding-left:3.75vw}}@media screen and (min-width:960px){.tech-item{gap:3.02vw;display:flex;flex-direction:row-reverse;justify-content:space-between;border-bottom:0.2rem solid var(--color_black-blue)}.tech-item:first-child{border-top:0.2rem solid var(--color_black-blue)}.tech-item,.tech-item:not(:last-child){padding-block:6.25vw}.tech-item::after,.tech-item:not(:last-child)::after{display:none}.tech-item__image{flex-shrink:0;width:50%;height:30vw;padding-left:0}.tech-item__title{font-size:3.54vw;margin-bottom:2.08vw;padding-left:2.5vw}.tech-item__content{font-size:1.67vw}.tech-item__content ul{gap:1.25vw;padding-left:2.5vw}}@media screen and (min-width:1200px){.tech-item{gap:2.01vw;padding-left:2.08vw}.tech-item,.tech-item:not(:last-child){padding-block:4.17vw}.tech-item__image{width:36vw;height:26vw}.tech-item__title{font-size:2.36vw;margin-bottom:1.4vw;padding-left:1.67vw}.tech-item__content{font-size:1.11vw}.tech-item__content ul{gap:0.83vw;padding-left:1.67vw}}@media screen and (min-width:1440px){.tech-item{gap:1.51vw;padding-left:1.56vw}.tech-item,.tech-item:not(:last-child){padding-block:3vw}.tech-item__image{width:23.18vw;height:16.8vw}.tech-item__title{font-size:1.77vw;margin-bottom:1.04vw;padding-left:1.25vw}.tech-item__content{font-size:0.83vw}.tech-item__content ul{gap:0.62vw;padding-left:1.25vw}}.contact-block__icon{width:12.8vw;height:12.8vw;margin-bottom:5.33vw;margin-inline:auto}.contact-block__icon svg{fill:#6358AD;width:100%;height:100%}.contact-block__title{font-weight:500;line-height:160%;font-size:7.47vw;margin-bottom:4.3vw}.contact-block__text{font-weight:400;line-height:140%;letter-spacing:0.032rem;margin:0 0 6.4vw;font-size:4.3vw}.contact-block__link{font-weight:400;line-height:140%;text-decoration-line:underline;font-size:4.8vw;transition:var(--transition)}.contact-block__link:hover,.contact-block__link:focus{color:var(--color_white-hover)}@media screen and (min-width:640px){.contact-block__icon{width:7.5vw;height:7.5vw;margin-bottom:3.12vw}.contact-block__title{font-size:4.4vw;margin-bottom:2.5vw}.contact-block__text{font-size:2.5vw;margin-bottom:3.75vw}.contact-block__link{font-size:2.8vw}}@media screen and (min-width:960px){.contact-block__icon{width:5vw;height:5vw;margin-bottom:2.5vw;margin-inline:0}.contact-block__title{font-size:2.92vw;margin-bottom:1.67vw}.contact-block__text{font-size:1.67vw;margin-bottom:2.5vw}.contact-block__link{font-size:1.88vw}}@media screen and (min-width:1200px){.contact-block__icon{width:3.33vw;height:3.33vw;margin-bottom:1.67vw}.contact-block__title{font-size:1.94vw;margin-bottom:1.11vw}.contact-block__text{font-size:1.11vw;margin-bottom:1.67vw}.contact-block__link{font-size:1.25vw}}@media screen and (min-width:1440px){.contact-block__icon{width:2.5vw;height:2.5vw;margin-bottom:1.25vw}.contact-block__title{font-size:1.46vw;margin-bottom:0.83vw}.contact-block__text{font-size:0.83vw;margin-bottom:1.25vw}.contact-block__link{font-size:0.94vw}}.contact-form{display:flex;flex-direction:column;gap:5.33vw}.contact-form__row-fields{display:flex;flex-direction:column;gap:5.33vw}.contact-form__input{width:100%}.contact-form__btn{width:100%}.contact-form__textarea{height:46.3vw}@media screen and (min-width:640px){.contact-form{gap:3.12vw}.contact-form__row-fields{flex-direction:row;gap:3.12vw}.contact-form__textarea{height:23.6vw}}@media screen and (min-width:960px){.contact-form{gap:2.08vw}.contact-form__row-fields{gap:1.67vw}.contact-form__btn{width:23vw}}@media screen and (min-width:1200px){.contact-form{gap:1.4vw}.contact-form__row-fields{gap:1.11vw}.contact-form__btn{width:15.5vw}.contact-form__textarea{height:10.3vw}}@media screen and (min-width:1440px){.contact-form{gap:1.09vw}.contact-form__row-fields{gap:0.84vw}.contact-form__btn{width:11.61vw}.contact-form__textarea{height:7.7vw}}.news-card__image{position:relative;overflow:hidden}.news-card__image picture{position:absolute;left:0;top:0;width:100%;height:100%}.news-card__image img{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.news-card__image::after{content:"";display:block;position:relative;width:100%;padding-top:50.1%}.news-card__title{font-weight:500;line-height:160%;color:#000;font-size:5.33vw;margin:6.93vw 0 0}.news-card__link{width:100%}.news-card:hover .news-card__image img,.news-card:focus .news-card__image img{transform:scale(1.05)}@media screen and (min-width:640px){.news-card__image::after{padding-top:60%}.news-card__title{font-size:3.12vw;margin-top:4.06vw}}@media screen and (min-width:960px){.news-card__title{font-size:2.5vw;margin-top:2.71vw}}@media screen and (min-width:1200px){.news-card__image::after{padding-top:50.1%}.news-card__title{font-size:1.67vw;margin-top:1.8vw}}@media screen and (min-width:1440px){.news-card__title{font-size:1.25vw;margin-top:1.35vw}}.header{background-color:var(--color_dark-purple);color:var(--color_white)}.header p{margin:0}.header__contact-line{background-color:var(--color_purple);text-align:center;padding-block:2.9vw;font-size:4.3vw;font-style:normal;font-weight:400;line-height:140%;letter-spacing:0.032rem}.header__contact-line a{margin-left:2.1vw}.header__contact-line a:hover,.header__contact-line a:focus{color:--color_white-hover}.header__logo{width:42.4vw;height:12.3vw}.header__logo img{object-fit:contain;width:100%;height:100%}.header__container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-block:4.3vw}.header__btn-contact{display:none}@media screen and (min-width:640px){.header__contact-line{padding-block:1.7vw;font-size:2.5vw}.header__contact-line a{margin-left:1.25vw}.header__logo{width:24.8vw;height:7.2vw}.header__container{padding-block:2.5vw}}@media screen and (min-width:960px){.header__contact-line{display:none;pointer-events:none;opacity:0;visibility:hidden}.header__container{padding:0}.header__logo{width:18.5vw;height:5.3vw}.header__btn-contact{display:block;font-size:1.66vw;font-weight:400;line-height:140%;letter-spacing:0.032rem;padding:0.83vw 1.66vw}}@media screen and (min-width:1200px){.header__logo{width:14.8vw;height:4.25vw}.header__btn-contact{font-size:1.33vw;padding:0.66vw 1.22vw}}@media screen and (min-width:1440px){.header__container{padding-right:0.3vw}.header__logo{width:9.5vw;height:2.6vw}.header__btn-contact{font-size:0.83vw;padding:0.42vw 0.83vw}}.footer{background-color:var(--color_dark-purple);color:var(--color_white);text-align:center}.footer__container{padding-block:19.2vw 8vw;display:flex;flex-direction:column;gap:12vw}.footer__contact-block{display:flex;flex-direction:column;align-items:center;gap:4.8vw}.footer__title{font-weight:500;line-height:120%;letter-spacing:0.032rem;font-size:9.06vw}.footer__subtitle{margin:0;font-weight:400;line-height:140%;letter-spacing:0.032rem;font-size:4.3vw}.footer__btn{width:55.46vw}.footer__menu{color:#CCD4EC;letter-spacing:0.032rem;font-weight:400;line-height:140%;font-size:4.3vw}.footer .menu-item-has-children>a,.footer__menu-title{color:var(--color_white);font-size:4.8vw;margin:0}.footer .sub-menu,.footer__connect-list{margin-top:6.4vw;display:flex;flex-direction:column;gap:5.33vw}.footer .sub-menu a:hover,.footer .sub-menu a:focus,.footer__connect-list a:hover,.footer__connect-list a:focus{color:var(--color_white)}.footer__connect a{text-decoration:underline}.footer__connect a:hover,.footer__connect a:focus{color:var(--color_white)}@media screen and (min-width:640px){.footer__container{padding-block:12.25vw 4.7vw;gap:6.9vw;flex-direction:row;flex-wrap:wrap;justify-content:center}.footer__contact-block{gap:2.8vw;width:100%}.footer__title{font-size:5.3vw}.footer__subtitle{font-size:2.5vw}.footer__btn{width:32.5vw}.footer__menu{font-size:2.5vw}.footer .menu-item-has-children>a,.footer__menu-title{font-size:2.8vw}.footer .sub-menu,.footer__connect-list{margin-top:3.75vw;gap:1.9vw}}@media screen and (min-width:960px){.footer{text-align:left}.footer__container{padding-block:4.7vw 3.64vw;justify-content:space-between;flex-wrap:nowrap;gap:1vw}.footer__contact-block{width:auto;gap:1.875vw;align-items:flex-start}.footer__title{font-size:3.54vw}.footer__subtitle{font-size:1.66vw}.footer__btn{width:15.6vw}.footer__menu{font-size:1.66vw}.footer .menu-item-has-children>a,.footer__menu-title{font-size:1.9vw}.footer .sub-menu,.footer__connect-list{margin-top:2.08vw;gap:1.45vw}}@media screen and (min-width:1200px){.footer__container{padding-block:3.1vw 2.5vw}.footer__contact-block{gap:1.25vw}.footer__title{font-size:2.4vw}.footer__subtitle{font-size:1.11vw}.footer__btn{width:auto}.footer__menu{font-size:1.11vw}.footer .menu-item-has-children>a,.footer__menu-title{font-size:1.25vw}.footer .sub-menu,.footer__connect-list{margin-top:1.4vw;gap:0.97vw}}@media screen and (min-width:1440px){.footer__container{padding-block:2.5vw 1.84vw}.footer__contact-block{gap:0.9vw}.footer__title{font-size:1.77vw}.footer__subtitle{font-size:0.83vw}.footer__menu{font-size:0.83vw}.footer .menu-item-has-children>a,.footer__menu-title{font-size:0.93vw}.footer .sub-menu,.footer__connect-list{margin-top:1.2vw;gap:0.73vw}}.copyright__container{border-top:0.1rem solid rgba(255, 255, 255, 0.3);padding-block:8vw 19.2vw}.copyright__socials{display:flex;flex-direction:row;justify-content:center;gap:3.2vw;margin-bottom:8vw}.copyright__icon{display:block;width:6.4vw;height:6.4vw}.copyright__icon svg{width:100%;height:100%;fill:var(--color_white);transition:var(--transition)}.copyright__icon:hover svg,.copyright__icon:focus svg{fill:var(--color_white-hover)}.copyright__text{font-size:3.73vw}@media screen and (min-width:640px){.copyright__container{padding-block:4.7vw 11.25vw}.copyright__socials{gap:1.9vw;margin-bottom:4.7vw}.copyright__icon{width:3.75vw;height:3.75vw}.copyright__text{font-size:2.2vw}}@media screen and (min-width:960px){.copyright__container{padding-block:2.5vw 3.1vw;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.copyright__socials{gap:1.25vw;margin-bottom:0}.copyright__icon{width:2.5vw;height:2.5vw}.copyright__text{order:-1;font-size:1.45vw}}@media screen and (min-width:1200px){.copyright__container{padding-block:1.66vw 2.08vw}.copyright__socials{gap:0.82vw}.copyright__icon{width:1.66vw;height:1.66vw}.copyright__text{font-size:0.97vw}}@media screen and (min-width:1440px){.copyright__container{padding-block:1.25vw 1.56vw}.copyright__socials{gap:0.625vw}.copyright__icon{width:1.25vw;height:1.25vw}.copyright__text{font-size:0.73vw}}.post-page{padding-block:21.33vw}.post-page__image{width:100%;margin-bottom:5.33vw;position:relative}.post-page__image picture{position:absolute;left:0;top:0;width:100%;height:100%}.post-page__image img{object-fit:cover;width:100%;height:100%}.post-page__image::after{content:"";display:block;position:relative;width:100%;padding-top:55%}.post-page__title{text-align:center;margin-bottom:5.33vw}.post-page__info-line{display:flex;justify-content:center;gap:4vw}.post-page__inner{margin-top:21.33vw}.post-page__content{font-size:4.8vw;font-weight:400;line-height:140%}.post-page__content h1,.post-page__content h2,.post-page__content h3,.post-page__content h4,.post-page__content h5,.post-page__content h6{text-align:center}.post-page__content a{color:var(--color_black-blue);text-decoration:none}.post-page__author{margin:0;font-size:4.3vw;font-weight:500;line-height:160%;color:var(--color_dark-purple);position:relative}.post-page__author::after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);right:-2vw;height:60%;width:0.2rem;background-color:var(--color_dark-purple)}.post-page__date{margin:0;font-size:4.3vw;line-height:160%}@media screen and (min-width:640px){.post-page{padding-block:12.5vw}.post-page__title{margin-bottom:3.12vw}.post-page__info-line{gap:3.12vw}.post-page__inner{margin-top:12.5vw}.post-page__content{font-size:2.8vw}.post-page__author{font-size:2.5vw}.post-page__author::after{right:-1.57vw}.post-page__date{font-size:2.5vw}}@media screen and (min-width:960px){.post-page{padding-block:10.4vw}.post-page__image{margin-bottom:3.12vw}.post-page__title{margin-bottom:2.08vw}.post-page__info-line{gap:1.66vw}.post-page__inner{margin-top:10.4vw}.post-page__content{font-size:1.88vw}.post-page__author{font-size:1.67vw}.post-page__author::after{right:-0.88vw}.post-page__date{font-size:1.67vw}}@media screen and (min-width:1200px){.post-page{padding-block:7vw}.post-page__image{margin-bottom:1.4vw}.post-page__title{margin-bottom:1.4vw}.post-page__inner{margin-top:7vw}.post-page__content{font-size:1.25vw}.post-page__author{font-size:1.11vw}.post-page__date{font-size:1.11vw}}@media screen and (min-width:1440px){.post-page{padding-block:5.2vw}.post-page__image{margin-bottom:1.04vw}.post-page__title{margin-bottom:1.04vw}.post-page__inner{margin-top:5.2vw}.post-page__content{font-size:0.94vw}.post-page__author{font-size:0.83vw}.post-page__date{font-size:0.83vw}}.hero{color:var(--color_white);text-align:center;position:relative;background-color:var(--color_black-blue)}.hero__title{font-size:12.8vw;font-weight:500;line-height:120%;margin-bottom:8vw}.hero__subtitle{font-size:5.33vw;font-weight:400;line-height:160%}.hero__background{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.hero__background img{object-fit:cover;width:100%;height:100%;transform-origin:left}.hero__overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background:linear-gradient(0deg, rgba(3, 15, 51, 0.7) 0%, rgba(3, 15, 51, 0.7) 100%)}.hero__container{position:relative;height:154.66vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero__pagination.swiper-pagination{bottom:9.6vw}.hero__pagination.swiper-pagination>.swiper-pagination-bullet{margin:0 1.06vw;width:2.1vw;height:2.1vw;background-color:#8490AE;transition:var(--transition);opacity:1}.hero__pagination.swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--color_white);transform:scale(1.52)}@media screen and (min-width:640px){.hero__title{font-size:7.5vw;margin-bottom:4.7vw}.hero__subtitle{font-size:3.2vw}.hero__container{height:91vw}.hero__pagination.swiper-pagination{bottom:5.6vw}.hero__pagination.swiper-pagination>.swiper-pagination-bullet{margin:0 0.625vw;width:1.25vw;height:1.25vw}}@media screen and (min-width:960px){.hero{text-align:left}.hero__title{font-size:4.2vw;margin-bottom:2.2vw}.hero__overlay{background:linear-gradient(90deg, rgba(3, 15, 51, 0.8) 22.13%, rgba(3, 15, 51, 0.4) 99.94%)}.hero__subtitle{font-size:1.8vw;max-width:50vw}.hero__container{height:55vw;align-items:flex-start}.hero__pagination.swiper-pagination{left:4vw;width:max-content;bottom:10.1vw}.hero__pagination.swiper-pagination>.swiper-pagination-bullet{margin:0 0.42vw;width:0.833vw;height:0.833vw}}@media screen and (min-width:1440px){.hero__title{font-size:3.1vw;margin-bottom:1.6vw}.hero__subtitle{font-size:1.04vw;max-width:26.5vw}.hero__container{height:32.8vw}.hero__pagination.swiper-pagination{left:11.05vw;bottom:5vw}.hero__pagination.swiper-pagination>.swiper-pagination-bullet{margin:0 0.21vw;width:0.42vw;height:0.42vw}}.image-content__container{padding-block:21.33vw;display:flex;flex-direction:column;gap:8vw}.image-content__image{position:relative}.image-content__image picture{left:0;top:0;width:100%;height:100%;position:absolute}.image-content__image img{object-fit:cover;width:100%;height:100%}.image-content__image::after{content:"";display:block;position:relative;width:100%}.image-content__icon{position:absolute;height:26.66vw;width:50.6vw}.image-content__icon svg{width:100%;height:100%}.image-content__advantages{display:grid;grid-template-columns:repeat(2, 1fr);margin-top:10.66vw;grid-gap:9.6vw 3vw}.image-content__text{font-weight:400;line-height:140%}.image-content__text a{color:inherit}.image-content__text a:hover,.image-content__text a:focus{color:var(--color_white-hover)}.image-content__container--reverse .image-content__content{order:-1}.image-content__container--reverse .image-content__icon{transform:scaleY(-100%);bottom:0;right:0}.image-content__container--reverse .image-content__text{letter-spacing:0.032rem;font-size:4.3vw}.image-content__container--reverse .image-content__image::after{padding-top:93%}.image-content__container--inline .image-content__text{font-size:4.8vw}.image-content__container--inline .image-content__icon{top:0;right:0}.image-content__container--inline .image-content__image::after{padding-top:104.5%}.image-content--bg_black-blue{background-color:var(--color_black-blue);color:var(--color_white);background-image:url("../pics/techno-elements-top-mobile.png");background-repeat:no-repeat;background-size:contain}.image-content--bg_black-blue .image-content{gap:16.5vw}@media screen and (min-width:640px){.image-content__container{padding-block:12.5vw;gap:4.7vw}.image-content__icon{height:25vw;width:50vw}.image-content__advantages{margin-top:6.26vw;grid-gap:5.6vw 0}.image-content__image::after{padding-top:70%}.image-content__container--inline .image-content__text{font-size:2.8vw}.image-content__container--reverse .image-content__text{font-size:2.5vw}.image-content--bg_black-blue .image-content{gap:9.7vw}}@media screen and (min-width:960px){.image-content__container{padding-block:10.4vw;gap:6.5vw;flex-direction:row}.image-content__icon{width:29.2vw;height:15vw}.image-content__advantages{margin-top:3vw;grid-gap:3.75vw 2.5vw}.image-content__image{flex-shrink:0;width:50%;height:max-content}.image-content__image::after{padding-top:100%}.image-content__container--inline .image-content__text{font-size:1.8vw}.image-content__container--reverse{align-items:center}.image-content__container--reverse .image-content__text{font-size:1.66vw}.image-content--bg_black-blue{background-image:url("../pics/techno-elements-top-desktop.png")}.image-content--bg_black-blue .image-content{gap:6.5vw}}@media screen and (min-width:1200px){.image-content__container{padding-block:7vw}.image-content__icon{width:19.44vw;height:10vw}.image-content__advantages{margin-top:2.08vw;grid-gap:2.5vw 1.66vw}.image-content__container--inline .image-content__text{font-size:1.25vw}.image-content__container--reverse .image-content__text{font-size:1.11vw}.image-content--bg_black-blue .image-content{gap:4.3vw}}@media screen and (min-width:1440px){.image-content__container{padding-block:5.3vw 5.2vw;gap:3.2vw}.image-content__image{width:26.4vw}.image-content__icon{width:15.1vw;height:7.7vw}.image-content__advantages{margin-top:2.08vw;grid-gap:1.9vw 1.25vw;grid-template-columns:repeat(2, 12.3vw)}.image-content__container--inline .image-content__text{font-size:0.93vw}.image-content__container--inline .image-content__image::after{padding-top:104.5%}.image-content__container--reverse .image-content__text{font-size:0.83vw}.image-content__container--reverse .image-content__image::after{padding-top:93%}.image-content--bg_black-blue .image-content{gap:3.2vw}}.features{background-color:var(--color_black-blue);color:var(--color_white);background-image:linear-gradient(180deg, rgba(3, 15, 51, 0.4) 0%, #030F33 100%), url("../pics/bg-features-mobile.png");background-repeat:no-repeat;background-size:cover;padding-block:22vw 21.33vw}.features__content{font-weight:400;line-height:140%;letter-spacing:0.03rem;font-size:4.3vw}.features__content a{color:var(--color_white)}.features__content a:hover,.features__content a:focus{color:var(--color_white-hover)}.features__heading{margin-bottom:7.9vw}.features__features-block{border-top:0.1rem solid rgba(255, 255, 255, 0.5);border-bottom:0.1rem solid rgba(255, 255, 255, 0.5)}.features__features-list{padding-block:9.1vw;display:flex;flex-direction:column;gap:8vw}@media screen and (min-width:640px){.features{background-image:linear-gradient(180deg, rgba(3, 15, 51, 0.4) 0%, #030F33 100%), url("../pics/bg-features-desktop.png");background-position:center;padding-block:12.5vw}.features__content{font-size:2.5vw}.features__heading{margin-bottom:5.6vw}.features__features-list{padding-block:5.6vw;gap:4.7vw;display:grid;grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width:960px){.features{padding-block:10vw 10.4vw}.features__content{font-size:1.66vw}.features__heading{margin-bottom:3.75vw;max-width:70%}.features__features-list{grid-template-columns:repeat(4, 1fr);padding-block:3.75vw;gap:2vw}}@media screen and (min-width:1200px){.features{padding-block:6.66vw 7vw}.features__content{font-size:1.4vw}.features__heading{margin-bottom:2.5vw;max-width:56%}.features__features-list{padding-block:2.5vw;gap:2.04vw}}@media screen and (min-width:1440px){.features{padding-block:5vw 5.2vw}.features__content{font-size:0.83vw}.features__heading{margin-bottom:1.8vw}.features__features-list{padding-block:1.8vw;gap:1.56vw}}.related{background-color:var(--color_black-blue);color:var(--color_white);background-image:url("../pics/techno-elements-home-bottom-mobile.png");background-position:bottom;background-repeat:no-repeat;background-size:contain;padding-block:10.66vw 21.33vw}.related__title{margin-bottom:9.06vw}.related__topic:not(:last-child){margin-bottom:8vw}@media screen and (min-width:640px){.related{padding-block:6.25vw 12.5vw;background-image:url("../pics/techno-elements-home-bottom-desktop.png");background-size:90%}.related__title{margin-bottom:5.3vw}.related__topic:not(:last-child){margin-bottom:4.7vw}}@media screen and (min-width:960px){.related{padding-block:4.2vw 10.4vw}.related__title{display:grid;grid-template-columns:0.5fr 0.8fr;gap:3.1vw;margin-bottom:6.25vw}.related__title .section-title__title{margin-bottom:0}.related__topic:not(:last-child){margin-bottom:3.1vw}}@media screen and (min-width:1200px){.related{padding-block:2.77vw 7vw}.related__title{grid-template-columns:40% auto;gap:2.08vw;margin-bottom:4.17vw}.related__topic:not(:last-child){margin-bottom:2.08vw}}@media screen and (min-width:1440px){.related{padding-block:2.08vw 5.2vw}.related__title{gap:1.56vw;margin-bottom:3.12vw}.related__topic:not(:last-child){margin-bottom:1.56vw}}.brands{padding-block:21.33vw;overflow:hidden}.brands__title{text-align:center}.brands__container{margin-bottom:8vw}.brands__swiper{overflow:visible;width:76.8vw;margin-inline:4vw}@media screen and (min-width:640px){.brands{padding-block:12.5vw}.brands__container{margin-bottom:4.7vw}}@media screen and (min-width:960px){.brands{padding-block:10.4vw}.brands__container{margin-bottom:4.6vw}.brands__title{margin-inline:auto;max-width:80%}.brands__swiper{width:82vw;margin-inline:-2vw}}@media screen and (min-width:1440px){.brands{padding-block:5.2vw}.brands__container{margin-bottom:2.3vw}.brands__title{max-width:64%}.brands__swiper{width:86.6vw;margin-inline:-0.7vw}}.subscribe-form{background-color:var(--color_light-purple);padding-block:23vw}.subscribe-form__container{padding-inline:1.6vw}.subscribe-form__title{text-align:center;margin-bottom:6.4vw}.subscribe-form__form{display:flex;flex-direction:column;gap:3.73vw}@media screen and (min-width:640px){.subscribe-form{padding-block:13.4vw}.subscribe-form__container{padding-inline:0.93vw}.subscribe-form__input{width:40vw}.subscribe-form__title{margin-bottom:6.4vw}.subscribe-form__form{flex-direction:row;justify-content:center;gap:2.2vw}}@media screen and (min-width:960px){.subscribe-form{padding-block:14.6vw}.subscribe-form__container{display:flex;flex-direction:row;align-items:center;gap:3.75vw;padding:0}.subscribe-form__title{text-align:left;margin-bottom:0}.subscribe-form__input{width:30vw}.subscribe-form__form{gap:0.625vw}}@media screen and (min-width:1440px){.subscribe-form{padding-block:7.3vw}.subscribe-form__container{gap:1.875vw;align-items:flex-end}.subscribe-form__input{width:21vw}.subscribe-form__form{gap:0.31vw}}.two-col__bg{padding-top:21.33vw}.two-col__bg--image{background-image:url("../pics/techno-elements-bottom-mobile.png");background-position:bottom;background-size:contain;background-repeat:no-repeat;background-color:var(--color_black-blue)}.two-col__bg--plain{background-color:var(--color_black-blue)}.two-col__heading{text-align:center}.two-col__btn{width:54.46vw;margin-top:6.4vw;display:block;margin-inline:auto}.two-col__left-img{position:relative}.two-col__left-img img{object-fit:cover;width:100%;height:100%;object-position:top}.two-col__img-icon{position:absolute;left:0;top:0;width:37.3vw;height:32vw}.two-col__img-icon svg{width:100%;height:100%}.two-col__content{font-weight:400;line-height:140%;letter-spacing:0.032rem;color:var(--color_white);font-size:4.3vw}.two-col__content ul{display:flex;flex-direction:column;gap:5.6vw;padding-left:0}.two-col__content li{position:relative;padding-left:10.4vw}.two-col__content li::after{content:"";display:block;position:absolute;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.3274 4.91335C19.9887 4.56631 19.6271 4.24164 19.2452 3.94175C17.645 2.79846 15.6856 2.12574 13.5691 2.12574C8.17084 2.12574 3.79471 6.50187 3.79471 11.9001C3.79471 17.2984 8.17084 21.6745 13.5691 21.6745C18.9673 21.6745 23.3435 17.2984 23.3435 11.9001C23.3435 11.3706 23.3014 10.8509 23.2203 10.3443C22.8447 8.5279 22.0201 6.87572 20.8678 5.50891C20.9805 5.3466 21.0927 5.18512 21.2041 5.0247C22.497 6.45951 23.3912 8.26063 23.7122 10.2535C23.8667 11.0042 23.9478 11.7817 23.9478 12.5782C23.9478 18.915 18.8108 24.0521 12.4739 24.0521C6.13705 24.0521 1 18.915 1 12.5782C1 6.2413 6.13705 1.10425 12.4739 1.10425C15.1413 1.10425 17.5962 2.01447 19.5448 3.54126C19.947 3.82931 20.3275 4.14566 20.6835 4.48741C20.5661 4.62712 20.4474 4.7692 20.3274 4.91335ZM12.4739 23.5521C17.0517 23.5521 20.9748 20.7491 22.6205 16.7658C20.8859 19.9859 17.4831 22.1745 13.5691 22.1745C7.8947 22.1745 3.29471 17.5745 3.29471 11.9001C3.29471 6.33472 7.7197 1.80284 13.2433 1.6308C12.9891 1.6132 12.7326 1.60425 12.4739 1.60425C6.41319 1.60425 1.5 6.51744 1.5 12.5782C1.5 18.6389 6.41319 23.5521 12.4739 23.5521Z" fill="white"/><path d="M11.4826 15.1859C10.4395 15.1338 7.65799 12.6478 6.05859 11.7438C7.17122 12.8912 9.61551 15.4467 10.4917 16.4898C11.5869 17.7936 12.8386 17.1156 13.2559 16.4898C13.5897 15.9891 20.5575 5.95465 23.9996 1C21.6214 2.58549 12.5257 15.2381 11.4826 15.1859Z" stroke="white" stroke-width="0.5" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-size:cover;width:6.4vw;height:6.4vw;left:0;top:0}.two-col__content ul{list-style-type:none}.two-col__right-img{display:none}.two-col__right-img img{object-fit:cover;width:100%;height:100%}.two-col__gallery{display:grid;grid-template-columns:repeat(2, 1fr);align-items:center;gap:5.06vw;margin-top:5.6vw;height:max-content}.two-col__gallery-img{height:max-content}.two-col__gallery-img img{object-fit:contain;width:100%;height:100%}.two-col__wrapper{display:grid}.two-col--type_gallery{padding-bottom:90vw}.two-col--type_gallery .two-col__heading{order:1;margin-bottom:3vw}.two-col--type_gallery .two-col__left-img{order:3;margin-bottom:-37.5vw}.two-col--type_gallery .two-col__gallery{order:4}.two-col--type_gallery .two-col__content{order:2;margin-bottom:8vw}.two-col--type_gallery .two-col__gallery{margin-top:calc(5.06vw + 37.5vw);margin-bottom:-100%}.two-col--type_img .two-col__bg{padding-bottom:15.2vw}.two-col--type_img .two-col__heading{margin-bottom:8vw}.two-col--type_img .two-col__content ul{margin-top:11.73vw}.two-col--type_img .two-col__left-img{margin-bottom:8.6vw}@media screen and (min-width:640px){.two-col__bg{padding-top:12.5vw}.two-col__bg--image{background-image:url("../pics/techno-elements-right-desktop.png")}.two-col__heading{margin-bottom:4.7vw}.two-col__btn{width:32.5vw;margin-top:3.75vw}.two-col__img-icon{width:45vw;height:42vw}.two-col__content{font-size:2.5vw}.two-col__content ul{gap:3.3vw}.two-col__content li{padding-left:6.1vw}.two-col__content li::after{width:3.75vw;height:3.75vw}.two-col__gallery{margin-top:3.3vw;gap:3vw;grid-template-columns:repeat(2, 30%);justify-content:center}.two-col__left-img picture{position:absolute;left:0;top:0;width:100%;height:100%}.two-col__left-img::after{width:100%;content:"";display:block;position:relative;padding-top:70%}.two-col--type_gallery{padding-bottom:60vw}.two-col--type_gallery .two-col__heading{margin-bottom:4.7vw}.two-col--type_gallery .two-col__content{margin-bottom:4.7vw}.two-col--type_gallery .two-col__left-img{margin-bottom:-25vw}.two-col--type_gallery .two-col__gallery{margin-top:calc(3vw + 25vw)}.two-col--type_img .two-col__bg{padding-bottom:8.9vw}.two-col--type_img .two-col__heading{margin-bottom:4.7vw}.two-col--type_img .two-col__content ul{margin-top:6.8vw}.two-col--type_img .two-col__left-img{margin-bottom:4.7vw}}@media screen and (min-width:960px){.two-col__bg{padding-top:10.4vw}.two-col__heading{text-align:start}.two-col__heading .section-title__subtitle{letter-spacing:normal}.two-col__btn{width:max-content;margin-top:2.5vw;margin-inline:0}.two-col__img-icon{width:19.5vw;height:17.6vw;left:1.14vw}.two-col__content{display:inline-block;font-size:1.66vw}.two-col__content ul{gap:2.2vw}.two-col__content li{padding-left:4.06vw}.two-col__content li::after{width:2.5vw;height:2.5vw}.two-col__gallery{grid-template-columns:repeat(2, 1fr);gap:4.06vw;margin-top:0}.two-col__wrapper{display:flex;flex-direction:column;flex-wrap:wrap}.two-col__right-img{display:block}.two-col__bg--image{background-position:right}.two-col--type_gallery{padding-bottom:20vw}.two-col--type_gallery .two-col__bg{height:70vw}.two-col--type_gallery .two-col__wrapper{max-height:94vw;gap:2vw}.two-col--type_gallery .two-col__heading{margin-bottom:0;width:calc((100% - 2vw) / 2)}.two-col--type_gallery .two-col__heading .section-title__subtitle{line-height:170%}.two-col--type_gallery .two-col__left-img{margin-bottom:0;order:2;width:calc((100% - 4vw) / 2)}.two-col--type_gallery .two-col__left-img::after{padding-top:120%}.two-col--type_gallery .two-col__gallery{margin-top:7vw;width:calc((100% - 2vw) / 2)}.two-col--type_gallery .two-col__content{width:calc((100% - 2vw) / 2);margin-bottom:0}.two-col--type_img{padding-bottom:15vw}.two-col--type_img .two-col__bg{height:110vw;padding-bottom:0}.two-col--type_img .two-col__wrapper{max-height:125vw;gap:4vw}.two-col--type_img .two-col__heading{width:calc((100% - 4vw) / 2)}.two-col--type_img .two-col__heading,.two-col--type_img .two-col__left-img{margin-bottom:0}.two-col--type_img .two-col__content{width:calc((100% - 4vw) / 2);margin-bottom:0}.two-col--type_img .two-col__content ul{margin-top:2.2vw}.two-col--type_img .two-col__left-img{width:calc((100% - 4vw) / 2)}.two-col--type_img .two-col__left-img::after{padding-top:100%}.two-col--type_img .two-col__right-img{width:calc((100% - 4vw) / 2)}}@media screen and (min-width:1440px){.two-col__bg{padding-top:5.2vw}.two-col__img-icon{width:9.7vw;height:8.8vw;left:0.57vw}.two-col__btn{margin-top:1.25vw}.two-col__content{font-size:0.83vw}.two-col__content ul{gap:1.1vw}.two-col__content li{padding-left:2.03vw}.two-col__content li::after{width:1.25vw;height:1.25vw}.two-col--type_gallery{padding-bottom:18.2vw}.two-col--type_gallery .two-col__bg{height:26.4vw}.two-col--type_gallery .two-col__wrapper{gap:2.6vw 3.22vw;max-height:52.08vw}.two-col--type_gallery .two-col__content,.two-col--type_gallery .two-col__gallery{width:48.56%}.two-col--type_gallery .two-col__heading{width:36%}.two-col--type_gallery .two-col__left-img{width:45.68%}.two-col--type_gallery .two-col__left-img::after{padding-top:93.2%}.two-col--type_gallery .two-col__content h1,.two-col--type_gallery .two-col__content h2,.two-col--type_gallery .two-col__content h3,.two-col--type_gallery .two-col__content h4,.two-col--type_gallery .two-col__content h5,.two-col--type_gallery .two-col__content h6,.two-col--type_gallery .two-col__content p,.two-col--type_gallery .two-col__content ul,.two-col--type_gallery .two-col__content ol{margin:0 0 0.8vw}.two-col--type_gallery .two-col__gallery{gap:2vw;display:flex;margin-top:3.3vw;padding-inline:0.46vw 0.98vw}.two-col--type_img{padding-bottom:25vw}.two-col--type_img .two-col__wrapper{gap:2.3vw 3.22vw;max-height:72vw}.two-col--type_img .two-col__bg{height:36.8vw}.two-col--type_img .two-col__heading{width:40.64%}.two-col--type_img .two-col__left-img{width:45.68%}.two-col--type_img .two-col__left-img::after{padding-top:126.3%}.two-col--type_img .two-col__right-img,.two-col--type_img .two-col__content{width:48.56%}.two-col--type_img .two-col__content h1,.two-col--type_img .two-col__content h2,.two-col--type_img .two-col__content h3,.two-col--type_img .two-col__content h4,.two-col--type_img .two-col__content h5,.two-col--type_img .two-col__content h6,.two-col--type_img .two-col__content p,.two-col--type_img .two-col__content ul,.two-col--type_img .two-col__content ol{margin:0 0 1.09vw}.two-col--type_img .two-col__content ul:last-child{margin-bottom:0}}.facts{background-color:var(--color_black-blue);color:var(--color_white);padding-block:21.33vw}.facts__list{display:flex;flex-direction:column;gap:7.5vw}@media screen and (min-width:640px){.facts{padding-block:12.5vw}.facts__list{gap:4.7vw;max-width:70%;margin-inline:auto}}@media screen and (min-width:960px){.facts{padding-block:6.35vw}.facts__list{display:grid;grid-template-columns:repeat(3, 1fr);justify-content:space-between;gap:3vw;max-width:100%}}@media screen and (min-width:1440px){.facts{padding-block:3.177vw}.facts__list{gap:1.56vw}}.case-slider__btn{width:max-content}.case-slider__footer{position:absolute;z-index:1;left:50%;transform:translateX(-50%);bottom:21.33vw}.case-slider__pagination.swiper-pagination{position:static;margin-bottom:8vw}.case-slider__pagination.swiper-pagination .swiper-pagination-bullet{width:2.66vw;height:2.66vw;margin:0 2.13vw;background-color:#8490AE;opacity:1}.case-slider__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#A1ADCC;transform:scale(1.6)}@media screen and (min-width:640px){.case-slider__footer{bottom:6.5vw}.case-slider__pagination.swiper-pagination{margin-bottom:4.7vw}.case-slider__pagination.swiper-pagination .swiper-pagination-bullet{width:1.56vw;height:1.56vw;margin:0 1.25vw}}@media screen and (min-width:960px){.case-slider__pagination.swiper-pagination{margin-bottom:3.65vw}.case-slider__pagination.swiper-pagination .swiper-pagination-bullet{width:1.04vw;height:1.04vw;margin:0 0.84vw}}@media screen and (min-width:1200px){.case-slider__footer{bottom:5vw}.case-slider__pagination.swiper-pagination{margin-bottom:2.4vw}.case-slider__pagination.swiper-pagination .swiper-pagination-bullet{width:0.7vw;height:0.7vw;margin:0 0.55vw}}@media screen and (min-width:1440px){.case-slider__footer{bottom:5.2vw}.case-slider__pagination.swiper-pagination{margin-bottom:1.82vw}.case-slider__pagination.swiper-pagination .swiper-pagination-bullet{width:0.52vw;height:0.52vw;margin:0 0.42vw}}.all-cases{padding-block:10.66vw 21.33vw}.all-cases__case-card:not(:last-child){margin-bottom:10.44vw}.all-cases__filter{margin-bottom:8vw}@media screen and (min-width:640px){.all-cases{padding-block:6.25vw 12.5vw}.all-cases__wrapper{column-count:2;column-gap:6.25vw}.all-cases__case-card:not(:last-child){margin-bottom:6.25vw}.all-cases__filter{margin-bottom:4.7vw}}@media screen and (min-width:960px){.all-cases{padding-block:6.56vw 10.4vw}.all-cases__wrapper{column-gap:3.1vw}.all-cases__case-card:not(:last-child){margin-bottom:6.25vw}.all-cases__filter{margin-bottom:4.9vw}}@media screen and (min-width:1200px){.all-cases{padding-block:4.4vw 7vw}.all-cases__wrapper{column-gap:2.08vw}.all-cases__case-card:not(:last-child){margin-bottom:4.2vw}.all-cases__filter{margin-bottom:3.3vw}}@media screen and (min-width:1440px){.all-cases{padding-block:3.3vw 5.2vw}.all-cases__wrapper{column-gap:1.56vw}.all-cases__case-card:not(:last-child){margin-bottom:3.1vw}.all-cases__filter{margin-bottom:2.44vw}}.consultation-form__container{display:flex;flex-direction:column}.consultation-form__consult-form{flex-shrink:0}.consultation-form--type_topics{background-color:var(--color_black-blue);padding-block:21.33vw}.consultation-form--type_topics .consultation-form__container{gap:10.66vw}.consultation-form--type_topics .consultation-form__topics{order:-1}.consultation-form--type_title{background-image:linear-gradient(180deg, rgba(3, 15, 51, 0.32) 0%, rgba(3, 15, 51, 0.8) 100%), url("../pics/bg-earth.png");background-repeat:no-repeat;background-size:cover;padding-block:21.33vw 24.53vw}.consultation-form--type_title .consultation-form__title{order:-1;text-align:center;margin-bottom:9.06vw}.consultation-form--type_title .consultation-form__title .section-title__subtitle h1,.consultation-form--type_title .consultation-form__title .section-title__subtitle h2,.consultation-form--type_title .consultation-form__title .section-title__subtitle h3,.consultation-form--type_title .consultation-form__title .section-title__subtitle h4,.consultation-form--type_title .consultation-form__title .section-title__subtitle h5,.consultation-form--type_title .consultation-form__title .section-title__subtitle h6,.consultation-form--type_title .consultation-form__title .section-title__subtitle p{margin:2.2vw 0 0}.consultation-form--type_title .consultation-form__title a{text-decoration:none;color:var(--color_white)}.consultation-form--type_title .consultation-form__title a:hover,.consultation-form--type_title .consultation-form__title a:focus{color:var(--color_white-hover)}@media screen and (min-width:640px){.consultation-form__consult-form{width:60vw;margin-inline:auto}.consultation-form--type_topics{padding-block:12.5vw}.consultation-form--type_topics .consultation-form__container{gap:6.25vw}.consultation-form--type_title{padding-block:12.5vw 14.4vw}.consultation-form--type_title .consultation-form__title{margin-bottom:5.2vw}}@media screen and (min-width:960px){.consultation-form--type_topics{padding-block:10.4vw}.consultation-form--type_topics .consultation-form__container{gap:5.52vw;flex-direction:row}.consultation-form--type_topics .consultation-form__consult-form{width:45%}.consultation-form--type_topics .consultation-form__topics{order:2}.consultation-form--type_title{padding-block:10vw 10.4vw;background-image:url("../pics/bg-earth.png")}.consultation-form--type_title .consultation-form__container{flex-direction:row;align-items:center;gap:3.1vw}.consultation-form--type_title .consultation-form__title{margin-bottom:0;text-align:left}.consultation-form--type_title .consultation-form__consult-form{width:45%}}@media screen and (min-width:1200px){.consultation-form--type_topics{padding-block:7vw}.consultation-form--type_topics .consultation-form__container{gap:3.7vw}.consultation-form--type_title{padding-block:6.66vw 7vw}.consultation-form--type_title .consultation-form__container{gap:2.08vw}.consultation-form--type_title .consultation-form__title .section-title__subtitle h1,.consultation-form--type_title .consultation-form__title .section-title__subtitle h2,.consultation-form--type_title .consultation-form__title .section-title__subtitle h3,.consultation-form--type_title .consultation-form__title .section-title__subtitle h4,.consultation-form--type_title .consultation-form__title .section-title__subtitle h5,.consultation-form--type_title .consultation-form__title .section-title__subtitle h6,.consultation-form--type_title .consultation-form__title .section-title__subtitle p{margin:1vw 0 0}}@media screen and (min-width:1440px){.consultation-form--type_topics{padding-block:5.2vw}.consultation-form--type_topics .consultation-form__container{gap:2.8vw;padding-left:0.43vw}.consultation-form--type_topics .consultation-form__consult-form{width:23.1vw;flex-shrink:0}.consultation-form--type_title{padding-block:5vw 5.2vw}.consultation-form--type_title .consultation-form__container{gap:1.56vw}.consultation-form--type_title .consultation-form__consult-form{width:23.17vw}}.video-list{background-color:var(--color_black-blue);background-image:url("../pics/techno-elements-home-bottom-mobile.png");background-position:bottom;background-size:contain;background-repeat:no-repeat;padding-block:21.33vw}.video-list__container{display:grid;gap:8vw}.video-list__video-card{cursor:pointer}@media screen and (min-width:640px){.video-list{padding-block:12.5vw;background-image:url("../pics/techno-elements-home-bottom-desktop.png")}.video-list__container{grid-template-columns:repeat(2, 1fr);gap:4.7vw}}@media screen and (min-width:960px){.video-list{padding-block:10.4vw}.video-list__container{grid-template-columns:repeat(3, 1fr);gap:4.2vw 3.1vw}}@media screen and (min-width:1200px){.video-list{padding-block:7vw}.video-list__container{gap:2.77vw 2.08vw}}@media screen and (min-width:1440px){.video-list{padding-block:5.2vw}.video-list__container{gap:2.08vw 1.56vw}}.single-video{padding-block:21.33vw}.single-video__title{text-align:center;margin-bottom:7.4vw}.single-video__title .section-title__subtitle{font-size:4.3vw}.single-video__preview{position:relative;height:58.4vw}.single-video__img{position:absolute;left:0;top:0;width:100%;height:100%}.single-video__img img{object-fit:cover;width:100%;height:100%}.single-video__logo{padding-top:2.93vw;padding-left:2.93vw}.single-video__logo img{width:21.9vw;height:6.4vw}.single-video__heading{position:relative;height:50%;background:linear-gradient(180deg, rgba(0, 0, 0, 0.5) 5%, rgba(255, 255, 255, 0) 100%)}.single-video__play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);transition:var(--transition)}.single-video__play-btn:hover,.single-video__play-btn:focus{opacity:0.7}@media screen and (min-width:640px){.single-video{padding-block:12.5vw}.single-video__title{margin-bottom:4.7vw}.single-video__title .section-title__subtitle{font-size:2.5vw}.single-video__logo{padding-top:1.7vw;padding-left:1.7vw}}@media screen and (min-width:960px){.single-video{padding-block:10.4vw}.single-video__preview{height:57vw}.single-video__title{margin-bottom:3.54vw;max-width:84.6vw}.single-video__title .section-title__subtitle{font-size:1.9vw}.single-video__logo img{width:15vw;height:4.35vw}}@media screen and (min-width:1200px){.single-video{padding-block:7vw}.single-video__preview{height:46vw;max-width:71.1vw;margin-inline:auto}.single-video__title{margin-bottom:2.36vw;max-width:56.4vw;margin-inline:auto}.single-video__title .section-title__subtitle{font-size:1.25vw}.single-video__logo img{width:10vw;height:2.9vw}}@media screen and (min-width:1440px){.single-video{padding-block:5.3vw}.single-video__preview{height:33.75vw;max-width:53.3vw}.single-video__title{margin-bottom:1.7vw;max-width:42.3vw}.single-video__title .section-title__subtitle{font-size:0.93vw}.single-video__logo{padding-top:1.5vw;padding-left:1.6vw}.single-video__logo img{width:7.5vw;height:2.177vw}}.benefits{padding-block:21.33vw}.benefits__title{text-align:center;margin-bottom:6.4vw}.benefits__wrapper{display:grid;gap:8vw}@media screen and (min-width:640px){.benefits{padding-block:12.5vw}.benefits__wrapper{gap:4.7vw;grid-template-columns:repeat(2, 1fr)}.benefits__title{margin-bottom:3.75vw}}@media screen and (min-width:960px){.benefits{padding-block:10.4vw}.benefits__wrapper{grid-template-columns:repeat(3, 1fr);gap:3.1vw}.benefits__title{margin-bottom:4.17vw}}@media screen and (min-width:1200px){.benefits{padding-block:7vw}.benefits__wrapper{gap:2.08vw}.benefits__title{margin-bottom:2.78vw}}@media screen and (min-width:1440px){.benefits{padding-block:5.2vw}.benefits__wrapper{gap:1.56vw}.benefits__title{margin-bottom:2.08vw}}.tech{padding-block:21.33vw 16vw}.tech__title{text-align:center;margin-bottom:10.7vw}@media screen and (min-width:640px){.tech{padding-block:12.5vw 9.38vw}.tech__title{margin-bottom:6.25vw}}@media screen and (min-width:960px){.tech{padding-block:10.4vw}.tech__title{margin-bottom:4.17vw}}@media screen and (min-width:1200px){.tech{padding-block:7vw}.tech__title{margin-bottom:2.78vw;max-width:80%;margin-inline:auto}}@media screen and (min-width:1440px){.tech{padding-block:3.5vw 5.21vw}.tech__title{margin-bottom:2.08vw}}.image-caption{padding-block:21.33vw}.image-caption__title{text-align:center;margin-bottom:6.4vw}.image-caption__block:not(:last-child){margin-bottom:8vw}.image-caption__gallery{display:grid;grid-template-columns:repeat(2, 1fr);gap:5vw}.image-caption__gallery-item img{object-fit:cover;width:100%;height:100%}.image-caption__caption{font-weight:400;line-height:140%;font-size:4.8vw;text-align:center;margin:6.4vw 0 0}.image-caption__image{width:100%;overflow:hidden;border-radius:0.4rem;box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.4), 0px 20px 30px 0px rgba(0, 0, 0, 0.2), 0px 10px 50px 0px rgba(0, 0, 0, 0.1)}.image-caption__image img{object-fit:cover;width:100%;height:100%}@media screen and (min-width:640px){.image-caption{padding-block:12.5vw}.image-caption__title{margin-bottom:3.75vw}.image-caption__wrapper{max-width:80%;margin-inline:auto}.image-caption__block:not(:last-child){margin-bottom:4.7vw}.image-caption__gallery{gap:4.06vw}.image-caption__caption{font-size:2.8vw;margin-top:3.75vw}}@media screen and (min-width:960px){.image-caption{padding-block:10.42vw}.image-caption__title{margin-bottom:4.58vw}.image-caption__block:not(:last-child){margin-bottom:5.21vw}.image-caption__gallery{max-width:80%;margin-inline:auto;gap:3.12vw}.image-caption__caption{font-size:1.88vw;margin-top:3.13vw}.image-caption__image{border-radius:1rem}}@media screen and (min-width:1200px){.image-caption{padding-block:7vw}.image-caption__title{margin-bottom:3.06vw;max-width:85%;margin-inline:auto}.image-caption__wrapper{max-width:73.4%}.image-caption__block:not(:last-child){margin-bottom:3.5vw}.image-caption__gallery{gap:2.08vw;max-width:64.4%}.image-caption__caption{font-size:1.25vw;margin-top:2.08vw}}@media screen and (min-width:1440px){.image-caption{padding-block:5.21vw}.image-caption__title{margin-bottom:2.3vw}.image-caption__block:not(:last-child){margin-bottom:2.6vw}.image-caption__gallery{gap:1.56vw}.image-caption__caption{font-size:0.94vw;margin-top:1.56vw}}.contact{padding-block:21.33vw}.contact__content-block{display:flex;flex-direction:column;gap:10.67vw;text-align:center;align-items:center;margin-bottom:21.33vw}.contact__form-title{margin-bottom:5.9vw;text-align:center}.contact__form{padding-inline:1.6vw}@media screen and (min-width:640px){.contact{padding-block:12.5vw}.contact__content-block{gap:6.25vw;flex-direction:row;flex-wrap:wrap;margin-bottom:12.5vw}.contact__form-title{margin-bottom:3.44vw}.contact__contact-block{width:calc((100% - 6.25vw) / 2)}.contact__form{padding-inline:0.94vw}}@media screen and (min-width:960px){.contact{padding-block:10.4vw}.contact__container{display:flex;flex-direction:row;gap:5vw}.contact__content-block{gap:3.12vw;flex-direction:column;text-align:start;align-items:flex-start;margin-bottom:0}.contact__form{width:50%;flex-shrink:0;padding-inline:0}.contact__form-title{margin-bottom:4.06vw;text-align:left}.contact__contact-block{width:auto}}@media screen and (min-width:1200px){.contact{padding-block:7vw}.contact__container{gap:7.4vw}.contact__content-block{gap:2.08vw}.contact__form-title{margin-bottom:2.7vw}}@media screen and (min-width:1440px){.contact{padding-block:5.21vw}.contact__container{gap:5.5vw}.contact__content-block{gap:1.56vw}.contact__form{width:51.3%}.contact__form-title{margin-bottom:2.03vw}}.news{padding-block:21.33vw}.news__news-card:not(:last-child){margin-bottom:13.33vw}@media screen and (min-width:640px){.news{padding-block:12.5vw}.news__wrapper{column-count:2;column-gap:5vw}.news__news-card:not(:last-child){margin-bottom:7vw}}@media screen and (min-width:960px){.news{padding-block:10.4vw}.news__wrapper{column-gap:3.12vw}.news__news-card:not(:last-child){margin-bottom:5.2vw}}@media screen and (min-width:1200px){.news{padding-block:7vw}.news__wrapper{column-gap:2.08vw}.news__news-card:not(:last-child){margin-bottom:3.5vw}}@media screen and (min-width:1440px){.news{padding-block:5.2vw}.news__wrapper{column-gap:1.56vw}.news__news-card:not(:last-child){margin-bottom:2.6vw}}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fgemtechelectronics.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Futils%2Ffonts.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Futils%2Fvars.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fbtns.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Futils%2Fmixins.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fcontainer.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fnav.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fhamburger.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fhero-slide.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fsection-title.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Ftext-content.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fadvantage.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Ffeature.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Ftopic.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fbrand.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fcustom-input.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Ffact.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fcase-slide.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fcase-card.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Ffilter.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fconsult-form.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fplay-btn.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fvideo-card.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fbenefit.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fbackdrop.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fvideo-modal.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Ftech-item.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fcontact-block.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fcontact-form.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fmodules%2Fnews-card.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Flayout%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Flayout%2Ffooter.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Flayout%2Fcopyright.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Flayout%2Fpost-page.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fimage-content.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Ffeatures.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Frelated.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fbrands.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fsubscribe-form.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Ftwo-col.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Ffacts.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fcase-slider.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fall-cases.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fconsultation-form.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fvideo-list.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fsingle-video.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fbenefits.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Ftech.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fimage-caption.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fcontact.scss%22%2C%22wp-content%2Fthemes%2Fgemtech%2Fscss%2F.%2Fsections%2Fnews.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2C6EACA%2CsFCDA%2CYAAA%2CYAAA%2CCAIA%2CKAAA%2CuBAAA%2CCAIA%2CMAAA%2CiSAAA%2CCAcA%2CEAAA%2CqBAAA%2CCAIA%2CKAAA%2CwDAAA%2CCAMA%2CKAAA%2CsIAAA%2CCAQI%2CUAAA%2CgCAAA%2CCAMJ%2CKAAA%2CsBAAA%2CCAIA%2CMAAA%2CuCAAA%2CCAMA%2CEAAA%2C%2BDAAA%2CCAKI%2CmBAAA%2C4BAAA%2CCAKJ%2CkBAAA%2CQAAA%2CCAIA%2COAAA%2CwEAAA%2CCAQA%2CIAAA%2C4BAAA%2CCC9EA%2CKAAA%2CkJAAA%2CCAWA%2CWAAA%2CyDAAA%2CCAUI%2CwBAAA%2CoFAAA%2CCAMI%2C8BAAA%2CwBAAA%2CCCsGN%2CoCAAA%2C8BAAA%2CmDAAA%2CCAAA%2CCDvFF%2CiBACI%2CGAAA%2C%2BBAAA%2CCAAA%2CCAGJ%2CaAAA%2C4BAAA%2CCAGI%2CmBAAA%2CiGAAA%2CCAKI%2CkDAAA%2CoEAAA%2CCC2EN%2CoCAAA%2CkDAAA%2CmDAAA%2CCAAA%2CCD%2FDE%2CwBAAA%2CyCAAA%2CCASJ%2C2HAAA%2CsCAAA%2CCAII%2CmJAAA%2CoGAAA%2CCAWI%2C8VAAA%2CoBAAA%2CCAMJ%2CsEAAA%2C6BAAA%2CCAGI%2C2FAAA%2CwCAAA%2CCAIA%2CgLAAA%2C%2BBAAA%2CCAMJ%2CgFAAA%2CwBAAA%2CCAGI%2C8FAAA%2CmCAAA%2CCASJ%2CaAAA%2CoEAAA%2CCCEF%2CoCDUM%2CaAAA%2CoCAAA%2CCAAA%2CCCJN%2CoCDgBM%2CaAAA%2CsCAAA%2CCAAA%2CCCVN%2CqCDsBM%2CaAAA%2CqCAAA%2CCAAA%2CCChBN%2CqCD4BM%2CaAAA%2CuCAAA%2CCAAA%2CCEzKR%2C2BAAA%2C6BAAA%2CCDiIE%2CoCC1HE%2CWAAA%2CUAAA%2CCAAA%2CCDgIF%2CqCCzHE%2CWAAA%2CYAAA%2CCAIA%2CgBAAA%2CUAAA%2CCAAA%2CCD2HF%2CqCCpHE%2CWAAA%2CYAAA%2CCAIA%2CgBAAA%2CaAAA%2CCAAA%2CCDsHF%2CqCChHE%2CWAAA%2CYAAA%2CCAIA%2CgBAAA%2CaAAA%2CCAAA%2CCCvCJ%2CKAAA%2C0QAAA%2CCAkBI%2CwBAAA%2C2CAAA%2CCAOA%2CgBAAA%2CkBAAA%2CCAMA%2C6BAAA%2C8CAAA%2CCAII%2CoCAAA%2C2YAAA%2CCAcJ%2CeAAA%2C4MAAA%2CCAmBA%2CoCAAA%2CwBAAA%2CCAEI%2C8CAAA%2CgEAAA%2CCAOA%2C2CAAA%2CwBAAA%2CCAOR%2CUAAA%2CqDAAA%2CCFuCE%2CoCEhCE%2CKAAA%2CwBAAA%2CCAII%2CwBAAA%2CmBAAA%2CCAIA%2CgBAAA%2CoBAAA%2CCAKI%2CoCAAA%2CgDAAA%2CCAQJ%2CeAAA%2CyBAAA%2CCAMI%2C8CAAA%2C6BAAA%2CCAAA%2CCFWV%2CoCEDE%2CKAAA%2CuLAAA%2CCAaI%2CWAAA%2CuCAAA%2CCAOA%2CsBAAA%2CgBAAA%2CCAGI%2CwBAAA%2CSAAA%2CCAIA%2CwBAAA%2CUAAA%2CCAIA%2CmEAAA%2CiBAAA%2CCAEI%2CoKAAA%2CiOAAA%2CCAaA%2CiFAAA%2C6BAAA%2CCAKA%2CmFAAA%2CMAAA%2CCAKI%2CqFAAA%2CoQAAA%2CCAcA%2C2TAAA%2CoCAAA%2CCAIA%2ComBAAA%2CqDAAA%2CCAWJ%2C6CAAA%2C4BAAA%2CCAMR%2CeAAA%2CmPAAA%2CCAkBI%2CmCAAA%2CkCAAA%2CCAIA%2CkBAAA%2CSAAA%2CCAEI%2CoBAAA%2C8BAAA%2CCAKA%2CgDAAA%2CaAAA%2CCAAA%2CCFjHd%2CqCE4HE%2CKAAA%2CkDAAA%2CCAMI%2CWAAA%2COAAA%2CCAGI%2CsBAAA%2CoBAAA%2CCAKJ%2CeAAA%2C2CAAA%2CCAKI%2CoBAAA%2CoBAAA%2CCAAA%2CCFzIV%2CqCEkJE%2CKAAA%2CiCAAA%2CCAII%2CWAAA%2CSAAA%2CCAGI%2CsBAAA%2CiBAAA%2CCAQI%2CoKAAA%2CoCAAA%2CCAMA%2CqFAAA%2C4DAAA%2CCASR%2CeAAA%2C8CAAA%2CCAKI%2CoBAAA%2CoBAAA%2CCAAA%2CCClUZ%2CWAAA%2CmEAAA%2CCASI%2CiBAAA%2CmJAAA%2CCASI%2C6BAAA%2CyCAAA%2CCAMA%2C8BAAA%2CyCAAA%2CCAMA%2C4BAAA%2C4CAAA%2CCAiBI%2C%2BCAAA%2CsDAAA%2CCAKA%2CgDAAA%2C2BAAA%2CCAIA%2C8CAAA%2CiEAAA%2CCHmEV%2CoCGvDE%2CWAAA%2CsBAAA%2CCAAA%2CCH6DF%2CoCGrDE%2CWAAA%2CYAAA%2CCAAA%2CCC5EJ%2CYAAA%2CqFAAA%2CCAOI%2CqBAAA%2CsCAAA%2CCAMA%2CqBAAA%2CoJAAA%2CCAOA%2CiBAAA%2CqEAAA%2CCAKI%2CqBAAA%2C6DAAA%2CCAMJ%2CkBAAA%2C8EAAA%2CCAQA%2CiBAAA%2CgBAAA%2CCJoFF%2CoCI5EE%2CYAAA%2CYAAA%2CCAGI%2CkBAAA%2CoEAAA%2CCAOA%2CiBAAA%2CgBAAA%2CCAAA%2CCJwEN%2CoCI%2FDE%2CYAAA%2CoDAAA%2CCAII%2CqBAAA%2C4BAAA%2CCAKA%2CiBAAA%2C2BAAA%2CCAKA%2CqBAAA%2CgFAAA%2CCAIA%2CkBAAA%2CsDAAA%2CCAMA%2CiBAAA%2CcAAA%2CCAAA%2CCJmDN%2CqCIjCE%2CYAAA%2C%2BBAAA%2CCAII%2CqBAAA%2CgDAAA%2CCAKA%2CkBAAA%2C4BAAA%2CCAAA%2CCCpHJ%2CsBAAA%2CyCAAA%2CCAMA%2CyBAAA%2CyCAAA%2CCAWI%2C6CAAA%2CiBAAA%2CCAOA%2C6CAAA%2CmBAAA%2CCAOA%2C6CAAA%2CmBAAA%2CCAUA%2CmDAAA%2CeAAA%2CCAOA%2CmDAAA%2CgBAAA%2CCAOA%2CmDAAA%2CgBAAA%2CCAQA%2CoDAAA%2CgBAAA%2CCAUA%2C0DAAA%2CiCAAA%2CCAQA%2CyDAAA%2CgDAAA%2CCASA%2CyDAAA%2CeAAA%2CCAOA%2CyDAAA%2CeAAA%2CCAOA%2C0DAAA%2CuCAAA%2CCASJ%2C2BAAA%2C6BAAA%2CCAIA%2C4BAAA%2CwBAAA%2CCLKF%2CoCKMU%2C6CAAA%2CmBAAA%2CCAOA%2C6CAAA%2CoBAAA%2CCAOA%2C6CAAA%2CmBAAA%2CCAUA%2CmDAAA%2CeAAA%2CCAOA%2CmDAAA%2CeAAA%2CCAOA%2CmDAAA%2CgBAAA%2CCAOA%2CoDAAA%2CgBAAA%2CCAUA%2C0DAAA%2CgBAAA%2CCAOA%2CyDAAA%2CgBAAA%2CCAOA%2CyDAAA%2CgBAAA%2CCAOA%2CyDAAA%2CeAAA%2CCAOA%2C0DAAA%2CeAAA%2CCAAA%2CCLnFV%2CoCKgGU%2C6CAAA%2CoBAAA%2CCAMA%2C6CAAA%2CmBAAA%2CCAOA%2C6CAAA%2CoBAAA%2CCAUA%2CmDAAA%2CgBAAA%2CCAOA%2CmDAAA%2CgBAAA%2CCAOA%2CmDAAA%2CgBAAA%2CCAOA%2CoDAAA%2CgBAAA%2CCAUA%2C0DAAA%2CgBAAA%2CCAOA%2CyDAAA%2CgBAAA%2CCAOA%2CyDAAA%2CgBAAA%2CCAOA%2CyDAAA%2CsCAAA%2CCAQA%2C0DAAA%2CgBAAA%2CCAAA%2CCL7KV%2CqCK0LU%2C6CAAA%2CoBAAA%2CCAMA%2C6CAAA%2CoBAAA%2CCAOA%2C6CAAA%2CoBAAA%2CCASA%2CmDAAA%2CgBAAA%2CCAQA%2CmDAAA%2CgBAAA%2CCAQA%2CmDAAA%2CgBAAA%2CCAQA%2CoDAAA%2CgBAAA%2CCAWA%2C0DAAA%2CgBAAA%2CCAOA%2CyDAAA%2CeAAA%2CCAOA%2CyDAAA%2CgBAAA%2CCAOA%2CyDAAA%2CgBAAA%2CCAOA%2C0DAAA%2CgBAAA%2CCAAA%2CCLzQV%2CqCKsRU%2C6CAAA%2CoBAAA%2CCAMA%2C6CAAA%2CoBAAA%2CCAOA%2C6CAAA%2CoBAAA%2CCASA%2CmDAAA%2CgBAAA%2CCAOA%2CmDAAA%2CgBAAA%2CCAOA%2CmDAAA%2CgBAAA%2CCAOA%2CoDAAA%2CgBAAA%2CCAUA%2C0DAAA%2CgBAAA%2CCAOA%2CyDAAA%2CgBAAA%2CCAOA%2CyDAAA%2CgBAAA%2CCAOA%2CyDAAA%2CgBAAA%2CCAOA%2C0DAAA%2CgBAAA%2CCAAA%2CCCnfR%2CwJAAA%2CgBAAA%2CCAIA%2CsGAAA%2CgCAAA%2CCAKA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CoBAAA%2CCAIA%2CiBAAA%2CuBAAA%2CCAIA%2CiBAAA%2CuBAAA%2CCAIA%2CkCAAA%2CgBAAA%2CCAIA%2CgBAAA%2CsFAAA%2CCAKI%2C4CAAA%2CyBAAA%2CCNoEN%2CoCM3DM%2CwJAAA%2CgBAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CkCAAA%2CgBAAA%2CCAAA%2CCNqCN%2CoCM5BM%2CiBAAA%2CaAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAAA%2CCNcN%2CqCMLM%2CwJAAA%2CiBAAA%2CCAAA%2CCNWN%2CqCMFM%2CwJAAA%2CgBAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CeAAA%2CCAIA%2CiBAAA%2CaAAA%2CCAIA%2CkCAAA%2CgBAAA%2CCAAA%2CCCrKJ%2CmBAAA%2CoEAAA%2CCAOA%2CkBAAA%2CyDAAA%2CCPkHF%2CoCOtGM%2CmBAAA%2CqCAAA%2CCAKA%2CkBAAA%2CeAAA%2CCAAA%2CCPuGN%2CoCO5FM%2CmBAAA%2CoCAAA%2CCAKA%2CkBAAA%2CeAAA%2CCAAA%2CCP6FN%2CqCOnFM%2CmBAAA%2CqCAAA%2CCAKA%2CkBAAA%2CgBAAA%2CCAAA%2CCPoFN%2CqCOzEM%2CmBAAA%2CoCAAA%2CCAKA%2CkBAAA%2CgBAAA%2CCAAA%2CCCzER%2CSAAA%2CkFAAA%2CCAOI%2CgBAAA%2C0DAAA%2CCAOA%2CgBAAA%2CiFAAA%2CCAQA%2CaAAA%2C8DAAA%2CCRqGF%2CoCQ3FE%2CSAAA%2CSAAA%2CCAGI%2CgBAAA%2CeAAA%2CCAIA%2CgBAAA%2CeAAA%2CCAIA%2CaAAA%2CwBAAA%2CCAAA%2CCRsFN%2CoCQ5EE%2CSAAA%2C4CAAA%2CCAKI%2CgBAAA%2CgBAAA%2CCAIA%2CgBAAA%2CgBAAA%2CCAIA%2CaAAA%2CwBAAA%2CCAAA%2CCRqEN%2CqCQ3DE%2CSAAA%2CUAAA%2CCAII%2CgBAAA%2CeAAA%2CCAIA%2CgBAAA%2CgBAAA%2CCAIA%2CaAAA%2CwBAAA%2CCAAA%2CCRqDN%2CqCQ3CE%2CSAAA%2CUAAA%2CCAII%2CgBAAA%2CgBAAA%2CCAIA%2CgBAAA%2CgBAAA%2CCAIA%2CaAAA%2CwBAAA%2CCAAA%2CCC9GR%2COAAA%2CwBAAA%2CCAEI%2CcAAA%2CiBAAA%2CCAGI%2CsBAAA%2CqDAAA%2CCAKA%2CkBAAA%2CuCAAA%2CCAIA%2CqBAAA%2CuEAAA%2CCAOJ%2CgBAAA%2CyDAAA%2CCAMA%2CcAAA%2CeAAA%2CCAIA%2CgBAAA%2CiFAAA%2CCAaQ%2CmCAAA%2CwBAAA%2CCAKA%2CiCAAA%2CiCAAA%2CCAQR%2CkBAAA%2CwEAAA%2CCAII%2CoCAAA%2CeAAA%2CCAKI%2CkCAAA%2CSAAA%2CCAIA%2CgCAAA%2CiCAAA%2CCAKA%2C%2BBAAA%2C%2BBAAA%2CCTgDV%2CoCSrCE%2COAAA%2CyCAAA%2CCAKI%2CcAAA%2CuBAAA%2CCAKA%2CgBAAA%2CeAAA%2CCASQ%2CmCAAA%2CYAAA%2CCAIA%2CiCAAA%2CeAAA%2CCAOR%2CkBAAA%2CuCAAA%2CCAKI%2CoCAAA%2CiBAAA%2CCAKI%2CgCAAA%2CgBAAA%2CCAIA%2CkCAAA%2CSAAA%2CCAIA%2C%2BBAAA%2C8BAAA%2CCAAA%2CCTLd%2CoCSiBE%2COAAA%2CkBAAA%2CCAGI%2CgBAAA%2CgBAAA%2CCASQ%2CmCAAA%2CUAAA%2CCAIA%2CiCAAA%2CgBAAA%2CCAOR%2CkBAAA%2CkDAAA%2CCAKI%2CoCAAA%2CiBAAA%2CCAKI%2CkCAAA%2CWAAA%2CCAKA%2CgCAAA%2CgBAAA%2CCAIA%2C%2BBAAA%2CiBAAA%2CCAAA%2CCTrDd%2CqCSiEE%2COAAA%2CUAAA%2CCAGI%2CgBAAA%2CgBAAA%2CCAIA%2CcAAA%2CSAAA%2CCAGI%2CqBAAA%2CiBAAA%2CCAUI%2CmCAAA%2CSAAA%2CCAIA%2CiCAAA%2CgBAAA%2CCAOR%2CkBAAA%2CqBAAA%2CCAEI%2CoCAAA%2CkBAAA%2CCAKI%2CkCAAA%2CwBAAA%2CCAKA%2CgCAAA%2CgBAAA%2CCAIA%2C%2BBAAA%2CeAAA%2CCAAA%2CCT1Gd%2CqCSsHE%2COAAA%2CUAAA%2CCAGI%2CgBAAA%2CgBAAA%2CCASQ%2CmCAAA%2CUAAA%2CCAIA%2CiCAAA%2CgBAAA%2CCAOR%2CkBAAA%2CoBAAA%2CCAEI%2CoCAAA%2CkBAAA%2CCAKI%2CkCAAA%2CwBAAA%2CCAKA%2CgCAAA%2CgBAAA%2CCAIA%2C%2BBAAA%2CgBAAA%2CCAAA%2CCC1ShB%2COAAA%2CgMAAA%2CCAWI%2CYAAA%2CWAAA%2CCAEI%2CgBAAA%2CyCAAA%2CCV8GN%2CoCUtGE%2COAAA%2CsDAAA%2CCAAA%2CCV4GF%2CoCUlGE%2COAAA%2CsDAAA%2CCAAA%2CCV8GF%2CqCUpGE%2COAAA%2CwDAAA%2CCAAA%2CCCzCJ%2CcAAA%2C2LAAA%2CCAcI%2C2BAAA%2CsFAAA%2CCXbF%2CsDAAA%2CaAAA%2CCAGA%2C4CAAA%2CaAAA%2CCAGA%2C6CAAA%2CaAAA%2CCAGA%2CiDAAA%2CaAAA%2CCWaE%2CiCAAA%2C0EAAA%2CCXtBF%2C4DAAA%2CaAAA%2CCAGA%2CkDAAA%2CaAAA%2CCAGA%2CmDAAA%2CaAAA%2CCAGA%2CuDAAA%2CaAAA%2CCWyBE%2CsBAAA%2CaAAA%2CCAIA%2CsBAAA%2CmBAAA%2CCXoFF%2CoCW7EE%2CcAAA%2CeAAA%2CCAMI%2CsBAAA%2CeAAA%2CCAIA%2CsBAAA%2CoBAAA%2CCAAA%2CCXyEN%2CoCWhEE%2CcAAA%2CgBAAA%2CCAMI%2CsBAAA%2CcAAA%2CCAIA%2CsBAAA%2CqBAAA%2CCAAA%2CCX4DN%2CqCWnDE%2CcAAA%2CeAAA%2CCAKI%2CsBAAA%2CcAAA%2CCAIA%2CsBAAA%2CoBAAA%2CCAAA%2CCXgDN%2CqCWvCE%2CcAAA%2CgBAAA%2CCAMI%2CsBAAA%2CeAAA%2CCAIA%2CsBAAA%2CqBAAA%2CCAAA%2CCChHR%2CMAAA%2CsEAAA%2CCAII%2CaAAA%2CmEAAA%2CCAOA%2CaAAA%2CiFAAA%2CCZgHF%2CoCYrGE%2CMAAA%2CoBAAA%2CCAGI%2CaAAA%2CoCAAA%2CCAKA%2CaAAA%2CeAAA%2CCAAA%2CCZmGN%2CoCYzFE%2CMAAA%2CoBAAA%2CCAGI%2CaAAA%2CqCAAA%2CCAKA%2CaAAA%2CgBAAA%2CCAAA%2CCZ6FN%2CqCYnFE%2CMAAA%2CsBAAA%2CCAGI%2CaAAA%2CqCAAA%2CCAKA%2CaAAA%2CgBAAA%2CCAAA%2CCClER%2CYAAA%2CyDAAA%2CCAKI%2CgBAAA%2CqDAAA%2CCAII%2CoBAAA%2CuCAAA%2CCAKJ%2CqBAAA%2C0IAAA%2CCAMA%2CuBAAA%2CuCAAA%2CCAKA%2CmBAAA%2CmCAAA%2CCAKA%2CqBAAA%2C4CAAA%2CCAMA%2CwBAAA%2CyEAAA%2CCAII%2CmCAAA%2C%2BBAAA%2CCAIA%2CgCAAA%2CiCAAA%2CCAKJ%2CwBAAA%2CqEAAA%2CCAOA%2C0BAAA%2CuMAAA%2CCAaI%2CkCAAA%2CoBAAA%2CCAIA%2C4BAAA%2CwBAAA%2CCAGI%2CoEAAA%2C8BAAA%2CCAKJ%2CuCAAA%2CQAAA%2CCAIA%2CuCAAA%2CQAAA%2CCAIA%2CoQAAA%2CgBAAA%2CCbkCN%2CoCazBE%2CYAAA%2CYAAA%2CCAGI%2CuBAAA%2CoBAAA%2CCAIA%2CmBAAA%2CmBAAA%2CCAIA%2CqBAAA%2CSAAA%2CCAKA%2CwBAAA%2CyBAAA%2CCAIA%2CwBAAA%2CmCAAA%2CCAKA%2C0BAAA%2CoDAAA%2CCAKI%2CoQAAA%2CgBAAA%2CCAAA%2CCbCV%2CoCaSE%2CYAAA%2CWAAA%2CCAGI%2CuBAAA%2CoBAAA%2CCAIA%2CmBAAA%2CmBAAA%2CCAIA%2CqBAAA%2C4DAAA%2CCAMA%2CwBAAA%2CqGAAA%2CCAQA%2CwBAAA%2CqCAAA%2CCAKA%2C0BAAA%2CgBAAA%2CCAGI%2CoQAAA%2CgBAAA%2CCAAA%2CCbpCV%2CqCa8CE%2CYAAA%2CWAAA%2CCAGI%2CuBAAA%2CiBAAA%2CCAIA%2CmBAAA%2CoBAAA%2CCAIA%2CqBAAA%2CUAAA%2CCAIA%2CwBAAA%2C4CAAA%2CCAKA%2CwBAAA%2CoCAAA%2CCAKA%2C0BAAA%2CoCAAA%2CCAGI%2CoQAAA%2CiBAAA%2CCAAA%2CCbpEV%2CqCa%2BEE%2CYAAA%2CWAAA%2CCAII%2CuBAAA%2CsCAAA%2CCAKA%2CmBAAA%2CoBAAA%2CCAIA%2CqBAAA%2CgCAAA%2CCAKA%2CwBAAA%2C4CAAA%2CCAKA%2CwBAAA%2CqCAAA%2CCAKA%2C0BAAA%2CgCAAA%2CCAGI%2CoQAAA%2CgBAAA%2CCAKA%2CkCAAA%2CoBAAA%2CCAAA%2CCC9PR%2CoBAAA%2CyGAAA%2CCASA%2CoBAAA%2C0IAAA%2CCAMA%2CgBAAA%2CqDAAA%2CCAII%2CoBAAA%2CuCAAA%2CCAKJ%2CwBAAA%2C0CAAA%2CCAKA%2CuBAAA%2CsEAAA%2CCAOA%2CyBAAA%2CwEAAA%2CCAMI%2C2BAAA%2CkDAAA%2CCAeA%2CwCAAA%2CmBAAA%2CCdgEN%2CoCcxDE%2CWAAA%2CoBAAA%2CCAEI%2CoBAAA%2CyDAAA%2CCAMA%2CuBAAA%2CoCAAA%2CCAKA%2CyBAAA%2CeAAA%2CCAIA%2CwCAAA%2CmBAAA%2CCAAA%2CCd6CN%2CoCcnCM%2CoBAAA%2CuDAAA%2CCAMA%2CuBAAA%2CqCAAA%2CCAKA%2CyBAAA%2CgBAAA%2CCAIA%2CwCAAA%2CoBAAA%2CCAAA%2CCd0BN%2CqCchBM%2CoBAAA%2CqDAAA%2CCAMA%2CuBAAA%2CqCAAA%2CCAKA%2CyBAAA%2CeAAA%2CCAIA%2CwCAAA%2CoBAAA%2CCAAA%2CCdON%2CqCcGM%2CoBAAA%2CyDAAA%2CCAMA%2CuBAAA%2CqCAAA%2CCAKA%2CyBAAA%2CgBAAA%2CCAIA%2CwCAAA%2CoBAAA%2CCAAA%2CCC7JJ%2CuBAAA%2CiBAAA%2CCAIA%2CsBAAA%2C%2BHAAA%2CCAUA%2CsBAAA%2CgLAAA%2CCAUA%2CuBAAA%2C4GAAA%2CCASA%2CoBAAA%2CwBAAA%2CCAII%2CwBAAA%2C6EAAA%2CCAQJ%2CyBAAA%2CkQAAA%2CCAcA%2CwBAAA%2C0CAAA%2CCAMA%2C4BAAA%2C%2BCAAA%2CCAKI%2CmCAAA%2CeAAA%2CCASA%2CuDAAA%2C%2BCAAA%2CCAKA%2CkDAAA%2CwBAAA%2CCfqCN%2CoCe5BM%2CuBAAA%2CSAAA%2CCAIA%2CsBAAA%2CwDAAA%2CCAMA%2CsBAAA%2CmCAAA%2CCAIA%2CuBAAA%2CeAAA%2CCAIA%2CoBAAA%2C0BAAA%2CCAKA%2CyBAAA%2CeAAA%2CCAIA%2CwBAAA%2CSAAA%2CCAIA%2C4BAAA%2CeAAA%2CCAAA%2CCfGN%2CoCeME%2CeAAA%2CiEAAA%2CCAMI%2CuBAAA%2CUAAA%2CCAIA%2CsBAAA%2CkDAAA%2CCAMA%2CsBAAA%2C0CAAA%2CCAMA%2CyBAAA%2CsHAAA%2CCASA%2CwBAAA%2C6BAAA%2CCAKA%2C4BAAA%2CmKAAA%2CCASI%2CqEAAA%2C8KAAA%2CCAAA%2CCf7CV%2CqCe6DM%2CsBAAA%2CmCAAA%2CCAKA%2CwBAAA%2CUAAA%2CCAIA%2C4BAAA%2CqCAAA%2CCAAA%2CCfhEN%2CqCe0EM%2CsBAAA%2CmCAAA%2CCAKA%2CwBAAA%2CUAAA%2CCAIA%2C4BAAA%2CsCAAA%2CCAAA%2CCChOR%2CcAAA%2CyFAAA%2CCAKI%2CoBAAA%2C2DAAA%2CCAOI%2CwBAAA%2CsBAAA%2CCAMJ%2CqBAAA%2CiBAAA%2CCAIA%2CsBAAA%2C0CAAA%2CCAMA%2CmBAAA%2CUAAA%2CChB%2BFF%2CoCgBxFE%2CcAAA%2CyBAAA%2CCAGI%2CoBAAA%2CwBAAA%2CCAKA%2CsBAAA%2CWAAA%2CCAAA%2CChBsFN%2CoCgB7EE%2CcAAA%2CsCAAA%2CCAII%2CoBAAA%2C2BAAA%2CCAKA%2CqBAAA%2CeAAA%2CCAIA%2CsBAAA%2CWAAA%2CCAAA%2CChBsEN%2CqCgB7DE%2CcAAA%2CiBAAA%2CCAGI%2CoBAAA%2CuBAAA%2CCAKD%2CqBAAA%2CaAAA%2CCAKA%2CsBAAA%2COAAA%2CCAAA%2CChBsDL%2CqCgB9CE%2CcAAA%2CoBAAA%2CCAGI%2CoBAAA%2C2BAAA%2CCAKA%2CsBAAA%2CSAAA%2CCAAA%2CCCvGR%2CUAAA%2C4GAAA%2CCAOI%2CcAAA%2C8BAAA%2CCAOA%2CkBAAA%2CwBAAA%2CCAKI%2CsBAAA%2CwBAAA%2CCAQJ%2CkBAAA%2C0BAAA%2CCAKI%2CsBAAA%2CwBAAA%2CCjB2FN%2CoCiB%2FEM%2CkBAAA%2CwBAAA%2CCAII%2CsBAAA%2CwBAAA%2CCAOJ%2CkBAAA%2CwBAAA%2CCAII%2CsBAAA%2CwBAAA%2CCAAA%2CCjBsEV%2CoCiBzDM%2CkBAAA%2CwBAAA%2CCAII%2CsBAAA%2CwBAAA%2CCAOJ%2CkBAAA%2C4BAAA%2CCAKI%2CsBAAA%2CwBAAA%2CCAAA%2CCjB%2BCV%2CqCiBjCM%2CkBAAA%2CoBAAA%2CCAII%2CsBAAA%2CoBAAA%2CCAOJ%2CkBAAA%2CwBAAA%2CCAII%2CsBAAA%2C0BAAA%2CCAAA%2CCjBwBV%2CqCiBXM%2CkBAAA%2C0BAAA%2CCAII%2CsBAAA%2C0BAAA%2CCAOJ%2CkBAAA%2CwBAAA%2CCAII%2CsBAAA%2CuBAAA%2CCAAA%2CCCjJZ%2CYAAA%2C0KAAA%2CCAaY%2C8EAAA%2CUAAA%2CCAMR%2CqBAAA%2CkFAAA%2CCAKI%2CyBAAA%2CuCAAA%2CCAKJ%2CqBAAA%2C8IAAA%2CCAMA%2CmBAAA%2CqGAAA%2CCAUA%2CoBAAA%2C4EAAA%2CCAQA%2CsBAAA%2CaAAA%2CClBsEF%2CoCkB%2FDE%2CYAAA%2CWAAA%2CCAGI%2CmBAAA%2C%2BBAAA%2CCAKA%2CoBAAA%2C6BAAA%2CCAAA%2CClB6DN%2CoCkBnDE%2CYAAA%2CWAAA%2CCAGI%2CmBAAA%2CmCAAA%2CCAKA%2CoBAAA%2CsBAAA%2CCAAA%2CClBiDN%2CqCkBzCE%2CYAAA%2CaAAA%2CCAGI%2CmBAAA%2CmCAAA%2CCAKA%2CoBAAA%2CsBAAA%2CCAAA%2CClBuCN%2CqCkB%2FBE%2CYAAA%2CaAAA%2CCAGI%2CmBAAA%2CmCAAA%2CCAKA%2CoBAAA%2CuBAAA%2CCAAA%2CCCtHR%2CSAAA%2CqPAAA%2CCAiBI%2CeAAA%2C0BAAA%2CCAKI%2CmBAAA%2C%2BDAAA%2CCAQJ%2CgBAAA%2CyDAAA%2CCAQA%2CgBAAA%2CyDAAA%2CCASJ%2CsBAAA%2CyGAAA%2CCAQY%2CyCAAA%2CyBAAA%2CCnBoEV%2CoCmB3DE%2CSAAA%2C2DAAA%2CCAMI%2CeAAA%2CwBAAA%2CCAKA%2CgBAAA%2CeAAA%2CCAIA%2CgBAAA%2CeAAA%2CCAAA%2CCnBkDN%2CoCmBxCE%2CSAAA%2CgEAAA%2CCAMI%2CeAAA%2CoBAAA%2CCAKA%2CgBAAA%2CeAAA%2CCAIA%2CgBAAA%2CiBAAA%2CCAAA%2CCnB%2BBN%2CqCmBrBE%2CSAAA%2C6DAAA%2CCAMI%2CeAAA%2C0BAAA%2CCAKA%2CgBAAA%2CgBAAA%2CCAIA%2CgBAAA%2CgBAAA%2CCAAA%2CCnBYN%2CqCmBFE%2CSAAA%2C2DAAA%2CCAMI%2CeAAA%2CwBAAA%2CCAKA%2CgBAAA%2CgBAAA%2CCAIA%2CgBAAA%2CgBAAA%2CCAAA%2CCC1JR%2CUAAA%2CyKAAA%2CCASI%2CiBAAA%2CkEAAA%2CCAOJ%2CeAAA%2C%2BCAAA%2CCChBA%2CaAAA%2CUAAA%2CCAGI%2CoBAAA%2CqLAAA%2CCAaI%2CwBAAA%2CgDAAA%2CCAMA%2CoDAAA%2CwBAAA%2CCAKJ%2CoBAAA%2CsBAAA%2CCAII%2C2BAAA%2CsBAAA%2CCrB4FN%2CoCqBjFM%2CoBAAA%2CiCAAA%2CCAKI%2CwBAAA%2CwBAAA%2CCAMJ%2CoBAAA%2CWAAA%2CCAAA%2CCrB4EN%2CoCqBpEE%2CaAAA%2CYAAA%2CCAGI%2CoBAAA%2CwCAAA%2CCAMI%2CwBAAA%2C4BAAA%2CCAMJ%2CoBAAA%2CWAAA%2CCAAA%2CCrB2DN%2CqCqBlDM%2CoBAAA%2CoDAAA%2CCAMI%2CwBAAA%2C0BAAA%2CCAAA%2CCrBkDV%2CqCqBxCE%2CaAAA%2CYAAA%2CCAGI%2CoBAAA%2CgDAAA%2CCAMI%2CwBAAA%2C0BAAA%2CCAMJ%2CoBAAA%2CaAAA%2CCAAA%2CCCpHR%2CWAAA%2C6DAAA%2CCAMI%2C4BAAA%2CsBAAA%2CCAGI%2CmCAAA%2CuHAAA%2CCASJ%2CkBAAA%2CsBAAA%2CCAII%2CsBAAA%2CuCAAA%2CCAKJ%2CkBAAA%2CwFAAA%2CCAQA%2CoBAAA%2CwEAAA%2CCAMI%2CuBAAA%2C%2BDAAA%2CCtBkFN%2CoCsBvEE%2CWAAA%2C8BAAA%2CCAII%2C4BAAA%2CqBAAA%2CCAIA%2CkBAAA%2CyCAAA%2CCAOA%2CkBAAA%2CyDAAA%2CCAMA%2CoBAAA%2CeAAA%2CCAGI%2CuBAAA%2C8BAAA%2CCAAA%2CCtBqDV%2CoCsB1CE%2CWAAA%2CmIAAA%2CCAQI%2CuBAAA%2C%2BCAAA%2CCAIA%2CuCAAA%2CoBAAA%2CCAGI%2CqDAAA%2CYAAA%2CCAKJ%2CkBAAA%2CkDAAA%2CCAOA%2CkBAAA%2CwDAAA%2CCAMA%2CoBAAA%2CgBAAA%2CCAGI%2CuBAAA%2C6BAAA%2CCAAA%2CCtBYV%2CqCsBDE%2CWAAA%2C8BAAA%2CCAII%2CuCAAA%2CoBAAA%2CCAIA%2CkBAAA%2CsBAAA%2CCAKA%2CkBAAA%2CwDAAA%2CCAMA%2CoBAAA%2CgBAAA%2CCAGI%2CuBAAA%2C8BAAA%2CCAAA%2CCtBfV%2CqCsB0BE%2CWAAA%2C8BAAA%2CCAII%2CuCAAA%2CiBAAA%2CCAIA%2CkBAAA%2C2BAAA%2CCAKA%2CkBAAA%2CyDAAA%2CCAMA%2CoBAAA%2CgBAAA%2CCAGI%2CuBAAA%2C8BAAA%2CCAAA%2CCC3LR%2CqBAAA%2CkEAAA%2CCAMI%2CyBAAA%2CmCAAA%2CCAOJ%2CsBAAA%2CqEAAA%2CCAOA%2CqBAAA%2CyFAAA%2CCAQA%2CqBAAA%2C4GAAA%2CCAOI%2CsDAAA%2C8BAAA%2CCvBsFN%2CoCuB3EM%2CqBAAA%2C6CAAA%2CCAMA%2CsBAAA%2CmCAAA%2CCAKA%2CqBAAA%2CoCAAA%2CCAKA%2CqBAAA%2CeAAA%2CCAAA%2CCvBiEN%2CoCuBtDM%2CqBAAA%2CwDAAA%2CCAOA%2CsBAAA%2CqCAAA%2CCAKA%2CqBAAA%2CoCAAA%2CCAKA%2CqBAAA%2CgBAAA%2CCAAA%2CCvB2CN%2CqCuBhCM%2CqBAAA%2C%2BCAAA%2CCAMA%2CsBAAA%2CqCAAA%2CCAKA%2CqBAAA%2CqCAAA%2CCAKA%2CqBAAA%2CgBAAA%2CCAAA%2CCvBsBN%2CqCuBVM%2CqBAAA%2C6CAAA%2CCAMA%2CsBAAA%2CqCAAA%2CCAKA%2CqBAAA%2CqCAAA%2CCAKA%2CqBAAA%2CgBAAA%2CCAAA%2CCCnJR%2CcAAA%2C6CAAA%2CCAMI%2C0BAAA%2C6CAAA%2CCAMA%2CqBAAA%2CUAAA%2CCAIA%2CmBAAA%2CUAAA%2CCAIA%2CwBAAA%2CaAAA%2CCxBuGF%2CoCwBhGE%2CcAAA%2CUAAA%2CCAGI%2C0BAAA%2C6BAAA%2CCAKA%2CwBAAA%2CaAAA%2CCAAA%2CCxB8FN%2CoCwBrFE%2CcAAA%2CUAAA%2CCAGI%2C0BAAA%2CUAAA%2CCAIA%2CmBAAA%2CUAAA%2CCAAA%2CCxBoFN%2CqCwB3EE%2CcAAA%2CSAAA%2CCAGI%2C0BAAA%2CUAAA%2CCAIA%2CmBAAA%2CYAAA%2CCAIA%2CwBAAA%2CaAAA%2CCAAA%2CCxBsEN%2CqCwB7DE%2CcAAA%2CUAAA%2CCAGI%2C0BAAA%2CUAAA%2CCAIA%2CmBAAA%2CaAAA%2CCAIA%2CwBAAA%2CYAAA%2CCAAA%2CCCzFJ%2CkBAAA%2CiCAAA%2CCAII%2C0BAAA%2CqDAAA%2CCAKA%2CsBAAA%2CoEAAA%2CCAKA%2CyBAAA%2CuEAAA%2CCAOJ%2CkBAAA%2C8EAAA%2CCAQA%2CiBAAA%2CUAAA%2CCAOQ%2C8EAAA%2CqBAAA%2CCzBqFV%2CoCyBzEU%2CyBAAA%2CeAAA%2CCAKJ%2CkBAAA%2CkCAAA%2CCAAA%2CCzB0EN%2CoCyB9DM%2CkBAAA%2CiCAAA%2CCAAA%2CCzBoEN%2CqCyBvDU%2CyBAAA%2CiBAAA%2CCAKJ%2CkBAAA%2CiCAAA%2CCAAA%2CCzBwDN%2CqCyB7CM%2CkBAAA%2CkCAAA%2CCAAA%2CCChGR%2CQAAA%2CkEAAA%2CCAII%2CUAAA%2CQAAA%2CCAIA%2CsBAAA%2CqKAAA%2CCASI%2CwBAAA%2CiBAAA%2CCAEI%2C4DAAA%2CyBAAA%2CCAMR%2CcAAA%2C0BAAA%2CCAII%2CkBAAA%2CyCAAA%2CCAKJ%2CmBAAA%2CoGAAA%2CCAQA%2CqBAAA%2CYAAA%2CC1BiFF%2CoC0BxEM%2CsBAAA%2CmCAAA%2CCAII%2CwBAAA%2CkBAAA%2CCAKJ%2CcAAA%2CyBAAA%2CCAKA%2CmBAAA%2CmBAAA%2CCAAA%2CC1BgEN%2CoC0BrDM%2CsBAAA%2C4DAAA%2CCAMA%2CmBAAA%2CSAAA%2CCAKA%2CcAAA%2CyBAAA%2CCAKA%2CqBAAA%2C6GAAA%2CCAAA%2CC1B2CN%2CqC0B3BM%2CcAAA%2C0BAAA%2CCAKA%2CqBAAA%2CsCAAA%2CCAAA%2CC1B4BN%2CqC0BjBM%2CmBAAA%2CmBAAA%2CCAKA%2CcAAA%2CwBAAA%2CCAKA%2CqBAAA%2CsCAAA%2CCAAA%2CCCtIR%2CQAAA%2CoFAAA%2CCAKI%2CmBAAA%2CoEAAA%2CCAOA%2CuBAAA%2C%2BDAAA%2CCAOA%2CeAAA%2CyEAAA%2CCAOA%2CkBAAA%2CiFAAA%2CCAQA%2CaAAA%2CaAAA%2CCAIA%2CcAAA%2CsFAAA%2CCAQA%2CsDAAA%2CiDAAA%2CCAMA%2CwCAAA%2C8DAAA%2CCAOQ%2CgHAAA%2CwBAAA%2CCAQJ%2CmBAAA%2CyBAAA%2CCAGI%2CkDAAA%2CwBAAA%2CC3BqDV%2CoC2B3CM%2CmBAAA%2C8FAAA%2CCASA%2CuBAAA%2CoBAAA%2CCAKA%2CeAAA%2CeAAA%2CCAIA%2CkBAAA%2CeAAA%2CCAIA%2CaAAA%2CYAAA%2CCAIA%2CcAAA%2CeAAA%2CCAIA%2CsDAAA%2CeAAA%2CCAIA%2CwCAAA%2C2BAAA%2CCAAA%2CC3BeN%2CoC2BLE%2CQAAA%2CeAAA%2CCAGI%2CmBAAA%2CiFAAA%2CCAOA%2CuBAAA%2C6CAAA%2CCAMA%2CeAAA%2CgBAAA%2CCAIA%2CkBAAA%2CgBAAA%2CCAIA%2CaAAA%2CYAAA%2CCAIA%2CcAAA%2CgBAAA%2CCAIA%2CsDAAA%2CeAAA%2CCAIA%2CwCAAA%2C4BAAA%2CCAAA%2CC3BzBN%2CqC2BoCM%2CmBAAA%2CyBAAA%2CCAIA%2CuBAAA%2CUAAA%2CCAIA%2CeAAA%2CeAAA%2CCAIA%2CkBAAA%2CgBAAA%2CCAIA%2CaAAA%2CUAAA%2CCAIA%2CcAAA%2CgBAAA%2CCAIA%2CsDAAA%2CgBAAA%2CCAIA%2CwCAAA%2C2BAAA%2CCAAA%2CC3B1DN%2CqC2BoEM%2CmBAAA%2C0BAAA%2CCAIA%2CuBAAA%2CSAAA%2CCAIA%2CeAAA%2CgBAAA%2CCAIA%2CkBAAA%2CgBAAA%2CCAQA%2CcAAA%2CgBAAA%2CCAIA%2CsDAAA%2CgBAAA%2CCAIA%2CwCAAA%2C2BAAA%2CCAAA%2CCC5OJ%2CsBAAA%2CyEAAA%2CCAKA%2CoBAAA%2CkFAAA%2CCAQA%2CiBAAA%2CsCAAA%2CCAII%2CqBAAA%2C2EAAA%2CCAQI%2CsDAAA%2C6BAAA%2CCAOR%2CiBAAA%2CgBAAA%2CC5B0FF%2CoC4BjFM%2CsBAAA%2C2BAAA%2CCAIA%2CoBAAA%2C6BAAA%2CCAKA%2CiBAAA%2C0BAAA%2CCAKA%2CiBAAA%2CeAAA%2CCAAA%2CC5ByEN%2CoC4B%2FDM%2CsBAAA%2C0GAAA%2CCAQA%2CoBAAA%2C0BAAA%2CCAKA%2CiBAAA%2CwBAAA%2CCAKA%2CiBAAA%2CyBAAA%2CCAAA%2CC5BmDN%2CqC4BvCM%2CsBAAA%2C2BAAA%2CCAIA%2CoBAAA%2CUAAA%2CCAIA%2CiBAAA%2C0BAAA%2CCAKA%2CiBAAA%2CgBAAA%2CCAAA%2CC5BgCN%2CqC4BvBM%2CsBAAA%2C2BAAA%2CCAIA%2CoBAAA%2CWAAA%2CCAIA%2CiBAAA%2C0BAAA%2CCAKA%2CiBAAA%2CgBAAA%2CCAAA%2CCCnIR%2CWAAA%2CqBAAA%2CCAGI%2CkBAAA%2CiDAAA%2CCAMI%2C0BAAA%2CqDAAA%2CCAKA%2CsBAAA%2CuCAAA%2CCAIA%2CyBAAA%2CqEAAA%2CCAOJ%2CkBAAA%2CsCAAA%2CCAKA%2CsBAAA%2C2CAAA%2CCAMA%2CkBAAA%2CkBAAA%2CCAIA%2CoBAAA%2CgDAAA%2CCAKI%2C0IAAA%2CiBAAA%2CCAIA%2CsBAAA%2CkDAAA%2CCAQJ%2CmBAAA%2C0GAAA%2CCAQI%2C0BAAA%2C0JAAA%2CCAUJ%2CiBAAA%2CyCAAA%2CC7BgDF%2CoC6BvCE%2CWAAA%2CoBAAA%2CCAGI%2CkBAAA%2CoBAAA%2CCAIA%2CsBAAA%2CUAAA%2CCAIA%2CkBAAA%2CiBAAA%2CCAIA%2CoBAAA%2CeAAA%2CCAIA%2CmBAAA%2CeAAA%2CCAGI%2C0BAAA%2CaAAA%2CCAKJ%2CiBAAA%2CeAAA%2CCAAA%2CC7BkBN%2CoC6BTE%2CWAAA%2CoBAAA%2CCAGI%2CkBAAA%2CoBAAA%2CCAIA%2CkBAAA%2CoBAAA%2CCAIA%2CsBAAA%2CUAAA%2CCAIA%2CkBAAA%2CiBAAA%2CCAIA%2CoBAAA%2CgBAAA%2CCAIA%2CmBAAA%2CgBAAA%2CCAGI%2C0BAAA%2CaAAA%2CCAKJ%2CiBAAA%2CgBAAA%2CCAAA%2CC7BhBN%2CqC6ByBE%2CWAAA%2CiBAAA%2CCAGI%2CkBAAA%2CmBAAA%2CCAIA%2CkBAAA%2CmBAAA%2CCAIA%2CkBAAA%2CcAAA%2CCAIA%2CoBAAA%2CgBAAA%2CCAIA%2CmBAAA%2CgBAAA%2CCAIA%2CiBAAA%2CgBAAA%2CCAAA%2CC7B1CN%2CqC6BmDE%2CWAAA%2CmBAAA%2CCAGI%2CkBAAA%2CoBAAA%2CCAIA%2CkBAAA%2CoBAAA%2CCAIA%2CkBAAA%2CgBAAA%2CCAIA%2CoBAAA%2CgBAAA%2CCAIA%2CmBAAA%2CgBAAA%2CCAIA%2CiBAAA%2CgBAAA%2CCAAA%2CCCvNR%2CMAAA%2CqGAAA%2CCAMI%2CaAAA%2CmEAAA%2CCAOA%2CgBAAA%2CiDAAA%2CCAMA%2CkBAAA%2CqEAAA%2CCAKI%2CsBAAA%2C6DAAA%2CCAMJ%2CeAAA%2CoJAAA%2CCAOA%2CiBAAA%2C8GAAA%2CCASA%2CoCAAA%2CYAAA%2CCAGI%2C8DAAA%2CwGAAA%2CCAQI%2C8FAAA%2CyDAAA%2CC9BkEV%2CoC8BtDM%2CaAAA%2CmCAAA%2CCAKA%2CgBAAA%2CeAAA%2CCAIA%2CiBAAA%2CWAAA%2CCAIA%2CoCAAA%2CYAAA%2CCAGI%2C8DAAA%2C2CAAA%2CCAAA%2CC9B4CV%2CoC8BhCE%2CMAAA%2CeAAA%2CCAGI%2CaAAA%2CmCAAA%2CCAKA%2CeAAA%2C2FAAA%2CCAIA%2CgBAAA%2C8BAAA%2CCAKA%2CiBAAA%2CkCAAA%2CCAKA%2CoCAAA%2CwCAAA%2CCAKI%2C8DAAA%2C4CAAA%2CCAAA%2CC9BiBV%2CqC8BHM%2CaAAA%2CmCAAA%2CCAKA%2CgBAAA%2CiCAAA%2CCAKA%2CiBAAA%2CaAAA%2CCAIA%2CoCAAA%2CuBAAA%2CCAII%2C8DAAA%2C0CAAA%2CCAAA%2CCC1JR%2C0BAAA%2CgEAAA%2CCAOA%2CsBAAA%2CiBAAA%2CCAGI%2C8BAAA%2CqDAAA%2CCAKA%2C0BAAA%2CuCAAA%2CCAIA%2C6BAAA%2CqDAAA%2CCAMJ%2CqBAAA%2C6CAAA%2CCAKI%2CyBAAA%2CsBAAA%2CCAMJ%2C2BAAA%2CuFAAA%2CCAOA%2CqBAAA%2CgCAAA%2CCAII%2CuBAAA%2CaAAA%2CCAGI%2C0DAAA%2C8BAAA%2CCAUJ%2C2DAAA%2CQAAA%2CCAIA%2CwDAAA%2CwCAAA%2CCAMA%2CwDAAA%2CuCAAA%2CCAKA%2CgEAAA%2CeAAA%2CCAUA%2CuDAAA%2CeAAA%2CCAIA%2CuDAAA%2CaAAA%2CCAKA%2C%2BDAAA%2CkBAAA%2CCAQJ%2C8BAAA%2CoLAAA%2CCAOI%2C6CAAA%2CUAAA%2CC%2FBYN%2CoC%2BBHM%2C0BAAA%2C8BAAA%2CCAKA%2CqBAAA%2CsBAAA%2CCAKA%2C2BAAA%2CkCAAA%2CCAKA%2C6BAAA%2CeAAA%2CCAQI%2CuDAAA%2CeAAA%2CCASA%2CwDAAA%2CeAAA%2CCASA%2C6CAAA%2CSAAA%2CCAAA%2CC%2FBhCV%2CoC%2BByCM%2C0BAAA%2CiDAAA%2CCAOA%2CqBAAA%2CwBAAA%2CCAOA%2C2BAAA%2CoCAAA%2CCAOA%2CsBAAA%2C0CAAA%2CCAKI%2C6BAAA%2CgBAAA%2CCAUA%2CuDAAA%2CeAAA%2CCAQR%2CmCAAA%2CkBAAA%2CCAGQ%2CwDAAA%2CgBAAA%2CCAUJ%2C8BAAA%2C%2BDAAA%2CCAGI%2C6CAAA%2CSAAA%2CCAAA%2CC%2FB%2FFV%2CqC%2BByGM%2C0BAAA%2CiBAAA%2CCAIA%2CqBAAA%2CyBAAA%2CCAKA%2C2BAAA%2CuCAAA%2CCASI%2CuDAAA%2CgBAAA%2CCASA%2CwDAAA%2CgBAAA%2CCASA%2C6CAAA%2CSAAA%2CCAAA%2CC%2FBvIV%2CqC%2BBgJM%2C0BAAA%2CmCAAA%2CCAMA%2CsBAAA%2CYAAA%2CCAIA%2CqBAAA%2CyBAAA%2CCAKA%2C2BAAA%2C%2BEAAA%2CCAUI%2CuDAAA%2CgBAAA%2CCAIA%2C%2BDAAA%2CkBAAA%2CCASA%2CwDAAA%2CgBAAA%2CCAIA%2CgEAAA%2CeAAA%2CCASA%2C6CAAA%2CSAAA%2CCAAA%2CCChVZ%2CUAAA%2CqQAAA%2CCASI%2CmBAAA%2CuEAAA%2CCAMI%2CqBAAA%2CwBAAA%2CCAGI%2CsDAAA%2C8BAAA%2CCAMR%2CmBAAA%2CmBAAA%2CCAIA%2C0BAAA%2CoGAAA%2CCAKA%2CyBAAA%2C8DAAA%2CChC0FF%2CoCgC%2FEE%2CUAAA%2CuKAAA%2CCAKI%2CmBAAA%2CeAAA%2CCAIA%2CmBAAA%2CmBAAA%2CCAIA%2CyBAAA%2C%2BEAAA%2CCAAA%2CChCwEN%2CoCgC5DE%2CUAAA%2CyBAAA%2CCAEI%2CmBAAA%2CgBAAA%2CCAIA%2CmBAAA%2CkCAAA%2CCAKA%2CyBAAA%2CiEAAA%2CCAAA%2CChCuDN%2CqCgC5CE%2CUAAA%2CwBAAA%2CCAGI%2CmBAAA%2CeAAA%2CCAIA%2CmBAAA%2CiCAAA%2CCAKA%2CyBAAA%2C8BAAA%2CCAAA%2CChCsCN%2CqCgC7BE%2CUAAA%2CuBAAA%2CCAGI%2CmBAAA%2CgBAAA%2CCAIA%2CmBAAA%2CmBAAA%2CCAKA%2CyBAAA%2C8BAAA%2CCAAA%2CCC5HR%2CSAAA%2CqPAAA%2CCASI%2CgBAAA%2CoBAAA%2CCAIA%2CiCAAA%2CiBAAA%2CCjC8GF%2CoCiCvGE%2CSAAA%2CuHAAA%2CCAKI%2CgBAAA%2CmBAAA%2CCAIA%2CiCAAA%2CmBAAA%2CCAAA%2CCjCoGN%2CoCiC3FE%2CSAAA%2C0BAAA%2CCAGI%2CgBAAA%2C6EAAA%2CCAMI%2CsCAAA%2CeAAA%2CCAKJ%2CiCAAA%2CmBAAA%2CCAAA%2CCjCmFN%2CqCiC1EE%2CSAAA%2CwBAAA%2CCAGI%2CgBAAA%2C8DAAA%2CCAMA%2CiCAAA%2CoBAAA%2CCAAA%2CCjCuEN%2CqCiC9DE%2CSAAA%2C0BAAA%2CCAGI%2CgBAAA%2C%2BBAAA%2CCAKA%2CiCAAA%2CoBAAA%2CCAAA%2CCCvFR%2CQAAA%2CqCAAA%2CCAII%2CeAAA%2CiBAAA%2CCAIA%2CmBAAA%2CiBAAA%2CCAIA%2CgBAAA%2C%2BCAAA%2CClC%2BGF%2CoCkCtGE%2CQAAA%2CoBAAA%2CCAGI%2CmBAAA%2CmBAAA%2CCAAA%2CClCyGN%2CoCkChGE%2CQAAA%2CoBAAA%2CCAGI%2CmBAAA%2CmBAAA%2CCAIA%2CeAAA%2CgCAAA%2CCAKA%2CgBAAA%2C6BAAA%2CCAAA%2CClCgGN%2CqCkCtFE%2CQAAA%2CmBAAA%2CCAGI%2CmBAAA%2CmBAAA%2CCAIA%2CeAAA%2CaAAA%2CCAIA%2CgBAAA%2CiCAAA%2CCAAA%2CCClER%2CgBAAA%2C6DAAA%2CCAII%2C2BAAA%2CoBAAA%2CCAIA%2CuBAAA%2CqCAAA%2CCAKA%2CsBAAA%2C6CAAA%2CCnC8GF%2CoCmCtGE%2CgBAAA%2CoBAAA%2CCAGI%2C2BAAA%2CqBAAA%2CCAIA%2CuBAAA%2CUAAA%2CCAIA%2CuBAAA%2CmBAAA%2CCAIA%2CsBAAA%2CmDAAA%2CCAAA%2CCnC6FN%2CoCmClFE%2CgBAAA%2CoBAAA%2CCAGI%2C2BAAA%2CuEAAA%2CCAQA%2CuBAAA%2C%2BBAAA%2CCAKA%2CuBAAA%2CUAAA%2CCAIA%2CsBAAA%2CWAAA%2CCAAA%2CCnC0EN%2CqCmCjEE%2CgBAAA%2CmBAAA%2CCAGI%2C2BAAA%2CgCAAA%2CCAKA%2CuBAAA%2CUAAA%2CCAIA%2CsBAAA%2CUAAA%2CCAAA%2CCCtFJ%2CaAAA%2CmBAAA%2CCAGI%2CoBAAA%2CyLAAA%2CCAQA%2CoBAAA%2CwCAAA%2CCAOJ%2CkBAAA%2CiBAAA%2CCAIA%2CcAAA%2C%2BDAAA%2CCAOA%2CmBAAA%2CiBAAA%2CCAGI%2CuBAAA%2C2DAAA%2CCAMJ%2CmBAAA%2CuDAAA%2CCAQI%2CuBAAA%2CsBAAA%2CCAMJ%2CkBAAA%2CiGAAA%2CCAOI%2CqBAAA%2C2DAAA%2CCAOA%2CqBAAA%2CqCAAA%2CCAII%2C4BAAA%2C2tDAAA%2CCAaJ%2CqBAAA%2CoBAAA%2CCAKJ%2CoBAAA%2CYAAA%2CCAGI%2CwBAAA%2CuCAAA%2CCAKJ%2CkBAAA%2CmHAAA%2CCAWA%2CsBAAA%2CkBAAA%2CCAEI%2C0BAAA%2CyCAAA%2CCAKJ%2CkBAAA%2CYAAA%2CCAQA%2CuBAAA%2CmBAAA%2CCAIQ%2CyCAAA%2CyBAAA%2CCAKA%2C0CAAA%2C6BAAA%2CCAKA%2CyCAAA%2COAAA%2CCAIA%2CyCAAA%2CyBAAA%2CCAKA%2CyCAAA%2CoDAAA%2CCAUA%2CgCAAA%2CqBAAA%2CCAIA%2CqCAAA%2CiBAAA%2CCAKI%2CwCAAA%2CkBAAA%2CCAKJ%2CsCAAA%2CmBAAA%2CCpChDV%2CoCoC6DM%2CaAAA%2CkBAAA%2CCAGI%2CoBAAA%2CiEAAA%2CCAKJ%2CkBAAA%2CmBAAA%2CCAIA%2CcAAA%2C8BAAA%2CCAKA%2CmBAAA%2CsBAAA%2CCAKA%2CkBAAA%2CeAAA%2CCAGI%2CqBAAA%2CSAAA%2CCAIA%2CqBAAA%2CkBAAA%2CCAGI%2C4BAAA%2C0BAAA%2CCAOR%2CkBAAA%2CoFAAA%2CCAQI%2C2BAAA%2CqDAAA%2CCAKA%2C0BAAA%2CqEAAA%2CCAUJ%2CuBAAA%2CmBAAA%2CCAIQ%2CyCAAA%2CmBAAA%2CCAIA%2CyCAAA%2CmBAAA%2CCAIA%2C0CAAA%2CmBAAA%2CCAIA%2CyCAAA%2C2BAAA%2CCAUA%2CgCAAA%2CoBAAA%2CCAIA%2CqCAAA%2CmBAAA%2CCAKI%2CwCAAA%2CgBAAA%2CCAKJ%2CsCAAA%2CmBAAA%2CCAAA%2CCpC7Jd%2CoCoCyKM%2CaAAA%2CkBAAA%2CCAIA%2CkBAAA%2CgBAAA%2CCAGI%2C2CAAA%2CqBAAA%2CCAKJ%2CcAAA%2CkDAAA%2CCAMA%2CmBAAA%2CsCAAA%2CCAMA%2CkBAAA%2CqCAAA%2CCAII%2CqBAAA%2CSAAA%2CCAIA%2CqBAAA%2CmBAAA%2CCAGI%2C4BAAA%2CwBAAA%2CCAOR%2CkBAAA%2C4DAAA%2CCAOA%2CkBAAA%2CiDAAA%2CCAMA%2CoBAAA%2CaAAA%2CCAMJ%2CoBAAA%2CyBAAA%2CCAKI%2CuBAAA%2CmBAAA%2CCAIQ%2CoCAAA%2CWAAA%2CCAIA%2CyCAAA%2CuBAAA%2CCAKA%2CyCAAA%2C4CAAA%2CCAII%2CkEAAA%2CgBAAA%2CCAKJ%2C0CAAA%2CoDAAA%2CCAKI%2CiDAAA%2CgBAAA%2CCAKJ%2CyCAAA%2C2CAAA%2CCAKA%2CyCAAA%2C4CAAA%2CCAQR%2CmBAAA%2CmBAAA%2CCAGQ%2CgCAAA%2C6BAAA%2CCAKA%2CqCAAA%2CwBAAA%2CCAKA%2CqCAAA%2C4BAAA%2CCAIA%2C2EAAA%2CeAAA%2CCAIA%2CqCAAA%2C4CAAA%2CCAGI%2CwCAAA%2CgBAAA%2CCAKJ%2CsCAAA%2C4BAAA%2CCAEI%2C6CAAA%2CgBAAA%2CCAKJ%2CuCAAA%2C4BAAA%2CCAAA%2CCpChTd%2CqCoC2TM%2CaAAA%2CiBAAA%2CCAIA%2CmBAAA%2CoCAAA%2CCAMA%2CcAAA%2CiBAAA%2CCAIA%2CkBAAA%2CgBAAA%2CCAGI%2CqBAAA%2CSAAA%2CCAIA%2CqBAAA%2CmBAAA%2CCAGI%2C4BAAA%2C0BAAA%2CCAUR%2CuBAAA%2CqBAAA%2CCAGQ%2CoCAAA%2CaAAA%2CCAIA%2CyCAAA%2CmCAAA%2CCAKA%2CkFAAA%2CYAAA%2CCAIA%2CyCAAA%2CSAAA%2CCAIA%2C0CAAA%2CYAAA%2CCAEI%2CiDAAA%2CiBAAA%2CCAMA%2C2YAAA%2CgBAAA%2CCAKJ%2CyCAAA%2CkEAAA%2CCAUR%2CmBAAA%2CmBAAA%2CCAIQ%2CqCAAA%2CgCAAA%2CCAKA%2CgCAAA%2CaAAA%2CCAIA%2CqCAAA%2CYAAA%2CCAIA%2CsCAAA%2CYAAA%2CCAEI%2C6CAAA%2CkBAAA%2CCAKJ%2C4EAAA%2CYAAA%2CCAKI%2CuWAAA%2CiBAAA%2CCAIA%2CmDAAA%2CeAAA%2CCAAA%2CCCtjBpB%2COAAA%2CuFAAA%2CCAMI%2CaAAA%2C4CAAA%2CCrCqHF%2CoCqC3GE%2COAAA%2CoBAAA%2CCAEI%2CaAAA%2C0CAAA%2CCAAA%2CCrC%2BGN%2CoCqCpGE%2COAAA%2CoBAAA%2CCAGI%2CaAAA%2CsGAAA%2CCAAA%2CCrC6GN%2CqCqChGE%2COAAA%2CqBAAA%2CCAGI%2CaAAA%2CUAAA%2CCAAA%2CCC%2FCJ%2CkBAAA%2CiBAAA%2CCAIA%2CqBAAA%2C8EAAA%2CCAOA%2C2CAAA%2CiCAAA%2CCAII%2CqEAAA%2C6EAAA%2CCAOI%2CqGAAA%2C6CAAA%2CCtCoGV%2CoCsCzFM%2CqBAAA%2CYAAA%2CCAIA%2C2CAAA%2CmBAAA%2CCAGI%2CqEAAA%2C0CAAA%2CCAAA%2CCtCwFV%2CoCsCvEM%2C2CAAA%2CoBAAA%2CCAGI%2CqEAAA%2C0CAAA%2CCAAA%2CCtC0EV%2CqCsC7DM%2CqBAAA%2CUAAA%2CCAIA%2C2CAAA%2CmBAAA%2CCAGI%2CqEAAA%2CwCAAA%2CCAAA%2CCtC4DV%2CqCsC%2FCM%2CqBAAA%2CYAAA%2CCAIA%2C2CAAA%2CoBAAA%2CCAGI%2CqEAAA%2C0CAAA%2CCAAA%2CCCrGZ%2CWAAA%2C6BAAA%2CCAGI%2CuCAAA%2CqBAAA%2CCAIA%2CmBAAA%2CiBAAA%2CCvCoHF%2CoCuC7GE%2CWAAA%2C2BAAA%2CCAGI%2CoBAAA%2CgCAAA%2CCAKA%2CuCAAA%2CoBAAA%2CCAIA%2CmBAAA%2CmBAAA%2CCAAA%2CCvCuGN%2CoCuC9FE%2CWAAA%2C2BAAA%2CCAGI%2CoBAAA%2CgBAAA%2CCAIA%2CuCAAA%2CoBAAA%2CCAIA%2CmBAAA%2CmBAAA%2CCAAA%2CCvCyFN%2CqCuChFE%2CWAAA%2CuBAAA%2CCAGI%2CoBAAA%2CiBAAA%2CCAIA%2CuCAAA%2CmBAAA%2CCAIA%2CmBAAA%2CmBAAA%2CCAAA%2CCvC2EN%2CqCuClEE%2CWAAA%2CyBAAA%2CCAGI%2CoBAAA%2CiBAAA%2CCAIA%2CuCAAA%2CmBAAA%2CCAIA%2CmBAAA%2CoBAAA%2CCAAA%2CCCrFJ%2C8BAAA%2CkCAAA%2CCAKA%2CiCAAA%2CaAAA%2CCAOA%2CgCAAA%2C8DAAA%2CCAKQ%2C8DAAA%2CWAAA%2CCAIA%2C2DAAA%2CQAAA%2CCAOR%2C%2BBAAA%2C0MAAA%2CCAQQ%2CyDAAA%2C%2BCAAA%2CCAOQ%2CklBAAA%2CgBAAA%2CCAKJ%2C2DAAA%2C6CAAA%2CCAMI%2CkIAAA%2C8BAAA%2CCxCoElB%2CoCwCrDM%2CiCAAA%2C6BAAA%2CCAQA%2CgCAAA%2CoBAAA%2CCAIQ%2C8DAAA%2CUAAA%2CCASR%2C%2BBAAA%2C2BAAA%2CCAIQ%2CyDAAA%2CmBAAA%2CCAAA%2CCxCkCd%2CoCwClBM%2CgCAAA%2CoBAAA%2CCAIQ%2C8DAAA%2C6BAAA%2CCAKA%2CiEAAA%2CSAAA%2CCAIA%2C2DAAA%2COAAA%2CCAOR%2C%2BBAAA%2CsEAAA%2CCAMQ%2C6DAAA%2C%2BCAAA%2CCAOA%2CyDAAA%2C%2BBAAA%2CCAKA%2CgEAAA%2CSAAA%2CCAAA%2CCxCdd%2CqCwC2BM%2CgCAAA%2CiBAAA%2CCAIQ%2C8DAAA%2CSAAA%2CCAOR%2C%2BBAAA%2CwBAAA%2CCAIQ%2C6DAAA%2CUAAA%2CCAMQ%2CklBAAA%2CcAAA%2CCAAA%2CCxC1CtB%2CqCwC0DM%2CgCAAA%2CmBAAA%2CCAIQ%2C8DAAA%2C6BAAA%2CCAKA%2CiEAAA%2C0BAAA%2CCAQR%2C%2BBAAA%2CuBAAA%2CCAIQ%2C6DAAA%2CUAAA%2CCAIA%2CgEAAA%2CaAAA%2CCAAA%2CCChOhB%2CYAAA%2CoNAAA%2CCAQI%2CuBAAA%2CoBAAA%2CCAKA%2CwBAAA%2CcAAA%2CCzC8GF%2CoCyCtGE%2CYAAA%2C4FAAA%2CCAII%2CuBAAA%2C8CAAA%2CCAAA%2CCzCwGN%2CoCyC9FE%2CYAAA%2CoBAAA%2CCAII%2CuBAAA%2CoDAAA%2CCAAA%2CCzCgGN%2CqCyCvFE%2CYAAA%2CiBAAA%2CCAGI%2CuBAAA%2CiBAAA%2CCAAA%2CCzC0FN%2CqCyClFE%2CYAAA%2CmBAAA%2CCAGI%2CuBAAA%2CiBAAA%2CCAAA%2CCC9DR%2CcAAA%2CqBAAA%2CCAGI%2CqBAAA%2CqCAAA%2CCAII%2C8CAAA%2CeAAA%2CCAKJ%2CuBAAA%2C%2BBAAA%2CCAKA%2CmBAAA%2CqDAAA%2CCAII%2CuBAAA%2CuCAAA%2CCAKJ%2CoBAAA%2CsCAAA%2CCAKI%2CwBAAA%2CyBAAA%2CCAMJ%2CuBAAA%2CmHAAA%2CCAMA%2CwBAAA%2C%2BFAAA%2CCAKI%2C4DAAA%2CWAAA%2CC1C2EN%2CoC0CnEE%2CcAAA%2CoBAAA%2CCAGI%2CqBAAA%2CmBAAA%2CCAGI%2C8CAAA%2CeAAA%2CCAKJ%2CoBAAA%2CoCAAA%2CCAAA%2CC1C8DN%2CoC0CrDE%2CcAAA%2CoBAAA%2CCAGI%2CuBAAA%2CWAAA%2CCAIA%2CqBAAA%2CqCAAA%2CCAII%2C8CAAA%2CeAAA%2CCAMA%2CwBAAA%2CwBAAA%2CCAAA%2CC1C0CV%2CqC0ChCE%2CcAAA%2CiBAAA%2CCAGI%2CuBAAA%2C%2BCAAA%2CCAMA%2CqBAAA%2CwDAAA%2CCAKI%2C8CAAA%2CgBAAA%2CCAMA%2CwBAAA%2CuBAAA%2CCAAA%2CC1CkBV%2CqC0CRE%2CcAAA%2CmBAAA%2CCAGI%2CuBAAA%2C%2BBAAA%2CCAKA%2CqBAAA%2CoCAAA%2CCAII%2C8CAAA%2CgBAAA%2CCAKJ%2CoBAAA%2CoCAAA%2CCAGI%2CwBAAA%2C0BAAA%2CCAAA%2CCCzJZ%2CUAAA%2CqBAAA%2CCAGI%2CiBAAA%2CqCAAA%2CCAKA%2CmBAAA%2CoBAAA%2CC3CmHF%2CoC2C3GE%2CUAAA%2CoBAAA%2CCAGI%2CmBAAA%2C8CAAA%2CCAKA%2CiBAAA%2CoBAAA%2CCAAA%2CC3CyGN%2CoC2ChGE%2CUAAA%2CoBAAA%2CCAGI%2CmBAAA%2C8CAAA%2CCAKA%2CiBAAA%2CoBAAA%2CCAAA%2CC3C8FN%2CqC2CrFE%2CUAAA%2CiBAAA%2CCAGI%2CmBAAA%2CUAAA%2CCAIA%2CiBAAA%2CoBAAA%2CCAAA%2CC3CoFN%2CqC2C3EE%2CUAAA%2CmBAAA%2CCAGI%2CmBAAA%2CUAAA%2CCAIA%2CiBAAA%2CoBAAA%2CCAAA%2CCCzER%2CMAAA%2C0BAAA%2CCAGI%2CaAAA%2CsCAAA%2CC5CwHF%2CoC4ChHE%2CMAAA%2C2BAAA%2CCAGI%2CaAAA%2CoBAAA%2CCAAA%2CC5CmHN%2CoC4C1GE%2CMAAA%2CoBAAA%2CCAGI%2CaAAA%2CoBAAA%2CCAAA%2CC5C6GN%2CqC4CnGE%2CMAAA%2CiBAAA%2CCAGI%2CaAAA%2CqDAAA%2CCAAA%2CC5CsGN%2CqC4C3FE%2CMAAA%2C0BAAA%2CCAGI%2CaAAA%2CoBAAA%2CCAAA%2CCCrDR%2CeAAA%2CqBAAA%2CCAGI%2CsBAAA%2CqCAAA%2CCAMI%2CuCAAA%2CiBAAA%2CCAKJ%2CwBAAA%2CyDAAA%2CCAOI%2CiCAAA%2CuCAAA%2CCAKJ%2CwBAAA%2CmFAAA%2CCAQA%2CsBAAA%2CyKAAA%2CCAMI%2C0BAAA%2CuCAAA%2CC7CmFN%2CoC6C3EE%2CeAAA%2CoBAAA%2CCAGI%2CsBAAA%2CoBAAA%2CCAIA%2CwBAAA%2CgCAAA%2CCAMI%2CuCAAA%2CmBAAA%2CCAKJ%2CwBAAA%2CUAAA%2CCAIA%2CwBAAA%2CiCAAA%2CCAAA%2CC7C2DN%2CoC6CjDE%2CeAAA%2CqBAAA%2CCAGI%2CsBAAA%2CoBAAA%2CCAKI%2CuCAAA%2CoBAAA%2CCAKJ%2CwBAAA%2C2CAAA%2CCAMA%2CwBAAA%2CkCAAA%2CCAKA%2CsBAAA%2CkBAAA%2CCAAA%2CC7C%2BBN%2CqC6CtBE%2CeAAA%2CiBAAA%2CCAGI%2CsBAAA%2CqDAAA%2CCAMA%2CwBAAA%2CeAAA%2CCAKI%2CuCAAA%2CmBAAA%2CCAKJ%2CwBAAA%2C0BAAA%2CCAKA%2CwBAAA%2CkCAAA%2CCAAA%2CC7CIN%2CqC6CME%2CeAAA%2CoBAAA%2CCAGI%2CsBAAA%2CmBAAA%2CCAMI%2CuCAAA%2CmBAAA%2CCAKJ%2CwBAAA%2CUAAA%2CCAIA%2CwBAAA%2CkCAAA%2CCAAA%2CCCrKR%2CSAAA%2CqBAAA%2CCAGI%2CwBAAA%2CyGAAA%2CCASA%2CqBAAA%2CqCAAA%2CCAKA%2CeAAA%2CoBAAA%2CC9C0GF%2CoC8CnGE%2CSAAA%2CoBAAA%2CCAGI%2CwBAAA%2CiEAAA%2CCAOA%2CqBAAA%2CoBAAA%2CCAIA%2CwBAAA%2C%2BBAAA%2CCAIA%2CeAAA%2CqBAAA%2CCAAA%2CC9CuFN%2CoC8C9EE%2CSAAA%2CoBAAA%2CCAGI%2CoBAAA%2CuCAAA%2CCAMA%2CwBAAA%2CwFAAA%2CCAQA%2CeAAA%2CwCAAA%2CCAMA%2CqBAAA%2CoCAAA%2CCAKA%2CwBAAA%2CUAAA%2CCAAA%2CC9CwDN%2CqC8C%2FCE%2CSAAA%2CiBAAA%2CCAGI%2CoBAAA%2CSAAA%2CCAIA%2CwBAAA%2CUAAA%2CCAIA%2CqBAAA%2CmBAAA%2CCAAA%2CC9C0CN%2CqC8CjCE%2CSAAA%2CoBAAA%2CCAGI%2CoBAAA%2CSAAA%2CCAIA%2CwBAAA%2CUAAA%2CCAIA%2CeAAA%2CWAAA%2CCAIA%2CqBAAA%2CoBAAA%2CCAAA%2CCC3HR%2CMAAA%2CqBAAA%2CCAGI%2CkCAAA%2CqBAAA%2CC%2FCwHF%2CoC%2BCjHE%2CMAAA%2CoBAAA%2CCAGI%2CeAAA%2C6BAAA%2CCAKA%2CkCAAA%2CiBAAA%2CCAAA%2CC%2FC%2BGN%2CoC%2BCvGE%2CMAAA%2CoBAAA%2CCAGI%2CeAAA%2CiBAAA%2CCAIA%2CkCAAA%2CmBAAA%2CCAAA%2CC%2FCsGN%2CqC%2BC9FE%2CMAAA%2CiBAAA%2CCAGI%2CeAAA%2CiBAAA%2CCAIA%2CkCAAA%2CmBAAA%2CCAAA%2CC%2FC6FN%2CqC%2BCrFE%2CMAAA%2CmBAAA%2CCAGI%2CeAAA%2CiBAAA%2CCAIA%2CkCAAA%2CmBAAA%2CCAAA%22%7D */