:root{--font-bold:Nexa_Bold;--font-regular:Nexa_Regular;--font-light:Nexa_Light;--color-white:#fff;--color-black:#000;--color-blue:#09f;--color-gray:#83818d;--color-silver:#e5e5e5;--color-footer-border:#242137;--background-footer:#0c0a21;--background-silver:#f3f3f3;--background-blue:#09f;--background-black:#000;--background-white:#fff;--background-blue-hover:#0076c5;--transparent:transparent;--transition:250ms ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f3f3f3;background:var(--background-silver)}::-webkit-scrollbar-thumb{background:#09f;background:var(--background-blue)}::-webkit-scrollbar-thumb:hover{background:#0076c5;background:var(--background-blue-hover)}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p,span{-webkit-margin-before:0;-webkit-margin-after:0;font-size-adjust:auto;font-weight:400;margin-block-end:0;margin-block-start:0}@font-face{font-family:Nexa_Bold;font-style:normal;font-weight:400;src:url(/static/media/Nexa_Bold.2fd02eff7af09b701ccc.otf) format("OpenType")}@font-face{font-family:Nexa_Regular;font-style:normal;font-weight:400;src:url(/static/media/Nexa_Regular.141864a7f2bb3256b0f1.otf) format("OpenType")}@font-face{font-family:Nexa_Light;font-style:normal;font-weight:400;src:url(/static/media/Nexa_Light.86b788701658798867a9.otf) format("OpenType")}#root,body,html{min-height:100%;width:100%}html{scroll-behavior:smooth}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.home_wrapper{height:100%;overflow-x:hidden;width:100%}.navbar{display:flex;justify-content:center;width:100%}.navbar .navbar__inner{align-items:center;display:flex;justify-content:space-between;padding:34px 0 35px;width:1050px}.navbar .navbar__inner .navbar__logo img:nth-child(2){display:none}.navbar .navbar__inner .navbar__navs ul{align-items:center;display:flex}.navbar .navbar__inner .navbar__navs ul a{margin-right:28px;text-decoration:none}.navbar .navbar__inner .navbar__navs ul a:last-child{margin-right:0}.navbar .navbar__inner .navbar__navs ul a li{color:var(--color-black);cursor:pointer;font-family:var(--font-bold);font-size:14px;transition:all var(--transition)}.navbar .navbar__inner .navbar__navs ul a li:hover{color:var(--color-gray)}.navbar .navbar__inner .navbar__burger{align-items:flex-end;cursor:pointer;display:none;flex-direction:column;justify-content:flex-start;padding:5px}.navbar .navbar__inner .navbar__burger .line{background:var(--background-blue);border-radius:3px;height:3px;margin-bottom:6px;transition:all .25s linear;width:35px}.navbar .navbar__inner .navbar__burger .line:nth-child(3){margin-bottom:0}.navbar .navbar__inner .navbar__burger:hover .line:first-child{width:17.5px}.navbar .navbar__inner .navbar__burger:hover .line:nth-child(2){width:26.25px}@media screen and (max-width:1174px){.navbar{padding:0 64px}.navbar .navbar__inner{width:100%}}@media screen and (max-width:878px){.navbar{padding:0 40px}.navbar .navbar__inner .navbar__logo img:first-child{display:none}.navbar .navbar__inner .navbar__logo img:nth-child(2){display:block}.navbar .navbar__inner .navbar__navs{display:none}.navbar .navbar__inner .navbar__burger{display:flex}}@media screen and (max-width:600px){.navbar{padding:0 24px}}.home__header{display:flex;justify-content:center;width:100%}.home__header .home_header__inner{width:1050px}.home__header .home_header__inner .home_header__text{margin-bottom:28px;width:100%}.home__header .home_header__inner .home_header__text .text__wrapper{align-items:center;display:flex}.home__header .home_header__inner .home_header__text .text__wrapper:last-child{margin-top:-15px}.home__header .home_header__inner .home_header__text .text__wrapper h2{text-wrap:nowrap;color:var(--color-blue);font-family:var(--font-regular);font-size:78px;height:96px}.home__header .home_header__inner .home_header__text .text__wrapper .bordered__box{border:2px solid var(--color-black);border-radius:20px;height:44px;margin-bottom:10px;margin-right:22px;min-width:215px;width:215px}.home__header .home_header__inner .home_header__wrapper1{align-items:center;background:linear-gradient(90deg,#09f .74%,#46e9ff 98.78%);border-radius:35px;display:flex;height:364px;justify-content:space-between;margin-bottom:16px;width:100%}.home__header .home_header__inner .home_header__wrapper1 .text__wrapper{height:100%}.home__header .home_header__inner .home_header__wrapper1 .text__wrapper .wrapper__inner{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:space-between}.home__header .home_header__inner .home_header__wrapper1 .text__wrapper .wrapper__inner h2{color:var(--color-white);font-family:var(--font-bold);font-size:54px;margin:57px 0 0 60px;white-space:nowrap}.home__header .home_header__inner .home_header__wrapper1 .text__wrapper .wrapper__inner span{color:var(--color-white);font-family:var(--font-bold);font-size:20px;margin:0 0 45px 60px}.home__header .home_header__inner .home_header__wrapper1 .image__wrapper{padding:0 61px 0 0}.home__header .home_header__inner .home_header__wrapper2{align-items:center;background:var(--background-silver);border-radius:35px;display:flex;height:364px;justify-content:space-between;width:100%}.home__header .home_header__inner .home_header__wrapper2 .text__wrapper{height:100%}.home__header .home_header__inner .home_header__wrapper2 .text__wrapper .wrapper__inner{display:flex;flex-direction:column;height:100%;justify-content:space-between}.home__header .home_header__inner .home_header__wrapper2 .text__wrapper .wrapper__inner h2{color:var(--color-black);font-family:var(--font-bold);font-size:40px;margin:76px 0 0 60px;width:509px}.home__header .home_header__inner .home_header__wrapper2 .text__wrapper .wrapper__inner span{color:var(--color-black);font-family:var(--font-regular);font-size:14px;letter-spacing:.91px;margin:0 0 45px 60px;width:486px}.home__header .home_header__inner .home_header__wrapper2 .image__wrapper{padding:0 100px 0 0}@media screen and (max-width:1174px){.home__header{padding:0 64px}.home__header .home_header__inner{width:100%}.home__header .home_header__inner .home_header__text .text__wrapper:first-child{margin-bottom:10px}.home__header .home_header__inner .home_header__text .text__wrapper:first-child h2,.home__header .home_header__inner .home_header__text .text__wrapper:nth-child(2) h2{font-size:6.5vw;height:8vw}.home__header .home_header__inner .home_header__text .text__wrapper:nth-child(2) .bordered__box{height:3.5vw;margin-bottom:2vw;margin-right:12px;min-height:3.5vw;min-width:16vw;width:16vw}.home__header .home_header__inner .home_header__wrapper1{flex-direction:column;height:auto;padding:0 40px}.home__header .home_header__inner .home_header__wrapper1 .text__wrapper .wrapper__inner{align-items:center;display:flex;flex-direction:column}.home__header .home_header__inner .home_header__wrapper1 .text__wrapper .wrapper__inner h2{margin:35px 0;text-align:center}.home__header .home_header__inner .home_header__wrapper1 .text__wrapper .wrapper__inner span{margin:0}.home__header .home_header__inner .home_header__wrapper1 .image__wrapper{padding:0}.home__header .home_header__inner .home_header__wrapper2{flex-direction:column;height:auto;padding:0 40px}.home__header .home_header__inner .home_header__wrapper2 .text__wrapper .wrapper__inner{align-items:center;display:flex;flex-direction:column}.home__header .home_header__inner .home_header__wrapper2 .text__wrapper .wrapper__inner h2{font-size:38px;margin:35px 0;max-width:450px;text-align:center;width:100%}.home__header .home_header__inner .home_header__wrapper2 .text__wrapper .wrapper__inner span{margin:0 0 35px;max-width:450px;text-align:center;width:100%}.home__header .home_header__inner .home_header__wrapper2 .image__wrapper{padding:0 0 35px}}@media screen and (max-width:878px){.home__header{padding:0 40px}.home__header .home_header__inner .home_header__text{display:none}}@media screen and (max-width:600px){.home__header,.home__header .home_header__inner .home_header__wrapper1{padding:0 24px}.home__header .home_header__inner .home_header__wrapper1 .text__wrapper .wrapper__inner h2{font-size:38px;line-height:1.2;margin:24px 0}.home__header .home_header__inner .home_header__wrapper1 .text__wrapper .wrapper__inner span{font-size:16px;text-align:center}.home__header .home_header__inner .home_header__wrapper1 .image__wrapper{width:275px}.home__header .home_header__inner .home_header__wrapper1 .image__wrapper img{width:100%}.home__header .home_header__inner .home_header__wrapper2{padding:0 24px}.home__header .home_header__inner .home_header__wrapper2 .text__wrapper .wrapper__inner h2{font-size:24px}.home__header .home_header__inner .home_header__wrapper2 .text__wrapper .wrapper__inner span{font-size:16px}.home__header .home_header__inner .home_header__wrapper2 .image__wrapper{width:275px}.home__header .home_header__inner .home_header__wrapper2 .image__wrapper img{width:100%}}.home__services{display:flex;justify-content:center;padding-top:60px;width:100%}.home__services .home_services__inner{align-items:center;display:flex;flex-direction:column;width:1050px}.home__services .home_services__inner .services__header{align-items:center;display:flex;flex-direction:column;margin-bottom:53.11px;max-width:800px;width:100%}.home__services .home_services__inner .services__header .title{align-items:center;background:var(--background-blue);border-radius:20px;display:flex;height:63px;justify-content:center;margin-bottom:21px;width:363px}.home__services .home_services__inner .services__header .title h2{color:var(--color-white);font-family:var(--font-bold);font-size:40px}.home__services .home_services__inner .services__header span{color:var(--color-black);font-family:var(--font-regular);font-size:14px;line-height:normal;text-align:center}.home__services .home_services__inner .services__items{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr 1fr;width:100%}.home__services .home_services__inner .services__items .single_services_item__wrapper{height:110.456px}.home__services .home_services__inner .services__items .single_services_item__wrapper .single_services__item{align-items:center;background:var(--background-silver);border-radius:16px;display:flex;height:100%;justify-content:center;width:100%}.home__services .home_services__inner .services__items .single_services_item__wrapper .single_services__item img{margin-right:16px}.home__services .home_services__inner .services__items .single_services_item__wrapper .single_services__item span{color:var(--color-black);font-family:var(--font-bold);font-size:16px}.home__services .home_services__inner .services__items .single_services_item__wrapper .single_services__item:last-child{margin-right:0}@media screen and (max-width:1174px){.home__services{padding:60px 64px 0}.home__services .home_services__inner{width:100%}.home__services .home_services__inner .services__items{grid-template-columns:1fr 1fr}}@media screen and (max-width:878px){.home__services{padding:60px 40px 0}}@media screen and (max-width:600px){.home__services{padding:60px 24px 0}.home__services .home_services__inner .services__header .title{width:327px}.home__services .home_services__inner .services__items{grid-template-columns:1fr}}.home__solutions{display:flex;justify-content:center;padding-top:86.43px;width:100%}.home__solutions .home_solutions__inner{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:1050px}.home__solutions .home_solutions__inner .solutions_header{align-items:center;display:flex;margin-bottom:47px}.home__solutions .home_solutions__inner .solutions_header h2{color:var(--color-blue);font-family:var(--font-bold);font-size:30px;margin-right:7px}.home__solutions .home_solutions__inner .solutions_header .title{align-items:center;background:var(--background-blue);border-radius:17px;display:flex;height:60px;justify-content:center;width:382px}.home__solutions .home_solutions__inner .solutions_header .title h2{color:var(--color-white);font-family:var(--font-regular)}.home__solutions .home_solutions__inner .solutions__items{width:100%}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item{align-items:center;background:var(--background-silver);border-radius:16px;display:flex;height:288px;justify-content:space-between;margin-bottom:17px;width:100%}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item:last-child{margin-bottom:0}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item .text__wrapper{display:flex;flex-direction:column;margin-left:44px;margin-right:25px}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item .text__wrapper h2{font-family:var(--font-bold);font-size:48px;margin-bottom:16px}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item .text__wrapper span{font-family:var(--font-regular);font-size:16px;line-height:1.2}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item:first-child .image__wrapper,.home__solutions .home_solutions__inner .solutions__items .single_solutions__item:nth-child(2) .image__wrapper{margin-right:58px}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item:nth-child(3) .image__wrapper{margin-right:50px}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item:nth-child(4) .image__wrapper{margin-right:48px}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item:nth-child(5) .image__wrapper{margin-right:54px}@media screen and (max-width:1174px){.home__solutions{padding:86.43px 64px 0}.home__solutions .home_solutions__inner{width:100%}}@media screen and (max-width:878px){.home__solutions{padding:86.43px 40px 0}.home__solutions .home_solutions__inner .solutions_header h2{font-size:24px}.home__solutions .home_solutions__inner .solutions_header .title{width:327px}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item{flex-direction:column-reverse;height:auto;padding:49px 24px}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item .image__wrapper{margin:0 0 35px;margin-right:0!important}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item .text__wrapper{margin-left:45px;margin-right:45px}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item .text__wrapper h2{font-size:38px;text-align:center}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item .text__wrapper span{text-align:center}}@media screen and (max-width:600px){.home__solutions{padding:86.43px 24px 0}.home__solutions .home_solutions__inner .solutions_header{flex-direction:column;margin-bottom:35px}.home__solutions .home_solutions__inner .solutions_header h2{margin-bottom:16px;margin-right:0}.home__solutions .home_solutions__inner .solutions_header h2:last-child{margin-bottom:0}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item{padding:35px 24px}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item .text__wrapper{margin-left:0;margin-right:0}.home__solutions .home_solutions__inner .solutions__items .single_solutions__item .text__wrapper h2{font-size:24px}}.home__contact{display:flex;justify-content:center;padding:83px 0 91px;width:100%}.home__contact .home_contact__inner{width:1050px}.home__contact .home_contact__inner .contact_form__wrapper{align-items:flex-start;display:flex;justify-content:flex-end;width:100%}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner{width:445px}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__header span{color:var(--color-black);font-family:var(--font-bold);font-size:13px}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__header .phone__icon{align-items:center;cursor:pointer;display:flex;padding-right:34px}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__header .phone__icon .icon__box{align-items:center;background:var(--background-black);border-radius:50%;display:flex;height:27px;justify-content:center;margin-right:12px;width:27px}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__header .phone__icon span{font-family:var(--font-regular)}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder{display:flex;flex-direction:column;width:100%}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item{margin-bottom:14px;width:100%}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item input{background:var(--background-silver);border:1px solid var(--background-silver);border-radius:16px;color:var(--color-black);font-family:var(--font-bold);font-size:13px;outline:none;padding:19px 25px 13px;transition:all var(--transition);width:100%}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item input:focus{border:1px solid var(--background-blue)}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item input::-webkit-input-placeholder{color:var(--color-black)}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item input::placeholder{color:var(--color-black)}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item .PhoneInput{background:var(--background-silver);border-radius:16px;padding:19px 25px 13px;position:relative}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item .PhoneInput .PhoneInputCountry{margin-right:10px}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon{box-shadow:none}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item .PhoneInput .PhoneInputCountry .PhoneInputCountrySelectArrow{border:0;height:4px;margin-bottom:6px;opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg);width:6px}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item .PhoneInput .PhoneInputCountry .PhoneInputCountrySelectArrow:after{align-items:center;content:url(/static/media/dropdown-arrow.b9622309c679a3a1000f.svg);display:block;display:flex;height:100%;justify-content:center}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item .PhoneInput input{background:transparent;height:100%;left:50%;padding:19px 25px 13px 70px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item textarea{background:var(--background-silver);border:1px solid var(--background-silver);border-radius:16px;color:var(--color-black);font-family:var(--font-bold);font-size:13px;height:61px;max-height:100px;max-width:100%;min-height:61px;min-width:100%;outline:none;padding:19px 25px 13px;transition:all var(--transition);width:100%}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item textarea:focus{border:1px solid var(--background-blue)}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item textarea::-webkit-input-placeholder{color:var(--color-black)}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder .form_holder__item textarea::placeholder{color:var(--color-black)}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder button{background:var(--background-blue);border:0;border-radius:98px;color:var(--color-white);cursor:pointer;font-family:var(--font-regular);font-size:18px;height:41px;margin-bottom:12px;transition:all var(--transition);width:150px}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder button:hover{background:var(--background-blue-hover)}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder span{color:var(--color-black);font-family:var(--font-bold);font-size:10px}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder span a{color:var(--color-blue);text-decoration:none}.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner .form__holder span a:hover{text-decoration:underline}@media screen and (max-width:1174px){.home__contact{padding:83px 64px 90px}.home__contact .home_contact__inner{width:100%}}@media screen and (max-width:878px){.home__contact{padding:83px 40px 90px}.home__contact .home_contact__inner{width:100%}.home__contact .home_contact__inner .contact_form__wrapper{justify-content:center}}@media screen and (max-width:600px){.home__contact{padding:85px 24px}.home__contact .home_contact__inner,.home__contact .home_contact__inner .contact_form__wrapper .contact_form_wrapper__inner{width:100%}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:rgba(0,0,0,.1);background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:var(--PhoneInputCountrySelectArrow-transform);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}footer{background:var(--background-footer);border-radius:34px 34px 0 0;display:flex;justify-content:center;padding:70px 0 0;width:100%}footer .footer__inner{width:1050px}footer .footer__inner .footer_wrapper__1{align-items:flex-start;border-bottom:3px solid var(--color-footer-border);display:flex;justify-content:space-between;margin-bottom:37px;padding-bottom:37px;width:100%}footer .footer__inner .footer_wrapper__1 .contact__wrapper .title{margin-bottom:39px}footer .footer__inner .footer_wrapper__1 .contact__wrapper .title h2{color:var(--color-white);font-family:var(--font-regular);font-size:25px}footer .footer__inner .footer_wrapper__1 .contact__wrapper .contact__items a{text-decoration:none}footer .footer__inner .footer_wrapper__1 .contact__wrapper .contact__items a li{color:var(--color-white);font-family:var(--font-regular);font-size:12px;margin-bottom:23px;text-decoration:underline}footer .footer__inner .footer_wrapper__1 .contact__wrapper .contact__items a:last-child li{margin-bottom:0}footer .footer__inner .footer_wrapper__1 .messenger__wrapper .title{margin-bottom:20px}footer .footer__inner .footer_wrapper__1 .messenger__wrapper .title h2{color:var(--color-white);font-family:var(--font-regular);font-size:25px;margin-bottom:17px}footer .footer__inner .footer_wrapper__1 .messenger__wrapper .title .icon__box{align-items:center;background:var(--background-white);border-radius:35px;cursor:pointer;display:flex;height:35px;justify-content:center;width:35px}footer .footer__inner .footer_wrapper__1 .messenger__wrapper .subscribe__wrapper{align-items:center;display:flex}footer .footer__inner .footer_wrapper__1 .messenger__wrapper .subscribe__wrapper input{border:0;border-radius:16px;color:var(--color-black);font-family:var(--font-bold);font-size:14px;height:37px;margin-right:16px;outline:none;padding:0 17px;width:374px}footer .footer__inner .footer_wrapper__1 .messenger__wrapper .subscribe__wrapper input::-webkit-input-placeholder{color:var(--color-black)}footer .footer__inner .footer_wrapper__1 .messenger__wrapper .subscribe__wrapper input::placeholder{color:var(--color-black)}footer .footer__inner .footer_wrapper__1 .messenger__wrapper .subscribe__wrapper button{background:var(--transparent);border:2px solid var(--background-white);border-radius:98px;color:var(--color-white);cursor:pointer;font-family:var(--font-regular);font-size:14px;height:37px;padding:0 35px;transition:all var(--transition)}footer .footer__inner .footer_wrapper__1 .messenger__wrapper .subscribe__wrapper button:hover{background:var(--background-white);color:var(--color-black)}footer .footer__inner .footer_wrapper__2{align-items:flex-start;border-bottom:3px solid var(--color-footer-border);display:flex;justify-content:space-between;padding-bottom:117px;width:100%}footer .footer__inner .footer_wrapper__2 .navs__wrapper{align-items:flex-start;display:flex;width:532px}footer .footer__inner .footer_wrapper__2 .navs__wrapper .single_navs__item{margin-right:37px}footer .footer__inner .footer_wrapper__2 .navs__wrapper .single_navs__item:last-child{margin-right:0}footer .footer__inner .footer_wrapper__2 .navs__wrapper .single_navs__item .title{margin-bottom:28px}footer .footer__inner .footer_wrapper__2 .navs__wrapper .single_navs__item .title h2{color:var(--color-white);font-family:var(--font-regular);font-size:25px}footer .footer__inner .footer_wrapper__2 .navs__wrapper .single_navs__item ul a{color:var(--color-gray);display:block;margin-bottom:18px;text-decoration:none}footer .footer__inner .footer_wrapper__2 .navs__wrapper .single_navs__item ul a:last-child{margin-bottom:0}footer .footer__inner .footer_wrapper__2 .navs__wrapper .single_navs__item ul a:hover{text-decoration:underline}footer .footer__inner .footer_wrapper__2 .navs__wrapper .single_navs__item ul li{color:var(--color-gray);font-family:var(--font-regular);font-size:14px;margin-bottom:18px}footer .footer__inner .footer_wrapper__2 .navs__wrapper .single_navs__item ul li:last-child{margin-bottom:0}footer .footer__inner .rights__wrapper{padding:24px 0 20px;width:100%}footer .footer__inner .rights__wrapper span{color:var(--color-gray);font-family:var(--font-regular);font-size:14px}@media screen and (max-width:1174px){footer{padding:70px 64px 0}footer .footer__inner{width:100%}}@media screen and (max-width:878px){footer{border-radius:0;padding:70px 0 0}footer .footer__inner{width:100%}footer .footer__inner .footer_wrapper__1{border-bottom:2px solid var(--color-footer-border);flex-direction:column;margin-bottom:35px;padding-bottom:35px}footer .footer__inner .footer_wrapper__1 .contact__wrapper{border-bottom:2px solid var(--color-footer-border);margin-bottom:35px;padding:0 40px 35px;width:100%}footer .footer__inner .footer_wrapper__1 .messenger__wrapper{padding:0 40px}footer .footer__inner .footer_wrapper__2{border-bottom:2px solid var(--color-footer-border);padding:0 40px 35px}footer .footer__inner .footer_wrapper__2 .navs__wrapper{width:auto}footer .footer__inner .rights__wrapper{display:flex;justify-content:center;padding:45px 0}}@media screen and (max-width:600px){footer{padding:45px 0 0}footer .footer__inner{width:100%}footer .footer__inner .footer_wrapper__1 .contact__wrapper{padding:0 24px 35px}footer .footer__inner .footer_wrapper__1 .messenger__wrapper{padding:0 24px;width:100%}footer .footer__inner .footer_wrapper__1 .messenger__wrapper .subscribe__wrapper input{margin-right:8px;width:100%}footer .footer__inner .footer_wrapper__2{flex-direction:column;padding:0 24px 35px}footer .footer__inner .footer_wrapper__2 .navs__wrapper{justify-content:space-between;margin-top:60px;width:100%}}.home__about{align-items:center;display:flex;justify-content:center;padding-top:103px;width:100%}.home__about .home_about__inner{width:1050px}.home__about .home_about__inner .about__header__text .text__wrapper h2{text-wrap:nowrap;color:var(--color-blue);font-family:var(--font-regular);font-size:77px;height:94px}.home__about .home_about__inner .about__header__text .text__wrapper:nth-child(2){align-items:center;display:flex;margin-top:-15px}.home__about .home_about__inner .about__header__text .text__wrapper:nth-child(2) h2{color:var(--color-black)}.home__about .home_about__inner .about__header__text .text__wrapper:nth-child(2) .bordered__box{border:2px solid var(--color-black);border-radius:20px;height:43px;margin-right:13px;margin-top:-20px;min-width:281px;width:281px}.home__about .home_about__inner .about__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding-top:67px;width:100%}.home__about .home_about__inner .about__wrapper .wrapper__title{align-items:center;background:var(--background-blue);border-radius:20px;display:flex;height:63px;justify-content:center;margin-bottom:67px;width:290px}.home__about .home_about__inner .about__wrapper .wrapper__title h2{color:var(--color-white);font-family:var(--font-bold);font-size:40px}.home__about .home_about__inner .about__wrapper .about__body{align-items:center;display:flex}.home__about .home_about__inner .about__wrapper .about__body .wrapper__1{margin-right:35px}.home__about .home_about__inner .about__wrapper .about__body .wrapper__2{width:691px}.home__about .home_about__inner .about__wrapper .about__body .wrapper__2 span{color:var(--color-black);font-family:var(--font-regular);font-size:20.9px;line-height:1.55}@media screen and (max-width:1174px){.home__about{padding:103px 64px 0}.home__about .home_about__inner{width:100%}.home__about .home_about__inner .about__header__text .text__wrapper h2{font-size:5vw!important;height:7vw!important}.home__about .home_about__inner .about__header__text .text__wrapper .bordered__box{height:4vw!important;min-width:20vw!important;width:20vw!important}.home__about .home_about__inner .about__wrapper{padding-top:45px}.home__about .home_about__inner .about__wrapper .wrapper__title{margin-bottom:45px}.home__about .home_about__inner .about__wrapper .about__body{width:100%}}@media screen and (max-width:878px){.home__about{padding:85px 40px 0}.home__about .home_about__inner .about__header__text{display:none}.home__about .home_about__inner .about__wrapper{padding-top:0}.home__about .home_about__inner .about__wrapper .about__body{flex-direction:column}.home__about .home_about__inner .about__wrapper .about__body .wrapper__1{margin-bottom:35px;margin-right:0}.home__about .home_about__inner .about__wrapper .about__body .wrapper__2{width:100%}.home__about .home_about__inner .about__wrapper .about__body .wrapper__2 span{display:block;font-size:20px;text-align:center}}@media screen and (max-width:600px){.home__about{padding:85px 24px 0}.home__about .home_about__inner .about__wrapper .about__body .wrapper__1,.home__about .home_about__inner .about__wrapper .wrapper__title{width:327px}.home__about .home_about__inner .about__wrapper .about__body .wrapper__1 img{width:100%}.home__about .home_about__inner .about__wrapper .about__body .wrapper__2 span{font-size:16px}}.menu__wrapper{align-items:flex-end;background:var(--background-blue);display:flex;flex-direction:column;height:100vh;padding:40px 45px 40px 40px;position:fixed;right:-250px;top:0;transition:all var(--transition);width:250px;z-index:99}.menu__wrapper img{cursor:pointer;margin-bottom:35px;-webkit-user-select:none;user-select:none;width:20px}.menu__wrapper ul{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.menu__wrapper ul a{display:block;margin-bottom:16px;text-decoration:none}.menu__wrapper ul a li{color:var(--color-white);font-family:var(--font-bold);font-size:14px;transition:all var(--transition);-webkit-user-select:none;user-select:none}.menu__wrapper ul a li:hover{color:var(--color-silver)}@media screen and (max-width:600px){.menu__wrapper{padding:40px 40px 40px 24px}}
/*# sourceMappingURL=main.66f28abf.css.map*/