body{margin:0;padding:0}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,sub,sup,tt,var,center,dl,dt,dd fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;outline:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}a,a:visited,a:focus,a:active,a:hover{text-decoration:none}select,input{appearance:none;-moz-webkit-appearance:none;border:0;outline:none}*,:before,:after{box-sizing:inherit}html{box-sizing:border-box}body{font-family:"customFont",var(--font),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;interpolate-size:allow-keywords;background:#f0f2f6;font-size:16px;font-weight:400;line-height:24px}.full-width{width:100%;max-width:700px;margin:0 auto;padding-left:16px;padding-right:16px}.view{flex:1;position:relative}h1,.h1{font-size:24px;font-weight:700;line-height:1.2}h2,.h2{font-size:20px;font-weight:700;line-height:1.2}.subtitle{opacity:.6;margin-bottom:8px}input[type=text],input[type=number],textarea{font-family:"customFont",var(--font),sans-serif;border-radius:3px;width:100%;margin:0;padding:8px 12px;font-size:16px}textarea{width:100%;max-width:100%;min-height:110px}select[disabled]{opacity:.6}@media (min-width:700px) and (max-width:1030px){.full-width{padding-left:24px;padding-right:24px}}@media (min-width:1031px){input{-o-transition:border .3s ease,color .3s ease;transition:border .3s,color .3s}}:root{--minigame-cyan:#4b7bec;--minigame-dark-blue:#162e66;--minigame-green:var(--green);--minigame-red:var(--red);--minigame-purple:#b909a7;--minigame-dark-red:#b60220;--minigame-turquoise:#00b8a8;--minigame-brown:#3d220d;--minigame-orange:#ff7b00;--minigame-yellow:#ffec1a}
@keyframes badge-outline{0%{stroke-dashoffset:500px}to{stroke-dashoffset:0}}@keyframes pop-in-centered{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.badge{width:160px;height:160px;position:relative}.badge-outline{transform-origin:50%;fill:none;stroke:currentColor;stroke-width:2px;stroke-dasharray:500;stroke-dashoffset:500px;animation:.4s both badge-outline;position:absolute;transform:rotate(-90deg)translateZ(0)}.badge-content{transform-origin:50%;background:var(--primary);width:96px;height:96px;color:var(--primary-contrast);border:2px solid var(--primary-contrast);border-radius:999px;animation:.4s cubic-bezier(.5,0,.4,1.8) .125s both pop-in-centered;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.badge-icon{transform-origin:50%;font-size:40px;animation:.25s cubic-bezier(.5,0,.4,1.8) .4s both pop-in-centered;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.card{color:var(--dark);background-color:#fff;border-radius:8px;position:relative;box-shadow:0 0 5px #0003}.card.is-disabled .card-content{opacity:.25;pointer-events:none;cursor:not-allowed}.card .card-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px 8px 0 0;width:100%;height:160px}.card .card-content{padding:16px;transition:opacity .25s}
.chip{border-radius:999px;align-items:center;margin-right:8px;padding:2px;display:inline-flex}.chip.variant-contained{border:1px solid var(--primary-contrast);background:var(--primary);color:var(--primary-contrast)}.chip.variant-outlined{border:1px solid var(--primary);color:var(--primary-contrast)}.chip-avatar{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:999px;width:24px;height:24px;margin:8px 0 8px 8px}.chip-label{padding:8px 12px;font-size:14px}
.multiple-choice-options{border-radius:8px;flex-direction:column;gap:8px;margin:0 0 16px;padding:0;list-style:none;display:flex}.multiple-choice-total{opacity:.75;padding-bottom:8px;font-size:14px}.maximum-reached{opacity:.5;pointer-events:none}.maximum-reached.is-active{opacity:1;pointer-events:all}.multiple-choice-option{outline:1px solid var(--primary);background-color:var(--primary-contrast);border:1px solid var(--primary-contrast);color:var(--primary);text-align:center;border-radius:8px;height:calc(100% - 2px);padding:16px}.multiple-choice-option.is-active{background-color:var(--primary);color:var(--primary-contrast);border:1px solid var(--primary-contrast)}
.text-field{margin-bottom:16px}.text-field label{margin-bottom:8px;font-size:14px;display:block}.text-field input[type=text]{width:100%;height:40px;font-size:inherit;background:0 0;border-radius:8px;padding:0 16px;transition:border .25s}
.view.evaluation .flow-item-card{margin-bottom:24px}.view.evaluation .flow-item-buttons{margin:0 -8px;display:flex}.view.evaluation .flow-item-buttons .button{width:100%;margin:0 8px}.view.evaluation .back{color:var(--primary)}.view.evaluation .helper-text{margin-bottom:16px!important}.view.evaluation .finished-state{text-align:center;color:inherit;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.view.evaluation .finished-state h1{margin-bottom:8px}.view.evaluation .finished-state h2{margin-bottom:24px;font-weight:400}.view.evaluation .error-message{color:var(--red)}.evaluation__dialog{gap:8px;display:flex}.evaluation__dialog-button{width:100%}.evaluation__button{width:100%;margin-top:8px}.error{color:var(--primary-contrast);justify-content:center;padding:32px;display:flex}
@keyframes optionFadeIn{0%{opacity:0;transform-origin:50%;transform:scale(.8)translateZ(0)}to{opacity:1;transform:scale(1)translateZ(0)}}@keyframes optionFadeOut{0%{opacity:1;transform-origin:50%;transform:scale(1)translateZ(0)}to{opacity:0;transform:scale(.8)translateZ(0)}}.tool{border-top:2px solid var(--primary);margin-top:-24px;margin-bottom:24px}.view.question{padding-top:24px}.view.question .card{width:100%;color:var(--dark);background-color:#fff;border-radius:8px;margin-bottom:16px;position:relative;overflow:hidden;box-shadow:0 0 5px #0003}.view.question .card--transparent{color:inherit;box-shadow:none!important;background:0 0!important;border-radius:0!important;margin-bottom:0!important}.view.question .card#swipe{overflow:initial;padding-bottom:calc(105% + 150px)}.view.question .card .question{text-align:center;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;padding:32px 24px;background-position:50%!important;background-size:cover!important}.view.question .card .question.default{color:var(--dark);background:#fff;margin-bottom:4px}.view.question .card .question.default--transparent{color:inherit;background:0 0!important}.view.question .card .media{width:100%;margin-top:-4px;position:relative}.view.question .card .media .visual,.view.question .card .media html,.view.question .card .media video{width:100%;height:100%;position:absolute;top:0;left:0;background-position:50%!important;background-size:cover!important}.view.question .card .media img{width:100%}.view.question .card .answers-header{justify-content:space-between;display:flex}.view.question .card .note{opacity:.75;padding:16px 12px;font-size:14px}.view.question .card .participant-name{margin:-8px 0;padding:0 12px;font-weight:700}.view.question .card .participant-name:last-child{margin-bottom:8px}.view.question .card .participant-weight{opacity:.75;text-align:center;flex-direction:column;padding:16px 12px;font-size:12px;line-height:21px;display:flex}.view.question .card .answers{background:var(--primary-contrast);margin-bottom:24px}.view.question .card .answers:last-child{margin-bottom:0}.view.question .card .answers .item-answer{cursor:pointer;background-color:var(--primary);border:1px solid var(--primary);width:calc(100% - 16px);color:var(--primary-contrast);justify-content:space-between;margin:8px;padding:16px 12px;transition:all .1s ease-in-out;display:flex;position:relative}.view.question .card .answers .item-answer.with-check{color:var(--primary);background:0 0;padding-left:56px}.view.question .card .answers .item-answer.answered{background:var(--primary-contrast);color:var(--primary);border:1px solid var(--primary)}.view.question .card .answers .item-answer.incorrect{color:#fff;background:var(--red)}.view.question .card .answers .item-answer.correct{color:#fff;background:var(--green)}.view.question .card .answers .item-answer.disabled{pointer-events:none;opacity:.5}.view.question .card .answers .item-answer .holder-check{border:2px solid var(--primary);width:32px;height:32px;color:var(--primary-contrast);text-align:center;border-radius:100%;font-family:Material Icons;font-size:16px;line-height:28px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.view.question .card .answers .item-answer .holder-ranking{border:1px solid var(--primary);border-radius:100%;width:24px;height:24px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.view.question .card .answers .item-answer .holder-ranking .rank{text-align:center;width:100%;font-size:12px;position:absolute;top:50%;transform:translateY(-50%)}.view.question .card .answers .item-answer .holder-answer{line-height:1.2}.view.question .card .answers .item-answer .holder-drag{width:24px;height:24px;color:var(--primary-contrast);justify-content:center;align-items:center;font-family:Material Icons;font-size:24px;display:flex}.view.question .card .answers .item-answer.chosen{border:1px solid var(--primary);background:var(--primary-contrast);border-radius:3px}.view.question .card .answers .item-answer.chosen .holder-answer{color:var(--primary)}.view.question .card .answers .item-answer.chosen .holder-drag{background-position:bottom!important}.view.question .card .answers .item-answer.selected .holder-check{background:var(--primary-contrast);color:var(--primary)}.view.question .card .answers .item-answer.drag{cursor:grab;padding-right:32px}.view.question .card .answers .dragging .item-answer{background:var(--primary-contrast);border:1px solid var(--primary)}.view.question .card .answers .dragging .item-answer .holder-answer{color:var(--primary)!important}.view.question .card .answers .dragging .item-answer .holder-drag{color:var(--primary)}.view.question .card .open-question{padding:16px 16px 0}.view.question .card .open-question textarea{border:0}.view.question .card .open-question__anwser{font-size:20px}.view.question .card .open-question__anwser--correct{color:var(--red)}.view.question .card .slider{padding:16px 16px 32px}.view.question .card .slider--disabled{opacity:.5;pointer-events:none}.view.question .card .slider .slider-input{background:var(--primary-contrast);border:0;border-radius:5px;outline:none;width:100%;height:6px;padding:0}.view.question .card .slider .slider-input::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:pointer;border:0;border-radius:50%;width:24px;height:24px}.view.question .card .slider .slider-input::-moz-range-thumb{background:var(--primary);cursor:pointer;border:0;border-radius:50%;width:24px;height:24px}.view.question .card .slider .my-slider-value{border:1px solid var(--primary);text-align:center;border-radius:3px;min-width:90px;margin:0 auto 16px;padding:8px 12px;display:table}.view.question .card .picture-options .item-picture-options{border-top:1px solid var(--primary-contrast);cursor:pointer;width:100%;margin-top:16px;padding:0 16px;position:relative}.view.question .card .picture-options .item-picture-options .visual{border-radius:8px;width:100%;padding-bottom:56%;background-position:50%!important;background-size:cover!important}.view.question .card .picture-options .item-picture-options .title{width:100%;color:var(--primary);text-align:center;text-transform:uppercase;padding:16px;font-size:24px;font-weight:700}.view.question .card .button-container{padding:16px}.view.question .card .profile-picture{padding:30px}.view.question .card .match-result{padding:24px;line-height:1.2}.view.question .card .match-result .loading{text-align:center}.view.question .card .match-result .loading .loader{margin-bottom:24px}.view.question .card .match-result .match{flex-direction:column;align-items:center;display:flex}.view.question .card .match-result .match .avatars{height:170px;position:relative}.view.question .card .match-result .match .avatars .avatar1{position:absolute;left:50%;transform:translate(-115px)}.view.question .card .match-result .match .avatars .avatar2{position:absolute;left:50%;transform:translate(-5px)}.view.question .card .match-result .match .avatars .score{background:var(--primary);text-align:center;width:50px;height:50px;color:var(--primary-contrast);border:1px solid var(--primary-contrast);border-radius:30px;line-height:50px;position:absolute;top:120px;left:50%;transform:translate(-50%)}.view.question .card .match-result .match .name{text-align:center;margin-top:24px;font-size:24px;font-weight:700}.view.question .card .match-result .match .organisation{text-align:center;margin-top:12px}.view.question .card .match-result .no-result{line-height:1.5}.view.question .card .match-result .button--contrast-border{border:2px solid var(--primary-contrast)}.view.question h3{margin-bottom:8px;font-size:18px}.view.question .option-fade-in{animation:.25s optionFadeIn}.view.question .option-fade-out{animation:.25s optionFadeOut}
.view.question .swipe-container{margin-left:auto;margin-right:auto;position:absolute;inset:0;overflow:hidden}.view.question .swipe-container .loading{margin-top:200px}.view.question .swipe-container .card-container{width:80%;max-width:400px;position:relative;left:50%;transform:translate(-50%)}.view.question .swipe-container .swipecard{transform-origin:bottom;cursor:grab;border-radius:8px;width:100%;height:auto;position:absolute;overflow:hidden;box-shadow:0 0 5px #0003}.view.question .swipe-container .swipecard.not-dragging{-o-transition:transform .8s ease-out,opacity .8s ease-out 50ms;transition:transform .8s ease-out,opacity .8s ease-out 50ms}.view.question .swipe-container .swipecard.left{z-index:15;opacity:0;transform:translate(-120%,30px)rotate(-10deg)}.view.question .swipe-container .swipecard.left .holder-visual{background:var(--red)}.view.question .swipe-container .swipecard.left .holder-visual .background{opacity:.4}.view.question .swipe-container .swipecard.right{z-index:15;opacity:0;transform:translate(120%,30px)rotate(10deg)}.view.question .swipe-container .swipecard.right .holder-visual{background:var(--green)}.view.question .swipe-container .swipecard.right .holder-visual .background{opacity:.4}.view.question .swipe-container .swipecard .visual{width:100%;padding-bottom:105%;position:relative}.view.question .swipe-container .swipecard .visual .background{background-color:var(--primary);-o-transition:opacity .5s ease;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0;background-position:50%!important;background-size:cover!important}.view.question .swipe-container .swipecard .visual .background:after{content:"";background-image:linear-gradient(to top, var(--primary-contrast), #0000);width:100%;height:100%;position:absolute;bottom:0;left:0}.view.question .swipe-container .swipecard .visual .overlay{width:100%;color:var(--primary);text-align:center;padding:32px;position:absolute;bottom:0;left:0}.view.question .swipe-container .swipecard .buttons{text-align:center;z-index:10;background:var(--primary-contrast);padding:0 16px 16px;font-size:0;position:relative}.view.question .swipe-container .swipecard .buttons .button{background:var(--primary);border:1px solid var(--primary);cursor:pointer;border-radius:100%;width:70px;height:70px;margin:-12px 8px 0;display:inline-block;position:relative}.view.question .swipe-container .swipecard .buttons .button .icon{width:auto;height:22px;color:var(--primary-contrast);justify-content:center;align-items:center;font-family:Material Icons;font-size:24px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.view.question .swipe-container .swipecard .buttons .button.yes .icon{color:var(--primary-contrast)}
.view.static-content-page{min-height:100%;color:inherit;padding:16px 0}.view.static-content-page .body a{color:inherit;text-decoration:underline}.view.static-content-page .header{margin-bottom:16px}.view.static-content-page .image{width:100%}.view.static-content-page .subtitle{margin-top:8px}.view.static-content-page .button{width:100%}.view.static-content-page .button--contrast-border{border-color:var(--primary-contrast)!important}
.view.splash{text-align:center;width:100%;height:100%;color:inherit;padding:64px 24px}.view.splash--new-layout{padding:0}.view.splash .avatar-container{text-align:center;margin-bottom:32px;display:block;position:relative}.view.splash .holder-logo{background:#fff;border-radius:8px;margin:32px auto 0;display:table}.view.splash .holder-logo--transparent{background:0 0}.view.splash .holder-logo img{border-radius:8px;width:150px;height:auto;display:block;box-shadow:0 0 5px #0003}.view.splash .holder-logo--transparent img{box-shadow:none;border-radius:0}
.lw-loader{width:100%;height:60px;position:relative}.lw-loader:after{content:"";z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.lw-loader_element{z-index:1;line-height:1;position:absolute;top:10px;left:50%;transform:translate(-50%)}.lw-loader_child{opacity:0;height:100%}.lw-loader_child--visible{opacity:1;height:inherit;transition:opacity .3s}
.bingo{padding:8px}.bingo__grid{background-color:#0000001f;border-radius:8px;gap:2px;display:grid;overflow:hidden;box-shadow:0 0 5px #0003}.bingo__grid--3x3{grid-template-columns:repeat(3,minmax(0,1fr))}.bingo__grid--4x4{grid-template-columns:repeat(4,minmax(0,1fr))}.bingo__grid--5x5{grid-template-columns:repeat(5,minmax(0,1fr))}.bingo__grid--6x6{grid-template-columns:repeat(6,minmax(0,1fr))}.bingo__item{background-color:var(--primary);height:0;color:var(--primary-contrast);padding-top:100%;position:relative;overflow:hidden}.bingo__item:before{content:"";background-color:var(--primary-contrast);border-radius:50%;width:0%;height:0%;transition:all .1s ease-in-out;position:absolute;top:50%;left:50%}.bingo__item--checked{color:var(--primary)}.bingo__item--checked:before{width:80%;height:80%;top:10%;left:10%}.bingo__item-title{-webkit-hyphens:auto;hyphens:auto;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;font-size:16px;line-height:1.5;display:flex;position:absolute;top:0;left:0}.bingo__item-title--5x5,.bingo__item-title--6x6{padding:2px}.bingo__item-title--5x5{font-size:14px}.bingo__item-title--6x6{font-size:13px}.bingo__dialog{gap:8px;display:flex}.bingo__dialog-button{width:100%}.bingo__button{width:100%;margin-top:8px}
.scratchcard{flex-flow:column;display:flex}.scratchcard__title{color:var(--primary-contrast);margin-bottom:16px}.scratchcard__canvas-container{background-color:var(--primary);background-repeat:no-repeat;border-radius:8px;height:0;margin:16px;padding-top:56.25%;transition:all 2s ease-out;position:relative}.scratchcard__canvas-container--revealed{background-position:50%!important;background-size:100% 100%!important}.scratchcard__canvas{touch-action:none;border-radius:8px;width:100%;height:100%;transition:opacity 2s ease-out;position:absolute;top:0;left:0}.scratchcard__canvas--revealed{opacity:0}.scratchcard__controls{width:var(--width);place-content:flex-start flex-end;display:flex}.scratchcard__colors{white-space:nowrap;width:100%;margin-right:8px;overflow:auto}
.cheer__title{text-align:center;padding:24px 0}.cheer__grid{background-color:#0000001f;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;display:grid;position:relative;overflow:hidden;box-shadow:0 0 5px #0003}.cheer__emoji{cursor:pointer;background-color:#fff;background-position:50%;background-repeat:no-repeat;height:0;padding-top:100%;font-size:0;transition:background-size .1s ease-in-out}.cheer__emoji:active{background-size:90%}.cheer__emoji--thumbs-up{background-image:url(../media/thumbs-up.0jh__4jv74e8d.svg)}.cheer__emoji--heart{background-image:url(../media/heart.17sk9j76l81_n.svg)}.cheer__emoji--clapping{background-image:url(../media/clapping.0i7h0l893_1h2.svg)}.cheer__emoji--haha{background-image:url(../media/haha.13u2.j1j~4hey.svg)}.cheer__emoji--thinking{background-image:url(../media/thinking.0_fznde9h7~h6.svg)}.cheer__emoji--wow{background-image:url(../media/wow.08hwvkhsg0dz2.svg)}.cheer__emoji--perfect{background-image:url(../media/perfect.0rnl1.8jm_ybw.svg)}.cheer__emoji--metal{background-image:url(../media/metal.0.he~cf-fcnhj.svg)}.cheer__emoji--idea{background-image:url(../media/idea.0ep~1yte7gi7~.svg)}
.Content-module-scss-module__m89VSq__page{min-height:100dvh;color:var(--dark);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;display:flex}.Content-module-scss-module__m89VSq__page--primary-color,.Content-module-scss-module__m89VSq__page--image{background-color:var(--primary);color:var(--primary-contrast)}.Content-module-scss-module__m89VSq__background{z-index:-1;width:100%;height:100vh;position:fixed}.Content-module-scss-module__m89VSq__background:after{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100%;height:100%;position:absolute;top:0;left:0}.Content-module-scss-module__m89VSq__loader{height:100vh;min-height:100dvh;display:flex}.Content-module-scss-module__m89VSq__toast{box-shadow:0 0 5px #0003;margin-top:87px!important}
.ChatMessage-module-scss-module__rz1K2W__root{width:300px;display:block;color:unset!important}.ChatMessage-module-scss-module__rz1K2W__participant{align-items:center;display:flex}.ChatMessage-module-scss-module__rz1K2W__participant__avatar{margin:0!important}.ChatMessage-module-scss-module__rz1K2W__participant__message{color:var(--primary)}.ChatMessage-module-scss-module__rz1K2W__participant__name{color:var(--primary);font-weight:700}.ChatMessage-module-scss-module__rz1K2W__message{margin-left:16px;font-size:14px}
.AnimatedBackground-module-scss-module__jIBvhW__root{background:var(--primary,#4b7bec);width:100%;height:100%;position:relative;overflow:hidden}.AnimatedBackground-module-scss-module__jIBvhW__circle{stroke:#0000001f;stroke-width:48px;fill:none;animation:60s linear infinite forwards AnimatedBackground-module-scss-module__jIBvhW__grow}@keyframes AnimatedBackground-module-scss-module__jIBvhW__grow{0%{r:0}to{r:1520}}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay1{animation-delay:-3s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay2{animation-delay:-6s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay3{animation-delay:-9s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay4{animation-delay:-12s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay5{animation-delay:-15s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay6{animation-delay:-18s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay7{animation-delay:-21s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay8{animation-delay:-24s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay9{animation-delay:-27s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay10{animation-delay:-30s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay11{animation-delay:-33s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay12{animation-delay:-36s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay13{animation-delay:-39s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay14{animation-delay:-42s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay15{animation-delay:-45s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay16{animation-delay:-48s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay17{animation-delay:-51s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay18{animation-delay:-54s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay19{animation-delay:-57s}.AnimatedBackground-module-scss-module__jIBvhW__circleDelay20{animation-delay:-60s}.AnimatedBackground-module-scss-module__jIBvhW__asset{transform-origin:50%;width:100px;height:100px;margin:auto;animation-duration:60s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:absolute;inset:0;background-repeat:no-repeat!important;background-size:cover!important}.AnimatedBackground-module-scss-module__jIBvhW__asset0{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset0Animation;animation-delay:-46s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset0Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(329.746px,10.578px)rotate(96.7729deg)}to{opacity:0;transform:scale(1)translate(659.491px,21.156px)rotate(387.092deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset1{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset1Animation;animation-delay:-40s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset1Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(341.671px,222.258px)rotate(69.7045deg)}to{opacity:0;transform:scale(1)translate(683.342px,444.515px)rotate(278.818deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset2{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset2Animation;animation-delay:-26s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset2Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(120.475px,209.964px)rotate(72.5666deg)}to{opacity:0;transform:scale(1)translate(240.949px,419.929px)rotate(290.266deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset3{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset3Animation;animation-delay:-51s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset3Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(390.012px,-299.986px)rotate(146.55deg)}to{opacity:0;transform:scale(1)translate(780.024px,-599.972px)rotate(586.201deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset4{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset4Animation;animation-delay:-53s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset4Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(457.281px,-458.735px)rotate(169.452deg)}to{opacity:0;transform:scale(1)translate(914.562px,-917.47px)rotate(677.809deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset5{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset5Animation;animation-delay:-6s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset5Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-85.3589px,-353.475px)rotate(-7.70802deg)}to{opacity:0;transform:scale(1)translate(-170.718px,-706.95px)rotate(-30.8321deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset6{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset6Animation;animation-delay:-43s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset6Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-470.244px,-432.329px)rotate(1.83733deg)}to{opacity:0;transform:scale(1)translate(-940.487px,-864.658px)rotate(7.34932deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset7{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset7Animation;animation-delay:-2s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset7Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-483.869px,251.02px)rotate(-125.135deg)}to{opacity:0;transform:scale(1)translate(-967.739px,502.041px)rotate(-500.542deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset8{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset8Animation;animation-delay:-60s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset8Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-106.061px,243.328px)rotate(107.288deg)}to{opacity:0;transform:scale(1)translate(-212.123px,486.656px)rotate(429.15deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset9{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset9Animation;animation-delay:-10s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset9Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-379.486px,171.401px)rotate(77.63deg)}to{opacity:0;transform:scale(1)translate(-758.972px,342.801px)rotate(310.52deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset10{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset10Animation;animation-delay:-25s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset10Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-139.778px,-396.11px)rotate(99.824deg)}to{opacity:0;transform:scale(1)translate(-279.556px,-792.221px)rotate(399.296deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset11{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset11Animation;animation-delay:-2s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset11Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-247.75px,7.47225px)rotate(-71.0356deg)}to{opacity:0;transform:scale(1)translate(-495.5px,14.9445px)rotate(-284.142deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset12{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset12Animation;animation-delay:-49s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset12Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-412.98px,483.467px)rotate(-175.29deg)}to{opacity:0;transform:scale(1)translate(-825.96px,966.934px)rotate(-701.158deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset13{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset13Animation;animation-delay:-9s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset13Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(308.113px,-362.053px)rotate(106.48deg)}to{opacity:0;transform:scale(1)translate(616.225px,-724.106px)rotate(425.92deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset14{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset14Animation;animation-delay:-41s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset14Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(495.036px,241.423px)rotate(-89.61deg)}to{opacity:0;transform:scale(1)translate(990.073px,482.847px)rotate(-358.44deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset15{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset15Animation;animation-delay:-38s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset15Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(22.8811px,-41.3483px)rotate(-10.2051deg)}to{opacity:0;transform:scale(1)translate(45.7622px,-82.6966px)rotate(-40.8204deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset16{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset16Animation;animation-delay:-52s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset16Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-383.094px,-79.9858px)rotate(-15.6587deg)}to{opacity:0;transform:scale(1)translate(-766.187px,-159.972px)rotate(-62.6347deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset17{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset17Animation;animation-delay:-3s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset17Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-211.8px,457.351px)rotate(68.7746deg)}to{opacity:0;transform:scale(1)translate(-423.599px,914.702px)rotate(275.098deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset18{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset18Animation;animation-delay:-28s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset18Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-292.799px,22.7018px)rotate(-121.754deg)}to{opacity:0;transform:scale(1)translate(-585.599px,45.4037px)rotate(-487.016deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset19{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset19Animation;animation-delay:-58s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset19Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(171.141px,403.705px)rotate(-155.259deg)}to{opacity:0;transform:scale(1)translate(342.283px,807.41px)rotate(-621.035deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset20{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset20Animation;animation-delay:-51s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset20Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-131.797px,488.16px)rotate(92.654deg)}to{opacity:0;transform:scale(1)translate(-263.595px,976.319px)rotate(370.616deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset21{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset21Animation;animation-delay:-36s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset21Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-273.745px,291.577px)rotate(-24.2575deg)}to{opacity:0;transform:scale(1)translate(-547.49px,583.154px)rotate(-97.03deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset22{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset22Animation;animation-delay:-53s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset22Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(73.4227px,248.562px)rotate(43.8406deg)}to{opacity:0;transform:scale(1)translate(146.845px,497.124px)rotate(175.362deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset23{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset23Animation;animation-delay:-36s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset23Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-349.06px,-247.969px)rotate(103.017deg)}to{opacity:0;transform:scale(1)translate(-698.12px,-495.937px)rotate(412.067deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset24{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset24Animation;animation-delay:-7s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset24Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(455.116px,-66.159px)rotate(26.8248deg)}to{opacity:0;transform:scale(1)translate(910.231px,-132.318px)rotate(107.299deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset25{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset25Animation;animation-delay:-11s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset25Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-284.063px,344.17px)rotate(78.2158deg)}to{opacity:0;transform:scale(1)translate(-568.126px,688.34px)rotate(312.863deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset26{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset26Animation;animation-delay:-7s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset26Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-180.364px,71.8363px)rotate(-82.5957deg)}to{opacity:0;transform:scale(1)translate(-360.729px,143.673px)rotate(-330.383deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset27{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset27Animation;animation-delay:-35s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset27Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-81.6344px,105.447px)rotate(-104.146deg)}to{opacity:0;transform:scale(1)translate(-163.269px,210.894px)rotate(-416.584deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset28{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset28Animation;animation-delay:-43s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset28Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-209.665px,166.863px)rotate(-136.828deg)}to{opacity:0;transform:scale(1)translate(-419.33px,333.726px)rotate(-547.311deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset29{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset29Animation;animation-delay:-48s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset29Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-104.3px,-241.206px)rotate(-6.66851deg)}to{opacity:0;transform:scale(1)translate(-208.6px,-482.413px)rotate(-26.674deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset30{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset30Animation;animation-delay:-51s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset30Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-48.7375px,497.565px)rotate(-46.2902deg)}to{opacity:0;transform:scale(1)translate(-97.475px,995.131px)rotate(-185.161deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset31{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset31Animation;animation-delay:-35s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset31Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-257.839px,-455.711px)rotate(139.943deg)}to{opacity:0;transform:scale(1)translate(-515.678px,-911.422px)rotate(559.772deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset32{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset32Animation;animation-delay:-17s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset32Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-14.4244px,-90.0899px)rotate(9.10046deg)}to{opacity:0;transform:scale(1)translate(-28.8488px,-180.18px)rotate(36.4018deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset33{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset33Animation;animation-delay:-7s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset33Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-302.053px,-61.6527px)rotate(127.87deg)}to{opacity:0;transform:scale(1)translate(-604.105px,-123.305px)rotate(511.479deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset34{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset34Animation;animation-delay:-53s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset34Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(473.023px,-375.602px)rotate(-37.3114deg)}to{opacity:0;transform:scale(1)translate(946.047px,-751.203px)rotate(-149.246deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset35{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset35Animation;animation-delay:-40s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset35Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-445.52px,118.503px)rotate(-15.8672deg)}to{opacity:0;transform:scale(1)translate(-891.04px,237.006px)rotate(-63.4686deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset36{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset36Animation;animation-delay:-24s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset36Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(203.829px,305.827px)rotate(-109.054deg)}to{opacity:0;transform:scale(1)translate(407.659px,611.655px)rotate(-436.214deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset37{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset37Animation;animation-delay:-48s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset37Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-281.416px,368.264px)rotate(-151.024deg)}to{opacity:0;transform:scale(1)translate(-562.831px,736.528px)rotate(-604.096deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset38{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset38Animation;animation-delay:-13s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset38Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-276.392px,355.794px)rotate(65.0223deg)}to{opacity:0;transform:scale(1)translate(-552.784px,711.588px)rotate(260.089deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset39{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset39Animation;animation-delay:-44s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset39Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(434.393px,-303.776px)rotate(172.588deg)}to{opacity:0;transform:scale(1)translate(868.785px,-607.552px)rotate(690.353deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset40{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset40Animation;animation-delay:-52s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset40Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(103.474px,302.704px)rotate(75.3182deg)}to{opacity:0;transform:scale(1)translate(206.948px,605.408px)rotate(301.273deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset41{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset41Animation;animation-delay:-13s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset41Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-471.503px,-372.349px)rotate(52.1641deg)}to{opacity:0;transform:scale(1)translate(-943.006px,-744.697px)rotate(208.657deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset42{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset42Animation;animation-delay:-38s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset42Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(102.73px,-152.372px)rotate(-130.64deg)}to{opacity:0;transform:scale(1)translate(205.461px,-304.745px)rotate(-522.561deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset43{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset43Animation;animation-delay:-5s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset43Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(318.654px,259.389px)rotate(6.02545deg)}to{opacity:0;transform:scale(1)translate(637.308px,518.779px)rotate(24.1018deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset44{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset44Animation;animation-delay:-45s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset44Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(267.884px,43.6648px)rotate(29.0794deg)}to{opacity:0;transform:scale(1)translate(535.769px,87.3296px)rotate(116.317deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset45{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset45Animation;animation-delay:-4s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset45Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(63.4337px,22.1738px)rotate(-109.089deg)}to{opacity:0;transform:scale(1)translate(126.867px,44.3475px)rotate(-436.354deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset46{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset46Animation;animation-delay:-10s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset46Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(149.266px,270.941px)rotate(88.4745deg)}to{opacity:0;transform:scale(1)translate(298.532px,541.882px)rotate(353.898deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset47{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset47Animation;animation-delay:-46s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset47Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(375.702px,-155.424px)rotate(156.507deg)}to{opacity:0;transform:scale(1)translate(751.404px,-310.848px)rotate(626.029deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset48{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset48Animation;animation-delay:-54s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset48Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(279.29px,-193.242px)rotate(107.322deg)}to{opacity:0;transform:scale(1)translate(558.58px,-386.484px)rotate(429.289deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset49{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset49Animation;animation-delay:-38s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset49Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-174.087px,326.555px)rotate(-150.128deg)}to{opacity:0;transform:scale(1)translate(-348.174px,653.11px)rotate(-600.511deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset50{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset50Animation;animation-delay:-28s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset50Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-334.106px,304.773px)rotate(175.173deg)}to{opacity:0;transform:scale(1)translate(-668.212px,609.546px)rotate(700.694deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset51{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset51Animation;animation-delay:-37s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset51Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(238.528px,436.575px)rotate(147.532deg)}to{opacity:0;transform:scale(1)translate(477.055px,873.151px)rotate(590.129deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset52{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset52Animation;animation-delay:-11s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset52Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-27.5802px,-232.407px)rotate(-177.285deg)}to{opacity:0;transform:scale(1)translate(-55.1603px,-464.814px)rotate(-709.141deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset53{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset53Animation;animation-delay:-34s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset53Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(248.262px,437.468px)rotate(98.5054deg)}to{opacity:0;transform:scale(1)translate(496.525px,874.936px)rotate(394.022deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset54{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset54Animation;animation-delay:-2s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset54Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-41.5183px,74.3735px)rotate(1.58764deg)}to{opacity:0;transform:scale(1)translate(-83.0365px,148.747px)rotate(6.35058deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset55{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset55Animation;animation-delay:-36s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset55Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-9.19038px,184.689px)rotate(-140.886deg)}to{opacity:0;transform:scale(1)translate(-18.3808px,369.378px)rotate(-563.543deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset56{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset56Animation;animation-delay:-26s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset56Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(393.35px,-359.013px)rotate(140.42deg)}to{opacity:0;transform:scale(1)translate(786.701px,-718.026px)rotate(561.682deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset57{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset57Animation;animation-delay:-2s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset57Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(294.886px,260.833px)rotate(142.162deg)}to{opacity:0;transform:scale(1)translate(589.773px,521.665px)rotate(568.648deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset58{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset58Animation;animation-delay:-55s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset58Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(360.511px,-427.532px)rotate(-100.079deg)}to{opacity:0;transform:scale(1)translate(721.023px,-855.064px)rotate(-400.315deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset59{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset59Animation;animation-delay:-40s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset59Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-194.339px,-321.45px)rotate(64.2169deg)}to{opacity:0;transform:scale(1)translate(-388.679px,-642.9px)rotate(256.868deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset60{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset60Animation;animation-delay:-46s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset60Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-3.60323px,-434.247px)rotate(-179.351deg)}to{opacity:0;transform:scale(1)translate(-7.20646px,-868.495px)rotate(-717.404deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset61{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset61Animation;animation-delay:-19s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset61Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(472.886px,114.488px)rotate(-106.516deg)}to{opacity:0;transform:scale(1)translate(945.772px,228.975px)rotate(-426.064deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset62{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset62Animation;animation-delay:-1s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset62Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(343.679px,349.787px)rotate(-52.721deg)}to{opacity:0;transform:scale(1)translate(687.357px,699.574px)rotate(-210.884deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset63{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset63Animation;animation-delay:-33s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset63Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-99.5324px,-417.652px)rotate(8.40302deg)}to{opacity:0;transform:scale(1)translate(-199.065px,-835.303px)rotate(33.6121deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset64{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset64Animation;animation-delay:-43s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset64Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-347.506px,373.057px)rotate(82.8842deg)}to{opacity:0;transform:scale(1)translate(-695.013px,746.114px)rotate(331.537deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset65{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset65Animation;animation-delay:-34s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset65Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-93.1934px,447.925px)rotate(-164.203deg)}to{opacity:0;transform:scale(1)translate(-186.387px,895.85px)rotate(-656.813deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset66{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset66Animation;animation-delay:-15s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset66Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(174.216px,367.794px)rotate(81.8891deg)}to{opacity:0;transform:scale(1)translate(348.432px,735.587px)rotate(327.557deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset67{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset67Animation;animation-delay:-2s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset67Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(171.854px,388.602px)rotate(82.9006deg)}to{opacity:0;transform:scale(1)translate(343.709px,777.205px)rotate(331.603deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset68{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset68Animation;animation-delay:-54s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset68Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(92.1675px,-263.278px)rotate(-165.788deg)}to{opacity:0;transform:scale(1)translate(184.335px,-526.556px)rotate(-663.154deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset69{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset69Animation;animation-delay:-11s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset69Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-474.267px,-287.528px)rotate(67.0622deg)}to{opacity:0;transform:scale(1)translate(-948.534px,-575.056px)rotate(268.249deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset70{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset70Animation;animation-delay:-54s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset70Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(75.4679px,-456.827px)rotate(-9.81401deg)}to{opacity:0;transform:scale(1)translate(150.936px,-913.655px)rotate(-39.256deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset71{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset71Animation;animation-delay:-25s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset71Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-422.228px,-149.954px)rotate(-101.256deg)}to{opacity:0;transform:scale(1)translate(-844.457px,-299.907px)rotate(-405.024deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset72{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset72Animation;animation-delay:-8s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset72Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(30.7256px,-91.3186px)rotate(140.988deg)}to{opacity:0;transform:scale(1)translate(61.4512px,-182.637px)rotate(563.953deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset73{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset73Animation;animation-delay:-4s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset73Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-492.786px,394.262px)rotate(-154.407deg)}to{opacity:0;transform:scale(1)translate(-985.572px,788.525px)rotate(-617.63deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset74{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset74Animation;animation-delay:-36s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset74Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-383.612px,-177.685px)rotate(-78.6875deg)}to{opacity:0;transform:scale(1)translate(-767.225px,-355.371px)rotate(-314.75deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset75{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset75Animation;animation-delay:-18s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset75Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(-49.6922px,-117.954px)rotate(-84.4374deg)}to{opacity:0;transform:scale(1)translate(-99.3844px,-235.908px)rotate(-337.75deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset76{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset76Animation;animation-delay:-8s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset76Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(105.817px,239.092px)rotate(79.2456deg)}to{opacity:0;transform:scale(1)translate(211.635px,478.184px)rotate(316.982deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset77{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset77Animation;animation-delay:-56s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset77Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(138.345px,-469.265px)rotate(-47.8085deg)}to{opacity:0;transform:scale(1)translate(276.69px,-938.531px)rotate(-191.234deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset78{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset78Animation;animation-delay:-37s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset78Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(8.51371px,239.583px)rotate(-61.9484deg)}to{opacity:0;transform:scale(1)translate(17.0274px,479.166px)rotate(-247.794deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset79{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset79Animation;animation-delay:-13s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset79Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(327.859px,-115.3px)rotate(-147.224deg)}to{opacity:0;transform:scale(1)translate(655.718px,-230.6px)rotate(-588.896deg)}}.AnimatedBackground-module-scss-module__jIBvhW__asset80{transform-origin:50%;animation-name:AnimatedBackground-module-scss-module__jIBvhW__asset80Animation;animation-delay:-50s}@keyframes AnimatedBackground-module-scss-module__jIBvhW__asset80Animation{0%{transform:scale(0)translate(0)rotate(0)}50%{transform:scale(.5)translate(5.52437px,-197.254px)rotate(-94.6463deg)}to{opacity:0;transform:scale(1)translate(11.0487px,-394.508px)rotate(-378.585deg)}}
@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/420495c47acd3736-s.01e5kav6vagh7.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/2102e2e60baee814-s.0i_lhy~hrir~p.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/3113016150628037-s.0w367h_br50-f.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/b640ddb6589d52ef-s.0s3n~p31drjkg.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/f7a979babd1164cf-s.0v0sfsuxhdunx.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/b6cbb832f810f843-s.0sl3cjngt8jc6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/771fea6738759291-s.11m9nnzm5ko7h.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/0aa06be1ed45171b-s.03x35z7-r1pwr.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Roboto;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/345b029bff63acdd-s.p.14zxo1jbez.lc.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/420495c47acd3736-s.01e5kav6vagh7.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/2102e2e60baee814-s.0i_lhy~hrir~p.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/3113016150628037-s.0w367h_br50-f.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/b640ddb6589d52ef-s.0s3n~p31drjkg.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/f7a979babd1164cf-s.0v0sfsuxhdunx.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/b6cbb832f810f843-s.0sl3cjngt8jc6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/771fea6738759291-s.11m9nnzm5ko7h.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/0aa06be1ed45171b-s.03x35z7-r1pwr.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Roboto;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/345b029bff63acdd-s.p.14zxo1jbez.lc.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto Fallback;src:local(Arial);ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.0%;size-adjust:99.78%}.roboto_9392f4ea-module__1L0p9W__className{font-family:Roboto,Roboto Fallback}
