:root{--material-cubic-bezier:cubic-bezier(0.4,0,0.2,1);--header-height:60px;--background-color:#f5f8ff;--border-color:#e2e8f0;--primary-color:rgba(21,93,252,0.5)}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{background:#fff;color:#000;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width:480px){body{font-size:14px;line-height:22px}}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;outline:0;padding:3px 0;position:relative;text-decoration:none;transition:all .2s var(--material-cubic-bezier)}a.link-effect:before{background-color:var(--primary-color);content:"";height:2px;width:0;position:absolute;bottom:0;right:0;transition:all .4s var(--material-cubic-bezier)}a.link-effect:hover{color:var(--primary-color)}a.link-effect:hover:before{left:0;right:unset;width:100%}.button,button{background:linear-gradient(180deg,#2b7fff,#155dfc);border:0;border-radius:20px;color:#fff;cursor:pointer;display:inline-flex;font-size:inherit;outline:0;overflow:hidden;padding:8px 20px;position:relative;transition:all .4s var(--material-cubic-bezier)}.button:before,button:before{background:linear-gradient(90deg,transparent,rgba(245,248,255,.5));-webkit-clip-path:polygon(0 100%,0 0,89% 0,89.08% 3%,89.28% 6%,89.65% 9%,90.19% 12%,90.89% 15%,91.72% 18%,92.64% 21%,93.6% 24%,94.55% 27%,95.43% 30%,96.08% 33%,96.52% 36%,96.61% 39%,96.52% 42%,96.25% 45%,95.76% 48%,95.06% 51%,94.13% 54%,92.95% 57%,91.57% 60%,90.13% 63%,88.67% 66%,87.34% 69%,86.24% 72%,85.41% 75%,84.96% 78%,84.85% 81%,84.98% 84%,85.38% 87%,86.03% 90%,86.92% 93%,88.01% 96%,89.28% 99%,90.7% 100%,92.21% 100%,93.69% 100%,95.08% 100%,96.26% 100%,97.15% 100%,97.69% 100%,97.82% 100%,97.59% 100%,97.07% 100%,96.35% 100%,95.51% 100%,94.65% 100%,93.83% 100%,93.1% 100%,92.49% 100%,92.04% 100%);clip-path:polygon(0 100%,0 0,89% 0,89.08% 3%,89.28% 6%,89.65% 9%,90.19% 12%,90.89% 15%,91.72% 18%,92.64% 21%,93.6% 24%,94.55% 27%,95.43% 30%,96.08% 33%,96.52% 36%,96.61% 39%,96.52% 42%,96.25% 45%,95.76% 48%,95.06% 51%,94.13% 54%,92.95% 57%,91.57% 60%,90.13% 63%,88.67% 66%,87.34% 69%,86.24% 72%,85.41% 75%,84.96% 78%,84.85% 81%,84.98% 84%,85.38% 87%,86.03% 90%,86.92% 93%,88.01% 96%,89.28% 99%,90.7% 100%,92.21% 100%,93.69% 100%,95.08% 100%,96.26% 100%,97.15% 100%,97.69% 100%,97.82% 100%,97.59% 100%,97.07% 100%,96.35% 100%,95.51% 100%,94.65% 100%,93.83% 100%,93.1% 100%,92.49% 100%,92.04% 100%);content:"";opacity:0;position:absolute;height:100%;width:100%;left:0;top:0}.button:hover:before,button:hover:before{animation:buttonAnimation 1s var(--material-cubic-bezier) forwards}.button.outline,button.outline{background:rgba(0,0,0,0);border:1px solid #000;color:#000}.button.outline:hover,button.outline:hover{border-color:var(--primary-color);color:var(--primary-color)}.input{border:1px solid #000;border-radius:4px;margin:4px 0;outline:0;transition:all .4s var(--material-cubic-bezier);width:100%;height:36px;position:relative}.input:focus-within{border-color:var(--primary-color)}.input:has(select):before{content:"";position:absolute;width:12px;height:12px;right:12px;top:50%;transform:translateY(-50%);background:url(/images/icon-chevon.svg) 50%/contain no-repeat;pointer-events:none}.input input,.input select{font-size:16px;background-color:rgba(0,0,0,0);width:100%;height:100%;border:0;outline:none;margin:0;padding:8px;text-align:left;z-index:1}.input select{color:#000;-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;padding-right:30px;overflow:hidden}label{cursor:pointer;font-size:14px}@media screen and (max-width:480px){label{font-size:12px}}.blog-thumbnail-wrapper{background-color:#e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:150px}.blog-thumbnail-wrapper img{width:100%}.blog-tag{background-color:#e2e8f0;display:inline-block;font-weight:700;margin:14px 0;padding:4px 10px;text-transform:capitalize}@media screen and (max-width:480px){.blog-tag{font-size:12px;padding:2px 6px}}.cols-three,.cols-two{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}@media screen and (max-width:480px){.cols-three,.cols-two{grid-template-columns:repeat(1,1fr)}}.cols-three{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1000px){.cols-three{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.cols-three{grid-template-columns:repeat(1,1fr)}}.wrapper{max-width:1280px;margin:0 auto;padding:0 40px;width:100%}@media screen and (max-width:480px){.wrapper{padding:0 20px}.only-desktop{display:none!important}}.only-mobile{display:none!important}@media screen and (max-width:480px){.only-mobile{display:revert!important}}.swiper .swiper-pagination .swiper-pagination-bullet{background-color:#fff}.swiper img{width:100%}@keyframes buttonAnimation{0%{opacity:0;transform:translateX(-50%)}10%{opacity:1}to{opacity:1;transform:translateX(100%)}}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_069ab3{font-family:Montserrat,Montserrat Fallback;font-style:normal}.footerWrapper{background-color:#000;color:#fff;padding:24px 0}.footerWrapper .wrapper{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:480px){.footerWrapper .wrapper{align-items:flex-start;flex-direction:column}}.footerWrapper__left p{font-weight:600;margin-top:12px}@media screen and (max-width:480px){.footerWrapper__right{display:flex;flex-direction:column}}.footerWrapper__right a:not(:last-child){margin-right:24px}.footerWrapper__right a.link-effect{color:currentColor}.footerWrapper__right a.link-effect:before{background-color:currentColor}@media screen and (max-width:480px){.footerWrapper__right a{margin-top:24px}}.headerWrapper{background-color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;height:var(--header-height);width:100%;position:fixed;top:0;z-index:10;transition:background-color .4s var(--material-cubic-bezier)}.headerWrapper.hasScroll{background-color:hsla(0,0%,100%,.5)}.headerWrapper .wrapper{display:flex;align-items:center;justify-content:space-between;height:100%;padding:12px 0}@media screen and (max-width:480px){.headerWrapper .wrapper{padding:12px 14px 12px 20px}}.headerWrapper__left,.headerWrapper__left img{height:100%}.headerWrapper__right__navWrapper{display:flex;align-items:center;gap:32px}.headerWrapper__right__mobileButton{display:flex;flex-direction:column;gap:3px;padding:6px}.headerWrapper__right__mobileButton.open div:first-child{transform:rotate(45deg) translate(3px,3px)}.headerWrapper__right__mobileButton.open div:last-child{transform:rotate(-45deg) translate(4px,-4px)}.headerWrapper__right__mobileButton.open div:nth-child(2){opacity:0}.headerWrapper__right__mobileButton div{background-color:#000;height:2px;width:18px;transition:all .4s var(--material-cubic-bezier)}.headerWrapper__right__mobileNav{background-color:#fff;height:calc(100vh - var(--header-height));width:100vw;padding:20px;opacity:0;position:fixed;pointer-events:none;left:0;top:var(--header-height);transform:translateX(100%);transition:all .4s var(--material-cubic-bezier)}.headerWrapper__right__mobileNav.open{opacity:1;pointer-events:unset;transform:translateY(0)}.headerWrapper__right__mobileNav a{display:inline-block;margin-bottom:16px}.headerWrapper__right__mobileNav a.button{display:block;text-align:center}.headerPlaceholder{height:var(--header-height)}@keyframes interstitialFade{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.interstitialWrapper{position:fixed;inset:0;background:linear-gradient(180deg,#2B7FFF,#155DFC);color:#fff;display:flex;align-items:center;justify-content:center;z-index:1000;animation:interstitialFade 1s var(--material-cubic-bezier) forwards}.interstitialWrapper__marquee{position:absolute;pointer-events:none;top:0;left:0}.interstitialWrapper__marquee img{height:100vh}