:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, 0.7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: 0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0px 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g)*1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:rgba(0,0,0,0);outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes Toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0, -110%, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(0, 500px, 0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(0, -500px, 0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
*{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}ol,ul{list-style:none}pre,code{font-family:monospace,monospace}hr{border:0}table{border-collapse:collapse;border-spacing:0}th{font-weight:normal;text-align:left}button,input,textarea,select,optgroup{color:inherit;font:inherit}button,input,textarea,select{background:none;border:0;outline:0}fieldset,legend{border:0}optgroup{font-weight:bold}a,abbr{outline:0;text-decoration:none}address,cite{font-style:normal}iframe{border:0}*,*::before,*::after{box-sizing:border-box}a,area,button,label,input,select,textarea,[tabindex]{touch-action:manipulation}html{text-size-adjust:100%;-ms-overflow-style:-ms-autohiding-scrollbar}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{vertical-align:baseline;display:inline-block}h1{font-size:100%}hr{height:1px}audio:not([controls]){height:0;display:none}template{display:none}input,textarea,select{border-radius:0;appearance:none}button{border-radius:0;overflow:visible;text-transform:none}button::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}textarea{overflow:auto}select{text-transform:none}b,strong{font-weight:bold}a{background:none}abbr{speak:spell-out}img{border:0}small{font-size:100%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}svg:not(:root){overflow:hidden}[hidden]{display:none}body,button,input,textarea,select{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}body,button{line-height:1}html{font-size:17px}@media(max-width: 768px){html{font-size:16px}}@media(max-width: 568px){html{font-size:15px}}body{background:#fff;color:#000}p,blockquote{line-height:1.4}p{margin:0 0 20px}table{width:100%}button,input,textarea,select{vertical-align:middle}button,label[for],input[type=checkbox],input[type=radio],select{cursor:pointer}input,textarea,select{width:100%;line-height:normal}input,textarea{line-height:normal}input::placeholder,textarea::placeholder{color:rgba(0,0,0,.75);opacity:1;text-overflow:ellipsis !important}button *{pointer-events:none}input[type=checkbox],input[type=radio]{width:auto}textarea{resize:vertical}select{text-overflow:"";text-indent:1px}a{color:inherit}img{max-width:100%;height:auto;user-select:none;vertical-align:middle}[disabled],[disabled] *{cursor:default !important;pointer-events:none}@viewport{width:device-width;zoom:1;user-zoom:fixed}:root{--color-scheme: "light";--background: #fff;--background---alternate: #f2f1f6;--background---alternate---alpha: rgba(242, 241, 246, 0.9);--background---alternate--color: #000;--border-color: rgba(169, 169, 173, 0.5);--color: #000;--toastify-text-color-light: #000;--toastify-color-light: #FCECFB}
.Box{background-color:#f2f1f6;background-position:top center;background-repeat:no-repeat;background-size:cover;border-radius:12px;box-shadow:0 10px 100px rgba(0,0,0,.3);color:#000;padding:3.7647058824rem}@media(max-width: 568px){.Box{padding:48px 32px 32px}}@media(max-width: 480px){.Box{padding-right:12px;padding-left:12px}}
.Image{display:none}.Image---loaded,.Image---placeholder{display:inline}
.Link---pink{color:#d207ce;transition:175ms ease-in-out;transition-property:color,opacity}.Link---pink:hover{color:#a1059e}.Link---black{color:#000;transition:175ms ease-in-out;transition-property:color,opacity}.Link---black:hover{color:#1a1a1a}.Link---grey{color:#6d6d71;transition:175ms ease-in-out;transition-property:color,opacity}.Link---grey:hover{color:#545457}.Link---white{color:#fff;transition:175ms ease-in-out;transition-property:color,opacity}.Link---white:hover{opacity:.9}.Link---red{color:#eb1516;transition:175ms ease-in-out;transition-property:color,opacity}.Link---red:hover{color:#bd1011}.Link---blackWithPinkHover{padding:8px;margin:-8px;border-radius:12px}.Link---blackWithPinkHover:hover{color:#d207ce;background:#fee7fe}.Link---text{border-bottom:1px currentColor solid}.Link---underline{text-decoration:underline}
.MediaObject{display:flex}.MediaObject--body{min-width:1%;flex:1}.MediaObject---action{cursor:pointer}.MediaObject---center{align-items:center}.MediaObject---inline{display:inline-flex}.MediaObject>.MediaObject--figure:first-child{margin-right:8px}.MediaObject>.MediaObject--figure:last-child{margin-left:8px}.MediaObject---split{justify-content:space-between}.MediaObject---large>.MediaObject--figure:first-child{margin-right:16px}.MediaObject---large>.MediaObject--figure:last-child{margin-left:16px}
.Text:not(.Text---retain-height):empty{display:none}.Text---align---left{text-align:left}.Text---align---center{text-align:center}.Text---align---right{text-align:right}.Text---align---center{display:block}.Text---lower{text-transform:lowercase}.Text---upper{text-transform:uppercase}.Text---capitals{text-transform:capitalize}.Text---color---default{color:#000}.Text---color---inherit{color:inherit}.Text---color---red{color:#eb1516}.Text---color---pink{color:#d207ce}.Text---color---yellow{color:#d7b219}.Text---color---black{color:#000}.Text---color---grey{color:#6d6d71}.Text---color---grey---light{color:#a9a9ad}.Text---color---white{color:#fff}.Text---copy{line-height:1.4}.Text---emoji{font-family:Apple Color Emoji,Segoe UI Emoji}.Text---sans-serif{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}.Text---flush{margin-bottom:0}.Text---lines{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.Text---lines---3{-webkit-line-clamp:3}.Text---lines---2{-webkit-line-clamp:2}.Text---lines---1{-webkit-line-clamp:1}.Text---retain-height::after{content:" "}.Text---size---inherit{font-size:inherit}.Text---size---xxlarge{font-size:36px}.Text---size---xlarge{font-size:24px}.Text---size---large{font-size:20px}.Text---size---medium{font-size:17px}.Text---size---small{font-size:14px}.Text---size---xsmall{font-size:12px}.Text---style---inherit{font-style:inherit}.Text---style---italic{font-style:italic}.Text---style---normal{font-style:normal}.Text---truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Text---weight---inherit{font-weight:inherit}.Text---weight---bold{font-weight:bold}.Text---weight---semibold{font-weight:600}.Text---weight---medium{font-weight:500}.Text---weight---normal{font-weight:normal}.Text---weight---light{font-weight:300}.Text---underline{text-decoration:underline}.Text---no-wrap{white-space:nowrap}p.Text{margin:0}p.Text:not(:last-child):not(.Text---flush){margin-bottom:12px}
.Button-module--this---j9B7u{display:inline-block;font-size:17px;transition:175ms ease-in-out;transition-property:background,opacity,transform}.Button-module--this---j9B7u:not(.Button-module--this---icon---Pdp8r):not(.Button-module--this---list-item---cmiu5):not(.Button-module--this---text---PFWOn){border:1.5px rgba(0,0,0,0) solid;border-radius:4px;font-weight:500;line-height:normal;padding:14px 16px}.Button-module--this---disabled---zVfYC{opacity:.5;pointer-events:none}.Button-module--this---full---mb_Yq{width:100%;display:block;text-align:center}.Button-module--this---primary---Lo1TF{color:#fff}.Button-module--this---primary---Lo1TF.Button-module--this---pink---KtCP9{background:#d207ce;color:#fff}.Button-module--this---primary---Lo1TF.Button-module--this---pink---KtCP9:hover{background:#f715f3}.Button-module--this---primary---Lo1TF.Button-module--this---black---POcfy{background:#1a1a1a;color:#fff}.Button-module--this---primary---Lo1TF.Button-module--this---black---POcfy:hover{background:#343434}.Button-module--this---primary---Lo1TF.Button-module--this---grey---h6KJO{background:#e0e3e8;color:#fff;color:#1a1a1a}.Button-module--this---primary---Lo1TF.Button-module--this---grey---h6KJO:hover{background:#fdfdfe;background:#eceef1}.Button-module--this---primary---Lo1TF.Button-module--this---red---jWSvm{background:#eb1516;color:#fff}.Button-module--this---primary---Lo1TF.Button-module--this---red---jWSvm:hover{background:#ef4445}.Button-module--this---secondary---o3fCN{background:#fff;border-color:#d207ce !important;border-radius:12px !important;color:#d207ce;transition:175ms ease-in-out;transition-property:background,color}.Button-module--this---secondary---o3fCN:hover{background:#d207ce;color:#fff}.Button-module--this---secondary---o3fCN.Button-module--this---pink---KtCP9{color:#d207ce;border-color:#d207ce !important}.Button-module--this---secondary---o3fCN.Button-module--this---pink---KtCP9:hover{background:#fff}.Button-module--this---secondary---o3fCN.Button-module--this---black---POcfy{color:#1a1a1a;border-color:#1a1a1a !important}.Button-module--this---secondary---o3fCN.Button-module--this---black---POcfy:hover{background:#f3f3f3}.Button-module--this---secondary---o3fCN.Button-module--this---grey---h6KJO{color:#e0e3e8;border-color:#e0e3e8 !important}.Button-module--this---secondary---o3fCN.Button-module--this---grey---h6KJO:hover{background:#fff}.Button-module--this---secondary---o3fCN.Button-module--this---red---jWSvm{color:#eb1516;border-color:#eb1516 !important}.Button-module--this---secondary---o3fCN.Button-module--this---red---jWSvm:hover{background:#fff}.Button-module--this---secondary---o3fCN.Button-module--this---white---iEGDW:hover{color:#d207ce;background:#fff3fe}.Button-module--this---secondary---o3fCN.Button-module--this---whiteWithPinkHover---F8g7Y{background:#fff;border-color:rgba(0,0,0,0) !important;color:#d207ce}.Button-module--this---secondary---o3fCN.Button-module--this---whiteWithPinkHover---F8g7Y:hover{background:#fff3fe}.Button-module--this---tertiary---fvJPw{color:#d207ce}.Button-module--this---tertiary---fvJPw:hover{color:#f715f3}.Button-module--this---list-item---cmiu5{width:calc(100% + 32px);background:#fff;border:1px rgba(169,169,173,.5) solid;border-right:0;border-left:0;color:#000;display:flex;align-items:center;justify-content:space-between;margin:0 -16px;padding:22px 16px;text-align:left}.Button-module--this---list-item---cmiu5 .Button-module--this--inner---uc2aQ{flex:1}.Button-module--this---list-item---cmiu5+.Button-module--this---list-item---cmiu5{border-top:0}.Button-module--this---text---PFWOn{color:inherit;font-size:inherit;font-weight:inherit;vertical-align:baseline}.Button-module--this---text---PFWOn.Button-module--this---pink---KtCP9{color:#d207ce}.Button-module--this---text---PFWOn.Button-module--this---pink---KtCP9:hover{color:#f715f3}.Button-module--this---text---PFWOn.Button-module--this---black---POcfy{color:#1a1a1a}.Button-module--this---text---PFWOn.Button-module--this---black---POcfy:hover{color:#343434}.Button-module--this---text---PFWOn.Button-module--this---grey---h6KJO{color:#6d6d71}.Button-module--this---text---PFWOn.Button-module--this---grey---h6KJO:hover{color:#86868b}.Button-module--this---text---PFWOn.Button-module--this---decorated---wH1Ln{border-bottom:1px currentColor solid}.Button-module--this---large---TAd8G.Button-module--this---large---TAd8G:not(.Button-module--this---icon---Pdp8r):not(.Button-module--this---text---PFWOn){border-radius:10px;padding-top:19px;padding-bottom:19px}
.Input{background:#ededf2;border:1px rgba(169,169,173,.5) solid;border-radius:10px;font-size:17px;transition:175ms ease-in-out;transition-property:border-color;padding:20px 16px 20px 80px}.Input:focus{border-color:#d207ce}.Input::placeholder{color:#a9a9ad}.Input:-webkit-autofill{box-shadow:0 0 0 99px #ededf2 inset}.Input.invalid{color:#eb1516}
.Label{display:block;margin:0 0 .4705882353rem}.Label:empty{display:none}.Label[for]{cursor:pointer}.Label---flush{margin-bottom:0}.Label---hidden{width:1px !important;height:1px !important;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}.Label---interactive{cursor:pointer}
.Field{margin:0 0 1.4117647059rem;position:relative}.Field--label-text{line-height:normal;position:absolute;top:21px;left:16px}.Field---checkbox{margin-bottom:1.4117647059rem}.Field---checkbox .Field--label{display:flex}.Field---checkbox .Field--input{padding:0;width:1px !important;height:1px !important;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}.Field---checkbox .Field--input:checked+.Field--indicator{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF92lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDgtMjJUMjI6MzQ6MzAtMDQ6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTA4LTI0VDAwOjM5OjQwLTA0OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA4LTI0VDAwOjM5OjQwLTA0OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhlODY3MTQ5LTY1ZGItNDY0Ni04YjYwLTNkMmNlN2RhYmI4OSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjNjYWRiNmZmLWM4NWQtNTk0Yy1hZTNmLTU4OGZlYzk1YTU5MiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjVjOWI4N2VhLWMyN2QtNDkzZi1hYWMzLWZiZmEzZDNkNDE2NyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NWM5Yjg3ZWEtYzI3ZC00OTNmLWFhYzMtZmJmYTNkM2Q0MTY3IiBzdEV2dDp3aGVuPSIyMDIwLTA4LTIyVDIyOjM0OjMwLTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OGU4NjcxNDktNjVkYi00NjQ2LThiNjAtM2QyY2U3ZGFiYjg5IiBzdEV2dDp3aGVuPSIyMDIwLTA4LTI0VDAwOjM5OjQwLTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7BdBN1AAACC0lEQVQ4y52UO0/CUBTHS6st2NZCaSUaBjRMMKiLjzhAHFyd2PSLSMJjFHUjhIEwshEWPwdfgIRF5ZmQ6MTTek49mIqV10lODr3c+7v/c8+5l2HWN4clOizfa4HQOfDNSCSyARGdc4CtRgJLJBIsgoLBoABR9Pl8IkZwJ4FXUsaFQiEeogvYSjqdPuh0Onf1ev0GxrYDgYBzKZJhGAhDZQjbYllWLRQKJ6PR6MX4tk8E67ouLavMTBNhbrdbzeVyZxaYaf1+/xlV/qkYqcE4m6YIyrx2MFTYarXimqbJVgVcNBrdiMViHPp0jNJEmPoPzGi32w8wR8UMGKqM4Pf7XVQtFx2uQI5jaj6fP7eDNRqNJ/hfB5doc3ORnEqlArVa7bZUKh0riuKh80DXstnsqR2s2Ww+iqLoo3k8ZcZsVSqVo8lk8o6TMML3FYzvgu9lMpmL4XBoC5MkSSeYQMdj1kLq9Xr31skILRaL18lk8nIwGLzOSVMmGGu9emK1Wr2eXTQejz+gFd7slMGaHQuMo874MSyGipUyFtgMjLeDMeFwmKcJGqYyDwZnNleZaVQZAZsSDxkX2sB+nRl0BLvonnK0qyTLsrfb7Waw+9HxN4xp1GcCCZj/TNGO08svejweJR6P75fL5UP4dtMTxUPV2aUfUovSTVLrIhdojF35KUYoOiqe3mlSv/QT/wXIYMWfjWbtZAAAAABJRU5ErkJggg==) center/cover #d207ce;border-color:#d207ce}.Field---checkbox .Field--indicator{background:#ededf2;border:1px rgba(169,169,173,.5) solid;border-radius:10px;font-size:17px;transition:175ms ease-in-out;transition-property:border-color;width:18px;height:18px;min-width:18px;border-radius:5px;margin:1px 8px 0 0}.Field---checkbox .Field--label-text{position:static}.Field---checkbox .Field--validation{margin-left:26px}.Field---checkbox+.Field---checkbox{margin-top:-2px}.Field---ios{margin-right:-16px;margin-left:-16px;color:#000}.Field---ios,.Field---ios .Label{margin-bottom:0}.Field---ios .Input{padding-left:116px}.Field---ios+.Field---ios::before{content:"";width:16px;height:1px;background:#fff;display:block;position:absolute;top:-1px;left:0}.Field---ios+.Field---ios .Field--input{border-top:0}.Field--input---upper{letter-spacing:.5em;text-transform:uppercase}.Field--input---upper::placeholder{letter-spacing:0;text-transform:none}.Field--input---ios{background:#fff;border-right:0;border-left:0;border-radius:0}.Field--input---ios:focus{border-top:1px rgba(169,169,173,.5) solid}.Field--input---ios.invalid{border-bottom-color:#eb1516}.Field--input---ios+.Field--input---ios{border-top:0}.Field.Field---checkbox.Field---ios .Field--label{background:#fff;border-bottom:1px rgba(169,169,173,.5) solid;display:flex;flex-direction:row-reverse;padding:20px 16px}.Field.Field---checkbox.Field---ios .Field--label-text{flex:1}.Field.Field---checkbox.Field---ios .Field--indicator{background:#fff;margin:1px 0 0 8px}.Field--validation{margin:0 0 0 16px}.Field--validation::empty{display:none}.Field---flush{margin-bottom:0}
.Container{position:relative;width:100%;margin:0 auto;padding:0 32px;z-index:10}@media(max-width: 768px){.Container{padding-right:16px;padding-left:16px}}.Container---left{margin-left:0;margin-right:auto}.Container---right{margin-right:0;margin-left:auto}.Container---flush{padding:0 !important}.Container---xxlarge{max-width:1264px}@media(max-width: 768px){.Container---xxlarge{max-width:1232px}}.Container---xlarge{max-width:1088px}@media(max-width: 768px){.Container---xlarge{max-width:1056px}}.Container---large{max-width:964px}@media(max-width: 768px){.Container---large{max-width:932px}}.Container---medium{max-width:832px}@media(max-width: 768px){.Container---medium{max-width:800px}}.Container---small{max-width:632px}@media(max-width: 768px){.Container---small{max-width:600px}}.Container---xsmall{max-width:544px}@media(max-width: 768px){.Container---xsmall{max-width:512px}}.Container---xxsmall{max-width:384px}@media(max-width: 768px){.Container---xxsmall{max-width:352px}}.Container---xxxsmall{max-width:304px}@media(max-width: 768px){.Container---xxxsmall{max-width:272px}}
.AuthView-header{margin:0 0 1.4117647059rem}.AuthView-title{margin:0 0 .2352941176rem}.AuthView-subtext{margin:2.1176470588rem 0 0}.AuthView-status-text{margin:-.7058823529rem 0 1.8823529412rem !important}.AuthView-footer{margin:1.8823529412rem 0 0}@media(max-width: 568px){.AuthView-title{font-size:30px}}
.Row---xlarge:not(:last-child){margin-bottom:48px}.Row---large:not(:last-child){margin-bottom:32px}.Row---medium:not(:last-child){margin-bottom:12px}.Row---small:not(:last-child){margin-bottom:8px}.Row---xsmall:not(:last-child){margin-bottom:4px}.Row---xxsmall:not(:last-child){margin-bottom:2px}.Row---disabled *{pointer-events:none}.Row---flush:not(:last-child){margin-bottom:0}
.SignInForm-or{display:flex;align-items:center;justify-content:center;margin:1rem 0}.SignInForm-or--line{flex:1;height:1px;background-color:#6d6d71;margin:0 1rem}.SignInForm-or--text{font-size:17px;color:#6d6d71;text-align:center}.SignInForm-google-button{display:flex;justify-content:center;width:100%}.google-button-container{display:flex;justify-content:center}
.grecaptcha-badge{visibility:hidden}
.SignIn--captcha-note{font-size:11px;margin-top:27px;opacity:.5;line-height:1.2em;padding:0 50px}
.Copy{column-gap:48px;line-height:1.5}.Copy h1:not(:first-child),.Copy h2:not(:first-child){margin-top:31.5px}.Copy h3:not(:first-child){margin-top:27px}.Copy blockquote,.Copy ol,.Copy ul,.Copy li,.Copy p{break-inside:avoid}.Copy blockquote:not(:last-child),.Copy ol:not(:last-child),.Copy ul:not(:last-child),.Copy p:not(:last-child){margin-bottom:18px}.Copy ol,.Copy ul{padding-left:1.35em}.Copy ol{list-style:decimal}.Copy ul{list-style:disc}.Copy hr{height:1px;background:#c8c8c8;border:0;margin:18px 0}
.Buttons{display:flex;align-items:center;flex-wrap:wrap;margin:-8px}.Buttons .Button:not(.Button---text){width:100%;min-width:0;display:block}.Buttons---center{justify-content:center}.Buttons---right{justify-content:flex-end}.Buttons--item{margin:8px}.Buttons---equal .Buttons--item{flex:1}.Buttons---large{margin:-12px}.Buttons---large .Buttons--item{margin:12px}.Buttons---small{margin:0}.Buttons---small .Buttons--item{margin:0}.Buttons---split{justify-content:space-between}@media(max-width: 480px){.Buttons---reset{align-items:stretch;flex-direction:column-reverse}}.Buttons---y>.Buttons--item{width:100%}
.SignUpForm-or{display:flex;align-items:center;justify-content:center;margin:1rem 0}.SignUpForm-or--line{flex:1;height:1px;background-color:#6d6d71;margin:0 1rem}.SignUpForm-or--text{font-size:17px;color:#6d6d71;text-align:center}.SignUpForm-google-button{display:flex;justify-content:center;width:100%}
.SignUp--captcha-note{font-size:11px;margin-top:27px;opacity:.5;line-height:1.2em;padding:0 50px}.Children-container>*:not(:last-child){margin-bottom:8px}
.SubscribePlans{min-height:219px}.SubscribePlans--deal{position:relative}.SubscribePlans--deal--crown{pointer-events:none;position:absolute;top:50%;right:100%;transform:rotate(-15deg) translate3d(0, -50%, 0)}.SubscribePlans .currency-select{margin-left:10px}
.Select{display:inline-block;position:relative}.Select select{background:#ededf2;border:1px rgba(169,169,173,.5) solid;border-radius:10px;font-size:17px;transition:175ms ease-in-out;transition-property:border-color;padding:20px 16px 20px 80px;padding:6px;padding-right:26px}.Select select:focus{border-color:#d207ce}.Select select::placeholder{color:#a9a9ad}.Select select:-webkit-autofill{box-shadow:0 0 0 99px #ededf2 inset}.Select select.invalid{color:#eb1516}.Select::after{content:" ";width:.8em;height:.5em;background-color:#d207ce;clip-path:polygon(100% 0%, 0 0%, 50% 100%);position:absolute;right:8px;top:14px}
.List{display:table;list-style:none !important;margin:auto;padding:0}

.InputPayment{margin:20px 0px}
.Auth{position:relative}@media(max-width: 568px){.Auth{min-height:0}}@media(max-height: 600px){.Auth{min-height:0}}
.Button-module--this---gLsKt{user-select:none}.Button-module--this---full---F1wpo{width:100%}.Button-module--this---primary---lYOxK,.Button-module--this---secondary---IGm1W{border:1px rgba(0,0,0,0) solid;display:inline-block;font-weight:500;transition:150ms ease-in-out;transition-property:background}.Button-module--this---primary---lYOxK{color:#fff}.Button-module--this---primary---lYOxK.Button-module--this---pink---mQAwx{background:#da10d7}.Button-module--this---primary---lYOxK.Button-module--this---pink---mQAwx:hover{background:#ad12aa}.Button-module--this---primary---lYOxK.Button-module--this---pink---mQAwx:active{background:#6c00ea}.Button-module--this---primary---lYOxK.Button-module--this---black---OLrLo{background:#000}.Button-module--this---primary---lYOxK.Button-module--this---black---OLrLo:hover{background:#1a1a1a}.Button-module--this---primary---lYOxK.Button-module--this---grey---Sr91r{background:#d6d6e0}.Button-module--this---primary---lYOxK.Button-module--this---grey---Sr91r:hover{background:#b4b4bc}.Button-module--this---primary---lYOxK.Button-module--this---grey---Sr91r:active{background:#a3a3aa}.Button-module--this---primary---lYOxK.Button-module--this---white---DB7HK{background:#fff}.Button-module--this---primary---lYOxK.Button-module--this---white---DB7HK:hover{background:#fff}.Button-module--this---primary---lYOxK.Button-module--this---grey---Sr91r{color:#000}.Button-module--this---primary---lYOxK.Button-module--this---white---DB7HK{color:#000}.Button-module--this---primary---lYOxK.Button-module--this---white---DB7HK.Button-module--this---active---Zx70t{background:#f5f6f8}.Button-module--this---secondary---IGm1W{background:#fff;border-color:#da10d7 !important;border-radius:10px;color:#da10d7;transition:150ms ease-in-out;transition-property:background,color}.Button-module--this---secondary---IGm1W:hover{background:#da10d7;color:#fff}.Button-module--this---tertiary---oYJFt{color:#da10d7}.Button-module--this---tertiary---oYJFt:hover{color:#f02ded}.Button-module--this---text---OIXia{padding:0 !important;font-size:inherit;vertical-align:baseline;transition:150ms ease-in-out;transition-property:color,opacity}.Button-module--this---text---OIXia:hover{color:#da10d7}.Button-module--this---text---OIXia.Button-module--this---decorated---_oehU{border-bottom:1px currentColor solid}.Button-module--this---large---bNOEp{border-radius:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);font-size:24px;font-size:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);padding-top:24px;padding-top:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);padding-bottom:24px;padding-bottom:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);padding-right:32px;padding-right:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem);padding-left:32px;padding-left:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem)}.Button-module--this---medium---QIJCA,.Button-module--this---small---HzscJ,.Button-module--this---xsmall---Q0jZS{border-radius:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem);font-size:18px;font-size:clamp(.6944444444rem,.585106383vw + .5319148936rem,1rem)}.Button-module--this---medium---QIJCA{padding-top:18px;padding-top:clamp(.6944444444rem,.585106383vw + .5319148936rem,1rem);padding-bottom:18px;padding-bottom:clamp(.6944444444rem,.585106383vw + .5319148936rem,1rem);padding-right:32px;padding-right:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem);padding-left:32px;padding-left:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem)}.Button-module--this---small---HzscJ{padding-top:16px;padding-top:clamp(.6172839506rem,.5200945626vw + .4728132388rem,.8888888889rem);padding-bottom:16px;padding-bottom:clamp(.6172839506rem,.5200945626vw + .4728132388rem,.8888888889rem);padding-right:24px;padding-right:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);padding-left:24px;padding-left:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem)}.Button-module--this---xsmall---Q0jZS{padding-top:14px;padding-top:clamp(.5401234568rem,.4550827423vw + .4137115839rem,.7777777778rem);padding-bottom:14px;padding-bottom:clamp(.5401234568rem,.4550827423vw + .4137115839rem,.7777777778rem);padding-right:12px;padding-right:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem);padding-left:12px;padding-left:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem)}
.Modal{width:100%;max-width:540px;margin:auto;font-family:Lexend,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,arial,sans-serif}.Modal>*{box-shadow:0 5px 10px rgba(0,0,0,.2)}.Modal .Button,.Modal .Input,.Modal .Text{font-family:Lexend,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,arial,sans-serif}.Modal--container{position:relative}.Modal--inner{overflow:auto;-webkit-overflow-scrolling:touch}.Modal--close-button{display:none;width:44px;height:44px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAAACXBIWXMAABYlAAAWJQFJUiTwAAACdUlEQVR4nO3c3UkDQRSG4U8R0TtLsADBCoTYkaWkIwUrEFJASvBO8SayMBdB3N3Zn/fMWfheECUJZPchjtk56sXpdJLjurQtm4HhDAxnYDgDwxkYzsBwBoYzMJyB4QwMZ2A4A8MZGM7AcAaGMzCcgeEMDGdgOAPDGRjuin6C65vbnaQXSXeSjt3XP99fny1O9vrmtjuGvaR7Sd0x7H++v97I50R/L6Lgvv65+UPSLhq54HaYj3/ueiaR6SXi5Z/buhN8Kycc0gBu3zGuFg3chxiGPIKrgWNcJRr4OHAfjlyBq5FjXBy9BtecILImt3zu89BXcDnwXTmRvlZ/JWfBVcT74GjkTLiKutCIQs6Gq8grORo5I66iL5Up5Ky4arEXsTZyZly12uxZCzk7rlrupi1F3gKuWm9XzkXeCq7oK7napoCVrzeBqyzAqkc+lM8PA49Jg6tMwKpHHioVrrKNjCrX5L7S4SrjTG4mckpcZVsizivLxfvIequyLj9lxJWnynwpgc9+2I29elUeEzrjm1I64JnvJMIHqbWlAl74Ni0lchrgCRcah4H70yGnAJ5wqfxUPkJnfEtqDjx146bVIHVuTYHn7optCbkZ8NItx60gNwFeaz93C8jhwGtvlmdHDgWmJhGZkcOA6TFPVuQQ4KgZWkZkHDh6QJkNGQVuNf3NhEy/gvetpr8TkPdrP/d5NPD9wH34mKcSeegYF0cD9+GFzdAqkDf9C9j/ffuFDyhHkNElAh96+g8R/Q+a0TxVhjMwnIHhDAxnYDgDwxkYzsBwBoYzMJyB4QwMZ2A4A8MZGM7AcAaGMzCcgeEMDGdgOAOTSfoFmpmhMrbNXjUAAAAASUVORK5CYII=) center/cover;position:absolute;top:0;right:0}@media(max-width: 568px){.Modal--close-button{display:block}}@media(max-width: 500px){.Modal---modal---ios{margin:0}.Modal---modal---ios .BoxIos{margin:0}}.Modal---popover{max-width:none;display:flex;justify-content:flex-end;align-items:flex-start;margin:0;pointer-events:none}.Modal---large{max-width:900px}.ReactModal__Overlay{overflow:auto;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.5) !important;display:flex;opacity:0;z-index:150;transition-duration:225ms;transition:150ms ease-in-out;transition-property:opacity;position:fixed;top:0;right:0;bottom:0;left:0}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.ReactModal__Overlay.Modal--overlay---modal:not(.Modal--overlay---modal---ios){padding:24px}@media(max-width: 568px){.ReactModal__Overlay.Modal--overlay---modal:not(.Modal--overlay---modal---ios){padding:12px}}.ReactModal__Overlay.Modal--overlay---popover{overflow:hidden}.ReactModal__Body--open{overflow:hidden}.ReactModal__Content{outline:0}@media(max-width: 568px){.Modal--sheet-on-mobile.ReactModal__Overlay{height:100vh}.Modal--sheet-on-mobile.ReactModal__Overlay.Modal--overlay---modal{padding:0}.Modal--sheet-on-mobile .ReactModal__Content{position:fixed;max-width:100vw;bottom:0;border-radius:10px 10px 0 0;padding:0}}.Modal--overlay---high-z-index.ReactModal__Overlay{z-index:200}
.Text-module--this---left---tNuHj{text-align:left}.Text-module--this---center---vtw4P{text-align:center}.Text-module--this---right---a7yQR{text-align:right}.Text-module--this---center---vtw4P{display:block}.Text-module--this---block---Bohl1{display:block}.Text-module--this---capitalize---H8VK2{text-transform:capitalize}.Text-module--this---lower---sDkyF{text-transform:lowercase}.Text-module--this---normal---l8oFU{text-transform:none}.Text-module--this---upper---GAHel{text-transform:uppercase}.Text-module--this---default---BAiV7{color:rgba(26,26,26,.8)}.Text-module--this---black---fEQE4{color:#000}.Text-module--this---grey---H8Eq2{color:rgba(26,26,26,.64)}.Text-module--this---white---pzB0Z{color:#fff}.Text-module--this---copy---tVgJ3{line-height:1.4}.Text-module--this---font---default---E1g2e{font-family:Lexend,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,arial,sans-serif}.Text-module--this---flush---OKSds{margin-bottom:0}.Text-module--this---xxlarge---OjsmH{font-size:64px;font-size:clamp(2.4691358025rem,2.0803782506vw + 1.8912529551rem,3.5555555556rem)}.Text-module--this---xlarge---ONVi_{font-size:36px;font-size:clamp(1.3888888889rem,1.170212766vw + 1.0638297872rem,2rem)}.Text-module--this---large---K5u8m{font-size:24px;font-size:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem)}.Text-module--this---medium---JNkcG{font-size:18px;font-size:clamp(.6944444444rem,.585106383vw + .5319148936rem,1rem)}.Text-module--this---small---nsEX3{font-size:12px;font-size:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem)}.Text-module--this---style---inherit---X_E6x{font-style:inherit}.Text-module--this---style---normal---Mgksl{font-style:normal}.Text-module--this---truncate---jhLJh{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Text-module--this---weight---inherit---Ijy94{font-weight:inherit}.Text-module--this---weight---bold---BO_3p{font-weight:bold}.Text-module--this---weight---semibold---pxNwX{font-weight:500}.Text-module--this---weight---medium---ZJ52w{font-weight:400}.Text-module--this---weight---normal---_wWHR{font-weight:normal}.Text-module--this---no-wrap---m43cf{white-space:nowrap}blockquote.Text-module--this---X87qC,p.Text-module--this---X87qC{line-height:1.4}p.Text-module--this---X87qC{margin-bottom:20px}p.Text-module--this---flush---OKSds{margin-bottom:0}b.Text-module--this---X87qC,strong.Text-module--this---X87qC{font-weight:700}
.Heading-module--this---left---XCiB2{text-align:left}.Heading-module--this---center---GSmxZ{text-align:center}.Heading-module--this---right---ZfM3F{text-align:right}.Heading-module--this---1---j_Utx{color:#1a1a1a;font-weight:500;font-size:64px;font-size:clamp(2.4691358025rem,2.0803782506vw + 1.8912529551rem,3.5555555556rem);line-height:1.12;margin-bottom:48px;margin-bottom:clamp(1.8518518519rem,1.5602836879vw + 1.4184397163rem,2.6666666667rem)}.Heading-module--this---2---I_91B{color:#1a1a1a;font-weight:500;font-size:36px;font-size:clamp(1.3888888889rem,1.170212766vw + 1.0638297872rem,2rem);line-height:1.4;margin-bottom:24px;margin-bottom:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem)}.Heading-module--this---3---hd4bi{color:#1a1a1a;font-weight:500;font-size:24px;font-size:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);line-height:1.3;margin-bottom:8px}.Heading-module--this---4---UN_ju{color:#1a1a1a;font-weight:500;font-size:24px;font-size:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);line-height:1.1;margin-bottom:20px;margin-bottom:clamp(.7716049383rem,.6501182033vw + .5910165485rem,1.1111111111rem)}.Heading-module--this---color---inherit---fRaa6{color:inherit}.Heading-module--this---flush---m_BeE{margin-bottom:0}
.Image-module--this---MO8bt{max-width:100%;height:auto;user-select:none;vertical-align:middle}.Image-module--this---center---nvBPw{display:block;margin:0 auto}.Image-module--this---full---ZhywJ{width:100%;max-width:none}
.Card-module--this---gN4B8{background:rgba(30,31,35,.16);border-radius:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem);box-shadow:0 2px 16px rgba(26,26,26,.08);display:flex;flex-direction:column}.Card-module--body---LWQ5A{background:#fff;border-top:1px rgba(30,31,35,.16) solid;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit;flex:1;padding:24px;padding:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem)}
.Carousel-module--this---zG9EH img{user-select:none}
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

.Container-module--this---CPsFz{width:100%;margin:0 auto;padding:0 36px}.Container-module--this---left---hORNj{margin-left:0;margin-right:auto}.Container-module--this---right---WukVS{margin-right:0;margin-left:auto}.Container-module--this---flush---QGO2f{padding:0 !important}.Container-module--this---medium---SIggk{max-width:1272px}.Container-module--this---medium---SIggk.Container-module--this---flush---QGO2f{max-width:1200px}.Container-module--this---small---lQ1X7{max-width:956px}.Container-module--this---small---lQ1X7.Container-module--this---flush---QGO2f{max-width:884px}.Container-module--this---xsmall---kvG56{max-width:680px}.Container-module--this---xsmall---kvG56.Container-module--this---flush---QGO2f{max-width:608px}.Container-module--this---xxsmall---BIczw{max-width:584px}.Container-module--this---xxsmall---BIczw.Container-module--this---flush---QGO2f{max-width:512px}.Container-module--this---xxxsmall---ee27E{max-width:492px}.Container-module--this---xxxsmall---ee27E.Container-module--this---flush---QGO2f{max-width:420px}.Container-module--this---xxxxsmall---gbgGp{max-width:392px}.Container-module--this---xxxxsmall---gbgGp.Container-module--this---flush---QGO2f{max-width:320px}.Container-module--this---full---IsKM3{max-width:none !important}
.Copy-module--this---anxRf{line-height:1.4}.Copy-module--this---anxRf p{margin-bottom:0}.Copy-module--this---anxRf p:not(:last-child){margin-bottom:32px;margin-bottom:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem)}.Copy-module--this---anxRf a:not([class]){color:#da10d7;text-decoration:underline}
.Link-module--this---FsGLM{transition:150ms ease-in-out;transition-property:color}.Link-module--this---pink---xbGzW{color:#da10d7}.Link-module--this---pink---xbGzW:hover{color:#a308e1}.Link-module--this---black---kGxXR{color:#1a1a1a}.Link-module--this---black---kGxXR:hover{color:#da10d7}.Link-module--this---white---ofenk{color:#fff}.Link-module--this---white---ofenk:hover{color:rgba(255,255,255,.8)}.Link-module--this---inherit---aPTep:hover{color:#da10d7}.Link-module--this---pink---xbGzW{text-decoration:underline}
.Footer-module--this---gGa_I{background:#6c00ea;padding-top:24px;padding-top:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);padding-bottom:24px;padding-bottom:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);position:relative}.Footer-module--inner---fL5j9{display:flex;justify-content:space-between}@media(max-width: 650px){.Footer-module--inner---fL5j9{flex-direction:column;align-items:center}.Footer-module--nav---CKHMw{margin-bottom:16px}}.Footer-module--divider---VsqGj,.Footer-module--copyright---di_wo{color:rgba(255,255,255,.64)}
*{margin:0;padding:0}*,*::before,*::after{box-sizing:border-box}html{font-size:18px}body,button,input,textarea,select{color:rgba(26,26,26,.8);font-family:Lexend,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,arial,sans-serif}button,input{line-height:normal}body{font-family:Lexend,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,arial,sans-serif;font-size:18px;font-size:clamp(.8888888889rem,.2127659574vw + .829787234rem,1rem);font-weight:300;line-height:1}a{color:inherit;text-decoration:none}button{cursor:pointer}svg{vertical-align:middle}.Layout-module--this---aNid8{min-height:100vh;display:flex;flex-direction:column;position:relative}
.MediaObject-module--this---xV_eI{display:flex}.MediaObject-module--this---xV_eI>.MediaObject-module--figure---vWCc8:first-child{margin-right:24px}.MediaObject-module--this---xV_eI>.MediaObject-module--figure---vWCc8:last-child{margin-left:24px}.MediaObject-module--this---center---yzMU3{align-items:center}.MediaObject-module--this---inline---N8N5y{display:inline-flex}.MediaObject-module--this---small---jE3Zc>.MediaObject-module--figure---vWCc8:first-child{margin-right:16px}.MediaObject-module--this---small---jE3Zc>.MediaObject-module--figure---vWCc8:last-child{margin-left:16px}.MediaObject-module--this---xsmall---dB0_j>.MediaObject-module--figure---vWCc8:first-child{margin-right:6px}.MediaObject-module--this---xsmall---dB0_j>.MediaObject-module--figure---vWCc8:last-child{margin-left:6px}.MediaObject-module--this---split---cALD9{justify-content:space-between}.MediaObject-module--body---IXuAp{min-width:1%;flex:1}
.Row-module--this---xxxxlarge---jT6br:not(:last-child){margin-bottom:192px;margin-bottom:clamp(7.4074074074rem,6.2411347518vw + 5.6737588652rem,10.6666666667rem)}.Row-module--this---xxxlarge---qSEmn:not(:last-child){margin-bottom:148px;margin-bottom:clamp(5.7098765432rem,4.8108747045vw + 4.3735224586rem,8.2222222222rem)}.Row-module--this---xxlarge---WlJuz:not(:last-child){margin-bottom:100px;margin-bottom:clamp(3.8580246914rem,3.2505910165vw + 2.9550827423rem,5.5555555556rem)}.Row-module--this---xlarge---ce8xx:not(:last-child){margin-bottom:88px;margin-bottom:clamp(3.3950617284rem,2.8605200946vw + 2.6004728132rem,4.8888888889rem)}.Row-module--this---large---D7Ud9:not(:last-child){margin-bottom:64px;margin-bottom:clamp(2.4691358025rem,2.0803782506vw + 1.8912529551rem,3.5555555556rem)}.Row-module--this---medium---ECB72:not(:last-child){margin-bottom:48px;margin-bottom:clamp(1.8518518519rem,1.5602836879vw + 1.4184397163rem,2.6666666667rem)}.Row-module--this---small---fPqSq:not(:last-child){margin-bottom:32px;margin-bottom:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem)}.Row-module--this---xsmall---xXNHw:not(:last-child){margin-bottom:24px;margin-bottom:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem)}.Row-module--this---xxsmall---nzd0c:not(:last-child){margin-bottom:12px}.Row-module--this---xxxsmall---nwGVP:not(:last-child){margin-bottom:8px}.Row-module--this---flush---zsmpK,.Row-module--this---flush---zsmpK:not(:last-child){margin-bottom:0}
.Section-module--this---oTOll{padding-top:84px;padding-top:clamp(3.2407407407rem,2.7304964539vw + 2.4822695035rem,4.6666666667rem);padding-bottom:84px;padding-bottom:clamp(3.2407407407rem,2.7304964539vw + 2.4822695035rem,4.6666666667rem)}.Section-module--this---grey---BCvFn{background:#fafafa}.Section-module--this---white---ksGcD{background:#fff}
.Title-module--this---SMHfC{margin-bottom:64px;margin-bottom:clamp(2.4691358025rem,2.0803782506vw + 1.8912529551rem,3.5555555556rem)}.Title-module--this---flush---dqseQ{margin-bottom:0 !important}
.CursorScribble-module--this---esd2J{min-width:100vw;min-height:100vh;pointer-events:none;position:fixed;top:0;left:0;z-index:99}.CursorScribble-module--polyline---UUB10{fill:none;stroke:rgba(0,240,0,.8);stroke-linecap:round;stroke-linejoin:round;stroke-width:12px;mix-blend-mode:multiply}
@keyframes textloop-enter{from{opacity:0;transform:translateY(var(--height))}to{opacity:1;transform:translateY(0)}}@keyframes textloop-leave{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(calc(-1 * var(--height)))}}
.HeroVerbs-module--underline---i3XuR{width:100%;position:absolute;top:100%;left:0;transform:translate3d(0, -8px, 0);z-index:-1}.HeroVerbs-module--underline---1---mLKTW path{stroke:#00bed4}.HeroVerbs-module--underline---2---V1w7B path{stroke:#db10d7}.HeroVerbs-module--underline---3---JR94W path{stroke:#6b00ea}.HeroVerbs-module--underline---4---Skm5d path{stroke:#eb7f17}.HeroVerbs-module--underline---5---najOH path{stroke:#0267ea}.HeroVerbs-module--underlined-container---kmzgO{display:inline-block;position:relative}
.Header-module--this---wyPKE{padding-top:24px;padding-top:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);padding-bottom:24px;padding-bottom:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);position:relative;z-index:2}.Header-module--button-row---zVSqK{display:flex;align-items:center;flex-wrap:wrap;gap:28px;gap:clamp(1.0802469136rem,.9101654846vw + .8274231678rem,1.5555555556rem)}@media(max-width: 768px){.Header-module--button-row--pricing-button---olxxB{display:none}}@media(max-width: 768px){.Header-module--button-row--overview-button---uLo42{display:none}}.Header-module--inner---zkWBp{display:flex;justify-content:space-between}@media(max-width: 480px){.Header-module--inner---zkWBp{padding:0 16px}}.Header-module--nav---CUTgn{display:flex;align-items:center}.Header-module--brand---g1vUP{margin-right:44px;margin-right:clamp(1.1111111111rem,2.5531914894vw + .401891253rem,2.4444444444rem)}@media(min-width: 480px){.Header-module--brand---g1vUP br{display:none}}
.InstagramCarousel-module--this---IujvA{padding:18px 0;text-align:center}.InstagramCarousel-module--this---IujvA .swiper-slide{max-width:480px}@media(max-width: 568px){.InstagramCarousel-module--this---IujvA .swiper-slide{max-width:80%}}.InstagramCarousel-module--image---GEj4w{box-shadow:0 2px 16px rgba(26,26,26,.08)}
.ScreenshotsCarousel-module--this---Ro3c9{display:flex;align-items:flex-start;overflow:visible}.ScreenshotsCarousel-module--carousel---t9hFx{box-shadow:0 2px 16px rgba(26,26,26,.08);border-radius:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem)}.ScreenshotsCarousel-module--buttons---G8ZL6{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-left:40px;margin-left:clamp(1.5432098765rem,1.3002364066vw + 1.1820330969rem,2.2222222222rem)}.ScreenshotsCarousel-module--button---u7eXm{color:#000}.ScreenshotsCarousel-module--button---u7eXm:hover,.ScreenshotsCarousel-module--button---u7eXm:hover>*{color:rgba(26,26,26,.64)}.ScreenshotsCarousel-module--selected---VjjFQ{border-radius:10px !important;background-color:#d6d6e0 !important;color:#000}.ScreenshotsCarousel-module--footer---W3dKq{display:block;margin-top:25px}@media(max-width: 1024px){.ScreenshotsCarousel-module--this---Ro3c9{flex-direction:column-reverse}.ScreenshotsCarousel-module--carousel---t9hFx,.ScreenshotsCarousel-module--image---YJYYU{width:100%}.ScreenshotsCarousel-module--buttons---G8ZL6{flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:40px;margin-top:clamp(1.5432098765rem,1.3002364066vw + 1.1820330969rem,2.2222222222rem);margin-left:0;margin-bottom:25px}}
.Shapes-module--this---ZCgCd{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none}.Shapes-module--shape---wTA0y{position:absolute;pointer-events:none}@media(max-width: 1600px){.Shapes-module--shape---2---zGPqJ{top:-40px !important}}
.Box-module--this---Vqlay{background:#fff;border-radius:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem);box-shadow:0 2px 16px rgba(26,26,26,.08);border-top:12px rgba(0,0,0,0) solid;padding-top:48px;padding-top:clamp(1.8518518519rem,1.5602836879vw + 1.4184397163rem,2.6666666667rem);padding-bottom:48px;padding-bottom:clamp(1.8518518519rem,1.5602836879vw + 1.4184397163rem,2.6666666667rem);padding-right:44px;padding-right:clamp(1.6975308642rem,1.4302600473vw + 1.3002364066rem,2.4444444444rem);padding-left:44px;padding-left:clamp(1.6975308642rem,1.4302600473vw + 1.3002364066rem,2.4444444444rem)}.Box-module--this---pink---P5o_N{border-top-color:#da10d7}.Box-module--this---grey---Jm3qJ{border-top-color:#d6d6e0}
.SubscriptionBox-module--this---oclv0{display:flex;flex-direction:column}.SubscriptionBox-module--feature---PR6wx{line-height:1.4}.SubscriptionBox-module--feature--checkmark---i7hMR{transform:translateY(-1px)}.SubscriptionBox-module--feature--checkmark--grey---zCDl4{color:#d6d6d6}.SubscriptionBox-module--feature--checkmark--pink---zz7xn{color:#da10d7}.SubscriptionBox-module--feature--checkmark---i7hMR{transform:translateY(-1px)}.SubscriptionBox-module--spacer---cIAQY{margin-top:auto}
.Home-module--this---XwpLA{overflow:hidden;padding-bottom:160px;padding-bottom:clamp(6.1728395062rem,5.2009456265vw + 4.7281323877rem,8.8888888889rem);position:relative}.Home-module--hero---jy8n4{overflow:hidden;padding-top:58px;padding-top:clamp(2.237654321rem,1.8853427896vw + 1.7139479905rem,3.2222222222rem)}.Home-module--hero--container---AXzov{display:flex}.Home-module--hero--content---nazAm{position:relative;z-index:1}.Home-module--hero--verb-with---Fmw0h{white-space:nowrap}.Home-module--hero--copy---Q1eEC{max-width:508px}.Home-module--hero--video-container---QDnGH{flex:1;margin-left:-150px;margin-right:-20px;margin-top:-40px}.Home-module--hero--video---xGfxb{width:100%;height:auto;mix-blend-mode:multiply}@media(max-width: 1000px){.Home-module--hero--content---nazAm{width:50%}.Home-module--hero--video-container---QDnGH{margin-left:-90px;margin-right:-40px;margin-top:-50px;width:50%}}@media(max-width: 768px){.Home-module--hero---jy8n4{text-align:center}.Home-module--hero--container---AXzov{flex-direction:column;align-items:center}.Home-module--hero--content---nazAm{width:auto;margin-left:auto}.Home-module--hero--copy---Q1eEC{max-width:360px;margin-right:auto;margin-left:auto}.Home-module--hero--video-container---QDnGH{margin-left:-40px;margin-right:-30px;margin-top:0px;width:unset}.Home-module--hero--video---xGfxb{max-height:400px}}.Home-module--features-primary--item---GktYu{display:flex;align-items:center;padding-top:84px;padding-top:clamp(3.2407407407rem,2.7304964539vw + 2.4822695035rem,4.6666666667rem);padding-bottom:84px;padding-bottom:clamp(3.2407407407rem,2.7304964539vw + 2.4822695035rem,4.6666666667rem)}.Home-module--features-primary--item--image---m4H4P{min-width:340px;flex:1}.Home-module--features-primary--item---GktYu:nth-child(odd) .Home-module--features-primary--item--image-container---bjTqL{margin-right:40px;margin-left:-72px}@media(max-width: 1584px){.Home-module--features-primary--item---GktYu:nth-child(odd) .Home-module--features-primary--item--image-container---bjTqL{margin-left:auto}}.Home-module--features-primary--item---GktYu:nth-child(even) .Home-module--features-primary--item--image-container---bjTqL{margin-right:-72px;margin-left:40px}@media(max-width: 1584px){.Home-module--features-primary--item---GktYu:nth-child(even) .Home-module--features-primary--item--image-container---bjTqL{margin-right:auto}}@media(max-width: 768px){.Home-module--features-primary--item---GktYu{flex-direction:column;text-align:center}.Home-module--features-primary--item--text---VjcPT{order:-1;margin-bottom:24px}.Home-module--features-primary--item--image-container---bjTqL{margin:0 auto !important}.Home-module--features-primary--item--image---m4H4P{width:auto;min-width:0;max-height:240px}}.Home-module--features-secondary-grid---Xy2mS{--columns: 2;display:grid;gap:48px;gap:clamp(1.8518518519rem,1.5602836879vw + 1.4184397163rem,2.6666666667rem);grid-template-columns:repeat(var(--columns), 1fr)}@media(max-width: 650px){.Home-module--features-secondary-grid---Xy2mS{--columns: 1}.Home-module--features-secondary-grid---Xy2mS>*{max-width:420px;margin:auto}}.Home-module--features-tertiary-grid---MzYew{--columns: 3;display:grid;gap:62px;gap:clamp(2.3919753086rem,2.0153664303vw + 1.8321513002rem,3.4444444444rem);grid-template-columns:repeat(var(--columns), 1fr)}.Home-module--features-tertiary-grid---MzYew>*{max-width:348px;margin:0 auto}@media(max-width: 768px){.Home-module--features-tertiary-grid---MzYew{--columns: 2}}@media(max-width: 500px){.Home-module--features-tertiary-grid---MzYew{--columns: 1}}.Home-module--testimonials---Fwv0V{position:relative}.Home-module--testimonials---background---hUXf3{position:absolute;width:100vw;min-width:700px;height:auto;left:0px;top:0px}.Home-module--testimonials---squiggleLeft---kCFua{position:absolute;width:clamp(3.3333333333rem,7.9787234043vw + 1.1170212766rem,7.5rem);height:auto;left:15px;top:-10px}.Home-module--testimonials---squiggleRight---Lza7c{position:absolute;width:4vw;max-width:clamp(2.2222222222rem,3.1914893617vw + 1.3356973995rem,3.8888888889rem);height:auto;right:30px;top:-20px}.Home-module--testimonials---carouselContainer---YqcIA{position:relative}.Home-module--testimonials---carousel---Z0ywg{padding:18px 0;position:relative;z-index:2}.Home-module--testimonials---carousel---Z0ywg .swiper-slide{max-width:418px}@media(max-width: 568px){.Home-module--testimonials---carousel---Z0ywg .swiper-slide{max-width:80%}}.Home-module--testimonials---testimonial---aUHrA{background:#fff;border-radius:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem);box-shadow:0 2px 16px rgba(26,26,26,.08);height:100%;display:flex;flex-direction:column;padding:32px;padding:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem)}.Home-module--testimonials---testimonial--copy---Jd5Jl{hanging-punctuation:first last;line-height:1.4 !important;text-indent:-0.4em}.Home-module--testimonials---testimonial--footer---c3dQA{margin-top:auto}.Home-module--subscriptions---dL89W{position:relative;display:grid;place-items:center}.Home-module--subscriptions---dL89W>*{grid-area:1/1}.Home-module--subscriptions--shapes---Ed3QM{position:absolute;max-width:1132px}.Home-module--subscriptions-grid---d_H1v{--columns: 2;display:grid;gap:48px;gap:clamp(1.8518518519rem,1.5602836879vw + 1.4184397163rem,2.6666666667rem);grid-template-columns:repeat(var(--columns), 1fr)}.Home-module--subscriptions-grid---d_H1v>*{width:100%;max-width:418px;margin:0 auto}@media(max-width: 768px){.Home-module--subscriptions-grid---d_H1v{--columns: 1}}.Home-module--instagram-section---Z9mI9{position:relative}.Home-module--instagram-section---background---mvU_Z{position:absolute;width:100vw;min-width:900px;height:auto;left:0px}.Home-module--team-grid---pDxKp{display:grid;gap:80px;gap:clamp(3.0864197531rem,2.6004728132vw + 2.3640661939rem,4.4444444444rem);grid-template-columns:repeat(2, 1fr)}.Home-module--content-footer---tpoWG{position:relative;display:grid;place-items:center;margin:0 auto;width:600px;max-width:85vw;height:400px;max-height:57vw}.Home-module--content-footer---tpoWG>*{grid-area:1/1;position:relative}.Home-module--content-footer--shapes---PTEr9{width:600px;max-width:85vw;height:auto;position:absolute;top:0}.Home-module--laurels-hero---n8XM4{display:flex;justify-content:flex-start;gap:20px;max-width:85vw;margin-top:56px;margin-top:clamp(2.1604938272rem,1.8203309693vw + 1.6548463357rem,3.1111111111rem)}@media(max-width: 768px){.Home-module--laurels-hero---n8XM4{justify-content:center}}.Home-module--laurels-try-it---d9Eca{display:flex;flex-wrap:wrap;justify-content:center;column-gap:20px;row-gap:30px;margin-bottom:115px;margin-bottom:clamp(4.4367283951rem,3.738179669vw + 3.3983451537rem,6.3888888889rem)}.Home-module--laurels-group---w7uJz{display:flex;flex-wrap:nowrap;gap:20px;max-width:85vw}
@font-face{font-family:"Lexend";font-style:normal;font-weight:200 700;font-display:swap;/*! webpackIgnore: true */src:url("../../fonts/Lexend-Variable.ttf")}

/*# sourceMappingURL=home-generated-b51114b5c4a1dcd1207c.css.map*/