﻿.barrelRoll,.fadeIn,.floater,.heartbeat,.pulse,.rollerLeft,.rollerRight,.rotateIn,.rotateInLeft,.rotateInRight,.rotation,.shake,.sideToSide,.slideDown,.slideLeft,.slideRight,.slideUp,.spinner,.wiggle,.zoomer,.zoomerOut{visibility:visible!important;}html{--amount:100%;}.child-index>*:nth-child(1){--index:0;}.child-index>*:nth-child(2){--index:1;}.child-index>*:nth-child(3){--index:2;}.child-index>*:nth-child(4){--index:3;}.child-index>*:nth-child(5){--index:4;}.child-index>*:nth-child(6){--index:5;}.child-index>*:nth-child(7){--index:6;}.child-index>*:nth-child(8){--index:7;}.child-index>*:nth-child(9){--index:8;}.child-index>*:nth-child(10){--index:9;}.child-index>*:nth-child(11){--index:10;}.child-index>*:nth-child(12){--index:11;}.child-index>*:nth-child(13){--index:12;}.child-index>*:nth-child(14){--index:13;}.child-index>*:nth-child(15){--index:14;}.child-index>*:nth-child(16){--index:15;}.child-index>*:nth-child(17){--index:16;}.child-index>*:nth-child(18){--index:17;}.child-index>*:nth-child(19){--index:18;}.child-index>*:nth-child(20){--index:19;}.child-index>*:nth-child(21){--index:20;}.child-index>*:nth-child(22){--index:21;}.child-index>*:nth-child(23){--index:22;}.child-index>*:nth-child(24){--index:23;}.child-index>*:nth-child(25){--index:24;}.child-index>*:nth-child(26){--index:25;}.child-index>*:nth-child(27){--index:26;}.child-index>*:nth-child(28){--index:27;}.child-index>*:nth-child(29){--index:28;}.child-index>*:nth-child(30){--index:29;}.child-index>*:nth-child(31){--index:30;}.child-index>*:nth-child(32){--index:31;}.child-index>*:nth-child(33){--index:32;}.child-index>*:nth-child(34){--index:33;}.child-index>*:nth-child(35){--index:34;}.child-index>*:nth-child(36){--index:35;}.child-index>*:nth-child(37){--index:36;}.child-index>*:nth-child(38){--index:37;}.child-index>*:nth-child(39){--index:38;}.child-index>*:nth-child(40){--index:39;}.child-index>*:nth-child(41){--index:40;}.child-index>*:nth-child(42){--index:41;}.child-index>*:nth-child(43){--index:42;}.child-index>*:nth-child(44){--index:43;}.child-index>*:nth-child(45){--index:44;}.child-index>*:nth-child(46){--index:45;}.child-index>*:nth-child(47){--index:46;}.child-index>*:nth-child(48){--index:47;}.child-index>*:nth-child(49){--index:48;}.child-index>*:nth-child(50){--index:49;}.child-index>*:nth-child(51){--index:50;}.child-index>*:nth-child(52){--index:51;}.child-index>*:nth-child(53){--index:52;}.child-index>*:nth-child(54){--index:53;}.child-index>*:nth-child(55){--index:54;}.child-index>*:nth-child(56){--index:55;}.child-index>*:nth-child(57){--index:56;}.child-index>*:nth-child(58){--index:57;}.child-index>*:nth-child(59){--index:58;}.child-index>*:nth-child(60){--index:59;}.child-index>*:nth-child(61){--index:60;}.child-index>*:nth-child(62){--index:61;}.child-index>*:nth-child(63){--index:62;}.child-index>*:nth-child(64){--index:63;}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes slideDown{0%{transform:translateY(calc(var(--amount)*-1));}100%{transform:translateY(0);}}@keyframes slideUp{0%{transform:translateY(calc(var(--amount)));}100%{transform:translateY(0);}}@keyframes rotateInLeft{0%{transform:rotate(0) translateX(calc(var(--amount)*-1)) rotate(0);}100%{transform:rotate(360deg) translateX(0) rotate(-360deg);}}@keyframes floater{0%,100%{transform:translateY(0);}50%{transform:translateY(calc(var(--amount)*-1));}}@keyframes wiggle{0%,100%{transform:rotate(calc(var(--rotation)*4deg));}50%{transform:rotate(calc(var(--rotation)*-4deg));}}@keyframes bounceIn{0%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9);}60%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03);}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97);}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}}@keyframes pulse{0%,100%{transform:scale(calc(100% - var(--amount)*.2));}50%{transform:scale(1);}}@keyframes pulseUp{0%,100%{transform:scale(calc(100% + var(--amount)*.2));}50%{transform:scale(1);}}.rotation{animation-name:rotation;-webkit-animation-name:rotation;animation-duration:4s;-webkit-animation-duration:4s;animation-timing-function:linear;-webkit-animation-timing-function:linear;animation-iteration-count:infinite;}.rotation,.sideToSide{-webkit-animation-iteration-count:infinite;}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0) translateX(50%) rotate(0);}to{-webkit-transform:rotate(360deg) translateX(50%) rotate(-360deg);}}@keyframes rotation{from{transform:rotate(0) translateX(50%) rotate(0);}to{transform:rotate(360deg) translateX(50%) rotate(-360deg);}}.sideToSide{animation-name:sideToSide;-webkit-animation-name:sideToSide;animation-duration:3s;-webkit-animation-duration:3s;animation-timing-function:ease;-webkit-animation-timing-function:ease;animation-iteration-count:infinite;}@-webkit-keyframes sideToSide{0%,100%{-webkit-transform:translate(100%,0);}50%{-webkit-transform:translate(-100%,0);}}@keyframes sideToSide{0%,100%{transform:translate(100%,0);}50%{transform:translate(-100%,0);}}.zoomer{animation-name:zoomer;-webkit-animation-name:zoomer;-webkit-animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.5,.2,.3,1);animation-iteration-count:1;}.zoomer,.zoomerOut{-webkit-animation-iteration-count:1;animation-timing-function:cubic-bezier(.5,.2,.3,1);animation-duration:1s;}@-webkit-keyframes zoomer{0%{-webkit-transform:scale(.3);}100%{-webkit-transform:scale(1);}}@keyframes zoomer{0%{transform:scale(.3);}100%{transform:scale(1);}}.zoomerOut{animation-name:zoomerOut;-webkit-animation-name:zoomerOut;-webkit-animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.5,.2,.3,1);animation-iteration-count:1;animation-fill-mode:forwards;}.rollerRight,.zoomerOut{-webkit-animation-fill-mode:forwards;}@-webkit-keyframes zoomerOut{0%{-webkit-transform:scale(1);}100%{-webkit-transform:scale(0);}}@keyframes zoomerOut{0%{transform:scale(1);}100%{transform:scale(0);}}.spinner{animation-name:spinner;-webkit-animation-name:spinner;-webkit-animation-duration:2s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}@-webkit-keyframes spinner{from{-webkit-transform:rotate(0);}to{-webkit-transform:rotate(360deg);}}@keyframes spinner{from{transform:rotate(0);}to{transform:rotate(360deg);}}.shake{animation-name:shake;-webkit-animation-name:shake;-webkit-animation-duration:.4s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:1;}.barrelRoll,.shake{animation-iteration-count:1;animation-timing-function:ease;animation-duration:.4s;}@keyframes shake{0%,100%{transform:translateX(0);}16%,50%,83%{transform:translateX(-10px);}33%,66%{transform:translateX(10px);}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);}16%,50%,83%{-webkit-transform:translateX(-10px);}33%,66%{-webkit-transform:translateX(10px);}}.barrelRoll{animation-name:barrelRoll;-webkit-animation-name:barrelRoll;-webkit-animation-duration:.4s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:1;}@keyframes barrelRoll{from{transform:rotate(0);}to{transform:rotate(360deg);}}@-webkit-keyframes barrelRoll{from{-webkit-transform:rotate(0);}to{-webkit-transform:rotate(360deg);}}.pound{animation-name:pound;-webkit-animation-name:pound;animation-duration:.5s;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:infinite;visibility:visible!important;}.heartbeat,.pound{animation-iteration-count:infinite;animation-timing-function:ease;}@keyframes pound{to{transform:scale(1.2);}}@-webkit-keyframes pound{to{transform:scale(1.2);}}.heartbeat{animation-name:heartbeat;-webkit-animation-name:heartbeat;animation-duration:3s;-webkit-animation-duration:3s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:infinite;}@keyframes heartbeat{0%,100%{transform:scale(1);}10%{transform:scale(1.2);}20%{transform:scale(1.4);}}@-webkit-keyframes heartbeat{0%,100%{-webkit-transform:scale(1);}10%{-webkit-transform:scale(1.2);}20%{-webkit-transform:scale(1.4);}}.rollerRight{animation-name:rollerRight;-webkit-animation-name:rollerRight;animation-duration:2s;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:1;animation-fill-mode:forwards;}.rollerLeft,.rollerRight{animation-iteration-count:1;animation-timing-function:ease;}@keyframes rollerRight{0%{transform:translateX(-200px) rotate(0);opacity:0;}100%{transform:translateX(0) rotate(2turn);opacity:1;}}@-webkit-keyframes rollerRight{0%{-webkit-transform:translateX(-200px) rotate(0);opacity:0;}100%{-webkit-transform:translateX(0) rotate(2turn);opacity:1;}}.rollerLeft{animation-name:rollerLeft;-webkit-animation-name:rollerLeft;animation-duration:2s;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:1;animation-fill-mode:forwards;}.fadeOut,.rollerLeft{-webkit-animation-fill-mode:forwards;}@keyframes rollerLeft{0%{transform:translateX(200px) rotate(0);opacity:0;}100%{transform:translateX(0) rotate(-2turn);opacity:1;}}@-webkit-keyframes rollerLeft{0%{-webkit-transform:translateX(200px) rotate(0);opacity:0;}100%{-webkit-transform:translateX(0) rotate(-2turn);opacity:1;}}.slideLeft{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:1s;-webkit-animation-duration:1s;-webkit-animation-timing-function:ease;}.slideLeft,.slideRight{animation-timing-function:ease;}@keyframes slideLeft{0%{transform:translateX(150%);opacity:0;}100%{transform:translateX(0);opacity:1;}}@-webkit-keyframes slideLeft{0%{-webkit-transform:translateX(150%);opacity:0;}100%{-webkit-transform:translateX(0);opacity:1;}}.slideRight{animation-name:slideRight;-webkit-animation-name:slideRight;animation-duration:1s;-webkit-animation-duration:1s;-webkit-animation-timing-function:ease;}@keyframes slideRight{0%{transform:translateX(-150%);opacity:0;}100%{transform:translateX(0);opacity:1;}}@-webkit-keyframes slideRight{0%{-webkit-transform:translateX(-150%);opacity:0;}100%{-webkit-transform:translateX(0);opacity:1;}}@-webkit-keyframes rotateInRight{from{-webkit-transform:rotate(0) translateX(100%) rotate(0);}to{-webkit-transform:rotate(360deg) translateX(0) rotate(-360deg);}}@keyframes rotateInRight{from{transform:rotate(0) translateX(100%) rotate(0);}to{transform:rotate(360deg) translateX(0) rotate(-360deg);}}.rotateIn{animation-name:rotateIn;-webkit-animation-name:rotateIn;animation-duration:3s;-webkit-animation-duration:3s;animation-timing-function:ease;-webkit-animation-timing-function:ease;animation-iteration-count:1;-webkit-transform-origin:center;transform-origin:center;}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-720deg);transform:rotate3d(0,0,1,-720deg);opacity:0;}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1;}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-720deg);transform:rotate3d(0,0,1,-720deg);opacity:0;}100%{-webkit-transform:none;transform:none;opacity:1;}}@keyframes spinAround{from{transform:rotate(0deg);}to{transform:rotate(359deg);}}.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.level:not(:last-child){margin-bottom:1.5rem;}.hero-video,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0;}.is-clearfix::after{clear:both;content:" ";display:table;}.is-pulled-left{float:left!important;}.is-pulled-right{float:right!important;}.is-clipped{overflow:hidden!important;}.is-size-1{font-size:3rem!important;}.is-size-2{font-size:2.5rem!important;}.is-size-3{font-size:2rem!important;}.is-size-4{font-size:1.5rem!important;}.is-size-5{font-size:1.25rem!important;}.is-size-6{font-size:1rem!important;}.is-size-7{font-size:.75rem!important;}@media screen and (max-width:849px){.is-size-1-mobile{font-size:3rem!important;}.is-size-2-mobile{font-size:2.5rem!important;}.is-size-3-mobile{font-size:2rem!important;}.is-size-4-mobile{font-size:1.5rem!important;}.is-size-5-mobile{font-size:1.25rem!important;}.is-size-6-mobile{font-size:1rem!important;}.is-size-7-mobile{font-size:.75rem!important;}}@media screen and (min-width:850px),print{.is-size-1-tablet{font-size:3rem!important;}.is-size-2-tablet{font-size:2.5rem!important;}.is-size-3-tablet{font-size:2rem!important;}.is-size-4-tablet{font-size:1.5rem!important;}.is-size-5-tablet{font-size:1.25rem!important;}.is-size-6-tablet{font-size:1rem!important;}.is-size-7-tablet{font-size:.75rem!important;}}@media screen and (max-width:999px){.is-size-1-touch{font-size:3rem!important;}.is-size-2-touch{font-size:2.5rem!important;}.is-size-3-touch{font-size:2rem!important;}.is-size-4-touch{font-size:1.5rem!important;}.is-size-5-touch{font-size:1.25rem!important;}.is-size-6-touch{font-size:1rem!important;}.is-size-7-touch{font-size:.75rem!important;}}@media screen and (min-width:1000px){.is-size-1-desktop{font-size:3rem!important;}.is-size-2-desktop{font-size:2.5rem!important;}.is-size-3-desktop{font-size:2rem!important;}.is-size-4-desktop{font-size:1.5rem!important;}.is-size-5-desktop{font-size:1.25rem!important;}.is-size-6-desktop{font-size:1rem!important;}.is-size-7-desktop{font-size:.75rem!important;}}@media screen and (min-width:1000px){.is-size-1-widescreen{font-size:3rem!important;}.is-size-2-widescreen{font-size:2.5rem!important;}.is-size-3-widescreen{font-size:2rem!important;}.is-size-4-widescreen{font-size:1.5rem!important;}.is-size-5-widescreen{font-size:1.25rem!important;}.is-size-6-widescreen{font-size:1rem!important;}.is-size-7-widescreen{font-size:.75rem!important;}}@media screen and (min-width:1000px){.is-size-1-fullhd{font-size:3rem!important;}.is-size-2-fullhd{font-size:2.5rem!important;}.is-size-3-fullhd{font-size:2rem!important;}.is-size-4-fullhd{font-size:1.5rem!important;}.is-size-5-fullhd{font-size:1.25rem!important;}.is-size-6-fullhd{font-size:1rem!important;}.is-size-7-fullhd{font-size:.75rem!important;}}.has-text-centered{text-align:center!important;}.has-text-justified{text-align:justify!important;}.has-text-left{text-align:left!important;}.has-text-right{text-align:right!important;}@media screen and (max-width:849px){.has-text-centered-mobile{text-align:center!important;}}@media screen and (min-width:850px),print{.has-text-centered-tablet{text-align:center!important;}}@media screen and (min-width:850px) and (max-width:999px){.has-text-centered-tablet-only{text-align:center!important;}}@media screen and (max-width:999px){.has-text-centered-touch{text-align:center!important;}}@media screen and (min-width:1000px){.has-text-centered-desktop{text-align:center!important;}}@media screen and (min-width:1000px) and (max-width:999px){.has-text-centered-desktop-only{text-align:center!important;}}@media screen and (min-width:1000px){.has-text-centered-widescreen{text-align:center!important;}}@media screen and (min-width:1000px) and (max-width:999px){.has-text-centered-widescreen-only{text-align:center!important;}}@media screen and (min-width:1000px){.has-text-centered-fullhd{text-align:center!important;}}@media screen and (max-width:849px){.has-text-justified-mobile{text-align:justify!important;}}@media screen and (min-width:850px),print{.has-text-justified-tablet{text-align:justify!important;}}@media screen and (min-width:850px) and (max-width:999px){.has-text-justified-tablet-only{text-align:justify!important;}}@media screen and (max-width:999px){.has-text-justified-touch{text-align:justify!important;}}@media screen and (min-width:1000px){.has-text-justified-desktop{text-align:justify!important;}}@media screen and (min-width:1000px) and (max-width:999px){.has-text-justified-desktop-only{text-align:justify!important;}}@media screen and (min-width:1000px){.has-text-justified-widescreen{text-align:justify!important;}}@media screen and (min-width:1000px) and (max-width:999px){.has-text-justified-widescreen-only{text-align:justify!important;}}@media screen and (min-width:1000px){.has-text-justified-fullhd{text-align:justify!important;}}@media screen and (max-width:849px){.has-text-left-mobile{text-align:left!important;}}@media screen and (min-width:850px),print{.has-text-left-tablet{text-align:left!important;}}@media screen and (min-width:850px) and (max-width:999px){.has-text-left-tablet-only{text-align:left!important;}}@media screen and (max-width:999px){.has-text-left-touch{text-align:left!important;}}@media screen and (min-width:1000px){.has-text-left-desktop{text-align:left!important;}}@media screen and (min-width:1000px) and (max-width:999px){.has-text-left-desktop-only{text-align:left!important;}}@media screen and (min-width:1000px){.has-text-left-widescreen{text-align:left!important;}}@media screen and (min-width:1000px) and (max-width:999px){.has-text-left-widescreen-only{text-align:left!important;}}@media screen and (min-width:1000px){.has-text-left-fullhd{text-align:left!important;}}@media screen and (max-width:849px){.has-text-right-mobile{text-align:right!important;}}@media screen and (min-width:850px),print{.has-text-right-tablet{text-align:right!important;}}@media screen and (min-width:850px) and (max-width:999px){.has-text-right-tablet-only{text-align:right!important;}}@media screen and (max-width:999px){.has-text-right-touch{text-align:right!important;}}@media screen and (min-width:1000px){.has-text-right-desktop{text-align:right!important;}}@media screen and (min-width:1000px) and (max-width:999px){.has-text-right-desktop-only{text-align:right!important;}}@media screen and (min-width:1000px){.has-text-right-widescreen{text-align:right!important;}}@media screen and (min-width:1000px) and (max-width:999px){.has-text-right-widescreen-only{text-align:right!important;}}@media screen and (min-width:1000px){.has-text-right-fullhd{text-align:right!important;}}.is-capitalized{text-transform:capitalize!important;}.is-lowercase{text-transform:lowercase!important;}.is-uppercase{text-transform:uppercase!important;}.is-italic{font-style:italic!important;}.has-text-white{color:hsl(0,0%,100%)!important;}a.has-text-white:hover,a.has-text-white:focus{color:hsl(0,0%,90%)!important;}.has-background-white{background-color:hsl(0,0%,100%)!important;}.has-text-black{color:hsl(0,0%,4%)!important;}a.has-text-black:hover,a.has-text-black:focus{color:hsl(0,0%,0%)!important;}.has-background-black{background-color:hsl(0,0%,4%)!important;}.has-text-light{color:hsl(0,0%,96%)!important;}a.has-text-light:hover,a.has-text-light:focus{color:hsl(0,0%,86%)!important;}.has-background-light{background-color:hsl(0,0%,96%)!important;}.has-text-dark{color:hsl(0,0%,21%)!important;}a.has-text-dark:hover,a.has-text-dark:focus{color:hsl(0,0%,11%)!important;}.has-background-dark{background-color:hsl(0,0%,21%)!important;}.has-text-primary{color:hsl(171,100%,41%)!important;}a.has-text-primary:hover,a.has-text-primary:focus{color:hsl(171,100%,31%)!important;}.has-background-primary{background-color:hsl(171,100%,41%)!important;}.has-text-link{color:hsl(217,71%,53%)!important;}a.has-text-link:hover,a.has-text-link:focus{color:hsl(217,71%,43%)!important;}.has-background-link{background-color:hsl(217,71%,53%)!important;}.has-text-info{color:hsl(204,71%,53%)!important;}a.has-text-info:hover,a.has-text-info:focus{color:hsl(204,71%,43%)!important;}.has-background-info{background-color:hsl(204,71%,53%)!important;}.has-text-success{color:hsl(141,53%,53%)!important;}a.has-text-success:hover,a.has-text-success:focus{color:hsl(141,53%,43%)!important;}.has-background-success{background-color:hsl(141,53%,53%)!important;}.has-text-warning{color:hsl(48,100%,67%)!important;}a.has-text-warning:hover,a.has-text-warning:focus{color:hsl(48,100%,57%)!important;}.has-background-warning{background-color:hsl(48,100%,67%)!important;}.has-text-danger{color:hsl(348,86%,61%)!important;}a.has-text-danger:hover,a.has-text-danger:focus{color:hsl(348,86%,51%)!important;}.has-background-danger{background-color:hsl(348,86%,61%)!important;}.has-text-black-bis{color:hsl(0,0%,7%)!important;}.has-background-black-bis{background-color:hsl(0,0%,7%)!important;}.has-text-black-ter{color:hsl(0,0%,14%)!important;}.has-background-black-ter{background-color:hsl(0,0%,14%)!important;}.has-text-grey-darker{color:hsl(0,0%,21%)!important;}.has-background-grey-darker{background-color:hsl(0,0%,21%)!important;}.has-text-grey-dark{color:hsl(0,0%,29%)!important;}.has-background-grey-dark{background-color:hsl(0,0%,29%)!important;}.has-text-grey{color:hsl(0,0%,48%)!important;}.has-background-grey{background-color:hsl(0,0%,48%)!important;}.has-text-grey-light{color:hsl(0,0%,71%)!important;}.has-background-grey-light{background-color:hsl(0,0%,71%)!important;}.has-text-grey-lighter{color:hsl(0,0%,86%)!important;}.has-background-grey-lighter{background-color:hsl(0,0%,86%)!important;}.has-text-white-ter{color:hsl(0,0%,96%)!important;}.has-background-white-ter{background-color:hsl(0,0%,96%)!important;}.has-text-white-bis{color:hsl(0,0%,98%)!important;}.has-background-white-bis{background-color:hsl(0,0%,98%)!important;}.has-text-weight-light{font-weight:300!important;}.has-text-weight-normal{font-weight:400!important;}.has-text-weight-medium{font-weight:500!important;}.has-text-weight-semibold{font-weight:600!important;}.has-text-weight-bold{font-weight:700!important;}.is-family-primary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif!important;}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif!important;}.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif!important;}.is-family-monospace{font-family:monospace!important;}.is-family-code{font-family:monospace!important;}.is-block{display:block!important;}@media screen and (max-width:849px){.is-block-mobile{display:block!important;}}@media screen and (min-width:850px),print{.is-block-tablet{display:block!important;}}@media screen and (min-width:850px) and (max-width:999px){.is-block-tablet-only{display:block!important;}}@media screen and (max-width:999px){.is-block-touch{display:block!important;}}@media screen and (min-width:1000px){.is-block-desktop{display:block!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-block-desktop-only{display:block!important;}}@media screen and (min-width:1000px){.is-block-widescreen{display:block!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-block-widescreen-only{display:block!important;}}@media screen and (min-width:1000px){.is-block-fullhd{display:block!important;}}.is-flex{display:flex!important;}@media screen and (max-width:849px){.is-flex-mobile{display:flex!important;}}@media screen and (min-width:850px),print{.is-flex-tablet{display:flex!important;}}@media screen and (min-width:850px) and (max-width:999px){.is-flex-tablet-only{display:flex!important;}}@media screen and (max-width:999px){.is-flex-touch{display:flex!important;}}@media screen and (min-width:1000px){.is-flex-desktop{display:flex!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-flex-desktop-only{display:flex!important;}}@media screen and (min-width:1000px){.is-flex-widescreen{display:flex!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-flex-widescreen-only{display:flex!important;}}@media screen and (min-width:1000px){.is-flex-fullhd{display:flex!important;}}.is-inline{display:inline!important;}@media screen and (max-width:849px){.is-inline-mobile{display:inline!important;}}@media screen and (min-width:850px),print{.is-inline-tablet{display:inline!important;}}@media screen and (min-width:850px) and (max-width:999px){.is-inline-tablet-only{display:inline!important;}}@media screen and (max-width:999px){.is-inline-touch{display:inline!important;}}@media screen and (min-width:1000px){.is-inline-desktop{display:inline!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-inline-desktop-only{display:inline!important;}}@media screen and (min-width:1000px){.is-inline-widescreen{display:inline!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-inline-widescreen-only{display:inline!important;}}@media screen and (min-width:1000px){.is-inline-fullhd{display:inline!important;}}.is-inline-block{display:inline-block!important;}@media screen and (max-width:849px){.is-inline-block-mobile{display:inline-block!important;}}@media screen and (min-width:850px),print{.is-inline-block-tablet{display:inline-block!important;}}@media screen and (min-width:850px) and (max-width:999px){.is-inline-block-tablet-only{display:inline-block!important;}}@media screen and (max-width:999px){.is-inline-block-touch{display:inline-block!important;}}@media screen and (min-width:1000px){.is-inline-block-desktop{display:inline-block!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-inline-block-desktop-only{display:inline-block!important;}}@media screen and (min-width:1000px){.is-inline-block-widescreen{display:inline-block!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-inline-block-widescreen-only{display:inline-block!important;}}@media screen and (min-width:1000px){.is-inline-block-fullhd{display:inline-block!important;}}.is-inline-flex{display:inline-flex!important;}@media screen and (max-width:849px){.is-inline-flex-mobile{display:inline-flex!important;}}@media screen and (min-width:850px),print{.is-inline-flex-tablet{display:inline-flex!important;}}@media screen and (min-width:850px) and (max-width:999px){.is-inline-flex-tablet-only{display:inline-flex!important;}}@media screen and (max-width:999px){.is-inline-flex-touch{display:inline-flex!important;}}@media screen and (min-width:1000px){.is-inline-flex-desktop{display:inline-flex!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-inline-flex-desktop-only{display:inline-flex!important;}}@media screen and (min-width:1000px){.is-inline-flex-widescreen{display:inline-flex!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-inline-flex-widescreen-only{display:inline-flex!important;}}@media screen and (min-width:1000px){.is-inline-flex-fullhd{display:inline-flex!important;}}.is-hidden{display:none!important;}.is-sr-only{border:0!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important;}@media screen and (max-width:849px){.is-hidden-mobile{display:none!important;}}@media screen and (min-width:850px),print{.is-hidden-tablet{display:none!important;}}@media screen and (min-width:850px) and (max-width:999px){.is-hidden-tablet-only{display:none!important;}}@media screen and (max-width:999px){.is-hidden-touch{display:none!important;}}@media screen and (min-width:1000px){.is-hidden-desktop{display:none!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-hidden-desktop-only{display:none!important;}}@media screen and (min-width:1000px){.is-hidden-widescreen{display:none!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-hidden-widescreen-only{display:none!important;}}@media screen and (min-width:1000px){.is-hidden-fullhd{display:none!important;}}.is-invisible{visibility:hidden!important;}@media screen and (max-width:849px){.is-invisible-mobile{visibility:hidden!important;}}@media screen and (min-width:850px),print{.is-invisible-tablet{visibility:hidden!important;}}@media screen and (min-width:850px) and (max-width:999px){.is-invisible-tablet-only{visibility:hidden!important;}}@media screen and (max-width:999px){.is-invisible-touch{visibility:hidden!important;}}@media screen and (min-width:1000px){.is-invisible-desktop{visibility:hidden!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-invisible-desktop-only{visibility:hidden!important;}}@media screen and (min-width:1000px){.is-invisible-widescreen{visibility:hidden!important;}}@media screen and (min-width:1000px) and (max-width:999px){.is-invisible-widescreen-only{visibility:hidden!important;}}@media screen and (min-width:1000px){.is-invisible-fullhd{visibility:hidden!important;}}.is-marginless{margin:0!important;}.is-paddingless{padding:0!important;}.is-radiusless{border-radius:0!important;}.is-shadowless{box-shadow:none!important;}.is-relative{position:relative!important;}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem;}.columns.is-mobile>.column.is-narrow{flex:none;}.columns.is-mobile>.column.is-full{flex:none;width:100%;}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%;}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%;}.columns.is-mobile>.column.is-half{flex:none;width:50%;}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%;}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%;}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%;}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%;}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%;}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%;}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%;}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%;}.columns.is-mobile>.column.is-offset-half{margin-left:50%;}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%;}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%;}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%;}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%;}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%;}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%;}.columns.is-mobile>.column.is-0{flex:none;width:0%;}.columns.is-mobile>.column.is-offset-0{margin-left:0%;}.columns.is-mobile>.column.is-1{flex:none;width:8.3333333333%;}.columns.is-mobile>.column.is-offset-1{margin-left:8.3333333333%;}.columns.is-mobile>.column.is-2{flex:none;width:16.6666666667%;}.columns.is-mobile>.column.is-offset-2{margin-left:16.6666666667%;}.columns.is-mobile>.column.is-3{flex:none;width:25%;}.columns.is-mobile>.column.is-offset-3{margin-left:25%;}.columns.is-mobile>.column.is-4{flex:none;width:33.3333333333%;}.columns.is-mobile>.column.is-offset-4{margin-left:33.3333333333%;}.columns.is-mobile>.column.is-5{flex:none;width:41.6666666667%;}.columns.is-mobile>.column.is-offset-5{margin-left:41.6666666667%;}.columns.is-mobile>.column.is-6{flex:none;width:50%;}.columns.is-mobile>.column.is-offset-6{margin-left:50%;}.columns.is-mobile>.column.is-7{flex:none;width:58.3333333333%;}.columns.is-mobile>.column.is-offset-7{margin-left:58.3333333333%;}.columns.is-mobile>.column.is-8{flex:none;width:66.6666666667%;}.columns.is-mobile>.column.is-offset-8{margin-left:66.6666666667%;}.columns.is-mobile>.column.is-9{flex:none;width:75%;}.columns.is-mobile>.column.is-offset-9{margin-left:75%;}.columns.is-mobile>.column.is-10{flex:none;width:83.3333333333%;}.columns.is-mobile>.column.is-offset-10{margin-left:83.3333333333%;}.columns.is-mobile>.column.is-11{flex:none;width:91.6666666667%;}.columns.is-mobile>.column.is-offset-11{margin-left:91.6666666667%;}.columns.is-mobile>.column.is-12{flex:none;width:100%;}.columns.is-mobile>.column.is-offset-12{margin-left:100%;}@media screen and (max-width:849px){.column.is-narrow-mobile{flex:none;}.column.is-full-mobile{flex:none;width:100%;}.column.is-three-quarters-mobile{flex:none;width:75%;}.column.is-two-thirds-mobile{flex:none;width:66.6666%;}.column.is-half-mobile{flex:none;width:50%;}.column.is-one-third-mobile{flex:none;width:33.3333%;}.column.is-one-quarter-mobile{flex:none;width:25%;}.column.is-one-fifth-mobile{flex:none;width:20%;}.column.is-two-fifths-mobile{flex:none;width:40%;}.column.is-three-fifths-mobile{flex:none;width:60%;}.column.is-four-fifths-mobile{flex:none;width:80%;}.column.is-offset-three-quarters-mobile{margin-left:75%;}.column.is-offset-two-thirds-mobile{margin-left:66.6666%;}.column.is-offset-half-mobile{margin-left:50%;}.column.is-offset-one-third-mobile{margin-left:33.3333%;}.column.is-offset-one-quarter-mobile{margin-left:25%;}.column.is-offset-one-fifth-mobile{margin-left:20%;}.column.is-offset-two-fifths-mobile{margin-left:40%;}.column.is-offset-three-fifths-mobile{margin-left:60%;}.column.is-offset-four-fifths-mobile{margin-left:80%;}.column.is-0-mobile{flex:none;width:0%;}.column.is-offset-0-mobile{margin-left:0%;}.column.is-1-mobile{flex:none;width:8.3333333333%;}.column.is-offset-1-mobile{margin-left:8.3333333333%;}.column.is-2-mobile{flex:none;width:16.6666666667%;}.column.is-offset-2-mobile{margin-left:16.6666666667%;}.column.is-3-mobile{flex:none;width:25%;}.column.is-offset-3-mobile{margin-left:25%;}.column.is-4-mobile{flex:none;width:33.3333333333%;}.column.is-offset-4-mobile{margin-left:33.3333333333%;}.column.is-5-mobile{flex:none;width:41.6666666667%;}.column.is-offset-5-mobile{margin-left:41.6666666667%;}.column.is-6-mobile{flex:none;width:50%;}.column.is-offset-6-mobile{margin-left:50%;}.column.is-7-mobile{flex:none;width:58.3333333333%;}.column.is-offset-7-mobile{margin-left:58.3333333333%;}.column.is-8-mobile{flex:none;width:66.6666666667%;}.column.is-offset-8-mobile{margin-left:66.6666666667%;}.column.is-9-mobile{flex:none;width:75%;}.column.is-offset-9-mobile{margin-left:75%;}.column.is-10-mobile{flex:none;width:83.3333333333%;}.column.is-offset-10-mobile{margin-left:83.3333333333%;}.column.is-11-mobile{flex:none;width:91.6666666667%;}.column.is-offset-11-mobile{margin-left:91.6666666667%;}.column.is-12-mobile{flex:none;width:100%;}.column.is-offset-12-mobile{margin-left:100%;}}@media screen and (min-width:850px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;}.column.is-full,.column.is-full-tablet{flex:none;width:100%;}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%;}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%;}.column.is-half,.column.is-half-tablet{flex:none;width:50%;}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%;}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%;}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%;}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%;}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%;}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%;}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%;}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%;}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%;}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%;}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%;}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%;}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%;}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%;}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%;}.column.is-0,.column.is-0-tablet{flex:none;width:0%;}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%;}.column.is-1,.column.is-1-tablet{flex:none;width:8.3333333333%;}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.3333333333%;}.column.is-2,.column.is-2-tablet{flex:none;width:16.6666666667%;}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.6666666667%;}.column.is-3,.column.is-3-tablet{flex:none;width:25%;}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%;}.column.is-4,.column.is-4-tablet{flex:none;width:33.3333333333%;}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.3333333333%;}.column.is-5,.column.is-5-tablet{flex:none;width:41.6666666667%;}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.6666666667%;}.column.is-6,.column.is-6-tablet{flex:none;width:50%;}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%;}.column.is-7,.column.is-7-tablet{flex:none;width:58.3333333333%;}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.3333333333%;}.column.is-8,.column.is-8-tablet{flex:none;width:66.6666666667%;}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.6666666667%;}.column.is-9,.column.is-9-tablet{flex:none;width:75%;}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%;}.column.is-10,.column.is-10-tablet{flex:none;width:83.3333333333%;}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.3333333333%;}.column.is-11,.column.is-11-tablet{flex:none;width:91.6666666667%;}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.6666666667%;}.column.is-12,.column.is-12-tablet{flex:none;width:100%;}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%;}}@media screen and (max-width:999px){.column.is-narrow-touch{flex:none;}.column.is-full-touch{flex:none;width:100%;}.column.is-three-quarters-touch{flex:none;width:75%;}.column.is-two-thirds-touch{flex:none;width:66.6666%;}.column.is-half-touch{flex:none;width:50%;}.column.is-one-third-touch{flex:none;width:33.3333%;}.column.is-one-quarter-touch{flex:none;width:25%;}.column.is-one-fifth-touch{flex:none;width:20%;}.column.is-two-fifths-touch{flex:none;width:40%;}.column.is-three-fifths-touch{flex:none;width:60%;}.column.is-four-fifths-touch{flex:none;width:80%;}.column.is-offset-three-quarters-touch{margin-left:75%;}.column.is-offset-two-thirds-touch{margin-left:66.6666%;}.column.is-offset-half-touch{margin-left:50%;}.column.is-offset-one-third-touch{margin-left:33.3333%;}.column.is-offset-one-quarter-touch{margin-left:25%;}.column.is-offset-one-fifth-touch{margin-left:20%;}.column.is-offset-two-fifths-touch{margin-left:40%;}.column.is-offset-three-fifths-touch{margin-left:60%;}.column.is-offset-four-fifths-touch{margin-left:80%;}.column.is-0-touch{flex:none;width:0%;}.column.is-offset-0-touch{margin-left:0%;}.column.is-1-touch{flex:none;width:8.3333333333%;}.column.is-offset-1-touch{margin-left:8.3333333333%;}.column.is-2-touch{flex:none;width:16.6666666667%;}.column.is-offset-2-touch{margin-left:16.6666666667%;}.column.is-3-touch{flex:none;width:25%;}.column.is-offset-3-touch{margin-left:25%;}.column.is-4-touch{flex:none;width:33.3333333333%;}.column.is-offset-4-touch{margin-left:33.3333333333%;}.column.is-5-touch{flex:none;width:41.6666666667%;}.column.is-offset-5-touch{margin-left:41.6666666667%;}.column.is-6-touch{flex:none;width:50%;}.column.is-offset-6-touch{margin-left:50%;}.column.is-7-touch{flex:none;width:58.3333333333%;}.column.is-offset-7-touch{margin-left:58.3333333333%;}.column.is-8-touch{flex:none;width:66.6666666667%;}.column.is-offset-8-touch{margin-left:66.6666666667%;}.column.is-9-touch{flex:none;width:75%;}.column.is-offset-9-touch{margin-left:75%;}.column.is-10-touch{flex:none;width:83.3333333333%;}.column.is-offset-10-touch{margin-left:83.3333333333%;}.column.is-11-touch{flex:none;width:91.6666666667%;}.column.is-offset-11-touch{margin-left:91.6666666667%;}.column.is-12-touch{flex:none;width:100%;}.column.is-offset-12-touch{margin-left:100%;}}@media screen and (min-width:1000px){.column.is-narrow-desktop{flex:none;}.column.is-full-desktop{flex:none;width:100%;}.column.is-three-quarters-desktop{flex:none;width:75%;}.column.is-two-thirds-desktop{flex:none;width:66.6666%;}.column.is-half-desktop{flex:none;width:50%;}.column.is-one-third-desktop{flex:none;width:33.3333%;}.column.is-one-quarter-desktop{flex:none;width:25%;}.column.is-one-fifth-desktop{flex:none;width:20%;}.column.is-two-fifths-desktop{flex:none;width:40%;}.column.is-three-fifths-desktop{flex:none;width:60%;}.column.is-four-fifths-desktop{flex:none;width:80%;}.column.is-offset-three-quarters-desktop{margin-left:75%;}.column.is-offset-two-thirds-desktop{margin-left:66.6666%;}.column.is-offset-half-desktop{margin-left:50%;}.column.is-offset-one-third-desktop{margin-left:33.3333%;}.column.is-offset-one-quarter-desktop{margin-left:25%;}.column.is-offset-one-fifth-desktop{margin-left:20%;}.column.is-offset-two-fifths-desktop{margin-left:40%;}.column.is-offset-three-fifths-desktop{margin-left:60%;}.column.is-offset-four-fifths-desktop{margin-left:80%;}.column.is-0-desktop{flex:none;width:0%;}.column.is-offset-0-desktop{margin-left:0%;}.column.is-1-desktop{flex:none;width:8.3333333333%;}.column.is-offset-1-desktop{margin-left:8.3333333333%;}.column.is-2-desktop{flex:none;width:16.6666666667%;}.column.is-offset-2-desktop{margin-left:16.6666666667%;}.column.is-3-desktop{flex:none;width:25%;}.column.is-offset-3-desktop{margin-left:25%;}.column.is-4-desktop{flex:none;width:33.3333333333%;}.column.is-offset-4-desktop{margin-left:33.3333333333%;}.column.is-5-desktop{flex:none;width:41.6666666667%;}.column.is-offset-5-desktop{margin-left:41.6666666667%;}.column.is-6-desktop{flex:none;width:50%;}.column.is-offset-6-desktop{margin-left:50%;}.column.is-7-desktop{flex:none;width:58.3333333333%;}.column.is-offset-7-desktop{margin-left:58.3333333333%;}.column.is-8-desktop{flex:none;width:66.6666666667%;}.column.is-offset-8-desktop{margin-left:66.6666666667%;}.column.is-9-desktop{flex:none;width:75%;}.column.is-offset-9-desktop{margin-left:75%;}.column.is-10-desktop{flex:none;width:83.3333333333%;}.column.is-offset-10-desktop{margin-left:83.3333333333%;}.column.is-11-desktop{flex:none;width:91.6666666667%;}.column.is-offset-11-desktop{margin-left:91.6666666667%;}.column.is-12-desktop{flex:none;width:100%;}.column.is-offset-12-desktop{margin-left:100%;}}@media screen and (min-width:1000px){.column.is-narrow-widescreen{flex:none;}.column.is-full-widescreen{flex:none;width:100%;}.column.is-three-quarters-widescreen{flex:none;width:75%;}.column.is-two-thirds-widescreen{flex:none;width:66.6666%;}.column.is-half-widescreen{flex:none;width:50%;}.column.is-one-third-widescreen{flex:none;width:33.3333%;}.column.is-one-quarter-widescreen{flex:none;width:25%;}.column.is-one-fifth-widescreen{flex:none;width:20%;}.column.is-two-fifths-widescreen{flex:none;width:40%;}.column.is-three-fifths-widescreen{flex:none;width:60%;}.column.is-four-fifths-widescreen{flex:none;width:80%;}.column.is-offset-three-quarters-widescreen{margin-left:75%;}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%;}.column.is-offset-half-widescreen{margin-left:50%;}.column.is-offset-one-third-widescreen{margin-left:33.3333%;}.column.is-offset-one-quarter-widescreen{margin-left:25%;}.column.is-offset-one-fifth-widescreen{margin-left:20%;}.column.is-offset-two-fifths-widescreen{margin-left:40%;}.column.is-offset-three-fifths-widescreen{margin-left:60%;}.column.is-offset-four-fifths-widescreen{margin-left:80%;}.column.is-0-widescreen{flex:none;width:0%;}.column.is-offset-0-widescreen{margin-left:0%;}.column.is-1-widescreen{flex:none;width:8.3333333333%;}.column.is-offset-1-widescreen{margin-left:8.3333333333%;}.column.is-2-widescreen{flex:none;width:16.6666666667%;}.column.is-offset-2-widescreen{margin-left:16.6666666667%;}.column.is-3-widescreen{flex:none;width:25%;}.column.is-offset-3-widescreen{margin-left:25%;}.column.is-4-widescreen{flex:none;width:33.3333333333%;}.column.is-offset-4-widescreen{margin-left:33.3333333333%;}.column.is-5-widescreen{flex:none;width:41.6666666667%;}.column.is-offset-5-widescreen{margin-left:41.6666666667%;}.column.is-6-widescreen{flex:none;width:50%;}.column.is-offset-6-widescreen{margin-left:50%;}.column.is-7-widescreen{flex:none;width:58.3333333333%;}.column.is-offset-7-widescreen{margin-left:58.3333333333%;}.column.is-8-widescreen{flex:none;width:66.6666666667%;}.column.is-offset-8-widescreen{margin-left:66.6666666667%;}.column.is-9-widescreen{flex:none;width:75%;}.column.is-offset-9-widescreen{margin-left:75%;}.column.is-10-widescreen{flex:none;width:83.3333333333%;}.column.is-offset-10-widescreen{margin-left:83.3333333333%;}.column.is-11-widescreen{flex:none;width:91.6666666667%;}.column.is-offset-11-widescreen{margin-left:91.6666666667%;}.column.is-12-widescreen{flex:none;width:100%;}.column.is-offset-12-widescreen{margin-left:100%;}}@media screen and (min-width:1000px){.column.is-narrow-fullhd{flex:none;}.column.is-full-fullhd{flex:none;width:100%;}.column.is-three-quarters-fullhd{flex:none;width:75%;}.column.is-two-thirds-fullhd{flex:none;width:66.6666%;}.column.is-half-fullhd{flex:none;width:50%;}.column.is-one-third-fullhd{flex:none;width:33.3333%;}.column.is-one-quarter-fullhd{flex:none;width:25%;}.column.is-one-fifth-fullhd{flex:none;width:20%;}.column.is-two-fifths-fullhd{flex:none;width:40%;}.column.is-three-fifths-fullhd{flex:none;width:60%;}.column.is-four-fifths-fullhd{flex:none;width:80%;}.column.is-offset-three-quarters-fullhd{margin-left:75%;}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%;}.column.is-offset-half-fullhd{margin-left:50%;}.column.is-offset-one-third-fullhd{margin-left:33.3333%;}.column.is-offset-one-quarter-fullhd{margin-left:25%;}.column.is-offset-one-fifth-fullhd{margin-left:20%;}.column.is-offset-two-fifths-fullhd{margin-left:40%;}.column.is-offset-three-fifths-fullhd{margin-left:60%;}.column.is-offset-four-fifths-fullhd{margin-left:80%;}.column.is-0-fullhd{flex:none;width:0%;}.column.is-offset-0-fullhd{margin-left:0%;}.column.is-1-fullhd{flex:none;width:8.3333333333%;}.column.is-offset-1-fullhd{margin-left:8.3333333333%;}.column.is-2-fullhd{flex:none;width:16.6666666667%;}.column.is-offset-2-fullhd{margin-left:16.6666666667%;}.column.is-3-fullhd{flex:none;width:25%;}.column.is-offset-3-fullhd{margin-left:25%;}.column.is-4-fullhd{flex:none;width:33.3333333333%;}.column.is-offset-4-fullhd{margin-left:33.3333333333%;}.column.is-5-fullhd{flex:none;width:41.6666666667%;}.column.is-offset-5-fullhd{margin-left:41.6666666667%;}.column.is-6-fullhd{flex:none;width:50%;}.column.is-offset-6-fullhd{margin-left:50%;}.column.is-7-fullhd{flex:none;width:58.3333333333%;}.column.is-offset-7-fullhd{margin-left:58.3333333333%;}.column.is-8-fullhd{flex:none;width:66.6666666667%;}.column.is-offset-8-fullhd{margin-left:66.6666666667%;}.column.is-9-fullhd{flex:none;width:75%;}.column.is-offset-9-fullhd{margin-left:75%;}.column.is-10-fullhd{flex:none;width:83.3333333333%;}.column.is-offset-10-fullhd{margin-left:83.3333333333%;}.column.is-11-fullhd{flex:none;width:91.6666666667%;}.column.is-offset-11-fullhd{margin-left:91.6666666667%;}.column.is-12-fullhd{flex:none;width:100%;}.column.is-offset-12-fullhd{margin-left:100%;}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem;}.columns:last-child{margin-bottom:-.75rem;}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem);}.columns.is-centered{justify-content:center;}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0;}.columns.is-gapless>.column{margin:0;padding:0!important;}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem;}.columns.is-gapless:last-child{margin-bottom:0;}.columns.is-mobile{display:flex;}.columns.is-multiline{flex-wrap:wrap;}.columns.is-vcentered{align-items:center;}@media screen and (min-width:850px),print{.columns:not(.is-desktop){display:flex;}}@media screen and (min-width:1000px){.columns.is-desktop{display:flex;}}.columns.is-variable{--columnGap:.75rem;margin-left:calc(-1*var(--columnGap));margin-right:calc(-1*var(--columnGap));}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap);}.columns.is-variable.is-0{--columnGap:0rem;}@media screen and (max-width:849px){.columns.is-variable.is-0-mobile{--columnGap:0rem;}}@media screen and (min-width:850px),print{.columns.is-variable.is-0-tablet{--columnGap:0rem;}}@media screen and (min-width:850px) and (max-width:999px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem;}}@media screen and (max-width:999px){.columns.is-variable.is-0-touch{--columnGap:0rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-0-desktop{--columnGap:0rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-0-widescreen{--columnGap:0rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-0-fullhd{--columnGap:0rem;}}.columns.is-variable.is-1{--columnGap:.25rem;}@media screen and (max-width:849px){.columns.is-variable.is-1-mobile{--columnGap:.25rem;}}@media screen and (min-width:850px),print{.columns.is-variable.is-1-tablet{--columnGap:.25rem;}}@media screen and (min-width:850px) and (max-width:999px){.columns.is-variable.is-1-tablet-only{--columnGap:.25rem;}}@media screen and (max-width:999px){.columns.is-variable.is-1-touch{--columnGap:.25rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-1-desktop{--columnGap:.25rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-1-desktop-only{--columnGap:.25rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-1-widescreen{--columnGap:.25rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-1-widescreen-only{--columnGap:.25rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-1-fullhd{--columnGap:.25rem;}}.columns.is-variable.is-2{--columnGap:.5rem;}@media screen and (max-width:849px){.columns.is-variable.is-2-mobile{--columnGap:.5rem;}}@media screen and (min-width:850px),print{.columns.is-variable.is-2-tablet{--columnGap:.5rem;}}@media screen and (min-width:850px) and (max-width:999px){.columns.is-variable.is-2-tablet-only{--columnGap:.5rem;}}@media screen and (max-width:999px){.columns.is-variable.is-2-touch{--columnGap:.5rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-2-desktop{--columnGap:.5rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-2-desktop-only{--columnGap:.5rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-2-widescreen{--columnGap:.5rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-2-widescreen-only{--columnGap:.5rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-2-fullhd{--columnGap:.5rem;}}.columns.is-variable.is-3{--columnGap:.75rem;}@media screen and (max-width:849px){.columns.is-variable.is-3-mobile{--columnGap:.75rem;}}@media screen and (min-width:850px),print{.columns.is-variable.is-3-tablet{--columnGap:.75rem;}}@media screen and (min-width:850px) and (max-width:999px){.columns.is-variable.is-3-tablet-only{--columnGap:.75rem;}}@media screen and (max-width:999px){.columns.is-variable.is-3-touch{--columnGap:.75rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-3-desktop{--columnGap:.75rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-3-desktop-only{--columnGap:.75rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-3-widescreen{--columnGap:.75rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-3-widescreen-only{--columnGap:.75rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-3-fullhd{--columnGap:.75rem;}}.columns.is-variable.is-4{--columnGap:1rem;}@media screen and (max-width:849px){.columns.is-variable.is-4-mobile{--columnGap:1rem;}}@media screen and (min-width:850px),print{.columns.is-variable.is-4-tablet{--columnGap:1rem;}}@media screen and (min-width:850px) and (max-width:999px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem;}}@media screen and (max-width:999px){.columns.is-variable.is-4-touch{--columnGap:1rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-4-desktop{--columnGap:1rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-4-widescreen{--columnGap:1rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-4-fullhd{--columnGap:1rem;}}.columns.is-variable.is-5{--columnGap:1.25rem;}@media screen and (max-width:849px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem;}}@media screen and (min-width:850px),print{.columns.is-variable.is-5-tablet{--columnGap:1.25rem;}}@media screen and (min-width:850px) and (max-width:999px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem;}}@media screen and (max-width:999px){.columns.is-variable.is-5-touch{--columnGap:1.25rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem;}}.columns.is-variable.is-6{--columnGap:1.5rem;}@media screen and (max-width:849px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem;}}@media screen and (min-width:850px),print{.columns.is-variable.is-6-tablet{--columnGap:1.5rem;}}@media screen and (min-width:850px) and (max-width:999px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem;}}@media screen and (max-width:999px){.columns.is-variable.is-6-touch{--columnGap:1.5rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem;}}.columns.is-variable.is-7{--columnGap:1.75rem;}@media screen and (max-width:849px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem;}}@media screen and (min-width:850px),print{.columns.is-variable.is-7-tablet{--columnGap:1.75rem;}}@media screen and (min-width:850px) and (max-width:999px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem;}}@media screen and (max-width:999px){.columns.is-variable.is-7-touch{--columnGap:1.75rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem;}}.columns.is-variable.is-8{--columnGap:2rem;}@media screen and (max-width:849px){.columns.is-variable.is-8-mobile{--columnGap:2rem;}}@media screen and (min-width:850px),print{.columns.is-variable.is-8-tablet{--columnGap:2rem;}}@media screen and (min-width:850px) and (max-width:999px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem;}}@media screen and (max-width:999px){.columns.is-variable.is-8-touch{--columnGap:2rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-8-desktop{--columnGap:2rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-8-widescreen{--columnGap:2rem;}}@media screen and (min-width:1000px) and (max-width:999px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem;}}@media screen and (min-width:1000px){.columns.is-variable.is-8-fullhd{--columnGap:2rem;}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto;}.container.is-fluid{max-width:none;padding-left:32px;padding-right:32px;width:100%;}@media screen and (min-width:1000px){.container{max-width:936px;}}@media screen and (max-width:999px){.container.is-widescreen{max-width:936px;}}@media screen and (max-width:999px){.container.is-fullhd{max-width:936px;}}@media screen and (min-width:1000px){.container{max-width:936px;}}@media screen and (min-width:1000px){.container{max-width:936px;}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between;}.hero .navbar{background:none;}.hero .tabs ul{border-bottom:0;}.hero.is-white{background-color:hsl(0,0%,100%);color:hsl(0,0%,4%);}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit;}.hero.is-white .title{color:hsl(0,0%,4%);}.hero.is-white .subtitle{color:rgba(10.2,10.2,10.2,.9);}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:hsl(0,0%,4%);}@media screen and (max-width:999px){.hero.is-white .navbar-menu{background-color:hsl(0,0%,100%);}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10.2,10.2,10.2,.7);}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:hsl(0,0%,95%);color:hsl(0,0%,4%);}.hero.is-white .tabs a{color:hsl(0,0%,4%);opacity:.9;}.hero.is-white .tabs a:hover{opacity:1;}.hero.is-white .tabs li.is-active a{opacity:1;}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:hsl(0,0%,4%);}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10.2,10.2,10.2,.1);}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:hsl(0,0%,4%);border-color:hsl(0,0%,4%);color:hsl(0,0%,100%);}.hero.is-white.is-bold{background-image:linear-gradient(141deg,hsl(350,10%,90%) 0%,hsl(0,0%,100%) 71%,hsl(10,5%,100%) 100%);}@media screen and (max-width:849px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,hsl(350,10%,90%) 0%,hsl(0,0%,100%) 71%,hsl(10,5%,100%) 100%);}}.hero.is-black{background-color:hsl(0,0%,4%);color:hsl(0,0%,100%);}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit;}.hero.is-black .title{color:hsl(0,0%,100%);}.hero.is-black .subtitle{color:rgba(255,255,255,.9);}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:hsl(0,0%,100%);}@media screen and (max-width:999px){.hero.is-black .navbar-menu{background-color:hsl(0,0%,4%);}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,.7);}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:hsl(0,0%,0%);color:hsl(0,0%,100%);}.hero.is-black .tabs a{color:hsl(0,0%,100%);opacity:.9;}.hero.is-black .tabs a:hover{opacity:1;}.hero.is-black .tabs li.is-active a{opacity:1;}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:hsl(0,0%,100%);}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10.2,10.2,10.2,.1);}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:hsl(0,0%,100%);border-color:hsl(0,0%,100%);color:hsl(0,0%,4%);}.hero.is-black.is-bold{background-image:linear-gradient(141deg,hsl(350,10%,0%) 0%,hsl(0,0%,4%) 71%,hsl(10,5%,9%) 100%);}@media screen and (max-width:849px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,hsl(350,10%,0%) 0%,hsl(0,0%,4%) 71%,hsl(10,5%,9%) 100%);}}.hero.is-light{background-color:hsl(0,0%,96%);color:rgba(0,0,0,.7);}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit;}.hero.is-light .title{color:rgba(0,0,0,.7);}.hero.is-light .subtitle{color:rgba(0,0,0,.9);}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7);}@media screen and (max-width:999px){.hero.is-light .navbar-menu{background-color:hsl(0,0%,96%);}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,.7);}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:hsl(0,0%,91%);color:rgba(0,0,0,.7);}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9;}.hero.is-light .tabs a:hover{opacity:1;}.hero.is-light .tabs li.is-active a{opacity:1;}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7);}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10.2,10.2,10.2,.1);}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:hsl(0,0%,96%);}.hero.is-light.is-bold{background-image:linear-gradient(141deg,hsl(350,10%,86%) 0%,hsl(0,0%,96%) 71%,hsl(10,5%,100%) 100%);}@media screen and (max-width:849px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,hsl(350,10%,86%) 0%,hsl(0,0%,96%) 71%,hsl(10,5%,100%) 100%);}}.hero.is-dark{background-color:hsl(0,0%,21%);color:#fff;}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit;}.hero.is-dark .title{color:#fff;}.hero.is-dark .subtitle{color:rgba(255,255,255,.9);}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#fff;}@media screen and (max-width:999px){.hero.is-dark .navbar-menu{background-color:hsl(0,0%,21%);}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(255,255,255,.7);}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:hsl(0,0%,16%);color:#fff;}.hero.is-dark .tabs a{color:#fff;opacity:.9;}.hero.is-dark .tabs a:hover{opacity:1;}.hero.is-dark .tabs li.is-active a{opacity:1;}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#fff;}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10.2,10.2,10.2,.1);}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:hsl(0,0%,21%);}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,hsl(350,10%,11%) 0%,hsl(0,0%,21%) 71%,hsl(10,5%,26%) 100%);}@media screen and (max-width:849px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,hsl(350,10%,11%) 0%,hsl(0,0%,21%) 71%,hsl(10,5%,26%) 100%);}}.hero.is-primary{background-color:hsl(171,100%,41%);color:#fff;}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit;}.hero.is-primary .title{color:#fff;}.hero.is-primary .subtitle{color:rgba(255,255,255,.9);}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff;}@media screen and (max-width:999px){.hero.is-primary .navbar-menu{background-color:hsl(171,100%,41%);}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7);}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:hsl(171,100%,36%);color:#fff;}.hero.is-primary .tabs a{color:#fff;opacity:.9;}.hero.is-primary .tabs a:hover{opacity:1;}.hero.is-primary .tabs li.is-active a{opacity:1;}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff;}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10.2,10.2,10.2,.1);}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:hsl(171,100%,41%);}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,hsl(161,100%,31%) 0%,hsl(171,100%,41%) 71%,hsl(181,100%,46%) 100%);}@media screen and (max-width:849px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,hsl(161,100%,31%) 0%,hsl(171,100%,41%) 71%,hsl(181,100%,46%) 100%);}}.hero.is-link{background-color:hsl(217,71%,53%);color:#fff;}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit;}.hero.is-link .title{color:#fff;}.hero.is-link .subtitle{color:rgba(255,255,255,.9);}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff;}@media screen and (max-width:999px){.hero.is-link .navbar-menu{background-color:hsl(217,71%,53%);}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7);}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:hsl(217,71%,48%);color:#fff;}.hero.is-link .tabs a{color:#fff;opacity:.9;}.hero.is-link .tabs a:hover{opacity:1;}.hero.is-link .tabs li.is-active a{opacity:1;}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff;}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10.2,10.2,10.2,.1);}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:hsl(217,71%,53%);}.hero.is-link.is-bold{background-image:linear-gradient(141deg,hsl(207,81%,43%) 0%,hsl(217,71%,53%) 71%,hsl(227,76%,58%) 100%);}@media screen and (max-width:849px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,hsl(207,81%,43%) 0%,hsl(217,71%,53%) 71%,hsl(227,76%,58%) 100%);}}.hero.is-info{background-color:hsl(204,71%,53%);color:#fff;}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit;}.hero.is-info .title{color:#fff;}.hero.is-info .subtitle{color:rgba(255,255,255,.9);}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff;}@media screen and (max-width:999px){.hero.is-info .navbar-menu{background-color:hsl(204,71%,53%);}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7);}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:hsl(204,71%,48%);color:#fff;}.hero.is-info .tabs a{color:#fff;opacity:.9;}.hero.is-info .tabs a:hover{opacity:1;}.hero.is-info .tabs li.is-active a{opacity:1;}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff;}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10.2,10.2,10.2,.1);}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:hsl(204,71%,53%);}.hero.is-info.is-bold{background-image:linear-gradient(141deg,hsl(194,81%,43%) 0%,hsl(204,71%,53%) 71%,hsl(214,76%,58%) 100%);}@media screen and (max-width:849px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,hsl(194,81%,43%) 0%,hsl(204,71%,53%) 71%,hsl(214,76%,58%) 100%);}}.hero.is-success{background-color:hsl(141,53%,53%);color:#fff;}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit;}.hero.is-success .title{color:#fff;}.hero.is-success .subtitle{color:rgba(255,255,255,.9);}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff;}@media screen and (max-width:999px){.hero.is-success .navbar-menu{background-color:hsl(141,53%,53%);}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7);}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:hsl(141,53%,48%);color:#fff;}.hero.is-success .tabs a{color:#fff;opacity:.9;}.hero.is-success .tabs a:hover{opacity:1;}.hero.is-success .tabs li.is-active a{opacity:1;}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff;}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10.2,10.2,10.2,.1);}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:hsl(141,53%,53%);}.hero.is-success.is-bold{background-image:linear-gradient(141deg,hsl(131,63%,43%) 0%,hsl(141,53%,53%) 71%,hsl(151,58%,58%) 100%);}@media screen and (max-width:849px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,hsl(131,63%,43%) 0%,hsl(141,53%,53%) 71%,hsl(151,58%,58%) 100%);}}.hero.is-warning{background-color:hsl(48,100%,67%);color:rgba(0,0,0,.7);}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit;}.hero.is-warning .title{color:rgba(0,0,0,.7);}.hero.is-warning .subtitle{color:rgba(0,0,0,.9);}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7);}@media screen and (max-width:999px){.hero.is-warning .navbar-menu{background-color:hsl(48,100%,67%);}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7);}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:hsl(48,100%,62%);color:rgba(0,0,0,.7);}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9;}.hero.is-warning .tabs a:hover{opacity:1;}.hero.is-warning .tabs li.is-active a{opacity:1;}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7);}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10.2,10.2,10.2,.1);}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:hsl(48,100%,67%);}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,hsl(38,100%,57%) 0%,hsl(48,100%,67%) 71%,hsl(58,100%,72%) 100%);}@media screen and (max-width:849px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,hsl(38,100%,57%) 0%,hsl(48,100%,67%) 71%,hsl(58,100%,72%) 100%);}}.hero.is-danger{background-color:hsl(348,86%,61%);color:#fff;}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit;}.hero.is-danger .title{color:#fff;}.hero.is-danger .subtitle{color:rgba(255,255,255,.9);}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff;}@media screen and (max-width:999px){.hero.is-danger .navbar-menu{background-color:hsl(348,86%,61%);}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7);}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:hsl(348,86%,56%);color:#fff;}.hero.is-danger .tabs a{color:#fff;opacity:.9;}.hero.is-danger .tabs a:hover{opacity:1;}.hero.is-danger .tabs li.is-active a{opacity:1;}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff;}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10.2,10.2,10.2,.1);}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:hsl(348,86%,61%);}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,hsl(338,96%,51%) 0%,hsl(348,86%,61%) 71%,hsl(358,91%,66%) 100%);}@media screen and (max-width:849px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,hsl(338,96%,51%) 0%,hsl(348,86%,61%) 71%,hsl(358,91%,66%) 100%);}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem;}@media screen and (min-width:850px),print{.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem;}}@media screen and (min-width:850px),print{.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem;}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex;}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1;}.hero.is-halfheight{min-height:50vh;}.hero.is-fullheight{min-height:100vh;}.hero-video{overflow:hidden;}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);}.hero-video.is-transparent{opacity:.3;}@media screen and (max-width:849px){.hero-video{display:none;}}.hero-buttons{margin-top:1.5rem;}@media screen and (max-width:849px){.hero-buttons .button{display:flex;}.hero-buttons .button:not(:last-child){margin-bottom:.75rem;}}@media screen and (min-width:850px),print{.hero-buttons{display:flex;justify-content:center;}.hero-buttons .button:not(:last-child){margin-right:1.5rem;}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0;}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem;}.level{align-items:center;justify-content:space-between;}.level code{border-radius:4px;}.level img{display:inline-block;vertical-align:top;}.level.is-mobile{display:flex;}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex;}.level.is-mobile .level-left+.level-right{margin-top:0;}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem;}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1;}@media screen and (min-width:850px),print{.level{display:flex;}.level>.level-item:not(.is-narrow){flex-grow:1;}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center;}.level-item .title,.level-item .subtitle{margin-bottom:0;}@media screen and (max-width:849px){.level-item:not(:last-child){margin-bottom:.75rem;}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0;}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1;}@media screen and (min-width:850px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem;}}.level-left{align-items:center;justify-content:flex-start;}@media screen and (max-width:849px){.level-left+.level-right{margin-top:1.5rem;}}@media screen and (min-width:850px),print{.level-left{display:flex;}}.level-right{align-items:center;justify-content:flex-end;}@media screen and (min-width:850px),print{.level-right{display:flex;}}.hero{position:relative;}.hero.with-video{background:linear-gradient(to bottom,rgba(18,25,39,0),transparent,rgba(50,115,235,.05));padding-bottom:4rem;}.hero .hero-image{background-position:center center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1;}.hero .hero-image img{width:100%;height:100%;object-fit:cover;}.hero .hero-image.blur-mask{mask-image:linear-gradient(rgba(255,255,255,.5) 0%,transparent 100%);-webkit-mask-image:linear-gradient(rgba(255,255,255,.5) 0%,transparent 100%);}.hero .hero-body{z-index:1;padding:6rem 2rem 4rem 2rem;display:flex;align-items:center;justify-content:center;flex-direction:column;}.hero .hero-body .hero-branding{margin-bottom:1.5rem;max-height:80px;}@media screen and (max-width:768px){.hero .hero-body .hero-branding{max-height:64px;}}.hero .hero-body .title{color:#fff;}.hero .hero-body .subtitle{color:#d5dff2;font-size:20px;margin:0 0 1.5rem 0;max-width:70%;}@media screen and (max-width:768px){.hero .hero-body .subtitle{max-width:100%;}}.hero .hero-video-player{border:1px solid rgba(37,46,63,.8);background:linear-gradient(35deg,rgba(17,21,45,.5),rgba(50,115,235,.2));backdrop-filter:blur(20px);border-radius:8px;max-width:1200px;margin:2rem auto;width:100%;box-shadow:0 0 100px rgba(0,0,0,.2);padding:2rem;transition:all .2s ease;}@media screen and (max-width:768px){.hero .hero-video-player{padding:1rem;width:auto;margin:1rem;}}.hero .hero-video-player:hover{transform:scale(101%);box-shadow:0 20px 100px rgba(0,0,0,.4);}.hero .hero-video-player video{max-width:100%;border-radius:8px;box-shadow:0 20px 30px rgba(0,0,0,.3);border:1px solid rgba(37,46,63,.8);}.hero.about-hero .hero-body{max-width:800px;}.hero.about-hero .hero-body .hero-branding{width:120px;height:120px;max-height:120px;}.hero.about-hero .hero-body .title{font-weight:500;}.hero.about-hero .hero-body .heart{color:#d87093;}.button{border-radius:32px;font-weight:500;text-shadow:0 1px 0 rgba(0,0,0,.1);transition:all .2s ease;padding:0 1rem;font-family:"Poppins";user-select:none;}.button.is-glass{background:linear-gradient(45deg,rgba(50,115,235,0),rgba(50,115,235,.2));backdrop-filter:blur(20px);box-shadow:0 3px 7px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1);color:#fff;}.button.is-glass:hover{background:linear-gradient(45deg,rgba(50,115,235,.2),rgba(50,115,235,.4));}.button[disabled],.button .disabled{pointer-events:none;opacity:.3;}.button,button{padding:.3rem .7rem;background-color:#3273eb;color:#121927;text-decoration:none;justify-content:center;align-items:center;white-space:nowrap;display:inline-flex;border:0;cursor:pointer;gap:.5rem;}.button .icon,button .icon{display:flex;align-items:center;justify-content:center;font-family:"Material Symbols Rounded";font-variation-settings:"FILL" 1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;}.button i,button i{font-size:20px;margin-right:2px;}.button:hover,button:hover{background-color:#fff;color:#3273eb;}.button.is-danger,button.is-danger{background-color:#ff9800;color:#000;}.button.is-danger:hover,button.is-danger:hover{background-color:#ffad33;color:#fff;}.button.dark,button.dark{background-color:#121927;color:#fff;}.button.dark:hover,button.dark:hover{background-color:#425c90;color:#fff;}.button.small,button.small{padding:3px 5px;font-size:9px;border-radius:2px;margin:0 1px;}.button.small i,button.small i{margin-right:3px;font-size:11px;}.title{font-family:"Poppins",sans-serif;}.title.is-bold{font-weight:700;}.title.is-thick{font-weight:900;}.title.is-1{font-size:4rem;}.title.is-2{font-size:3rem;}.title.is-3{font-size:2rem;}.title.is-4{font-size:1.5rem;}.subtitle{color:#fff;}p.is-warning{color:#fc4;}p.is-success{color:#2c6;}field{display:flex;padding:1rem;}field label{flex-basis:150px;flex-shrink:0;text-align:right;padding:.5rem 1rem;color:#fff;display:flex;justify-content:flex-end;opacity:.8;}field label small{display:flex;font-size:11px;opacity:.5;}field.is-unchanged label{opacity:.6;}field.is-changed label{opacity:.8;font-weight:bold;}field>input,field>div{flex-grow:1;}field>div{display:flex;flex-direction:column;}field>div>small{padding:.5rem;font-size:12px;}field>div>label{display:flex;text-align:left;justify-content:flex-start;user-select:none;flex-basis:unset;cursor:pointer;padding:0;opacity:.8;}field>div>label input{margin-right:1rem;}field>div>label:hover{opacity:1;}field>div img{width:110px;height:150px;object-fit:cover;border-radius:8px;}field>div .meta{text-align:center;font-size:11px;}field input.modified,field select.modified,field textarea.modified,field .border-input.modified{border-color:rgba(50,115,235,.6);}field input.invalid,field select.invalid,field textarea.invalid,field .border-input.invalid{background-color:#b72d4f;color:#fff;}field input.invalid::placeholder,field select.invalid::placeholder,field textarea.invalid::placeholder,field .border-input.invalid::placeholder{color:#fff;opacity:.3;}controls{display:flex;padding:1rem;padding-bottom:2rem;justify-content:flex-end;}controls small{margin-left:1rem;}controls>div:last-child{flex-grow:1;display:flex;padding:1rem;padding-bottom:2rem;justify-content:flex-end;}input,select,textarea,.border-input{border:0;border-radius:3px;padding:.4rem .5rem;font-weight:normal!important;font-family:"Sen";border:1px solid rgba(50,115,235,.2);background-color:rgba(0,0,0,.1);color:#a5c3f9;}input:not(input[type=checkbox]),select:not(input[type=checkbox]),textarea:not(input[type=checkbox]),.border-input:not(input[type=checkbox]){width:100%;}input:focus,select:focus,textarea:focus,.border-input:focus{outline:0;border:1px solid rgba(50,115,235,.3);background-color:rgba(0,0,0,.2);color:#7dabfd;}input::placeholder,select::placeholder,textarea::placeholder,.border-input::placeholder{color:rgba(255,255,255,.2);}input:disabled,select:disabled,textarea:disabled,.border-input:disabled{opacity:.3;}select.input-validation-error{border-right:.5rem solid #b72d4f;}select option,select optgroup{background-color:#121927;color:#adb3cb;padding:2px 10px;}select optgroup{padding:20px;opacity:.3;color:#fff;}details.dangerzone{border:1px solid #b72d4f;padding:1rem;border-radius:10px;margin:2rem 0;}details.dangerzone summary{color:#b72d4f;user-select:none;cursor:pointer;font-size:23px;font-family:Poppins;font-weight:bolder;outline:0;}details.dangerzone summary:active{border:0;}details.dangerzone controls{margin-left:1rem;display:flex;align-items:center;}.media-container:first-of-type{margin-top:2rem;padding-top:2rem;border-top:2px solid #252e3f;}.media-container>field{display:flex;align-items:center;position:relative;min-height:150px;margin-bottom:20px;padding:0;}.media-container .media-icon{border-radius:8px;width:110px;height:150px;position:absolute;left:24px;}.media-container .media-form{background-color:rgba(11,13,18,.8);border-radius:8px;display:flex;justify-content:center;min-height:130px;width:100%;padding:8px 32px 8px 160px;}.media-container .media-form label{text-transform:uppercase;font-weight:bold;font-size:13px;color:#adb3cb;letter-spacing:1px;margin-bottom:8px;}.validation-message{color:#fe0;font-size:12px;padding:.5rem;}.file-upload{position:relative;}.file-upload input{cursor:pointer;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;}.file-upload:after{content:"upload_file";font-family:"Material Symbols Rounded";font-size:2rem;color:#fff;padding:.5rem;border-radius:5px;position:absolute;bottom:20px;right:20px;pointer-events:none;transition:all .2s ease;}.file-upload:hover:after{font-size:3rem;}.file-upload.noimage{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:200px;border:2px dashed rgba(255,255,255,.6666666667);border-radius:10px;}.file-upload.noimage:after{position:initial;}.file-upload.noimage.is-drag-hovered{border:2px solid #5cf350;background-color:rgba(92,243,80,.1333333333);}.file-upload.noimage.is-drag-hovered:after{color:#5cf350;}.file-upload.noimage.is-drag-dropped{opacity:.5;border:2px solid #80c8ff;background-color:rgba(128,200,255,.0666666667);}.file-upload.noimage.is-drag-dropped:after{color:#80c8ff;}controls button.button{font-size:1rem;padding:.5rem 1rem;min-width:120px;}.switch{width:70px;border-radius:20px;height:33px;background-color:#f00;background-color:rgba(50,115,235,.2);position:relative;transition:all .5s ease-out;user-select:none;cursor:pointer;}.switch:after{content:" ";border:2px solid rgba(50,115,235,.3);background-color:rgba(50,115,235,.8);width:24px;height:24px;position:absolute;left:4px;top:4px;border-radius:100px;transition:all .2s ease-out;}.switch.active{background-color:rgba(50,115,235,.7);}.switch.active:after{left:42px;background-color:#fff;}.button.formsave:after{content:"save";}.button.formsave.nochanges{pointer-events:none;opacity:.7;}.button.formsave.saving{opacity:.7;}.button.formsave.saving:after{content:"saving..";}.button.formsave.saved{background-color:#4db649;color:#fff;opacity:1;}.button.formsave.saved:after{content:"saved";}.button.formsave.notsaved{background-color:#b72d4f;color:#fff;opacity:1;}.button.formsave.notsaved:after{content:"save error";}.form-group{margin:1rem;padding:1rem 2rem;box-shadow:4px 4px 20px rgba(0,0,0,.2);background-color:rgba(0,0,0,.2705882353);border-radius:10px;}.form-group .form-group-title{text-transform:lowercase;color:#fff;font-size:20px;font-weight:normal;}.form-group field{margin:0;padding:1rem 0;}table{width:100%;border-radius:8px;border-spacing:0;overflow:hidden;}table thead{background-color:#0e141f;font-size:11px;letter-spacing:1px;overflow:hidden;}table th,table thead td{padding:8px;font-size:.7rem;color:rgba(255,255,255,.4666666667);}table tr{background-color:rgba(37,46,63,.2);}table tr:nth-of-type(odd){background-color:rgba(37,46,63,.3);}table tr td,table tr th{padding:6px 12px;font-size:13px;border:1px solid rgba(14,20,31,.4);color:#9db2d8;}table tr td.grow,table tr th.grow{width:100%;}table tr:hover{background-color:rgba(50,115,235,.2);color:#fff;}table thead tr,table thead tr:hover,table thead tr:nth-of-type(odd){background-color:rgba(44,97,196,.3215686275);}table thead tr td,table thead tr th,table thead tr:hover td,table thead tr:hover th,table thead tr:nth-of-type(odd) td,table thead tr:nth-of-type(odd) th{color:#5d89db;}table .highlight{background-color:rgba(50,115,235,.4)!important;color:#fff;}table .faded{opacity:.5;}table td.actions{padding:10px;}::-webkit-scrollbar-corner{display:none;border:0;}::-webkit-resizer{border:0;}::-webkit-scrollbar-button{border:0;display:none;}::-webkit-scrollbar-track{border-radius:4px;background-color:transparent;border:0;}::-webkit-scrollbar{background-color:transparent;height:16px;overflow:visible;width:8px;border:0;position:absolute;}::-webkit-scrollbar-thumb{border-radius:2px;background-color:rgba(255,255,255,.4);border:0;}.noscrollbar{scrollbar-width:none;}.noscrollbar::-webkit-scrollbar{display:none;}div.asset{margin:1rem;flex-basis:170px;flex-shrink:0;flex-grow:0;}div.asset .icon img{width:170px;height:200px;object-fit:cover;border-radius:10px;box-shadow:5px 5px 30px rgba(0,0,0,.4);}div.asset .meta{margin:.5rem;opacity:.7;}div.asset .meta .subtitle{font-size:11px;opacity:.5;}div.asset a{text-decoration:none;display:flex;flex-direction:column;}div.asset:hover{z-index:100;}div.asset:hover .meta{opacity:1;}div.asset:hover .icon img{box-shadow:0 0 3px 3px white,0 0 30px rgba(50,115,235,.8);}div.asset-line{align-items:center;display:flex;margin-bottom:8px;flex-basis:100%;flex-grow:1;position:relative;padding:4px 4px 4px 90px;transition:all .2s ease;min-height:64px;}div.asset-line .icon{position:absolute;top:0;left:8px;height:64px;}div.asset-line .icon img{width:64px;height:64px;object-fit:cover;border-radius:10px;transition:all .2s ease;filter:drop-shadow(2px 2px 6px black);}div.asset-line .meta{margin:.1rem;}div.asset-line .meta .title{margin-bottom:4px;}div.asset-line .meta .subtitle{font-size:11px;}div.asset-line .meta .tag{background-color:rgba(255,255,255,.1);color:#a7a4a4;padding:2px 8px;margin:2px;border-radius:2px;}div.asset-line .meta .tag.tag-warning{background-color:rgba(193,69,57,.5019607843);color:#ffa4a4;}div.asset-line .meta .tag.tag-error{background-color:#dfb323;color:#b12222;font-weight:bolder;}div.asset-line .meta .tag.tag-usagenow{background-color:rgba(57,193,84,.5019607843);color:#a4ffb3;}div.asset-line .meta .tag.tag-usageyesterday{background-color:rgba(49,115,235,.5294117647);color:#9fc1ff;}div.asset-line a{text-decoration:none;display:flex;flex-direction:column;}div.asset-line:hover{z-index:100;}div.asset-line:hover .meta{opacity:1;}.asset-avatars{display:flex;justify-content:space-between;}@media screen and (max-width:768px){.asset-avatars{flex-direction:column;}}.asset-avatars .asset-column{display:flex;flex-direction:column;}@media screen and (max-width:768px){.asset-avatars .asset-column{margin-bottom:1rem;}}.asset-avatars .asset-column span{text-transform:uppercase;font-weight:bold;font-size:13px;color:#adb3cb;letter-spacing:1px;margin-bottom:16px;}.asset-avatars img{object-fit:cover;border-radius:20px;}.asset-avatars img:nth-child(3){border-radius:90px;}.tag{background-color:rgba(255,255,255,.1);padding:3px 10px;border-radius:6px;margin-right:4px;margin-bottom:4px;white-space:nowrap;display:inline-flex;justify-content:center;align-items:center;position:relative;text-decoration:none;}.tag i{opacity:.5;margin-right:.5rem;}.tag .right{margin-left:10px;font-size:10px;padding:2px 4px;background-color:rgba(0,0,0,.1333333333);border-radius:100px;}.tag.selectable{cursor:pointer;}.tag.active{background-color:rgba(255,255,255,.4);}.tag.is-danger{background-color:#b72d4f;color:#fff;}.asset-front .displayname{font-size:30px;font-weight:bolder;color:#fff;font-family:"Poppins";margin-top:1rem;}.asset-front .summary{opacity:.5;}.asset-front .meta{display:flex;margin-top:1rem;margin-bottom:2rem;}.asset-front .meta>div{text-transform:uppercase;margin-right:.3rem;background-color:rgba(21,23,29,.6666666667);color:#9099bb;font-weight:bold;padding:.5rem;font-size:11px;display:flex;justify-content:center;align-items:center;height:30px;}.asset-front .meta>div i{margin-right:5px;font-size:12px;}.asset-front .description{margin:2rem 1rem;font-size:18px;}.asset-front .description.markdown p{padding:6px;margin:0;}.asset-front .description.markdown blockquote{background-color:rgba(220,240,255,.03);border-left:3px solid #dcf0ff;padding-left:10px;margin:0;}.asset-front .description.markdown blockquote blockquote{background-color:transparent;}.asset-front .description.markdown h1,.asset-front .description.markdown h2,.asset-front .description.markdown h3,.asset-front .description.markdown h4,.asset-front .description.markdown h5,.asset-front .description.markdown h6{margin:0;margin-top:16px;}.asset-front .description.markdown h1{font-size:40px;}.asset-front .description.markdown h2{font-size:30px;}.asset-front .description.markdown h3{font-size:25px;}.asset-front .description.markdown h4{font-size:20px;}.asset-front .description.markdown pre{padding:8px 16px;margin:4px 0;border-left:3px solid #3273eb;background-color:rgba(10,10,30,.6);}.asset-front .description.markdown code{font-size:14px;}.asset-front .description.markdown p>code{margin:-4px 2px;padding:4px 6px;background-color:rgba(10,10,10,.6);color:#d6e7f1;}.popup .popup-modal{min-width:500px;display:flex;justify-content:center;align-items:center;}.popup .popup-menu{background-color:#181f2f;box-shadow:2px 2px 4px 2px rgba(0,0,0,.1333333333);border-radius:4px;overflow:hidden;font-size:13px;border:1px solid #04131c;outline:1px solid rgba(255,255,255,.0196078431);outline-offset:-2px;color:var(--text-color);}.popup .popup-menu>.loading{margin:1rem;}.popup .popup-menu>.loading:after{font-family:"Material Symbols Rounded";content:"hourglass_empty";font-size:30px;opacity:.2;}.popup-host{position:fixed;left:0;right:0;top:0;bottom:0;z-index:10000;pointer-events:none;display:flex;align-items:center;justify-content:center;opacity:0;}.popup-host.active{pointer-events:all;opacity:1;}.action-button.saving{position:relative;overflow:hidden;pointer-events:none;opacity:.5;}.action-button.saving:after{font-family:"Material Symbols Rounded";font-variation-settings:"FILL" 1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"save";position:absolute;left:0;right:0;top:0;bottom:0;background-color:#1045a7;color:#3273eb;display:flex;justify-content:center;align-items:center;font-size:20px;}.action-button.success{position:relative;overflow:hidden;pointer-events:none;opacity:1;}.action-button.success:after{font-family:"Material Symbols Rounded";font-variation-settings:"FILL" 1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"check";position:absolute;left:0;right:0;top:0;bottom:0;background-color:#2e6d2c;color:#4db649;display:flex;justify-content:center;align-items:center;font-size:20px;}.action-button.unmodified{pointer-events:none;opacity:.5;}.action-button.invalid{pointer-events:none;opacity:.9;position:relative;overflow:hidden;}.action-button.invalid:after{font-family:"Material Symbols Rounded";font-variation-settings:"FILL" 1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"error_outline";position:absolute;left:0;right:0;top:0;bottom:0;background-color:hsl(348,86%,31%);color:hsl(348,86%,61%);display:flex;justify-content:center;align-items:center;font-size:30px;}.chart-block{background-color:rgba(0,0,0,.2705882353);box-shadow:5px 5px 30px rgba(0,0,0,.1333333333);border-radius:10px;padding:20px;}.chart{width:100%;position:relative;}.chart>.chart-inner{position:absolute;left:50px;bottom:50px;top:0;right:0;display:flex;flex-direction:row;}.chart .bar{flex-shrink:1;position:relative;flex-grow:1;height:100%;display:flex;align-items:flex-end;}.chart .bar:hover{background-color:rgba(255,255,255,.1);}.chart .bar:hover .tooltip{display:block;}.chart .bar:hover .bar-inner{background-color:#fff;}.chart .bar .bar-inner{background-color:#3273eb;flex-grow:1;position:relative;}.chart .tooltip{position:absolute;top:0;left:50%;z-index:100;background-color:rgba(0,0,0,.9);transform:translateX(-50%) translateY(-110%);padding:5px;border-radius:4px;box-shadow:4px 4px 10px rgba(0,0,0,.2);font-size:10px;white-space:nowrap;display:none;pointer-events:none;}.chart .grid-y,.chart .grid-x{display:flex;position:absolute;left:50px;bottom:50px;top:0;right:0;flex-direction:column;}.chart .grid-y .entry,.chart .grid-x .entry{flex-grow:1;opacity:.4;display:flex;border-top:1px solid rgba(50,115,235,.5);}.chart .axis{display:flex;position:absolute;font-size:10px;}.chart .axis .entry{flex-grow:1;opacity:.4;display:flex;}.chart .axis-y{left:0;width:50px;bottom:50px;top:0;flex-direction:column-reverse;padding-right:10px;}.chart .axis-y .entry{justify-content:flex-end;align-items:center;}.chart .axis-y .entry:last-child{align-items:flex-start;flex-grow:.5;}.chart .axis-y .entry:first-child{align-items:flex-end;flex-grow:.5;}.chart .axis-x{position:absolute;top:unset;bottom:0;height:50px;left:50px;right:0;flex-direction:row;width:unset;padding-top:10px;}.chart .axis-x .entry{flex-grow:1;opacity:.4;display:flex;align-items:flex-start;justify-content:center;}.chart .axis-x .entry:first-child{justify-content:flex-start;flex-grow:.5;}.chart .axis-x .entry:last-child{justify-content:flex-end;flex-grow:.5;}.chart.histogram{height:200px;}.chart.histogram .axis-x{left:0;}.chart.histogram>.chart-inner{left:0;bottom:10px;}.chart.histogram .axis-x{height:25px;}.chart.histogram path.fill{stroke:none;fill:rgba(0,0,0,.25);}.chart.histogram path.stroke{stroke-linejoin:round;stroke:white;fill:none;}.chart-title{margin-bottom:20px;display:flex;align-items:center;}.chart-title .title{font-family:"Poppins";font-weight:600;font-size:25px;margin-right:10px;}.chart-title .subtitle{font-family:"Poppins";font-weight:500;font-size:16px;margin-right:10px;opacity:.5;}.row{display:flex;}div.box.stats-box{border-radius:1rem;display:flex;flex-direction:column;position:relative;flex-grow:1;}div.box.stats-box .value{text-align:center;font-size:60px;font-weight:bolder;padding:1rem;color:#fff;}div.box.stats-box .title{opacity:.4;text-align:center;text-transform:uppercase;padding-top:1rem;font-size:15px;font-weight:bold;}div.box.stats-box .subtitle{opacity:.4;text-align:center;text-transform:uppercase;padding-bottom:1rem;font-weight:lighter;}#components-reconnect-modal{transition:all 2s linear;display:none;position:fixed;left:0;top:0;right:0;bottom:0;background-color:rgba(17,17,17,0);}#components-reconnect-modal.components-reconnect-show{background-color:rgba(17,17,17,.8666666667);z-index:10000;backdrop-filter:blur(10px) grayscale(50%);display:flex;align-items:center;justify-content:center;animation:reconnect-appear .5s;animation-iteration-count:1;}#components-reconnect-modal.components-reconnect-show:after{content:"Reconnecting..";font-size:1rem;font-family:Poppins;}#components-reconnect-modal.components-reconnect-rejected,#components-reconnect-modal.components-reconnect-failed{background-color:rgba(17,17,17,.8666666667);z-index:10000;backdrop-filter:blur(10px) grayscale(50%);display:flex;align-items:center;justify-content:center;animation:reconnect-appear .5s;animation-iteration-count:1;}#components-reconnect-modal.components-reconnect-rejected:after,#components-reconnect-modal.components-reconnect-failed:after{white-space:pre;content:"Site updated";text-align:center;font-size:20px;font-family:Poppins;border-radius:10px;border:2px solid #444;padding:2rem;background-color:rgba(68,68,68,.1333333333);}#components-reconnect-modal.components-reconnect-failed{background-color:rgba(51,17,17,.8666666667);}#components-reconnect-modal.components-reconnect-failed:after{content:"Failed to connect";}@keyframes reconnect-appear{from{opacity:0;}to{opacity:1;}}.search-results{display:flex;flex-direction:column;position:relative;}.search-results>.title{font-size:20px;font-weight:600;margin-top:1rem;}.search-results .entries{display:flex;flex-wrap:wrap;}.search-results .entries-list{padding:10px;}.search-results .search-result{display:flex;text-decoration:none;position:relative;padding:10px;width:130px;align-items:center;overflow:hidden;display:flex;flex-direction:column;}.search-results .search-result:hover{background-color:rgba(50,115,235,.1);}.search-results .search-result .image{width:100px;height:100px;overflow:hidden;border-radius:10px;background-color:rgba(255,255,255,.0666666667);}.search-results .search-result .image img{width:100%;height:100%;object-fit:cover;}.search-results .search-result .title{display:flex;margin:0;padding-top:10px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.search-results .search-result .tags{margin-left:10px;padding:1px 5px;height:25px;}.search-results .search-result .tags .tag{font-size:9px;}.codeblock,code,pre{font-family:"Cascadia Code",monospace;tab-size:4;}pre{background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.15);border-radius:5px;padding:16px;}code.inline{background:rgba(0,0,10,.25);border:1px solid rgba(255,255,255,.15);padding:4px 8px;}code.paramref{color:#93c4e9;}code.langword{color:#5397cc;}.code{color:#ccc;}.code a{text-decoration:none;}.code .type,.code .class,.code .enum,.code .struct,.code .interface{color:#a5c25c;}.code .type.native,.code .class.native,.code .enum.native,.code .struct.native,.code .interface.native{color:#5397cc;}.code .variable{color:#93c4e9;}.code .keyword{color:#5397cc;}.code .value{color:#aaa;}.code :last-child .separator{display:none;}.code .property,.code .method,.code .field,.code .constructor{color:#e9d88b;}.memberdocumentationsummary{padding:5px;opacity:.8;}.memberdocumentationsummary .is-danger{color:#f2745d;text-indent:8px;}.memberdocumentationsummary .is-system{color:#aaa;text-indent:8px;}.memberdocumentationsummary img{max-height:500px;}.memberdocumentationsummary:empty{display:none;}pre code.hljs{display:block;overflow-x:auto;padding:1em;border-radius:3px;}code.hljs{padding:3px 5px;}.hljs{background:#1e1e1e;color:#ccc;}.hljs-comment,.hljs-quote,.hljs-variable{color:#57a64a;}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:#5699bd;}.hljs-title,.hljs-section,.hljs-attribute,.hljs-literal,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-addition{color:#dcdcaa;}.hljs-string{color:#d69d85;}.hljs-deletion,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-meta{color:#4ec9af;}.hljs-doctag{color:#57a64a;}.hljs-attr{color:#f00;}.hljs-symbol,.hljs-bullet,.hljs-link{color:#00b0e8;}.hljs-emphasis{font-style:italic;}.hljs-strong{font-weight:bold;}.asset-card-list{display:flex;flex-wrap:wrap;gap:5px;}.asset-card{flex-basis:250px;flex-direction:column;text-decoration:none;opacity:.8;position:relative;min-height:200px;flex-grow:1;flex-shrink:1;display:flex;padding:5px;}.asset-card:nth-child(2n){flex-basis:300px;}.asset-card:nth-child(3n){flex-basis:150px;}.asset-card:nth-child(4n){flex-basis:260px;}.asset-card:nth-child(5n){flex-basis:400px;min-height:300px;}.asset-card.asset-type-model{flex-basis:150px;min-height:150px;flex-shrink:1;flex-grow:1;aspect-ratio:1;}.asset-card .asset-title,.asset-card .asset-org{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-shadow:1px 1px 1px black;}.asset-card .asset-image{background-position:center;background-size:cover;background-repeat:no-repeat;min-height:160px;position:absolute;left:0;right:0;bottom:0;top:0;z-index:-10;}.asset-card>div{padding:5px;}.asset-card>div:first-of-type{flex-grow:1;}.asset-card .asset-org{opacity:.3;font-size:10px;}.asset-card:hover{opacity:1;}.asset-card .socials{display:flex;flex-direction:row;gap:5px;margin-bottom:5px;opacity:.9;padding:0 10px;text-shadow:1px 1px 1px black;}.asset-card .socials>div{display:flex;align-items:center;gap:5px;}.asset-card .socials .grow{flex-grow:1;background-color:transparent;}.asset-card .socials i{opacity:.5;}.options{display:flex;flex-direction:column;user-select:none;}.options .option{cursor:pointer;opacity:.6;}.options .option:hover{opacity:1;}.options .option.active{opacity:1;}.data-table tr th{text-align:left;padding:8px 8px;min-height:24px;}.data-table tr td{min-height:24px;padding:8px 8px;white-space:nowrap;}.data-table tr td.wrap{white-space:normal;}.data-table tr td button,.data-table tr td .button{border-radius:2px;padding:0;min-width:24px;min-height:24px;}.brix a,trix-editor a{color:var(--primary);text-decoration:underline;}.brix img,.brix video,trix-editor img,trix-editor video{max-width:100%;max-height:500px;display:block;border-radius:8px;}.brix figure[title]:not([title=""])::after,trix-editor figure[title]:not([title=""])::after{content:attr(title);position:absolute;margin-left:auto;margin-right:auto;left:50%;transform:translate(-50%,0);bottom:-8px;font-size:12px;font-weight:bold;background-color:#fff;color:#151413;padding:8px;border-radius:8px;pointer-events:none;transition:all .2s ease-out;}.brix figure[title]:not([title=""]):hover::after,trix-editor figure[title]:not([title=""]):hover::after{opacity:0;transform:translate(-50%,10px);}.brix figure.attachment,trix-editor figure.attachment{margin:1rem 0;}.brix h1,trix-editor h1{margin:1rem 0;margin-top:2rem;color:rgba(255,255,255,.8);font-weight:550;font-size:1.1rem;}.brix h1:first-child,trix-editor h1:first-child{margin-top:0;}.brix blockquote,trix-editor blockquote{margin:0;padding:0;margin-left:1rem;padding-left:1rem;border-left:2px solid var(--primary);}.brix pre,trix-editor pre{overflow-x:auto;font-size:12px;max-width:90vw;}.brix div.embed,trix-editor div.embed{display:flex;justify-content:center;align-items:center;margin:2rem 0;}.brix .attachment-gallery,trix-editor .attachment-gallery{display:flex;flex-wrap:wrap;position:relative;}.brix .attachment-gallery .attachment,trix-editor .attachment-gallery .attachment{flex:1 0 33%;padding:0 .5em;}.brix .naturalsize,trix-editor .naturalsize{pointer-events:none;}.brix edit,trix-editor edit{display:block;opacity:.5;padding:1rem 0;}.brix code,trix-editor code{background-color:rgba(0,0,0,.2);color:#78a3f3;padding:5px;font-weight:normal;font-family:monospace;}.brix spoiler,trix-editor spoiler{background-color:#000;color:#000;padding:5px;transition:all .2s ease;transition-delay:2s;}.brix spoiler:hover,trix-editor spoiler:hover{background-color:#111;color:#aaa;transition-delay:0s;}.alert-dot-container{position:relative;}.alert-dot-container .alert-dot{background-color:#3273eb;width:10px;height:10px;border-radius:100px;top:-3px;right:-3px;position:absolute;animation:alert-dot-pulse .4s ease infinite alternate;}@keyframes alert-dot-pulse{from{opacity:1;}to{opacity:.7;}}ul.menu{margin:0;padding:0;min-width:100px;white-space:nowrap;display:flex;flex-direction:column;}ul.menu>li{margin:0;padding:0;color:var(--text-color);}ul.menu>li>a,ul.menu>li.option{padding:8px 16px;text-decoration:none;display:flex;cursor:pointer;user-select:none;gap:16px;color:var(--text-color);}ul.menu>li>a.checked:before,ul.menu>li>a.unchecked:before,ul.menu>li.option.checked:before,ul.menu>li.option.unchecked:before{content:"check";font-family:"Material Symbols Rounded";width:16px;font-weight:bolder;color:hsl(141,53%,53%);font-size:15px;}ul.menu>li>a.unchecked:before,ul.menu>li.option.unchecked:before{opacity:.5;color:rgba(255,255,255,.3333333333);}ul.menu>li>a i,ul.menu>li.option i{font-size:14px;}ul.menu>li>a:hover,ul.menu>li.option:hover{background-color:var(--primary);color:#fff;}ul.menu>li>a .count,ul.menu>li.option .count{opacity:.5;}ul.menu>li.separator{background-color:var(--text-color);height:1px;margin:4px 0;opacity:.1;}ul.menu>li.title{padding:8px 8px;font-size:11px;color:#777;color:var(--text-color);opacity:.5;}.menu-align-right{transform:translateX(-80%);}:root{--highcharts-color-0:hsl(210,40%,50%);--highcharts-color-1:hsl(38,40%,50%);--highcharts-color-2:hsl(140,40%,50%);--highcharts-color-3:hsl(0,40%,50%);--highcharts-color-4:hsl(260,40%,50%);--highcharts-color-5:hsl(58,40%,50%);--highcharts-color-6:hsl(180,40%,50%);--highcharts-color-7:hsl(320,40%,50%);--highcharts-color-8:hsl(98,40%,50%);--highcharts-color-9:hsl(28,40%,50%);--highcharts-highlight-color-100:#02f;--highcharts-highlight-color-80:#334eff;--highcharts-highlight-color-60:#667aff;--highcharts-highlight-color-20:#ccd3ff;--highcharts-highlight-color-10:#e6e9ff;--highcharts-positive-color:#06b535;--highcharts-negative-color:#f21313;--highcharts-background-color:hsl(208 10% 20%);--highcharts-neutral-color-100:rgba(122,167,255,.8);--highcharts-neutral-color-80:rgba(122,167,255,.6);--highcharts-neutral-color-60:rgba(122,167,255,.5);--highcharts-neutral-color-40:rgba(122,167,255,.4);--highcharts-neutral-color-20:rgba(122,167,255,.3);--highcharts-neutral-color-10:rgba(122,167,255,.2);--highcharts-neutral-color-5:rgba(122,167,255,.1);--highcharts-neutral-color-3:rgba(122,167,255,.05);--highcharts-highlight-color-100:#7aa7ff;--highcharts-highlight-color-80:#6c90d6;--highcharts-highlight-color-60:#5e79ad;--highcharts-highlight-color-20:#414a5c;--highcharts-highlight-color-10:#3a3f47;}.highcharts-container{position:relative;overflow:hidden;width:100%;height:100%;text-align:left;line-height:normal;z-index:0;-webkit-tap-highlight-color:transparent;font-family:Helvetica,Arial,sans-serif;font-size:1rem;user-select:none;touch-action:manipulation;outline:0;}.highcharts-root{display:block;}.highcharts-root text{stroke-width:0;}.highcharts-strong{font-weight:700;}.highcharts-emphasized{font-style:italic;}.highcharts-anchor{cursor:pointer;}.highcharts-background{fill:none;}.highcharts-plot-border,.highcharts-plot-background{fill:none;}.highcharts-label-box{fill:none;}.highcharts-label text{fill:var(--highcharts-neutral-color-80);font-size:.8em;}.highcharts-button-box{fill:inherit;}.highcharts-tracker-line{stroke-linejoin:round;stroke:rgba(192,192,192,.0001);stroke-width:22;fill:none;}.highcharts-tracker-area{fill:rgba(192,192,192,.0001);stroke-width:0;}.highcharts-title{fill:var(--highcharts-neutral-color-80);font-size:1.2em;font-weight:700;}.highcharts-subtitle{fill:var(--highcharts-neutral-color-60);font-size:.8em;}.highcharts-axis-line{fill:none;stroke:var(--highcharts-neutral-color-10);}.highcharts-yaxis .highcharts-axis-line{stroke-width:0;}.highcharts-axis-title{fill:var(--highcharts-neutral-color-60);font-size:.8em;}.highcharts-axis-labels{fill:var(--highcharts-neutral-color-80);cursor:default;font-size:.8em;}.highcharts-grid-line{fill:none;stroke:var(--highcharts-neutral-color-10);}.highcharts-xaxis-grid .highcharts-grid-line{stroke-width:0;}.highcharts-tick{stroke:var(--highcharts-neutral-color-10);}.highcharts-yaxis .highcharts-tick{stroke-width:0;}.highcharts-minor-grid-line{stroke:var(--highcharts-neutral-color-5);}.highcharts-crosshair-thin{stroke-width:1px;stroke:var(--highcharts-neutral-color-20);}.highcharts-crosshair-category{stroke:var(--highcharts-highlight-color-20);stroke-opacity:.25;}.highcharts-credits{cursor:pointer;fill:var(--highcharts-neutral-color-40);font-size:.6em;transition:fill 250ms,font-size 250ms;}.highcharts-credits:hover{fill:var(--highcharts-neutral-color-100);font-size:.7em;}.highcharts-tooltip{cursor:default;pointer-events:none;white-space:nowrap;transition:stroke 150ms;}.highcharts-tooltip text{fill:var(--highcharts-neutral-color-80);font-size:.8em;}.highcharts-tooltip .highcharts-header{font-size:.8em;}.highcharts-tooltip-box{stroke-width:1px;fill:var(--highcharts-background-color);}.highcharts-tooltip-box{stroke-width:0;fill:var(--highcharts-background-color);}.highcharts-tooltip-box .highcharts-label-box{fill:var(--highcharts-background-color);}div.highcharts-tooltip{filter:none;font-size:.8em;}.highcharts-selection-marker{fill:var(--highcharts-highlight-color-80);fill-opacity:.25;}.highcharts-graph{fill:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;}.highcharts-empty-series{stroke-width:1px;fill:none;stroke:var(--highcharts-neutral-color-20);}.highcharts-state-hover .highcharts-graph{stroke-width:3;}.highcharts-point-inactive{opacity:.2;transition:opacity 50ms;}.highcharts-series-inactive{opacity:.2;transition:opacity 50ms;}.highcharts-state-hover path{transition:stroke-width 50ms;}.highcharts-state-normal path{transition:stroke-width 250ms;}g.highcharts-series,.highcharts-point,.highcharts-markers,.highcharts-data-labels{transition:opacity 250ms;}.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover){opacity:.2;}.highcharts-color-0{fill:var(--highcharts-color-0);stroke:var(--highcharts-color-0);}.highcharts-color-1{fill:var(--highcharts-color-1);stroke:var(--highcharts-color-1);}.highcharts-color-2{fill:var(--highcharts-color-2);stroke:var(--highcharts-color-2);}.highcharts-color-3{fill:var(--highcharts-color-3);stroke:var(--highcharts-color-3);}.highcharts-color-4{fill:var(--highcharts-color-4);stroke:var(--highcharts-color-4);}.highcharts-color-5{fill:var(--highcharts-color-5);stroke:var(--highcharts-color-5);}.highcharts-color-6{fill:var(--highcharts-color-6);stroke:var(--highcharts-color-6);}.highcharts-color-7{fill:var(--highcharts-color-7);stroke:var(--highcharts-color-7);}.highcharts-color-8{fill:var(--highcharts-color-8);stroke:var(--highcharts-color-8);}.highcharts-color-9{fill:var(--highcharts-color-9);stroke:var(--highcharts-color-9);}.highcharts-area{fill-opacity:.75;stroke-width:0;}.highcharts-markers{stroke-width:1px;stroke:var(--highcharts-background-color);}.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover,.highcharts-a11y-marker-visible),.highcharts-a11y-marker-hidden{opacity:0;}.highcharts-point{stroke-width:1px;}.highcharts-dense-data .highcharts-point{stroke-width:0;}.highcharts-data-label text,text.highcharts-data-label{font-size:.7em;font-weight:700;}.highcharts-data-label-box{fill:none;stroke-width:0;}.highcharts-data-label text,text.highcharts-data-label{fill:var(--highcharts-neutral-color-80);}.highcharts-data-label-connector{fill:none;}.highcharts-data-label-hidden{pointer-events:none;}.highcharts-halo{fill-opacity:.25;stroke-width:0;}.highcharts-series-label text{fill:inherit;font-weight:700;}.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,.highcharts-markers .highcharts-point-select{fill:var(--highcharts-neutral-color-20);stroke:var(--highcharts-neutral-color-100);}.highcharts-column-series rect.highcharts-point{stroke:var(--highcharts-background-color);}.highcharts-column-series .highcharts-point{transition:fill-opacity 250ms;}.highcharts-column-series .highcharts-point-hover{fill-opacity:.75;transition:fill-opacity 50ms;}.highcharts-pie-series .highcharts-point{stroke-linejoin:round;stroke:var(--highcharts-background-color);}.highcharts-pie-series .highcharts-point-hover{fill-opacity:.75;transition:fill-opacity 50ms;}.highcharts-funnel-series .highcharts-point{stroke-linejoin:round;stroke:var(--highcharts-background-color);}.highcharts-funnel-series .highcharts-point-hover{fill-opacity:.75;transition:fill-opacity 50ms;}.highcharts-funnel-series .highcharts-point-select{fill:inherit;stroke:inherit;}.highcharts-pyramid-series .highcharts-point{stroke-linejoin:round;stroke:var(--highcharts-background-color);}.highcharts-pyramid-series .highcharts-point-hover{fill-opacity:.75;transition:fill-opacity 50ms;}.highcharts-pyramid-series .highcharts-point-select{fill:inherit;stroke:inherit;}.highcharts-solidgauge-series .highcharts-point{stroke-width:0;}.highcharts-treemap-series .highcharts-point{stroke-width:1px;stroke:var(--highcharts-neutral-color-10);transition:stroke 250ms,fill 250ms,fill-opacity 250ms;}.highcharts-treemap-series .highcharts-point-hover{stroke:var(--highcharts-neutral-color-40);transition:stroke 25ms,fill 25ms,fill-opacity 25ms;}.highcharts-treemap-series .highcharts-above-level{display:none;}.highcharts-treemap-series .highcharts-internal-node{fill:none;}.highcharts-treemap-series .highcharts-internal-node-interactive{fill-opacity:.15;cursor:pointer;}.highcharts-treemap-series .highcharts-internal-node-interactive:hover{fill-opacity:.75;}.highcharts-vector-series .highcharts-point{fill:none;stroke-width:2px;}.highcharts-windbarb-series .highcharts-point{fill:none;stroke-width:2px;}.highcharts-lollipop-stem{stroke:var(--highcharts-neutral-color-100);}.highcharts-focus-border{fill:none;stroke-width:2px;}.highcharts-legend-item-hidden .highcharts-focus-border{fill:none!important;}.highcharts-legend-box{fill:none;stroke-width:0;}.highcharts-legend-item>text{fill:var(--highcharts-neutral-color-80);font-weight:700;font-size:.8em;cursor:pointer;stroke-width:0;}.highcharts-legend-item:hover text{fill:var(--highcharts-neutral-color-100);}.highcharts-legend-item-hidden *{fill:var(--highcharts-neutral-color-60)!important;stroke:var(--highcharts-neutral-color-60)!important;transition:fill 250ms;text-decoration:line-through;}.highcharts-legend-nav-active{fill:var(--highcharts-highlight-color-100);cursor:pointer;}.highcharts-legend-nav-inactive{fill:var(--highcharts-neutral-color-20);}circle.highcharts-legend-nav-active,circle.highcharts-legend-nav-inactive{fill:rgba(192,192,192,.0001);}.highcharts-legend-title-box{fill:none;stroke-width:0;}.highcharts-bubble-legend-symbol{stroke-width:2;fill-opacity:.5;}.highcharts-bubble-legend-connectors{stroke-width:1;}.highcharts-bubble-legend-labels{fill:var(--highcharts-neutral-color-80);font-size:.7em;}.highcharts-loading{position:absolute;background-color:var(--highcharts-background-color);opacity:.5;text-align:center;z-index:10;transition:opacity 250ms;}.highcharts-loading-hidden{height:0!important;opacity:0;overflow:hidden;transition:opacity 250ms,height 250ms step-end;}.highcharts-loading-inner{font-weight:700;position:relative;top:45%;}.highcharts-plot-band,.highcharts-pane{fill:var(--highcharts-neutral-color-100);fill-opacity:.05;}.highcharts-plot-line{fill:none;stroke:var(--highcharts-neutral-color-40);stroke-width:1px;}.highcharts-plot-line-label{font-size:.8em;}.highcharts-boxplot-box{fill:var(--highcharts-background-color);}.highcharts-boxplot-median{stroke-width:2px;}.highcharts-bubble-series .highcharts-point{fill-opacity:.5;}.highcharts-errorbar-series .highcharts-point{stroke:var(--highcharts-neutral-color-100);}.highcharts-gauge-series .highcharts-data-label-box{stroke:var(--highcharts-neutral-color-20);stroke-width:1px;}.highcharts-gauge-series .highcharts-dial{fill:var(--highcharts-neutral-color-100);stroke-width:0;}.highcharts-polygon-series .highcharts-graph{fill:inherit;stroke-width:0;}.highcharts-waterfall-series .highcharts-graph{stroke:var(--highcharts-neutral-color-80);stroke-dasharray:1,3;}.highcharts-sankey-series .highcharts-point{stroke-width:0;}.highcharts-sankey-series .highcharts-link{transition:fill 250ms,fill-opacity 250ms;fill-opacity:.5;}.highcharts-sankey-series .highcharts-point-hover.highcharts-link{transition:fill 50ms,fill-opacity 50ms;fill-opacity:1;}.highcharts-venn-series .highcharts-point{fill-opacity:.75;stroke:var(--highcharts-neutral-color-20);transition:stroke 250ms,fill-opacity 250ms;}.highcharts-venn-series .highcharts-point-hover{fill-opacity:1;stroke:var(--highcharts-neutral-color-20);}.highcharts-timeline-series .highcharts-graph{stroke:var(--highcharts-neutral-color-20);}.highcharts-navigator-mask-outside{fill-opacity:0;}.highcharts-navigator-mask-inside{fill:var(--highcharts-highlight-color-60);fill-opacity:.25;cursor:ew-resize;}.highcharts-navigator-outline{stroke:var(--highcharts-neutral-color-40);fill:none;}.highcharts-navigator-handle{stroke:var(--highcharts-neutral-color-40);fill:var(--highcharts-neutral-color-5);cursor:ew-resize;}.highcharts-navigator-series{fill:var(--highcharts-highlight-color-80);stroke:var(--highcharts-highlight-color-80);}.highcharts-navigator-series .highcharts-graph{stroke-width:1px;}.highcharts-navigator-series .highcharts-area{fill-opacity:.05;}.highcharts-navigator-xaxis .highcharts-axis-line{stroke-width:0;}.highcharts-navigator-xaxis .highcharts-grid-line{stroke-width:1px;stroke:var(--highcharts-neutral-color-10);}.highcharts-navigator-xaxis.highcharts-axis-labels{fill:var(--highcharts-neutral-color-50);font-size:.7em;opacity:.6;}.highcharts-navigator-yaxis .highcharts-grid-line{stroke-width:0;}.highcharts-scrollbar-thumb{fill:var(--highcharts-neutral-color-20);stroke:var(--highcharts-neutral-color-20);stroke-width:0;}.highcharts-scrollbar-button{fill:var(--highcharts-neutral-color-10);stroke:var(--highcharts-neutral-color-20);stroke-width:1px;}.highcharts-scrollbar-arrow{fill:var(--highcharts-neutral-color-60);}.highcharts-scrollbar-rifles{stroke:none;stroke-width:1px;}.highcharts-scrollbar-track{fill:rgba(255,255,255,.001);stroke:var(--highcharts-neutral-color-20);stroke-width:1px;}.highcharts-button{fill:var(--highcharts-neutral-color-3);stroke:var(--highcharts-neutral-color-20);cursor:default;stroke-width:1px;transition:fill 250ms;}.highcharts-button text{fill:var(--highcharts-neutral-color-80);font-size:.8em;}.highcharts-button-hover{transition:fill 0ms;fill:var(--highcharts-neutral-color-10);stroke:var(--highcharts-neutral-color-20);}.highcharts-button-hover text{fill:var(--highcharts-neutral-color-80);}.highcharts-button-pressed{font-weight:700;fill:var(--highcharts-highlight-color-10);stroke:var(--highcharts-neutral-color-20);}.highcharts-button-pressed text{fill:var(--highcharts-neutral-color-80);font-weight:700;}.highcharts-button-disabled text{fill:var(--highcharts-neutral-color-80);}.highcharts-range-selector-buttons .highcharts-button{stroke-width:0;}.highcharts-range-label rect{fill:none;}.highcharts-range-label text{fill:var(--highcharts-neutral-color-60);}.highcharts-range-input rect{fill:none;}.highcharts-range-input text{fill:var(--highcharts-neutral-color-80);font-size:.8em;}.highcharts-range-input{stroke-width:1px;stroke:var(--highcharts-neutral-color-20);}input.highcharts-range-selector{position:absolute;border:0;width:1px;height:1px;padding:0;text-align:center;left:-9em;}.highcharts-crosshair-label text{fill:var(--highcharts-background-color);font-size:1.7em;}.highcharts-crosshair-label .highcharts-label-box{fill:inherit;}.highcharts-candlestick-series .highcharts-point{stroke:var(--highcharts-neutral-color-100);stroke-width:1px;}.highcharts-candlestick-series .highcharts-point-up{fill:var(--highcharts-background-color);}.highcharts-hollowcandlestick-series .highcharts-point-down{fill:var(--highcharts-negative-color);stroke:var(--highcharts-negative-color);}.highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up{fill:var(--highcharts-positive-color);stroke:var(--highcharts-positive-color);}.highcharts-hollowcandlestick-series .highcharts-point-up{fill:transparent;stroke:var(--highcharts-positive-color);}.highcharts-ohlc-series .highcharts-point-hover{stroke-width:3px;}.highcharts-flags-series .highcharts-point .highcharts-label-box{stroke:var(--highcharts-neutral-color-40);fill:var(--highcharts-background-color);transition:fill 250ms;}.highcharts-flags-series .highcharts-point-hover .highcharts-label-box{stroke:var(--highcharts-neutral-color-100);fill:var(--highcharts-highlight-color-20);}.highcharts-flags-series .highcharts-point text{fill:var(--highcharts-neutral-color-100);font-size:.9em;font-weight:700;}.highcharts-map-series .highcharts-point{transition:fill 500ms,fill-opacity 500ms,stroke-width 250ms;stroke:var(--highcharts-neutral-color-20);stroke-width:inherit;}.highcharts-map-series .highcharts-point-hover{transition:fill 0ms,fill-opacity 0ms;fill-opacity:.5;}.highcharts-mapline-series .highcharts-point{fill:none;}.highcharts-heatmap-series .highcharts-point{stroke-width:0;}.highcharts-map-navigation{font-size:1.3em;font-weight:700;text-align:center;}.highcharts-map-navigation.highcharts-button{fill:var(--highcharts-background-color);stroke:var(--highcharts-neutral-color-10);}.highcharts-map-navigation.highcharts-button:hover{fill:var(--highcharts-neutral-color-10);}.highcharts-map-navigation.highcharts-button .highcharts-button-symbol{stroke-width:2px;}.highcharts-mapview-inset-border{stroke:var(--highcharts-neutral-color-20);stroke-width:1px;fill:none;}.highcharts-coloraxis{stroke-width:0;}.highcharts-coloraxis-marker{fill:var(--highcharts-neutral-color-40);}.highcharts-null-point{fill:var(--highcharts-neutral-color-3);}.highcharts-3d-frame{fill:transparent;}.highcharts-contextbutton{fill:var(--highcharts-background-color);stroke:none;stroke-linecap:round;}.highcharts-contextbutton:hover{fill:var(--highcharts-neutral-color-10);stroke:var(--highcharts-neutral-color-10);}.highcharts-button-symbol{stroke:var(--highcharts-neutral-color-60);stroke-width:3px;}.highcharts-menu{border:0;background:var(--highcharts-background-color);border-radius:3px;padding:.5em;box-shadow:3px 3px 10px #888;}.highcharts-menu-item{background:0 0;border-radius:3px;color:var(--highcharts-neutral-color-80);cursor:pointer;font-size:.8em;list-style-type:none;padding:.5em;transition:background 250ms,color 250ms;}.highcharts-menu-item:hover{background:var(--highcharts-neutral-color-5);}.highcharts-breadcrumbs-button{fill:none;stroke-width:0;cursor:pointer;}.highcharts-breadcrumbs-separator{fill:var(--highcharts-neutral-color-60);}.highcharts-drilldown-point{cursor:pointer;}.highcharts-drilldown-data-label text,text.highcharts-drilldown-data-label,.highcharts-drilldown-axis-label{cursor:pointer;fill:var(--highcharts-highlight-color-100);font-weight:700;text-decoration:underline;}.highcharts-no-data text{font-weight:700;font-size:.8em;fill:var(--highcharts-neutral-color-60);}.highcharts-axis-resizer{cursor:ns-resize;stroke:var(--highcharts-neutral-color-100);stroke-width:2px;}.highcharts-bullet-target{stroke-width:0;}.highcharts-lineargauge-target{stroke-width:1px;stroke:var(--highcharts-neutral-color-80);}.highcharts-lineargauge-target-line{stroke-width:1px;stroke:var(--highcharts-neutral-color-80);}.highcharts-annotation-label-box{stroke-width:1px;stroke:var(--highcharts-neutral-color-100);fill:var(--highcharts-neutral-color-100);fill-opacity:.75;}.highcharts-annotation-label text{fill:var(--highcharts-neutral-color-10);font-size:.8em;}.highcharts-a11y-proxy-button{border-width:0;background-color:transparent;cursor:pointer;outline:0;opacity:.001;z-index:999;overflow:hidden;padding:0;margin:0;display:block;position:absolute;}.highcharts-a11y-proxy-group li{list-style:none;}.highcharts-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;clip:rect(1px,1px,1px,1px);margin-top:-3px;opacity:.01;}.highcharts-a11y-invisible{visibility:hidden;}.highcharts-a11y-proxy-container,.highcharts-a11y-proxy-container-before,.highcharts-a11y-proxy-container-after{position:absolute;white-space:nowrap;}g.highcharts-series,.highcharts-markers,.highcharts-point{outline:0;}.highcharts-treegrid-node-collapsed,.highcharts-treegrid-node-expanded{cursor:pointer;}.highcharts-point-connecting-path{fill:none;}.highcharts-grid-axis .highcharts-tick{stroke-width:1px;}.highcharts-grid-axis .highcharts-axis-line{stroke-width:1px;}.particlecanvas{position:absolute;width:100%;height:100%;overflow:clip;pointer-events:none;}.particle{animation-direction:normal;animation-iteration-count:1;animation-fill-mode:both;position:absolute;}.particle.spark{animation-name:particle-spark-anim;background-color:#fff;box-shadow:0 0 10px cyan;width:5px;height:5px;border-radius:100px;--duration:.3 .6;--velocity:500 600;--damping:.1 .1;}@keyframes particle-spark-anim{0%{transform:scale(0);opacity:0;}2%{transform:scale(1);opacity:1;}50%{transform:scale(.5);}100%{transform:scale(0);opacity:0;}}.particle.rating{animation-name:particle-rating-anim;animation-timing-function:ease-in;border-radius:4px;filter:drop-shadow(2px 2px 10px rgba(0,0,0,.4));backdrop-filter:blur(200px);background-color:rgba(0,136,255,.4);padding:4px 6px;--duration:8 10;--velocity:0 0;--damping:.1 .1;--angle:-6 6;--angle-velocity:-6 6;transform-origin:center center;pointer-events:all;cursor:pointer;user-select:none;}.particle.rating:hover{background-color:rgba(0,136,255,.6666666667);}.particle.rating img{width:18px;height:18px;border-radius:4px;}.particle.rating img.avatar{margin-right:5px;}.particle.rating .username{font-size:10px;text-align:center;color:#fff;}@keyframes particle-rating-anim{0%{transform:translateX(-50%) translateY(-50%) scale(0) rotate(var(--rotation));opacity:0;}2%{transform:translateX(-50%) translateY(20px) scale(1) rotate(var(--rotation));opacity:1;}80%{opacity:1;}95%{transform:translateX(-50%) translateY(40px) scale(1) rotate(var(--rotation));}100%{transform:translateX(-50%) translateY(-300px) scale(1) rotate(var(--rotation));opacity:0;}}.particle.play{animation-name:particle-play-anim;animation-timing-function:ease-in;filter:drop-shadow(2px 2px 2px black);border-radius:100px;--duration:2 2;--velocity:10 20;--damping:.01 .01;--angle:-15 15;--angle-velocity:-10 10;transform-origin:center center;}.particle.play:before{font-family:"Material Symbols Rounded";content:"sports_esports";font-size:24px;}@keyframes particle-play-anim{0%{transform:translateX(-50%) translateY(-50%) scale(1.3) rotate(var(--rotation));opacity:0;color:#fff;}2%{transform:translateX(-50%) translateY(-50%) scale(.8) rotate(var(--rotation));opacity:1;}80%{opacity:1;transform:translateX(-50%) translateY(-50%) scale(1) rotate(var(--rotation));}100%{transform:translateX(-50%) translateY(-50%) scale(.2) rotate(var(--rotation));opacity:0;}}.container{max-width:1100px;position:unset;}html{font-family:"Poppins",sans-serif;font-size:13px;overflow-y:scroll;--primary:#3273eb;--primary-alt:#fff;--error:#b72d4f;--text-color:#adb3cb;--site-background-color:#181f2f;--site-background-color-dark:#080f1f;--site-header-height:60px;--site-header-color:#04131c;--site-sidebar-secondary:color-mix(in srgb,var(--site-header-color) 66%,var(--site-background-color));--site-sidebar-third:color-mix(in srgb,var(--site-header-color) 33%,var(--site-background-color));background-color:var(--site-background-color);--scroll:0;color:var(--text-color);--menu-background:#111;--menu-border:1px solid #244051;--menu-option-color:#869bb3;--menu-option-colorbg:transparent;--menu-option-color-hover:#fff;--menu-option-colorbg-hover:#24405155;--menu-option-color-active:#fff;--menu-option-colorbg-active:#08f;}html,body{box-sizing:border-box;padding:0;margin:0;min-width:320px;}body{position:relative;flex-grow:1;display:flex;flex-direction:column;min-height:100vh;}*,*:before,*:after{box-sizing:inherit;}h1,h2,h3,h4,h5{color:#fff;}a{color:#3273eb;}a{text-decoration:none;}a:hover{color:#fff;}i{font-family:"Material Symbols Rounded";font-weight:normal;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;font-feature-settings:"liga";font-variation-settings:"FILL";-webkit-font-smoothing:antialiased;}.stat{margin:0 2rem;}.stat .title{text-transform:uppercase;font-size:1.2rem;letter-spacing:3px;color:#3273eb;}.stat .stat{font-size:5rem;color:#fff;}.stat .unit{text-transform:uppercase;font-size:2rem;text-align:center;}.legal{white-space:pre-wrap;font-size:13px;color:#fff;max-width:90%;margin:0 auto;}span.tag{display:inline-block;background-color:#a73b54;color:#fff;padding:2px 4px;font-size:12px;text-transform:uppercase;margin:0 3px;border-radius:2px;}span.tag a{color:#fff;}.likes .like-button.current{border:1px solid rgba(255,255,255,.2);}.subtitle{font-family:"Poppins",sans-serif;}.service-connection{display:flex;flex-direction:column;align-items:center;}.service-connection img{width:128px;height:128px;}.service-connection .title{color:#fff;font-size:30px;font-family:"Poppins",sans-serif;font-weight:700;}.service-connection .username{padding:.1rem .5rem;text-transform:lowercase;border-radius:6px;border:1px solid rgba(255,255,255,.1);margin:.5rem 0;font-size:12px;}.service-connection form{margin-top:1rem;display:flex;flex-direction:column;}.content p{color:#fff;}body{--code-text:#ccc;--code-keyword:#569cd6;--code-namespace:#dcdcdc;--code-typename:#4ec9b0;--code-comment:#608b4e;--code-bracket:#efb839;}.pagelayout-body .rating-bar .rating-buttons{opacity:0;transform:scale(.9) translateX(50px);transition:all .3s ease;filter:blur(10px);}.pagelayout-body:hover .rating-bar .rating-buttons{opacity:1;transform:scale(1) translateX(0);filter:blur(0);}.nowrap{white-space:nowrap;}.rating-parent .rating-button-container{opacity:0;transform:translateX(-8px);}.rating-parent:hover .rating-button-container{opacity:1;transition:all .2s ease;transform:translateX(0);}mark{background-color:rgba(0,136,255,.6666666667);color:#fff;}.dragscroll{overflow:auto;cursor:grab;}.dragscroll.dragging{cursor:grabbing;scroll-behavior:auto!important;}.dragscroll::-webkit-scrollbar{width:0;height:0;}.dragscroll{-ms-overflow-style:none;scrollbar-width:none;}.dragscroll.dragging *{user-select:none;-webkit-user-drag:none;}video:not(.playing){opacity:.8;cursor:pointer;}video:not(.playing):hover{opacity:1;}video.playing{opacity:1;}