:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:1;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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color: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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%}a{color:inherit;text-decoration:none}a:hover{color:inherit}#root{width:100%;height:100%}@media screen and (-ms-high-contrast:active){.noForceColorAdjust{forced-color-adjust:none}}.liveops-player-menus .shaka-overflow-menu,.shaka-settings-menu{max-height:80%!important}img{width:100%;height:auto;display:block;object-fit:contain;max-width:100%;max-height:100%}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.t-div-1{background-color:red}.t-div-2{background-color:#00f}*,*:before,*:after{box-sizing:border-box}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:.75rem;padding-left:.75rem}@media(min-width:1084px){.container{padding-right:5%;padding-left:5%;width:90%;box-sizing:content-box}}@media(min-width:1400px){.container{max-width:1600px}}.container-fluid,.container-xl{width:100%;margin-right:auto;margin-left:auto;padding-right:.75rem;padding-left:.75rem}@media(min-width:1084px){.container-fluid,.container-xl{padding-right:5%;padding-left:5%;width:90%;box-sizing:content-box}}@media(min-width:1400px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1600px}}.row{display:flex;flex-wrap:wrap;margin-right:-.75rem;margin-left:-.75rem}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:.75rem;padding-left:.75rem}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}html:not([dir=rtl]) .offset-1{margin-left:8.33333%}html[dir=rtl] .offset-1{margin-right:8.33333%}html:not([dir=rtl]) .offset-2{margin-left:16.66667%}html[dir=rtl] .offset-2{margin-right:16.66667%}html:not([dir=rtl]) .offset-3{margin-left:25%}html[dir=rtl] .offset-3{margin-right:25%}html:not([dir=rtl]) .offset-4{margin-left:33.33333%}html[dir=rtl] .offset-4{margin-right:33.33333%}html:not([dir=rtl]) .offset-5{margin-left:41.66667%}html[dir=rtl] .offset-5{margin-right:41.66667%}html:not([dir=rtl]) .offset-6{margin-left:50%}html[dir=rtl] .offset-6{margin-right:50%}html:not([dir=rtl]) .offset-7{margin-left:58.33333%}html[dir=rtl] .offset-7{margin-right:58.33333%}html:not([dir=rtl]) .offset-8{margin-left:66.66667%}html[dir=rtl] .offset-8{margin-right:66.66667%}html:not([dir=rtl]) .offset-9{margin-left:75%}html[dir=rtl] .offset-9{margin-right:75%}html:not([dir=rtl]) .offset-10{margin-left:83.33333%}html[dir=rtl] .offset-10{margin-right:83.33333%}html:not([dir=rtl]) .offset-11{margin-left:91.66667%}html[dir=rtl] .offset-11{margin-right:91.66667%}@media(min-width:540px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}html:not([dir=rtl]) .offset-sm-0{margin-left:0}html[dir=rtl] .offset-sm-0{margin-right:0}html:not([dir=rtl]) .offset-sm-1{margin-left:8.33333%}html[dir=rtl] .offset-sm-1{margin-right:8.33333%}html:not([dir=rtl]) .offset-sm-2{margin-left:16.66667%}html[dir=rtl] .offset-sm-2{margin-right:16.66667%}html:not([dir=rtl]) .offset-sm-3{margin-left:25%}html[dir=rtl] .offset-sm-3{margin-right:25%}html:not([dir=rtl]) .offset-sm-4{margin-left:33.33333%}html[dir=rtl] .offset-sm-4{margin-right:33.33333%}html:not([dir=rtl]) .offset-sm-5{margin-left:41.66667%}html[dir=rtl] .offset-sm-5{margin-right:41.66667%}html:not([dir=rtl]) .offset-sm-6{margin-left:50%}html[dir=rtl] .offset-sm-6{margin-right:50%}html:not([dir=rtl]) .offset-sm-7{margin-left:58.33333%}html[dir=rtl] .offset-sm-7{margin-right:58.33333%}html:not([dir=rtl]) .offset-sm-8{margin-left:66.66667%}html[dir=rtl] .offset-sm-8{margin-right:66.66667%}html:not([dir=rtl]) .offset-sm-9{margin-left:75%}html[dir=rtl] .offset-sm-9{margin-right:75%}html:not([dir=rtl]) .offset-sm-10{margin-left:83.33333%}html[dir=rtl] .offset-sm-10{margin-right:83.33333%}html:not([dir=rtl]) .offset-sm-11{margin-left:91.66667%}html[dir=rtl] .offset-sm-11{margin-right:91.66667%}}@media(min-width:860px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}html:not([dir=rtl]) .offset-md-0{margin-left:0}html[dir=rtl] .offset-md-0{margin-right:0}html:not([dir=rtl]) .offset-md-1{margin-left:8.33333%}html[dir=rtl] .offset-md-1{margin-right:8.33333%}html:not([dir=rtl]) .offset-md-2{margin-left:16.66667%}html[dir=rtl] .offset-md-2{margin-right:16.66667%}html:not([dir=rtl]) .offset-md-3{margin-left:25%}html[dir=rtl] .offset-md-3{margin-right:25%}html:not([dir=rtl]) .offset-md-4{margin-left:33.33333%}html[dir=rtl] .offset-md-4{margin-right:33.33333%}html:not([dir=rtl]) .offset-md-5{margin-left:41.66667%}html[dir=rtl] .offset-md-5{margin-right:41.66667%}html:not([dir=rtl]) .offset-md-6{margin-left:50%}html[dir=rtl] .offset-md-6{margin-right:50%}html:not([dir=rtl]) .offset-md-7{margin-left:58.33333%}html[dir=rtl] .offset-md-7{margin-right:58.33333%}html:not([dir=rtl]) .offset-md-8{margin-left:66.66667%}html[dir=rtl] .offset-md-8{margin-right:66.66667%}html:not([dir=rtl]) .offset-md-9{margin-left:75%}html[dir=rtl] .offset-md-9{margin-right:75%}html:not([dir=rtl]) .offset-md-10{margin-left:83.33333%}html[dir=rtl] .offset-md-10{margin-right:83.33333%}html:not([dir=rtl]) .offset-md-11{margin-left:91.66667%}html[dir=rtl] .offset-md-11{margin-right:91.66667%}}@media(min-width:1084px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}html:not([dir=rtl]) .offset-lg-0{margin-left:0}html[dir=rtl] .offset-lg-0{margin-right:0}html:not([dir=rtl]) .offset-lg-1{margin-left:8.33333%}html[dir=rtl] .offset-lg-1{margin-right:8.33333%}html:not([dir=rtl]) .offset-lg-2{margin-left:16.66667%}html[dir=rtl] .offset-lg-2{margin-right:16.66667%}html:not([dir=rtl]) .offset-lg-3{margin-left:25%}html[dir=rtl] .offset-lg-3{margin-right:25%}html:not([dir=rtl]) .offset-lg-4{margin-left:33.33333%}html[dir=rtl] .offset-lg-4{margin-right:33.33333%}html:not([dir=rtl]) .offset-lg-5{margin-left:41.66667%}html[dir=rtl] .offset-lg-5{margin-right:41.66667%}html:not([dir=rtl]) .offset-lg-6{margin-left:50%}html[dir=rtl] .offset-lg-6{margin-right:50%}html:not([dir=rtl]) .offset-lg-7{margin-left:58.33333%}html[dir=rtl] .offset-lg-7{margin-right:58.33333%}html:not([dir=rtl]) .offset-lg-8{margin-left:66.66667%}html[dir=rtl] .offset-lg-8{margin-right:66.66667%}html:not([dir=rtl]) .offset-lg-9{margin-left:75%}html[dir=rtl] .offset-lg-9{margin-right:75%}html:not([dir=rtl]) .offset-lg-10{margin-left:83.33333%}html[dir=rtl] .offset-lg-10{margin-right:83.33333%}html:not([dir=rtl]) .offset-lg-11{margin-left:91.66667%}html[dir=rtl] .offset-lg-11{margin-right:91.66667%}}@media(min-width:1400px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}html:not([dir=rtl]) .offset-xl-0{margin-left:0}html[dir=rtl] .offset-xl-0{margin-right:0}html:not([dir=rtl]) .offset-xl-1{margin-left:8.33333%}html[dir=rtl] .offset-xl-1{margin-right:8.33333%}html:not([dir=rtl]) .offset-xl-2{margin-left:16.66667%}html[dir=rtl] .offset-xl-2{margin-right:16.66667%}html:not([dir=rtl]) .offset-xl-3{margin-left:25%}html[dir=rtl] .offset-xl-3{margin-right:25%}html:not([dir=rtl]) .offset-xl-4{margin-left:33.33333%}html[dir=rtl] .offset-xl-4{margin-right:33.33333%}html:not([dir=rtl]) .offset-xl-5{margin-left:41.66667%}html[dir=rtl] .offset-xl-5{margin-right:41.66667%}html:not([dir=rtl]) .offset-xl-6{margin-left:50%}html[dir=rtl] .offset-xl-6{margin-right:50%}html:not([dir=rtl]) .offset-xl-7{margin-left:58.33333%}html[dir=rtl] .offset-xl-7{margin-right:58.33333%}html:not([dir=rtl]) .offset-xl-8{margin-left:66.66667%}html[dir=rtl] .offset-xl-8{margin-right:66.66667%}html:not([dir=rtl]) .offset-xl-9{margin-left:75%}html[dir=rtl] .offset-xl-9{margin-right:75%}html:not([dir=rtl]) .offset-xl-10{margin-left:83.33333%}html[dir=rtl] .offset-xl-10{margin-right:83.33333%}html:not([dir=rtl]) .offset-xl-11{margin-left:91.66667%}html[dir=rtl] .offset-xl-11{margin-right:91.66667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:540px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:860px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:1084px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1400px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important;flex-wrap:wrap}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:860px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:1084px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1400px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.clearfix:after{display:block;clear:both;content:""}html:not([dir=rtl]) .float-left{float:left!important}html[dir=rtl] .float-left{float:right!important}html:not([dir=rtl]) .float-right{float:right!important}html[dir=rtl] .float-right{float:left!important}.float-none{float:none!important}@media(min-width:540px){html:not([dir=rtl]) .float-sm-left{float:left!important}html[dir=rtl] .float-sm-left{float:right!important}html:not([dir=rtl]) .float-sm-right{float:right!important}html[dir=rtl] .float-sm-right{float:left!important}.float-sm-none{float:none!important}}@media(min-width:860px){html:not([dir=rtl]) .float-md-left{float:left!important}html[dir=rtl] .float-md-left{float:right!important}html:not([dir=rtl]) .float-md-right{float:right!important}html[dir=rtl] .float-md-right{float:left!important}.float-md-none{float:none!important}}@media(min-width:1084px){html:not([dir=rtl]) .float-lg-left{float:left!important}html[dir=rtl] .float-lg-left{float:right!important}html:not([dir=rtl]) .float-lg-right{float:right!important}html[dir=rtl] .float-lg-right{float:left!important}.float-lg-none{float:none!important}}@media(min-width:1400px){html:not([dir=rtl]) .float-xl-left{float:left!important}html[dir=rtl] .float-xl-left{float:right!important}html:not([dir=rtl]) .float-xl-right{float:right!important}html[dir=rtl] .float-xl-right{float:left!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute,.absolute-center{position:absolute!important}.position-fixed,.fixed-top,.fixed-bottom{position:fixed!important;z-index:1030}.position-sticky{position:sticky!important;z-index:1020}.fixed-top{top:0;right:0;left:0}.fixed-bottom{bottom:0;right:0;left:0}.absolute-center{top:50%;left:50%;transform:translate(-50%,-50%)}.top-0{top:0!important}.bottom-0{bottom:0!important}html:not([dir=rtl]) .left-0{left:0!important}html[dir=rtl] .left-0{right:0!important}html:not([dir=rtl]) .right-0{right:0!important}html[dir=rtl] .right-0{left:0!important}.top-1{top:.25rem!important}.bottom-1{bottom:.25rem!important}html:not([dir=rtl]) .left-1{left:.25rem!important}html[dir=rtl] .left-1{right:.25rem!important}html:not([dir=rtl]) .right-1{right:.25rem!important}html[dir=rtl] .right-1{left:.25rem!important}.top-2{top:.5rem!important}.bottom-2{bottom:.5rem!important}html:not([dir=rtl]) .left-2{left:.5rem!important}html[dir=rtl] .left-2{right:.5rem!important}html:not([dir=rtl]) .right-2{right:.5rem!important}html[dir=rtl] .right-2{left:.5rem!important}.top-3{top:1rem!important}.bottom-3{bottom:1rem!important}html:not([dir=rtl]) .left-3{left:1rem!important}html[dir=rtl] .left-3{right:1rem!important}html:not([dir=rtl]) .right-3{right:1rem!important}html[dir=rtl] .right-3{left:1rem!important}.top-4{top:1.5rem!important}.bottom-4{bottom:1.5rem!important}html:not([dir=rtl]) .left-4{left:1.5rem!important}html[dir=rtl] .left-4{right:1.5rem!important}html:not([dir=rtl]) .right-4{right:1.5rem!important}html[dir=rtl] .right-4{left:1.5rem!important}.top-5{top:3rem!important}.bottom-5{bottom:3rem!important}html:not([dir=rtl]) .left-5{left:3rem!important}html[dir=rtl] .left-5{right:3rem!important}html:not([dir=rtl]) .right-5{right:3rem!important}html[dir=rtl] .right-5{left:3rem!important}.top-g{top:.75rem!important}.bottom-g{bottom:.75rem!important}html:not([dir=rtl]) .left-g{left:.75rem!important}html[dir=rtl] .left-g{right:.75rem!important}html:not([dir=rtl]) .right-g{right:.75rem!important}html[dir=rtl] .right-g{left:.75rem!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.w-col-1{width:8.33333%!important}.w-col-2{width:16.66667%!important}.w-col-3,.w-25{width:25%!important}.w-col-4{width:33.33333%!important}.w-col-5{width:41.66667%!important}.w-col-6,.w-50{width:50%!important}.w-col-7{width:58.33333%!important}.w-col-8{width:66.66667%!important}.w-col-9,.w-75{width:75%!important}.w-col-10{width:83.33333%!important}.w-col-11{width:91.66667%!important}.w-col-12,.w-100{width:100%!important}.w-auto{width:auto!important}@media(min-width:540px){.w-sm-col-1{width:8.33333%!important}.w-sm-col-2{width:16.66667%!important}.w-sm-col-3,.w-sm-25{width:25%!important}.w-sm-col-4{width:33.33333%!important}.w-sm-col-5{width:41.66667%!important}.w-sm-col-6,.w-sm-50{width:50%!important}.w-sm-col-7{width:58.33333%!important}.w-sm-col-8{width:66.66667%!important}.w-sm-col-9,.w-sm-75{width:75%!important}.w-sm-col-10{width:83.33333%!important}.w-sm-col-11{width:91.66667%!important}.w-sm-col-12,.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}}@media(min-width:860px){.w-md-col-1{width:8.33333%!important}.w-md-col-2{width:16.66667%!important}.w-md-col-3,.w-md-25{width:25%!important}.w-md-col-4{width:33.33333%!important}.w-md-col-5{width:41.66667%!important}.w-md-col-6,.w-md-50{width:50%!important}.w-md-col-7{width:58.33333%!important}.w-md-col-8{width:66.66667%!important}.w-md-col-9,.w-md-75{width:75%!important}.w-md-col-10{width:83.33333%!important}.w-md-col-11{width:91.66667%!important}.w-md-col-12,.w-md-100{width:100%!important}.w-md-auto{width:auto!important}}@media(min-width:1084px){.w-lg-col-1{width:8.33333%!important}.w-lg-col-2{width:16.66667%!important}.w-lg-col-3,.w-lg-25{width:25%!important}.w-lg-col-4{width:33.33333%!important}.w-lg-col-5{width:41.66667%!important}.w-lg-col-6,.w-lg-50{width:50%!important}.w-lg-col-7{width:58.33333%!important}.w-lg-col-8{width:66.66667%!important}.w-lg-col-9,.w-lg-75{width:75%!important}.w-lg-col-10{width:83.33333%!important}.w-lg-col-11{width:91.66667%!important}.w-lg-col-12,.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}}@media(min-width:1400px){.w-xl-col-1{width:8.33333%!important}.w-xl-col-2{width:16.66667%!important}.w-xl-col-3,.w-xl-25{width:25%!important}.w-xl-col-4{width:33.33333%!important}.w-xl-col-5{width:41.66667%!important}.w-xl-col-6,.w-xl-50{width:50%!important}.w-xl-col-7{width:58.33333%!important}.w-xl-col-8{width:66.66667%!important}.w-xl-col-9,.w-xl-75{width:75%!important}.w-xl-col-10{width:83.33333%!important}.w-xl-col-11{width:91.66667%!important}.w-xl-col-12,.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.mw-fit-content{max-width:-moz-fit-content!important;max-width:fit-content!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}html:not([dir=rtl]) .mr-0,html:not([dir=rtl]) .mx-0{margin-right:0!important}html[dir=rtl] .mr-0,html[dir=rtl] .mx-0{margin-left:0!important}.mb-0,.my-0{margin-bottom:0!important}html:not([dir=rtl]) .ml-0,html:not([dir=rtl]) .mx-0{margin-left:0!important}html[dir=rtl] .ml-0,html[dir=rtl] .mx-0{margin-right:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}html:not([dir=rtl]) .mr-1,html:not([dir=rtl]) .mx-1{margin-right:.25rem!important}html[dir=rtl] .mr-1,html[dir=rtl] .mx-1{margin-left:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}html:not([dir=rtl]) .ml-1,html:not([dir=rtl]) .mx-1{margin-left:.25rem!important}html[dir=rtl] .ml-1,html[dir=rtl] .mx-1{margin-right:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}html:not([dir=rtl]) .mr-2,html:not([dir=rtl]) .mx-2{margin-right:.5rem!important}html[dir=rtl] .mr-2,html[dir=rtl] .mx-2{margin-left:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}html:not([dir=rtl]) .ml-2,html:not([dir=rtl]) .mx-2{margin-left:.5rem!important}html[dir=rtl] .ml-2,html[dir=rtl] .mx-2{margin-right:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}html:not([dir=rtl]) .mr-3,html:not([dir=rtl]) .mx-3{margin-right:1rem!important}html[dir=rtl] .mr-3,html[dir=rtl] .mx-3{margin-left:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}html:not([dir=rtl]) .ml-3,html:not([dir=rtl]) .mx-3{margin-left:1rem!important}html[dir=rtl] .ml-3,html[dir=rtl] .mx-3{margin-right:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}html:not([dir=rtl]) .mr-4,html:not([dir=rtl]) .mx-4{margin-right:1.5rem!important}html[dir=rtl] .mr-4,html[dir=rtl] .mx-4{margin-left:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}html:not([dir=rtl]) .ml-4,html:not([dir=rtl]) .mx-4{margin-left:1.5rem!important}html[dir=rtl] .ml-4,html[dir=rtl] .mx-4{margin-right:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}html:not([dir=rtl]) .mr-5,html:not([dir=rtl]) .mx-5{margin-right:3rem!important}html[dir=rtl] .mr-5,html[dir=rtl] .mx-5{margin-left:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}html:not([dir=rtl]) .ml-5,html:not([dir=rtl]) .mx-5{margin-left:3rem!important}html[dir=rtl] .ml-5,html[dir=rtl] .mx-5{margin-right:3rem!important}.m-g{margin:.75rem!important}.mt-g,.my-g{margin-top:.75rem!important}html:not([dir=rtl]) .mr-g,html:not([dir=rtl]) .mx-g{margin-right:.75rem!important}html[dir=rtl] .mr-g,html[dir=rtl] .mx-g{margin-left:.75rem!important}.mb-g,.my-g{margin-bottom:.75rem!important}html:not([dir=rtl]) .ml-g,html:not([dir=rtl]) .mx-g{margin-left:.75rem!important}html[dir=rtl] .ml-g,html[dir=rtl] .mx-g{margin-right:.75rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}html:not([dir=rtl]) .pr-0,html:not([dir=rtl]) .px-0{padding-right:0!important}html[dir=rtl] .pr-0,html[dir=rtl] .px-0{padding-left:0!important}.pb-0,.py-0{padding-bottom:0!important}html:not([dir=rtl]) .pl-0,html:not([dir=rtl]) .px-0{padding-left:0!important}html[dir=rtl] .pl-0,html[dir=rtl] .px-0{padding-right:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}html:not([dir=rtl]) .pr-1,html:not([dir=rtl]) .px-1{padding-right:.25rem!important}html[dir=rtl] .pr-1,html[dir=rtl] .px-1{padding-left:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}html:not([dir=rtl]) .pl-1,html:not([dir=rtl]) .px-1{padding-left:.25rem!important}html[dir=rtl] .pl-1,html[dir=rtl] .px-1{padding-right:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}html:not([dir=rtl]) .pr-2,html:not([dir=rtl]) .px-2{padding-right:.5rem!important}html[dir=rtl] .pr-2,html[dir=rtl] .px-2{padding-left:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}html:not([dir=rtl]) .pl-2,html:not([dir=rtl]) .px-2{padding-left:.5rem!important}html[dir=rtl] .pl-2,html[dir=rtl] .px-2{padding-right:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}html:not([dir=rtl]) .pr-3,html:not([dir=rtl]) .px-3{padding-right:1rem!important}html[dir=rtl] .pr-3,html[dir=rtl] .px-3{padding-left:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}html:not([dir=rtl]) .pl-3,html:not([dir=rtl]) .px-3{padding-left:1rem!important}html[dir=rtl] .pl-3,html[dir=rtl] .px-3{padding-right:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}html:not([dir=rtl]) .pr-4,html:not([dir=rtl]) .px-4{padding-right:1.5rem!important}html[dir=rtl] .pr-4,html[dir=rtl] .px-4{padding-left:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}html:not([dir=rtl]) .pl-4,html:not([dir=rtl]) .px-4{padding-left:1.5rem!important}html[dir=rtl] .pl-4,html[dir=rtl] .px-4{padding-right:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}html:not([dir=rtl]) .pr-5,html:not([dir=rtl]) .px-5{padding-right:3rem!important}html[dir=rtl] .pr-5,html[dir=rtl] .px-5{padding-left:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}html:not([dir=rtl]) .pl-5,html:not([dir=rtl]) .px-5{padding-left:3rem!important}html[dir=rtl] .pl-5,html[dir=rtl] .px-5{padding-right:3rem!important}.p-g{padding:.75rem!important}.pt-g,.py-g{padding-top:.75rem!important}html:not([dir=rtl]) .pr-g,html:not([dir=rtl]) .px-g{padding-right:.75rem!important}html[dir=rtl] .pr-g,html[dir=rtl] .px-g{padding-left:.75rem!important}.pb-g,.py-g{padding-bottom:.75rem!important}html:not([dir=rtl]) .pl-g,html:not([dir=rtl]) .px-g{padding-left:.75rem!important}html[dir=rtl] .pl-g,html[dir=rtl] .px-g{padding-right:.75rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}html:not([dir=rtl]) .mr-n1,html:not([dir=rtl]) .mx-n1{margin-right:-.25rem!important}html[dir=rtl] .mr-n1,html[dir=rtl] .mx-n1{margin-left:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}html:not([dir=rtl]) .ml-n1,html:not([dir=rtl]) .mx-n1{margin-left:-.25rem!important}html[dir=rtl] .ml-n1,html[dir=rtl] .mx-n1{margin-right:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}html:not([dir=rtl]) .mr-n2,html:not([dir=rtl]) .mx-n2{margin-right:-.5rem!important}html[dir=rtl] .mr-n2,html[dir=rtl] .mx-n2{margin-left:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}html:not([dir=rtl]) .ml-n2,html:not([dir=rtl]) .mx-n2{margin-left:-.5rem!important}html[dir=rtl] .ml-n2,html[dir=rtl] .mx-n2{margin-right:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}html:not([dir=rtl]) .mr-n3,html:not([dir=rtl]) .mx-n3{margin-right:-1rem!important}html[dir=rtl] .mr-n3,html[dir=rtl] .mx-n3{margin-left:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}html:not([dir=rtl]) .ml-n3,html:not([dir=rtl]) .mx-n3{margin-left:-1rem!important}html[dir=rtl] .ml-n3,html[dir=rtl] .mx-n3{margin-right:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}html:not([dir=rtl]) .mr-n4,html:not([dir=rtl]) .mx-n4{margin-right:-1.5rem!important}html[dir=rtl] .mr-n4,html[dir=rtl] .mx-n4{margin-left:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}html:not([dir=rtl]) .ml-n4,html:not([dir=rtl]) .mx-n4{margin-left:-1.5rem!important}html[dir=rtl] .ml-n4,html[dir=rtl] .mx-n4{margin-right:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}html:not([dir=rtl]) .mr-n5,html:not([dir=rtl]) .mx-n5{margin-right:-3rem!important}html[dir=rtl] .mr-n5,html[dir=rtl] .mx-n5{margin-left:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}html:not([dir=rtl]) .ml-n5,html:not([dir=rtl]) .mx-n5{margin-left:-3rem!important}html[dir=rtl] .ml-n5,html[dir=rtl] .mx-n5{margin-right:-3rem!important}.m-ng{margin:-.75rem!important}.mt-ng,.my-ng{margin-top:-.75rem!important}html:not([dir=rtl]) .mr-ng,html:not([dir=rtl]) .mx-ng{margin-right:-.75rem!important}html[dir=rtl] .mr-ng,html[dir=rtl] .mx-ng{margin-left:-.75rem!important}.mb-ng,.my-ng{margin-bottom:-.75rem!important}html:not([dir=rtl]) .ml-ng,html:not([dir=rtl]) .mx-ng{margin-left:-.75rem!important}html[dir=rtl] .ml-ng,html[dir=rtl] .mx-ng{margin-right:-.75rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}html:not([dir=rtl]) .mr-auto,html:not([dir=rtl]) .mx-auto{margin-right:auto!important}html[dir=rtl] .mr-auto,html[dir=rtl] .mx-auto{margin-left:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}html:not([dir=rtl]) .ml-auto,html:not([dir=rtl]) .mx-auto{margin-left:auto!important}html[dir=rtl] .ml-auto,html[dir=rtl] .mx-auto{margin-right:auto!important}.mb-0-last-child>:last-child{margin-bottom:0!important}@media(min-width:540px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}html:not([dir=rtl]) .mr-sm-0,html:not([dir=rtl]) .mx-sm-0{margin-right:0!important}html[dir=rtl] .mr-sm-0,html[dir=rtl] .mx-sm-0{margin-left:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}html:not([dir=rtl]) .ml-sm-0,html:not([dir=rtl]) .mx-sm-0{margin-left:0!important}html[dir=rtl] .ml-sm-0,html[dir=rtl] .mx-sm-0{margin-right:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}html:not([dir=rtl]) .mr-sm-1,html:not([dir=rtl]) .mx-sm-1{margin-right:.25rem!important}html[dir=rtl] .mr-sm-1,html[dir=rtl] .mx-sm-1{margin-left:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}html:not([dir=rtl]) .ml-sm-1,html:not([dir=rtl]) .mx-sm-1{margin-left:.25rem!important}html[dir=rtl] .ml-sm-1,html[dir=rtl] .mx-sm-1{margin-right:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}html:not([dir=rtl]) .mr-sm-2,html:not([dir=rtl]) .mx-sm-2{margin-right:.5rem!important}html[dir=rtl] .mr-sm-2,html[dir=rtl] .mx-sm-2{margin-left:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}html:not([dir=rtl]) .ml-sm-2,html:not([dir=rtl]) .mx-sm-2{margin-left:.5rem!important}html[dir=rtl] .ml-sm-2,html[dir=rtl] .mx-sm-2{margin-right:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}html:not([dir=rtl]) .mr-sm-3,html:not([dir=rtl]) .mx-sm-3{margin-right:1rem!important}html[dir=rtl] .mr-sm-3,html[dir=rtl] .mx-sm-3{margin-left:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}html:not([dir=rtl]) .ml-sm-3,html:not([dir=rtl]) .mx-sm-3{margin-left:1rem!important}html[dir=rtl] .ml-sm-3,html[dir=rtl] .mx-sm-3{margin-right:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}html:not([dir=rtl]) .mr-sm-4,html:not([dir=rtl]) .mx-sm-4{margin-right:1.5rem!important}html[dir=rtl] .mr-sm-4,html[dir=rtl] .mx-sm-4{margin-left:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}html:not([dir=rtl]) .ml-sm-4,html:not([dir=rtl]) .mx-sm-4{margin-left:1.5rem!important}html[dir=rtl] .ml-sm-4,html[dir=rtl] .mx-sm-4{margin-right:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}html:not([dir=rtl]) .mr-sm-5,html:not([dir=rtl]) .mx-sm-5{margin-right:3rem!important}html[dir=rtl] .mr-sm-5,html[dir=rtl] .mx-sm-5{margin-left:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}html:not([dir=rtl]) .ml-sm-5,html:not([dir=rtl]) .mx-sm-5{margin-left:3rem!important}html[dir=rtl] .ml-sm-5,html[dir=rtl] .mx-sm-5{margin-right:3rem!important}.m-sm-g{margin:.75rem!important}.mt-sm-g,.my-sm-g{margin-top:.75rem!important}html:not([dir=rtl]) .mr-sm-g,html:not([dir=rtl]) .mx-sm-g{margin-right:.75rem!important}html[dir=rtl] .mr-sm-g,html[dir=rtl] .mx-sm-g{margin-left:.75rem!important}.mb-sm-g,.my-sm-g{margin-bottom:.75rem!important}html:not([dir=rtl]) .ml-sm-g,html:not([dir=rtl]) .mx-sm-g{margin-left:.75rem!important}html[dir=rtl] .ml-sm-g,html[dir=rtl] .mx-sm-g{margin-right:.75rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}html:not([dir=rtl]) .pr-sm-0,html:not([dir=rtl]) .px-sm-0{padding-right:0!important}html[dir=rtl] .pr-sm-0,html[dir=rtl] .px-sm-0{padding-left:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}html:not([dir=rtl]) .pl-sm-0,html:not([dir=rtl]) .px-sm-0{padding-left:0!important}html[dir=rtl] .pl-sm-0,html[dir=rtl] .px-sm-0{padding-right:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}html:not([dir=rtl]) .pr-sm-1,html:not([dir=rtl]) .px-sm-1{padding-right:.25rem!important}html[dir=rtl] .pr-sm-1,html[dir=rtl] .px-sm-1{padding-left:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}html:not([dir=rtl]) .pl-sm-1,html:not([dir=rtl]) .px-sm-1{padding-left:.25rem!important}html[dir=rtl] .pl-sm-1,html[dir=rtl] .px-sm-1{padding-right:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}html:not([dir=rtl]) .pr-sm-2,html:not([dir=rtl]) .px-sm-2{padding-right:.5rem!important}html[dir=rtl] .pr-sm-2,html[dir=rtl] .px-sm-2{padding-left:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}html:not([dir=rtl]) .pl-sm-2,html:not([dir=rtl]) .px-sm-2{padding-left:.5rem!important}html[dir=rtl] .pl-sm-2,html[dir=rtl] .px-sm-2{padding-right:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}html:not([dir=rtl]) .pr-sm-3,html:not([dir=rtl]) .px-sm-3{padding-right:1rem!important}html[dir=rtl] .pr-sm-3,html[dir=rtl] .px-sm-3{padding-left:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}html:not([dir=rtl]) .pl-sm-3,html:not([dir=rtl]) .px-sm-3{padding-left:1rem!important}html[dir=rtl] .pl-sm-3,html[dir=rtl] .px-sm-3{padding-right:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}html:not([dir=rtl]) .pr-sm-4,html:not([dir=rtl]) .px-sm-4{padding-right:1.5rem!important}html[dir=rtl] .pr-sm-4,html[dir=rtl] .px-sm-4{padding-left:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}html:not([dir=rtl]) .pl-sm-4,html:not([dir=rtl]) .px-sm-4{padding-left:1.5rem!important}html[dir=rtl] .pl-sm-4,html[dir=rtl] .px-sm-4{padding-right:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}html:not([dir=rtl]) .pr-sm-5,html:not([dir=rtl]) .px-sm-5{padding-right:3rem!important}html[dir=rtl] .pr-sm-5,html[dir=rtl] .px-sm-5{padding-left:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}html:not([dir=rtl]) .pl-sm-5,html:not([dir=rtl]) .px-sm-5{padding-left:3rem!important}html[dir=rtl] .pl-sm-5,html[dir=rtl] .px-sm-5{padding-right:3rem!important}.p-sm-g{padding:.75rem!important}.pt-sm-g,.py-sm-g{padding-top:.75rem!important}html:not([dir=rtl]) .pr-sm-g,html:not([dir=rtl]) .px-sm-g{padding-right:.75rem!important}html[dir=rtl] .pr-sm-g,html[dir=rtl] .px-sm-g{padding-left:.75rem!important}.pb-sm-g,.py-sm-g{padding-bottom:.75rem!important}html:not([dir=rtl]) .pl-sm-g,html:not([dir=rtl]) .px-sm-g{padding-left:.75rem!important}html[dir=rtl] .pl-sm-g,html[dir=rtl] .px-sm-g{padding-right:.75rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}html:not([dir=rtl]) .mr-sm-n1,html:not([dir=rtl]) .mx-sm-n1{margin-right:-.25rem!important}html[dir=rtl] .mr-sm-n1,html[dir=rtl] .mx-sm-n1{margin-left:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}html:not([dir=rtl]) .ml-sm-n1,html:not([dir=rtl]) .mx-sm-n1{margin-left:-.25rem!important}html[dir=rtl] .ml-sm-n1,html[dir=rtl] .mx-sm-n1{margin-right:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}html:not([dir=rtl]) .mr-sm-n2,html:not([dir=rtl]) .mx-sm-n2{margin-right:-.5rem!important}html[dir=rtl] .mr-sm-n2,html[dir=rtl] .mx-sm-n2{margin-left:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}html:not([dir=rtl]) .ml-sm-n2,html:not([dir=rtl]) .mx-sm-n2{margin-left:-.5rem!important}html[dir=rtl] .ml-sm-n2,html[dir=rtl] .mx-sm-n2{margin-right:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}html:not([dir=rtl]) .mr-sm-n3,html:not([dir=rtl]) .mx-sm-n3{margin-right:-1rem!important}html[dir=rtl] .mr-sm-n3,html[dir=rtl] .mx-sm-n3{margin-left:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}html:not([dir=rtl]) .ml-sm-n3,html:not([dir=rtl]) .mx-sm-n3{margin-left:-1rem!important}html[dir=rtl] .ml-sm-n3,html[dir=rtl] .mx-sm-n3{margin-right:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}html:not([dir=rtl]) .mr-sm-n4,html:not([dir=rtl]) .mx-sm-n4{margin-right:-1.5rem!important}html[dir=rtl] .mr-sm-n4,html[dir=rtl] .mx-sm-n4{margin-left:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}html:not([dir=rtl]) .ml-sm-n4,html:not([dir=rtl]) .mx-sm-n4{margin-left:-1.5rem!important}html[dir=rtl] .ml-sm-n4,html[dir=rtl] .mx-sm-n4{margin-right:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}html:not([dir=rtl]) .mr-sm-n5,html:not([dir=rtl]) .mx-sm-n5{margin-right:-3rem!important}html[dir=rtl] .mr-sm-n5,html[dir=rtl] .mx-sm-n5{margin-left:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}html:not([dir=rtl]) .ml-sm-n5,html:not([dir=rtl]) .mx-sm-n5{margin-left:-3rem!important}html[dir=rtl] .ml-sm-n5,html[dir=rtl] .mx-sm-n5{margin-right:-3rem!important}.m-sm-ng{margin:-.75rem!important}.mt-sm-ng,.my-sm-ng{margin-top:-.75rem!important}html:not([dir=rtl]) .mr-sm-ng,html:not([dir=rtl]) .mx-sm-ng{margin-right:-.75rem!important}html[dir=rtl] .mr-sm-ng,html[dir=rtl] .mx-sm-ng{margin-left:-.75rem!important}.mb-sm-ng,.my-sm-ng{margin-bottom:-.75rem!important}html:not([dir=rtl]) .ml-sm-ng,html:not([dir=rtl]) .mx-sm-ng{margin-left:-.75rem!important}html[dir=rtl] .ml-sm-ng,html[dir=rtl] .mx-sm-ng{margin-right:-.75rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}html:not([dir=rtl]) .mr-sm-auto,html:not([dir=rtl]) .mx-sm-auto{margin-right:auto!important}html[dir=rtl] .mr-sm-auto,html[dir=rtl] .mx-sm-auto{margin-left:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}html:not([dir=rtl]) .ml-sm-auto,html:not([dir=rtl]) .mx-sm-auto{margin-left:auto!important}html[dir=rtl] .ml-sm-auto,html[dir=rtl] .mx-sm-auto{margin-right:auto!important}.mb-sm-0-last-child>:last-child{margin-bottom:0!important}}@media(min-width:860px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}html:not([dir=rtl]) .mr-md-0,html:not([dir=rtl]) .mx-md-0{margin-right:0!important}html[dir=rtl] .mr-md-0,html[dir=rtl] .mx-md-0{margin-left:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}html:not([dir=rtl]) .ml-md-0,html:not([dir=rtl]) .mx-md-0{margin-left:0!important}html[dir=rtl] .ml-md-0,html[dir=rtl] .mx-md-0{margin-right:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}html:not([dir=rtl]) .mr-md-1,html:not([dir=rtl]) .mx-md-1{margin-right:.25rem!important}html[dir=rtl] .mr-md-1,html[dir=rtl] .mx-md-1{margin-left:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}html:not([dir=rtl]) .ml-md-1,html:not([dir=rtl]) .mx-md-1{margin-left:.25rem!important}html[dir=rtl] .ml-md-1,html[dir=rtl] .mx-md-1{margin-right:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}html:not([dir=rtl]) .mr-md-2,html:not([dir=rtl]) .mx-md-2{margin-right:.5rem!important}html[dir=rtl] .mr-md-2,html[dir=rtl] .mx-md-2{margin-left:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}html:not([dir=rtl]) .ml-md-2,html:not([dir=rtl]) .mx-md-2{margin-left:.5rem!important}html[dir=rtl] .ml-md-2,html[dir=rtl] .mx-md-2{margin-right:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}html:not([dir=rtl]) .mr-md-3,html:not([dir=rtl]) .mx-md-3{margin-right:1rem!important}html[dir=rtl] .mr-md-3,html[dir=rtl] .mx-md-3{margin-left:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}html:not([dir=rtl]) .ml-md-3,html:not([dir=rtl]) .mx-md-3{margin-left:1rem!important}html[dir=rtl] .ml-md-3,html[dir=rtl] .mx-md-3{margin-right:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}html:not([dir=rtl]) .mr-md-4,html:not([dir=rtl]) .mx-md-4{margin-right:1.5rem!important}html[dir=rtl] .mr-md-4,html[dir=rtl] .mx-md-4{margin-left:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}html:not([dir=rtl]) .ml-md-4,html:not([dir=rtl]) .mx-md-4{margin-left:1.5rem!important}html[dir=rtl] .ml-md-4,html[dir=rtl] .mx-md-4{margin-right:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}html:not([dir=rtl]) .mr-md-5,html:not([dir=rtl]) .mx-md-5{margin-right:3rem!important}html[dir=rtl] .mr-md-5,html[dir=rtl] .mx-md-5{margin-left:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}html:not([dir=rtl]) .ml-md-5,html:not([dir=rtl]) .mx-md-5{margin-left:3rem!important}html[dir=rtl] .ml-md-5,html[dir=rtl] .mx-md-5{margin-right:3rem!important}.m-md-g{margin:.75rem!important}.mt-md-g,.my-md-g{margin-top:.75rem!important}html:not([dir=rtl]) .mr-md-g,html:not([dir=rtl]) .mx-md-g{margin-right:.75rem!important}html[dir=rtl] .mr-md-g,html[dir=rtl] .mx-md-g{margin-left:.75rem!important}.mb-md-g,.my-md-g{margin-bottom:.75rem!important}html:not([dir=rtl]) .ml-md-g,html:not([dir=rtl]) .mx-md-g{margin-left:.75rem!important}html[dir=rtl] .ml-md-g,html[dir=rtl] .mx-md-g{margin-right:.75rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}html:not([dir=rtl]) .pr-md-0,html:not([dir=rtl]) .px-md-0{padding-right:0!important}html[dir=rtl] .pr-md-0,html[dir=rtl] .px-md-0{padding-left:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}html:not([dir=rtl]) .pl-md-0,html:not([dir=rtl]) .px-md-0{padding-left:0!important}html[dir=rtl] .pl-md-0,html[dir=rtl] .px-md-0{padding-right:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}html:not([dir=rtl]) .pr-md-1,html:not([dir=rtl]) .px-md-1{padding-right:.25rem!important}html[dir=rtl] .pr-md-1,html[dir=rtl] .px-md-1{padding-left:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}html:not([dir=rtl]) .pl-md-1,html:not([dir=rtl]) .px-md-1{padding-left:.25rem!important}html[dir=rtl] .pl-md-1,html[dir=rtl] .px-md-1{padding-right:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}html:not([dir=rtl]) .pr-md-2,html:not([dir=rtl]) .px-md-2{padding-right:.5rem!important}html[dir=rtl] .pr-md-2,html[dir=rtl] .px-md-2{padding-left:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}html:not([dir=rtl]) .pl-md-2,html:not([dir=rtl]) .px-md-2{padding-left:.5rem!important}html[dir=rtl] .pl-md-2,html[dir=rtl] .px-md-2{padding-right:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}html:not([dir=rtl]) .pr-md-3,html:not([dir=rtl]) .px-md-3{padding-right:1rem!important}html[dir=rtl] .pr-md-3,html[dir=rtl] .px-md-3{padding-left:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}html:not([dir=rtl]) .pl-md-3,html:not([dir=rtl]) .px-md-3{padding-left:1rem!important}html[dir=rtl] .pl-md-3,html[dir=rtl] .px-md-3{padding-right:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}html:not([dir=rtl]) .pr-md-4,html:not([dir=rtl]) .px-md-4{padding-right:1.5rem!important}html[dir=rtl] .pr-md-4,html[dir=rtl] .px-md-4{padding-left:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}html:not([dir=rtl]) .pl-md-4,html:not([dir=rtl]) .px-md-4{padding-left:1.5rem!important}html[dir=rtl] .pl-md-4,html[dir=rtl] .px-md-4{padding-right:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}html:not([dir=rtl]) .pr-md-5,html:not([dir=rtl]) .px-md-5{padding-right:3rem!important}html[dir=rtl] .pr-md-5,html[dir=rtl] .px-md-5{padding-left:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}html:not([dir=rtl]) .pl-md-5,html:not([dir=rtl]) .px-md-5{padding-left:3rem!important}html[dir=rtl] .pl-md-5,html[dir=rtl] .px-md-5{padding-right:3rem!important}.p-md-g{padding:.75rem!important}.pt-md-g,.py-md-g{padding-top:.75rem!important}html:not([dir=rtl]) .pr-md-g,html:not([dir=rtl]) .px-md-g{padding-right:.75rem!important}html[dir=rtl] .pr-md-g,html[dir=rtl] .px-md-g{padding-left:.75rem!important}.pb-md-g,.py-md-g{padding-bottom:.75rem!important}html:not([dir=rtl]) .pl-md-g,html:not([dir=rtl]) .px-md-g{padding-left:.75rem!important}html[dir=rtl] .pl-md-g,html[dir=rtl] .px-md-g{padding-right:.75rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}html:not([dir=rtl]) .mr-md-n1,html:not([dir=rtl]) .mx-md-n1{margin-right:-.25rem!important}html[dir=rtl] .mr-md-n1,html[dir=rtl] .mx-md-n1{margin-left:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}html:not([dir=rtl]) .ml-md-n1,html:not([dir=rtl]) .mx-md-n1{margin-left:-.25rem!important}html[dir=rtl] .ml-md-n1,html[dir=rtl] .mx-md-n1{margin-right:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}html:not([dir=rtl]) .mr-md-n2,html:not([dir=rtl]) .mx-md-n2{margin-right:-.5rem!important}html[dir=rtl] .mr-md-n2,html[dir=rtl] .mx-md-n2{margin-left:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}html:not([dir=rtl]) .ml-md-n2,html:not([dir=rtl]) .mx-md-n2{margin-left:-.5rem!important}html[dir=rtl] .ml-md-n2,html[dir=rtl] .mx-md-n2{margin-right:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}html:not([dir=rtl]) .mr-md-n3,html:not([dir=rtl]) .mx-md-n3{margin-right:-1rem!important}html[dir=rtl] .mr-md-n3,html[dir=rtl] .mx-md-n3{margin-left:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}html:not([dir=rtl]) .ml-md-n3,html:not([dir=rtl]) .mx-md-n3{margin-left:-1rem!important}html[dir=rtl] .ml-md-n3,html[dir=rtl] .mx-md-n3{margin-right:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}html:not([dir=rtl]) .mr-md-n4,html:not([dir=rtl]) .mx-md-n4{margin-right:-1.5rem!important}html[dir=rtl] .mr-md-n4,html[dir=rtl] .mx-md-n4{margin-left:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}html:not([dir=rtl]) .ml-md-n4,html:not([dir=rtl]) .mx-md-n4{margin-left:-1.5rem!important}html[dir=rtl] .ml-md-n4,html[dir=rtl] .mx-md-n4{margin-right:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}html:not([dir=rtl]) .mr-md-n5,html:not([dir=rtl]) .mx-md-n5{margin-right:-3rem!important}html[dir=rtl] .mr-md-n5,html[dir=rtl] .mx-md-n5{margin-left:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}html:not([dir=rtl]) .ml-md-n5,html:not([dir=rtl]) .mx-md-n5{margin-left:-3rem!important}html[dir=rtl] .ml-md-n5,html[dir=rtl] .mx-md-n5{margin-right:-3rem!important}.m-md-ng{margin:-.75rem!important}.mt-md-ng,.my-md-ng{margin-top:-.75rem!important}html:not([dir=rtl]) .mr-md-ng,html:not([dir=rtl]) .mx-md-ng{margin-right:-.75rem!important}html[dir=rtl] .mr-md-ng,html[dir=rtl] .mx-md-ng{margin-left:-.75rem!important}.mb-md-ng,.my-md-ng{margin-bottom:-.75rem!important}html:not([dir=rtl]) .ml-md-ng,html:not([dir=rtl]) .mx-md-ng{margin-left:-.75rem!important}html[dir=rtl] .ml-md-ng,html[dir=rtl] .mx-md-ng{margin-right:-.75rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}html:not([dir=rtl]) .mr-md-auto,html:not([dir=rtl]) .mx-md-auto{margin-right:auto!important}html[dir=rtl] .mr-md-auto,html[dir=rtl] .mx-md-auto{margin-left:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}html:not([dir=rtl]) .ml-md-auto,html:not([dir=rtl]) .mx-md-auto{margin-left:auto!important}html[dir=rtl] .ml-md-auto,html[dir=rtl] .mx-md-auto{margin-right:auto!important}.mb-md-0-last-child>:last-child{margin-bottom:0!important}}@media(min-width:1084px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}html:not([dir=rtl]) .mr-lg-0,html:not([dir=rtl]) .mx-lg-0{margin-right:0!important}html[dir=rtl] .mr-lg-0,html[dir=rtl] .mx-lg-0{margin-left:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}html:not([dir=rtl]) .ml-lg-0,html:not([dir=rtl]) .mx-lg-0{margin-left:0!important}html[dir=rtl] .ml-lg-0,html[dir=rtl] .mx-lg-0{margin-right:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}html:not([dir=rtl]) .mr-lg-1,html:not([dir=rtl]) .mx-lg-1{margin-right:.25rem!important}html[dir=rtl] .mr-lg-1,html[dir=rtl] .mx-lg-1{margin-left:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}html:not([dir=rtl]) .ml-lg-1,html:not([dir=rtl]) .mx-lg-1{margin-left:.25rem!important}html[dir=rtl] .ml-lg-1,html[dir=rtl] .mx-lg-1{margin-right:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}html:not([dir=rtl]) .mr-lg-2,html:not([dir=rtl]) .mx-lg-2{margin-right:.5rem!important}html[dir=rtl] .mr-lg-2,html[dir=rtl] .mx-lg-2{margin-left:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}html:not([dir=rtl]) .ml-lg-2,html:not([dir=rtl]) .mx-lg-2{margin-left:.5rem!important}html[dir=rtl] .ml-lg-2,html[dir=rtl] .mx-lg-2{margin-right:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}html:not([dir=rtl]) .mr-lg-3,html:not([dir=rtl]) .mx-lg-3{margin-right:1rem!important}html[dir=rtl] .mr-lg-3,html[dir=rtl] .mx-lg-3{margin-left:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}html:not([dir=rtl]) .ml-lg-3,html:not([dir=rtl]) .mx-lg-3{margin-left:1rem!important}html[dir=rtl] .ml-lg-3,html[dir=rtl] .mx-lg-3{margin-right:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}html:not([dir=rtl]) .mr-lg-4,html:not([dir=rtl]) .mx-lg-4{margin-right:1.5rem!important}html[dir=rtl] .mr-lg-4,html[dir=rtl] .mx-lg-4{margin-left:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}html:not([dir=rtl]) .ml-lg-4,html:not([dir=rtl]) .mx-lg-4{margin-left:1.5rem!important}html[dir=rtl] .ml-lg-4,html[dir=rtl] .mx-lg-4{margin-right:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}html:not([dir=rtl]) .mr-lg-5,html:not([dir=rtl]) .mx-lg-5{margin-right:3rem!important}html[dir=rtl] .mr-lg-5,html[dir=rtl] .mx-lg-5{margin-left:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}html:not([dir=rtl]) .ml-lg-5,html:not([dir=rtl]) .mx-lg-5{margin-left:3rem!important}html[dir=rtl] .ml-lg-5,html[dir=rtl] .mx-lg-5{margin-right:3rem!important}.m-lg-g{margin:.75rem!important}.mt-lg-g,.my-lg-g{margin-top:.75rem!important}html:not([dir=rtl]) .mr-lg-g,html:not([dir=rtl]) .mx-lg-g{margin-right:.75rem!important}html[dir=rtl] .mr-lg-g,html[dir=rtl] .mx-lg-g{margin-left:.75rem!important}.mb-lg-g,.my-lg-g{margin-bottom:.75rem!important}html:not([dir=rtl]) .ml-lg-g,html:not([dir=rtl]) .mx-lg-g{margin-left:.75rem!important}html[dir=rtl] .ml-lg-g,html[dir=rtl] .mx-lg-g{margin-right:.75rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}html:not([dir=rtl]) .pr-lg-0,html:not([dir=rtl]) .px-lg-0{padding-right:0!important}html[dir=rtl] .pr-lg-0,html[dir=rtl] .px-lg-0{padding-left:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}html:not([dir=rtl]) .pl-lg-0,html:not([dir=rtl]) .px-lg-0{padding-left:0!important}html[dir=rtl] .pl-lg-0,html[dir=rtl] .px-lg-0{padding-right:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}html:not([dir=rtl]) .pr-lg-1,html:not([dir=rtl]) .px-lg-1{padding-right:.25rem!important}html[dir=rtl] .pr-lg-1,html[dir=rtl] .px-lg-1{padding-left:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}html:not([dir=rtl]) .pl-lg-1,html:not([dir=rtl]) .px-lg-1{padding-left:.25rem!important}html[dir=rtl] .pl-lg-1,html[dir=rtl] .px-lg-1{padding-right:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}html:not([dir=rtl]) .pr-lg-2,html:not([dir=rtl]) .px-lg-2{padding-right:.5rem!important}html[dir=rtl] .pr-lg-2,html[dir=rtl] .px-lg-2{padding-left:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}html:not([dir=rtl]) .pl-lg-2,html:not([dir=rtl]) .px-lg-2{padding-left:.5rem!important}html[dir=rtl] .pl-lg-2,html[dir=rtl] .px-lg-2{padding-right:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}html:not([dir=rtl]) .pr-lg-3,html:not([dir=rtl]) .px-lg-3{padding-right:1rem!important}html[dir=rtl] .pr-lg-3,html[dir=rtl] .px-lg-3{padding-left:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}html:not([dir=rtl]) .pl-lg-3,html:not([dir=rtl]) .px-lg-3{padding-left:1rem!important}html[dir=rtl] .pl-lg-3,html[dir=rtl] .px-lg-3{padding-right:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}html:not([dir=rtl]) .pr-lg-4,html:not([dir=rtl]) .px-lg-4{padding-right:1.5rem!important}html[dir=rtl] .pr-lg-4,html[dir=rtl] .px-lg-4{padding-left:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}html:not([dir=rtl]) .pl-lg-4,html:not([dir=rtl]) .px-lg-4{padding-left:1.5rem!important}html[dir=rtl] .pl-lg-4,html[dir=rtl] .px-lg-4{padding-right:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}html:not([dir=rtl]) .pr-lg-5,html:not([dir=rtl]) .px-lg-5{padding-right:3rem!important}html[dir=rtl] .pr-lg-5,html[dir=rtl] .px-lg-5{padding-left:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}html:not([dir=rtl]) .pl-lg-5,html:not([dir=rtl]) .px-lg-5{padding-left:3rem!important}html[dir=rtl] .pl-lg-5,html[dir=rtl] .px-lg-5{padding-right:3rem!important}.p-lg-g{padding:.75rem!important}.pt-lg-g,.py-lg-g{padding-top:.75rem!important}html:not([dir=rtl]) .pr-lg-g,html:not([dir=rtl]) .px-lg-g{padding-right:.75rem!important}html[dir=rtl] .pr-lg-g,html[dir=rtl] .px-lg-g{padding-left:.75rem!important}.pb-lg-g,.py-lg-g{padding-bottom:.75rem!important}html:not([dir=rtl]) .pl-lg-g,html:not([dir=rtl]) .px-lg-g{padding-left:.75rem!important}html[dir=rtl] .pl-lg-g,html[dir=rtl] .px-lg-g{padding-right:.75rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}html:not([dir=rtl]) .mr-lg-n1,html:not([dir=rtl]) .mx-lg-n1{margin-right:-.25rem!important}html[dir=rtl] .mr-lg-n1,html[dir=rtl] .mx-lg-n1{margin-left:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}html:not([dir=rtl]) .ml-lg-n1,html:not([dir=rtl]) .mx-lg-n1{margin-left:-.25rem!important}html[dir=rtl] .ml-lg-n1,html[dir=rtl] .mx-lg-n1{margin-right:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}html:not([dir=rtl]) .mr-lg-n2,html:not([dir=rtl]) .mx-lg-n2{margin-right:-.5rem!important}html[dir=rtl] .mr-lg-n2,html[dir=rtl] .mx-lg-n2{margin-left:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}html:not([dir=rtl]) .ml-lg-n2,html:not([dir=rtl]) .mx-lg-n2{margin-left:-.5rem!important}html[dir=rtl] .ml-lg-n2,html[dir=rtl] .mx-lg-n2{margin-right:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}html:not([dir=rtl]) .mr-lg-n3,html:not([dir=rtl]) .mx-lg-n3{margin-right:-1rem!important}html[dir=rtl] .mr-lg-n3,html[dir=rtl] .mx-lg-n3{margin-left:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}html:not([dir=rtl]) .ml-lg-n3,html:not([dir=rtl]) .mx-lg-n3{margin-left:-1rem!important}html[dir=rtl] .ml-lg-n3,html[dir=rtl] .mx-lg-n3{margin-right:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}html:not([dir=rtl]) .mr-lg-n4,html:not([dir=rtl]) .mx-lg-n4{margin-right:-1.5rem!important}html[dir=rtl] .mr-lg-n4,html[dir=rtl] .mx-lg-n4{margin-left:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}html:not([dir=rtl]) .ml-lg-n4,html:not([dir=rtl]) .mx-lg-n4{margin-left:-1.5rem!important}html[dir=rtl] .ml-lg-n4,html[dir=rtl] .mx-lg-n4{margin-right:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}html:not([dir=rtl]) .mr-lg-n5,html:not([dir=rtl]) .mx-lg-n5{margin-right:-3rem!important}html[dir=rtl] .mr-lg-n5,html[dir=rtl] .mx-lg-n5{margin-left:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}html:not([dir=rtl]) .ml-lg-n5,html:not([dir=rtl]) .mx-lg-n5{margin-left:-3rem!important}html[dir=rtl] .ml-lg-n5,html[dir=rtl] .mx-lg-n5{margin-right:-3rem!important}.m-lg-ng{margin:-.75rem!important}.mt-lg-ng,.my-lg-ng{margin-top:-.75rem!important}html:not([dir=rtl]) .mr-lg-ng,html:not([dir=rtl]) .mx-lg-ng{margin-right:-.75rem!important}html[dir=rtl] .mr-lg-ng,html[dir=rtl] .mx-lg-ng{margin-left:-.75rem!important}.mb-lg-ng,.my-lg-ng{margin-bottom:-.75rem!important}html:not([dir=rtl]) .ml-lg-ng,html:not([dir=rtl]) .mx-lg-ng{margin-left:-.75rem!important}html[dir=rtl] .ml-lg-ng,html[dir=rtl] .mx-lg-ng{margin-right:-.75rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}html:not([dir=rtl]) .mr-lg-auto,html:not([dir=rtl]) .mx-lg-auto{margin-right:auto!important}html[dir=rtl] .mr-lg-auto,html[dir=rtl] .mx-lg-auto{margin-left:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}html:not([dir=rtl]) .ml-lg-auto,html:not([dir=rtl]) .mx-lg-auto{margin-left:auto!important}html[dir=rtl] .ml-lg-auto,html[dir=rtl] .mx-lg-auto{margin-right:auto!important}.mb-lg-0-last-child>:last-child{margin-bottom:0!important}}@media(min-width:1400px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}html:not([dir=rtl]) .mr-xl-0,html:not([dir=rtl]) .mx-xl-0{margin-right:0!important}html[dir=rtl] .mr-xl-0,html[dir=rtl] .mx-xl-0{margin-left:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}html:not([dir=rtl]) .ml-xl-0,html:not([dir=rtl]) .mx-xl-0{margin-left:0!important}html[dir=rtl] .ml-xl-0,html[dir=rtl] .mx-xl-0{margin-right:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}html:not([dir=rtl]) .mr-xl-1,html:not([dir=rtl]) .mx-xl-1{margin-right:.25rem!important}html[dir=rtl] .mr-xl-1,html[dir=rtl] .mx-xl-1{margin-left:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}html:not([dir=rtl]) .ml-xl-1,html:not([dir=rtl]) .mx-xl-1{margin-left:.25rem!important}html[dir=rtl] .ml-xl-1,html[dir=rtl] .mx-xl-1{margin-right:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}html:not([dir=rtl]) .mr-xl-2,html:not([dir=rtl]) .mx-xl-2{margin-right:.5rem!important}html[dir=rtl] .mr-xl-2,html[dir=rtl] .mx-xl-2{margin-left:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}html:not([dir=rtl]) .ml-xl-2,html:not([dir=rtl]) .mx-xl-2{margin-left:.5rem!important}html[dir=rtl] .ml-xl-2,html[dir=rtl] .mx-xl-2{margin-right:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}html:not([dir=rtl]) .mr-xl-3,html:not([dir=rtl]) .mx-xl-3{margin-right:1rem!important}html[dir=rtl] .mr-xl-3,html[dir=rtl] .mx-xl-3{margin-left:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}html:not([dir=rtl]) .ml-xl-3,html:not([dir=rtl]) .mx-xl-3{margin-left:1rem!important}html[dir=rtl] .ml-xl-3,html[dir=rtl] .mx-xl-3{margin-right:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}html:not([dir=rtl]) .mr-xl-4,html:not([dir=rtl]) .mx-xl-4{margin-right:1.5rem!important}html[dir=rtl] .mr-xl-4,html[dir=rtl] .mx-xl-4{margin-left:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}html:not([dir=rtl]) .ml-xl-4,html:not([dir=rtl]) .mx-xl-4{margin-left:1.5rem!important}html[dir=rtl] .ml-xl-4,html[dir=rtl] .mx-xl-4{margin-right:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}html:not([dir=rtl]) .mr-xl-5,html:not([dir=rtl]) .mx-xl-5{margin-right:3rem!important}html[dir=rtl] .mr-xl-5,html[dir=rtl] .mx-xl-5{margin-left:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}html:not([dir=rtl]) .ml-xl-5,html:not([dir=rtl]) .mx-xl-5{margin-left:3rem!important}html[dir=rtl] .ml-xl-5,html[dir=rtl] .mx-xl-5{margin-right:3rem!important}.m-xl-g{margin:.75rem!important}.mt-xl-g,.my-xl-g{margin-top:.75rem!important}html:not([dir=rtl]) .mr-xl-g,html:not([dir=rtl]) .mx-xl-g{margin-right:.75rem!important}html[dir=rtl] .mr-xl-g,html[dir=rtl] .mx-xl-g{margin-left:.75rem!important}.mb-xl-g,.my-xl-g{margin-bottom:.75rem!important}html:not([dir=rtl]) .ml-xl-g,html:not([dir=rtl]) .mx-xl-g{margin-left:.75rem!important}html[dir=rtl] .ml-xl-g,html[dir=rtl] .mx-xl-g{margin-right:.75rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}html:not([dir=rtl]) .pr-xl-0,html:not([dir=rtl]) .px-xl-0{padding-right:0!important}html[dir=rtl] .pr-xl-0,html[dir=rtl] .px-xl-0{padding-left:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}html:not([dir=rtl]) .pl-xl-0,html:not([dir=rtl]) .px-xl-0{padding-left:0!important}html[dir=rtl] .pl-xl-0,html[dir=rtl] .px-xl-0{padding-right:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}html:not([dir=rtl]) .pr-xl-1,html:not([dir=rtl]) .px-xl-1{padding-right:.25rem!important}html[dir=rtl] .pr-xl-1,html[dir=rtl] .px-xl-1{padding-left:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}html:not([dir=rtl]) .pl-xl-1,html:not([dir=rtl]) .px-xl-1{padding-left:.25rem!important}html[dir=rtl] .pl-xl-1,html[dir=rtl] .px-xl-1{padding-right:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}html:not([dir=rtl]) .pr-xl-2,html:not([dir=rtl]) .px-xl-2{padding-right:.5rem!important}html[dir=rtl] .pr-xl-2,html[dir=rtl] .px-xl-2{padding-left:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}html:not([dir=rtl]) .pl-xl-2,html:not([dir=rtl]) .px-xl-2{padding-left:.5rem!important}html[dir=rtl] .pl-xl-2,html[dir=rtl] .px-xl-2{padding-right:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}html:not([dir=rtl]) .pr-xl-3,html:not([dir=rtl]) .px-xl-3{padding-right:1rem!important}html[dir=rtl] .pr-xl-3,html[dir=rtl] .px-xl-3{padding-left:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}html:not([dir=rtl]) .pl-xl-3,html:not([dir=rtl]) .px-xl-3{padding-left:1rem!important}html[dir=rtl] .pl-xl-3,html[dir=rtl] .px-xl-3{padding-right:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}html:not([dir=rtl]) .pr-xl-4,html:not([dir=rtl]) .px-xl-4{padding-right:1.5rem!important}html[dir=rtl] .pr-xl-4,html[dir=rtl] .px-xl-4{padding-left:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}html:not([dir=rtl]) .pl-xl-4,html:not([dir=rtl]) .px-xl-4{padding-left:1.5rem!important}html[dir=rtl] .pl-xl-4,html[dir=rtl] .px-xl-4{padding-right:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}html:not([dir=rtl]) .pr-xl-5,html:not([dir=rtl]) .px-xl-5{padding-right:3rem!important}html[dir=rtl] .pr-xl-5,html[dir=rtl] .px-xl-5{padding-left:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}html:not([dir=rtl]) .pl-xl-5,html:not([dir=rtl]) .px-xl-5{padding-left:3rem!important}html[dir=rtl] .pl-xl-5,html[dir=rtl] .px-xl-5{padding-right:3rem!important}.p-xl-g{padding:.75rem!important}.pt-xl-g,.py-xl-g{padding-top:.75rem!important}html:not([dir=rtl]) .pr-xl-g,html:not([dir=rtl]) .px-xl-g{padding-right:.75rem!important}html[dir=rtl] .pr-xl-g,html[dir=rtl] .px-xl-g{padding-left:.75rem!important}.pb-xl-g,.py-xl-g{padding-bottom:.75rem!important}html:not([dir=rtl]) .pl-xl-g,html:not([dir=rtl]) .px-xl-g{padding-left:.75rem!important}html[dir=rtl] .pl-xl-g,html[dir=rtl] .px-xl-g{padding-right:.75rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}html:not([dir=rtl]) .mr-xl-n1,html:not([dir=rtl]) .mx-xl-n1{margin-right:-.25rem!important}html[dir=rtl] .mr-xl-n1,html[dir=rtl] .mx-xl-n1{margin-left:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}html:not([dir=rtl]) .ml-xl-n1,html:not([dir=rtl]) .mx-xl-n1{margin-left:-.25rem!important}html[dir=rtl] .ml-xl-n1,html[dir=rtl] .mx-xl-n1{margin-right:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}html:not([dir=rtl]) .mr-xl-n2,html:not([dir=rtl]) .mx-xl-n2{margin-right:-.5rem!important}html[dir=rtl] .mr-xl-n2,html[dir=rtl] .mx-xl-n2{margin-left:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}html:not([dir=rtl]) .ml-xl-n2,html:not([dir=rtl]) .mx-xl-n2{margin-left:-.5rem!important}html[dir=rtl] .ml-xl-n2,html[dir=rtl] .mx-xl-n2{margin-right:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}html:not([dir=rtl]) .mr-xl-n3,html:not([dir=rtl]) .mx-xl-n3{margin-right:-1rem!important}html[dir=rtl] .mr-xl-n3,html[dir=rtl] .mx-xl-n3{margin-left:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}html:not([dir=rtl]) .ml-xl-n3,html:not([dir=rtl]) .mx-xl-n3{margin-left:-1rem!important}html[dir=rtl] .ml-xl-n3,html[dir=rtl] .mx-xl-n3{margin-right:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}html:not([dir=rtl]) .mr-xl-n4,html:not([dir=rtl]) .mx-xl-n4{margin-right:-1.5rem!important}html[dir=rtl] .mr-xl-n4,html[dir=rtl] .mx-xl-n4{margin-left:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}html:not([dir=rtl]) .ml-xl-n4,html:not([dir=rtl]) .mx-xl-n4{margin-left:-1.5rem!important}html[dir=rtl] .ml-xl-n4,html[dir=rtl] .mx-xl-n4{margin-right:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}html:not([dir=rtl]) .mr-xl-n5,html:not([dir=rtl]) .mx-xl-n5{margin-right:-3rem!important}html[dir=rtl] .mr-xl-n5,html[dir=rtl] .mx-xl-n5{margin-left:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}html:not([dir=rtl]) .ml-xl-n5,html:not([dir=rtl]) .mx-xl-n5{margin-left:-3rem!important}html[dir=rtl] .ml-xl-n5,html[dir=rtl] .mx-xl-n5{margin-right:-3rem!important}.m-xl-ng{margin:-.75rem!important}.mt-xl-ng,.my-xl-ng{margin-top:-.75rem!important}html:not([dir=rtl]) .mr-xl-ng,html:not([dir=rtl]) .mx-xl-ng{margin-right:-.75rem!important}html[dir=rtl] .mr-xl-ng,html[dir=rtl] .mx-xl-ng{margin-left:-.75rem!important}.mb-xl-ng,.my-xl-ng{margin-bottom:-.75rem!important}html:not([dir=rtl]) .ml-xl-ng,html:not([dir=rtl]) .mx-xl-ng{margin-left:-.75rem!important}html[dir=rtl] .ml-xl-ng,html[dir=rtl] .mx-xl-ng{margin-right:-.75rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}html:not([dir=rtl]) .mr-xl-auto,html:not([dir=rtl]) .mx-xl-auto{margin-right:auto!important}html[dir=rtl] .mr-xl-auto,html[dir=rtl] .mx-xl-auto{margin-left:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}html:not([dir=rtl]) .ml-xl-auto,html:not([dir=rtl]) .mx-xl-auto{margin-left:auto!important}html[dir=rtl] .ml-xl-auto,html[dir=rtl] .mx-xl-auto{margin-right:auto!important}.mb-xl-0-last-child>:last-child{margin-bottom:0!important}}.z-auto{z-index:auto!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-50{z-index:50!important}.z-max{z-index:99999!important}.z-n1{z-index:-1!important}.z-flyout{z-index:1000!important}.z-sticky{z-index:1020!important}.z-fixed{z-index:1030!important}.z-modal-backdrop{z-index:1040!important}.z-modal{z-index:1050!important}.z-tooltip{z-index:1070!important}.z-0{z-index:0!important}.z-1{z-index:.25rem!important}.z-2{z-index:.5rem!important}.z-3{z-index:1rem!important}.z-4{z-index:1.5rem!important}.z-5{z-index:3rem!important}.z-g{z-index:.75rem!important}.column-count-auto{-moz-column-count:auto;column-count:auto}.column-count-1{-moz-column-count:1;column-count:1}.column-count-2{-moz-column-count:2;column-count:2}.column-count-3{-moz-column-count:3;column-count:3}.column-count-4{-moz-column-count:4;column-count:4}@media(min-width:540px){.column-count-sm-auto{-moz-column-count:auto;column-count:auto}.column-count-sm-1{-moz-column-count:1;column-count:1}.column-count-sm-2{-moz-column-count:2;column-count:2}.column-count-sm-3{-moz-column-count:3;column-count:3}.column-count-sm-4{-moz-column-count:4;column-count:4}}@media(min-width:860px){.column-count-md-auto{-moz-column-count:auto;column-count:auto}.column-count-md-1{-moz-column-count:1;column-count:1}.column-count-md-2{-moz-column-count:2;column-count:2}.column-count-md-3{-moz-column-count:3;column-count:3}.column-count-md-4{-moz-column-count:4;column-count:4}}@media(min-width:1084px){.column-count-lg-auto{-moz-column-count:auto;column-count:auto}.column-count-lg-1{-moz-column-count:1;column-count:1}.column-count-lg-2{-moz-column-count:2;column-count:2}.column-count-lg-3{-moz-column-count:3;column-count:3}.column-count-lg-4{-moz-column-count:4;column-count:4}}@media(min-width:1400px){.column-count-xl-auto{-moz-column-count:auto;column-count:auto}.column-count-xl-1{-moz-column-count:1;column-count:1}.column-count-xl-2{-moz-column-count:2;column-count:2}.column-count-xl-3{-moz-column-count:3;column-count:3}.column-count-xl-4{-moz-column-count:4;column-count:4}}html:not([dir=rtl]) .text-left{text-align:left!important}html[dir=rtl] .text-left{text-align:right!important}html:not([dir=rtl]) .text-right{text-align:right!important}html[dir=rtl] .text-right{text-align:left!important}.text-center{text-align:center!important}@media(min-width:540px){html:not([dir=rtl]) .text-sm-left{text-align:left!important}html[dir=rtl] .text-sm-left{text-align:right!important}html:not([dir=rtl]) .text-sm-right{text-align:right!important}html[dir=rtl] .text-sm-right{text-align:left!important}.text-sm-center{text-align:center!important}}@media(min-width:860px){html:not([dir=rtl]) .text-md-left{text-align:left!important}html[dir=rtl] .text-md-left{text-align:right!important}html:not([dir=rtl]) .text-md-right{text-align:right!important}html[dir=rtl] .text-md-right{text-align:left!important}.text-md-center{text-align:center!important}}@media(min-width:1084px){html:not([dir=rtl]) .text-lg-left{text-align:left!important}html[dir=rtl] .text-lg-left{text-align:right!important}html:not([dir=rtl]) .text-lg-right{text-align:right!important}html[dir=rtl] .text-lg-right{text-align:left!important}.text-lg-center{text-align:center!important}}@media(min-width:1400px){html:not([dir=rtl]) .text-xl-left{text-align:left!important}html[dir=rtl] .text-xl-left{text-align:right!important}html:not([dir=rtl]) .text-xl-right{text-align:right!important}html[dir=rtl] .text-xl-right{text-align:left!important}.text-xl-center{text-align:center!important}}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-break{overflow-wrap:break-word!important}.text-break-keep-all{word-break:keep-all}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:100!important}.font-weight-semilight{font-weight:200!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-semibold{font-weight:600!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-line-through{text-decoration:line-through}.text-letter-space{letter-spacing:.0625em}.text-line-height-reset{line-height:1}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.Medius__AppHeader{background-color:#243a5e;height:48px;display:flex;color:#fff;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000}.Medius__AppHeader__TitleContainer{display:flex;align-items:center;padding:0 10px}.Medius__AppHeader__TitleContainer__Logo{height:32px;width:32px}.Medius__AppHeader__TitleContainer__Title{display:flex;align-items:center;padding:0 10px}.Medius__AppHeader__SearchContainer{display:flex;flex-grow:1;align-items:center;justify-content:center;display:none!important}.Medius__AppHeader__SearchContainer__SearchBox{width:420px}.Medius__AppHeader__ToolsContainer{display:flex}.Medius__AppHeader__ToolsContainer--Hide{display:none}.Medius__AppHeader__ToolsContainer__ul{display:flex;align-items:center}.Medius__AppHeader__ToolsContainer__ul__li{display:flex;align-items:center;justify-content:center;list-style:none;width:48px;height:48px}.Medius__AppPage__Body{padding-top:48px}.Medius__HomePage__MainCol{background-color:#f5f5f5;width:100%;padding-bottom:1em}.Medius__Utilities__SectionInnerContainer__TitleRecent{font-size:16px;font-weight:600;color:#242424;padding:24px 36px}.Medius__AppPage__FooterHidden{display:none}.Medius__AppPage__Footer{background-color:#f0f0f0;margin:0;padding:0}.Medius__CardsContainer{gap:14px;padding-left:19px;padding-right:19px}@media(max-width:599px){.d-flex{flex-direction:column!important;align-items:stretch!important;gap:12px}.Medius__Utilities__SectionInnerContainer__TitleRecent{padding:12px 0!important;font-size:14px}.Medius__CardsContainer{padding-left:12px;padding-right:12px}}.view{text-align:center;padding-left:24px;display:flex;align-items:center;color:#0f6cbd}.view-icon{margin-left:4px;margin-top:4px}.All{padding-bottom:20px}.fui-Subtitle1{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;line-height:1.4em;max-height:2.8em}.Medius__HomePage__SideNavCol{background:#f0f0f0}.view-icon{margin-left:4px}.view-all{cursor:pointer;display:flex;align-items:center;color:#0063b1;padding-right:36px}.recent_video{padding:22px 0 22px 36px}.all-videos-container{gap:20px;padding-left:36px}.Medius__AppFooter{background-color:#243a5e;color:#e5e7eb;padding:30px 0 25px}.Medius__AppFooter__Container{max-width:100%;padding:0 48px;display:grid;grid-template-columns:repeat(6,1fr);gap:54px;margin:0 auto 0 6%}@media(max-width:1200px){.Medius__AppFooter__Container{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.Medius__AppFooter__Container{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.Medius__AppFooter__Container{grid-template-columns:1fr}}.Medius__AppFooter__Column{display:flex;flex-direction:column}.Medius__AppFooter__ColumnTitle{font-size:20px;font-weight:600;color:#fff;margin:0 0 16px;padding:0}.Medius__AppFooter__LinkList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.Medius__AppFooter__LinkList li{margin:0;padding:0}.Medius__AppFooter__Link{color:#d1d5db;text-decoration:none;font-size:15px;transition:color .2s ease;line-height:1.6}.Medius__AppFooter__Link:hover{color:#60a5fa;text-decoration:underline}.Medius__AppFooter__BottomBar{max-width:85%;margin:35px auto 0;padding-top:inherit;padding-left:15px;border-top:1px solid #2d2d2d;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.Medius__AppFooter__BottomLinks{display:flex;gap:24px;flex-wrap:wrap}.Medius__AppFooter__BottomLinks .Medius__AppFooter__Link{font-size:14px;color:#9ca3af}.Medius__AppFooter__Copyright{font-size:15px;color:#9ca3af}.fui-Caption2{font-size:10px;font-weight:400;line-height:14px}.fui-Caption2Strong{font-size:10px;font-weight:600;line-height:14px}.fui-Caption1{font-size:12px;font-weight:400;line-height:16px}.fui-Caption1Strong{font-size:12px;font-weight:600;line-height:16px}.fui-Caption1Stronger{font-size:12px;font-weight:700;line-height:16px}.fui-Body1{font-size:14px;font-weight:400;line-height:20px}.fui-Body1Strong{font-size:14px;font-weight:600;line-height:20px}.fui-Body1Stronger{font-size:1px;font-weight:700;line-height:20px}.fui-Body2{font-size:16px;font-weight:400;line-height:22px}.fui-Subtitle2{font-size:16px;font-weight:600;line-height:22px}.fui-Subtitle2Stronger{font-size:16px;font-weight:700;line-height:22px}.fui-Subtitle1{font-size:20px;font-weight:600;line-height:28px}.fui-Title3{font-size:24px;font-weight:600;line-height:32px}.fui-Title2{font-size:28px;font-weight:600;line-height:36px}.fui-Title1{font-size:32px;font-weight:600;line-height:40px}.fui-LargeTitle{font-size:40px;font-weight:600;line-height:52px}.fui-Display{font-size:68px;font-weight:600;line-height:92px}
