:root{--color-black: #000;--color-white: #fff;--color-orange: #F84300;--color-gray-dark: #767676;--color-gray-mid: #D9D9D9;--color-gray-light: #F6F6F6}:root{--body-spacing: 1.75rem;--title-bar-height: 7.5rem;--title-bar-height-mobile: 5rem;--shadow-sm: 0 .25rem .5rem rgb(33 37 41 / 7.5%);--shadow-md: 1px .35rem 1.25rem rgb(33 37 41 / 20%);--shadow-lg: 2px .5rem 1.5rem rgb(33 37 41 / 30%);--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-auto: auto}:root{--z-overlay-darken: 10;--z-menu: 20;--z-title-bar: 30}.expandable{display:grid;grid-template-rows:0fr;-webkit-transition:grid-template-rows .25s ease;transition:grid-template-rows .25s ease;transition:grid-template-rows .25s ease,-ms-grid-rows .25s ease}.expandable-label{cursor:pointer;display:block;padding-block:2rem;border-top:1px solid var(--color-gray-mid);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.expandable-label input{display:none}.expandable-label svg{width:1.75rem;height:1.75rem;fill:var(--color-orange);float:right;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;margin-top:.25rem;-webkit-transition:.25s ease;transition:.25s ease}.expandable-label input:checked~svg{rotate:135deg}.expandable-label:has(input:checked)+.expandable{grid-template-rows:1fr}@media screen and (min-width: 0){:root{--breakpoint: "xxs"}}@media screen and (min-width: 360px){:root{--breakpoint: "xs"}}@media screen and (min-width: 544px){:root{--breakpoint: "sm"}}@media screen and (min-width: 768px){:root{--breakpoint: "md"}}@media screen and (min-width: 992px){:root{--breakpoint: "lg"}}@media screen and (min-width: 1280px){:root{--breakpoint: "xl"}}@media screen and (min-width: 1440px){:root{--breakpoint: "xxl"}}@media screen and (min-width: 1920px){:root{--breakpoint: "xxxl"}}.-size-5xl{--font-size: 4.375rem;--line-height: 1.2;font-size:4.375rem;line-height:var(--line-height)}@media screen and (max-width: 767px){.-size-5xl{--font-size: 2.5rem;--line-height: 1.3;font-size:2.5rem;line-height:var(--line-height)}}.-size-4xl{--font-size: 3.375rem;--line-height: 1.2;font-size:3.375rem;line-height:var(--line-height)}@media screen and (max-width: 767px){.-size-4xl{--font-size: 2.5rem;--line-height: 1.3;font-size:2.5rem;line-height:var(--line-height)}}.-size-3xl{--font-size: 2.5rem;--line-height: 1.3;font-size:2.5rem;line-height:var(--line-height)}.-size-2xl{--font-size: 2rem;--line-height: 1.3;font-size:2rem;line-height:var(--line-height)}.-size-xl{--font-size: 1.5rem;--line-height: 1.3;font-size:1.5rem;line-height:var(--line-height)}.-size-lg{--font-size: 1.125rem;--line-height: 1.3;font-size:1.125rem;line-height:var(--line-height)}.-size-md{--font-size: 1rem;--line-height: 1.3;font-size:1rem;line-height:var(--line-height)}.-size-sm{--font-size: .875rem;--line-height: 1.3;font-size:.875rem;line-height:var(--line-height)}.-size-xs{--font-size: .75rem;--line-height: 1.3;font-size:.75rem;line-height:var(--line-height)}button{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.button{all:unset;display:-webkit-box;display:-ms-flexbox;display:flex;padding-inline:1.25rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:15rem;height:3.75rem;font-weight:400;font-size:1.125rem;-webkit-transition:.2s;transition:.2s;background-color:var(--color-black);color:var(--color-white);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.button:focus-visible{background-color:var(--color-gray-dark)}@media (hover: hover){.button:hover{background-color:var(--color-gray-dark)}}.button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.75rem}.form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem}.form__field{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:3.5rem;border:2px solid var(--color-black)}.form__field:has(textarea){height:auto}.form__label{position:absolute;left:.4375rem;font-weight:700;top:-.5rem;font-size:.75rem;color:var(--color-orange);-webkit-transition:.25s ease;transition:.25s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;padding-inline:.3125rem;background-color:var(--color-white)}.form__input,.form__textarea,.form__select{padding-inline:.75rem;padding-top:.375rem;height:100%;border:unset;color:var(--color-black);font-size:1rem;font:inherit;font-weight:500;background:unset}.form__input:focus,.form__textarea:focus,.form__select:focus{outline:unset}textarea.form__input{margin-top:.875rem;resize:vertical;height:auto;min-height:11.25rem;overflow:auto;scrollbar-width:none}textarea.form__input::-webkit-scrollbar{display:none}.form__input:-moz-placeholder+.form__label{top:1rem;font-size:1rem;color:var(--color-gray-dark)}.form__input:-ms-input-placeholder+.form__label{top:1rem;font-size:1rem;color:var(--color-gray-dark)}.form__input:placeholder-shown+.form__label{top:1rem;font-size:1rem;color:var(--color-gray-dark)}.form__input:focus+.form__label{color:var(--color-orange);top:-.5rem;font-size:.75rem}.form__error{color:#e00d0d;--font-size: .875rem;--line-height: 1.3;font-size:.875rem;line-height:var(--line-height);margin-top:-.75rem;margin-bottom:.5rem}.form__success-label{color:#00a600;--font-size: 1rem;--line-height: 1.3;font-size:1rem;line-height:var(--line-height);margin-top:.75rem}.textblock{font-weight:400;line-height:1.6}.textblock p:first-of-type{margin-top:0}.textblock p:last-of-type{margin-bottom:0}.textblock ol,.textblock ul{margin-left:0;padding:0 0 0 .5em;list-style-position:inside}.textblock li{margin:0}.ranking-table{text-align:left;border-spacing:1px 4px;margin-bottom:3rem}.ranking-table th,.ranking-table td{padding:.5rem 1rem;white-space:nowrap}.ranking-table th{background-color:var(--color-gray-light)}.ranking-table thead th{background-color:var(--color-gray-mid);--font-size: .875rem;--line-height: 1.3;font-size:.875rem;line-height:var(--line-height);font-weight:400}.ranking-table tr{position:relative;width:100%}.ranking-table tr :first-child{text-align:center}.ranking-table tr:before{position:absolute;content:"";left:-.625rem;top:0;width:.625rem;height:100%}.ranking-table tr:after{position:absolute;content:"";right:-.625rem;top:0;width:.625rem;height:100%}.ranking-table tr:focus-visible:before,.ranking-table tr:focus-visible:after,.ranking-table tr:focus-visible th,.ranking-table tr:focus-visible td{background-color:var(--color-gray-mid)}@media (hover: hover){.ranking-table tr:hover:before,.ranking-table tr:hover:after,.ranking-table tr:hover th,.ranking-table tr:hover td{background-color:var(--color-gray-mid)}}.ranking-table__highlighted th{background-color:var(--color-orange)!important}.ranking-table__highlighted th:before,.ranking-table__highlighted th:after{background-color:var(--color-primary)}.headline{font-weight:700;color:var(--color-sage-50);margin-bottom:1.5rem}.block{--block-padding-inline: 1.25rem;--block-padding-top: 2.375rem;--block-padding-bottom: 2.375rem;padding-block:var(--block-padding-top) var(--block-padding-bottom)}@media screen and (min-width: 768px){.block{--block-padding-inline: 1.25rem;--block-padding-block: 3.625rem}}.block--no-padding{padding-block:0}.block--no-padding-top{padding-top:0}.block--no-padding-bottom{padding-bottom:0}.block--small-padding{--block-padding-top: 1.25rem;--block-padding-bottom: 1.25rem}.block--black{background-color:var(--color-black);color:var(--color-white)}.block--footer{margin-top:auto}.block:has(+.block--footer){--block-padding-bottom: calc(var(--block-padding-top) * 3)}@media screen and (min-width: 0){:root{--container-columns: 4;--container-gap: 16px;--container-margin: 16px;--container-max-width: 100vw;--column-width: calc((100% - (var(--container-gap) * (var(--container-columns) - 1))) / var(--container-columns));--container-width: min(var(--container-max-width), calc(100% - (var(--container-margin) * 2)))}}@media screen and (min-width: 768px){:root{--container-columns: 6;--container-gap: 16px;--container-margin: 36px;--container-max-width: 576px;--column-width: calc((100% - (var(--container-gap) * (var(--container-columns) - 1))) / var(--container-columns));--container-width: min(var(--container-max-width), calc(100% - (var(--container-margin) * 2)))}}@media screen and (min-width: 992px){:root{--container-columns: 6;--container-gap: 20px;--container-margin: 44px;--container-max-width: 832px;--column-width: calc((100% - (var(--container-gap) * (var(--container-columns) - 1))) / var(--container-columns));--container-width: min(var(--container-max-width), calc(100% - (var(--container-margin) * 2)))}}@media screen and (min-width: 1280px){:root{--container-columns: 12;--container-gap: 20px;--container-margin: 48px;--container-max-width: 1040px;--column-width: calc((100% - (var(--container-gap) * (var(--container-columns) - 1))) / var(--container-columns));--container-width: min(var(--container-max-width), calc(100% - (var(--container-margin) * 2)))}}@media screen and (min-width: 1440px){:root{--container-columns: 12;--container-gap: 32px;--container-margin: 48px;--container-max-width: 1280px;--column-width: calc((100% - (var(--container-gap) * (var(--container-columns) - 1))) / var(--container-columns));--container-width: min(var(--container-max-width), calc(100% - (var(--container-margin) * 2)))}}.container{margin-inline:auto;width:var(--container-width)}.container--extra-wide{width:100%;max-width:calc(var(--container-width) + var(--column-width) * 2 + var(--container-gap) * 2)}.container__horizontal-scroll{--slider-margin: calc(.5 * var(--container-width));-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-direction:row;flex-direction:row;overflow-x:auto;margin-inline:calc(-1 * var(--slider-margin));padding-inline:var(--slider-margin);scroll-padding-inline:var(--slider-margin);scrollbar-width:none;scrollbar-color:transparent}.container__horizontal-scroll::-webkit-scrollbar{display:none}.container__horizontal-scroll>*{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;scroll-snap-align:start}body[data-mode=development]:after{position:fixed;display:block;bottom:0;left:0;padding:4px 8px;background-color:#fff9;font-size:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#000;white-space:nowrap;content:"Breakpoint: " var(--breakpoint)}@font-face{src:url(/assets/MBLZ-Bold.woff);font-family:MBLZ;font-style:normal;font-weight:700;font-display:swap}@font-face{src:url(/assets/MBLZ-Title.woff);font-family:MBLZ;font-style:normal;font-weight:900;font-display:swap}@font-face{src:url(/assets/MBLZ-Text.woff);font-family:MBLZ;font-style:normal;font-weight:400;font-display:swap}:root{--font-main: "MBLZ", arial, sans-serif;font-weight:400}.grid{display:grid;grid-template-columns:repeat(var(--container-columns),var(--column-width));gap:var(--container-gap)}[class*=col]{overflow-wrap:anywhere;width:100%}[class^=col-1]{grid-column:span 1}[class^=col-2]{grid-column:span 2}[class^=col-3]{grid-column:span 3}[class^=col-4]{grid-column:span 4}[class^=col-5]{grid-column:span 5}[class^=col-6]{grid-column:span 6}[class^=col-7]{grid-column:span 7}[class^=col-8]{grid-column:span 8}[class^=col-9]{grid-column:span 9}[class^=col-10]{grid-column:span 10}[class^=col-11]{grid-column:span 11}[class^=col-12]{grid-column:span 12}[class^=col-13]{grid-column:span 13}[class^=col-14]{grid-column:span 14}[class^=col-15]{grid-column:span 15}[class^=col-16]{grid-column:span 16}@media screen and (min-width: 0){[class*="xxs:col-1"]{grid-column:span 1!important}}@media screen and (min-width: 0){[class*="xxs:col-2"]{grid-column:span 2!important}}@media screen and (min-width: 0){[class*="xxs:col-3"]{grid-column:span 3!important}}@media screen and (min-width: 0){[class*="xxs:col-4"]{grid-column:span 4!important}}@media screen and (min-width: 0){[class*="xxs:col-5"]{grid-column:span 5!important}}@media screen and (min-width: 0){[class*="xxs:col-6"]{grid-column:span 6!important}}@media screen and (min-width: 0){[class*="xxs:col-7"]{grid-column:span 7!important}}@media screen and (min-width: 0){[class*="xxs:col-8"]{grid-column:span 8!important}}@media screen and (min-width: 0){[class*="xxs:col-9"]{grid-column:span 9!important}}@media screen and (min-width: 0){[class*="xxs:col-10"]{grid-column:span 10!important}}@media screen and (min-width: 0){[class*="xxs:col-11"]{grid-column:span 11!important}}@media screen and (min-width: 0){[class*="xxs:col-12"]{grid-column:span 12!important}}@media screen and (min-width: 0){[class*="xxs:col-13"]{grid-column:span 13!important}}@media screen and (min-width: 0){[class*="xxs:col-14"]{grid-column:span 14!important}}@media screen and (min-width: 0){[class*="xxs:col-15"]{grid-column:span 15!important}}@media screen and (min-width: 0){[class*="xxs:col-16"]{grid-column:span 16!important}}@media screen and (min-width: 360px){[class*="xs:col-1"]{grid-column:span 1!important}}@media screen and (min-width: 360px){[class*="xs:col-2"]{grid-column:span 2!important}}@media screen and (min-width: 360px){[class*="xs:col-3"]{grid-column:span 3!important}}@media screen and (min-width: 360px){[class*="xs:col-4"]{grid-column:span 4!important}}@media screen and (min-width: 360px){[class*="xs:col-5"]{grid-column:span 5!important}}@media screen and (min-width: 360px){[class*="xs:col-6"]{grid-column:span 6!important}}@media screen and (min-width: 360px){[class*="xs:col-7"]{grid-column:span 7!important}}@media screen and (min-width: 360px){[class*="xs:col-8"]{grid-column:span 8!important}}@media screen and (min-width: 360px){[class*="xs:col-9"]{grid-column:span 9!important}}@media screen and (min-width: 360px){[class*="xs:col-10"]{grid-column:span 10!important}}@media screen and (min-width: 360px){[class*="xs:col-11"]{grid-column:span 11!important}}@media screen and (min-width: 360px){[class*="xs:col-12"]{grid-column:span 12!important}}@media screen and (min-width: 360px){[class*="xs:col-13"]{grid-column:span 13!important}}@media screen and (min-width: 360px){[class*="xs:col-14"]{grid-column:span 14!important}}@media screen and (min-width: 360px){[class*="xs:col-15"]{grid-column:span 15!important}}@media screen and (min-width: 360px){[class*="xs:col-16"]{grid-column:span 16!important}}@media screen and (min-width: 544px){[class*="sm:col-1"]{grid-column:span 1!important}}@media screen and (min-width: 544px){[class*="sm:col-2"]{grid-column:span 2!important}}@media screen and (min-width: 544px){[class*="sm:col-3"]{grid-column:span 3!important}}@media screen and (min-width: 544px){[class*="sm:col-4"]{grid-column:span 4!important}}@media screen and (min-width: 544px){[class*="sm:col-5"]{grid-column:span 5!important}}@media screen and (min-width: 544px){[class*="sm:col-6"]{grid-column:span 6!important}}@media screen and (min-width: 544px){[class*="sm:col-7"]{grid-column:span 7!important}}@media screen and (min-width: 544px){[class*="sm:col-8"]{grid-column:span 8!important}}@media screen and (min-width: 544px){[class*="sm:col-9"]{grid-column:span 9!important}}@media screen and (min-width: 544px){[class*="sm:col-10"]{grid-column:span 10!important}}@media screen and (min-width: 544px){[class*="sm:col-11"]{grid-column:span 11!important}}@media screen and (min-width: 544px){[class*="sm:col-12"]{grid-column:span 12!important}}@media screen and (min-width: 544px){[class*="sm:col-13"]{grid-column:span 13!important}}@media screen and (min-width: 544px){[class*="sm:col-14"]{grid-column:span 14!important}}@media screen and (min-width: 544px){[class*="sm:col-15"]{grid-column:span 15!important}}@media screen and (min-width: 544px){[class*="sm:col-16"]{grid-column:span 16!important}}@media screen and (min-width: 768px){[class*="md:col-1"]{grid-column:span 1!important}}@media screen and (min-width: 768px){[class*="md:col-2"]{grid-column:span 2!important}}@media screen and (min-width: 768px){[class*="md:col-3"]{grid-column:span 3!important}}@media screen and (min-width: 768px){[class*="md:col-4"]{grid-column:span 4!important}}@media screen and (min-width: 768px){[class*="md:col-5"]{grid-column:span 5!important}}@media screen and (min-width: 768px){[class*="md:col-6"]{grid-column:span 6!important}}@media screen and (min-width: 768px){[class*="md:col-7"]{grid-column:span 7!important}}@media screen and (min-width: 768px){[class*="md:col-8"]{grid-column:span 8!important}}@media screen and (min-width: 768px){[class*="md:col-9"]{grid-column:span 9!important}}@media screen and (min-width: 768px){[class*="md:col-10"]{grid-column:span 10!important}}@media screen and (min-width: 768px){[class*="md:col-11"]{grid-column:span 11!important}}@media screen and (min-width: 768px){[class*="md:col-12"]{grid-column:span 12!important}}@media screen and (min-width: 768px){[class*="md:col-13"]{grid-column:span 13!important}}@media screen and (min-width: 768px){[class*="md:col-14"]{grid-column:span 14!important}}@media screen and (min-width: 768px){[class*="md:col-15"]{grid-column:span 15!important}}@media screen and (min-width: 768px){[class*="md:col-16"]{grid-column:span 16!important}}@media screen and (min-width: 992px){[class*="lg:col-1"]{grid-column:span 1!important}}@media screen and (min-width: 992px){[class*="lg:col-2"]{grid-column:span 2!important}}@media screen and (min-width: 992px){[class*="lg:col-3"]{grid-column:span 3!important}}@media screen and (min-width: 992px){[class*="lg:col-4"]{grid-column:span 4!important}}@media screen and (min-width: 992px){[class*="lg:col-5"]{grid-column:span 5!important}}@media screen and (min-width: 992px){[class*="lg:col-6"]{grid-column:span 6!important}}@media screen and (min-width: 992px){[class*="lg:col-7"]{grid-column:span 7!important}}@media screen and (min-width: 992px){[class*="lg:col-8"]{grid-column:span 8!important}}@media screen and (min-width: 992px){[class*="lg:col-9"]{grid-column:span 9!important}}@media screen and (min-width: 992px){[class*="lg:col-10"]{grid-column:span 10!important}}@media screen and (min-width: 992px){[class*="lg:col-11"]{grid-column:span 11!important}}@media screen and (min-width: 992px){[class*="lg:col-12"]{grid-column:span 12!important}}@media screen and (min-width: 992px){[class*="lg:col-13"]{grid-column:span 13!important}}@media screen and (min-width: 992px){[class*="lg:col-14"]{grid-column:span 14!important}}@media screen and (min-width: 992px){[class*="lg:col-15"]{grid-column:span 15!important}}@media screen and (min-width: 992px){[class*="lg:col-16"]{grid-column:span 16!important}}@media screen and (min-width: 1280px){[class*="xl:col-1"]{grid-column:span 1!important}}@media screen and (min-width: 1280px){[class*="xl:col-2"]{grid-column:span 2!important}}@media screen and (min-width: 1280px){[class*="xl:col-3"]{grid-column:span 3!important}}@media screen and (min-width: 1280px){[class*="xl:col-4"]{grid-column:span 4!important}}@media screen and (min-width: 1280px){[class*="xl:col-5"]{grid-column:span 5!important}}@media screen and (min-width: 1280px){[class*="xl:col-6"]{grid-column:span 6!important}}@media screen and (min-width: 1280px){[class*="xl:col-7"]{grid-column:span 7!important}}@media screen and (min-width: 1280px){[class*="xl:col-8"]{grid-column:span 8!important}}@media screen and (min-width: 1280px){[class*="xl:col-9"]{grid-column:span 9!important}}@media screen and (min-width: 1280px){[class*="xl:col-10"]{grid-column:span 10!important}}@media screen and (min-width: 1280px){[class*="xl:col-11"]{grid-column:span 11!important}}@media screen and (min-width: 1280px){[class*="xl:col-12"]{grid-column:span 12!important}}@media screen and (min-width: 1280px){[class*="xl:col-13"]{grid-column:span 13!important}}@media screen and (min-width: 1280px){[class*="xl:col-14"]{grid-column:span 14!important}}@media screen and (min-width: 1280px){[class*="xl:col-15"]{grid-column:span 15!important}}@media screen and (min-width: 1280px){[class*="xl:col-16"]{grid-column:span 16!important}}@media screen and (min-width: 1440px){[class*="xxl:col-1"]{grid-column:span 1!important}}@media screen and (min-width: 1440px){[class*="xxl:col-2"]{grid-column:span 2!important}}@media screen and (min-width: 1440px){[class*="xxl:col-3"]{grid-column:span 3!important}}@media screen and (min-width: 1440px){[class*="xxl:col-4"]{grid-column:span 4!important}}@media screen and (min-width: 1440px){[class*="xxl:col-5"]{grid-column:span 5!important}}@media screen and (min-width: 1440px){[class*="xxl:col-6"]{grid-column:span 6!important}}@media screen and (min-width: 1440px){[class*="xxl:col-7"]{grid-column:span 7!important}}@media screen and (min-width: 1440px){[class*="xxl:col-8"]{grid-column:span 8!important}}@media screen and (min-width: 1440px){[class*="xxl:col-9"]{grid-column:span 9!important}}@media screen and (min-width: 1440px){[class*="xxl:col-10"]{grid-column:span 10!important}}@media screen and (min-width: 1440px){[class*="xxl:col-11"]{grid-column:span 11!important}}@media screen and (min-width: 1440px){[class*="xxl:col-12"]{grid-column:span 12!important}}@media screen and (min-width: 1440px){[class*="xxl:col-13"]{grid-column:span 13!important}}@media screen and (min-width: 1440px){[class*="xxl:col-14"]{grid-column:span 14!important}}@media screen and (min-width: 1440px){[class*="xxl:col-15"]{grid-column:span 15!important}}@media screen and (min-width: 1440px){[class*="xxl:col-16"]{grid-column:span 16!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-1"]{grid-column:span 1!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-2"]{grid-column:span 2!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-3"]{grid-column:span 3!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-4"]{grid-column:span 4!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-5"]{grid-column:span 5!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-6"]{grid-column:span 6!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-7"]{grid-column:span 7!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-8"]{grid-column:span 8!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-9"]{grid-column:span 9!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-10"]{grid-column:span 10!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-11"]{grid-column:span 11!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-12"]{grid-column:span 12!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-13"]{grid-column:span 13!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-14"]{grid-column:span 14!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-15"]{grid-column:span 15!important}}@media screen and (min-width: 1920px){[class*="xxxl:col-16"]{grid-column:span 16!important}}@media screen and (min-width: 0){[class*="xxs:order-reverse"] *:nth-child(1){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}[class*="xxs:order-reverse"] *:nth-child(2){-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}[class*="xxs:order-reverse"] *:nth-child(3){-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}[class*="xxs:order-reverse"] *:nth-child(4){-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}[class*="xxs:order-reverse"] *:nth-child(5){-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}[class*="xxs:order-reverse"] *:nth-child(6){-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}[class*="xxs:order-reverse"] *:nth-child(7){-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}[class*="xxs:order-reverse"] *:nth-child(8){-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}[class*="xxs:order-reverse"] *:nth-child(9){-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}[class*="xxs:order-reverse"] *:nth-child(10){-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}[class*="xxs:order-reverse"] *:nth-child(11){-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}[class*="xxs:order-reverse"] *:nth-child(12){-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}[class*="xxs:order-reverse"] *:nth-child(13){-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}[class*="xxs:order-reverse"] *:nth-child(14){-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}[class*="xxs:order-reverse"] *:nth-child(15){-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}[class*="xxs:order-reverse"] *:nth-child(16){-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}[class*="xxs:order-reverse"] *:nth-child(17){-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}[class*="xxs:order-reverse"] *:nth-child(18){-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}[class*="xxs:order-reverse"] *:nth-child(19){-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}[class*="xxs:order-reverse"] *:nth-child(20){-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}}@media screen and (min-width: 0){[class*="xxs:order-reverse"] [class*="xxs:order-normal"] *{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width: 360px){[class*="xs:order-reverse"] *:nth-child(1){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}[class*="xs:order-reverse"] *:nth-child(2){-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}[class*="xs:order-reverse"] *:nth-child(3){-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}[class*="xs:order-reverse"] *:nth-child(4){-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}[class*="xs:order-reverse"] *:nth-child(5){-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}[class*="xs:order-reverse"] *:nth-child(6){-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}[class*="xs:order-reverse"] *:nth-child(7){-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}[class*="xs:order-reverse"] *:nth-child(8){-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}[class*="xs:order-reverse"] *:nth-child(9){-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}[class*="xs:order-reverse"] *:nth-child(10){-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}[class*="xs:order-reverse"] *:nth-child(11){-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}[class*="xs:order-reverse"] *:nth-child(12){-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}[class*="xs:order-reverse"] *:nth-child(13){-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}[class*="xs:order-reverse"] *:nth-child(14){-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}[class*="xs:order-reverse"] *:nth-child(15){-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}[class*="xs:order-reverse"] *:nth-child(16){-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}[class*="xs:order-reverse"] *:nth-child(17){-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}[class*="xs:order-reverse"] *:nth-child(18){-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}[class*="xs:order-reverse"] *:nth-child(19){-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}[class*="xs:order-reverse"] *:nth-child(20){-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}}@media screen and (min-width: 360px){[class*="xs:order-reverse"] [class*="xs:order-normal"] *{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width: 544px){[class*="sm:order-reverse"] *:nth-child(1){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}[class*="sm:order-reverse"] *:nth-child(2){-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}[class*="sm:order-reverse"] *:nth-child(3){-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}[class*="sm:order-reverse"] *:nth-child(4){-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}[class*="sm:order-reverse"] *:nth-child(5){-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}[class*="sm:order-reverse"] *:nth-child(6){-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}[class*="sm:order-reverse"] *:nth-child(7){-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}[class*="sm:order-reverse"] *:nth-child(8){-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}[class*="sm:order-reverse"] *:nth-child(9){-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}[class*="sm:order-reverse"] *:nth-child(10){-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}[class*="sm:order-reverse"] *:nth-child(11){-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}[class*="sm:order-reverse"] *:nth-child(12){-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}[class*="sm:order-reverse"] *:nth-child(13){-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}[class*="sm:order-reverse"] *:nth-child(14){-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}[class*="sm:order-reverse"] *:nth-child(15){-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}[class*="sm:order-reverse"] *:nth-child(16){-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}[class*="sm:order-reverse"] *:nth-child(17){-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}[class*="sm:order-reverse"] *:nth-child(18){-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}[class*="sm:order-reverse"] *:nth-child(19){-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}[class*="sm:order-reverse"] *:nth-child(20){-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}}@media screen and (min-width: 544px){[class*="sm:order-reverse"] [class*="sm:order-normal"] *{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width: 768px){[class*="md:order-reverse"] *:nth-child(1){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}[class*="md:order-reverse"] *:nth-child(2){-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}[class*="md:order-reverse"] *:nth-child(3){-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}[class*="md:order-reverse"] *:nth-child(4){-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}[class*="md:order-reverse"] *:nth-child(5){-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}[class*="md:order-reverse"] *:nth-child(6){-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}[class*="md:order-reverse"] *:nth-child(7){-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}[class*="md:order-reverse"] *:nth-child(8){-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}[class*="md:order-reverse"] *:nth-child(9){-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}[class*="md:order-reverse"] *:nth-child(10){-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}[class*="md:order-reverse"] *:nth-child(11){-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}[class*="md:order-reverse"] *:nth-child(12){-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}[class*="md:order-reverse"] *:nth-child(13){-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}[class*="md:order-reverse"] *:nth-child(14){-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}[class*="md:order-reverse"] *:nth-child(15){-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}[class*="md:order-reverse"] *:nth-child(16){-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}[class*="md:order-reverse"] *:nth-child(17){-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}[class*="md:order-reverse"] *:nth-child(18){-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}[class*="md:order-reverse"] *:nth-child(19){-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}[class*="md:order-reverse"] *:nth-child(20){-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}}@media screen and (min-width: 768px){[class*="md:order-reverse"] [class*="md:order-normal"] *{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width: 992px){[class*="lg:order-reverse"] *:nth-child(1){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}[class*="lg:order-reverse"] *:nth-child(2){-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}[class*="lg:order-reverse"] *:nth-child(3){-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}[class*="lg:order-reverse"] *:nth-child(4){-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}[class*="lg:order-reverse"] *:nth-child(5){-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}[class*="lg:order-reverse"] *:nth-child(6){-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}[class*="lg:order-reverse"] *:nth-child(7){-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}[class*="lg:order-reverse"] *:nth-child(8){-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}[class*="lg:order-reverse"] *:nth-child(9){-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}[class*="lg:order-reverse"] *:nth-child(10){-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}[class*="lg:order-reverse"] *:nth-child(11){-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}[class*="lg:order-reverse"] *:nth-child(12){-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}[class*="lg:order-reverse"] *:nth-child(13){-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}[class*="lg:order-reverse"] *:nth-child(14){-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}[class*="lg:order-reverse"] *:nth-child(15){-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}[class*="lg:order-reverse"] *:nth-child(16){-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}[class*="lg:order-reverse"] *:nth-child(17){-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}[class*="lg:order-reverse"] *:nth-child(18){-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}[class*="lg:order-reverse"] *:nth-child(19){-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}[class*="lg:order-reverse"] *:nth-child(20){-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}}@media screen and (min-width: 992px){[class*="lg:order-reverse"] [class*="lg:order-normal"] *{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width: 1280px){[class*="xl:order-reverse"] *:nth-child(1){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}[class*="xl:order-reverse"] *:nth-child(2){-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}[class*="xl:order-reverse"] *:nth-child(3){-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}[class*="xl:order-reverse"] *:nth-child(4){-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}[class*="xl:order-reverse"] *:nth-child(5){-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}[class*="xl:order-reverse"] *:nth-child(6){-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}[class*="xl:order-reverse"] *:nth-child(7){-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}[class*="xl:order-reverse"] *:nth-child(8){-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}[class*="xl:order-reverse"] *:nth-child(9){-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}[class*="xl:order-reverse"] *:nth-child(10){-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}[class*="xl:order-reverse"] *:nth-child(11){-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}[class*="xl:order-reverse"] *:nth-child(12){-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}[class*="xl:order-reverse"] *:nth-child(13){-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}[class*="xl:order-reverse"] *:nth-child(14){-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}[class*="xl:order-reverse"] *:nth-child(15){-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}[class*="xl:order-reverse"] *:nth-child(16){-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}[class*="xl:order-reverse"] *:nth-child(17){-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}[class*="xl:order-reverse"] *:nth-child(18){-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}[class*="xl:order-reverse"] *:nth-child(19){-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}[class*="xl:order-reverse"] *:nth-child(20){-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}}@media screen and (min-width: 1280px){[class*="xl:order-reverse"] [class*="xl:order-normal"] *{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width: 1440px){[class*="xxl:order-reverse"] *:nth-child(1){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}[class*="xxl:order-reverse"] *:nth-child(2){-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}[class*="xxl:order-reverse"] *:nth-child(3){-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}[class*="xxl:order-reverse"] *:nth-child(4){-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}[class*="xxl:order-reverse"] *:nth-child(5){-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}[class*="xxl:order-reverse"] *:nth-child(6){-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}[class*="xxl:order-reverse"] *:nth-child(7){-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}[class*="xxl:order-reverse"] *:nth-child(8){-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}[class*="xxl:order-reverse"] *:nth-child(9){-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}[class*="xxl:order-reverse"] *:nth-child(10){-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}[class*="xxl:order-reverse"] *:nth-child(11){-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}[class*="xxl:order-reverse"] *:nth-child(12){-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}[class*="xxl:order-reverse"] *:nth-child(13){-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}[class*="xxl:order-reverse"] *:nth-child(14){-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}[class*="xxl:order-reverse"] *:nth-child(15){-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}[class*="xxl:order-reverse"] *:nth-child(16){-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}[class*="xxl:order-reverse"] *:nth-child(17){-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}[class*="xxl:order-reverse"] *:nth-child(18){-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}[class*="xxl:order-reverse"] *:nth-child(19){-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}[class*="xxl:order-reverse"] *:nth-child(20){-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}}@media screen and (min-width: 1440px){[class*="xxl:order-reverse"] [class*="xxl:order-normal"] *{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width: 1920px){[class*="xxxl:order-reverse"] *:nth-child(1){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}[class*="xxxl:order-reverse"] *:nth-child(2){-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}[class*="xxxl:order-reverse"] *:nth-child(3){-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}[class*="xxxl:order-reverse"] *:nth-child(4){-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}[class*="xxxl:order-reverse"] *:nth-child(5){-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}[class*="xxxl:order-reverse"] *:nth-child(6){-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}[class*="xxxl:order-reverse"] *:nth-child(7){-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}[class*="xxxl:order-reverse"] *:nth-child(8){-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}[class*="xxxl:order-reverse"] *:nth-child(9){-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}[class*="xxxl:order-reverse"] *:nth-child(10){-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}[class*="xxxl:order-reverse"] *:nth-child(11){-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}[class*="xxxl:order-reverse"] *:nth-child(12){-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}[class*="xxxl:order-reverse"] *:nth-child(13){-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}[class*="xxxl:order-reverse"] *:nth-child(14){-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}[class*="xxxl:order-reverse"] *:nth-child(15){-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}[class*="xxxl:order-reverse"] *:nth-child(16){-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}[class*="xxxl:order-reverse"] *:nth-child(17){-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}[class*="xxxl:order-reverse"] *:nth-child(18){-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}[class*="xxxl:order-reverse"] *:nth-child(19){-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}[class*="xxxl:order-reverse"] *:nth-child(20){-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}}@media screen and (min-width: 1920px){[class*="xxxl:order-reverse"] [class*="xxxl:order-normal"] *{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}:root{font-size:4vw;font-family:var(--font-main)}@media screen and (width >= 360px){:root{font-size:16px;font-weight:500}}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}body{margin:0;padding:0;position:relative;overflow:hidden scroll;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100svh}body.no-body-scrolling{overflow:hidden}img,video{display:block;line-height:0}section{overflow:clip visible}img,picture,video{display:block;line-height:0;max-width:100%}a{text-decoration:none;color:inherit}svg.icon{display:inline;width:1em;height:1em;vertical-align:-.125em;fill:currentColor}.-mb-sm{margin-bottom:var(--spacing-sm)}.-mb-md{margin-bottom:var(--spacing-md)}.-mb-lg{margin-bottom:var(--spacing-lg)}.-mb-xl{margin-bottom:var(--spacing-xl)}.-mb-2xl{margin-bottom:var(--spacing-2xl)}.-mt-sm{margin-top:var(--spacing-sm)}.-mt-md{margin-top:var(--spacing-md)}.-mt-lg{margin-top:var(--spacing-lg)}.-mt-xl{margin-top:var(--spacing-xl)}.-mt-2xl{margin-top:var(--spacing-2xl)}.-ml-sm{margin-left:var(--spacing-sm)}.-ml-md{margin-left:var(--spacing-md)}.-ml-lg{margin-left:var(--spacing-lg)}.-ml-xl{margin-left:var(--spacing-xl)}.-ml-2xl{margin-left:var(--spacing-2xl)}.-ml-auto{margin-left:var(--spacing-auto)}.-mr-sm{margin-right:var(--spacing-sm)}.-mr-md{margin-right:var(--spacing-md)}.-mr-lg{margin-right:var(--spacing-lg)}.-mr-xl{margin-right:var(--spacing-xl)}.-mr-2xl{margin-right:var(--spacing-2xl)}.-mr-auto{margin-right:var(--spacing-auto)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:unset}p{margin:0 0 1em;font-weight:400}.heading>*{margin-bottom:.25em}.-regular{font-weight:500}strong,.-bold{font-weight:700}.-extra-bold{font-weight:900}.-orange{color:var(--color-orange)}.-gray{color:var(--color-gray-mid)}.-center{text-align:center}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 992px){.footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem}@media screen and (min-width: 992px){.footer__navigation{margin-left:auto}}.title-bar{height:var(--title-bar-height);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-inline:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:sticky;top:0;font-family:var(--font-main);font-weight:400;font-size:1.75rem;line-height:1rem;background-color:var(--color-white);z-index:var(--z-title-bar)}@media screen and (max-width: 767px){.title-bar{height:var(--title-bar-height-mobile)}}.title-bar__fc{text-align:right}@media screen and (max-width: 767px){.title-bar__fc{font-size:1.25rem;margin-left:.5rem}.title-bar__fc span{line-height:1.1}}@media screen and (min-width: 768px){.title-bar__fc br{display:none}}.keyvisual{display:block;display:-webkit-box;display:-ms-flexbox;display:flex;height:31.25rem}.keyvisual__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.navigation{display:-webkit-box;display:-ms-flexbox;display:flex;padding-inline:var(--block-padding-inline);scrollbar-width:none;scrollbar-color:transparent transparent;overflow-x:auto}.navigation::-webkit-scrollbar{display:none}.navigation ul,.navigation li{list-style:none;margin:0;padding:0;font-weight:700;padding-bottom:.125rem}.navigation li:after{position:relative;content:"";display:block;width:0;height:.125rem;bottom:-2px;background-color:transparent;-webkit-transition:width .2s ease-in-out,background-color .3s ease-in-out;transition:width .2s ease-in-out,background-color .3s ease-in-out}.navigation li.current{font-weight:700}.navigation li.current:after{position:relative;content:"";display:block;width:100%;height:.0625rem;bottom:-2px;background-color:var(--color-black)}.navigation li:focus-visible:not(.current):after{position:relative;content:"";display:block;width:100%;height:.125rem;bottom:-2px;background-color:var(--color-orange)}@media (hover: hover){.navigation li:hover:not(.current):after{position:relative;content:"";display:block;width:100%;height:.125rem;bottom:-2px;background-color:var(--color-orange)}}.navigation ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem}
