@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);: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:hsla(0,0%,100%,0.7);--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius: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{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-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--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{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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__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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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(0deg)}to{transform:rotate(1turn)}}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}[data-whatinput=mouse] *,[data-whatinput=mouse] :focus,[data-whatinput=touch] *,[data-whatinput=touch] :focus,[data-whatintent=mouse] *,[data-whatintent=mouse] :focus,[data-whatintent=touch] *,[data-whatintent=touch] :focus{outline:none}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto}@media print,screen and (min-width:40em){.grid-container{padding-right:.9375rem;padding-left:.9375rem}}.grid-container.fluid{padding-right:1.25rem;padding-left:1.25rem;max-width:100%;margin-left:auto;margin-right:auto}@media print,screen and (min-width:40em){.grid-container.fluid{padding-right:.9375rem;padding-left:.9375rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0}.cell.shrink{flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-full,.grid-x>.small-shrink{flex-basis:auto}@media print,screen and (min-width:40em){.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-full,.grid-x>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-full,.grid-x>.large-shrink{flex-basis:auto}}@media screen and (min-width:75em){.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-x>.xxlarge-1,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-full,.grid-x>.xxlarge-shrink{flex-basis:auto}}@media screen and (min-width:120em){.grid-x>.xxxlarge-1,.grid-x>.xxxlarge-2,.grid-x>.xxxlarge-3,.grid-x>.xxxlarge-4,.grid-x>.xxxlarge-5,.grid-x>.xxxlarge-6,.grid-x>.xxxlarge-7,.grid-x>.xxxlarge-8,.grid-x>.xxxlarge-9,.grid-x>.xxxlarge-10,.grid-x>.xxxlarge-11,.grid-x>.xxxlarge-12,.grid-x>.xxxlarge-full,.grid-x>.xxxlarge-shrink{flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:40em){.grid-x>.medium-auto{flex:1 1 0;width:auto}.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{flex:1 1 0;width:auto}.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}@media screen and (min-width:75em){.grid-x>.xlarge-auto{flex:1 1 0;width:auto}.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-shrink{flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.3333333333%}.grid-x>.xlarge-2{width:16.6666666667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.3333333333%}.grid-x>.xlarge-5{width:41.6666666667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.3333333333%}.grid-x>.xlarge-8{width:66.6666666667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.3333333333%}.grid-x>.xlarge-11{width:91.6666666667%}.grid-x>.xlarge-12{width:100%}}@media screen and (min-width:90em){.grid-x>.xxlarge-auto{flex:1 1 0;width:auto}.grid-x>.xxlarge-1,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-shrink{flex:0 0 auto}.grid-x>.xxlarge-shrink{width:auto}.grid-x>.xxlarge-1{width:8.3333333333%}.grid-x>.xxlarge-2{width:16.6666666667%}.grid-x>.xxlarge-3{width:25%}.grid-x>.xxlarge-4{width:33.3333333333%}.grid-x>.xxlarge-5{width:41.6666666667%}.grid-x>.xxlarge-6{width:50%}.grid-x>.xxlarge-7{width:58.3333333333%}.grid-x>.xxlarge-8{width:66.6666666667%}.grid-x>.xxlarge-9{width:75%}.grid-x>.xxlarge-10{width:83.3333333333%}.grid-x>.xxlarge-11{width:91.6666666667%}.grid-x>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.grid-x>.xxxlarge-auto{flex:1 1 0;width:auto}.grid-x>.xxxlarge-1,.grid-x>.xxxlarge-2,.grid-x>.xxxlarge-3,.grid-x>.xxxlarge-4,.grid-x>.xxxlarge-5,.grid-x>.xxxlarge-6,.grid-x>.xxxlarge-7,.grid-x>.xxxlarge-8,.grid-x>.xxxlarge-9,.grid-x>.xxxlarge-10,.grid-x>.xxxlarge-11,.grid-x>.xxxlarge-12,.grid-x>.xxxlarge-shrink{flex:0 0 auto}.grid-x>.xxxlarge-shrink{width:auto}.grid-x>.xxxlarge-1{width:8.3333333333%}.grid-x>.xxxlarge-2{width:16.6666666667%}.grid-x>.xxxlarge-3{width:25%}.grid-x>.xxxlarge-4{width:33.3333333333%}.grid-x>.xxxlarge-5{width:41.6666666667%}.grid-x>.xxxlarge-6{width:50%}.grid-x>.xxxlarge-7{width:58.3333333333%}.grid-x>.xxxlarge-8{width:66.6666666667%}.grid-x>.xxxlarge-9{width:75%}.grid-x>.xxxlarge-10{width:83.3333333333%}.grid-x>.xxxlarge-11{width:91.6666666667%}.grid-x>.xxxlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-1.25rem;margin-right:-1.25rem}@media print,screen and (min-width:40em){.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-margin-x>.cell{width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}@media print,screen and (min-width:40em){.grid-margin-x>.cell{width:calc(100% - 1.875rem);margin-left:.9375rem;margin-right:.9375rem}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 2.5rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 2.5rem)}.grid-margin-x>.small-3{width:calc(25% - 2.5rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 2.5rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 2.5rem)}.grid-margin-x>.small-6{width:calc(50% - 2.5rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 2.5rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 2.5rem)}.grid-margin-x>.small-9{width:calc(75% - 2.5rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 2.5rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 2.5rem)}.grid-margin-x>.small-12{width:calc(100% - 2.5rem)}@media print,screen and (min-width:40em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.large-3{width:calc(25% - 1.875rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.large-6{width:calc(50% - 1.875rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.large-9{width:calc(75% - 1.875rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.large-12{width:calc(100% - 1.875rem)}}@media screen and (min-width:75em){.grid-margin-x>.xlarge-auto,.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 1.875rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 1.875rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 1.875rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 1.875rem)}}@media screen and (min-width:90em){.grid-margin-x>.xxlarge-auto,.grid-margin-x>.xxlarge-shrink{width:auto}.grid-margin-x>.xxlarge-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.xxlarge-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.xxlarge-3{width:calc(25% - 1.875rem)}.grid-margin-x>.xxlarge-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.xxlarge-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.xxlarge-6{width:calc(50% - 1.875rem)}.grid-margin-x>.xxlarge-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.xxlarge-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.xxlarge-9{width:calc(75% - 1.875rem)}.grid-margin-x>.xxlarge-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.xxlarge-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.xxlarge-12{width:calc(100% - 1.875rem)}}@media screen and (min-width:120em){.grid-margin-x>.xxxlarge-auto,.grid-margin-x>.xxxlarge-shrink{width:auto}.grid-margin-x>.xxxlarge-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.xxxlarge-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.xxxlarge-3{width:calc(25% - 1.875rem)}.grid-margin-x>.xxxlarge-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.xxxlarge-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.xxxlarge-6{width:calc(50% - 1.875rem)}.grid-margin-x>.xxxlarge-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.xxxlarge-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.xxxlarge-9{width:calc(75% - 1.875rem)}.grid-margin-x>.xxxlarge-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.xxxlarge-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.xxxlarge-12{width:calc(100% - 1.875rem)}}.grid-padding-x .grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem}@media print,screen and (min-width:40em){.grid-padding-x .grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-1.25rem;margin-left:-1.25rem}@media print,screen and (min-width:40em){.grid-container:not(.full)>.grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}}.grid-padding-x>.cell{padding-right:1.25rem;padding-left:1.25rem}@media print,screen and (min-width:40em){.grid-padding-x>.cell{padding-right:.9375rem;padding-left:.9375rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width:75em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.3333333333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.6666666667%}.xlarge-up-7>.cell{width:14.2857142857%}.xlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:90em){.xxlarge-up-1>.cell{width:100%}.xxlarge-up-2>.cell{width:50%}.xxlarge-up-3>.cell{width:33.3333333333%}.xxlarge-up-4>.cell{width:25%}.xxlarge-up-5>.cell{width:20%}.xxlarge-up-6>.cell{width:16.6666666667%}.xxlarge-up-7>.cell{width:14.2857142857%}.xxlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:120em){.xxxlarge-up-1>.cell{width:100%}.xxxlarge-up-2>.cell{width:50%}.xxxlarge-up-3>.cell{width:33.3333333333%}.xxxlarge-up-4>.cell{width:25%}.xxxlarge-up-5>.cell{width:20%}.xxxlarge-up-6>.cell{width:16.6666666667%}.xxxlarge-up-7>.cell{width:14.2857142857%}.xxxlarge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 2.5rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 2.5rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 2.5rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 2.5rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 2.5rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 2.5rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 2.5rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 2.5rem)}@media print,screen and (min-width:40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media screen and (min-width:75em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media screen and (min-width:90em){.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media screen and (min-width:120em){.grid-margin-x.xxxlarge-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.xxxlarge-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.xxxlarge-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.xxxlarge-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.xxxlarge-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.xxxlarge-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.xxxlarge-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.xxxlarge-up-8>.cell{width:calc(12.5% - 1.875rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:40em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.small-margin-collapse>.xlarge-1{width:8.3333333333%}.small-margin-collapse>.xlarge-2{width:16.6666666667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.3333333333%}.small-margin-collapse>.xlarge-5{width:41.6666666667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.3333333333%}.small-margin-collapse>.xlarge-8{width:66.6666666667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.3333333333%}.small-margin-collapse>.xlarge-11{width:91.6666666667%}.small-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.small-margin-collapse>.xxlarge-1{width:8.3333333333%}.small-margin-collapse>.xxlarge-2{width:16.6666666667%}.small-margin-collapse>.xxlarge-3{width:25%}.small-margin-collapse>.xxlarge-4{width:33.3333333333%}.small-margin-collapse>.xxlarge-5{width:41.6666666667%}.small-margin-collapse>.xxlarge-6{width:50%}.small-margin-collapse>.xxlarge-7{width:58.3333333333%}.small-margin-collapse>.xxlarge-8{width:66.6666666667%}.small-margin-collapse>.xxlarge-9{width:75%}.small-margin-collapse>.xxlarge-10{width:83.3333333333%}.small-margin-collapse>.xxlarge-11{width:91.6666666667%}.small-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.small-margin-collapse>.xxxlarge-1{width:8.3333333333%}.small-margin-collapse>.xxxlarge-2{width:16.6666666667%}.small-margin-collapse>.xxxlarge-3{width:25%}.small-margin-collapse>.xxxlarge-4{width:33.3333333333%}.small-margin-collapse>.xxxlarge-5{width:41.6666666667%}.small-margin-collapse>.xxxlarge-6{width:50%}.small-margin-collapse>.xxxlarge-7{width:58.3333333333%}.small-margin-collapse>.xxxlarge-8{width:66.6666666667%}.small-margin-collapse>.xxxlarge-9{width:75%}.small-margin-collapse>.xxxlarge-10{width:83.3333333333%}.small-margin-collapse>.xxxlarge-11{width:91.6666666667%}.small-margin-collapse>.xxxlarge-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width:40em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:40em){.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:40em){.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.medium-margin-collapse>.xlarge-1{width:8.3333333333%}.medium-margin-collapse>.xlarge-2{width:16.6666666667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.3333333333%}.medium-margin-collapse>.xlarge-5{width:41.6666666667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.3333333333%}.medium-margin-collapse>.xlarge-8{width:66.6666666667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.3333333333%}.medium-margin-collapse>.xlarge-11{width:91.6666666667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.medium-margin-collapse>.xxlarge-1{width:8.3333333333%}.medium-margin-collapse>.xxlarge-2{width:16.6666666667%}.medium-margin-collapse>.xxlarge-3{width:25%}.medium-margin-collapse>.xxlarge-4{width:33.3333333333%}.medium-margin-collapse>.xxlarge-5{width:41.6666666667%}.medium-margin-collapse>.xxlarge-6{width:50%}.medium-margin-collapse>.xxlarge-7{width:58.3333333333%}.medium-margin-collapse>.xxlarge-8{width:66.6666666667%}.medium-margin-collapse>.xxlarge-9{width:75%}.medium-margin-collapse>.xxlarge-10{width:83.3333333333%}.medium-margin-collapse>.xxlarge-11{width:91.6666666667%}.medium-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.medium-margin-collapse>.xxxlarge-1{width:8.3333333333%}.medium-margin-collapse>.xxxlarge-2{width:16.6666666667%}.medium-margin-collapse>.xxxlarge-3{width:25%}.medium-margin-collapse>.xxxlarge-4{width:33.3333333333%}.medium-margin-collapse>.xxxlarge-5{width:41.6666666667%}.medium-margin-collapse>.xxxlarge-6{width:50%}.medium-margin-collapse>.xxxlarge-7{width:58.3333333333%}.medium-margin-collapse>.xxxlarge-8{width:66.6666666667%}.medium-margin-collapse>.xxxlarge-9{width:75%}.medium-margin-collapse>.xxxlarge-10{width:83.3333333333%}.medium-margin-collapse>.xxxlarge-11{width:91.6666666667%}.medium-margin-collapse>.xxxlarge-12{width:100%}}@media print,screen and (min-width:40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:64em){.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.large-margin-collapse>.xlarge-1{width:8.3333333333%}.large-margin-collapse>.xlarge-2{width:16.6666666667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.3333333333%}.large-margin-collapse>.xlarge-5{width:41.6666666667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.3333333333%}.large-margin-collapse>.xlarge-8{width:66.6666666667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.3333333333%}.large-margin-collapse>.xlarge-11{width:91.6666666667%}.large-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.large-margin-collapse>.xxlarge-1{width:8.3333333333%}.large-margin-collapse>.xxlarge-2{width:16.6666666667%}.large-margin-collapse>.xxlarge-3{width:25%}.large-margin-collapse>.xxlarge-4{width:33.3333333333%}.large-margin-collapse>.xxlarge-5{width:41.6666666667%}.large-margin-collapse>.xxlarge-6{width:50%}.large-margin-collapse>.xxlarge-7{width:58.3333333333%}.large-margin-collapse>.xxlarge-8{width:66.6666666667%}.large-margin-collapse>.xxlarge-9{width:75%}.large-margin-collapse>.xxlarge-10{width:83.3333333333%}.large-margin-collapse>.xxlarge-11{width:91.6666666667%}.large-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.large-margin-collapse>.xxxlarge-1{width:8.3333333333%}.large-margin-collapse>.xxxlarge-2{width:16.6666666667%}.large-margin-collapse>.xxxlarge-3{width:25%}.large-margin-collapse>.xxxlarge-4{width:33.3333333333%}.large-margin-collapse>.xxxlarge-5{width:41.6666666667%}.large-margin-collapse>.xxxlarge-6{width:50%}.large-margin-collapse>.xxxlarge-7{width:58.3333333333%}.large-margin-collapse>.xxxlarge-8{width:66.6666666667%}.large-margin-collapse>.xxxlarge-9{width:75%}.large-margin-collapse>.xxxlarge-10{width:83.3333333333%}.large-margin-collapse>.xxxlarge-11{width:91.6666666667%}.large-margin-collapse>.xxxlarge-12{width:100%}}@media print,screen and (min-width:64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:75em){.xlarge-margin-collapse,.xlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width:75em){.xlarge-margin-collapse>.small-1{width:8.3333333333%}.xlarge-margin-collapse>.small-2{width:16.6666666667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.3333333333%}.xlarge-margin-collapse>.small-5{width:41.6666666667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.3333333333%}.xlarge-margin-collapse>.small-8{width:66.6666666667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.3333333333%}.xlarge-margin-collapse>.small-11{width:91.6666666667%}.xlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width:75em){.xlarge-margin-collapse>.medium-1{width:8.3333333333%}.xlarge-margin-collapse>.medium-2{width:16.6666666667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.3333333333%}.xlarge-margin-collapse>.medium-5{width:41.6666666667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.3333333333%}.xlarge-margin-collapse>.medium-8{width:66.6666666667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.3333333333%}.xlarge-margin-collapse>.medium-11{width:91.6666666667%}.xlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width:75em){.xlarge-margin-collapse>.large-1{width:8.3333333333%}.xlarge-margin-collapse>.large-2{width:16.6666666667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.3333333333%}.xlarge-margin-collapse>.large-5{width:41.6666666667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.3333333333%}.xlarge-margin-collapse>.large-8{width:66.6666666667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.3333333333%}.xlarge-margin-collapse>.large-11{width:91.6666666667%}.xlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.xlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.xlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xxlarge-3{width:25%}.xlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xxlarge-6{width:50%}.xlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xxlarge-9{width:75%}.xlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.xlarge-margin-collapse>.xxxlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xxxlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xxxlarge-3{width:25%}.xlarge-margin-collapse>.xxxlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xxxlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xxxlarge-6{width:50%}.xlarge-margin-collapse>.xxxlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xxxlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xxxlarge-9{width:75%}.xlarge-margin-collapse>.xxxlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xxxlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xxxlarge-12{width:100%}}@media screen and (min-width:75em){.xlarge-padding-collapse{margin-right:0;margin-left:0}.xlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:90em){.xxlarge-margin-collapse,.xxlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.small-1{width:8.3333333333%}.xxlarge-margin-collapse>.small-2{width:16.6666666667%}.xxlarge-margin-collapse>.small-3{width:25%}.xxlarge-margin-collapse>.small-4{width:33.3333333333%}.xxlarge-margin-collapse>.small-5{width:41.6666666667%}.xxlarge-margin-collapse>.small-6{width:50%}.xxlarge-margin-collapse>.small-7{width:58.3333333333%}.xxlarge-margin-collapse>.small-8{width:66.6666666667%}.xxlarge-margin-collapse>.small-9{width:75%}.xxlarge-margin-collapse>.small-10{width:83.3333333333%}.xxlarge-margin-collapse>.small-11{width:91.6666666667%}.xxlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.medium-1{width:8.3333333333%}.xxlarge-margin-collapse>.medium-2{width:16.6666666667%}.xxlarge-margin-collapse>.medium-3{width:25%}.xxlarge-margin-collapse>.medium-4{width:33.3333333333%}.xxlarge-margin-collapse>.medium-5{width:41.6666666667%}.xxlarge-margin-collapse>.medium-6{width:50%}.xxlarge-margin-collapse>.medium-7{width:58.3333333333%}.xxlarge-margin-collapse>.medium-8{width:66.6666666667%}.xxlarge-margin-collapse>.medium-9{width:75%}.xxlarge-margin-collapse>.medium-10{width:83.3333333333%}.xxlarge-margin-collapse>.medium-11{width:91.6666666667%}.xxlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.large-1{width:8.3333333333%}.xxlarge-margin-collapse>.large-2{width:16.6666666667%}.xxlarge-margin-collapse>.large-3{width:25%}.xxlarge-margin-collapse>.large-4{width:33.3333333333%}.xxlarge-margin-collapse>.large-5{width:41.6666666667%}.xxlarge-margin-collapse>.large-6{width:50%}.xxlarge-margin-collapse>.large-7{width:58.3333333333%}.xxlarge-margin-collapse>.large-8{width:66.6666666667%}.xxlarge-margin-collapse>.large-9{width:75%}.xxlarge-margin-collapse>.large-10{width:83.3333333333%}.xxlarge-margin-collapse>.large-11{width:91.6666666667%}.xxlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xlarge-3{width:25%}.xxlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xlarge-6{width:50%}.xxlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xlarge-9{width:75%}.xxlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xxlarge-3{width:25%}.xxlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xxlarge-6{width:50%}.xxlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xxlarge-9{width:75%}.xxlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.xxlarge-margin-collapse>.xxxlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xxxlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xxxlarge-3{width:25%}.xxlarge-margin-collapse>.xxxlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xxxlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xxxlarge-6{width:50%}.xxlarge-margin-collapse>.xxxlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xxxlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xxxlarge-9{width:75%}.xxlarge-margin-collapse>.xxxlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xxxlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xxxlarge-12{width:100%}}@media screen and (min-width:90em){.xxlarge-padding-collapse{margin-right:0;margin-left:0}.xxlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:120em){.xxxlarge-margin-collapse,.xxxlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width:120em){.xxxlarge-margin-collapse>.small-1{width:8.3333333333%}.xxxlarge-margin-collapse>.small-2{width:16.6666666667%}.xxxlarge-margin-collapse>.small-3{width:25%}.xxxlarge-margin-collapse>.small-4{width:33.3333333333%}.xxxlarge-margin-collapse>.small-5{width:41.6666666667%}.xxxlarge-margin-collapse>.small-6{width:50%}.xxxlarge-margin-collapse>.small-7{width:58.3333333333%}.xxxlarge-margin-collapse>.small-8{width:66.6666666667%}.xxxlarge-margin-collapse>.small-9{width:75%}.xxxlarge-margin-collapse>.small-10{width:83.3333333333%}.xxxlarge-margin-collapse>.small-11{width:91.6666666667%}.xxxlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width:120em){.xxxlarge-margin-collapse>.medium-1{width:8.3333333333%}.xxxlarge-margin-collapse>.medium-2{width:16.6666666667%}.xxxlarge-margin-collapse>.medium-3{width:25%}.xxxlarge-margin-collapse>.medium-4{width:33.3333333333%}.xxxlarge-margin-collapse>.medium-5{width:41.6666666667%}.xxxlarge-margin-collapse>.medium-6{width:50%}.xxxlarge-margin-collapse>.medium-7{width:58.3333333333%}.xxxlarge-margin-collapse>.medium-8{width:66.6666666667%}.xxxlarge-margin-collapse>.medium-9{width:75%}.xxxlarge-margin-collapse>.medium-10{width:83.3333333333%}.xxxlarge-margin-collapse>.medium-11{width:91.6666666667%}.xxxlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width:120em){.xxxlarge-margin-collapse>.large-1{width:8.3333333333%}.xxxlarge-margin-collapse>.large-2{width:16.6666666667%}.xxxlarge-margin-collapse>.large-3{width:25%}.xxxlarge-margin-collapse>.large-4{width:33.3333333333%}.xxxlarge-margin-collapse>.large-5{width:41.6666666667%}.xxxlarge-margin-collapse>.large-6{width:50%}.xxxlarge-margin-collapse>.large-7{width:58.3333333333%}.xxxlarge-margin-collapse>.large-8{width:66.6666666667%}.xxxlarge-margin-collapse>.large-9{width:75%}.xxxlarge-margin-collapse>.large-10{width:83.3333333333%}.xxxlarge-margin-collapse>.large-11{width:91.6666666667%}.xxxlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width:120em){.xxxlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xxxlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xxxlarge-margin-collapse>.xlarge-3{width:25%}.xxxlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xxxlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xxxlarge-margin-collapse>.xlarge-6{width:50%}.xxxlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xxxlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xxxlarge-margin-collapse>.xlarge-9{width:75%}.xxxlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xxxlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xxxlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:120em){.xxxlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xxxlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xxxlarge-margin-collapse>.xxlarge-3{width:25%}.xxxlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xxxlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xxxlarge-margin-collapse>.xxlarge-6{width:50%}.xxxlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xxxlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xxxlarge-margin-collapse>.xxlarge-9{width:75%}.xxxlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xxxlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xxxlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:120em){.xxxlarge-margin-collapse>.xxxlarge-1{width:8.3333333333%}.xxxlarge-margin-collapse>.xxxlarge-2{width:16.6666666667%}.xxxlarge-margin-collapse>.xxxlarge-3{width:25%}.xxxlarge-margin-collapse>.xxxlarge-4{width:33.3333333333%}.xxxlarge-margin-collapse>.xxxlarge-5{width:41.6666666667%}.xxxlarge-margin-collapse>.xxxlarge-6{width:50%}.xxxlarge-margin-collapse>.xxxlarge-7{width:58.3333333333%}.xxxlarge-margin-collapse>.xxxlarge-8{width:66.6666666667%}.xxxlarge-margin-collapse>.xxxlarge-9{width:75%}.xxxlarge-margin-collapse>.xxxlarge-10{width:83.3333333333%}.xxxlarge-margin-collapse>.xxxlarge-11{width:91.6666666667%}.xxxlarge-margin-collapse>.xxxlarge-12{width:100%}}@media screen and (min-width:120em){.xxxlarge-padding-collapse{margin-right:0;margin-left:0}.xxxlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:1.25rem}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + 1.25rem)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + 1.25rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + 1.25rem)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + 1.25rem)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + 1.25rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + 1.25rem)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + 1.25rem)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + 1.25rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + 1.25rem)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + 1.25rem)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + 1.25rem)}@media print,screen and (min-width:40em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.9375rem}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .9375rem)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .9375rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .9375rem)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .9375rem)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .9375rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .9375rem)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .9375rem)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .9375rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .9375rem)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .9375rem)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.9375rem}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .9375rem)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .9375rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .9375rem)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .9375rem)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .9375rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .9375rem)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .9375rem)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .9375rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .9375rem)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .9375rem)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media screen and (min-width:75em){.xlarge-offset-0{margin-left:0}.grid-margin-x>.xlarge-offset-0{margin-left:.9375rem}.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + .9375rem)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + .9375rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + .9375rem)}.xlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + .9375rem)}.xlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + .9375rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + .9375rem)}.xlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + .9375rem)}.xlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + .9375rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + .9375rem)}.xlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + .9375rem)}.xlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media screen and (min-width:90em){.xxlarge-offset-0{margin-left:0}.grid-margin-x>.xxlarge-offset-0{margin-left:.9375rem}.xxlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(8.33333% + .9375rem)}.xxlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(16.66667% + .9375rem)}.xxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(25% + .9375rem)}.xxlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(33.33333% + .9375rem)}.xxlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(41.66667% + .9375rem)}.xxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(50% + .9375rem)}.xxlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(58.33333% + .9375rem)}.xxlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(66.66667% + .9375rem)}.xxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(75% + .9375rem)}.xxlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(83.33333% + .9375rem)}.xxlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media screen and (min-width:120em){.xxxlarge-offset-0{margin-left:0}.grid-margin-x>.xxxlarge-offset-0{margin-left:.9375rem}.xxxlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xxxlarge-offset-1{margin-left:calc(8.33333% + .9375rem)}.xxxlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xxxlarge-offset-2{margin-left:calc(16.66667% + .9375rem)}.xxxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxxlarge-offset-3{margin-left:calc(25% + .9375rem)}.xxxlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xxxlarge-offset-4{margin-left:calc(33.33333% + .9375rem)}.xxxlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xxxlarge-offset-5{margin-left:calc(41.66667% + .9375rem)}.xxxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxxlarge-offset-6{margin-left:calc(50% + .9375rem)}.xxxlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xxxlarge-offset-7{margin-left:calc(58.33333% + .9375rem)}.xxxlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xxxlarge-offset-8{margin-left:calc(66.66667% + .9375rem)}.xxxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxxlarge-offset-9{margin-left:calc(75% + .9375rem)}.xxxlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xxxlarge-offset-10{margin-left:calc(83.33333% + .9375rem)}.xxxlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xxxlarge-offset-11{margin-left:calc(91.66667% + .9375rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-full,.grid-y>.small-shrink{flex-basis:auto}@media print,screen and (min-width:40em){.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-full,.grid-y>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-full,.grid-y>.large-shrink{flex-basis:auto}}@media screen and (min-width:75em){.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-full,.grid-y>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-y>.xxlarge-1,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-full,.grid-y>.xxlarge-shrink{flex-basis:auto}}@media screen and (min-width:120em){.grid-y>.xxxlarge-1,.grid-y>.xxxlarge-2,.grid-y>.xxxlarge-3,.grid-y>.xxxlarge-4,.grid-y>.xxxlarge-5,.grid-y>.xxxlarge-6,.grid-y>.xxxlarge-7,.grid-y>.xxxlarge-8,.grid-y>.xxxlarge-9,.grid-y>.xxxlarge-10,.grid-y>.xxxlarge-11,.grid-y>.xxxlarge-12,.grid-y>.xxxlarge-full,.grid-y>.xxxlarge-shrink{flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:40em){.grid-y>.medium-auto{flex:1 1 0;height:auto}.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{flex:1 1 0;height:auto}.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}@media screen and (min-width:75em){.grid-y>.xlarge-auto{flex:1 1 0;height:auto}.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-shrink{flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.3333333333%}.grid-y>.xlarge-2{height:16.6666666667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.3333333333%}.grid-y>.xlarge-5{height:41.6666666667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.3333333333%}.grid-y>.xlarge-8{height:66.6666666667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.3333333333%}.grid-y>.xlarge-11{height:91.6666666667%}.grid-y>.xlarge-12{height:100%}}@media screen and (min-width:90em){.grid-y>.xxlarge-auto{flex:1 1 0;height:auto}.grid-y>.xxlarge-1,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-shrink{flex:0 0 auto}.grid-y>.xxlarge-shrink{height:auto}.grid-y>.xxlarge-1{height:8.3333333333%}.grid-y>.xxlarge-2{height:16.6666666667%}.grid-y>.xxlarge-3{height:25%}.grid-y>.xxlarge-4{height:33.3333333333%}.grid-y>.xxlarge-5{height:41.6666666667%}.grid-y>.xxlarge-6{height:50%}.grid-y>.xxlarge-7{height:58.3333333333%}.grid-y>.xxlarge-8{height:66.6666666667%}.grid-y>.xxlarge-9{height:75%}.grid-y>.xxlarge-10{height:83.3333333333%}.grid-y>.xxlarge-11{height:91.6666666667%}.grid-y>.xxlarge-12{height:100%}}@media screen and (min-width:120em){.grid-y>.xxxlarge-auto{flex:1 1 0;height:auto}.grid-y>.xxxlarge-1,.grid-y>.xxxlarge-2,.grid-y>.xxxlarge-3,.grid-y>.xxxlarge-4,.grid-y>.xxxlarge-5,.grid-y>.xxxlarge-6,.grid-y>.xxxlarge-7,.grid-y>.xxxlarge-8,.grid-y>.xxxlarge-9,.grid-y>.xxxlarge-10,.grid-y>.xxxlarge-11,.grid-y>.xxxlarge-12,.grid-y>.xxxlarge-shrink{flex:0 0 auto}.grid-y>.xxxlarge-shrink{height:auto}.grid-y>.xxxlarge-1{height:8.3333333333%}.grid-y>.xxxlarge-2{height:16.6666666667%}.grid-y>.xxxlarge-3{height:25%}.grid-y>.xxxlarge-4{height:33.3333333333%}.grid-y>.xxxlarge-5{height:41.6666666667%}.grid-y>.xxxlarge-6{height:50%}.grid-y>.xxxlarge-7{height:58.3333333333%}.grid-y>.xxxlarge-8{height:66.6666666667%}.grid-y>.xxxlarge-9{height:75%}.grid-y>.xxxlarge-10{height:83.3333333333%}.grid-y>.xxxlarge-11{height:91.6666666667%}.grid-y>.xxxlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-1.25rem;margin-bottom:-1.25rem}@media print,screen and (min-width:40em){.grid-padding-y .grid-padding-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}.grid-padding-y>.cell{padding-top:1.25rem;padding-bottom:1.25rem}@media print,screen and (min-width:40em){.grid-padding-y>.cell{padding-top:.9375rem;padding-bottom:.9375rem}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print,screen and (min-width:40em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width:64em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width:75em){.xlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width:90em){.xxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xxlarge-grid-frame{width:100%}.xxlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xxlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width:120em){.xxxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xxxlarge-grid-frame{width:100%}.xxxlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xxxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxxlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xxxlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}@media print,screen and (min-width:40em){.grid-y.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media screen and (min-width:75em){.grid-y.xlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media screen and (min-width:90em){.grid-y.xxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media screen and (min-width:120em){.grid-y.xxxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width:75em){.cell .grid-y.xlarge-grid-frame{height:100%}}@media screen and (min-width:90em){.cell .grid-y.xxlarge-grid-frame{height:100%}}@media screen and (min-width:120em){.cell .grid-y.xxxlarge-grid-frame{height:100%}}.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem}@media print,screen and (min-width:40em){.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}.grid-margin-y>.cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width:40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 2.5rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 2.5rem)}.grid-margin-y>.small-3{height:calc(25% - 2.5rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 2.5rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 2.5rem)}.grid-margin-y>.small-6{height:calc(50% - 2.5rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 2.5rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 2.5rem)}.grid-margin-y>.small-9{height:calc(75% - 2.5rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 2.5rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 2.5rem)}.grid-margin-y>.small-12{height:calc(100% - 2.5rem)}@media print,screen and (min-width:40em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}@media screen and (min-width:75em){.grid-margin-y>.xlarge-auto,.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.875rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.875rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.875rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.875rem)}}@media screen and (min-width:90em){.grid-margin-y>.xxlarge-auto,.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 1.875rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 1.875rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 1.875rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 1.875rem)}}@media screen and (min-width:120em){.grid-margin-y>.xxxlarge-auto,.grid-margin-y>.xxxlarge-shrink{height:auto}.grid-margin-y>.xxxlarge-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.xxxlarge-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.xxxlarge-3{height:calc(25% - 1.875rem)}.grid-margin-y>.xxxlarge-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.xxxlarge-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.xxxlarge-6{height:calc(50% - 1.875rem)}.grid-margin-y>.xxxlarge-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.xxxlarge-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.xxxlarge-9{height:calc(75% - 1.875rem)}.grid-margin-y>.xxxlarge-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.xxxlarge-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.xxxlarge-12{height:calc(100% - 1.875rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 2.5rem)}@media print,screen and (min-width:40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media screen and (min-width:75em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media screen and (min-width:90em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media screen and (min-width:120em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.875rem)}}@media screen and (min-width:75em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.875rem)}}@media screen and (min-width:90em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + 1.875rem)}}@media screen and (min-width:120em){.grid-margin-y.xxxlarge-grid-frame{height:calc(100vh + 1.875rem)}}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width:40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media screen and (min-width:75em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}@media screen and (min-width:90em){.xxlarge-order-1{order:1}.xxlarge-order-2{order:2}.xxlarge-order-3{order:3}.xxlarge-order-4{order:4}.xxlarge-order-5{order:5}.xxlarge-order-6{order:6}}@media screen and (min-width:120em){.xxxlarge-order-1{order:1}.xxxlarge-order-2{order:2}.xxxlarge-order-3{order:3}.xxxlarge-order-4{order:4}.xxxlarge-order-5{order:5}.xxxlarge-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:75em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:90em){.xxlarge-flex-container{display:flex}.xxlarge-flex-child-auto{flex:1 1 auto}.xxlarge-flex-child-grow{flex:1 0 auto}.xxlarge-flex-child-shrink{flex:0 1 auto}.xxlarge-flex-dir-row{flex-direction:row}.xxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxlarge-flex-dir-column{flex-direction:column}.xxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:120em){.xxxlarge-flex-container{display:flex}.xxxlarge-flex-child-auto{flex:1 1 auto}.xxxlarge-flex-child-grow{flex:1 0 auto}.xxxlarge-flex-child-shrink{flex:0 1 auto}.xxxlarge-flex-dir-row{flex-direction:row}.xxxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxxlarge-flex-dir-column{flex-direction:column}.xxxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}.button{border:none;background:#fea500;padding:12px 20px;color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:15px;border-radius:4px;min-width:200px;max-width:calc(100% - 24px);text-transform:uppercase;white-space:nowrap}.button:hover{cursor:pointer}.button.button--disabled{opacity:.3}.button:disabled{background-color:#555;opacity:.3}.button.subtle{background:none;text-decoration:underline;font-weight:400;text-transform:none;color:#fea500}.button.subtle:after{content:">";display:inline-block;margin-left:4px}.button.small{border-radius:20px;display:flex;align-items:center;justify-content:center;text-transform:none;padding:6px 12px}.checkbox-input{display:inline-flex;align-items:center;cursor:pointer;padding:8px;border-radius:8px}.checkbox-input.focus-visible{outline:none;background-color:hsla(0,0%,100%,.15)}.checkbox-input .checkbox-control{display:inline-flex;width:24px;height:24px;border:2px solid #aaa;border-radius:8px;align-items:center;justify-content:center;color:#aaa}.checkbox-input .checkbox-label{color:#aaa;font-family:Poppins,sans-serif;display:inline-block;margin-left:8px;font-weight:600}.player-avatar{border-radius:20%;background:#fff;overflow:hidden}.player-avatar svg{position:relative}.board-scene{display:flex;flex-direction:column;justify-content:center;font-family:Work Sans,Arial,Helvetica,sans-serif}.board-scene .player-avatar-display{position:fixed;top:20px;left:20px;display:flex;align-items:center;color:#fff;z-index:10;padding:8px;background-color:#222;border-radius:8px}.board-scene .player-avatar-display .player-avatar{margin-right:8px}@media print,screen and (max-width:39.99875em){.board-scene .player-avatar-display{display:none}}@media (orientation:portrait){.board-scene .player-avatar-display{top:86px;left:12px}}.board-error-toast{position:fixed;left:0;bottom:0;right:0;padding:2px 20px;background:red;font-size:12px;color:#fff;font-weight:600;text-align:center}@media (orientation:portrait){.board-error-toast{bottom:130px}}html{-ms-scroll-chaining:none;overscroll-behavior:none}html.card-background{background:url(/assets/images/dark-background.7eb5fad0d51b34324aa09cf7ba46a213.png)}body{font-family:Work Sans;-ms-scroll-chaining:none;overscroll-behavior:none}body.blur-application-foreground #application-container{-webkit-filter:blur(6px);filter:blur(6px)}body.scroll-lock{overflow:hidden}h1{color:#333}h1,h2{font-family:Poppins,Arial,Helvetica,sans-serif}h2{color:#555}h3,h4,h5,h6{color:#777;font-family:Poppins,Arial,Helvetica,sans-serif}.match-parent{width:100%;height:100%}.js-focus-visible :focus:not(.focus-visible){outline:none}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.polling-error-indicator{position:fixed;bottom:0;left:0;right:0;height:18px;font-size:13px;color:#fff;background:red;text-align:center;font-weight:700}input{background-color:#fff;border:1px solid #555;border-radius:2px;color:#262626;font-family:Work Sans,Arial,Helvetica,sans-serif;font-size:14px;margin:0;outline:none;padding:10px 8px;width:100%}input:focus{border:1px solid #5782fa}input::-webkit-input-placeholder{color:#585858}input:-ms-input-placeholder{color:#585858}input::placeholder{color:#585858}input.input-invalid:not(:focus){border-color:red;color:red}input.input-valid{border-color:#adff2f;color:green}.accent-color{color:#35baef}.modal-message-overlay{display:flex;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-webkit-perspective:600px;perspective:600px;z-index:1000;-webkit-transform:translateZ(1000px);transform:translateZ(1000px);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.modal-message-overlay .modal-shade{position:fixed;width:100%;height:100%;background:url(/assets/images/dark-background.7eb5fad0d51b34324aa09cf7ba46a213.png)}.modal-message-content{width:400px;max-width:400px;height:auto!important;background:#fff;border-radius:10px;box-shadow:0 2px 24px rgba(0,0,0,.3);padding:30px;z-index:999;margin:auto;font-family:Work Sans}.modal-message-content.focus-visible,.modal-message-content:focus,.modal-message-content:focus-visible{outline:none}@media (max-width:700px){.modal-message-content{width:100%;max-width:100%;border-radius:0}}@media (max-height:700px){.modal-message-content{max-height:100%;width:350px;max-width:350px!important;max-width:80%;border-radius:0}.modal-message-content .card-decor{display:none}}.modal-message-content .card-decor{margin:auto;background-size:contain!important}.modal-message-content h1{text-align:center;font-size:22px;font-weight:600;text-transform:uppercase;color:#222;max-width:100%}.modal-message-content p{color:#444;font-weight:300;text-align:center;max-width:100%;margin-bottom:30px;margin-top:30px}.modal-message-content .modal-buttons-container{text-align:center}.modal-message-content .modal-buttons-container .dismiss-button{text-transform:uppercase;cursor:pointer}.modal-message-content .modal-buttons-container .dismiss-button:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.error-boundary-container{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background:#444}.error-boundary-container .error-boundary-content{width:600px;max-width:100%;background:#aaa;border-radius:8px;padding:30px}.error-boundary-container .error-boundary-content h1{margin-bottom:48px;font-family:Poppins,sans-serif}.topaasia-card-decoration{margin:auto;width:220px;height:264px;background-size:contain}.topaasia-logo-decoration{width:300px;height:50px}.deck-view-board{display:flex;justify-content:center}@media (min-width:1440px){.deck-view-board.padded{padding-left:0;left:0;align-items:center}}.card-collection-container{position:relative}.card-collection-container:focus{outline:none}.card-collection-container.focus-visible,.card-collection-container:focus-visible{background-color:hsla(0,0%,100%,.2);outline:none}@media (orientation:portrait){.card-collection-container{width:100%}}.view-subject{position:fixed;-webkit-transform:translateZ(100px);transform:translateZ(100px);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;display:flex;flex-direction:column;justify-content:center;top:0;right:0;padding-left:40px;height:50px;font-size:16px;color:#fff;font-family:Poppins,Arial,Helvetica,sans-serif;font-weight:600;background:#444}.view-subject.hidden{display:none}.view-subject .view-subject-label{align-items:center;text-align:right;padding-right:20px;text-transform:uppercase}.view-subject .view-subject-subtitle{text-transform:none}@media (orientation:portrait){.view-subject{top:unset;position:fixed;bottom:0;bottom:calc(env(safe-area-inset-bottom) + 70px);right:0;left:0;width:auto;height:auto;padding:.5em;border-radius:0;margin-bottom:env(safe-area-inset-bottom,0)}.view-subject.with-empty-actions{bottom:0}.view-subject .view-subject-label{text-align:center;padding-right:0}}@media (max-width:1024px) and (orientation:landscape){.view-subject{-webkit-transform:scale(.6);transform:scale(.6);-webkit-transform-origin:100% 0;transform-origin:100% 0}}@media (max-width:480px) and (orientation:portrait){.view-subject-label{font-size:14px}}.pick-choice-view-board{align-items:flex-start;display:block}@media (min-width:1440px){.pick-choice-view-board.padded{padding-left:0;left:0;align-items:center;overflow-y:auto}}@media (orientation:landscape){.pick-choice-view-board{overflow-y:auto;min-height:100vh}}@media (min-width:768px){.pick-choice-view-board .card-collection-container .board-info{position:static;margin:auto;text-align:center}}.feedback-rating-input{margin-top:20px;margin-bottom:20px;display:inline-block;position:relative}.feedback-rating-input .star-button{font-size:48px;background:none;border:none;padding:6px;color:#fea500}.feedback-rating-input .star-button:hover{color:rgba(254,165,0,.5);-webkit-transform:scale(1.1);transform:scale(1.1)}@media (max-width:550px){.feedback-rating-input .star-button{font-size:28px}}.feedback-rating-input .dirty-indicator{position:absolute;top:20px;right:-60px}@media print,screen and (max-width:39.99875em){.feedback-rating-input .dirty-indicator{top:12px;right:-40px}}.feedback-text-input-container{position:relative}.feedback-text-input-container .feedback-text-input{padding:8px;resize:none;background:#eaf0ff;border-radius:6px}.feedback-text-input-container .dirty-indicator{position:absolute;top:8px;right:24px}.light-content-container{padding:20px;background-color:#fff}.light-content-container.elevated{border-radius:8px;box-shadow:0 5px 30px rgba(11,63,83,.1)}.light-content-container .light-content-container-loading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px}.join-existing-game-content{width:500px;max-width:calc(100% - 24px);margin:auto}.join-existing-game-content .game-found-title{margin-top:40px;color:#35baef;text-align:left}.join-existing-game-content .game-found-description{color:#aaa;text-align:left}.join-existing-game-content .game-preview{background:#555;padding:20px;border-radius:8px;margin-top:24px;display:flex;align-items:center}.join-existing-game-content .game-preview .game-info{padding-left:20px}.join-existing-game-content .game-preview .game-info .deck-title{color:#fff;font-weight:400;font-size:14px;margin:0;justify-content:start;align-items:center;display:flex}.join-existing-game-content .game-preview .game-info .deck-title:before{content:"";width:20px;height:20px;display:inline-block;background-size:contain;margin-right:8px;background-image:url(/assets/images/cards-icon.f0272724750327d82f57812a7d4cd344.png)}.join-existing-game-content .game-preview .game-info .game-subject{color:#fff;font-size:16px;font-weight:600;margin:12px 0 0;text-align:left}.join-existing-game-content .actions{display:flex;margin-top:30px}.join-existing-game-content .actions .action-column{flex-grow:0.5}.join-existing-game-content .actions .action-column .button{width:100%;max-width:none}@media (max-width:450px){.join-existing-game-content .actions{display:block}.join-existing-game-content .actions .join-new-action{margin-top:20px}}.join-view-html{height:unset;overflow:unset;position:relative;background-image:url(/assets/images/dark-background.7eb5fad0d51b34324aa09cf7ba46a213.png)}.join-view .param-error-container{background:#ff574a;color:#fff;font-weight:600;padding:8px;border-radius:6px;max-width:320px;margin:auto auto 20px}@media (max-height:800px){.join-view .join-card-decor{width:160px;height:192px}}@media (max-height:650px){.join-view .join-card-decor{width:140px;height:168px}}.join-dialog{padding:12px;border-radius:0;min-width:33%;max-width:600px;text-align:center;margin:8vh auto auto}@media (max-width:700px){.join-dialog{box-shadow:none}}@media (max-height:768px){.join-dialog{margin-top:0}}@media (max-height:1024px){.join-dialog{margin-top:20px}}.join-dialog h1{color:#35baef;margin-top:40px;margin-bottom:40px;font-size:26px}.join-dialog input{display:block;margin:auto}.join-dialog .join-new-game-content{margin-top:60px;margin-bottom:60px}@media (max-height:800px){.join-dialog .join-new-game-content{margin-top:40px}}.join-dialog .join-form{width:450px;max-width:calc(100% - 24px);margin:auto auto 40px}.join-dialog .join-form .join-form-inputs-container{background-color:#222;border-radius:8px;padding:20px 0;background:none}@media only screen and (max-width:39.9375em){.join-dialog .join-form{width:340px}}.join-dialog .join-input-container{margin-bottom:16px}@media (max-width:800px){.join-dialog .join-input-container{margin-bottom:22px}}.join-dialog .join-input-container .join-input-label-container{display:flex;justify-content:center;flex-direction:column;position:relative;text-align:left;margin-bottom:8px;padding-left:7px}.join-dialog .join-input-container .join-input-label-container.error{color:#ff9d9d}.join-dialog .join-input-container .input-field{position:relative;display:flex;align-items:center}.join-dialog .join-input-container .input-field input{background:none;border:none;border-bottom:1px solid #555;border-radius:0;color:#585858;font-family:Poppins,sans-serif;font-size:20px;height:36px}.join-dialog .join-input-container .input-field input:hover{background-color:rgba(68,68,68,.1)}.join-dialog .join-input-container .input-field input.input-invalid:not(:focus){border-color:#ff4500;color:#ff4500}.join-dialog .join-input-container .input-field input.input-valid{border-color:#555;color:#585858}.join-dialog .join-input-container .input-field #gamecode-input{letter-spacing:8px;font-weight:300}.join-dialog .join-input-container .input-field #gamecode-input::-webkit-input-placeholder{color:#aaa;letter-spacing:normal;font-size:18px}.join-dialog .join-input-container .input-field #gamecode-input:-ms-input-placeholder{color:#aaa;letter-spacing:normal;font-size:18px}.join-dialog .join-input-container .input-field #gamecode-input::placeholder{color:#aaa;letter-spacing:normal;font-size:18px}.join-dialog .join-input-container .input-field .error-label{color:#ff9d9d;margin-left:.5cm;font-size:14px;display:block;position:absolute;width:200px;top:68px;right:0;text-align:right}.join-dialog .join-input-container label{text-transform:uppercase;color:#585858;font-size:15px;font-weight:600;font-family:Poppins,sans-serif}.join-dialog .join-input-container .label-help{margin:2px 0 0;padding:0;color:#555;font-size:14px}.join-dialog .join-game-action{margin-top:40px}@media (max-width:768px){.join-dialog h1{margin-top:20px;margin-bottom:20px}}.icon-button{display:inline-flex;align-items:center;justify-content:center}.icon-button span{display:inline-block}.icon-button .button-icon{margin-right:8px}.icon-button.no-label .button-icon{margin-right:0}.icon-button.minimal{min-width:0;padding:4px 12px;border-radius:40px;font-weight:500}.icon-button.minimal .button-label{text-transform:none}.icon-button.small{padding:4px 30px;border-radius:40px}.icon-button.small .button-label{text-transform:none}.icon-button.subtle{background:none;text-decoration:underline;font-weight:400;text-transform:none;color:#fea500;padding:0;min-width:0}.icon-button.subtle:after{content:">";display:inline-block;margin-left:4px}.icon-button.disabled{opacity:.3}.icon-button.primary{background:#555}.icon-button.secondary{background:orange}.icon-button.no-background{background:none}.finding .finding-report{margin-top:10px;margin-bottom:20px;white-space:pre-wrap;color:#555}.finding .finding-report.empty-report{color:#aaa}.action-plan .finding-actions{margin-bottom:20px}.action-plan .no-action-items-label{padding:12px;color:#c2cdd4;margin-top:10px;margin-bottom:20px}.action-plan .action-items{list-style-type:none;margin:0;padding:0}.action-plan .action-items .action-item{margin-bottom:12px;border-radius:4px}.action-plan .action-items .action-item .light-content-container{border-left:8px solid #35baef}.action-plan .action-items .action-item .action-item-field:not(:last-child){margin-bottom:12px}@media only screen and (min-width:64em){.action-plan .action-items .action-item .action-item-field .label-cell{display:flex;align-items:center;justify-content:right}.action-plan .action-items .action-item .action-item-field .label-cell .action-item-field-label{margin-bottom:0}}.action-plan .action-items .action-item .action-item-field .action-item-field-value{margin-left:8px}.action-plan .action-items .action-item .action-item-field .name-value{font-weight:500}.action-plan .action-items .action-item .action-item-field .assignee-value,.action-plan .action-items .action-item .action-item-field .due-at-value{color:#555}.crystallize-plan-tab .crystallize-meta-content{background-color:#202020;background-image:url(/assets/images/dark-background.7eb5fad0d51b34324aa09cf7ba46a213.png);padding:20px;color:#fff;border-radius:12px;margin-top:20px;-webkit-filter:drop-shadow(2px 4px 6px #000);filter:drop-shadow(2px 4px 6px black)}.crystallize-plan-tab .crystallize-meta-content .chosen-topaasia-label{font-weight:700;text-align:center;font-size:20px;-webkit-filter:drop-shadow(0 0 20px #fff);filter:drop-shadow(0 0 20px white);margin-top:8px;margin-bottom:8px}.crystallize-plan-tab .player-avatar-container{display:flex;align-items:center}.crystallize-plan-tab .player-avatar-container .player-avatar{margin-right:8px}.mini-card-face{padding:12px 20px 12px 12px;border-radius:8px;max-width:300px;background:#fff}.mini-card-face.suit-clubs{color:#ff8400}.mini-card-face.suit-diamonds{color:#59aa3b}.mini-card-face.suit-hearts{color:#e14970}.mini-card-face.suit-spades{color:#00587d}.mini-card-face .card-title{font-family:Poppins,sans-serif;font-size:16px;display:flex;margin:0;align-items:center}.mini-card-face .card-title.with-description{margin-bottom:4px;padding-bottom:4px;border-bottom:1px solid #333}.mini-card-face .card-title.suit-clubs{border-color:#ff8400;color:#ff8400}.mini-card-face .card-title.suit-diamonds{border-color:#59aa3b;color:#59aa3b}.mini-card-face .card-title.suit-hearts{border-color:#e14970;color:#e14970}.mini-card-face .card-title.suit-spades{border-color:#00587d;color:#00587d}.mini-card-face .card-title .suit-icon{width:24px;height:24px;margin-right:12px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:50%}.mini-card-face .card-title .suit-icon.suit-clubs{background-image:url(/assets/images/clubs.b64bac623719a5034dadd0c7c10916e2.png)}.mini-card-face .card-title .suit-icon.suit-diamonds{background-image:url(/assets/images/diamonds.e85eb8b1fd7b4bc86fbed2cbdbc3dec0.png)}.mini-card-face .card-title .suit-icon.suit-hearts{background-image:url(/assets/images/hearts.414ca33760f5fc7204d97ae0354f6017.png)}.mini-card-face .card-title .suit-icon.suit-spades{background-image:url(/assets/images/spades.647c1b1168f420c84d0d7be3c4117d1d.png)}.mini-card-face .card-description{margin:0;font-size:14px;text-align:left;line-height:1.1em;padding-left:35px}.crystallize-notes-tab{padding:20px}.crystallize-notes-tab .game-note{margin-top:40px}.crystallize-notes-tab .game-note p{padding-top:12px;padding-bottom:12px;white-space:pre-wrap;border-bottom:1px solid #aaa}.crystallize-notes-tab .game-note .candidate-notes{padding-left:20px}.crystallize-notes-tab .game-note .candidate-notes .candidate-note-item h3{text-transform:uppercase;font-size:14px;display:flex;align-items:center}.crystallize-notes-tab .game-note .candidate-notes .candidate-note-item h3.suit-clubs{color:#ff8400}.crystallize-notes-tab .game-note .candidate-notes .candidate-note-item h3.suit-diamonds{color:#59aa3b}.crystallize-notes-tab .game-note .candidate-notes .candidate-note-item h3.suit-hearts{color:#e14970}.crystallize-notes-tab .game-note .candidate-notes .candidate-note-item h3.suit-spades{color:#00587d}.crystallize-notes-tab .game-note .candidate-notes .candidate-note-item h3 .suit-icon{margin-right:4px}.crystallize-notes-tab .game-note .candidate-notes .candidate-note-item .player-game-notes-list-item{display:flex;gap:8px;font-size:14px;padding-bottom:4px;margin-bottom:4px;border-bottom:1px solid #eee}.crystallize-notes-tab .game-note .candidate-notes .candidate-note-item .player-game-notes-list-item .player-avatar{flex-shrink:0}.crystallize-notes-tab .game-note .candidate-notes .candidate-note-item .player-game-notes-list-item .game-note-text{align-self:center;color:#333}.crystallize-notes-tab .game-note .candidate-notes .candidate-note-item .player-game-notes-list-item:last-child{border-bottom:none}.crystallize-tab-view .crystallize-tab-view-desktop-content{position:fixed;top:0;left:0;right:0;bottom:0;background:#e6ecef;background:url(/assets/images/dark-background-lighter.21c6a318cc8e8c9899d0702423f2cd5b.png)}.crystallize-tab-view .crystallize-tab-view-desktop-content .column-left,.crystallize-tab-view .crystallize-tab-view-desktop-content .column-right{position:absolute;top:20px;bottom:20px;overflow-y:hidden}.crystallize-tab-view .crystallize-tab-view-desktop-content .column-left{left:20px;right:40%}.crystallize-tab-view .crystallize-tab-view-desktop-content .column-right{right:20px;left:calc(60% + 20px)}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column{height:calc(100% - 40px);overflow-y:auto;border-radius:8px}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column.focus-visible,.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column:focus,.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column:focus-visible{outline:none}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column::-webkit-scrollbar{width:6px}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column::-webkit-scrollbar-track{background:hsla(0,0%,80%,.2);border-radius:8px;margin:10px}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column::-webkit-scrollbar-thumb{background:rgba(53,186,239,.5)}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column::-webkit-scrollbar-thumb:hover{background:#35baef}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column .conclusion-row{border-radius:8px;border:1px dashed #555;margin-top:40px;padding:12px 20px}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column .conclusion-row .finding-report,.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-view-column .conclusion-row .no-action-items-label{padding:0;margin-top:20px;margin-bottom:20px}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-plan-column{padding:20px;overflow-y:auto}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-plan-column .crystallize-plan-column-content-wrapper{max-width:800px;margin:auto}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-notes-column{padding:20px;margin-left:10px;overflow-y:auto}.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-notes-column.focus-visible,.crystallize-tab-view .crystallize-tab-view-desktop-content .crystallize-notes-column:focus-visible{outline:none}.player-idea{background-color:orange;display:flex;position:relative;align-items:center;color:#fff;font-weight:600;margin:4px 8px;border-radius:4px;font-family:Poppins,sans-serif}.player-idea .idea-body{width:calc(100% - 60px);padding:20px}.player-idea .idea-action{width:60px;min-width:60px;height:60px;margin-right:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.34,1.56,.64,1);box-sizing:border-box;border:0 solid #fff}@media (max-width:500px){.player-idea .idea-action{margin-right:0}}.player-idea .idea-action:focus{outline:none}.player-idea .idea-action.focus-visible,.player-idea .idea-action:focus-visible{outline:4px solid hsla(0,0%,100%,.2)}.player-idea .idea-action.idea-action-default{-webkit-transform:scale(.9);transform:scale(.9)}.player-idea .idea-action.idea-action-active{-webkit-transform:scale(1.2);transform:scale(1.2);border:3px solid #fff}.player-idea .gravatar-image{width:42px;height:42px;border-radius:21px}.player-idea .avatar-container{margin-left:8px}.player-idea .player-idea-player{font-size:12px;font-weight:400;font-style:italic;margin-top:8px}.player-idea-list{list-style-type:none;margin:0;padding:0}.player-idea-list li{margin:0}.topic-player-ideas-view{position:relative}.topic-player-ideas-view .player-ideas-container{margin-top:20px;margin-bottom:20px}.topic-player-ideas-view .close-button{position:absolute;top:12px;left:12px;width:32px;height:32px;border-radius:16px;background:orange;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;border:none}.topic-player-ideas-view .topic-title{padding:20px;margin-top:40px;color:#fff}.topic-player-ideas-view .player-idea-list-actions{text-align:right;padding-right:12px;margin-bottom:20px}.topic-player-ideas-view .player-idea-list-actions button{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:14px;text-transform:none}.topic-player-ideas-view .player-idea-list-actions button .button-icon{margin-right:8px}.topic-player-ideas-view .upvote-button.not-upvoted .upvote-icon-content{opacity:.25}.topic-player-ideas-view .upvote-button.is-upvoted{-webkit-filter:drop-shadow(0 0 6px #fff);filter:drop-shadow(0 0 6px white);cursor:default}.topic-player-ideas-view .upvote-button .upvote-count-label{color:#fff}.topic-player-ideas-view-background{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:999}.topic-player-ideas-view-holder{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.topic-player-ideas-view-holder .topic-player-ideas-view{overflow-x:hidden;position:absolute;right:4px;top:4px;bottom:4px;overflow-y:auto;background:#222;outline:4px solid #222;width:600px;outline:none;right:0;top:0;bottom:0}.topic-player-ideas-view-holder .topic-player-ideas-view:focus{outline:none}.topic-player-ideas-view-holder .topic-player-ideas-view.focus-visible,.topic-player-ideas-view-holder .topic-player-ideas-view:focus-visible{outline:4px solid hsla(0,0%,100%,.2)}@media (max-width:1024px){.topic-player-ideas-view-holder .topic-player-ideas-view{width:100%}}.active-participation-view-background{content:"";position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:hidden;background:rgba(0,0,0,.7);z-index:1999}.active-participation-view{position:fixed;top:env(keyboard-inset-bottom,0);left:0;right:0;bottom:0;overflow:hidden;display:flex;flex-direction:column;z-index:2000;max-width:800px;margin:auto;background:#fff;outline:2px solid #222;box-shadow:0 0 20px rgba(0,0,0,.25)}@media (orientation:landscape){.active-participation-view{max-height:1024px}}.active-participation-view:focus{outline:none}@media (min-width:1024px){.active-participation-view.focus-visible,.active-participation-view:focus-visible{outline:2px solid #35baef}}.active-participation-view .indented-content{padding:20px}@media (max-width:500px){.active-participation-view .indented-content{padding:10px 10px 8px}}.active-participation-view .active-participation-header-content{display:flex;align-items:center;justify-content:space-between;background:url(/assets/images/dark-background.7eb5fad0d51b34324aa09cf7ba46a213.png);padding:20px}.active-participation-view .active-participation-header-content #active-participation-topic-title{color:#fff;flex:auto;text-align:left;padding-right:12px}@media (max-width:500px){.active-participation-view .active-participation-header-content #active-participation-topic-title{font-size:18px;margin-bottom:8px;margin-top:0}}.active-participation-view .active-participation-header-content .topaasia-label{color:#fff;font-weight:300}.active-participation-view .active-participation-view-scrollable-portion{flex:auto;overflow-x:hidden;overflow-y:auto;padding-bottom:20px;background-color:#e6ecef}.active-participation-view .help-content{margin:8px}.active-participation-view .active-participation-footer-content{box-shadow:0 -3px 8px rgba(0,0,0,.25);z-index:100}.active-participation-view h2{font-size:22px;text-align:center;font-family:Poppins,sans-serif}.active-participation-view h2:after{content:"";display:block;width:80%;height:1px;background-color:#aaa;margin:12px auto auto}@media (max-width:500px){.active-participation-view h2{font-size:18px}}.active-participation-view .timer-container{text-align:center;font-size:28px;color:#fff;margin-top:0;margin-bottom:0;font-weight:700;font-variant-numeric:tabular-nums;font-family:Work Sans,sans-serif}@media (max-width:500px){.active-participation-view .timer-container{font-size:20px}}.active-participation-view .input-container{display:flex;align-items:flex-end}.active-participation-view .input-container .textarea-container{flex:auto;padding-right:12px}.active-participation-view .actions-container{margin-bottom:4px}@media (max-width:768px){.active-participation-view .actions-container{width:50px}}.active-participation-view .actions-container .send-button{margin:auto;height:44px}@media (max-width:768px){.active-participation-view .actions-container .send-button{width:auto;min-width:0;padding-left:30px;padding-right:20px}.active-participation-view .actions-container .send-button .button-label{display:none}}.active-participation-view .help-paragraph{color:#555;padding-left:12px;padding-right:12px}.active-participation-view .finished-indicator-container{margin-top:20px;text-align:right}.active-participation-view .finished-indicator-container input{display:inline-block;width:auto;margin-right:8px}.active-participation-view .finished-indicator-container label{color:#fff;font-weight:600}.active-participation-view .finished-help{padding:12px;background:#444;color:#fff;font-family:Poppins,sans-serif;text-align:center;margin-top:20px;border-radius:8px}.active-participation-view textarea{width:100%;padding:12px;resize:none;box-sizing:border-box}.crystallize-view{min-height:calc(100vh - 50px)}.crystallize-view h1{color:#35baef;font-size:22px;text-align:center}.crystallize-view h2,.crystallize-view h3{color:#073351;font-size:18px}.crystallize-view .crystallize-topaasia-card{margin:30px auto;display:flex;align-items:center;justify-content:center}@media (max-width:500px){.crystallize-view .crystallize-topaasia-card{margin-top:8px;margin-bottom:8px}}.crystallize-view .crystallize-topaasia-card h3{margin:0;color:#fff;-webkit-transform:translateY(-40px);transform:translateY(-40px);font-size:14px;font-weight:600;text-transform:uppercase;padding:6px;border-radius:8px;font-family:Poppins,sans-serif;text-align:center;background-color:#35baef}.crystallize-view .crystallize-plan-game-subject{color:#fea500;padding:12px;font-family:Poppins,sans-serif;font-size:18px;font-weight:300;text-align:center}.crystallize-view .crystallize-view-tab{padding-bottom:50px}.crystallize-view .crystallize-view-tab .conclusion-row{margin-top:40px}.crystallize-view .crystallize-view-tab.focus-visible{background-color:hsla(0,0%,100%,.1)}@media (min-width:1024px){.crystallize-view .crystallize-view-tab{position:fixed;top:0;left:0;right:0;bottom:50px;overflow-y:auto;overflow-x:hidden}}.crystallize-view .crystallize-nav{position:fixed;bottom:0;left:0;right:0;height:50px;background:url(/assets/images/dark-background.7eb5fad0d51b34324aa09cf7ba46a213.png);background-size:128px}.crystallize-view .crystallize-nav .nav-item{display:flex;align-items:center;justify-content:center;cursor:pointer}.crystallize-view .crystallize-nav .nav-item .nav-item-inner{text-transform:uppercase;font-family:Poppins,sans-serif;font-weight:600;color:#f0f0f0;padding:8px;border-radius:8px;display:flex;align-items:center}.crystallize-view .crystallize-nav .nav-item .nav-item-inner svg{margin-right:6px}@media (max-width:500px){.crystallize-view .crystallize-nav .nav-item .nav-item-inner{font-size:14px}}.crystallize-view .crystallize-nav .nav-item.selected .nav-item-inner{background:#fff;color:#444}.crystallize-view .crystallize-nav .nav-item:focus{outline:none}.crystallize-view .crystallize-nav .nav-item.focus-visible,.crystallize-view .crystallize-nav .nav-item:focus-visible{outline:none;background-color:hsla(0,0%,100%,.2)}.card-faces-container{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);position:relative;top:0;left:0;width:220px;height:264px;transition:opacity .3s,-webkit-transform .2s;transition:transform .2s,opacity .3s;transition:transform .2s,opacity .3s,-webkit-transform .2s}.card-faces-container.fade-out{opacity:0}@media (min-width:768px){.card-faces-container:not(.discarded):hover{cursor:pointer;-webkit-transform:scale(1.05);transform:scale(1.05)}}@media (min-width:1700px){.card-faces-container{width:264px;height:316.8px}}.card{background-color:#fff;box-shadow:0 19px 38px rgba(10,33,115,.2),0 15px 12px rgba(0,0,0,.1);border-radius:8px;font-family:Work Sans;white-space:normal;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);pointer-events:none;justify-content:center}.card,.card .card-content{display:flex;flex-direction:column;align-items:center}.card .card-content{height:100%;position:absolute;left:8px;right:8px;top:0;bottom:0}.card .card-title-container{height:50%;width:calc(100% - 16px);position:relative;margin-left:auto;margin-right:auto}.card .card-title-container .card-title{font-family:Work Sans,Arial,Helvetica,sans-serif;position:absolute;bottom:0;left:0;right:0;font-weight:600;font-size:18px;color:green;text-transform:uppercase;text-align:center;white-space:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;letter-spacing:-.5px}.card .card-separator{height:2px;background-color:green}.card .card-description,.card .card-separator{width:calc(100% - 16px);margin-left:auto;margin-right:auto}.card .card-description{color:#515151;line-height:normal;text-align:center;font-size:13px}@media (min-width:1700px){.card .card-description{font-size:16px}}.card .card-suit-img{position:absolute;display:block;max-width:20px;max-height:20px;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:50%}.card .card-suit-img.card-suit-img-1{top:10px;left:10px}.card .card-suit-img.card-suit-img-2{right:10px;bottom:10px}.card-back{pointer-events:none;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);width:100%;height:100%;display:block;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);border-radius:8px;background-size:contain!important}@media (orientation:portrait){.card-collection-container{padding-bottom:60px;-webkit-transform:translateZ(10px);transform:translateZ(10px)}.card-collection-container.with-empty-actions{bottom:0}.card-collection-container .card-collection-view{margin-bottom:80px}}.perspective-card{position:absolute;left:-30px;top:-10px;right:-30px;bottom:0;border-radius:8px;-webkit-transform:translateZ(-5px);transform:translateZ(-5px)}.perspective-card.suit-clubs{background-color:#ff8400}.perspective-card.suit-diamonds{background-color:#59aa3b}.perspective-card.suit-hearts{background-color:#e14970}.perspective-card.suit-spades{background-color:#00587d}.perspective-card .perspective-card-description{position:absolute;top:12px;left:5px;right:5px;text-align:center;color:#fff;font-weight:600;font-size:16px;text-transform:uppercase;font-family:Poppins,sans-serif;margin:0;white-space:nowrap;-webkit-filter:drop-shadow(0 0 20px #fff);filter:drop-shadow(0 0 20px white);overflow:hidden;text-overflow:ellipsis}.card-slot{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.card-slot .card-count-indicator{position:absolute;display:flex;align-items:center;justify-content:center;-webkit-transform:translateZ(100px);transform:translateZ(100px);top:-10px;right:-20px;min-width:40px;height:40px;border-radius:20px;background-color:#555;color:#fff;font-weight:600}.card-slot .card-slot-icon-actions{position:absolute;top:24px;right:24px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.card-slot .card-slot-icon-actions .card-action-button{padding:0;border:0;background:none;color:#35baef;cursor:pointer}.card-slot .processing-overlay{top:0;right:0;left:0;bottom:0;background:hsla(0,0%,100%,.49)}.card-slot .bottom-text-container,.card-slot .processing-overlay{position:absolute;display:flex;align-items:center;justify-content:center}.card-slot .bottom-text-container{bottom:2.5em;width:100%;pointer-events:none}.card-slot .bottom-text-container .bottom-text-label{background-color:#35baef;padding:4px 8px;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;border-radius:4px}html.card-background .game-info-container{box-shadow:0 2px 8px #000}.board-info{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;color:#585858}.board-info .game-info-container{width:calc(100% - 40px);color:#fff;padding:20px;text-align:center;background:url(/assets/images/dark-background.7eb5fad0d51b34324aa09cf7ba46a213.png);position:relative}@media (orientation:portrait){.board-info .game-info-container.with-player{padding-top:60px}}.board-info .game-info-container .player-badge-container{position:absolute;top:8px;left:8px}.board-info .game-subject{font-size:18px;text-align:center;color:#fea500;font-family:Poppins,sans-serif;max-width:768px;margin-left:auto;margin-right:auto;font-weight:500}.board-info .board-info-header{color:#b6daee}@media (max-width:1200px){.board-info{position:static;top:15%;left:150px;right:0;width:unset}}@media (min-width:1441px){.board-info{left:0}}@media (orientation:portrait){.board-info{top:0;left:0;right:0;margin-bottom:20px;z-index:1000}.board-info h1.game-subject{font-size:16px;margin:12px;font-family:Poppins,sans-serif;text-align:center}}@media (orientation:portrait) and (max-width:500px){.board-info h1.game-subject{font-size:14px;line-height:14px;margin-bottom:8px;margin-top:0}}@media (orientation:portrait){.board-info .board-info-header{font-size:14px;margin-top:0}}@media (orientation:portrait){.board-info .game-info-container{padding-bottom:10px}}@media (orientation:portrait){.board-info p{text-align:center;padding-left:10px;padding-right:10px;margin-top:8px;margin-bottom:8px;font-size:14px}}.player-badge .player-avatar-container{display:inline-flex;align-items:center;align-self:flex-start;border-radius:8px;background:#444;color:#fff;z-index:10;padding:8px}.player-badge .player-avatar-container .player-avatar{margin-right:8px}.action-bar{position:fixed;z-index:999;-webkit-transform:translateZ(20px);transform:translateZ(20px);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media (orientation:portrait){.action-bar{left:0;bottom:constant(safe-area-inset-bottom,0);bottom:env(safe-area-inset-bottom,0);width:100%;height:100px}}@media (orientation:landscape){.action-bar{width:auto;height:100%}}@media (orientation:landscape) and (min-width:1440px){.action-bar{left:0;right:0;bottom:0;height:auto}}.action-bar .notch-padding{position:fixed;width:0;background:#435b68;width:auto;left:0;right:0;bottom:0;height:0;height:constant(safe-area-inset-bottom,0);height:env(safe-area-inset-bottom,0)}.card-actions-container{padding:0;height:70px;-webkit-transform:translateZ(100px);transform:translateZ(100px);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;text-align:center;position:fixed;left:0;right:0;background:#444;background-image:url(/assets/images/dark-background.7eb5fad0d51b34324aa09cf7ba46a213.png);display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;align-content:center;justify-content:space-evenly}@media (orientation:landscape){.card-actions-container{height:100px}}.card-actions-container .button-motion{display:inline-block;background:transparent;box-shadow:none;text-align:center;white-space:normal;font-size:10px;display:flex;align-items:center;justify-content:center;flex-direction:column}.card-actions-container .button-motion button{padding:8px;background:none;margin:0;outline:none;border:none}.card-actions-container .button-motion button span{width:90px;max-width:100%;color:#fea500;text-transform:uppercase;font-weight:700}.card-actions-container .button-motion button.focus-visible,.card-actions-container .button-motion button:focus-visible{background:hsla(0,0%,100%,.2)}.card-actions-container .button-motion button .button-icon{display:block;margin-bottom:12px;width:100%;height:40px;background-size:contain;background-repeat:no-repeat;background-position:50%}@media (orientation:portrait){.card-actions-container .button-motion button{display:flex;align-items:center;gap:12px}.card-actions-container .button-motion button .button-icon{margin-bottom:0}.card-actions-container .button-motion button span{text-align:left}}@media (max-height:1024px){.card-actions-container{bottom:0}}@media (max-height:650px){.card-actions-container{bottom:0}}@media (max-width:1200px){.card-actions-container{bottom:0}.card-actions-container .button img{width:100%;height:30px}}@media (orientation:landscape){.card-actions-container{height:auto;width:calc(100% - 24px);margin-left:auto;margin-right:auto;max-width:800px;height:150px;position:fixed;top:unset;align-items:center;left:0;bottom:40px;align-self:center;flex-direction:row}.card-actions-container .button{margin-left:40px;margin-right:40px}.card-actions-container .button span{font-size:14px}.card-actions-container.empty{opacity:0;-webkit-transform:translateY(50);transform:translateY(50);transition:all .25s}}@media (orientation:portrait){.card-actions-container{padding:0;flex-direction:row;font-size:12px;margin-bottom:env(safe-area-inset-bottom,0);bottom:0}.card-actions-container.empty{height:0}}.card-collection-view{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;text-align:center}.card-collection-view .card-slot.with-perspective{height:330px}.card-collection-view.disabled .card-faces-container{cursor:default}.card-collection-view.disabled .card-faces-container:hover{-webkit-transform:none;transform:none}@media (orientation:landscape){.card-collection-view.size-small{-webkit-transform:scale(.9);transform:scale(.9)}}@media (orientation:landscape) and (max-width:1200px){.card-collection-view{-webkit-transform:scale(.8);transform:scale(.8)}}.card-collection-view .card-slot{margin-left:15px;margin-right:15px;width:220px;height:300px}@media (min-width:1700px){.card-collection-view .card-slot{width:264px;height:360px}}.card-collection-view.layout-vertical{flex-direction:column;align-items:center;justify-content:start}.card-collection-view.layout-vertical .card-slot{margin-bottom:20px;margin-top:15px}.card-collection-view.layout-horizontal{padding-right:20px;-webkit-perspective:800px;perspective:800px;-webkit-perspective-origin:top;perspective-origin:top;row-gap:30px}@media (max-height:500px){.card-collection-view.layout-horizontal{margin-top:0}}.card-collection-view.layout-horizontal .card-slot.with-perspective{margin-left:40px;margin-right:40px}.card-collection-view .card-layout-posed-stack{position:relative}.card-collection-view .card-layout-posed-stack .card-slot-pose{display:block;position:absolute;top:0;left:0;bottom:0}.card-collection-view .card-layout-posed-stack .card-slot-pose.with-perspective .card-selected-icon{margin-top:40px}.card-collection-view .card-layout-posed-stack .card-slot-pose.with-perspective .card-slot-icon-actions,.card-collection-view .card-layout-posed-stack .card-slot-pose.with-perspective .card-votes-count-icon{top:40px}.card-collection-view .card-layout-posed-stack .card-slot-pose:focus,.card-collection-view .card-layout-posed-stack .card-slot-pose:focus-visible{outline:none}.card-collection-view .card-layout-posed-stack .card-slot-pose:focus-visible .card-faces-container{border-radius:8px;box-shadow:0 0 0 4px #fea500}.card-collection-view .card-layout-posed-stack .card-slot-pose.focus-visible{outline:none}.card-collection-view .card-layout-posed-stack .card-slot-pose.focus-visible .card-faces-container{border-radius:8px;box-shadow:0 0 0 4px #fea500}.card-collection-view .card-layout-posed-stack .card-votes-count-icon{position:absolute;-webkit-transform:translateZ(5px);transform:translateZ(5px);top:8px;right:8px;min-width:44px;height:28px;border-radius:22px;background:#2fd048;color:#fff;font-weight:600;pointer-events:none;line-height:40px;text-align:center;display:flex;justify-content:center;align-items:center}.card-collection-view .card-layout-posed-stack .card-votes-count-icon.with-actions{right:44px}.card-collection-view .card-layout-posed-stack .card-votes-count-icon.stacked{top:1em;right:1em}.card-collection-view .card-layout-posed-stack .card-votes-count-icon .icon{width:12px;height:12px;margin-right:2px}.chosen-card-dialog{position:fixed;inset:0;z-index:1000;background:radial-gradient(ellipse at center,rgba(0,0,0,.5) 0,rgba(17,21,46,.9) 100%);display:flex;align-items:center;justify-content:center}.chosen-card-dialog .chosen-card-dialog-content{width:calc(100% - 24px);max-width:500px;display:flex;flex-direction:column;align-items:center}.chosen-card-dialog .chosen-card-dialog-content .actions{display:flex;flex-direction:column;margin-top:20px;gap:12px;width:100%}.chosen-card-dialog .chosen-card-dialog-content .actions .button.default{display:flex;justify-content:center;align-items:center;line-height:30px}.chosen-card-dialog .chosen-card-dialog-content .actions .button.subtle{color:#fff}.comment-card-dialog{position:fixed;inset:0;z-index:1000;background:radial-gradient(ellipse at center,rgba(0,0,0,.5) 0,rgba(17,21,46,.9) 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.comment-card-dialog .comment-card-dialog-content{width:calc(100% - 24px);max-width:500px;display:flex;flex-direction:column;align-items:center;background-color:rgba(0,0,0,.5);padding:20px;border-radius:8px;max-height:100%;overflow-y:auto;overflow-x:hidden}.comment-card-dialog .comment-card-dialog-content .comment-card-dialog-title{color:#fff}.comment-card-dialog .comment-card-dialog-content .card-game-note-list-wrapper{width:100%}.comment-card-dialog .comment-card-dialog-content .comment-textarea-wrapper{width:100%;margin-top:20px;margin-bottom:20px}.comment-card-dialog .comment-card-dialog-content .comment-textarea-wrapper .comment-textarea{width:calc(100% - 16px);border-radius:0;overflow:hidden;overflow-wrap:break-word;background:none;resize:none;border:none;border-bottom:2px solid #fff;padding:12px;background-color:rgba(0,0,0,.5);color:#fff}.comment-card-dialog .comment-card-dialog-content .comment-textarea-wrapper .comment-textarea:focus{outline:none;background-color:rgba(0,0,0,.8)}.comment-card-dialog .comment-card-dialog-content .actions{display:flex;flex-direction:column;margin-top:20px;gap:12px;width:100%}.comment-card-dialog .comment-card-dialog-content .actions .button.default{display:flex;justify-content:center;align-items:center;line-height:30px}.comment-card-dialog .comment-card-dialog-content .actions .button.subtle{color:#fff}.card-game-note-list-item{display:flex;width:100%;padding-bottom:12px;margin-bottom:12px;gap:12px;color:#fff;border-bottom:1px solid #555}.card-game-note-list-item .player-avatar{flex-shrink:0}.card-game-note-list-item .game-note-message{align-self:center}.card-game-note-list{width:100%;list-style:none;padding:0;margin:0;max-height:300px;overflow:auto}.pick-candidate-one-on-one-mode-content .played-cards-bar{max-width:700px;margin-left:auto;margin-right:auto;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:999;-webkit-transform:translateZ(100px);transform:translateZ(100px)}@media (orientation:landscape){.pick-candidate-one-on-one-mode-content .played-cards-bar{margin-bottom:20px}}.pick-candidate-one-on-one-mode-content .state-help-message{color:#555;text-align:center;padding:12px;font-weight:600}.played-card-bar-item{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:4px;box-shadow:0 4px 12px #ddd;position:relative}.played-card-bar-item .played-card-bar-item-content{text-align:center;max-width:calc(100% - 8px)}.played-card-bar-item .played-card-bar-item-content .card-title{text-transform:uppercase;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis}@media (max-width:600px){.played-card-bar-item .played-card-bar-item-content .card-title{font-size:12px}}.played-card-bar-item .change-card-button{position:absolute;top:-8px;right:-8px;border:none;background:none;color:#35baef;cursor:pointer}.played-cards-bar{display:flex;padding:12px;gap:12px}.played-cards-bar .played-card-slot{width:calc(33% - 8px);min-width:calc(33% - 8px);max-width:calc(33% - 8px);height:80px;border:1px dashed #35baef;border-radius:8px;display:flex;align-items:center;justify-content:center}.played-cards-bar .played-card-slot.with-card{border:1px solid #fff}.played-cards-bar .played-card-slot .card-placeholder{color:#35baef;font-weight:300}@media (max-width:600px){.played-cards-bar .played-card-slot{height:60px}}.self-info-container{margin-bottom:40px;padding:30px 20px;border-radius:12px;border-top-left-radius:0;border-top-right-radius:0}@media (max-width:640px){.self-info-container{border-radius:0}}.self-info-container h2.you-are-header{margin-top:0;font-size:20px}.self-info-container .player-avatar{margin:auto auto 20px}.self-info-container .name-input{text-align:center;position:relative}.self-info-container .name-input input{background:none;border:none;border-bottom:1px solid rgba(0,0,0,.5);text-align:center;width:400px;max-width:calc(100% - 80px);font-weight:600;font-family:Poppins,sans-serif;font-size:18px;height:30px;margin:auto auto auto 8px}.self-info-container .name-input .edit-name-indicator{color:#fea500;background:none;border:none;opacity:.3;cursor:pointer}.self-info-container .name-input .edit-name-indicator:hover{opacity:1}.waitplayers-view-html{position:relative;background:url(/assets/images/dark-background.7eb5fad0d51b34324aa09cf7ba46a213.png)}.waitplayers-view-html,.waitplayers-view-html body{height:unset;overflow:unset}.waitplayers-board{overflow-x:hidden}.waitplayers-board .game-subject{font-size:18px;font-family:Poppins,sans-serif;padding:20px;max-width:100%;border-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0;text-align:center;margin:auto auto 0}@media (max-width:640px){.waitplayers-board .game-subject{border-radius:0}}.waitplayers-board .game-subject .game-subject-label{color:#fea500}.waitplayers-board .game-subject .deck-info{margin-top:12px;text-transform:uppercase;font-size:16px;display:flex;align-items:center;justify-content:center;color:#35baef}.waitplayers-board .game-subject .deck-info:before{content:"";width:20px;height:20px;display:inline-block;background-size:contain;margin-right:8px;background-image:url(/assets/images/cards-icon-accent.ee1a6e16dabb495afa512be370bf05ff.png)}.waitplayers-board .game-subject .perspectives-info{margin-top:8px;font-size:16px;color:#073351;font-family:Work Sans,Arial,Helvetica,sans-serif}@media (max-height:700px){.waitplayers-board .game-subject{font-size:14px;padding:12px}.waitplayers-board .game-subject .deck-info,.waitplayers-board .game-subject .perspectives-info{font-size:14px}}.waitplayers-state-container{display:flex;justify-content:center}@media (max-width:500px){.waitplayers-state-container .waitplayers-title{font-size:20px}}.waitplayers-state-container .waitplayers-subtitle{font-weight:400}@media (max-width:500px){.waitplayers-state-container .joined-players-title,.waitplayers-state-container .waitplayers-subtitle{font-size:18px}}.waitplayers-state-container .waitplayers-state-content{display:flex;flex-direction:column;align-items:center;max-width:100%;padding-top:80px;padding-bottom:70px}@media (max-height:700px){.waitplayers-state-container .waitplayers-state-content{padding-top:20px}}@media (max-width:500px){.waitplayers-state-container .waitplayers-state-content{padding-top:20px;padding-bottom:0}.waitplayers-state-container .waitplayers-state-content .light-content-container{border-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;-webkit-filter:drop-shadow(0 -4px 20px hsla(0,0%,100%,.5));filter:drop-shadow(0 -4px 20px rgba(255,255,255,.5))}}.waitplayers-state-container .waitplayers-state-content .waitplayers-main-content{max-width:700px;margin:auto;width:100%}.waitplayers-state-container .waitplayers-state-content h1{text-align:center;margin-bottom:5px;margin-top:20px}.waitplayers-state-container .waitplayers-state-content h2{text-align:center;padding-left:20px;padding-right:20px;margin-top:20px;font-size:20px}.waitplayers-state-container .waitplayers-state-content .crystal-shards-container{margin-bottom:60px}.waitplayers-state-container .waitplayers-state-content .joined-players-title{text-align:center;margin-top:30px;margin-bottom:10px}.waitplayers-state-container .waitplayers-state-content .no-other-players{text-align:center;color:#555}.waitplayers-state-container .waitplayers-state-content .waitplayers-player-ul{list-style-type:none;max-width:100%;padding:0 0 40px;margin:20px auto}.waitplayers-state-container .waitplayers-state-content .waitplayers-player-ul .waitplayers-player-li{font-family:Poppins,sans-serif;font-weight:400;padding:8px;margin-top:4px;margin-bottom:4px;border-radius:8px;display:flex;align-items:center;background-color:#fff;box-shadow:0 3px 20px rgba(0,0,0,.1)}.waitplayers-state-container .waitplayers-state-content .waitplayers-player-ul .waitplayers-player-li .gravatar-image{width:42px;height:42px;border-radius:21px}.waitplayers-state-container .waitplayers-state-content .waitplayers-player-ul .waitplayers-player-li .player-email-address{margin-left:20px}@media (orientation:portrait) and (max-width:700px){.waitplayers-state-container .card-decor{width:180px;height:220px}.waitplayers-state-container .crystal-shards-container{-webkit-transform:scale(.8);transform:scale(.8);margin-bottom:0!important;margin-top:0}.waitplayers-state-container .joined-players-title,.waitplayers-state-container h2{text-align:center}}@media (orientation:landscape) and (max-height:500px){.waitplayers-state-container .waitplayers-state-content .crystal-shards-container{display:none}.waitplayers-state-container .waitplayers-state-content .waitplayers-player-ul{max-width:none;width:100%}.waitplayers-state-container .waitplayers-state-content h2{text-align:center}}html.complete-view-html{background:url(/assets/images/dark-background.7eb5fad0d51b34324aa09cf7ba46a213.png)}.complete-view{width:700px;max-width:calc(100% - 40px);margin:auto;text-align:center;padding:40px 8px;max-width:calc(100% - 20px)}.complete-view .topaasia-decor-container{margin-bottom:40px;display:flex;align-items:center;justify-content:center}.complete-view .topaasia-decor-container .topaasia-card-decoration{width:160px;height:192px}.complete-view h1,.complete-view h2,.complete-view h3{font-family:Poppins,sans-serif;color:#35baef}.complete-view p{color:#666}.complete-view h1{font-size:26px;margin-bottom:30px}.complete-view h2{font-size:20px}.complete-view .feedback-container{border-radius:12px;padding:20px;text-align:center}.complete-view .feedback-container textarea{width:calc(100% - 40px);resize:none}.complete-view .game-report-container{border-radius:12px;padding:20px;margin-top:20px}.complete-view .game-report-container .email-input-container{width:500px;max-width:100%;margin:auto;position:relative}.complete-view .game-report-container .email-input-container input{max-width:calc(100% - 40px);text-align:center;background:none;line-height:38px;border:none;border-bottom:1px solid rgba(0,0,0,.5);font-size:18px;font-family:Poppins,sans-serif}.complete-view .game-report-container .email-input-container input:hover{background-color:hsla(0,0%,100%,.1)}.complete-view .game-report-container .email-input-container .email-address-invalid-icon{position:absolute;top:12px;right:20px}.complete-view .actions{margin-top:40px}
/*# sourceMappingURL=application.853c1d0310db9574baed.css.map*/