.header{width:100%;display:flex;background-color:#fff;padding:16px 32px;margin:0 auto}@media(min-width:1440px){.header{padding:16px 32px}}.header .header-opened.content-wrapper{justify-content:unset}.header .content-wrapper{display:flex;flex:1 1;align-items:center}.header .logo-wrapper{display:block;width:157px;height:36px;position:relative;margin-right:40px}.header .logo-wrapper .logo-img{height:100%;width:100%;position:absolute;inset:0}.header .logo-wrapper .logo-img.logo-dark{opacity:0}.header .links{display:flex;align-items:center;gap:4px}.header .links .link{padding:16px 12px;gap:4px;display:flex;border-radius:12px;border:1px solid rgba(0,0,0,0)}.header .links .link:hover{background:rgba(134,107,255,.04);border:1px solid rgba(134,107,255,.08)}.header .links .link.link-active{border-radius:12px;border:1px solid #c8c2fc;background:rgba(134,107,255,.04);padding:16px 12px;color:#866bff}.header .header-auth-btns{display:flex;align-items:center;gap:12px;margin-left:auto}.header .header-auth-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:100px;font-weight:600;font-size:14px;line-height:20px;cursor:pointer;text-decoration:none;white-space:nowrap}.header .header-auth-btn--login{border:1px solid #e0e0e0;background:#fff;color:#362754}.header .header-auth-btn--login:hover{border-color:#866bff;color:#866bff}.header .header-auth-btn--register{border:1px solid #866bff;background:#866bff;color:#fff}.header .header-auth-btn--register:hover{background:#7559e8;border-color:#7559e8}.header .menu-btn{padding:7px 5px;color:#362754;cursor:pointer;display:none}.app-wrapper.app-header-sticky .header{position:fixed;top:0;left:0;right:0;box-shadow:0 2px 24px 0 rgba(54,39,84,.059);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:5000;border-radius:20px}@media(min-width:1440px){.app-wrapper.app-header-sticky .header{padding:16px 32px}}.app-wrapper.app-header-sticky .header:not(.header-opened){animation:slide-down .3s ease forwards}.app-wrapper.app-header-sticky .header .logo-wrapper{width:160px;height:36px}.app-wrapper.app-header-sticky .header .logo-wrapper .logo-img.logo-light{opacity:0}.app-wrapper.app-header-sticky .header .logo-wrapper .logo-img.logo-dark{opacity:1}.app-wrapper.app-header-sticky .header .links .locales-dropdown-toggle{color:#000}.app-wrapper.app-header-sticky .header .auth-btns .auth-btn{font-size:18px}.app-wrapper.app-header-sticky .header .auth-btns .auth-btn.login-btn{color:#000}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media screen and (max-width:1200px){.header{position:relative;z-index:1000;width:100%;display:flex;background-color:#fff;padding:16px 32px}.header .header-opened.content-wrapper.links{margin-top:16px;border-top:2px solid #f0f1f2;display:flex;align-items:center;gap:4px;padding:16px 12px 0}.header .content-wrapper{display:flex;width:100%}.header .logo-wrapper{display:block;width:157px;height:32px;position:relative}.header .logo-wrapper .logo-img{height:100%;width:100%;position:absolute;inset:0}.header .logo-wrapper .logo-img.logo-dark{opacity:0}.header .links .link{display:flex}.header .menu-btn{padding:7px 5px;color:#362754;cursor:pointer;display:none}.header-button-wrap.hidden{width:157px!important}}@media screen and (max-width:1023px){.header{padding:12px 20px 0}.header .content-wrapper{justify-content:space-between}.header .logo-wrapper{width:127px;height:28px}.header .links{display:none;padding:16px 12px 0}.header .header-auth-btns{display:none}.header .menu-btn{display:block}}@media screen and (max-width:1023px)and (max-width:768px){.header .links{margin-top:16px;border-top:2px solid #f0f1f2}}@media screen and (max-width:1023px){.app-wrapper.app-header-sticky .header{top:5px;left:17px;right:17px;padding:0 20px;width:auto;height:50px;border-radius:25px}.app-wrapper.app-header-sticky .header .logo-wrapper{margin-top:3px;width:127px;height:28px}.app-wrapper.app-header-sticky .header .logo-wrapper .logo-img.logo-dark{opacity:0}.app-wrapper.app-header-sticky .header .menu-btn{margin-top:2px}.app-wrapper .header{transition:background-color .3s ease}.app-wrapper .header .header-auth-btns,.app-wrapper .header .links{transition:opacity .25s ease,transform .25s ease}.app-wrapper .header.header-opened{position:fixed;inset:0;width:100%;height:100%;padding:0 0 20px;border-radius:0;background-color:#fff;flex-direction:column;display:flex;justify-content:space-between;animation:menu-fade-in .3s ease forwards}.app-wrapper .header.header-opened .content-wrapper{display:block;width:unset;justify-content:unset}.app-wrapper .header.header-opened .logo-wrapper{margin-top:15px;margin-left:20px;width:127px;height:28px;align-self:start}.app-wrapper .header.header-opened .logo-wrapper .logo-img.logo-dark{opacity:1}.app-wrapper .header.header-opened .links{display:flex;flex-direction:column;animation:menu-items-slide-in .3s ease .1s both}.app-wrapper .header.header-opened .links .link{color:#000;display:flex;padding:16px;gap:4px;align-self:stretch}.app-wrapper .header.header-opened .links .link.link-active{color:#866bff;border-radius:12px;border:1px solid rgba(134,107,255,.08);background:rgba(134,107,255,.04)}.app-wrapper .header.header-opened .menu-btn{position:absolute;top:0;right:20px;padding:0;color:#362754}.app-wrapper .header.header-opened .header-auth-btns{display:flex;flex-direction:column;gap:8px;padding:0 12px;margin-left:0;animation:menu-items-slide-in .3s ease .15s both}.app-wrapper .header.header-opened .header-auth-btns .header-auth-btn{display:flex;width:100%;align-items:center;justify-content:center;padding:14px 24px;font-size:16px}.app-wrapper .header.header-opened .header-auth-btns .header-auth-btn--login{border-color:#c8c2fc}@keyframes menu-fade-in{0%{opacity:0}to{opacity:1}}@keyframes menu-items-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}.dot{width:4px;height:4px;aspect-ratio:1/1;background-color:rgba(54,39,84,.6);border-radius:50%;margin:0 12px}.footer{position:relative;display:flex;flex-wrap:wrap;margin:0 auto;padding:0 32px;justify-content:space-between}@media(min-width:1280px){.footer{padding:32px}}@media(min-width:1440px){.footer{max-width:1440px;margin:0 auto}}.footer .links{display:flex;justify-content:center;justify-items:center;row-gap:40px;order:1;align-items:center}.footer .links .link{color:rgba(54,39,84,.6);font-size:14px;line-height:140%;transition:color .2s ease}.footer .links .link:hover{color:#866bff;cursor:pointer}.footer .copyrights{color:rgba(54,39,84,.6);font-size:14px;line-height:140%}@media screen and (max-width:1200px){.footer{padding:32px;justify-content:space-between}}@media screen and (max-width:1023px){.footer{display:flex;padding:32px}.footer .copyrights{margin-right:auto}}@media screen and (max-width:768px){.footer .links{width:100%;justify-content:center;justify-items:center;order:-1}.footer .copyrights{margin-top:16px;margin-left:auto;margin-right:auto;text-align:center}}.app-wrapper{background-repeat:no-repeat;background-position:50%;position:relative;z-index:1;overflow:hidden}.app-wrapper:before{content:"";inset:0;width:100vw;height:100px;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-image:url(/img/new/shotpay-bg-1.svg);opacity:.7;filter:brightness(1.5)}@media(min-width:768px){.app-wrapper:before{background-image:url(/img/new/shotpay-bg-4.png);background-position:top;opacity:.7;filter:brightness(1.5)}}.app-wrapper.app-header-sticky{padding-top:var(--header-init-height)}.app-wrapper .page,.app-wrapper .page .page-section{position:relative}.app-wrapper .page .page-container{position:relative;z-index:1;max-width:var(--content-width);margin-left:auto;margin-right:auto}:root{--header-init-height:150px;--content-width:1400px;--middle-section-border-radius:60px}@media screen and (max-width:1600px){:root{--content-width:1169px}}@media screen and (max-width:1200px){:root{--header-init-height:115px;--content-width:968px}}@media screen and (max-width:1023px){:root{--header-init-height:76px;--content-width:698px;--middle-section-border-radius:40px}}@media screen and (max-width:768px){:root{--content-width:calc(100% - 48px);--middle-section-border-radius:30px}}*{box-sizing:border-box;scroll-behavior:smooth}body{margin:0;font-family:Golos Text,sans-serif}p{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}a{text-decoration:none;color:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0)}a,a:active,a:focus{outline:none}@font-face{font-family:Golos Text;src:url(/fonts/GolosText/GolosText-DemiBold.eot);src:url(/fonts/GolosText/GolosText-DemiBold.eot?#iefix) format("embedded-opentype"),url(/fonts/GolosText/GolosText-DemiBold.woff2) format("woff2"),url(/fonts/GolosText/GolosText-DemiBold.woff) format("woff"),url(/fonts/GolosText/GolosText-DemiBold.ttf) format("truetype"),url(/fonts/GolosText/GolosText-DemiBold.svg#GolosText-DemiBold) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/fonts/GolosText/GolosText-Medium.eot);src:url(/fonts/GolosText/GolosText-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/GolosText/GolosText-Medium.woff2) format("woff2"),url(/fonts/GolosText/GolosText-Medium.woff) format("woff"),url(/fonts/GolosText/GolosText-Medium.ttf) format("truetype"),url(/fonts/GolosText/GolosText-Medium.svg#GolosText-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/fonts/GolosText/GolosText-Black.eot);src:url(/fonts/GolosText/GolosText-Black.eot?#iefix) format("embedded-opentype"),url(/fonts/GolosText/GolosText-Black.woff2) format("woff2"),url(/fonts/GolosText/GolosText-Black.woff) format("woff"),url(/fonts/GolosText/GolosText-Black.ttf) format("truetype"),url(/fonts/GolosText/GolosText-Black.svg#GolosText-Black) format("svg");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/fonts/GolosText/GolosText-Bold.eot);src:url(/fonts/GolosText/GolosText-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/GolosText/GolosText-Bold.woff2) format("woff2"),url(/fonts/GolosText/GolosText-Bold.woff) format("woff"),url(/fonts/GolosText/GolosText-Bold.ttf) format("truetype"),url(/fonts/GolosText/GolosText-Bold.svg#GolosText-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/fonts/GolosText/GolosText-Regular.eot);src:url(/fonts/GolosText/GolosText-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/GolosText/GolosText-Regular.woff2) format("woff2"),url(/fonts/GolosText/GolosText-Regular.woff) format("woff"),url(/fonts/GolosText/GolosText-Regular.ttf) format("truetype"),url(/fonts/GolosText/GolosText-Regular.svg#GolosText-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}.btn-primary{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 0;border-radius:16px;background:#866bff;font-size:16px;color:#fff;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;min-width:157px}.btn-primary:hover{background:#9d87ff;box-shadow:0 2px 6px 0 rgba(108,67,192,.2)}.btn-outline{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 0;border-radius:16px;border:2px solid rgba(0,0,0,0);color:#362754;cursor:pointer;background-color:#fff;transition:border .2s ease,background .2s ease;min-width:157px;width:100%}.btn-outline:hover{border:2px solid rgba(134,107,255,.5);background:#fafafa}.btn-outline:disabled{background:rgba(250,250,250,.6)}.scroll__top__wrapper{z-index:3;position:fixed;background-color:var(--app-light-bg-color);border:2px solid #3c4856;bottom:13vh;width:40px;height:40px;right:1%;border-radius:50%;display:grid;justify-content:center;align-items:center}.scroll__top__wrapper>svg{font-size:20px}.scroll__top__wrapper:hover{cursor:pointer;transform:scale(1.2)}.page.home .home-page-section-middle{border-radius:var(--middle-section-border-radius);overflow:hidden}.section1-item-image{position:relative}.section1-image-inner{z-index:-6;position:absolute}.section1-wrapper{background-repeat:no-repeat;background-position:50%;position:relative;width:100vw;z-index:1;overflow:hidden}.section1-wrapper:before{content:"";position:absolute;inset:0;z-index:-1;width:100vw;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-image:url(/img/new/shotpay-bg-1.svg);opacity:.7;filter:brightness(1.5)}@media(min-width:768px){.section1-wrapper:before{background-image:url(/img/new/shotpay-bg-4.png);background-position:50%;opacity:.7;filter:brightness(1.5)}}.svg-bg{position:absolute;top:0;left:0;width:100vw;object-fit:cover;overflow:hidden}.svg-bg,.svg-bg svg{display:block;z-index:-1}.svg-bg svg{width:100%;height:100%}.image-wrapper{position:relative;width:100%}@media(min-width:1024px){.image-wrapper{flex:1 1 50%;min-width:0;display:flex;align-items:flex-start;justify-content:center}}.image{width:100%;max-width:800px;height:auto;display:block}.cover{z-index:1;display:flex;flex-direction:column;gap:22px}@media(min-width:1024px){.cover{flex-direction:row;align-items:center;padding:80px 0 0 12px;gap:24px}}@media(min-width:1440px){.cover{gap:4%;padding:80px 0 0 32px}}.text-wrapper{display:flex;flex-direction:column;margin-bottom:24px;padding:36px 50px 0;width:100%}@media(min-width:1024px){.text-wrapper{flex:0 0 50%;max-width:42%}}@media(min-width:1440px){.main-button-wrapper,.main-text{max-width:600px;margin-left:auto;margin-right:auto}}.main-button-wrapper.desktop{display:none}@media(min-width:1440px){.main-button-wrapper{display:none}.main-button-wrapper.desktop{display:block;max-width:259px;margin:initial}}.text{font-weight:700;font-size:40px;line-height:48px;vertical-align:bottom;text-transform:capitalize;color:#362754}.text.colored{color:#866bff}@media(min-width:1024px){.text,.text.colored{font-size:48px;line-height:56px}}.description{margin:12px 0 0;padding:0 0 24px;font-weight:400;font-size:16px;line-height:24px;color:rgba(54,39,84,.8)}@media(min-width:1024px){.description{font-size:18px;line-height:28px}}.green{background-color:#22a427}.blue{background-color:blue;width:800px}.section2u-wrapper{padding-left:16px;overflow:hidden;margin:80px 0}@media(min-width:1024px){.section2u-wrapper{padding:0;margin:100px 30px;overflow:visible}}@media(min-width:1440px){.section2u-wrapper{max-width:1280px;margin:100px auto}}.section2u-title{font-weight:700;font-size:28px;line-height:36px;color:#362754;text-align:center;margin:0 16px 40px}@media(min-width:1024px){.section2u-title{font-size:40px;line-height:48px;margin:0 0 56px}}.section2u-grid{display:none}@media(min-width:1024px){.section2u-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;grid-gap:20px;gap:20px}}.section2u-card{background-color:#f3f4f6;border-radius:16px;padding:28px 24px}@media(min-width:1024px){.section2u-card--wide{grid-column:span 2}}.section2u-card-icon{margin-bottom:16px}.section2u-card-title{font-weight:700;font-size:16px;line-height:22px;color:#362754;margin:0 0 8px;text-transform:capitalize}@media(min-width:1024px){.section2u-card-title{font-size:18px;line-height:24px;margin:0 0 12px}}.section2u-card-description{font-weight:400;font-size:16px;line-height:1.5;color:rgba(54,39,84,.8);margin:0}@media(min-width:1024px){.section2u-card-description{font-size:15px;line-height:22px}}.section2u-swiper{display:block}@media(min-width:1024px){.section2u-swiper{display:none}}.section2u-swiper .swiper{overflow:visible}.section2u-swiper .swiper-wrapper{align-items:stretch}.section2u-slide.swiper-slide{height:auto}.section2u-slide.swiper-slide .section2u-card{height:100%;box-sizing:border-box}.section3u-wrapper{padding:0 16px;margin:100px 0}@media(min-width:1024px){.section3u-wrapper{margin:100px 30px;padding:0}}@media(min-width:1440px){.section3u-wrapper{max-width:1280px;margin:100px auto}}.section3u-container{background:linear-gradient(180deg,rgba(102,77,249,.08),#FFFFFF);border-radius:40px;padding:60px 16px}@media(min-width:1024px){.section3u-container{padding:80px 110px}}@media(min-width:1440px){.section3u-container{padding:80px 120px}}.section3u-title{font-weight:700;font-size:28px;line-height:36px;color:#362754;text-align:center;margin:0 0 16px}@media(min-width:1024px){.section3u-title{font-size:40px;line-height:48px}}.section3u-subtitle{font-weight:400;font-size:16px;line-height:150%;color:rgba(54,39,84,.8);text-align:center;margin:0 auto 48px;max-width:600px}.section3u-grid{display:flex;flex-direction:column;gap:40px}@media(min-width:1024px){.section3u-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}}.section3u-item{text-align:center}.section3u-card,.section3u-item{display:flex;flex-direction:column;align-items:center;gap:8px}.section3u-card{background-color:#f2f1ff;background-image:linear-gradient(180deg,rgba(102,77,249,.42),rgba(102,77,249,.01));border-radius:40px;justify-content:center;width:100%;height:290px}.section3u-card-icon{max-width:50%;max-height:50%;object-fit:contain}.section3u-item-title{font-weight:700;font-size:20px;line-height:24px;color:#362754;margin:0}@media(min-width:1440px){.section3u-item-title{font-size:24px;line-height:24px}}.section3u-item-description{font-weight:400;font-size:16px;line-height:150%;color:rgba(54,39,84,.8);text-align:center;margin:0}.section4u-wrapper{padding:0 16px;margin:100px 0}@media(min-width:1024px){.section4u-wrapper{padding:0;margin:100px 30px}}@media(min-width:1440px){.section4u-wrapper{max-width:1280px;margin:100px auto}}.section4u-title{font-weight:700;font-size:28px;line-height:36px;color:#362754;text-align:center;margin:0 0 16px}@media(min-width:1024px){.section4u-title{font-size:40px;line-height:48px}}.section4u-title--accent{color:#866bff}.section4u-subtitle{font-weight:400;font-size:16px;line-height:150%;color:rgba(54,39,84,.8);text-align:center;margin:0 auto 48px;max-width:520px}.section4u-grid{display:none}@media(min-width:1440px){.section4u-grid{display:flex;flex-direction:column;gap:20px}}.section4u-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.section4u-row--bottom{grid-template-columns:repeat(2,1fr)}.section4u-card{background:#f8f8ff;border:1px solid #e5e1fe;border-radius:24px;padding:16px;display:flex;flex-direction:column;min-height:388px}@media(min-width:1440px){.section4u-card{min-height:388px}}.section4u-card-top{display:flex;flex-direction:column;align-items:center;padding:24px 0 16px}.section4u-card-step{font-weight:500;font-size:16px;line-height:20px;color:#866bff}.section4u-card-number{font-weight:700;font-size:72px;line-height:80px;color:#866bff}.section4u-card-bottom{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1 1}.section4u-card-title{font-weight:700;font-size:18px;line-height:24px;color:#362754;text-align:center;text-transform:capitalize;margin:0 0 8px}.section4u-card-description{font-weight:400;font-size:15px;line-height:150%;color:rgba(54,39,84,.8);text-align:center;margin:0}.section4u-mobile{display:block}@media(min-width:1440px){.section4u-mobile{display:none}}.section4u-slider{position:relative}.section4u-slider .swiper{overflow:visible;padding-bottom:8px}.section4u-slider .swiper-slide{height:auto}.section4u-slider .swiper-slide .section4u-card{height:100%}.section4u-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;border:none;background:#866bff;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease,transform .2s ease;box-shadow:0 2px 8px rgba(134,107,255,.3)}.section4u-arrow:hover{background:#7559e8}.section4u-arrow--prev{left:0}.section4u-arrow--next{right:0}.section4u-arrow.swiper-button-disabled{opacity:0;pointer-events:none}.section5-wrapper{padding:0 12px 80px}@media(min-width:1440px){.section5-wrapper{padding:0;max-width:1280px;margin:100px auto}}.section5-main-title{font-weight:700;font-size:28px;line-height:36px;text-transform:capitalize;margin-bottom:32px;color:#362754}@media(min-width:768px){.section5-main-title{margin-bottom:56px;font-size:40px;line-height:48px;text-align:center}}.section5-item-title{font-weight:700;font-size:18px;line-height:24px;vertical-align:bottom;text-transform:capitalize;margin-bottom:6px;padding-left:16px}.section5-item-text{font-weight:400;font-size:16px;line-height:24px;color:rgba(54,39,84,.8);padding:6px 16px 16px}.section5-text-container{display:flex;flex-direction:column;gap:12px;margin-bottom:56px}@media(min-width:768px){.section5-text-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;justify-items:center;align-items:stretch}}@media(min-width:1280px){.section5-text-container{margin-bottom:unset;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr}}.section5-item-wrapper{display:flex;flex-direction:column;height:100%;padding:16px;overflow:hidden;border-radius:24px;border:1px solid #e5e1fe;background:#f8f8ff;box-sizing:border-box}.section5-item-wrapper.center{grid-column:1/span 2;justify-self:center}@media(min-width:780px){.section5-item-wrapper.center{max-width:460px}}@media(min-width:1280px){.section5-item-wrapper.center{max-width:unset;grid-column:unset;height:100%}}.image-item-outer{border-radius:16px;background:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;margin:6px;height:240px;flex-shrink:0}#security{scroll-margin-top:60px;position:relative}#security:before{content:"";display:block;height:60px;margin-top:-60px;visibility:hidden}.section6-wrapper{background-color:#866bff;position:relative;padding-bottom:80px}@media(min-width:1024px){.section6-wrapper{padding:unset}}#contact{scroll-margin-top:80px}.decorative-bg{display:none}@media(min-width:1440px){.decorative-bg{display:block;position:absolute;top:0;right:0}}@media(min-width:1024px){.section6-container{display:grid;overflow:hidden;grid-template-columns:540px auto;align-items:center}}.section6-image-container{position:relative;width:100wv;min-height:600px;display:grid;grid-template-rows:auto auto;letter-spacing:0;white-space:none}.form-container{padding:20px 12px}@media(min-width:1024px){.form-container{padding:0 32px}}@media(min-width:1280px){.form-container{max-width:1000px;padding:0 80px;margin:0}}.form-title{color:#fff;font-size:28px;font-style:normal;font-weight:600;line-height:36px;text-transform:capitalize;padding-bottom:32px}@media(min-width:768px){.form-title{font-weight:700;font-size:40px;line-height:48px;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}}@media(min-width:1280px){.form-title{max-width:800px;padding:0 32px 32px 0}}.hubspot-form-wrapper .hs-form{display:flex;flex-direction:column;gap:0}.hubspot-form-wrapper .hs-form fieldset{margin:0;padding:0;border:none;max-width:100%!important}.hubspot-form-wrapper .hs-form fieldset.form-columns-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 12px;gap:0 12px}@media(max-width:767px){.hubspot-form-wrapper .hs-form fieldset.form-columns-2{grid-template-columns:1fr}}.hubspot-form-wrapper .hs-form fieldset.form-columns-1{display:block}.hubspot-form-wrapper .hs-form-field{margin-bottom:0;min-height:76px}.hubspot-form-wrapper .hs-form-field>label{color:#fff;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;padding:0 6px;position:relative;top:-4px;left:18px;display:inline-block}.hubspot-form-wrapper .hs-form-required{color:#fff;margin-left:2px}.hubspot-form-wrapper .hs-form input[type=email],.hubspot-form-wrapper .hs-form input[type=number],.hubspot-form-wrapper .hs-form input[type=tel],.hubspot-form-wrapper .hs-form input[type=text],.hubspot-form-wrapper .hs-form input[type=url],.hubspot-form-wrapper .hs-form select,.hubspot-form-wrapper .hs-form textarea{border-radius:16px;padding:16px 20px;background-color:#866bff;width:100%;border:1px solid hsla(0,0%,100%,.2);font-family:Golos Text,sans-serif;font-feature-settings:"calt" off;font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#fff;box-sizing:border-box;transition:border .2s ease,box-shadow .2s ease}.hubspot-form-wrapper .hs-form input[type=email]::placeholder,.hubspot-form-wrapper .hs-form input[type=number]::placeholder,.hubspot-form-wrapper .hs-form input[type=tel]::placeholder,.hubspot-form-wrapper .hs-form input[type=text]::placeholder,.hubspot-form-wrapper .hs-form input[type=url]::placeholder,.hubspot-form-wrapper .hs-form select::placeholder,.hubspot-form-wrapper .hs-form textarea::placeholder{color:hsla(0,0%,100%,.6);font-weight:300}.hubspot-form-wrapper .hs-form input[type=email]:focus,.hubspot-form-wrapper .hs-form input[type=email]:focus-visible,.hubspot-form-wrapper .hs-form input[type=number]:focus,.hubspot-form-wrapper .hs-form input[type=number]:focus-visible,.hubspot-form-wrapper .hs-form input[type=tel]:focus,.hubspot-form-wrapper .hs-form input[type=tel]:focus-visible,.hubspot-form-wrapper .hs-form input[type=text]:focus,.hubspot-form-wrapper .hs-form input[type=text]:focus-visible,.hubspot-form-wrapper .hs-form input[type=url]:focus,.hubspot-form-wrapper .hs-form input[type=url]:focus-visible,.hubspot-form-wrapper .hs-form select:focus,.hubspot-form-wrapper .hs-form select:focus-visible,.hubspot-form-wrapper .hs-form textarea:focus,.hubspot-form-wrapper .hs-form textarea:focus-visible{outline:none;background-color:#866bff;color:#fff}.hubspot-form-wrapper .hs-form input[type=email]:-webkit-autofill,.hubspot-form-wrapper .hs-form input[type=number]:-webkit-autofill,.hubspot-form-wrapper .hs-form input[type=tel]:-webkit-autofill,.hubspot-form-wrapper .hs-form input[type=text]:-webkit-autofill,.hubspot-form-wrapper .hs-form input[type=url]:-webkit-autofill,.hubspot-form-wrapper .hs-form select:-webkit-autofill,.hubspot-form-wrapper .hs-form textarea:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #866bff!important;-webkit-text-fill-color:#fff!important}.hubspot-form-wrapper .hs-form input[type=email]:hover,.hubspot-form-wrapper .hs-form input[type=number]:hover,.hubspot-form-wrapper .hs-form input[type=tel]:hover,.hubspot-form-wrapper .hs-form input[type=text]:hover,.hubspot-form-wrapper .hs-form input[type=url]:hover,.hubspot-form-wrapper .hs-form select:hover,.hubspot-form-wrapper .hs-form textarea:hover{cursor:text;border:1px solid #fff;box-shadow:0 0 0 4px hsla(0,0%,100%,.1215686275)}.hubspot-form-wrapper .hs-form textarea{min-height:100px;resize:vertical}.hubspot-form-wrapper .hs-error-msgs{list-style:none;padding:0;margin:0}.hubspot-form-wrapper .hs-error-msgs li{padding:0}.hubspot-form-wrapper .hs-error-msgs .hs-error-msg,.hubspot-form-wrapper .hs-error-msgs label{color:#ffc72c;font-size:10px;padding:4px 0 4px 12px;display:block}@media(min-width:600px){.hubspot-form-wrapper .hs-error-msgs .hs-error-msg,.hubspot-form-wrapper .hs-error-msgs label{font-size:12px}}.hubspot-form-wrapper .hs-form .hs-input.error,.hubspot-form-wrapper .hs-form .hs-input.invalid{border:1px solid #ffc72c}.hubspot-form-wrapper .hs-form .hs-submit{margin-top:4px}.hubspot-form-wrapper .hs-form .hs-button,.hubspot-form-wrapper .hs-form input[type=submit]{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 0;border-radius:16px;border:2px solid rgba(0,0,0,0);color:#362754;cursor:pointer;background-color:#fff;transition:border .2s ease,background .2s ease;min-width:157px;width:100%;font-family:Golos Text,sans-serif;font-size:16px;font-weight:600;line-height:20px}.hubspot-form-wrapper .hs-form .hs-button:hover,.hubspot-form-wrapper .hs-form input[type=submit]:hover{border:2px solid rgba(134,107,255,.5);background:#fafafa}.hubspot-form-wrapper .hs-form .hs-button:disabled,.hubspot-form-wrapper .hs-form input[type=submit]:disabled{background:rgba(250,250,250,.6);cursor:not-allowed}.hubspot-form-wrapper .legal-consent-container{margin-bottom:8px}.hubspot-form-wrapper .legal-consent-container .hs-form-booleancheckbox-display{display:flex;align-items:flex-start;gap:8px}.hubspot-form-wrapper .legal-consent-container .hs-form-booleancheckbox-display input[type=checkbox]{accent-color:#866bff;width:16px;height:16px;margin-top:3px;flex-shrink:0}.hubspot-form-wrapper .legal-consent-container .hs-form-booleancheckbox-display span,.hubspot-form-wrapper .legal-consent-container p{color:hsla(0,0%,100%,.6);font-size:12px;line-height:18px}.hubspot-form-wrapper .legal-consent-container p a{color:#fff;text-decoration:underline}.hubspot-form-wrapper .submitted-message{color:#fff;font-size:18px;font-weight:600;line-height:24px;text-align:center;padding:20px 0}.hubspot-form-wrapper .hs-form .hs_recaptcha{margin:0}.whats-app-modal{font-family:var(--font-inter)}.whats-app-modal__window{width:320px;height:320px;position:fixed;bottom:calc(13vh + 150px);right:-400px;border-radius:20px;background-image:url(/img/whats-app/whats-app-background.jpg);background-size:cover;transition:all .5s;z-index:12}.whats-app-modal__window_open{right:15px}.whats-app-modal__header{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:30%;border-radius:20px 20px 0 0;background-color:#008168;color:#fff}.whats-app-modal__avatar{width:54px;height:54px;border-radius:50%;margin:0 10px 0 25px}.whats-app-modal__row{display:flex;flex-direction:row;margin:0 10px 0 25px}.whats-app-modal__column{display:flex;flex-direction:column}.whats-app-modal__name{font-size:16px;font-weight:500;margin:5px 0}.whats-app-modal__status{font-size:12px;font-weight:400}.whats-app-modal__close-button{align-self:flex-start;width:22px;height:22px;border:none;margin:5px 8px;background:none;color:#65b2a4;font-family:monospace;font-size:24px;transition:all .3s}.whats-app-modal__close-button:hover{cursor:pointer;color:#7ad5c6}.whats-app-modal__body{height:70%;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.whats-app-modal__time{font-size:12px;color:#6b778c}.whats-app-modal__message{align-self:flex-start;position:relative;display:flex;flex-direction:column;justify-content:space-around;width:70%;height:80px;border-radius:0 20px 20px 20px;margin-left:20px;padding:10px 20px;background-color:#fff}.whats-app-modal__message:before{position:absolute;content:"";width:0;height:0;border:15px solid rgba(0,0,0,0);border-bottom-color:#fff;border-radius:5px;left:-11px;top:-30px;transform:translateY(50%) rotate(45deg)}.whats-app-modal__message-text{color:#000;z-index:1}.whats-app-modal__link{position:relative;width:71%;border-radius:30px;padding:15px 15px 15px 45px;display:flex;justify-content:center;background-color:#65d072;color:#fff;font-size:15px;font-weight:600;transition:all .3s}.whats-app-modal__link:hover{cursor:pointer;background-color:#65d480}.whats-app-modal__link:before{content:"";position:absolute;top:0;bottom:0;left:20px;margin:auto 0;width:20px;height:20px;background-image:url(/img/whats-app/whats-app.svg);background-size:cover}.whats-app-modal__button{position:fixed;right:12px;bottom:calc(13vh + 58px);width:64px;height:64px;border-radius:50%;border:none;background-color:#65d072;transition:all .3s;z-index:10}.whats-app-modal__button:hover{cursor:pointer;background-color:#65d480}@media screen and (min-width:724px){.whats-app-modal__button{right:calc(3% - 12px)}}.whats-app-modal__image{width:32px;height:32px}