[data-scroll-section]{position:relative;overflow:hidden;min-height:100vh}.navbar{padding:2.5rem 0;position:relative;z-index:1000;position:absolute;width:100%;margin:auto;z-index:5}.navbar.sticky{position:fixed;top:-1;width:100%;background:#fff;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.1)}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar .logo img{width:200px;height:40px}.navbar .burger{width:30px;height:18px;display:none;flex-direction:column;justify-content:space-between;align-items:center;cursor:pointer;z-index:2100}.navbar .burger span{width:30px;height:2px;background:#000;border-radius:2px;transition:all .3s ease;transform-origin:center}.navbar .burger.open span{background:red;width:25px}.navbar .burger.open span:first-child{transform:rotate(45deg) translate(2px,5px)}.navbar .burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar .burger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-10px)}@media(max-width:768px){.navbar .burger{display:flex}}.navbar .fullscreen-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;display:none;flex-direction:column;justify-content:center;align-items:flex-start;padding:6rem 2rem 2rem;gap:1.5rem;overflow-y:auto;z-index:2000}.navbar .fullscreen-menu .mobile-item{width:100%}.navbar .fullscreen-menu .mobile-item button{font-size:30px;background:none;color:#000;cursor:pointer;font-family:inherit;margin-bottom:.5rem;display:flex;align-items:center;gap:8px;text-transform:uppercase;width:100%;border:none;border-bottom:1px solid rgba(129,129,129,.5137254902)}.navbar .fullscreen-menu .mobile-item button.active{color:red;font-weight:600}.navbar .fullscreen-menu .mobile-item button .arrow{font-size:1rem}.navbar .fullscreen-menu .mobile-item .mobile-submenu{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.navbar .fullscreen-menu .mobile-item .mobile-submenu button{font-size:1rem;color:#ccc;background:none;border:none;cursor:pointer}.navbar .fullscreen-menu .mobile-item .mobile-submenu button.active,.navbar .fullscreen-menu .mobile-item .mobile-submenu button:hover{color:#00ffe7}.desktop-menu{display:flex;gap:40px;border-radius:20px;background:#f2f2f2;padding:15px 30px;position:relative}.desktop-menu a{transition:all .3s ease;text-decoration:none;color:#676767;font-weight:400;line-height:1;font-size:18px;position:relative}.desktop-menu a.fade-out{opacity:0;pointer-events:none}.desktop-menu a.active{color:#000;border-width:1px;font-weight:500}.desktop-menu a:hover{color:#000}.desktop-menu a.contact-link{display:inline-block;will-change:transform,opacity}.desktop-menu .contact-container{display:none;height:0;opacity:0;visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;right:0;background-color:#f2f2f2;border-radius:20px;padding:50px 20px 0;z-index:-1;will-change:opacity,transform,height}.desktop-menu .contact-content{width:100%;opacity:0;visibility:hidden;will-change:opacity}.desktop-menu .contact-content .contact-info form{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.desktop-menu .contact-content .contact-info form .error-msg{font-size:12px;color:red;line-height:normal;width:100%}.desktop-menu .contact-content .contact-info form input{padding:10px;border-radius:10px;border:1px solid #ccc;font-size:16px;width:100%}.desktop-menu .contact-content .contact-info form input[type=number]::-webkit-inner-spin-button,.desktop-menu .contact-content .contact-info form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.desktop-menu .contact-content .contact-info form textarea{width:100%;padding:10px;border-radius:10px;resize:none}.desktop-menu .contact-content .contact-info form button{border:1px solid #d32027;color:#d32027;padding:10px 30px;border-radius:5px;cursor:pointer;font-size:16px}.desktop-menu .contact-content .contact-info form button:hover{background-color:#b71c1c;color:#fff}.desktop-menu .close-contact-inline{position:absolute;top:50%;right:20px;transform:translateY(-50%);background:none;border:none;font-size:20px;color:#666;cursor:pointer;opacity:0;visibility:hidden;z-index:101;transition:all .3s ease;will-change:opacity,transform}.desktop-menu .close-contact-inline:hover{color:#d32027;transform:translateY(-50%) rotate(90deg)}@media(max-width:768px){.desktop-menu{display:none}}.mobile-contact-modal .contact-content{justify-content:start}.mobile-contact-modal .contact-content form{padding-top:60px}.mobile-contact-modal .close-modal{position:absolute;top:10px;right:10px;background:rgba(0,0,0,0);border:none;font-size:30px;color:#000;cursor:pointer;z-index:101}.mobile-contact-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999;transform-origin:center}.mobile-contact-modal .contact-content{background:#fff;padding:20px;width:102%;max-width:500px;box-sizing:border-box;height:100%;display:flex;flex-direction:column;justify-content:space-between}.mobile-contact-modal .contact-content form{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.mobile-contact-modal .contact-content form .error-msg{font-size:12px;color:red;line-height:normal;width:100%}.mobile-contact-modal .contact-content form input{padding:10px;border-radius:10px;border:1px solid #ccc;font-size:16px;width:100%}.mobile-contact-modal .contact-content form input[type=number]::-webkit-inner-spin-button,.mobile-contact-modal .contact-content form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mobile-contact-modal .contact-content form textarea{width:100%;padding:10px;border-radius:10px;resize:none}.mobile-contact-modal .contact-content form button{border:1px solid #d32027;color:#d32027;padding:10px 30px;border-radius:5px;cursor:pointer;font-size:16px;background:#fff;transition:all .3s ease}.mobile-contact-modal .contact-content form button:hover{background-color:#b71c1c;color:#fff}.mobile-contact-modal .contact-content .close-modal{position:absolute;top:10px;right:10px;background:rgba(0,0,0,0);border:none;font-size:30px;color:#000;cursor:pointer;z-index:101}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}.scroll-top{position:fixed;bottom:30px;right:30px;background-color:#000;color:#fff;border-radius:100%;padding:15px;font-size:30px;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,.3);z-index:1000;opacity:.8;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;font-size:24px;width:40px;height:40px}@media(max-width:767.98px){.scroll-top{right:20px!important}}.scroll-top:hover{background-color:#555;opacity:1}.bg-theme-dark{background:#000}.bg-dark{background:#1c1d24}.bg-dark-90{background:rgba(28,29,36,.9)}.bg-dark-80{background:rgba(28,29,36,.8)}.bg-dark-70{background:rgba(28,29,36,.7)}.bg-dark-60{background:rgba(28,29,36,.6)}.bg-dark-50{background:rgba(28,29,36,.5)}.bg-dark-40{background:rgba(28,29,36,.4)}.bg-dark-30{background:rgba(28,29,36,.3)}.bg-dark-20{background:rgba(28,29,36,.2)}.bg-dark-10{background:rgba(28,29,36,.1)}.bg-black{background:#000}.bg-black-90{background:rgba(0,0,0,.9)}.bg-black-80{background:rgba(0,0,0,.8)}.bg-black-70{background:rgba(0,0,0,.7)}.bg-black-60{background:rgba(0,0,0,.6)}.bg-black-50{background:rgba(0,0,0,.5)}.bg-black-40{background:rgba(0,0,0,.4)}.bg-black-30{background:rgba(0,0,0,.3)}.bg-black-20{background:rgba(0,0,0,.2)}.bg-black-10{background:rgba(0,0,0,.1)}.bg-white{background:#fff}.bg-white-90{background:hsla(0,0%,100%,.9)}.bg-white-80{background:hsla(0,0%,100%,.8)}.bg-white-70{background:hsla(0,0%,100%,.7)}.bg-white-60{background:hsla(0,0%,100%,.6)}.bg-white-50{background:hsla(0,0%,100%,.5)}.bg-white-40{background:hsla(0,0%,100%,.4)}.bg-white-30{background:hsla(0,0%,100%,.3)}.bg-white-20{background:hsla(0,0%,100%,.2)}.bg-white-10{background:hsla(0,0%,100%,.1)}.bg-gray{background:#f1f2fa}.bg-red{background:#e32227}.bg-iceblue{background:#e8f3ff}.bg-gradient-1,.bg-gradient-2,.bg-gradient-3,.bg-gradient-4,.bg-gradient-5{overflow:hidden;position:relative;z-index:1}.bg-gradient-1:before,.bg-gradient-2:before,.bg-gradient-3:before,.bg-gradient-4:before,.bg-gradient-5:before{z-index:-1;content:"";position:absolute;top:0;left:0;width:100%;height:100%}.bg-gradient-1:before{background-image:linear-gradient(45deg,#ff5988,#500c7f)}.bg-gradient-2:before{background-image:linear-gradient(45deg,#2fbdff,#0f2f40)}.bg-gradient-3:before{background-image:linear-gradient(45deg,#ff2f78,#ff7582)}.bg-gradient-4:before{background-image:linear-gradient(45deg,#00dbde,#fc00ff)}.bg-gradient-5:before{background-image:linear-gradient(45deg,#007990,#6ce5c0)}.bg-opacity-90:before{opacity:.9}.bg-opacity-80:before{opacity:.8}.bg-opacity-70:before{opacity:.7}.bg-opacity-60:before{opacity:.6}.bg-opacity-50:before{opacity:.5}.bg-opacity-40:before{opacity:.4}.bg-opacity-30:before{opacity:.3}.bg-opacity-20:before{opacity:.2}.bg-opacity-10:before{opacity:.1}.letter-spacing-05{letter-spacing:.5px}.letter-spacing-1{letter-spacing:1px}.letter-spacing-2{letter-spacing:2px}.letter-spacing-3{letter-spacing:3px}.letter-spacing-4{letter-spacing:4px}.line-height-100{line-height:1}.line-height-110{line-height:1.1}.line-height-120{line-height:1.2}.line-height-130{line-height:1.3}.line-height-140{line-height:1.4}* .text-white-90,[class*=bg-] .text-white-90{color:hsla(0,0%,100%,.9)}* .text-white-80,[class*=bg-] .text-white-80{color:hsla(0,0%,100%,.8)}* .text-white-70,[class*=bg-] .text-white-70{color:hsla(0,0%,100%,.7)}* .text-white-60,[class*=bg-] .text-white-60{color:hsla(0,0%,100%,.6)}* .text-white-50,[class*=bg-] .text-white-50{color:hsla(0,0%,100%,.5)}* .text-white-40,[class*=bg-] .text-white-40{color:hsla(0,0%,100%,.4)}* .text-white-30,[class*=bg-] .text-white-30{color:hsla(0,0%,100%,.3)}* .text-white-20,[class*=bg-] .text-white-20{color:hsla(0,0%,100%,.2)}* .text-white-10,[class*=bg-] .text-white-10{color:hsla(0,0%,100%,.1)}* .text-black,[class*=bg-] .text-black{color:#000}* .text-black-90,[class*=bg-] .text-black-90{color:rgba(0,0,0,.9)}* .text-black-80,[class*=bg-] .text-black-80{color:rgba(0,0,0,.8)}* .text-black-70,[class*=bg-] .text-black-70{color:rgba(0,0,0,.7)}* .text-black-60,[class*=bg-] .text-black-60{color:rgba(0,0,0,.6)}* .text-black-50,[class*=bg-] .text-black-50{color:rgba(0,0,0,.5)}* .text-black-40,[class*=bg-] .text-black-40{color:rgba(0,0,0,.4)}* .text-black-30,[class*=bg-] .text-black-30{color:rgba(0,0,0,.3)}* .text-black-20,[class*=bg-] .text-black-20{color:rgba(0,0,0,.2)}* .text-black-10,[class*=bg-] .text-black-10{color:rgba(0,0,0,.1)}* .text-primary,[class*=bg-] .text-primary{color:#787a7c}* .text-green,[class*=bg-] .text-green{color:#32cd32}* .text-red,[class*=bg-] .text-red{color:#e32227}* .text-yellow,[class*=bg-] .text-yellow{color:#ffb657}* .text-dark,[class*=bg-] .text-dark{color:#1c1d24}* .text-dark-90,[class*=bg-] .text-dark-90{color:rgba(28,29,36,.9)}* .text-dark-80,[class*=bg-] .text-dark-80{color:rgba(28,29,36,.8)}* .text-dark-70,[class*=bg-] .text-dark-70{color:rgba(28,29,36,.7)}* .text-dark-60,[class*=bg-] .text-dark-60{color:rgba(28,29,36,.6)}* .text-dark-50,[class*=bg-] .text-dark-50{color:rgba(28,29,36,.5)}* .text-dark-40,[class*=bg-] .text-dark-40{color:rgba(28,29,36,.4)}* .text-dark-30,[class*=bg-] .text-dark-30{color:rgba(28,29,36,.3)}* .text-dark-20,[class*=bg-] .text-dark-20{color:rgba(28,29,36,.2)}* .text-dark-10,[class*=bg-] .text-dark-10{color:rgba(28,29,36,.1)}.text-white *{color:#fff}.text-white-90 *{color:hsla(0,0%,100%,.9)}.text-white-80 *{color:hsla(0,0%,100%,.8)}.text-white-70 *{color:hsla(0,0%,100%,.7)}.text-white-60 *{color:hsla(0,0%,100%,.6)}.text-white-50 *{color:hsla(0,0%,100%,.5)}.text-white-40 *{color:hsla(0,0%,100%,.4)}.text-white-30 *{color:hsla(0,0%,100%,.3)}.text-white-20 *{color:hsla(0,0%,100%,.2)}.text-white-10 *{color:hsla(0,0%,100%,.1)}[class*=text-gradient]{display:inline-block}.text-gradient-1{background-image:linear-gradient(45deg,#ff5988,#500c7f)}.text-gradient-1,.text-gradient-2{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text-gradient-2{background-image:linear-gradient(45deg,#2fbdff,#0f2f40)}.text-gradient-3{background-image:linear-gradient(45deg,#ff2f78,#ff7582)}.text-gradient-3,.text-gradient-4{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text-gradient-4{background-image:linear-gradient(45deg,#00dbde,#fc00ff)}.text-gradient-5{background-image:linear-gradient(45deg,#007990,#6ce5c0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.stroke-text,.stroke-text-dark{color:#000;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-text-stroke-width:1.4px;-webkit-text-stroke-color:#000}@media(max-width:991.98px){.stroke-text,.stroke-text-dark{-webkit-text-stroke-width:1.2px}}.stroke-text-white,[class*=bg-black] .stroke-text,[class*=bg-dark] .stroke-text,[class*=bg-gradient] .stroke-text{color:#fff;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-text-stroke-color:#fff}.border-dashed{border:1px dashed rgba(28,29,36,.2)}.border-top-dashed{border-top:1px dashed rgba(28,29,36,.2)}.border-right-dashed{border-right:1px dashed rgba(28,29,36,.2)}.border-bottom-dashed{border-bottom:1px dashed rgba(28,29,36,.2)}.border-left-dashed{border-left:1px dashed rgba(28,29,36,.2)}[class*=bg-black] .border-bottom-dashed,[class*=bg-black] .border-top-dashed,[class*=bg-dark] .border-bottom-dashed,[class*=bg-dark] .border-top-dashed,[class*=bg-gradient] .border-bottom-dashed,[class*=bg-gradient] .border-top-dashed{border-color:hsla(0,0%,100%,.3)}.backdrop-filter-blur{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.n-margin-1{margin-top:-1rem}.n-margin-2{margin-top:-2rem}.n-margin-3{margin-top:-3rem}.n-margin-4{margin-top:-4rem}.n-margin-5{margin-top:-5rem}.n-margin-6{margin-top:-6rem}.z-index-1{z-index:1}.z-index-2{z-index:2}@media(min-width:992px){.fixed-lg-top{position:fixed;top:0}.fixed-lg-bottom{position:fixed;bottom:0}}.opacity-90{opacity:.9}.opacity-80{opacity:.8}.opacity-70{opacity:.7}.opacity-60{opacity:.6}.opacity-50{opacity:.5}.opacity-40{opacity:.4}.opacity-30{opacity:.3}.opacity-20{opacity:.2}.opacity-10{opacity:.1}.divider-side-line{display:flex;align-items:center}.divider-side-line:after{content:"";flex:1 1 auto;background:rgba(28,29,36,.2);height:1px}a{text-decoration:none!important}.cust-container{max-width:1320px;margin:0 auto;padding:0 7.5px}@media(max-width:1399.98px){.cust-container{max-width:1140px}}@media(max-width:1199.98px){.cust-container{max-width:960px}}@media(max-width:991.98px){.cust-container{max-width:720px}}@media(max-width:767.98px){.cust-container{max-width:540px;padding:0 20px}}.h1,.h2,.h3,.h4,.h5,.h6,address,blockquote,h1,h2,h3,h4,h5,h6,hr,menu,ol,p,pre,table{margin:0 0 20px}.h1,.h2,.h3,.h4,.h5,.h6,a,h1,h2,h3,h4,h5,h6{word-break:break-word;font-family:var(--font-manrope),sans-serif;line-height:1.4074;color:#1c1d1f}.h1,h1{font-size:78px;line-height:91px}.h1,.h2,h1,h2{font-weight:700}.h2,h2{font-size:48px;line-height:1.23}.h3,h3{font-size:30px;line-height:54px}.h4,h4{font-size:32px;line-height:1.25}.h5,h5{font-size:24px;line-height:1.24}.h6,h6{font-size:18px;line-height:1.25}.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}.bg-color-tertiary .h1,.bg-color-tertiary .h2,.bg-color-tertiary .h3,.bg-color-tertiary .h4,.bg-color-tertiary .h5,.bg-color-tertiary .h6,.bg-color-tertiary h1,.bg-color-tertiary h2,.bg-color-tertiary h3,.bg-color-tertiary h4,.bg-color-tertiary h5,.bg-color-tertiary h6{color:#fff}.bg-color-tertiary a,.bg-color-tertiary p{color:#6c7279}@media(max-width:991.98px){.h1,h1{font-size:60px}.h2,h2{font-size:32px}.h3,h3{font-size:28px}.h4,h4{font-size:24px}.h5,h5{font-size:18px}}@media(max-width:767.98px){.h1,h1{font-size:48px}.h2,h2{font-size:28px;line-height:40px}.h3,h3{font-size:24px}.h4,.h5,h4,h5{font-size:20px}}p{font-size:16px;font-family:var(--font-manrope),sans-serif;line-height:var(--line-height-b2);font-weight:400;color:#1e1e1e;margin:0 0 25px;word-spacing:1px}@media(max-width:575.98px){p{margin:0 0 20px;font-size:16px;line-height:30px}}p.has-large-font-size{line-height:1.5;font-size:36px}p.has-medium-font-size{font-size:24px;line-height:36px}p.has-small-font-size{font-size:13px}p.has-very-light-gray-color{color:#fff}p.has-background{padding:20px 30px}p.b1{font-size:var(--font-size-b1);line-height:var(--line-height-b1)}p.b2{font-size:var(--font-size-b2);line-height:var(--line-height-b2)}p.b3{font-size:var(--font-size-b3);line-height:var(--line-height-b3)}p:last-child{margin-bottom:0}.b1{font-size:var(--font-size-b1);line-height:var(--line-height-b1)}.b2{font-size:var(--font-size-b2);line-height:var(--line-height-b2)}.b3{font-size:var(--font-size-b3);line-height:var(--line-height-b3)}.b4{font-size:var(--font-size-b4);line-height:var(--line-height-b4)}table{border-collapse:collapse;border-spacing:0;margin:0 0 20px;width:100%}table a,table a:link,table a:visited{text-decoration:none}var{font-family:Hanken Grotesk,sans-serif}.typo-title-area .title{margin-top:0}.paragraph-area p.disc{margin-bottom:20px;color:#fff}.tag span{position:relative;display:inline-block;font-size:14px;font-weight:600;color:#ff007f;text-transform:uppercase;letter-spacing:2px;font-family:var(--font-manrope),sans-serif;margin:0 0 24px 48px}@media(max-width:767.98px){.tag span{margin:0 0 12px 40px}}@media(max-width:575.98px){.tag span{margin-bottom:0;font-size:10px}}.tag span:after,.tag span:before{content:"";position:absolute;top:50%;width:40px;height:1px;background-color:#ff007f}@media(max-width:767.98px){.tag span:after,.tag span:before{width:30px}}.tag span:before{left:-45px}@media(max-width:767.98px){.tag span:before{left:-40px}}.tag span:after{right:-45px}@media(max-width:767.98px){.tag span:after{right:-40px}}*,html{margin:0;padding:0}html{font-size:10px;overflow:hidden;overflow-y:auto;scroll-behavior:auto!important}body{font-size:var(--font-size-b1);line-height:var(--line-height-b1);font-family:var(--font-manrope),sans-serif;color:#74787c;font-weight:400;position:relative;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}body:before{content:"";position:absolute;left:0;top:0;z-index:-1;opacity:.05}body,body:before,html{width:100%;height:100%}main{min-height:100%}.container,.container-fluid,main{position:relative}@media(max-width:575.98px){.container,.container-fluid{padding:0 20px}}.emptydiv .vh-100,.vh-100{height:100vh}.emptydiv:first-child{background-color:#000}.no-scroll{overflow:hidden;height:100vh!important}.section-gap-top-bottom{padding:100px 0}@media(max-width:991.98px){.section-gap-top-bottom{padding:90px 0}}@media(max-width:767.98px){.section-gap-top-bottom{padding:80px 0}}@media(max-width:575.98px){.section-gap-top-bottom{padding:50px 0}}.section-body-gap{padding-top:50px}@media(max-width:991.98px){.section-body-gap{padding-top:50px}}@media(max-width:767.98px){.section-body-gap{padding-top:35px}}@media(max-width:575.98px){.section-body-gap{padding-top:20px}}.bg-theme-dark .pre-title,.bg-theme-dark .title,.bg-theme-dark a,.bg-theme-dark h1,.bg-theme-dark h2,.bg-theme-dark h3,.bg-theme-dark h4,.bg-theme-dark h5,.bg-theme-dark p{color:#fff}.image_before{position:relative;width:100%}.image_before>*{position:absolute;top:0;left:0;width:100%;height:100%}.image_before:before{display:block;padding-top:var(--aspect-ratio);content:""}*{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,nav,section,summary{display:block}audio,canvas,img,video{display:inline-block;overflow:hidden}audio:not([controls]){display:none;height:0}[hidden]{display:none}a{color:#1c1d1f}a,a:active,a:focus,a:hover{text-decoration:none;outline:none}a:focus{outline:none}address{margin:0 0 24px}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}mark{background:#1c1d1f;color:#fff}code,kbd,pre,samp{font-size:var(--font-size-b3);-webkit-hyphens:none;hyphens:none;color:#1c1d1f}ins,kbd{color:#fff}pre{font-family:Raleway,sans-serif;font-size:var(--font-size-b3);margin:10px 0;overflow:auto;padding:20px;white-space:pre;white-space:pre-wrap;word-wrap:break-word;color:var(--color-body);background:var(--color-lighter)}small{font-size:smaller}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl{margin-top:0;margin-bottom:10px}dt{color:var(--color-heading)}menu,ol,ul{margin:16px 0;padding:0 0 0 40px}nav ol,nav ul{list-style:none;list-style-image:none}li>ol,li>ul{margin:0}ol ul{margin-bottom:0}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:1px solid var(--color-border);margin:0 2px;min-width:inherit;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;max-width:100%;vertical-align:baseline}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0}input[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;padding-right:2px;width:270px}input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}caption,td,th{font-weight:400}th{font-weight:500;text-transform:uppercase}.wp-block-calendar tfoot td,td{border:1px solid var(--color-border);padding:7px 10px}del{color:#333}ins{background:rgba(255,47,47,.4);text-decoration:none}hr{background-size:4px 4px;border:0;height:1px;margin:0 0 24px}table a,table a:link,table a:visited{text-decoration:underline}dt{font-weight:700;margin-bottom:10px}dd{margin:0 15px 15px}caption{caption-side:top}kbd{background:var(--heading-color)}cite,dfn,em{font-style:italic}blockquote,q{-webkit-hyphens:none;hyphens:none;quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}blockquote{font-size:var(--font-size-b1);font-style:italic;font-weight:var(--p-light);margin:24px 40px}blockquote blockquote{margin-right:0}blockquote cite,blockquote small{font-size:var(--font-size-b3);font-weight:400}blockquote b,blockquote strong{font-weight:700}section{display:block;position:relative}.divider{border:0;height:1px;margin:53px 0;background-color:#444}@media(max-width:575.98px){.divider{margin:40px 0}}ul{list-style:none;margin:0 0 30px}ul li{font-size:var(--font-size-b1);line-height:var(--line-height-b1);margin-top:10px;margin-bottom:10px;color:var(--color-body)}ul li a{text-decoration:none;transition:.1s linear}ul li:hover{color:var(--color-primary)}ul[class*=" list-"],ul[class^=list-]{padding:0}ul.list-unstyled li{list-style-type:none;margin-bottom:6px}ul.list-unstyled li:last-child{margin-bottom:0}ul.list-dash li{list-style-type:none;margin-bottom:6px}ul.list-dash li:before{content:"-";padding-right:7px}ul.list-dash li:last-child{margin-bottom:0}ul.list-border-dashed li{list-style-type:none;padding:12px 0;border-bottom:1px dashed rgba(28,29,36,.2)}ul.list-border-dashed li:last-child{border-bottom:0}ul[class*=" list-inline"] li,ul[class^=list-inline] li{display:inline-block}ul.list-inline-dash li{padding-right:5px}ul.list-inline-dash li:before{content:"-";padding-right:8px}ul.list-inline-dash li:first-child:before{display:none}ul.list-inline-dash li:last-child{padding-right:0}ul.list-inline li{padding-right:4px}ul.list-inline li:last-child{padding-right:0}ul.list-inline-lg li{padding-right:8px}ul.list-inline-lg li:last-child{padding-right:0}ul.list-inline-xl li{padding-right:13px}ul.list-inline-xl li:last-child{padding-right:0}ul.list-inline-2xl li{padding-right:17px}ul.list-inline-2xl li:last-child{padding-right:0}ul.list-inline-dot li{position:relative;padding:0 4px 0 14px}ul.list-inline-dot li:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);background:rgba(0,0,0,.8);width:5px;height:5px;border-radius:50%}ul.list-inline-dot li:first-child{padding-left:0}ul.list-inline-dot li:first-child:before{display:none}[class*=bg-black] ul.list-border-dashed li,[class*=bg-dark] ul.list-border-dashed li,[class*=bg-gradient] ul.list-border-dashed li{border-color:hsla(0,0%,100%,.3)}[class*=bg-black] ul.list-inline-dot li:before,[class*=bg-dark] ul.list-inline-dot li:before,[class*=bg-gradient] ul.list-inline-dot li:before{background:hsla(0,0%,100%,.8)}:root{--color-primary:#141414;--color-secondary:#1f1f25;--color-body:#74787c;--color-heading-1:#fff;--color-white:#fff;--color-success:#3eb75e;--color-danger:#ff0003;--color-warning:#ff8f3c;--color-info:#1ba2db;--color-facebook:#3b5997;--color-twitter:#1ba1f2;--color-youtube:#ed4141;--color-linkedin:#0077b5;--color-pinterest:#e60022;--color-instagram:#c231a1;--color-vimeo:#00adef;--color-twitch:#6441a3;--color-discord:#7289da;--transition:0.3s;--font-size-b1:16px;--font-size-b2:16px;--font-size-b3:12px;--font-size-b4:10px;--line-height-b1:26px;--line-height-b2:26px;--line-height-b3:1.7;--h1:60px;--h2:48px;--h3:30px;--h4:26px;--h5:24px;--h6:18px}footer{background:#cf2030;border-top-left-radius:50px;border-top-right-radius:50px;position:relative;overflow:hidden}@media(max-width:767.98px){footer{border-top-left-radius:30px;border-top-right-radius:30px}}@media(max-width:575.98px){footer{border-top-left-radius:20px;border-top-right-radius:20px}}footer img{width:100%;position:absolute;top:0;left:0}@media(max-width:767.98px){footer img{width:auto;transform:translateX(-34%)}}footer .content{padding:35px 0 40px;position:relative}footer .content h2{font-size:100px;color:#fff;line-height:normal}@media(max-width:1399.98px){footer .content h2{font-size:70px}}@media(max-width:767.98px){footer .content h2{font-size:60px}}@media(max-width:575.98px){footer .content h2{font-size:50px}}footer .content .links{display:flex;padding-left:0;margin-top:80px}@media(max-width:991.98px){footer .content .links{display:none}}footer .content .links.mobile{display:none}@media(max-width:991.98px){footer .content .links.mobile{display:flex;margin-top:0;flex-direction:column}footer .content .links.mobile li{padding:0;border:none}}footer .content .links li{padding:0 30px;border-right:1px solid #fff;line-height:normal}footer .content .links li:last-child{border:none}footer .content .links li:first-child{padding-left:0}footer .content .links li a{color:#e4e4e4;line-height:normal;font-size:20px;font-weight:400;text-transform:capitalize}footer .content .video-wrapper{position:absolute;top:45%;left:40%;transform:translate(-50%,-50%);width:100%;max-width:400px;height:130px;overflow:hidden;border-radius:20px}@media(max-width:1399.98px){footer .content .video-wrapper{max-width:300px}}@media(max-width:991.98px){footer .content .video-wrapper{display:none}}footer .content .video-wrapper video{width:inherit}footer .content .bottom{margin-top:65px}footer .content .bottom p{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:23.8px}@media(max-width:575.98px){footer .content .bottom p{font-size:10px}}