.topbar{background:#fff;box-shadow:0 0 .25rem rgba(var(--black-rgb),.25);padding-inline:var(--lateral-width);position:relative;z-index:5}.topbar__sticky{inset-inline:0;position:sticky;top:0;width:100%;z-index:20}@media (width <= 992px){.topbar{max-height:100dvh;scrollbar-width:none}}.topbar__container{align-items:center;display:flex;gap:1.5rem;height:var(--header-height);margin-inline:auto;padding-block:.75rem;width:min(100%,var(--container-width))}@media (width <= 992px){.topbar__container{column-gap:1rem;flex-wrap:wrap;row-gap:0}}.topbar__logo{display:none;margin:0 auto 0 0}.topbar__logo img{display:block;max-width:100%}@media (width > 992px){.topbar__logo--desktop{display:block}}@media (width <= 992px){.topbar__logo--mobile{display:block}}.topbar__search{background:unset;border:unset;color:var(--dark-color,#000);cursor:pointer;line-height:0;margin-inline:auto;outline:unset;padding:0}@media (width <= 992px){.topbar__search{margin-left:auto;margin-right:0}}.topbar__search .iconify-inline{font-size:1.5rem;margin:0;vertical-align:initial}.topbar__search:focus,.topbar__search:hover{background:unset;color:var(--primary-color,gray);opacity:1;padding:0}.topbar__navigation{align-items:center;display:flex;gap:1.5rem}@media (width <= 992px){.topbar__navigation{background:#fff;box-shadow:0 0 1.25rem rgba(var(--black-rgb),.1);display:block;filter:blur(30px);height:auto;overflow:hidden;position:absolute;top:var(--header-height);inset-inline:0;opacity:0;transition:grid-template-rows .25s;transition:.25s ease-in-out;translate:0 -100%;visibility:hidden;z-index:-1}.topbar__navigation.show{filter:blur(0);height:calc(100dvh - var(--header-height));opacity:1;translate:0 0;visibility:visible;z-index:1}}.topbar__navigation-container{align-items:center;display:flex;gap:1.5rem}@media (width <= 992px){.topbar__navigation-container{flex:100%;flex-direction:column;overflow:hidden;padding:0}}.topbar__navigation-button{align-items:center;background:#fff;border:unset;border-radius:.25em;color:var(--dark-color,#000);cursor:pointer;display:none;font-size:2.5rem;height:2.5rem;justify-content:start;outline:none;overflow:hidden;padding:0;visibility:hidden;width:2.5rem}@media (width <= 992px){.topbar__navigation-button{display:flex;position:sticky;top:1rem;visibility:visible;z-index:3}}.topbar__navigation-button-icon{display:flex;flex:0 0 2em;height:1em;overflow:hidden;width:2em}.topbar__navigation-button .iconify-inline{font-size:inherit;line-height:1;transition:.25s}.topbar__navigation-button.active{color:var(--error-color,salmon)}.topbar__navigation-button.active .topbar__navigation-button-icon .iconify-inline:first-child{margin-left:-1em}.topbar__menu{align-self:stretch;display:flex}@media (width <= 992px){.topbar__menu{width:100%}}.topbar__menu-list{display:flex;gap:0;margin:0;padding:0}@media (width <= 992px){.topbar__menu-list{display:grid;gap:0;max-height:calc(100dvh - var(--header-height));overflow-y:auto;width:100%}}.topbar__menu-item{display:flex}@media (width <= 992px){.topbar__menu-item{border-bottom:thin solid var(--border-color,#d3d3d3);display:grid;grid-template-rows:auto 0fr;place-content:start stretch;transition:.5s}.topbar__menu-item:has(.topbar__menu-item-link.active){grid-template-rows:auto 1fr}.topbar__menu-item:last-child{border-bottom:0}}.topbar__menu-item-link{align-items:center;border-radius:var(--border-radius-xs);color:var(--dark-color,#000);cursor:pointer;display:flex;font-size:1rem;gap:.25rem;justify-content:center;padding:.375rem .5rem;position:relative;transition:.25s}@media (width <= 992px){.topbar__menu-item-link{backdrop-filter:blur(30px) brightness(1.25);border-radius:0;justify-content:start;padding:.875rem 1.25rem;position:sticky;top:0;z-index:2}.topbar__menu-item-link>span{flex:1}.topbar__menu-item-link>.iconify-inline,.topbar__menu-item-link>iconify-icon{flex:0 0 1.375rem;font-size:1.375rem}}.topbar__menu-item-link.active,.topbar__menu-item-link:hover{background:rgba(var(--primary-rgb),.1);color:var(--primary-color,#000)}.topbar__menu-item-link.active .iconify-inline{rotate:-180deg}.topbar__menu-item-link .iconify-inline,.topbar__menu-item-link iconify-icon{flex:0 0 1em;font-size:1em;transition:.25s;width:1em}.topbar__dropdown{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:rgba(var(--white-rgb),1);border-top:thin solid rgba(var(--black-rgb),.15);box-shadow:0 .25rem .25rem -.25rem rgba(var(--black-rgb),.25);display:flex;filter:blur(30px);flex-direction:column;gap:1.5rem;position:absolute;top:0;inset-inline:0;margin:0;max-height:calc(100dvh - var(--header-height));opacity:0;overflow:hidden;padding-inline:var(--lateral-width);transition:.25s;visibility:hidden;z-index:-1}@media (width <= 992px){.topbar__dropdown{align-items:start;backdrop-filter:unset;-webkit-backdrop-filter:unset;border:0;filter:unset;gap:0;height:auto;max-height:unset;opacity:1;overflow:hidden;padding:0;position:relative;transition:.25s;visibility:visible}}.topbar__dropdown.show{filter:blur(0);opacity:1;top:var(--header-height);visibility:visible}@media (width <= 992px){.topbar__dropdown.show{display:block;filter:unset;top:0;z-index:unset}.topbar__dropdown.show .topbar__dropdown-item{padding-block:1rem}}.topbar__dropdown-bg{height:100%;inset:0;mix-blend-mode:multiply;opacity:.6;pointer-events:none;position:absolute;width:100%;z-index:0}.topbar__dropdown-container{display:flex;flex-wrap:wrap;gap:3rem;margin-inline:auto;max-height:calc(100dvh - var(--header-height));overflow:auto;padding-block:2.5rem;position:relative;width:min(100%,var(--container-width));z-index:1}@media (width <= 992px){.topbar__dropdown-container{display:grid;gap:0;padding-block:1rem;position:static}}.topbar__dropdown-title{font-size:var(--text-h6);margin:0}.topbar__dropdown-title+p{margin-top:.5rem}.topbar__dropdown-text{font-size:var(--text-label);margin:0}.topbar__dropdown-aside{display:grid;flex:0 0 300px;gap:1rem;place-content:start stretch}@media (width <= 992px){.topbar__dropdown-aside{padding:1.25rem}}.topbar__dropdown-body{align-content:space-between;display:grid;flex:300px;gap:2rem;overflow:hidden}@media (width <= 992px){.topbar__dropdown-body{gap:0}}.topbar__dropdown-item{border-bottom:thin solid var(--border-color,#d3d3d3);display:flex;gap:1.5rem;overflow:hidden;padding-bottom:1.5rem;transition:.25s;width:100%}@media (width <= 992px){.topbar__dropdown-item{border:0;padding-bottom:0}}@media (width <= 767px){.topbar__dropdown-item{flex-wrap:wrap}}.topbar__dropdown-item:last-child{border-bottom:0;padding-bottom:0}.topbar__dropdown-item-head{border-right:thin solid var(--border-color,#d3d3d3);display:grid;flex:0 0 min(100%,260px);gap:1rem;padding-right:1.5rem;place-content:start}@media (width <= 767px){.topbar__dropdown-item-head{border:0;flex:100%}}.topbar__dropdown-item-title{border-bottom:3px solid var(--accent-color,orange);color:var(--text-color,#000);font-size:1rem;font-weight:600;margin:0;padding-bottom:.5rem;width:80%}@media (width <= 767px){.topbar__dropdown-item-title{border:0;padding-bottom:0}}.topbar__dropdown-item-text{font-size:.75rem;font-weight:400;margin:0;opacity:.75}.topbar__dropdown-tabs{display:grid;gap:.75rem}.topbar__dropdown-tab{background:var(--light-color,#d3d3d3);border:unset;border-radius:var(--border-radius-xs);color:var(--dark-color,#000);cursor:pointer;display:grid;gap:0 .5rem;grid-template-areas:"title icon" "text icon";grid-template-columns:1fr auto;padding:1rem;place-items:center start;text-align:left;text-transform:unset;transition:.25s}.topbar__dropdown-tab:hover{background:var(--light-hover,gray);color:var(--dark-color,#000)}.topbar__dropdown-tab.active{background:rgba(var(--primary-rgb),.05);color:var(--primary-color,#000)}@media (width <= 992px){.topbar__dropdown-tab.active{background:var(--light-color,#d3d3d3);color:var(--dark-color,#000)}}.topbar__dropdown-tab-title{font-size:var(--text-h5);font-weight:400;grid-area:title;margin:0}.topbar__dropdown-tab-title+p{margin-top:.5rem}.topbar__dropdown-tab-text{font-size:.75rem;font-weight:400;grid-area:text;margin:0;opacity:.6}.topbar__dropdown-tab-icon{font-size:1.5rem;grid-area:icon;margin:0;opacity:1}.topbar__dropdown-tab-content{display:none;transition:.25s}@media (width <= 992px){.topbar__dropdown-tab-content{background:#fff;display:block;height:calc(100dvh - var(--header-height));left:0;overflow:auto;position:fixed;top:0;translate:-100% 0;width:100%;z-index:3}}.topbar__dropdown-tab-content.active{animation:slide-in-blurred-left .6s cubic-bezier(.23,1,.32,1) both;display:block}@media (width <= 992px){.topbar__dropdown-tab-content.active{animation:unset;translate:0 0}}.topbar__dropdown-tab-content-head{align-items:center;background:#fff;border-bottom:thin solid var(--border-color,#d3d3d3);display:none;gap:1rem;padding:1.25rem;position:sticky;top:0;z-index:2}@media (width <= 992px){.topbar__dropdown-tab-content-head{display:flex}}.topbar__dropdown-tab-content-close{align-items:center;background:var(--light-color,#d3d3d3);border:unset;border-radius:50%;box-shadow:0 0 .25rem rgba(var(--black-rgb),.25);color:var(--dark-color,#000);cursor:pointer;display:flex;flex:0 0 2.5rem;height:2.5rem;justify-content:center;outline:unset;padding:0!important;transition:.25s;width:2.5rem}.topbar__dropdown-tab-content-close:hover{background:var(--light-hover,gray);color:var(--primary-color,#000)}.topbar__dropdown-tab-content-close .iconify-inline{font-size:1.25rem}.topbar__dropdown-tab-content-title{flex:1;font-size:1rem;font-weight:400;margin:0}.topbar__dropdown-tab-content-more{align-items:center;border-bottom:thin solid var(--border-color);display:flex;gap:1rem;justify-content:space-between;margin-bottom:3rem;padding-bottom:2rem}@media (width <= 992px){.topbar__dropdown-tab-content-more{display:none}}.topbar__dropdown-tab-content-more-title{margin:0}.topbar__links{display:grid;flex:auto;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));margin:0;padding:0}@media (width <= 992px){.topbar__links{flex:100%;gap:0;grid-template-columns:1fr}}.topbar__links-item{display:grid;gap:1rem;place-content:start stretch}@media (width <= 992px){.topbar__links-item{border-bottom:thin solid var(--border-color,#d3d3d3);padding:1.25rem}.topbar__links-item:last-child{border-bottom:0}}.topbar__links-item-link{align-items:start;display:flex;gap:.75rem;padding-inline:.625rem;width:100%}.topbar__links-item-icon{align-items:center;background:var(--primary-color,#000);border-radius:.25rem;color:#fff;display:flex;flex:0 0 1.5rem;height:1.5rem;justify-content:center;width:1.5rem}.topbar__links-item-icon .iconify-inline{font-size:1rem}.topbar__links-item-icon-image{display:block;height:1rem;line-height:0;object-fit:contain;width:1rem}.topbar__links-item-title{color:var(--dark-color,#000);font-size:1rem;font-weight:700;line-height:1.5;margin:0}.topbar__links-item-title+p{margin-top:.25rem}.topbar__links-item-text{color:var(--text-color,gray);font-size:.75rem;font-weight:400;margin:0;opacity:.9;text-wrap:balance}.topbar__links-item .hs-menu-wrapper>ul{display:grid;gap:0;margin:0;padding:0;place-content:start stretch;width:100%}.topbar__links-item .hs-menu-wrapper>ul .hs-menu-item{display:block;width:100%}.topbar__links-item .hs-menu-wrapper>ul .hs-menu-item>a{border-radius:var(--border-radius-xs);color:var(--dark-color,#000);display:block;font-size:1rem;font-weight:400;padding:.375rem .625rem;transition:.25s;width:100%}.topbar__links-item .hs-menu-wrapper>ul .hs-menu-item:hover>a{background:var(--light-hover,#d3d3d3)}.topbar__highlights{border-top:thin solid var(--border-color);display:grid;flex:auto;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,270px),1fr));margin:0;padding:2rem 0 0}@media (width <= 992px){.topbar__highlights{padding:1.25rem}}@media (width <= 767px){.topbar__highlights{flex:100%}}.topbar__highlights-item{background:var(--light-color,#d3d3d3);border-radius:var(--border-radius-xs);display:grid;gap:0 .5rem;grid-template-areas:"head arrow" "text arrow";grid-template-columns:1fr auto;padding:1rem;place-items:center stretch;transition:.25s}.topbar__highlights-item[href]:hover{background:var(--light-hover,gray)}.topbar__highlights-item-head{display:flex;gap:.5rem;grid-area:head}.topbar__highlights-item-head+p{margin-top:.25rem}.topbar__highlights-item-icon{align-items:center;background:var(--primary-color,#000);border-radius:.25rem;color:#fff;display:flex;flex:0 0 1.5rem;height:1.5rem;justify-content:center;transition:.25s;width:1.5rem}.topbar__highlights-item-icon .iconify-inline{font-size:1rem}.topbar__highlights-item-icon-image{display:block;height:1rem;line-height:0;object-fit:contain;width:1rem}.topbar__highlights-item-title{color:var(--dark-color,#000);font-size:1rem;font-weight:700;line-height:1.5;margin:0}.topbar__highlights-item-text{color:var(--text-color,gray);font-size:.75rem;font-weight:400;grid-area:text;margin:0;opacity:.75}.topbar__highlights-item-arrow{grid-area:arrow}.topbar__highlights-item-arrow .iconify-inline,.topbar__highlights-item-arrow iconify-icon{font-size:1.25rem}.topbar__language{display:flex}.topbar__language .lang_switcher{align-items:center;cursor:pointer;display:inline-flex;gap:.25rem;line-height:0;padding-block:.75rem;position:relative}.topbar__language .lang_switcher .lang_switcher_class{position:static}.topbar__language .lang_switcher .globe_class{background-image:url(https://api.iconify.design/ph/globe-hemisphere-west.svg?height=20)}.topbar__language .lang_switcher .globe_class .lang_list_class{background-color:#fff;border:0!important;border-radius:var(--border-radius-xs);box-shadow:0 0 30px rgba(0,0,0,.1);display:grid;filter:blur(30px);gap:.5rem;left:unset;list-style:none;margin:0;opacity:0;padding:.5rem 0;position:absolute;right:0;text-align:left;top:100%;transform:translateY(-100%);transition:.3s ease-in-out;visibility:hidden;width:max-content;z-index:-1}.topbar__language .lang_switcher .globe_class .lang_list_class:before{border:unset;border-bottom:12px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;content:"";display:unset;height:0;left:unset;margin:unset;position:absolute;right:1.375rem;top:-12px;width:0}.topbar__language .lang_switcher .globe_class .lang_list_class:after{content:unset!important}.topbar__language .lang_switcher .globe_class .lang_list_class>li{background:unset;border:unset;padding:0}.topbar__language .lang_switcher .globe_class .lang_list_class>li .lang_switcher_link{background:unset;color:var(--dark-color,#000);display:block;padding:.5rem 1rem;transition:.25s}.topbar__language .lang_switcher .globe_class .lang_list_class>li .lang_switcher_link:hover{color:var(--primary-color,gray)}.topbar__language .lang_switcher:hover .globe_class .lang_list_class{filter:blur(0);opacity:1;transform:translateY(0);visibility:visible}@keyframes move{to{transform:translateZ(1px) rotate(1turn)}}.topbar__dropdown-bg{background:#fcfaff;background:rgba(var(--primary-rgb),.2);overflow:hidden}@media (width <= 992px){.topbar__dropdown-bg{display:none}}.topbar__dropdown-bg span{animation:move;animation-duration:44;animation-iteration-count:infinite;animation-timing-function:linear;backface-visibility:hidden;border-radius:50vmin;color:#fff!important;height:50vmin;position:absolute;width:50vmin}.topbar__dropdown-bg span:nth-child(0){animation-delay:-41s;animation-duration:55s;box-shadow:-100vmin 0 12.7901558845vmin currentColor;color:#f4edfd;left:50%;top:92%;transform-origin:-5vw 17vh}.topbar__dropdown-bg span:first-child{animation-delay:-16s;animation-duration:29s;box-shadow:-100vmin 0 12.8785506071vmin currentColor;color:#f2e5ff;left:97%;top:91%;transform-origin:9vw -3vh}.topbar__dropdown-bg span:nth-child(2){animation-delay:-41s;animation-duration:16s;box-shadow:-100vmin 0 13.2861893876vmin currentColor;color:#ebeafb;left:81%;top:7%;transform-origin:5vw 15vh}.topbar__dropdown-bg span:nth-child(3){animation-delay:-21s;animation-duration:18s;box-shadow:100vmin 0 12.6030141144vmin currentColor;color:#f2e5ff;left:85%;top:19%;transform-origin:5vw 2vh}.topbar__dropdown-bg span:nth-child(4){animation-delay:-42s;animation-duration:44s;box-shadow:100vmin 0 12.5181230896vmin currentColor;color:#f4edfd;left:76%;top:18%;transform-origin:-15vw -8vh}.topbar__dropdown-bg span:nth-child(5){animation-delay:-7s;animation-duration:32s;box-shadow:-100vmin 0 13.1471074487vmin currentColor;color:#f4edfd;left:92%;top:33%;transform-origin:18vw 14vh}.topbar__dropdown-bg span:nth-child(6){animation-delay:-55s;animation-duration:56s;box-shadow:100vmin 0 13.3064869506vmin currentColor;color:#ebeafb;left:56%;top:94%;transform-origin:-21vw -12vh}.topbar__dropdown-bg span:nth-child(7){animation-delay:-4s;animation-duration:41s;box-shadow:-100vmin 0 12.8986327267vmin currentColor;color:#f2e5ff;left:96%;top:9%;transform-origin:-19vw 17vh}.topbar__dropdown-bg span:nth-child(8){animation-delay:-43s;animation-duration:37s;box-shadow:-100vmin 0 12.6503090472vmin currentColor;color:#f4edfd;left:81%;top:83%;transform-origin:-7vw 16vh}.topbar__dropdown-bg span:nth-child(9){animation-delay:-37s;animation-duration:40s;box-shadow:100vmin 0 13.3242131212vmin currentColor;color:#f4edfd;left:2%;top:15%;transform-origin:7vw 11vh}.topbar__dropdown-bg span:nth-child(10){animation-delay:-10s;animation-duration:49s;box-shadow:100vmin 0 12.7313378556vmin currentColor;color:#f2e5ff;left:51%;top:58%;transform-origin:7vw -15vh}.topbar__dropdown-bg span:nth-child(11){animation-delay:-58s;animation-duration:13s;box-shadow:-100vmin 0 13.0461757611vmin currentColor;color:#f4edfd;left:72%;top:24%;transform-origin:-2vw 7vh}.topbar__dropdown-bg span:nth-child(12){animation-delay:-48s;animation-duration:52s;box-shadow:-100vmin 0 13.3168062142vmin currentColor;color:#ebeafb;left:95%;top:9%;transform-origin:13vw -14vh}.topbar__dropdown-bg span:nth-child(13){animation-delay:-32s;animation-duration:36s;box-shadow:-100vmin 0 12.6518117098vmin currentColor;color:#f2e5ff;left:42%;top:75%;transform-origin:-17vw 22vh}.topbar__dropdown-bg span:nth-child(14){animation-delay:-53s;animation-duration:27s;box-shadow:-100vmin 0 13.4234407467vmin currentColor;color:#f4edfd;left:1%;top:26%;transform-origin:-7vw 18vh}.topbar__dropdown-bg span:nth-child(15){animation-delay:-18s;animation-duration:46s;box-shadow:100vmin 0 13.0853327371vmin currentColor;color:#ebeafb;left:81%;top:48%;transform-origin:-12vw -10vh}.topbar__dropdown-bg span:nth-child(16){animation-delay:-8s;animation-duration:49s;box-shadow:-100vmin 0 13.2720878552vmin currentColor;color:#ebeafb;left:33%;top:59%;transform-origin:-1vw 21vh}.topbar__dropdown-bg span:nth-child(17){animation-delay:-24s;animation-duration:54s;box-shadow:100vmin 0 13.1496170174vmin currentColor;color:#f2e5ff;left:49%;top:23%;transform-origin:9vw 2vh}.topbar__dropdown-bg span:nth-child(18){animation-delay:-2s;animation-duration:59s;box-shadow:100vmin 0 13.4365971176vmin currentColor;color:#ebeafb;left:36%;top:69%;transform-origin:15vw 11vh}.topbar__dropdown-bg span:nth-child(19){animation-delay:-28s;animation-duration:17s;box-shadow:100vmin 0 12.5647076893vmin currentColor;color:#ebeafb;left:69%;top:69%;transform-origin:19vw 12vh}.topbar__dropdown-bg span:nth-child(20){animation-delay:-40s;animation-duration:12s;box-shadow:100vmin 0 12.9449130001vmin currentColor;color:#f2e5ff;left:77%;top:70%;transform-origin:23vw -11vh}.topbar__dropdown-bg span:nth-child(21){animation-delay:-38s;animation-duration:13s;box-shadow:-100vmin 0 13.2220355748vmin currentColor;color:#f4edfd;left:63%;top:1%;transform-origin:-24vw 19vh}.topbar__dropdown-bg span:nth-child(22){animation-delay:-31s;animation-duration:11s;box-shadow:-100vmin 0 12.6494830362vmin currentColor;color:#ebeafb;left:33%;top:19%;transform-origin:-16vw 5vh}.topbar__dropdown-bg span:nth-child(23){animation-delay:-53s;animation-duration:37s;box-shadow:100vmin 0 12.9128846143vmin currentColor;color:#ebeafb;left:1%;top:49%;transform-origin:-24vw -11vh}.topbar__dropdown-bg span:nth-child(24){animation-delay:-1s;animation-duration:57s;box-shadow:-100vmin 0 12.6926332541vmin currentColor;color:#ebeafb;left:10%;top:91%;transform-origin:-3vw 6vh}.topbar__dropdown-bg span:nth-child(25){animation-delay:-20s;animation-duration:23s;box-shadow:100vmin 0 12.5739322718vmin currentColor;color:#ebeafb;left:29%;top:99%;transform-origin:-16vw 25vh}.topbar__dropdown-bg span:nth-child(26){animation-delay:-16s;animation-duration:59s;box-shadow:-100vmin 0 13.2859078804vmin currentColor;color:#f2e5ff;left:43%;top:99%;transform-origin:-13vw 17vh}.topbar__dropdown-bg span:nth-child(27){animation-delay:-53s;animation-duration:11s;box-shadow:-100vmin 0 12.9448018899vmin currentColor;color:#ebeafb;left:12%;top:15%;transform-origin:-23vw 15vh}.topbar__dropdown-bg span:nth-child(28){animation-delay:-9s;animation-duration:36s;box-shadow:100vmin 0 12.7388875946vmin currentColor;color:#ebeafb;left:28%;top:91%;transform-origin:22vw 10vh}.topbar__dropdown-bg span:nth-child(29){animation-delay:-43s;animation-duration:14s;box-shadow:-100vmin 0 13.0471256244vmin currentColor;color:#f2e5ff;left:53%;top:18%;transform-origin:-11vw 8vh}.topbar__dropdown-bg span:nth-child(30){animation-delay:-21s;animation-duration:61s;box-shadow:100vmin 0 13.217214134vmin currentColor;color:#ebeafb;left:75%;top:62%;transform-origin:8vw -16vh}.topbar__dropdown-bg span:nth-child(31){animation-delay:-11s;animation-duration:58s;box-shadow:100vmin 0 13.1016520116vmin currentColor;color:#f2e5ff;left:63%;top:30%;transform-origin:-22vw -1vh}.topbar__dropdown-bg span:nth-child(32){animation-delay:-49s;animation-duration:12s;box-shadow:100vmin 0 12.7886061924vmin currentColor;color:#f2e5ff;left:31%;top:37%;transform-origin:19vw 7vh}.topbar__dropdown-bg span:nth-child(33){animation-delay:-44s;animation-duration:23s;box-shadow:100vmin 0 12.9014829874vmin currentColor;color:#f2e5ff;left:51%;top:49%;transform-origin:11vw 11vh}.topbar__dropdown-bg span:nth-child(34){animation-delay:-21s;animation-duration:64s;box-shadow:100vmin 0 13.2101044263vmin currentColor;color:#ebeafb;left:32%;top:44%;transform-origin:-1vw -4vh}.topbar__dropdown-bg span:nth-child(35){animation-delay:-54s;animation-duration:61s;box-shadow:100vmin 0 13.3712711637vmin currentColor;color:#f4edfd;left:42%;top:1%;transform-origin:22vw -3vh}.topbar__dropdown-bg span:nth-child(36){animation-delay:-20s;animation-duration:16s;box-shadow:100vmin 0 13.4819728786vmin currentColor;color:#ebeafb;left:67%;top:32%;transform-origin:-17vw -8vh}.topbar__dropdown-bg span:nth-child(37){animation-delay:-4s;animation-duration:41s;box-shadow:-100vmin 0 12.545856984vmin currentColor;color:#f2e5ff;left:20%;top:40%;transform-origin:20vw 9vh}.topbar__dropdown-bg span:nth-child(38){animation-delay:-5s;animation-duration:58s;box-shadow:100vmin 0 12.9481514742vmin currentColor;color:#ebeafb;left:87%;top:67%;transform-origin:-21vw -4vh}.topbar__dropdown-bg span:nth-child(39){animation-delay:-13s;animation-duration:29s;box-shadow:-100vmin 0 13.1088050994vmin currentColor;color:#f4edfd;left:72%;top:31%;transform-origin:-4vw 10vh}.topbar__dropdown-bg span:nth-child(40){animation-delay:-44s;animation-duration:51s;box-shadow:100vmin 0 13.0110740818vmin currentColor;color:#f2e5ff;left:86%;top:31%;transform-origin:-19vw 13vh}.topbar__dropdown-bg span:nth-child(41){animation-delay:-49s;animation-duration:37s;box-shadow:-100vmin 0 13.0404176837vmin currentColor;color:#f4edfd;left:49%;top:33%;transform-origin:10vw -12vh}.topbar__dropdown-bg span:nth-child(42){animation-delay:-50s;animation-duration:57s;box-shadow:-100vmin 0 13.4740869821vmin currentColor;color:#f4edfd;left:66%;top:87%;transform-origin:-6vw 0}.topbar__dropdown-bg span:nth-child(43){animation-delay:-33s;animation-duration:36s;box-shadow:-100vmin 0 12.6106729568vmin currentColor;color:#ebeafb;left:53%;top:2%;transform-origin:3vw 6vh}@media (width <= 992px){html:has(.topbar__navigation.topbar__dropdown-menu.show){overflow:hidden}}@keyframes fade-out{0%{translate:0}to{traslate:-100%}}@keyframes fade-in{0%{translate:-100%}to{translate:0}}