@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-100:oklch(93.6% .032 17.717);--color-red-300:oklch(80.8% .114 19.571);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-yellow-50:oklch(98.7% .026 102.212);--color-yellow-100:oklch(97.3% .071 103.193);--color-yellow-400:oklch(85.2% .199 91.936);--color-green-100:oklch(96.2% .044 156.743);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-purple-100:oklch(94.6% .033 307.174);--color-purple-500:oklch(62.7% .265 303.9);--color-pink-100:oklch(94.8% .028 342.258);--color-pink-400:oklch(71.8% .202 349.761);--color-pink-500:oklch(65.6% .241 354.308);--color-pink-600:oklch(59.2% .249 .584);--color-pink-700:oklch(52.5% .223 3.958);--color-rose-600:oklch(58.6% .253 17.585);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-neutral-50:oklch(98.5% 0 0);--color-neutral-100:oklch(97% 0 0);--color-neutral-500:oklch(55.6% 0 0);--color-neutral-600:oklch(43.9% 0 0);--color-neutral-700:oklch(37.1% 0 0);--color-neutral-800:oklch(26.9% 0 0);--color-neutral-950:oklch(14.5% 0 0);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-2xl:42rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--text-9xl:8rem;--text-9xl--line-height:1;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:900;--tracking-wide:.025em;--leading-tight:1.25;--leading-normal:1.5;--radius-sm:.25rem;--radius-lg:.5rem;--radius-2xl:1rem;--ease-out:cubic-bezier(0,0,.2,1);--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-1{top:calc(var(--spacing)*1)}.top-4{top:calc(var(--spacing)*4)}.right-1{right:calc(var(--spacing)*1)}.right-4{right:calc(var(--spacing)*4)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.z-40{z-index:40}.z-50{z-index:50}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mt-8{margin-top:calc(var(--spacing)*8)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.table{display:table}.h-6{height:calc(var(--spacing)*6)}.h-8{height:calc(var(--spacing)*8)}.h-full{height:100%}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-3\/4{width:75%}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-auto{width:auto}.w-full{width:100%}.min-w-\[44px\]{min-width:44px}.min-w-\[100px\]{min-width:100px}.min-w-\[110px\]{min-width:110px}.min-w-\[140px\]{min-width:140px}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-\[\#4a5fb5\]{border-color:#4a5fb5}.border-gray-300{border-color:var(--color-gray-300)}.border-green-500{border-color:var(--color-green-500)}.border-red-500{border-color:var(--color-red-500)}.border-yellow-400{border-color:var(--color-yellow-400)}.bg-black\/80{background-color:#000c}@supports (color:color-mix(in lab,red,red)){.bg-black\/80{background-color:color-mix(in oklab,var(--color-black)80%,transparent)}}.bg-black\/90{background-color:#000000e6}@supports (color:color-mix(in lab,red,red)){.bg-black\/90{background-color:color-mix(in oklab,var(--color-black)90%,transparent)}}.bg-green-100{background-color:var(--color-green-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-red-100{background-color:var(--color-red-100)}.bg-red-500{background-color:var(--color-red-500)}.bg-white{background-color:var(--color-white)}.bg-white\/90{background-color:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.bg-white\/90{background-color:color-mix(in oklab,var(--color-white)90%,transparent)}}.bg-yellow-100{background-color:var(--color-yellow-100)}.bg-yellow-400{background-color:var(--color-yellow-400)}.object-contain{object-fit:contain}.p-4{padding:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.px-12{padding-inline:calc(var(--spacing)*12)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-8{padding-block:calc(var(--spacing)*8)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.text-9xl{font-size:var(--text-9xl);line-height:var(--tw-leading,var(--text-9xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-\[28px\]{font-size:28px}.text-\[32px\]{font-size:32px}.text-\[40px\]{font-size:40px}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.whitespace-nowrap{white-space:nowrap}.text-\[\#4a5fb5\]{color:#4a5fb5}.text-gray-600{color:var(--color-gray-600)}.text-gray-800{color:var(--color-gray-800)}.text-red-300{color:var(--color-red-300)}.text-white{color:var(--color-white)}.opacity-50{opacity:.5}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}@media(hover:hover){.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:border-blue-400:hover{border-color:var(--color-blue-400)}.hover\:bg-\[\#4a5fb5\]:hover{background-color:#4a5fb5}.hover\:text-white:hover{color:var(--color-white)}.hover\:opacity-60:hover{opacity:.6}}.active\:scale-95:active{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@keyframes pulse{50%{opacity:.5}}@font-face{font-family:muuq-fonts;src:url(/css/muuq-fonts/fonts/muuq-fonts.eot?2kq704);src:url(/css/muuq-fonts/fonts/muuq-fonts.eot?2kq704#iefix) format("embedded-opentype"),url(/css/muuq-fonts/fonts/muuq-fonts.ttf?2kq704) format("truetype"),url(/css/muuq-fonts/fonts/muuq-fonts.woff?2kq704) format("woff"),url(/css/muuq-fonts/fonts/muuq-fonts.svg?2kq704#muuq-fonts) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=mb__icon-],[class*=" mb__icon-"]{font-family:muuq-fonts!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mb__icon-px_gear:before{content:""}.mb__icon-px_machine-01:before{content:""}.mb__icon-px_machine-02:before{content:""}.mb__icon-px_machine-03:before{content:""}.mb__icon-px_machine-04:before{content:""}.mb__icon-px_gantt:before{content:""}.mb__icon-px_subtier:before{content:""}.mb__icon-px_calendar-ckeck:before{content:""}.mb__icon-px_calendar:before{content:""}.mb__icon-px_edit-square:before{content:""}.mb__icon-px_edit:before{content:""}.mb__icon-px_arrow-double-chevron-bottom:before{content:""}.mb__icon-px_arrow-double-chevron-left:before{content:""}.mb__icon-px_arrow-double-chevron-right:before{content:""}.mb__icon-px_arrow-double-chevron-up:before{content:""}.mb__icon-px_book-open:before{content:""}.mb__icon-px_building:before{content:""}.mb__icon-px_camera:before{content:""}.mb__icon-px_copy:before{content:""}.mb__icon-px_desktop:before{content:""}.mb__icon-px_dust-box:before{content:""}.mb__icon-px_home-1:before{content:""}.mb__icon-px_home-2:before{content:""}.mb__icon-px_laptop:before{content:""}.mb__icon-px_link-clip:before{content:""}.mb__icon-px_link-window:before{content:""}.mb__icon-px_lock:before{content:""}.mb__icon-px_map-pin:before{content:""}.mb__icon-px_menu:before{content:""}.mb__icon-px_mobile:before{content:""}.mb__icon-px_note:before{content:""}.mb__icon-px_search:before{content:""}.mb__icon-px_spin-arrow:before{content:""}.mb__icon-px_tel:before{content:""}.mb__icon-px_unlock:before{content:""}.mb__icon-px_user:before{content:""}.mb__icon-px_arrow-bottom:before{content:""}.mb__icon-px_arrow-chevron-bottom:before{content:""}.mb__icon-px_arrow-chevron-circle-bottom:before{content:""}.mb__icon-px_arrow-chevron-circle-left:before{content:""}.mb__icon-px_arrow-chevron-circle-right:before{content:""}.mb__icon-px_arrow-chevron-circle-top:before{content:""}.mb__icon-px_arrow-chevron-left:before{content:""}.mb__icon-px_arrow-chevron-right:before{content:""}.mb__icon-px_arrow-chevron-top:before{content:""}.mb__icon-px_arrow-circle-bottom:before{content:""}.mb__icon-px_arrow-circle-left:before{content:""}.mb__icon-px_arrow-circle-right:before{content:""}.mb__icon-px_arrow-circle-top:before{content:""}.mb__icon-px_arrow-left:before{content:""}.mb__icon-px_arrow-oneside-bottom:before{content:""}.mb__icon-px_arrow-oneside-circle-bottom:before{content:""}.mb__icon-px_arrow-oneside-circle-left:before{content:""}.mb__icon-px_arrow-oneside-circle-right:before{content:""}.mb__icon-px_arrow-oneside-circle-top:before{content:""}.mb__icon-px_arrow-oneside-left:before{content:""}.mb__icon-px_arrow-oneside-right:before{content:""}.mb__icon-px_arrow-oneside-top:before{content:""}.mb__icon-px_arrow-right:before{content:""}.mb__icon-px_arrow-top:before{content:""}.mb__icon-px_check-circle:before{content:""}.mb__icon-px_check:before{content:""}.mb__icon-px_close-circle:before{content:""}.mb__icon-px_close:before{content:""}.mb__icon-px_download:before{content:""}.mb__icon-px_mail:before{content:""}.mb__icon-px_minus-circle:before{content:""}.mb__icon-px_minus:before{content:""}.mb__icon-px_plus-circle:before{content:""}.mb__icon-px_plus:before{content:""}.mb__icon-px_reload:before{content:""}.mb__icon-px_upload:before{content:""}.mb__icon-edit-square:before{content:""}.mb__icon-note-edit:before{content:""}.mb__icon-feather-pen-1:before{content:""}.mb__icon-feather-pen-2:before{content:""}.mb__icon-feather-pen-ink:before{content:""}.mb__icon-pen-nib-filled:before{content:""}.mb__icon-pen-nib:before{content:""}.mb__icon-close-big:before{content:""}.mb__icon-deco-text-checkered:before{content:""}.mb__icon-deco-text-circle-fill:before{content:""}.mb__icon-deco-text-circle-line:before{content:""}.mb__icon-deco-text-maru:before{content:""}.mb__icon-deco-text-rhombus:before{content:""}.mb__icon-deco-text-square-cross:before{content:""}.mb__icon-deco-text-square-double:before{content:""}.mb__icon-deco-text-square-fill:before{content:""}.mb__icon-deco-text-square-line:before{content:""}.mb__icon-deco-text-swirl:before{content:""}.mb__icon-deco-text-triangle-fill:before{content:""}.mb__icon-deco-text-wave:before{content:""}.mb__icon-deco-title-01-l:before{content:""}.mb__icon-deco-title-01-r:before{content:""}.mb__icon-deco-title-02-l:before{content:""}.mb__icon-deco-title-02-r:before{content:""}.mb__icon-deco-title-03-l:before{content:""}.mb__icon-deco-title-03-r:before{content:""}.mb__icon-deco-title-04-l:before{content:""}.mb__icon-deco-title-04-r:before{content:""}.mb__icon-deco-title-05-l:before{content:""}.mb__icon-deco-title-05-r:before{content:""}.mb__icon-deco-title-06-l:before{content:""}.mb__icon-deco-title-06-r:before{content:""}.mb__icon-golfball-1:before{content:""}.mb__icon-golfball-2:before{content:""}.mb__icon-share-filled:before{content:""}.mb__icon-share:before{content:""}.mb__icon-sh_factcheck:before{content:""}.mb__icon-sh_Info-update:before{content:""}.mb__icon-sh_presentation:before{content:""}.mb__icon-sh_writing:before{content:""}.mb__icon-mountain:before{content:""}.mb__icon-thermometer-1:before{content:""}.mb__icon-thermometer-2:before{content:""}.mb__icon-mail-person-1:before{content:""}.mb__icon-mail-person-2:before{content:""}.mb__icon-mail-person-3:before{content:""}.mb__icon-question-person:before{content:""}.mb__icon-speech-bubble-person:before{content:""}.mb__icon-web-person:before{content:""}.mb__icon-attention-circle-filled:before{content:""}.mb__icon-attention-circle:before{content:""}.mb__icon-battery-1:before{content:""}.mb__icon-battery-2:before{content:""}.mb__icon-battery-charge:before{content:""}.mb__icon-battery-empty:before{content:""}.mb__icon-battery-full:before{content:""}.mb__icon-clip:before{content:""}.mb__icon-cooktop:before{content:""}.mb__icon-electricity:before{content:""}.mb__icon-electricplug:before{content:""}.mb__icon-emo-angry:before{content:""}.mb__icon-emo-bad:before{content:""}.mb__icon-emo-good:before{content:""}.mb__icon-emo-laugh:before{content:""}.mb__icon-emo-no:before{content:""}.mb__icon-emo-sad:before{content:""}.mb__icon-emo-sleep:before{content:""}.mb__icon-emo-soso:before{content:""}.mb__icon-emo-surprise:before{content:""}.mb__icon-faucet:before{content:""}.mb__icon-file-locked:before{content:""}.mb__icon-fire:before{content:""}.mb__icon-help-circle-filled:before{content:""}.mb__icon-help-circle:before{content:""}.mb__icon-water:before{content:""}.mb__icon-golf-bag:before{content:""}.mb__icon-golf-club:before{content:""}.mb__icon-golf-putter:before{content:""}.mb__icon-golf-swing-2:before{content:""}.mb__icon-golf-swing-1:before{content:""}.mb__icon-arrow-lower-left:before{content:""}.mb__icon-arrow-lower-right:before{content:""}.mb__icon-arrow-upper-left:before{content:""}.mb__icon-arrow-upper-right:before{content:""}.mb__icon-asterisk-l:before{content:""}.mb__icon-asterisk:before{content:""}.mb__icon-back-line:before{content:""}.mb__icon-down-line:before{content:""}.mb__icon-expand-line:before{content:""}.mb__icon-expand:before{content:""}.mb__icon-radio-line:before{content:""}.mb__icon-shrink-line:before{content:""}.mb__icon-triangle-line:before{content:""}.mb__icon-triangle:before{content:""}.mb__icon-up-line:before{content:""}.mb__icon-check-line:before{content:""}.mb__icon-eye-off:before{content:""}.mb__icon-eye-on:before{content:""}.mb__icon-construction-sign:before{content:""}.mb__icon-digger:before{content:""}.mb__icon-forklift:before{content:""}.mb__icon-ice-crystal:before{content:""}.mb__icon-memberscard:before{content:""}.mb__icon-safetycone:before{content:""}.mb__icon-smartwatch:before{content:""}.mb__icon-snowman:before{content:""}.mb__icon-umbrella:before{content:""}.mb__icon-weather:before{content:""}.mb__icon-speech-bubble-2:before{content:""}.mb__icon-auction-bid:before{content:""}.mb__icon-auction:before{content:""}.mb__icon-event:before{content:""}.mb__icon-koi-side:before{content:""}.mb__icon-koi-top:before{content:""}.mb__icon-nobori:before{content:""}.mb__icon-audio-mixer:before{content:""}.mb__icon-audio-spectrum:before{content:""}.mb__icon-microphone-1:before{content:""}.mb__icon-microphone-2:before{content:""}.mb__icon-music-record:before{content:""}.mb__icon-music:before{content:""}.mb__icon-musical-note:before{content:""}.mb__icon-musical-notes:before{content:""}.mb__icon-sound-volume:before{content:""}.mb__icon-treble-clef:before{content:""}.mb__icon-arrow-bottom:before{content:""}.mb__icon-arrow-chevron-bottom:before{content:""}.mb__icon-arrow-chevron-left:before{content:""}.mb__icon-arrow-chevron-right:before{content:""}.mb__icon-arrow-chevron-up:before{content:""}.mb__icon-arrow-circle-bottom:before{content:""}.mb__icon-arrow-circle-left:before{content:""}.mb__icon-arrow-circle-right:before{content:""}.mb__icon-arrow-circle-top:before{content:""}.mb__icon-arrow-grain-bottom:before{content:""}.mb__icon-arrow-grain-left:before{content:""}.mb__icon-arrow-grain-right:before{content:""}.mb__icon-arrow-grain-top:before{content:""}.mb__icon-arrow-left:before{content:""}.mb__icon-arrow-right:before{content:""}.mb__icon-arrow-top:before{content:""}.mb__icon-ban:before{content:""}.mb__icon-check-off:before{content:""}.mb__icon-check-on:before{content:""}.mb__icon-close:before{content:""}.mb__icon-edit:before{content:""}.mb__icon-flag:before{content:""}.mb__icon-hourglass-start:before{content:""}.mb__icon-language:before{content:""}.mb__icon-logout:before{content:""}.mb__icon-menu:before{content:""}.mb__icon-minus-circle:before{content:""}.mb__icon-minus:before{content:""}.mb__icon-more-h:before{content:""}.mb__icon-more-v:before{content:""}.mb__icon-plus-circle:before{content:""}.mb__icon-plus-square:before{content:""}.mb__icon-plus:before{content:""}.mb__icon-radio-off:before{content:""}.mb__icon-radio-on:before{content:""}.mb__icon-read:before{content:""}.mb__icon-search:before{content:""}.mb__icon-smartphone:before{content:""}.mb__icon-sort:before{content:""}.mb__icon-stratum:before{content:""}.mb__icon-timer:before{content:""}.mb__icon-user:before{content:""}.mb__icon-link-clip:before{content:""}.mb__icon-link-window:before{content:""}.mb__icon-arrow-double-chevron-bottom:before{content:""}.mb__icon-arrow-double-chevron-left:before{content:""}.mb__icon-arrow-double-chevron-right:before{content:""}.mb__icon-arrow-double-chevron-up:before{content:""}.mb__icon-sort-down:before{content:""}.mb__icon-sort-up:before{content:""}.mb__icon-camera:before{content:""}.mb__icon-dust-box:before{content:""}.mb__icon-hourglass-end:before{content:""}.mb__icon-hourglass-half:before{content:""}.mb__icon-minus-square:before{content:""}.mb__icon-close-circle:before{content:""}.mb__icon-airplane-side:before{content:""}.mb__icon-airplane:before{content:""}.mb__icon-alert-1:before{content:""}.mb__icon-alert-2:before{content:""}.mb__icon-bicycle:before{content:""}.mb__icon-bus-side:before{content:""}.mb__icon-bus:before{content:""}.mb__icon-busstop:before{content:""}.mb__icon-calendar-ckeck:before{content:""}.mb__icon-calendar-e-ckeck:before{content:""}.mb__icon-calendar-e-minus:before{content:""}.mb__icon-calendar-e-plus:before{content:""}.mb__icon-calendar-e-x:before{content:""}.mb__icon-calendar-edit:before{content:""}.mb__icon-calendar-search:before{content:""}.mb__icon-calendar-time:before{content:""}.mb__icon-calendar-x:before{content:""}.mb__icon-calendar:before{content:""}.mb__icon-car-side:before{content:""}.mb__icon-car:before{content:""}.mb__icon-eye:before{content:""}.mb__icon-hand-good-palm:before{content:""}.mb__icon-hand-good:before{content:""}.mb__icon-hand-on-2:before{content:""}.mb__icon-hand-on:before{content:""}.mb__icon-hand-one-palm:before{content:""}.mb__icon-hand-one:before{content:""}.mb__icon-hand-paper-palm:before{content:""}.mb__icon-hand-paper:before{content:""}.mb__icon-hand-peace-palm:before{content:""}.mb__icon-hand-peace:before{content:""}.mb__icon-hand-point-palm:before{content:""}.mb__icon-hand-point-slant:before{content:""}.mb__icon-hand-point:before{content:""}.mb__icon-hand-raise:before{content:""}.mb__icon-hand-rock_palm:before{content:""}.mb__icon-hand-rock:before{content:""}.mb__icon-hand-shake:before{content:""}.mb__icon-key-1:before{content:""}.mb__icon-key-2:before{content:""}.mb__icon-lock:before{content:""}.mb__icon-parking:before{content:""}.mb__icon-shield:before{content:""}.mb__icon-shinkansen:before{content:""}.mb__icon-ship-side:before{content:""}.mb__icon-ship:before{content:""}.mb__icon-subway-station:before{content:""}.mb__icon-subway:before{content:""}.mb__icon-taxi-side:before{content:""}.mb__icon-taxi:before{content:""}.mb__icon-train-side:before{content:""}.mb__icon-train:before{content:""}.mb__icon-unlock:before{content:""}.mb__icon-virus:before{content:""}.mb__icon-walk:before{content:""}.mb__icon-web-security:before{content:""}.mb__icon-error-line:before{content:""}.mb__icon-error:before{content:""}.mb__icon-info-line:before{content:""}.mb__icon-info:before{content:""}.mb__icon-success-line:before{content:""}.mb__icon-success:before{content:""}.mb__icon-shinkansen-side:before{content:""}.mb__icon-spin-arrow:before{content:""}.mb__icon-spin-line:before{content:""}.mb__icon-spin-ring:before{content:""}.mb__icon-spin-swirl:before{content:""}.mb__icon-star-half:before{content:""}.mb__icon-star-line:before{content:""}.mb__icon-star:before{content:""}.mb__icon-atm:before{content:""}.mb__icon-baby-bottle:before{content:""}.mb__icon-baby:before{content:""}.mb__icon-bank:before{content:""}.mb__icon-bar:before{content:""}.mb__icon-building:before{content:""}.mb__icon-calculator:before{content:""}.mb__icon-camp:before{content:""}.mb__icon-cd:before{content:""}.mb__icon-church:before{content:""}.mb__icon-coffee:before{content:""}.mb__icon-coin-locker:before{content:""}.mb__icon-computer-body:before{content:""}.mb__icon-computer-keyboard:before{content:""}.mb__icon-convenience-store:before{content:""}.mb__icon-desktop:before{content:""}.mb__icon-direction-nswe:before{content:""}.mb__icon-dome:before{content:""}.mb__icon-dressing-room:before{content:""}.mb__icon-earth:before{content:""}.mb__icon-elevator:before{content:""}.mb__icon-escalator:before{content:""}.mb__icon-factory:before{content:""}.mb__icon-fax:before{content:""}.mb__icon-floppy-disk:before{content:""}.mb__icon-folder:before{content:""}.mb__icon-game-body:before{content:""}.mb__icon-game-controller:before{content:""}.mb__icon-gas-station:before{content:""}.mb__icon-government-office:before{content:""}.mb__icon-hard-disk:before{content:""}.mb__icon-category-list:before{content:""}.mb__icon-category-tree:before{content:""}.mb__icon-headphone-mic:before{content:""}.mb__icon-headphone:before{content:""}.mb__icon-hospital:before{content:""}.mb__icon-hotel:before{content:""}.mb__icon-interchange:before{content:""}.mb__icon-japan:before{content:""}.mb__icon-japanese-castle:before{content:""}.mb__icon-keyboard:before{content:""}.mb__icon-category:before{content:""}.mb__icon-laptop:before{content:""}.mb__icon-location-arrow:before{content:""}.mb__icon-location:before{content:""}.mb__icon-locker:before{content:""}.mb__icon-map-home:before{content:""}.mb__icon-map-pin:before{content:""}.mb__icon-map-signs:before{content:""}.mb__icon-map:before{content:""}.mb__icon-filebox:before{content:""}.mb__icon-mobile:before{content:""}.mb__icon-mouse:before{content:""}.mb__icon-museum:before{content:""}.mb__icon-folder-close:before{content:""}.mb__icon-national-road-1:before{content:""}.mb__icon-national-road-2:before{content:""}.mb__icon-onsen:before{content:""}.mb__icon-park:before{content:""}.mb__icon-pc-monitor:before{content:""}.mb__icon-printer-office:before{content:""}.mb__icon-printer:before{content:""}.mb__icon-projector-screen:before{content:""}.mb__icon-projector:before{content:""}.mb__icon-restaurant:before{content:""}.mb__icon-restroom-f:before{content:""}.mb__icon-restroom-m:before{content:""}.mb__icon-restroom:before{content:""}.mb__icon-room-service:before{content:""}.mb__icon-route:before{content:""}.mb__icon-router:before{content:""}.mb__icon-school:before{content:""}.mb__icon-shopping-bag:before{content:""}.mb__icon-shrine:before{content:""}.mb__icon-smart-speaker-1:before{content:""}.mb__icon-smart-speaker-2:before{content:""}.mb__icon-smoking:before{content:""}.mb__icon-stairs:before{content:""}.mb__icon-tablet:before{content:""}.mb__icon-telephone:before{content:""}.mb__icon-temple:before{content:""}.mb__icon-tower:before{content:""}.mb__icon-traffic-lights:before{content:""}.mb__icon-tunnel:before{content:""}.mb__icon-tv:before{content:""}.mb__icon-usb-drive:before{content:""}.mb__icon-webcam:before{content:""}.mb__icon-note:before{content:""}.mb__icon-shop:before{content:""}.mb__icon-tote-bag:before{content:""}.mb__icon-truck:before{content:""}.mb__icon-folder-open:before{content:""}.mb__icon-ckeck-list-1:before{content:""}.mb__icon-ckeck-list-2:before{content:""}.mb__icon-graph-bar-h:before{content:""}.mb__icon-graph-bar-v:before{content:""}.mb__icon-graph-line:before{content:""}.mb__icon-pie-chart:before{content:""}.mb__icon-table-list-w:before{content:""}.mb__icon-table-list:before{content:""}.mb__icon-award-cup:before{content:""}.mb__icon-award-medal:before{content:""}.mb__icon-award-star-1:before{content:""}.mb__icon-award-star-2:before{content:""}.mb__icon-crown-1:before{content:""}.mb__icon-crown-2:before{content:""}.mb__icon-laurel-crown:before{content:""}.mb__icon-laurel:before{content:""}.mb__icon-podium:before{content:""}.mb__icon-prize-1:before{content:""}.mb__icon-prize-2:before{content:""}.mb__icon-prize-3:before{content:""}.mb__icon-prize-ribbon:before{content:""}.mb__icon-triple-star:before{content:""}.mb__icon-home:before{content:""}.mb__icon-reload:before{content:""}.mb__icon-rss:before{content:""}.mb__icon-binder:before{content:""}.mb__icon-binder-open:before{content:""}.mb__icon-book:before{content:""}.mb__icon-book-open:before{content:""}.mb__icon-book-edit:before{content:""}.mb__icon-clipboard:before{content:""}.mb__icon-clipboard-edit:before{content:""}.mb__icon-clipboard-check:before{content:""}.mb__icon-cart:before{content:""}.mb__icon-cart-line:before{content:""}.mb__icon-register:before{content:""}.mb__icon-credit-card:before{content:""}.mb__icon-mail:before{content:""}.mb__icon-mail-line:before{content:""}.mb__icon-movie:before{content:""}.mb__icon-compass:before{content:""}.mb__icon-news:before{content:""}.mb__icon-notice:before{content:""}.mb__icon-notice-off:before{content:""}.mb__icon-people-two:before{content:""}.mb__icon-people-three:before{content:""}.mb__icon-shop-line:before{content:""}.mb__icon-sns-facebook:before{content:""}.mb__icon-sns-instagram:before{content:""}.mb__icon-sns-line:before{content:""}.mb__icon-sns-twitter:before{content:""}.mb__icon-sns-youtube:before{content:""}.mb__icon-speaker:before{content:""}.mb__icon-speaker-off:before{content:""}.mb__icon-tag:before{content:""}.mb__icon-speech-bubble:before{content:""}.mb__icon-talk:before{content:""}.mb__icon-faq:before{content:""}.mb__icon-meeting:before{content:""}.mb__icon-tel:before{content:""}.mb__icon-tel-call:before{content:""}.mb__icon-time:before{content:""}.mb__icon-download-doc:before{content:""}.mb__icon-upload-doc:before{content:""}.mb__icon-download:before{content:""}.mb__icon-upload:before{content:""}.mb__icon-clipboard-history:before{content:""}.mb__icon-history:before{content:""}.mb__icon-tap-line:before{content:""}.mb__icon-tap:before{content:""}.mb__icon-user-add:before{content:""}.mb__icon-book-add:before{content:""}.mb__icon-file-excel:before{content:""}.mb__icon-file-pdf:before{content:""}.mb__icon-file-ppt:before{content:""}.mb__icon-file-word:before{content:""}.mb__icon-file-zip:before{content:""}.mb__icon-copy:before{content:""}.mb__icon-dashboard-line:before{content:""}.mb__icon-dashboard:before{content:""}.mb__icon-setting:before{content:""}.mb__icon-spana:before{content:""}.mb__icon-stock-one:before{content:""}.mb__icon-stock-three:before{content:""}.mb__icon-teacher:before{content:""}.mb__icon-driver:before{content:""}.mb__icon-system-engineer-2:before{content:""}.mb__icon-system-engineer-1:before{content:""}.mb__icon-speaker-person:before{content:""}.mb__icon-scientist:before{content:""}.mb__icon-construction-worker:before{content:""}.mb__icon-hygienic-worker:before{content:""}.mb__icon-wait-staff:before{content:""}.mb__icon-chef:before{content:""}.mb__icon-operator:before{content:""}.mb__icon-engineer:before{content:""}.mb__icon-delivery-worker:before{content:""}.mb__icon-office-worker:before{content:""}.mb__icon-bill:before{content:""}.mb__icon-cash:before{content:""}.mb__icon-cashless:before{content:""}.mb__icon-coin:before{content:""}.mb__icon-coupon:before{content:""}.mb__icon-ic-card:before{content:""}.mb__icon-saihu:before{content:""}.mb__icon-all-hours:before{content:""}.mb__icon-attend-work:before{content:""}.mb__icon-business-bag:before{content:""}.mb__icon-carry-bag:before{content:""}.mb__icon-day:before{content:""}.mb__icon-early-work:before{content:""}.mb__icon-late-work:before{content:""}.mb__icon-leave-work:before{content:""}.mb__icon-night:before{content:""}.mb__icon-online-meeting:before{content:""}.mb__icon-overtime:before{content:""}.mb__icon-remote-work:before{content:""}.mb__icon-time-card:before{content:""}.mb__icon-work-home:before{content:""}.mb__icon-album:before{content:""}.mb__icon-art-draw:before{content:""}.mb__icon-art-pallet:before{content:""}.mb__icon-barcode-1:before{content:""}.mb__icon-barcode-2:before{content:""}.mb__icon-birthday-cake:before{content:""}.mb__icon-cube:before{content:""}.mb__icon-drawingcompass:before{content:""}.mb__icon-easel:before{content:""}.mb__icon-file-art:before{content:""}.mb__icon-file-jpg:before{content:""}.mb__icon-file-png:before{content:""}.mb__icon-jewelry:before{content:""}.mb__icon-lightbulb-grow:before{content:""}.mb__icon-lightbulb:before{content:""}.mb__icon-paintbrush:before{content:""}.mb__icon-paper-airplane-1:before{content:""}.mb__icon-paper-airplane-2:before{content:""}.mb__icon-party-popper:before{content:""}.mb__icon-picture:before{content:""}.mb__icon-pictures:before{content:""}.mb__icon-planning:before{content:""}.mb__icon-presentbox:before{content:""}.mb__icon-pushpin:before{content:""}.mb__icon-qr-code-1:before{content:""}.mb__icon-qr-code-2:before{content:""}.mb__icon-ruler:before{content:""}.mb__icon-scissors:before{content:""}.mb__icon-sofa:before{content:""}.mb__icon-arrow-filledchevron-bottom:before{content:""}.mb__icon-arrow-filledchevron-left:before{content:""}.mb__icon-arrow-filledchevron-right:before{content:""}.mb__icon-arrow-filledchevron-top:before{content:""}.mb__icon-door:before{content:""}.mb__icon-facility:before{content:""}.mb__icon-move-in:before{content:""}.mb__icon-move-out:before{content:""}.mb__icon-room-key:before{content:""}.mb__icon-room-layout:before{content:""}.mb__icon-sh_activity:before{content:""}.mb__icon-sh_bedridden:before{content:""}.mb__icon-sh_book:before{content:""}.mb__icon-sh_calculator:before{content:""}.mb__icon-sh_cane-person:before{content:""}.mb__icon-sh_care:before{content:""}.mb__icon-sh_dementia:before{content:""}.mb__icon-sh_facility-01:before{content:""}.mb__icon-sh_facility-history:before{content:""}.mb__icon-sh_facility:before{content:""}.mb__icon-sh_home:before{content:""}.mb__icon-sh_hospital:before{content:""}.mb__icon-sh_japan:before{content:""}.mb__icon-sh_meal:before{content:""}.mb__icon-sh_nursing:before{content:""}.mb__icon-sh_piggy-bank:before{content:""}.mb__icon-sh_rehabilitation:before{content:""}.mb__icon-sh_self-support:before{content:""}.mb__icon-sh_wallet:before{content:""}.mb__icon-sh_wheelchair:before{content:""}.mb__icon-piggy-bank:before{content:""}.mb__icon-sh_clipboard:before{content:""}.mb__icon-sh_consult:before{content:""}.mb__icon-sh_facility-search:before{content:""}.mb__icon-sh_person_care:before{content:""}.mb__icon-sh_person_nurse:before{content:""}.mb__icon-sh_person:before{content:""}.mb__icon-sh_walk:before{content:""}.mb__icon-bedridden:before{content:""}.mb__icon-cane-person:before{content:""}.mb__icon-care-worker:before{content:""}.mb__icon-care:before{content:""}.mb__icon-dementia:before{content:""}.mb__icon-facility-history:before{content:""}.mb__icon-facility-minus:before{content:""}.mb__icon-facility-plus:before{content:""}.mb__icon-facility-search:before{content:""}.mb__icon-facility-x:before{content:""}.mb__icon-hand-clap:before{content:""}.mb__icon-hand-on-care:before{content:""}.mb__icon-hand-on-facility:before{content:""}.mb__icon-hand-on-heart:before{content:""}.mb__icon-hand-on-home:before{content:""}.mb__icon-heart:before{content:""}.mb__icon-nurse:before{content:""}.mb__icon-pill-capsule:before{content:""}.mb__icon-rehabilitation:before{content:""}.mb__icon-self-support:before{content:""}.mb__icon-speech-bubble-a:before{content:""}.mb__icon-speech-bubble-q:before{content:""}.mb__icon-syringe:before{content:""}.mb__icon-wheelchair:before{content:""}.mb__icon-cloud-calendar:before{content:""}.mb__icon-cloud-download:before{content:""}.mb__icon-cloud-file:before{content:""}.mb__icon-cloud-folder:before{content:""}.mb__icon-cloud-pc:before{content:""}.mb__icon-cloud-upload:before{content:""}.mb__icon-cloud:before{content:""}.mb__icon-gears:before{content:""}.mb__icon-microchip:before{content:""}.mb__icon-usb:before{content:""}html,body{font-family:Rubik,IBM Plex Sans JP,Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;-webkit-overflow-scrolling:touch}body{display:flex;flex-direction:column;min-height:100vh;font-size:2.7777777778dvh;font-weight:500;letter-spacing:.05vw;line-height:1.2}a{cursor:pointer}[status=disabled]{opacity:.3;cursor:default}.Radius{border-radius:2dvh!important}.Wrapper{aspect-ratio:4/3;width:auto;height:100dvh;margin:0 auto}.MdlCloseBtn{top:3dvh;right:3dvh;font-size:120%}input,select{border-radius:2dvh;display:flex;justify-content:center;align-items:center;color:#121919!important;background:#fff;width:100%;height:8dvh;padding:0 1dvh!important}.Btn{display:flex;justify-content:center;align-items:center;width:100%;height:8dvh;background:#fff;color:#121919;padding:.6dvh 2dvh 0;border-radius:9999px;border-bottom:rgba(0,0,0,.2) .6dvh solid;font-weight:900}.Btn:before{font-family:muuq-fonts}.Btn.Back:before{content:""}.Btn.Sound{padding-left:0;padding-right:0;width:5dvh;height:5dvh;top:5dvh;right:5dvh}.Btn.Sound:before{content:""}.Btn.Sound[status=on]:before{content:""}p{line-height:1.2}.TxSize_80{font-size:80%}.TxSize_150{font-size:150%}.TxSize_200{font-size:200%}.Bold{font-weight:700}rt{font-size:50%}.Center{text-align:center}.Pink{background:#ed487b;color:#fff}.Yellow{background:#ffbc00;color:#121919}.Gray{background:#ced8d8;color:#121919}.TxColor_Yellow{color:#ffbc00}.M_S{margin:2.5dvh}.M_M{margin:5dvh}.M_L{margin:7.5dvh}.MB_S{margin-bottom:2.5dvh}.MB_M{margin-bottom:5dvh}.MB_L{margin-bottom:7.5dvh}.P_S{padding:2.5dvh}.P_M{padding:5dvh}.P_L{padding:7.5dvh}.Gap_05{gap:.5dvh}.Gap_1{gap:1dvh}.Gap_S{gap:2.5dvh}.Gap_M{gap:5dvh}.Gap_L{gap:7.5dvh}.Star:before{content:"";display:block;background:url(/images/common/star_off.svg) no-repeat center/contain;width:3.5dvh;aspect-ratio:1/1}.Star[status=on]:before{background-image:url(/images/common/star_on.svg)}.Start{background:#aaf2f2}.Start .Wrapper{background:url(/images/bg.svg) #aaf2f2 no-repeat center/contain;height:100dvh;aspect-ratio:4/3}.Study{background:repeat center/400px}.Study.Math{background-image:url(/images/math/bg.png)}.Study.English{background-image:url(/images/english/bg.png)}.Study.Kokugo{background-image:url(/images/kokugo/bg.png)}.Study .Header{color:#fff}.Study .Header .Wrapper{height:8.8888888889dvh;aspect-ratio:1200/80}.Study .Header .Wrapper .Time:before{content:"";font-family:muuq-fonts;margin-right:.2dvh}.Study .Header .Wrapper .Btn{height:5dvh}.Study .Header .Wrapper .Btn.Back{width:16dvh}.Study .Header .Wrapper .Btn.Sound{padding-left:0;padding-right:0;width:5dvh}.Study .Header .BarBox{background:#121919;height:2dvh;width:60dvh;border-radius:999px;position:relative}.Study .Header .BarBox .Bar{position:absolute;top:0;left:0;width:100%;height:2dvh;border-radius:999px}.Study .Inner{padding:10.8888888889dvh 2dvh 23.1111111111dvh}.Study .Inner .Title{position:absolute;top:-3.6dvh;left:10%;background:url(/images/math/q_title_bg.svg) no-repeat center/contain;width:80%;aspect-ratio:892/76;display:flex;justify-content:center;align-items:center}.Study .Inner .QBox{background:#fff;border:#ced8d8 1dvh solid;border-radius:5dvh;width:95%;height:51dvh;margin:4dvh auto;padding:6dvh 4dvh 9dvh}.Study .Inner .QBox .QItem{font-weight:700;font-size:180%;height:100%;line-height:1.4;overflow:auto}.Study .Inner .PointCount{position:absolute;bottom:2.5dvh;left:30%;width:40%;height:6dvh;border-radius:999px}.Study .Inner .Chara{position:absolute;bottom:-4dvh;left:-3dvh}.Study .Inner .Copyright{position:absolute;bottom:-4dvh;right:4dvh;font-size:70%;font-weight:400}.Study .Inner .Copyright:before{content:"";font-family:muuq-fonts;font-size:90%;margin-right:.3dvh}.Study .Footer .Wrapper{height:30dvh;aspect-ratio:1200/270;color:#fff}.Study .Footer .GetPtBox,.Study .Footer .PassBox{width:18%;padding:2dvh}.Study .Footer .GetPtBox .GetPointTitle:before,.Study .Footer .PassBox .GetPointTitle:before{display:inline-block;content:"";font-family:muuq-fonts;width:2dvh;aspect-ratio:1/1;margin-right:.5dvh}.Study .Footer .GetPtBox .Pass:before,.Study .Footer .PassBox .Pass:before{content:"";font-family:muuq-fonts;margin-right:.2dvh}.Study .Footer .GetPtBox .Value,.Study .Footer .PassBox .Value{background:#121919;border-radius:2dvh;display:flex;justify-content:center;align-items:center;width:100%;height:10dvh;color:#ffbc00;font-size:200%}.Study .Footer .GetPtBox .Unit,.Study .Footer .PassBox .Unit{text-align:right;width:100%}.Study .Footer .GetPtBox .Btn,.Study .Footer .PassBox .Btn{width:20dvh;height:10dvh;font-size:140%}.Study .Footer .GetPtBox .Btn.Half,.Study .Footer .PassBox .Btn.Half{width:10dvh;font-size:100%}.Study .Footer .AnsBox{width:64%;position:relative}.Study .Footer .AnsBox .NameBox{position:absolute;top:-1.8dvh;left:5%;width:90%;height:5.4dvh;display:flex;justify-content:center;align-items:center;border-radius:9999px;background:#000}.Study .Footer .AnsBox .NameBox:before{content:"";font-family:muuq-fonts;margin-right:.5dvh;font-size:80%}.Study .Footer .AnsBox .AnsItem{width:100%;height:24dvh;text-align:center;font-size:320%}.Study .Footer .AnsBox .Tegaki{background:#fff;border-radius:2dvh}.Study .Footer .AnsBox .Choices{width:100%;padding:4dvh 2dvh 2dvh;background:#0003;border-radius:2dvh}.Study .Footer .AnsBox .Choices .Btn{position:relative;height:11dvh;border:#ced8d8 .8dvh solid;border-radius:1dvh}.Study .Footer .AnsBox .Choices .Btn:after{content:"";font-family:muuq-fonts;font-size:2.5dvh;line-height:1;position:absolute;top:-1.5dvh;left:-1.5dvh;width:3dvh;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;border-radius:999px}.Study .Footer .AnsBox .Choices .Btn[status=select]{border-color:#ffbc00}.Study .Footer .AnsBox .Choices .Btn[status=select]:after{background:#ffbc00;content:"";color:#121919}.Study .Footer .AnsBox .Choices .Btn[status=correct]{background:#ecf7e7;border-color:#53992e}.Study .Footer .AnsBox .Choices .Btn[status=correct]:after{background:#53992e;content:"";color:#ffbc00;font-size:1.8dvh;padding:0 0 .1dvh .2dvh}.Study .Footer .AnsBox .Choices .Btn[status=incorrect]{background:#f7e7ec;border-color:#ed487b}.Study .Footer .AnsBox .Choices .Btn[status=incorrect]:after{background:#ed487b;content:"";color:#fff}.Study .Footer .AnsBox .Choices .Btn img{height:100%;object-fit:contain}.Study .Footer .AnsBox .Choices .NumberBox{width:75%}.Study .Footer .AnsBox .Choices .AnserBox{width:calc(25% - 1.5dvh);height:23dvh;background:#fff;text-align:center;font-size:250%;font-weight:700}.cols_2 .Btn{width:calc((100% - .5dvh)/2)}.cols_3 .Btn{width:calc((100% - 1dvh) / 3)}.cols_4 .Btn{width:calc((100% - 1.5dvh)/4)}.cols_5 .Btn{width:calc((100% - 2dvh)/5)}.Math.Study .Header{background:#1f5f99}.Math.Study .Header .Btn.Back{color:#1f5f99}.Math.Study .Bar{background:#a6d5ff}.Math.Study .Footer{background:#1f5f99}.Math.Study .Footer .NameBox{background:#3588d3}.Math.Study .Inner .PointCount{background:#e7eff7}.English.Study .Header{background:#f25100}.English.Study .Header .Btn.Back{color:#f25100}.English.Study .Bar{background:#ffbf80}.English.Study .Footer{background:#f25100}.English.Study .Footer .NameBox{background:#f27900}.English.Study .Inner .PointCount{background:#ffeddc}.English.Study .Inner .Title{background:url(/images/english/q_title_bg.svg) no-repeat center/contain}.English.Study .Inner .QBox{border:#99734d 1dvh solid}.Kokugo.Study .Header{background:#e50053}.Kokugo.Study .Header .Btn.Back{color:#e50053}.Kokugo.Study .Bar{background:#ffb3ce}.Kokugo.Study .Footer{background:#e50053}.Kokugo.Study .Footer .NameBox{background:#ed487b}.Kokugo.Study .Inner .PointCount{background:#f7e7ec}.Kokugo.Study .Inner .Title{background:url(/images/kokugo/q_title_bg.svg) no-repeat center/contain}.Kokugo.Study .Inner .QBox{border:#e5c3a1 1dvh solid}.Study .Inner .Chara{width:24dvh;aspect-ratio:1/1;transform:scaleX(-1)}.Study .Inner .Chara{background:url(/images/anime/default.png) no-repeat center/contain}.Result .Header .Wrapper{height:13.3333333333dvh;aspect-ratio:1200/120}.Result .Header .Wrapper .Title{width:44dvh}.Result .Header:before,.Result .Header:after{content:"";position:fixed;top:0;background:no-repeat center/contain;width:44dvh;aspect-ratio:400/120}.Result .Header:before{background-image:url(/images/result/rbn_left.svg);left:0}.Result .Header:after{background-image:url(/images/result/rbn_right.svg);right:0}.Result{background:url(/images/result/bg_result.png) repeat center/400px}.Result .Inner .UserResultBox{position:absolute;top:23dvh;left:7.6dvh;width:51.5dvh;color:#fff}.Result .Inner .UserResultBox .ResultPtBox{margin:4dvh 0 3dvh;width:100%}.Result .Inner .UserResultBox .ResultPtBox .GetIcon{width:6.5dvh;padding-bottom:6dvh}.Result .Inner .UserResultBox .ResultPtBox .Value{background:#121919;border-radius:2dvh;display:flex;justify-content:center;align-items:center;width:38dvh;height:18dvh;color:#ffbc00;font-size:400%}.Result .Inner .UserResultBox .ResultPtBox .Unit{width:4.5dvh;padding-bottom:4dvh}.Result .Inner .UserResultBox .Rank{font-size:150%;color:#ffbc00}.Result .Inner .ActionBox{position:absolute;top:66.5dvh;left:6.6dvh;width:55.5dvh;gap:3dvh}.Result .Inner .ActionBox .Btn{height:10dvh;font-size:120%}.Result .Inner .RankingArea{position:absolute;top:24dvh;right:5dvh;width:59dvh;height:70dvh;background:#59432d}.Result .Inner .RankingArea:before,.Result .Inner .RankingArea:after{position:absolute;content:"";background:no-repeat center/contain}.Result .Inner .RankingArea:before{top:-6dvh;left:-.5dvh;background-image:url(/images/result/rank-deco_top.svg);width:60dvh;aspect-ratio:540/80}.Result .Inner .RankingArea:after{left:-1dvh;bottom:-1.5dvh;background-image:url(/images/result/rank-deco_bottom.svg);width:61dvh;aspect-ratio:540/40}.Result .Inner .RankingArea .RankTitle{margin:3.8dvh 1.8dvh 0;background:url(/images/result/rank-title.svg) no-repeat center/contain;width:calc(100% - 3.6dvh);height:6.8dvh;display:flex;justify-content:space-between;align-items:center;color:#fff}.Result .Inner .RankingArea .RankTitle .Title{font-weight:700;font-size:110%;width:45dvh;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.Result .Inner .RankingArea .RankTitle .Arrow{display:flex;justify-content:center;align-items:center;width:5dvh;aspect-ratio:1/1;color:#ffbc00}.Result .Inner .RankingArea .RankTitle .Arrow:before{font-family:muuq-fonts}.Result .Inner .RankingArea .RankTitle .Arrow.Prev:before{content:""}.Result .Inner .RankingArea .RankTitle .Arrow.Next:before{content:""}.Result .Inner .RankingArea .RankingBox{margin:1dvh 1.8dvh 3.8dvh;height:54dvh;overflow:auto}.Result .Inner .RankingArea .RankingBox .RankingItem{border:#fff .3dvh solid;background:#fff;width:100%;height:7dvh;border-radius:1.2dvh;padding:1dvh;margin-bottom:1dvh}.Result .Inner .RankingArea .RankingBox .RankingItem[who=mine]{background:#fff2cc;border-color:#ffbc00}.Result .Inner .RankingArea .RankingBox .RankingItem:last-child{margin-bottom:0}.Result .Inner .RankingArea .RankingBox .RankingItem .RankNumber{display:flex;justify-content:center;align-items:center;width:5dvh}.Result .Inner .RankingArea .RankingBox .RankingItem .Name{font-size:75%;margin-left:1dvh;width:27dvh;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.Result .Inner .RankingArea .RankingBox .RankingItem .RankResultBox{align-items:center}.Result .Inner .RankingArea .RankingBox .RankingItem .RankResultBox .Value{display:flex;justify-content:center;align-items:center;margin-right:1dvh;font-size:90%}.Result .Inner .RankingArea .RankingBox .RankingItem .RankResultBox .Value:before{content:"";background:url(/images/common/star_on.svg) no-repeat center/contain;width:2dvh;aspect-ratio:1/1;margin-right:.3dvh}.Result .Inner .RankingArea .RankingBox .RankingItem .RankResultBox .Value .Unit{font-size:70%}.Result .Inner .RankingArea .RankingBox .RankingItem .RankResultBox .AnswerDetail{display:flex;flex-direction:column;padding-left:1dvh;border-left:#ffc933 1px solid}.Result .Inner .RankingArea .RankingBox .RankingItem .RankResultBox .AnswerDetail .AnsValue{display:flex;justify-content:space-between;align-items:center;width:5.5dvh;height:2.5dvh;font-size:70%;font-weight:700}.Result .Inner .RankingArea .RankingBox .RankingItem .RankResultBox .AnswerDetail .AnsValue:before{content:"";background:url(/images/result/correct.svg) no-repeat center/contain;width:2dvh;aspect-ratio:1/1}.Result .Inner .RankingArea .RankingBox .RankingItem .RankResultBox .AnswerDetail .AnsValue[type=fuseikai]:before{background-image:url(/images/result/incorrect.svg)}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="1"] .RankNumber,.Result .Inner .RankingArea .RankingBox .RankingItem[rank="2"] .RankNumber,.Result .Inner .RankingArea .RankingBox .RankingItem[rank="3"] .RankNumber{background:no-repeat center/contain;aspect-ratio:1/1;margin:.5dvh;width:4dvh;text-indent:-9999px;overflow:hidden}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="1"] .RankNumber{background-image:url(/images/result/rank_01.svg)}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="2"] .RankNumber{background-image:url(/images/result/rank_02.svg)}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="3"] .RankNumber{background-image:url(/images/result/rank_03.svg)}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="1"]{height:11dvh}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="1"] .Name{font-size:100%;font-weight:700}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="1"] .RankResultBox{flex-direction:column}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="1"] .RankResultBox .Value{font-size:140%;line-height:1}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="1"] .RankResultBox .Value:before{width:2.8dvh}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="1"] .RankResultBox .AnswerDetail{flex-direction:row;border:none;border-top:#ffc933 1px solid;padding:1.5dvh 0 0}.Result .Inner .RankingArea .RankingBox .RankingItem[rank="1"] .RankResultBox .AnswerDetail .AnsValue{font-size:100%;width:6.5dvh;margin:0 .5dvh}
