@import url(https://fonts.googleapis.com/css2?family=Inter&display=swap);.ss-main{position:relative;display:inline-block;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes a{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes b{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:a;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:b;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:1px solid #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px;cursor:pointer;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:rgba(88,151,251,.1)}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}.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}.bg-primary{background-color:#a2eaff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#6fdeff!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#a2eaff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.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}.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:576px){.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:768px){.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:992px){.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:1200px){.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}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!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}.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}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!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-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#a2eaff!important}a.text-primary:focus,a.text-primary:hover{color:#56d9ff!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#000!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}:root{--blue:#a2eaff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#ff7400;--yellow:#ffc107;--green:#28a745;--teal:#8edabb;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#a2eaff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#000;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent}a,a:hover{color:#000;text-decoration:none}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:400;line-height:1.14}.h1,h1{font-size:5.125rem}.h2,h2{font-size:4.5rem}.h3,h3{font-size:3.5rem}.h4,h4{font-size:2.5rem}.h5,h5{font-size:2rem}.h6,h6{font-size:1.5rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.14}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.14}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"\2014\A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.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-auto,.col-lg,.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-auto,.col-md,.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-auto,.col-sm,.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-auto,.col-xl,.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-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.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.3333333333%;max-width:33.3333333333%}.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.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.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}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media(min-width:576px){.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.3333333333%;max-width:33.3333333333%}.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.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.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}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media(min-width:768px){.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.3333333333%;max-width:33.3333333333%}.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.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.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}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media(min-width:992px){.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.3333333333%;max-width:33.3333333333%}.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.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.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}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media(min-width:1200px){.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.3333333333%;max-width:33.3333333333%}.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.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.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}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#000;text-align:center}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#a2eaff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;flex-wrap:wrap;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#000;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#a2eaff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn{display:inline-block;font-weight:400;color:#000;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#000;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(162,234,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#212529;background-color:#a2eaff;border-color:#a2eaff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#212529;background-color:#7ce1ff;border-color:#6fdeff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(143,204,223,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#212529;background-color:#a2eaff;border-color:#a2eaff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#212529;background-color:#6fdeff;border-color:#62dcff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(143,204,223,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#a2eaff;border-color:#a2eaff}.btn-outline-primary:hover{color:#212529;background-color:#a2eaff;border-color:#a2eaff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(162,234,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#a2eaff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#212529;background-color:#a2eaff;border-color:#a2eaff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(162,234,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400}.btn-link,.btn-link:hover{color:#000;text-decoration:none}.btn-link.focus,.btn-link:focus{text-decoration:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.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:576px){.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:768px){.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:992px){.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:1200px){.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}}h2{line-height:1}.title-upper-spaced{font-size:12px;letter-spacing:.3em;line-height:20px;text-transform:uppercase;font-weight:700}.h2.mb-15,.h3.mb-15,h2.mb-15,h3.mb-15{margin-bottom:1.5rem!important}header{background-color:#0a032e;z-index:7}header #header-logo{max-width:1440px;margin-left:2.5rem;margin-right:2.5rem;line-height:.98;font-size:1.5rem;font-family:apercu-mono-regular-pro,sans-serif;letter-spacing:.1rem}@media(max-width:991.98px){header #header-logo{font-size:1.1rem;margin-left:1rem;margin-right:1rem}}@media(max-width:767.98px){header #header-logo{font-size:1.1rem;margin-left:1rem;margin-right:1rem}}.navbar{display:flex;align-items:center;text-transform:uppercase}@media(max-width:991.98px){.navbar{padding:0}}@media(max-width:991.98px){.navbar .navbar-brand{padding-left:1rem}}.navbar ul{display:flex;list-style:none;margin:0;padding:0;width:100%;justify-content:flex-end}.navbar ul li{letter-spacing:.3em;font-size:12px;margin-right:26px}@media only screen and (max-width:350px){.navbar ul li{font-size:10px}}@media(min-width:768px){.navbar ul li{margin-left:48px}}.navbar ul li:last-child{margin-right:0}.navbar ul li a{text-decoration:none;position:relative;color:#fff}.navbar ul li a:hover,.navbar ul li a:hover:after{opacity:.8}.navbar ul.active-home .nav-item-home a:after,.navbar ul.active-privacy .nav-item-privacy a:after{opacity:1}.btn{height:auto;text-decoration:none;display:inline-flex;overflow:hidden;align-items:center;text-transform:uppercase;font-weight:500;border-radius:0}.btn span{position:relative;margin:0 auto;line-height:1.2}.btn-primary{position:relative;overflow:hidden;background:#1c1cf9;color:#fff;border:none}.btn-text{font-size:12px;display:inline-flex;align-items:center;letter-spacing:.3em;text-decoration:none;text-transform:uppercase;font-weight:700}.btn-text span{border-bottom:1px solid #000}.btn-icon .icon{margin-left:10px}.individual-digit{position:absolute;font-size:3rem;opacity:0;transform-origin:0,0;z-index:-1;animation-name:c;-webkit-animation-name:c;animation-timing-function:cubic-bezier(.81,.62,0,1.23);-webkit-animation-timing-function:cubic-bezier(.81,.62,0,1.23);animation-duration:2s;-webkit-animation-duration:2s}@media(max-width:767.98px){.individual-digit{font-size:1.875rem}}@keyframes c{0%{opacity:0;transform:scale(.75)}50%{opacity:1;transform:scale(1)}to{opacity:0}}#header{background:#0a032e;box-shadow:inset 0 -1px 0 var(--bs-white);height:6.25rem;width:100%;z-index:5;padding:0}@media(max-width:767.98px){#header{height:8rem}}@media(min-width:768px){#header #header-container{max-width:1440px;margin:0 auto}}#header .header-logo{max-width:1440px;float:left;margin:1.875rem 2.5rem}@media(min-width:576px){#header .header-logo{margin-left:2.5rem;margin-right:2.5rem}}@media(max-width:767.98px){#header .header-logo{margin-left:1rem;margin-right:1rem}}#header #contact{float:right}@media(max-width:991.98px){#header #contact{display:none}}#header #envelope{color:var(--bs-white);float:right;display:none;width:1.875rem;height:auto}@media(max-width:991.98px){#header #envelope{display:block}}header{background:#0a032e;box-shadow:inset 0 -1px 0 var(--white);padding-top:1.5rem;padding-bottom:1.5rem;display:flex;align-items:center}@media(min-width:992px){header{padding-top:0;padding-bottom:0}}@media(max-width:991.98px){header{padding-top:.8rem;padding-bottom:.8rem;min-height:80px}}.navbar{padding:0;margin:0}.navbar-custom{max-width:1440px;z-index:10;padding-top:0;width:100%}.navbar .navbar-brand{padding-left:0}#logo{margin:0;max-width:10.594rem;margin-left:1rem}@media(min-width:992px){#logo{max-width:14.125rem;margin-left:2.5rem}}.navbar-toggler{background:none;border:none}@media(max-width:991.98px){.navbar-toggler{margin-right:.875rem}}.navbar-toggler:active,.navbar-toggler:focus{outline:0}.navbar-toggler .icon-bar{display:block;width:22px;height:2px;border-radius:1px;margin:4px 0;transition:all .2s;background:#fff}.navbar-toggler .icon-bar:first-of-type{transform:rotate(45deg);transform-origin:10% 10%}.navbar-toggler .icon-bar:nth-of-type(2){opacity:0;filter:alpha(opacity=0)}.navbar-toggler .icon-bar:nth-of-type(3){transform:rotate(-45deg);transform-origin:10% 90%}.navbar-toggler.collapsed .icon-bar:first-of-type{transform:rotate(0)}.navbar-toggler.collapsed .icon-bar:nth-of-type(2){opacity:1;filter:alpha(opacity=100)}.navbar-toggler.collapsed .icon-bar:nth-of-type(3){transform:rotate(0)}.nav-link{color:var(--white);font-size:1.25rem;font-family:apercu-mono-regular-pro,sans-serif}@media(min-width:576px){.nav-link{font-size:1.125rem}}.navbar-nav .nav-link>a{margin-left:2.5rem;font-family:apercu-mono-regular-pro,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.125rem;letter-spacing:.05em;text-transform:uppercase}@media(min-width:992px){.navbar-collapse{margin-right:1rem;margin-right:0}}.navbar-collapse>ul>li:first-child{background-color:#1c1cf9;padding-top:1.813rem;padding-bottom:1.813rem;padding-left:1rem;margin-left:0;margin-right:0}@media(min-width:992px){.navbar-collapse>ul>li:first-child{background-color:transparent}}#navbarSupportedContent{font-size:1.25rem;line-height:1.25rem;position:absolute;top:3.85rem;width:100%;z-index:10}@media(min-width:992px){#navbarSupportedContent{position:relative;top:0;width:100%}}#navbarSupportedContent>ul>li:first-child{padding-top:2rem;padding-bottom:2rem}@media(max-width:991.98px){#navbarSupportedContent>ul>li:first-child{padding-top:1.3rem;padding-bottom:1.3rem}}#navbarSupportedContent>ul>li:nth-child(2){background-color:#0feeb1;padding-top:2rem;padding-bottom:2rem;padding-left:1rem;margin-left:0;margin-right:0}@media(min-width:992px){#navbarSupportedContent>ul>li:nth-child(2){background-color:transparent}}@media(max-width:991.98px){#navbarSupportedContent>ul>li:nth-child(2){padding-top:1.3rem;padding-bottom:1.3rem}}#navbarSupportedContent>ul>li:nth-child(2)>a{color:#0a032e}@media(min-width:992px){#navbarSupportedContent>ul>li:nth-child(2)>a{color:var(--white)}}#navbarSupportedContent>ul>li:nth-child(3){background-color:var(--white);padding-left:1rem;padding-top:2rem;padding-bottom:2rem;margin-left:0;margin-right:0}@media(min-width:992px){#navbarSupportedContent>ul>li:nth-child(3){background-color:transparent}}@media(max-width:991.98px){#navbarSupportedContent>ul>li:nth-child(3){padding-top:1.3rem;padding-bottom:1.3rem}}#navbarSupportedContent>ul>li:nth-child(3)>a{color:#0a032e;padding-right:0!important}@media(min-width:992px){#navbarSupportedContent>ul>li:nth-child(3)>a{color:var(--white)}}@media(min-width:992px){.nav-link.active,.navbar-custom #navbarSupportedContent .nav-item.active .nav-link,.navbar-custom #navbarSupportedContent .nav-item .nav-link:focus,.navbar-custom #navbarSupportedContent .nav-item:hover .nav-link{color:#0feeb1!important}}@media screen and (max-width:925px)and (min-width:768px){#google-captcha{margin-left:-60px}}@media(max-width:767.98px){#google-captcha{margin-bottom:1rem}}#contactform .form-group.has-danger{position:relative}#contactform .form-group.has-danger:after{content:"";width:12px;height:12px;border-radius:50%;background:#f46969;position:absolute;right:14px;top:14px;z-index:1}#contactform .form-group.has-danger .pristine-error{display:none}.contact-section{max-width:1440px;padding-top:3rem;padding-bottom:3rem}@media(min-width:576px){.contact-section{padding-top:3.75rem;padding-bottom:3.75rem}}.contact-section .upper-cta{display:flex;justify-content:space-between;width:100%}.contact-section h1{font-size:2.5rem;color:#1c1cf9;font-family:apercu-mono-regular-pro,sans-serif;text-transform:uppercase}@media(max-width:991.98px){.contact-section h1{font-size:2rem}}.contact-section .font-inter{font-size:1rem;line-height:1.5;padding-top:1rem;padding-bottom:1rem;max-width:25rem;padding-right:1rem}@media(min-width:992px){.contact-section .font-inter{font-size:1.25rem;line-height:1.623rem;max-width:16rem;max-width:25.625rem}}.contact-section form{padding:0}.contact-section form input,.contact-section form select,.contact-section form textarea{outline:none;color:#0a032e}.contact-section form input::placeholder,.contact-section form select::placeholder,.contact-section form textarea::placeholder{color:#1c1cf9}.contact-section .form-control{border-radius:0;border:0;height:2.5rem;min-width:100%;padding:.688rem .5rem;margin-bottom:1rem;color:#0a032e;font-family:apercu-mono-regular-pro,sans-serif;font-size:1.125rem;line-height:1.5rem}@media(min-width:576px){.contact-section .form-control{width:100%}}.contact-section .form-control option{background-color:var(--white)!important}.contact-section .form-control option :hover{background-color:#fff}.contact-section .form-control:focus{box-shadow:0 4px 10px rgba(0,0,0,.1)}.contact-section textarea{margin-bottom:1rem;height:11.25rem!important}.contact-section .lower-cta{padding-top:.5rem}.contact-section .form-buttons{display:flex;flex-direction:column}@media(min-width:576px){.contact-section .form-buttons{flex-direction:row}}.contact-section .form-buttons #recaptcha-button{border:1px solid #0a032e;padding:12px 12px 10px;margin-bottom:1rem;margin-left:0}.contact-section .form-buttons #submit-button{padding:12px 12px 10px;width:100%;background-color:#1c1cf9;color:var(--white)}.contact-section .form-buttons #submit-button:hover{background-color:#0a032e}@media(min-width:768px){.contact-section .form-buttons #submit-button{position:absolute;right:0;max-width:6rem}}.contact-section .ss-main{padding:0}.contact-section .ss-main .ss-content{border:none;box-shadow:0 4px 10px rgba(0,0,0,.1)}.contact-section .ss-main .ss-single-selected{height:2.5rem;border-radius:0;border:none;padding:0}.contact-section .ss-main .placeholder{padding:6px 10px;color:#1c1cf9}.contact-section .ss-main .ss-option:hover{background:none;color:#1c1cf9}.contact-section .ss-main .ss-option.ss-option-selected{background:none!important;color:#1c1cf9!important}.contact-section .ss-main .ss-arrow{background:#1c1cf9;height:2.5rem;width:2.5rem;margin:0;justify-content:center}.contact-section .ss-main .ss-arrow span{border-color:#fff}body,html{background-color:var(--white)}.small-text{font-family:Inter,sans-serif;font-style:normal;font-weight:400;color:var(--white)}#homepage-hero-section{position:relative;z-index:1}#homepage-hero-section:after{content:"";position:absolute;bottom:0;display:block;width:100%;height:5px;background:#1c1cf9}#homepage-hero-section #about-us,#homepage-hero-section:after{box-shadow:0 0 20px 20px #1c1cf9}#homepage-hero-section #hero-container{max-width:1440px;padding-top:2rem;padding-bottom:1.5rem}@media(min-width:768px){#homepage-hero-section #hero-container{padding-top:2.5rem;padding-bottom:2.5rem}}#homepage-hero-section #hero-container .top-text{margin-bottom:3.13rem}#homepage-hero-section #hero-container .top-text h1{background-color:#1c1cf9;box-shadow:0 0 20px 20px #1c1cf9;z-index:10}#homepage-hero-section #hero-container .bottom-text{z-index:10}#homepage-hero-section #hero-container .bottom-text p{max-width:100%;padding:0;background-color:#1c1cf9;box-shadow:0 0 20px 20px #1c1cf9;z-index:10}@media(min-width:576px){#homepage-hero-section #hero-container .bottom-text p{margin-top:10.375rem;margin-bottom:0}}@media(min-width:768px)and (max-width:1000px){#homepage-hero-section #hero-container .bottom-text p{margin-top:0}}#homepage-hero-section #hero-container .space{z-index:10}#homepage-hero-section #hero-container .space .agh-button{position:absolute;right:2.5rem;bottom:0;background-color:#0feeb1;color:#1c1cf9;padding:.75rem .625rem;cursor:pointer;display:none}@media(min-width:992px){#homepage-hero-section #hero-container .space .agh-button{display:block;z-index:10}}#homepage-hero-section #hero-container .space .agh-button:hover{background-color:#0a032e;color:var(--white)}.three-statistics-section{max-width:1440px;border-top:1px solid var(--white);border-left:none;border-right:none}@media(min-width:1200px){.three-statistics-section{border-left:1px solid var(--white);border-right:1px solid var(--white)}}@media(min-width:768px){.three-statistics-section{padding-left:2.5rem;padding-right:0}}.three-statistics-section .row{overflow-x:auto;padding-right:0;margin-right:0}.three-statistics-section .row::-webkit-scrollbar{width:8px;height:8px}.three-statistics-section .row::-webkit-scrollbar-track{background:#fff}.three-statistics-section .row::-webkit-scrollbar-thumb{background:#ddd;visibility:hidden}.three-statistics-section .row:hover::-webkit-scrollbar-thumb{visibility:visible}.three-statistics-section .row .text{display:flex;flex-direction:column;min-height:10.5rem;text-align:left;flex:1 0 19.688rem;padding:1.5rem 1.5rem 1.5rem 1rem}@media(min-width:992px){.three-statistics-section .row .text{padding:1.875rem 2.5rem}}.three-statistics-section .row .text h1{font-family:apercu-mono-regular-pro,sans-serif;font-style:normal;font-weight:400;font-size:1.25rem;line-height:1.25rem;letter-spacing:.05em;text-transform:uppercase;color:var(--white);flex-grow:1;padding-bottom:0}@media(min-width:992px){.three-statistics-section .row .text h1{font-size:1.875rem;line-height:1.875rem;padding-bottom:1.625rem}}.three-statistics-section .row .text h1 span{color:#0feeb1}.three-statistics-section .row .text .source{margin-bottom:0;font-size:.875rem;color:#0feeb1;text-transform:capitalize}.three-statistics-section .row #second{border-left:1px solid var(--white);border-right:1px solid var(--white);margin-left:0}.three-statistics-section .row #second #decimal{opacity:0;animation:d .5s cubic-bezier(.01,1.39,.9,.88) forwards;animation-delay:1.6s}.three-statistics-section .row #second #bn{opacity:0;animation:d .5s cubic-bezier(.01,1.39,.9,.88) forwards;animation-delay:1.8s}@keyframes d{0%{opacity:0}to{opacity:1}}.three-statistics-section .row #third{background-color:#0feeb1;margin:0;width:100%;padding:1rem 1rem 2.063rem}@media(min-width:992px){.three-statistics-section .row #third{padding:1.875rem 2.563rem 1.375rem 2.5rem}}.three-statistics-section .row #third span{background-color:var(--white);color:#1c1cf9;font-size:.875rem;line-height:1.125rem;letter-spacing:.05em;padding:.25rem .375rem .063rem;width:8.375rem}.three-statistics-section .row #third h1{margin-top:.688rem;color:#0a032e;font-size:1.5rem;line-height:1.623rem}@media(min-width:768px){.three-statistics-section .row #third h1{font-size:1.25rem;line-height:1.25rem}}#problem-gambling-section{max-width:1440px;padding-top:3rem;padding-bottom:1.5rem}@media(min-width:768px)and (max-width:1000px){#problem-gambling-section{padding-top:3rem;padding-bottom:3rem}}@media(min-width:992px){#problem-gambling-section{padding-top:5rem;padding-bottom:5rem}}#problem-gambling-section .text{font-family:Inter,sans-serif;font-size:1rem;line-height:1.623rem;padding-left:0;padding-right:0;margin-bottom:.5rem}@media(min-width:992px){#problem-gambling-section .text{padding-left:3.5rem;margin-bottom:0}}@media(min-width:1200px){#problem-gambling-section .text{padding-left:1.75rem}#problem-gambling-section .text:nth-child(3){padding-left:3.5rem}}#problem-gambling-section .text span{color:#1c1cf9}#problem-gambling-section a.agh-button,#problem-gambling-section a.agh-button-tablet{text-transform:uppercase;text-align:center;background-color:#1c1cf9;color:var(--white);padding:.75rem .75rem .625rem}#problem-gambling-section a.agh-button-tablet:hover,#problem-gambling-section a.agh-button:hover{background-color:#0a032e}@media(max-width:767.98px){#problem-gambling-section a.agh-button,#problem-gambling-section a.agh-button-tablet{font-size:1.125rem}}#problem-gambling-section .button-container{display:inline-flex;width:100%;text-align:center;margin-bottom:0;padding-bottom:1rem}@media(min-width:576px){#problem-gambling-section .button-container{text-align:right;width:100%}}@media(max-width:991.98px){#problem-gambling-section .button-container{display:inline}}#problem-gambling-section a.agh-button{display:none}@media(min-width:992px){#problem-gambling-section a.agh-button{display:inline}}#problem-gambling-section a.agh-button-tablet{display:block;width:auto}@media(min-width:768px){#problem-gambling-section a.agh-button-tablet{display:inline}}@media(min-width:992px){#problem-gambling-section a.agh-button-tablet{display:none}}#problem-gambling-one h1{text-transform:uppercase;color:#1c1cf9;font-family:apercu-mono-regular-pro,sans-serif;font-size:2rem;margin-bottom:1.5rem;padding-left:0}@media(min-width:576px){#problem-gambling-one h1{font-size:2.5rem;margin-bottom:2.25rem}}@media(min-width:768px)and (max-width:1000px){#problem-gambling-one h1{font-size:2rem}}@media(min-width:992px){#problem-gambling-one h1{margin-bottom:4.188rem}}#latest-reports-section{max-width:1440px;font-family:apercu-mono-regular-pro,sans-serif;font-size:1.25rem;line-height:1.25rem;padding:1.5rem 0}@media(min-width:992px){#latest-reports-section{padding-bottom:2.5rem;padding-left:2.5rem;padding-right:2.5rem}}#latest-reports-section .latest-title{font-size:2rem;font-family:apercu-mono-regular-pro,sans-serif;line-height:2rem;letter-spacing:.05em;color:#1c1cf9;text-transform:uppercase;max-width:21.438rem;margin-bottom:2rem;display:block;padding-left:1rem}@media(min-width:576px){#latest-reports-section .latest-title{max-width:100%}}@media(min-width:992px){#latest-reports-section .latest-title{display:none}}#latest-reports-section .row{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;margin:0}#latest-reports-section .row::-webkit-scrollbar{display:none}#latest-reports-section .row .report{position:relative;left:2;transition:1s;min-width:340px;height:450px;text-align:left;padding:1.875rem}#latest-reports-section .row .report .sub-title{font-size:1rem;line-height:18px;text-transform:uppercase;padding:.25rem .375rem .063rem;display:inline-block}#latest-reports-section .row .report .sub-title:first-child{margin-bottom:.375rem}#latest-reports-section .row .report #my-element{display:inline-block;white-space:nowrap}#latest-reports-section .row .report .soon{position:absolute;left:1.875rem;bottom:1.875rem;font-size:1rem}#latest-reports-section .row .report .report-title{margin-top:1.313rem;line-height:1.875rem;letter-spacing:.05em;text-transform:uppercase}#latest-reports-section .row .report #button-plus{position:absolute;right:1.875rem;bottom:1.875rem}#latest-reports-section .row .report #button-plus rect{stroke:none}#latest-reports-section .row .first{display:none;background-color:#ececec;padding-top:1.875rem;padding-left:1.875rem;z-index:5;overflow-x:hidden;min-width:340px;padding:1.875rem;height:450px}@media(min-width:992px){#latest-reports-section .row .first{display:block}}#latest-reports-section .row .first .latest-title{display:block;font-size:2.5rem;max-width:14.125rem;line-height:2.5rem;padding-left:0}#latest-reports-section .row .first #double-arrow{position:absolute;left:1.875rem;bottom:1.875rem;margin:0;padding:0;display:flex}#latest-reports-section .row .first #double-arrow #left{transform:rotate(-90deg)}#latest-reports-section .row .first #double-arrow #left svg{fill:var(--white);stroke:#1c1cf9}#latest-reports-section .row .first #double-arrow #left svg rect{stroke:var(--white)}#latest-reports-section .row .first #double-arrow #left svg:hover{fill:#0a032e;stroke:var(--white)}#latest-reports-section .row .first #double-arrow #right{transform:rotate(90deg)}#latest-reports-section .row .first #double-arrow #right svg{fill:#1c1cf9;stroke:var(--white)}#latest-reports-section .row .first #double-arrow #right svg rect{stroke:#1c1cf9}#latest-reports-section .row .first #double-arrow #right svg:hover{fill:#0a032e;stroke:var(--white)}#latest-reports-section .row .card-1{border-left:1rem solid var(--white)}@media(min-width:992px){#latest-reports-section .row .card-1{border-left:0}}#latest-reports-section .row .card-1,#latest-reports-section .row .card-4,#latest-reports-section .row .fifth,#latest-reports-section .row .second{background-color:#1c1cf9}#latest-reports-section .row .card-1 .sub-title,#latest-reports-section .row .card-4 .sub-title,#latest-reports-section .row .fifth .sub-title,#latest-reports-section .row .second .sub-title{background-color:#0feeb1;color:#1c1cf9}#latest-reports-section .row .card-1 h1,#latest-reports-section .row .card-4 h1,#latest-reports-section .row .fifth h1,#latest-reports-section .row .second h1{color:var(--white)}#latest-reports-section .row .card-1 .soon,#latest-reports-section .row .card-4 .soon,#latest-reports-section .row .fifth .soon,#latest-reports-section .row .second .soon{color:#0feeb1}#latest-reports-section .row .card-1 #button-plus,#latest-reports-section .row .card-4 #button-plus,#latest-reports-section .row .fifth #button-plus,#latest-reports-section .row .second #button-plus{fill:#0feeb1;stroke:#1c1cf9}#latest-reports-section .row .card-1 #button-plus:hover>rect,#latest-reports-section .row .card-4 #button-plus:hover>rect,#latest-reports-section .row .fifth #button-plus:hover>rect,#latest-reports-section .row .second #button-plus:hover>rect{fill:#0a032e}#latest-reports-section .row .card-1 #button-plus:hover>path,#latest-reports-section .row .card-4 #button-plus:hover>path,#latest-reports-section .row .fifth #button-plus:hover>path,#latest-reports-section .row .second #button-plus:hover>path{fill:#fff}#latest-reports-section .row .card-1 #button-plus:hover>line,#latest-reports-section .row .card-4 #button-plus:hover>line,#latest-reports-section .row .fifth #button-plus:hover>line,#latest-reports-section .row .second #button-plus:hover>line{stroke:var(--white)}#latest-reports-section .row .card-4,#latest-reports-section .row .fifth{border-left:0}#latest-reports-section .row .card-2,#latest-reports-section .row .card-5,#latest-reports-section .row .sixth,#latest-reports-section .row .third{background-color:#0feeb1;color:#1c1cf9}#latest-reports-section .row .card-2 .sub-title,#latest-reports-section .row .card-5 .sub-title,#latest-reports-section .row .sixth .sub-title,#latest-reports-section .row .third .sub-title{background-color:var(--white);color:#1c1cf9}#latest-reports-section .row .card-2 #button-plus,#latest-reports-section .row .card-5 #button-plus,#latest-reports-section .row .sixth #button-plus,#latest-reports-section .row .third #button-plus{fill:var(--white);stroke:#1c1cf9}#latest-reports-section .row .card-2 #button-plus:hover>rect,#latest-reports-section .row .card-5 #button-plus:hover>rect,#latest-reports-section .row .sixth #button-plus:hover>rect,#latest-reports-section .row .third #button-plus:hover>rect{fill:#0a032e}#latest-reports-section .row .card-2 #button-plus:hover>path,#latest-reports-section .row .card-5 #button-plus:hover>path,#latest-reports-section .row .sixth #button-plus:hover>path,#latest-reports-section .row .third #button-plus:hover>path{fill:#fff}#latest-reports-section .row .card-2 #button-plus:hover>line,#latest-reports-section .row .card-5 #button-plus:hover>line,#latest-reports-section .row .sixth #button-plus:hover>line,#latest-reports-section .row .third #button-plus:hover>line{stroke:var(--white)}#latest-reports-section .row .card-3,#latest-reports-section .row .card-6,#latest-reports-section .row .fourth,#latest-reports-section .row .seventh{background-color:#0a032e;color:var(--white)}#latest-reports-section .row .card-3 .sub-title,#latest-reports-section .row .card-6 .sub-title,#latest-reports-section .row .fourth .sub-title,#latest-reports-section .row .seventh .sub-title{background-color:#1c1cf9;color:#0feeb1}#latest-reports-section .row .card-3 h1,#latest-reports-section .row .card-6 h1,#latest-reports-section .row .fourth h1,#latest-reports-section .row .seventh h1{color:var(--white)}#latest-reports-section .row .card-3 .soon,#latest-reports-section .row .card-6 .soon,#latest-reports-section .row .fourth .soon,#latest-reports-section .row .seventh .soon{color:#0feeb1}#latest-reports-section .row .card-3 #button-plus,#latest-reports-section .row .card-6 #button-plus,#latest-reports-section .row .fourth #button-plus,#latest-reports-section .row .seventh #button-plus{fill:#1c1cf9;stroke:var(--white)}#latest-reports-section .row .card-3 #button-plus:hover>line,#latest-reports-section .row .card-6 #button-plus:hover>line,#latest-reports-section .row .fourth #button-plus:hover>line,#latest-reports-section .row .seventh #button-plus:hover>line{stroke:#0a032e}#latest-reports-section .row .card-3 #button-plus:hover>rect,#latest-reports-section .row .card-6 #button-plus:hover>rect,#latest-reports-section .row .fourth #button-plus:hover>rect,#latest-reports-section .row .seventh #button-plus:hover>rect{fill:#0feeb1}#what-we-do-section{max-width:1440px;padding-top:1.5rem;padding-bottom:0}@media(min-width:768px){#what-we-do-section{padding-top:2.5rem;padding-bottom:2.5rem}}#what-we-do-section .graphic{background:#ececec;margin-bottom:1px}#what-we-do-section button{border:0;padding:0}#what-we-do-section .desktop-svg>svg{display:none}@media(min-width:768px){#what-we-do-section .desktop-svg>svg{display:block}}#what-we-do-section .mobile-svg>svg{display:block}@media(min-width:768px){#what-we-do-section .mobile-svg>svg{display:none}}#what-we-do-section #what-we-do-one{padding-bottom:auto}@media(min-width:576px){#what-we-do-section #what-we-do-one{padding-bottom:4.188rem}}@media(min-width:768px){#what-we-do-section #what-we-do-one{padding-bottom:0;padding-right:2rem}}#what-we-do-section #what-we-do-one h1{color:#1c1cf9;font-size:2.5rem;font-family:apercu-mono-regular-pro,sans-serif;text-transform:uppercase}@media(max-width:1000px){#what-we-do-section #what-we-do-one h1{font-size:2rem}}#what-we-do-section #what-we-do-one p{font-size:1.25rem;font-family:Inter,sans-serif;margin-bottom:2rem;margin-top:1.5rem;max-width:100%}@media(min-width:768px){#what-we-do-section #what-we-do-one p{max-width:25.625rem}}@media(max-width:1000px){#what-we-do-section #what-we-do-one p{font-size:1rem}}#what-we-do-section #what-we-do-one .agh-button{display:none;width:11.25rem;height:2.5rem}@media(min-width:768px){#what-we-do-section #what-we-do-one .agh-button{display:flex;align-items:center;justify-content:center;position:absolute;right:0;bottom:2rem;background-color:#1c1cf9;color:var(--white)}#what-we-do-section #what-we-do-one .agh-button:hover{background-color:#0a032e}}@media(min-width:992px){#what-we-do-section #what-we-do-one .agh-button{left:0;bottom:0}}#what-we-do-section #what-we-do-two{padding-right:1px}#what-we-do-section #what-we-do-two #wwd-upper{padding:0;margin-left:-15px;margin-right:-15px}@media(min-width:768px){#what-we-do-section #what-we-do-two #wwd-upper{margin-left:0;margin-right:0}}#what-we-do-section #what-we-do-two #wwd-upper button{position:absolute;right:1.875rem;top:1.875rem;display:none}@media(min-width:768px){#what-we-do-section #what-we-do-two #wwd-upper button{display:block}}#what-we-do-section #what-we-do-two #wwd-upper button svg{fill:#1c1cf9;stroke:var(--white)}#what-we-do-section #what-we-do-two #wwd-upper button svg rect{stroke:none}#what-we-do-section #what-we-do-two #wwd-upper button svg:hover{fill:#0a032e;stroke:var(--white)}#what-we-do-section #what-we-do-two #wwd-lower{display:none}@media(min-width:768px){#what-we-do-section #what-we-do-two #wwd-lower{display:block}}#what-we-do-section #what-we-do-two #wwd-lower .svg-content button{position:absolute;right:1.875rem;margin-top:1.875rem;display:none}@media(min-width:768px){#what-we-do-section #what-we-do-two #wwd-lower .svg-content button{display:block}}#what-we-do-section #what-we-do-two #wwd-lower .svg-content button svg{fill:#1c1cf9;stroke:var(--white)}#what-we-do-section #what-we-do-two #wwd-lower .svg-content button svg rect{stroke:none}#what-we-do-section #what-we-do-two #wwd-lower .svg-content button svg:hover{fill:#0a032e;stroke:var(--white)}#what-we-do-section #what-we-do-two .modal{display:none;position:absolute;top:0;left:0;width:200%;z-index:10}#what-we-do-section #what-we-do-two .modal-body button{position:absolute;right:1.438rem;top:1.875rem}#what-we-do-section #what-we-do-two .modal-body button svg{fill:var(--white);stroke:#1c1cf9}#what-we-do-section #what-we-do-two .modal-body button svg rect{stroke:none}#what-we-do-section #what-we-do-two .modal-body button svg:hover{fill:#0a032e;stroke:var(--white)}#what-we-do-section #what-we-do-two .modal-body .modal-content{height:auto}#what-we-do-section #what-we-do-three #wwd-upper{padding:0;margin-left:-15px;margin-right:-15px;display:block}@media(min-width:768px){#what-we-do-section #what-we-do-three #wwd-upper{margin-left:0;margin-right:0;display:block}}#what-we-do-section #what-we-do-three #wwd-upper button{position:absolute;right:1.875rem;top:1.875rem;display:none}@media(min-width:768px){#what-we-do-section #what-we-do-three #wwd-upper button{display:block}}#what-we-do-section #what-we-do-three #wwd-upper button svg{fill:#1c1cf9;stroke:var(--white)}#what-we-do-section #what-we-do-three #wwd-upper button svg rect{stroke:none}#what-we-do-section #what-we-do-three #wwd-upper button svg:hover{fill:#0a032e;stroke:var(--white)}#what-we-do-section #what-we-do-three #wwd-lower{display:none}@media(min-width:768px){#what-we-do-section #what-we-do-three #wwd-lower{display:block}}#what-we-do-section #what-we-do-three #wwd-lower .svg-content button{position:absolute;right:1.875rem;margin-top:1.875rem;display:none}@media(min-width:768px){#what-we-do-section #what-we-do-three #wwd-lower .svg-content button{display:block}}#what-we-do-section #what-we-do-three #wwd-lower .svg-content button svg{fill:#1c1cf9;stroke:var(--white)}#what-we-do-section #what-we-do-three #wwd-lower .svg-content button svg rect{stroke:none}#what-we-do-section #what-we-do-three #wwd-lower .svg-content button svg:hover{fill:#0a032e;stroke:var(--white)}#what-we-do-section #what-we-do-three .modal{display:none;position:absolute;top:0;left:-100%;width:200%;z-index:10;height:auto}#what-we-do-section #what-we-do-three .modal-body button{position:absolute;right:1.438rem;top:1.875rem}#what-we-do-section #what-we-do-three .modal-body button svg{fill:var(--white);stroke:#1c1cf9}#what-we-do-section #what-we-do-three .modal-body button svg rect{stroke:none}#what-we-do-section #what-we-do-three .modal-body button svg:hover{fill:#0a032e;stroke:var(--white)}#what-we-do-section #what-we-do-three .modal-body .modal-content{height:auto}#our-partners-section{max-width:1440px;padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){#our-partners-section{padding-top:2.5rem;padding-bottom:3.75rem}}@media(min-width:768px)and (max-width:1000px){#our-partners-section{display:flex!important;flex-direction:column}}#our-partners-section #our-partners-one{padding-left:0}#our-partners-section #our-partners-one h1{color:#1c1cf9;font-size:2.5rem;margin-bottom:3rem;text-transform:uppercase}#our-partners-section #our-partners-two{display:flex;flex-wrap:nowrap;justify-content:flex-end}#our-partners-section #our-partners-two>*{flex-basis:auto}#our-partners-section #our-partners-two a{padding:1rem}#our-partners-section #our-partners-two img{height:100px}@media(min-width:1000px)and (max-width:1200px){#our-partners-section #our-partners-two{flex-wrap:wrap;justify-content:flex-start;max-width:500px}}@media(max-width:1000px){#our-partners-section #our-partners-two{max-width:100%}}@media(max-width:768px){#our-partners-section #our-partners-two{flex-wrap:wrap}#our-partners-section #our-partners-two img{height:clamp(70px,20vw,100px)}}#text-scroll-section{margin:1.5rem 0;padding:0;position:relative;height:5rem}@media(min-width:768px){#text-scroll-section{margin-top:2.5rem;margin-bottom:1.438rem}}.scroll-text{white-space:nowrap;text-transform:uppercase;font-size:3.75rem;line-height:5rem;position:absolute;margin-left:0}@media(min-width:768px){.scroll-text{font-size:5rem}}.scroll-text-one{color:#0feeb1;animation:e 20s linear 0s infinite}.scroll-text-two{color:var(--white);transform:translate(100%);animation:f 20s linear 11s infinite}@keyframes e{0%{transform:translate(100%)}99%{transform:translate(-100%)}to{transform:translate(-100%)}}@keyframes f{0%{transform:translate(100%)}92%{transform:translate(-100%)}to{transform:translate(-100%)}}.help-container{margin:0 auto;margin-bottom:1.5rem;width:100%;max-width:1440px;text-align:center}@media(min-width:768px){.help-container{text-align:right;margin-bottom:2.5rem}}a.help-button{padding:.75rem .75rem .625rem;background-color:#0feeb1;color:#1c1cf9;display:block}@media(min-width:768px){a.help-button{display:inline}}.footer-section{max-width:1440px;background-color:#0a032e;text-transform:uppercase;padding-top:1.5rem;padding-bottom:1.5rem;font-size:.625rem;line-height:1rem}@media(min-width:992px){.footer-section{padding-top:2.5rem;padding-bottom:2.5rem;font-size:.75rem;line-height:1.125rem}}.footer-section .upper-footer{margin-bottom:3.509rem}@media(min-width:992px){.footer-section .upper-footer{margin-bottom:2rem}}.footer-section .upper-footer #left-footer #logo{width:10.59rem;padding:0;margin:0}@media(min-width:992px){.footer-section .upper-footer #left-footer #logo{width:14.125rem}}.footer-section .upper-footer #right-footer .social-icons svg{float:right;margin-left:1rem;height:1.242rem;width:auto;stroke:#0feeb1;fill:#0feeb1}.footer-section .upper-footer #right-footer .social-icons svg:hover{stroke:var(--white);fill:var(--white)}.footer-section .lower-footer #left-footer{padding:0;align-self:flex-end;margin-bottom:1rem}@media(min-width:992px){.footer-section .lower-footer #left-footer{margin-bottom:0}}.footer-section .lower-footer #left-footer ul{padding:0;margin:0}.footer-section .lower-footer #left-footer ul li{display:inline;list-style-type:none;margin-right:1rem}@media(min-width:992px){.footer-section .lower-footer #left-footer ul li{margin-right:1.875rem}}.footer-section .lower-footer #left-footer ul>li>a{color:#0feeb1;text-decoration:underline}.footer-section .lower-footer #left-footer ul>li>a:hover{color:var(--white)}.footer-section .lower-footer #right-footer{padding:0}.footer-section .lower-footer #right-footer p{white-space:pre-line;color:var(--white);margin:0;text-align:left}@media(min-width:992px){.footer-section .lower-footer #right-footer p{text-align:right}}.footer-section .lower-footer #right-footer p a{color:var(--white)}.footer-section .lower-footer #right-footer p span{display:table;width:100%;text-align:left}@media(min-width:992px){.footer-section .lower-footer #right-footer p span{text-align:right}}@media(min-width:768px)and (max-width:1000px){.ml-0{flex-direction:column}}#hero-full-report-section{max-width:1440px;padding-top:2rem;padding-bottom:1.5rem}@media(min-width:992px){#hero-full-report-section{padding-top:2.5rem;padding-bottom:2.5rem}}#hero-full-report-section .all-reports-btn{margin-bottom:1.25rem;display:flex;align-items:center;line-height:1}#hero-full-report-section .all-reports-btn span{padding-right:14px}#hero-full-report-section button{margin-bottom:2.5rem}@media(min-width:992px){#hero-full-report-section button{margin-bottom:1.875rem}}#hero-full-report-section button #arrow{margin-right:.875rem}#hero-full-report-section .left-column .large-title-apercu{color:#1c1cf9;max-width:56.25rem}@media(min-width:992px){#hero-full-report-section .left-column .large-title-apercu{font-size:3rem;line-height:3rem}}#hero-full-report-section .left-column p{text-align:left;font-size:1.25rem;line-height:1.25rem;text-transform:uppercase;margin-top:1.5rem;margin-bottom:1.5rem;max-width:21.438rem}@media(min-width:992px){#hero-full-report-section .left-column p{margin-top:1.875rem;max-width:26.813rem;margin-bottom:0}}#hero-full-report-section .left-column .date{font-size:1rem;color:#1c1cf9;margin-bottom:2.5rem;padding-bottom:2.5rem}@media(min-width:992px){#hero-full-report-section .left-column .date{margin-top:2.25rem;margin-bottom:0;padding-bottom:0}}@media(max-width:1199.98px){#hero-full-report-section .left-column .date{padding-bottom:0}}#hero-full-report-section .space{flex-direction:column;padding:0}@media(min-width:992px){#hero-full-report-section .space{padding-left:.938rem}}#hero-full-report-section .space #address{flex-grow:1;color:#000;text-align:left}#hero-full-report-section .space #address span{color:#1c1cf9}#hero-full-report-section .space button{width:100%;position:absolute;left:0;bottom:0;margin-bottom:0;max-width:21.438rem}@media(min-width:992px){#hero-full-report-section .space button{max-width:12.25rem;left:auto}}#executive-summary{max-width:1440px;padding-top:2.938rem}@media(min-width:992px){#executive-summary{padding-top:5rem}}#executive-summary h3{float:left;text-transform:uppercase;color:#1c1cf9;font-size:2rem;line-height:2rem;padding-bottom:1.375rem}@media(min-width:992px){#executive-summary h3{font-size:2.5rem;line-height:2.5rem;max-width:inherit}}#executive-summary .inter-big{font-size:1.25rem;line-height:1.623rem}#executive-summary .report-image-container{width:100%;display:flex;justify-content:flex-end;padding:3rem}#executive-summary .report-image-container .image{max-width:25rem}@media(max-width:991.98px){#executive-summary .report-image-container{display:none}}#executive-summary .inline-report-image{display:none}@media(max-width:991.98px){#executive-summary .inline-report-image{display:block;float:left;margin-right:15px;padding-bottom:15px;max-width:100%}}#executive-summary .report-image-container-mobile{display:none}@media(max-width:991.98px){#executive-summary .report-image-container-mobile{width:100%;display:flex;justify-content:center;padding:1rem}#executive-summary .report-image-container-mobile img{max-width:100%}}#four-key-section.report{padding-left:0;padding-right:0}#full-report{max-width:1440px;padding:0}#full-report p{font-family:Inter,sans-serif;font-size:1rem;line-height:1.623rem}@media(min-width:768px){#full-report p{padding-left:0}}#full-report #papers-found #found{margin-top:1rem;margin-bottom:0}#full-report #papers-found #reviewed{margin-top:.5rem}@media(min-width:768px){#full-report #papers-found #reviewed{margin-bottom:1rem}}#full-report #downloads{margin-top:3rem}@media(min-width:768px){#full-report #downloads{margin-top:4.25rem}}#full-report #downloads p{margin-bottom:0;font-family:apercu-mono-regular-pro,sans-serif;font-style:normal;font-weight:400;letter-spacing:.05em}#full-report #downloads #mobile-text{display:block;text-transform:uppercase;font-size:1rem;line-height:1.375rem;color:#1c1cf9}#full-report #downloads #mobile-text a{color:#1c1cf9}@media(min-width:768px){#full-report #downloads #mobile-text{display:none}}#full-report #downloads #right-column{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:3rem;margin-top:1rem}@media(min-width:992px){#full-report #downloads #right-column{flex-direction:row;justify-content:space-between;margin-top:0}}#full-report #downloads #right-column #desktop-text{font-size:1rem;line-height:1.375rem;display:none}@media(min-width:768px){#full-report #downloads #right-column #desktop-text{display:block;font-size:1.25rem;line-height:1.25rem;text-transform:uppercase;color:#1c1cf9}}@media(min-width:992px){#full-report #downloads #right-column #desktop-text{margin-top:0;margin-bottom:0}}#full-report #downloads #right-column button #mobile-button{width:21.438rem;display:block}@media(min-width:768px){#full-report #downloads #right-column button #mobile-button{display:none}}@media(max-width:767.98px){#full-report #downloads #right-column .social-footer{width:100%}#full-report #downloads #right-column .js-copy{flex:1;background:#0feeb1}#full-report #downloads #right-column .social-share-container{flex:1;text-align:center;background:#1c1cf9}}@media(max-width:1000px){.report-image-container-mobile{display:none!important}}.inline-report-image-container .image{max-width:100%}.social-share-container .social-toggle{height:40px;border:none;padding:0}.social-share-container .social-toggle:hover{background:#1c1cf9}.social-share-container .social-toggle:after{display:none}.social-share-container .social-toggle:active{background:#1c1cf9}.social-share-container .social-toggle:active,.social-share-container .social-toggle:focus{border:none;outline:none;box-shadow:none!important}.social-share-container ul{padding:0;border-radius:0;margin-top:0;border:none}.social-share-container ul li button{width:100%;background:#0a032e;color:#fff;padding:.5rem .7rem;text-align:left}.social-share-container ul li button:hover{color:#0feeb1}h3.report-h-cont{float:none!important;margin:2rem 0;padding-bottom:0!important}.report-ul{padding-left:1.5rem}.report-ul li{line-height:1.625;margin-bottom:1rem}.report-ul li::marker{font-size:.8rem}.report-ol-cont{list-style:none;margin-bottom:2rem;counter-reset:a}.report-ol-cont .report-ol-it-cont{background-color:#ececec;padding:1.25rem;margin-bottom:1rem}.report-ol-cont .report-ol-it{font-size:1.25rem;line-height:1.625rem;display:flex;flex-direction:row;counter-increment:a}.report-ol-cont .report-ol-it:before{display:block;color:#1c1cf9;font-family:apercu-mono-regular-pro,sans-serif;font-size:1.875rem;margin-right:1.25rem;content:counter(a)}.report-quote{margin-top:2rem}.report-quote p{color:#1c1cf9;font-family:apercu-mono-regular-pro,sans-serif;font-size:.75rem;line-height:1.5;text-transform:uppercase;margin-bottom:0}.report-xspace{padding:1.5rem 0}.report-quote-highlight{padding:1.25rem;background-color:#ececec;width:80%;max-width:25rem;position:absolute;transform:translateX(calc(-100% - 40px)) translateY(-70%)}@media(max-width:991.98px){.report-quote-highlight{position:relative;transform:none;width:100%;max-width:none}}@media(max-width:767.98px){.report-quote-highlight{width:100vw;position:relative;left:-1rem}}.report-quote-highlight p{color:#1c1cf9;font-size:1.875rem;line-height:1;text-transform:uppercase}.row{margin:0}.title{color:#1c1cf9;font-size:2rem;line-height:2rem;text-transform:uppercase}.large-text{color:#0a032e;font-size:1.25rem;font-family:Inter,sans-serif}.sub-title{color:#0feeb1;font-size:1.25rem;line-height:1.25rem;text-transform:uppercase}.small-title-text{color:#0a032e;font-size:1.25rem;font-family:Inter,sans-serif}.link,.small-text{font-size:1rem;line-height:1.623rem}.link{font-weight:500;text-decoration-line:underline}#about-page-hero-section{max-width:1440px;background-color:#0a032e;padding-top:2rem;padding-bottom:2rem}@media(min-width:992px){#about-page-hero-section{padding-top:3.75rem;padding-bottom:9.25rem}}#about-page-hero-section .row .sub-title{margin-bottom:2rem}@media(min-width:768px){#about-page-hero-section .row .sub-title{margin-bottom:1.875rem}}#who-we-are-section{max-width:1440px;background-color:var(--white);padding-top:3rem}@media(max-width:991.98px){#who-we-are-section .mobile-about-expand{display:block!important;margin-top:-1rem}}@media(max-width:991.98px){#who-we-are-section .desktop-expand-about{display:none!important}}#who-we-are-section .row.one{padding-bottom:1.5rem}@media(min-width:992px){#who-we-are-section .row.one{padding-top:2.5rem}}#who-we-are-section .row.one .title{margin-bottom:1.5rem}#who-we-are-section .row.one .large-text{padding-left:0;color:#0a032e;font-size:1rem;line-height:1.623rem}@media(min-width:992px){#who-we-are-section .row.one .large-text{padding-left:5rem;font-size:1.25rem;line-height:1.623rem}}#who-we-are-section .row.one .small-title-text{padding-right:0;padding-left:0}@media(min-width:992px){#who-we-are-section .row.one .small-title-text{padding-left:5rem}}#who-we-are-section .row.one button{margin-top:1rem;display:block}@media(min-width:768px){#who-we-are-section .row.one button{display:none;margin-top:0}}@media(min-width:768px)and (max-width:1000px){#who-we-are-section .row.one button{display:block!important}}#who-we-are-section .row.two{background-color:var(--white);padding-left:-1rem;padding-right:-1rem}@media(min-width:768px){#who-we-are-section .row.two{margin-left:0;margin-right:0}}@media(max-width:991.98px){#who-we-are-section .row.two{display:flex;flex-direction:column-reverse;align-items:baseline}}#who-we-are-section .row.two #quotes-keys{background-color:#ececec;margin-bottom:1.5rem;padding:1.5rem 1rem;margin-left:-1rem;margin-right:-1rem;min-width:100%}@media(min-width:768px){#who-we-are-section .row.two #quotes-keys{padding:1.25rem 1.125rem 1.25rem 1.25rem;margin-left:0;margin-right:0}}#who-we-are-section .row.two #quotes-keys h1{color:#1c1cf9;font-size:1.5rem;line-height:1.5rem}@media(min-width:992px){#who-we-are-section .row.two #quotes-keys h1{font-size:1.875rem;line-height:1.875rem}}#who-we-are-section .row.two #quotes-keys p{color:#0a032e;font-size:1rem;line-height:22px;font-family:apercu-mono-regular-pro,sans-serif;margin-top:1.25rem;margin-bottom:0}#who-we-are-section .read-more{display:block}@media(min-width:768px){#who-we-are-section .read-more{display:none}}#who-we-are-section .small-text-mobile{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.623rem}#who-we-are-section .small-text-mobile span{color:#1c1cf9}#who-we-are-section #read-more-button{padding:0;margin-bottom:2rem}#who-we-are-section #read-more-button svg #vertLine{stroke:var(--white);opacity:1}#who-we-are-section #read-more-button svg #reads-more{opacity:1}#who-we-are-section #read-more-button svg #read-less{opacity:0}#who-we-are-section #read-more-button[aria-expanded=true]{margin-bottom:1rem}#who-we-are-section #read-more-button[aria-expanded=true] svg #vertLine{opacity:0}#who-we-are-section #read-more-button[aria-expanded=true] svg #read-less{opacity:1}#who-we-are-section #read-more-button[aria-expanded=true] svg #reads-more{opacity:0}#who-we-are-section .small-text{padding-left:10px;color:#0a032e;display:none}#who-we-are-section .small-text span{color:#1c1cf9;padding-top:1rem}@media(min-width:768px){#who-we-are-section .small-text{display:block;padding-left:0;padding-right:0}}@media(min-width:992px){#who-we-are-section .small-text{padding-left:5rem}}#four-key-section{max-width:1440px;background-color:var(--white);padding-top:1.5rem}#four-key-section .row.one{margin-bottom:1.5rem}#four-key-section .row.one .large-text{max-width:21.25rem;font-size:1.25rem;line-height:1.3}@media(max-width:991.98px){#four-key-section .row.one .large-text{font-size:1rem;line-height:1.5}}#four-key-section .row.two{padding-bottom:2.5rem}#four-key-section .row.two #desktop-row-two{width:100vw;display:none}@media(min-width:992px){#four-key-section .row.two #desktop-row-two{display:flex;flex-direction:row}}#four-key-section .row.two #desktop-row-two .four-key{max-width:21.375rem;border-top:1px solid #1c1cf9;border-bottom:1px solid #1c1cf9;border-left:1px solid #1c1cf9;padding:20px!important;flex-direction:column;justify-content:space-between;display:flex;width:25%}#four-key-section .row.two #desktop-row-two .four-key:last-of-type{border-right:1px solid #1c1cf9}#four-key-section .row.two #desktop-row-two .small-title-text{max-width:100%;margin-bottom:1.25rem}@media(min-width:992px){#four-key-section .row.two #desktop-row-two .small-title-text{max-width:21.25rem}}#four-key-section .row.two #mobile-row-two{border-bottom:1px solid #1c1cf9;width:100%}@media(min-width:992px){#four-key-section .row.two #mobile-row-two{display:none}}@media(min-width:768px)and (max-width:1000px){#four-key-section .row.two #mobile-row-two{border-bottom:none}}#four-key-section .row.two #mobile-row-two button{padding:0;position:absolute;right:15px}#four-key-section .row.two #mobile-row-two button svg{fill:#1c1cf9;stroke:var(--white)}#four-key-section .row.two #mobile-row-two button[aria-expanded=true] svg{fill:#ececec;transform:rotate(180deg)}#four-key-section .row.two #mobile-row-two button[aria-expanded=true] svg rect{stroke:none}#four-key-section .row.two #mobile-row-two button[aria-expanded=true] svg path{stroke:#1c1cf9}#four-key-section .row.two #box{display:flex;flex-direction:column}@media(max-width:1000px){#four-key-section .row.two #box{flex-direction:row}}#four-key-section .row.two .key-area-svg{font-size:1.5rem;line-height:1;text-transform:uppercase;color:#1c1cf9}@media(min-width:768px){#four-key-section .row.two .key-area-svg{font-size:1.5rem}}@media(min-width:992px){#four-key-section .row.two .key-area-svg{font-size:1.875rem}}#four-key-section .row.two .key-text{max-width:100%}@media(max-width:1000px){#four-key-section .row.two .key-text{max-width:calc(100% - 85px)}}#four-key-section .row.two .number{height:100%}@media(max-width:767.98px){#four-key-section .row.two .number{margin-right:7px}}#four-key-section .row.two #number{font-size:3.5rem;line-height:3.5rem}@media(min-width:768px){#four-key-section .row.two #number{font-size:5rem;line-height:5rem}}@media(min-width:768px)and (max-width:1000px){#four-key-section .row.two #number{margin-top:-5px;font-size:4rem;line-height:4rem;margin-right:7px}}#four-key-section .row.two .key-area{border-top:1px solid #1c1cf9;border-left:1px solid #1c1cf9;border-right:1px solid #1c1cf9;border-bottom:0 solid #1c1cf9;padding:1rem;width:100%;position:relative}@media(min-width:768px)and (max-width:1000px){#four-key-section .row.two .key-area{border:1px solid #1c1cf9;min-height:127px}}#four-key-section .row.two .collapsed-text{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:1rem;line-height:1.625rem;padding-top:1rem;margin-bottom:-.05rem}@media(max-width:1000px){#four-key-section .row.two .collapsed-text{padding-top:0}}#find-out-more-section{max-width:1440px;background-color:var(--white);padding:0}@media(min-width:768px)and (max-width:1000px){#find-out-more-section{padding:1rem!important}}@media(min-width:992px){#find-out-more-section{padding:2.5rem}}#find-out-more-section .row{background-color:#0feeb1;padding-top:1rem;padding-bottom:1rem}@media(min-width:992px){#find-out-more-section .row{padding-top:2.5rem;padding-bottom:2.5rem}}#find-out-more-section .row .title{padding:0;margin-bottom:4rem;font-size:2rem;line-height:2rem}@media(min-width:992px){#find-out-more-section .row .title{margin-bottom:0;font-size:2.5rem;line-height:2.5rem;max-width:57rem}}#find-out-more-section .row a{display:inline;white-space:nowrap;background-color:var(--white);color:#1c1cf9;position:absolute;right:0;bottom:0;text-transform:uppercase;padding:.75rem .75rem .625rem;width:100%;text-align:center;font-size:1.125rem;line-height:1.125rem;letter-spacing:.05em}#find-out-more-section .row a:hover{color:var(--white);background-color:#0a032e}@media(min-width:992px){#find-out-more-section .row a{max-width:11.25rem}}#our-partners-about-section{max-width:1440px;padding-top:3rem;padding-bottom:3rem}@media(min-width:992px){#our-partners-about-section{padding-top:2.5rem;padding-bottom:2.5rem}}@media(min-width:768px)and (max-width:1000px){#our-partners-about-section .row{flex-direction:column}}#our-partners-about-section .agh-button{background-color:#1c1cf9;color:#fff;padding:10px 12px}#our-partners-about-section .about-cta-button{color:#fff;padding:.75rem .75rem .625rem;background:#1c1cf9;margin-top:3rem;text-transform:uppercase;font-size:1.125rem;line-height:1.125rem;letter-spacing:.05em;display:inline-block}#our-partners-about-section .about-cta-button:hover{background:#0a032e}@media(min-width:992px){#our-partners-about-section .about-cta-button{margin-bottom:3rem}}#our-partners-about-section #our-partners-one{padding:0}#our-partners-about-section #our-partners-one h1{text-transform:uppercase;color:#1c1cf9;max-width:25rem;margin-bottom:1.875rem;font-size:2rem}@media(min-width:992px){#our-partners-about-section #our-partners-one h1{margin-bottom:2.5rem}}#our-partners-about-section #our-partners-one #hidden-desktop{display:none}@media(min-width:992px){#our-partners-about-section #our-partners-one #hidden-desktop{display:block;font-family:Inter,sans-serif}}#our-partners-about-section #our-partners-one #hidden-desktop p{white-space:pre-line;max-width:25rem}@media(min-width:768px)and (max-width:1000px){#our-partners-about-section #our-partners-two{max-width:90vw}}#our-partners-about-section #our-partners-two .logos-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;max-width:550px;width:100%;height:100%}@media(min-width:768px)and (max-width:1000px){#our-partners-about-section #our-partners-two .logos-container{display:flex;max-width:100%}}#our-partners-about-section #our-partners-two .logos-container img{height:140px;width:100%}#our-partners-about-section #our-partners-two .logos-container a{padding:.5rem;display:inline-block}@media(max-width:1000px){#our-partners-about-section #our-partners-two .logos-container img{height:120px}#our-partners-about-section #our-partners-two .logos-container a{padding:.8rem}}@media(max-width:550px){#our-partners-about-section #our-partners-two .logos-container a{padding:.4rem}#our-partners-about-section #our-partners-two .logos-container img{height:clamp(70px,20vw,120px)}}#our-partners-about-section #hidden-mobile{padding-top:1.875rem;position:relative;margin-bottom:0;display:block}@media(min-width:992px){#our-partners-about-section #hidden-mobile{display:none}}#our-partners-about-section #hidden-mobile p{font-family:Inter,sans-serif;font-size:1rem;line-height:1.625rem;margin-bottom:3rem}@media(min-width:768px){#our-partners-about-section #hidden-mobile p{margin-bottom:1.5rem}}@media(min-width:992px){#our-partners-about-section #hidden-mobile p{margin-bottom:3rem}}#our-partners-about-section #hidden-mobile a.agh-button{display:block;text-align:center}@media(min-width:768px){#our-partners-about-section #hidden-mobile a.agh-button{display:inline;float:right}}#support-section{max-width:1440px;background-color:#1c1cf9;padding-top:2rem;padding-bottom:2rem}@media(min-width:992px){#support-section{padding-top:3.75rem;padding-bottom:3.75rem}}#support-section #support-row{padding-bottom:0}#support-section #support-row #one{padding-right:0}@media(min-width:992px){#support-section #support-row #one{padding-right:10.313rem}}#support-section #support-row #one .title{color:var(--white);font-size:2rem;line-height:2rem;margin-bottom:2rem}@media(min-width:992px){#support-section #support-row #one .title{font-size:3rem;line-height:3rem;margin-bottom:0}}#support-section #support-row #two #two-a{padding-left:0}#support-section #support-row #two hr{border-top:1px solid #0feeb1;margin-bottom:1rem}#support-section #support-row #two .sub-title{margin-bottom:1rem;max-width:344rem}@media(min-width:768px){#support-section #support-row #two .sub-title{max-width:320rem}}#support-section #support-row #two .small-text{color:var(--white);margin-bottom:1rem}#support-section #support-row #two .link{color:#0feeb1}#support-section #support-row #two .link:hover{color:var(--white)}footer{max-width:1440px}footer #left-footer svg{margin-left:0}@media(min-width:768px)and (max-width:1000px){.support-container{display:flex;flex-direction:row}.support-container .sub-title{width:40%}.support-container .support-container-body{width:60%}.about-key-areas-container{display:flex;flex-direction:row;width:100%}}@media(max-width:768px){.about-key-areas-container{width:100%}}.footer{background:#000}.footer,.footer a{color:#fff}.footer ul{list-style:none;padding:0}.footer-middle{border-top:1px solid #fff;border-bottom:1px solid #fff;padding:50px 0}.footer-top{padding:70px 0}.footer-bottom{padding:48px 0}.copyright,.footer-disclaimer{font-size:13px;opacity:.3}.copyright{margin-top:40px;margin-bottom:16px}.footer-socials{display:inline-flex;margin-bottom:0}.footer-socials li{margin-right:20px}.footer-box:not(:last-child){margin-bottom:40px}.footer-box .title-upper-spaced{margin-bottom:20px;display:block}@media(min-width:576px){.footer-box .title-upper-spaced{margin-bottom:26px}}.footer-title{font-size:32px;max-width:160px;display:block}@media(min-width:576px){.footer-title{max-width:none}}@media(min-width:992px){.footer-title{font-size:40px}}.footer-nav{margin-bottom:0}@media(max-width:1199.98px){.footer-nav{margin-top:20px}}@media(min-width:992px){.footer-nav{display:inline-flex}}.footer-nav li{font-size:14px;opacity:.8}.footer-nav li:hover:not(.copyright){opacity:1}@media(max-width:767.98px){.footer-nav li{margin-bottom:6px}}@media(min-width:992px){.footer-nav li{margin-left:44px;display:inline-flex}}.footer-nav a{text-decoration:underline}.footer-nav a:hover{opacity:1}@media(max-width:991.98px){.get-in-touch{padding-top:2rem}}@media(min-width:576px){.get-in-touch{text-align:right}}.get-in-touch a{width:100%}@media(min-width:768px){.get-in-touch a{max-width:424px}}.btn:active,.btn:focus{outline:none;box-shadow:none}#hero-latest-reports-section{max-width:1440px;padding-top:2rem;padding-bottom:1.5rem}@media(min-width:992px){#hero-latest-reports-section{padding-top:3.125rem;padding-bottom:2.5rem}}#hero-latest-reports-section .research-team{white-space:pre-line}@media(min-width:768px)and (max-width:1000px){#hero-latest-reports-section .research-team{opacity:0!important}}#hero-latest-reports-section .left-column .large-title-apercu{color:#1c1cf9;max-width:100vw;font-size:2rem;line-height:2rem}@media(min-width:992px){#hero-latest-reports-section .left-column .large-title-apercu{font-size:3rem;line-height:3rem;max-width:56.25rem}}#hero-latest-reports-section .left-column p{text-align:left;font-size:1.25rem;line-height:1.25rem;text-transform:uppercase;margin-top:1.5rem;max-width:21.438rem}@media(min-width:768px){#hero-latest-reports-section .left-column p{margin-top:1.875rem;max-width:26.813rem}}#hero-latest-reports-section .left-column .date{font-size:1rem;color:#1c1cf9;margin-top:1.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem}@media(min-width:768px){#hero-latest-reports-section .left-column .date{margin-top:1.75rem;margin-bottom:0;padding-bottom:0}}#hero-latest-reports-section .space{flex-direction:column;padding:0}@media(min-width:768px){#hero-latest-reports-section .space{padding-left:.938rem}}#hero-latest-reports-section .space p{flex-grow:1;color:#000;text-align:left;display:none}#hero-latest-reports-section .space p span{color:#1c1cf9}@media(min-width:992px){#hero-latest-reports-section .space p{display:block}}#hero-latest-reports-section .space a.see-detail{color:#1c1cf9;background-color:#0feeb1;padding:12px 12px 10px;width:100%;align-self:flex-start}@media(min-width:576px){#hero-latest-reports-section .space a.see-detail{max-width:9rem;align-self:flex-end}}@media(min-width:992px){#hero-latest-reports-section .space a.see-detail{align-self:flex-start}}#hero-latest-reports-section .space a.see-detail:hover{color:var(--white);background-color:#0a032e}#research-library-section{max-width:1440px;padding-top:3rem;padding-bottom:0}@media(min-width:992px){#research-library-section{padding-top:5.313rem;padding-bottom:5.313rem}}#research-library-section p{margin-bottom:0}#research-library-section .title-research-library{color:#1c1cf9;font-size:2rem;padding-top:0;padding-bottom:3rem}@media(min-width:992px){#research-library-section .title-research-library{font-size:2.5rem;padding-bottom:5.313rem}}#research-library-section #report-row-one{padding:0;margin:0;min-height:488px}#research-library-section .report{position:relative;border:1px solid #bcbaff;padding:1rem;display:flex;flex-direction:column;width:100%}@media(min-width:1000px){#research-library-section .report{padding:1.875rem;width:100%;min-height:244px;max-height:100%}}#research-library-section button{padding:0;border:none;border-radius:0}#research-library-section .button-plus{position:absolute;top:1rem;right:1rem;height:2.5rem;margin:0}@media(min-width:768px){#research-library-section .button-plus{top:1.875rem;right:1.875rem}}#research-library-section .button-plus svg{fill:#ececec;stroke:#1c1cf9}#research-library-section .button-plus svg:hover{stroke:var(--white)}#research-library-section .button-plus svg .vLine{display:block}#research-library-section .button-plus svg rect{stroke:none}#research-library-section .button-plus svg rect:hover{fill:#0a032e}#research-library-section .button-plus[aria-expanded=true] svg{fill:#0feeb1}#research-library-section .button-plus[aria-expanded=true] svg .vLine{display:none}#research-library-section .button-plus[aria-expanded=true] svg rect{stroke:none}#research-library-section .report-source{text-transform:uppercase;padding:.25rem .375rem .063rem;background-color:#0feeb1;display:table;font-size:1rem;line-height:1rem;margin-right:5px;margin-bottom:.313rem;max-width:75%}@media(min-width:768px){#research-library-section .report-source{margin-bottom:1.938rem;font-size:14px;line-height:18px;display:inline}}#research-library-section .reports-title{text-transform:uppercase;color:#1c1cf9;margin-top:1.063rem;margin-bottom:1rem;font-size:1.25rem;line-height:1.25rem;max-width:80%}@media(min-width:992px){#research-library-section .reports-title{font-size:1.875rem;line-height:1.875rem;margin-bottom:1rem;max-width:90%}}#research-library-section .reports-sub-title-main{text-transform:uppercase;margin-bottom:2rem;font-size:1.125rem;line-height:1.125rem}@media(min-width:992px){#research-library-section .reports-sub-title-main{margin-bottom:1.875rem;font-size:1.25rem;line-height:1.25rem}}#research-library-section .date{font-size:1rem;line-height:22px;display:none}@media(min-width:576px){#research-library-section .date{display:block;margin-top:auto}}@media(max-width:991.98px){#research-library-section .date{margin-top:1rem}}#research-library-section .coming-soon{margin-bottom:auto;font-size:1rem;line-height:22px;display:none}@media(min-width:576px){#research-library-section .coming-soon{display:block;margin-top:2.5rem}}#research-library-section .card{position:relative;padding-top:1rem}#research-library-section .report-card-footer{display:flex;justify-content:space-between;align-items:flex-end}@media(max-width:767.98px){#research-library-section .report-card-footer{flex-direction:column;justify-content:left;align-items:baseline}#research-library-section .report-card-footer .see-detail{width:100%}}#research-library-section .report-card-footer .see-detail-btn{background:#1c1cf9;color:#fff;display:flex;align-items:center;justify-content:center;padding:.75rem .75rem .625rem}@media(max-width:767.98px){#research-library-section .report-card-footer .see-detail-btn{width:100%}}#research-library-section .research-team{padding-top:40px;margin-bottom:1.125rem}@media(min-width:768px){#research-library-section .research-team{margin-bottom:0;padding-top:40px}}#research-library-section .research-team span{color:#1c1cf9}#research-library-section .research-team ul{color:#1c1cf9;text-decoration:uppercase;padding-left:0;margin-bottom:0}#research-library-section .research-team ul li{list-style:none;color:#0a032e;font-size:12px;line-height:18px}@media(min-width:768px){#research-library-section .research-team ul li{font-size:1rem;line-height:22px}}#research-library-section .no-subtitle{padding-top:10px}@media(min-width:768px){#research-library-section .no-subtitle{padding-top:50px}}@media(min-width:992px){#research-library-section .no-subtitle{padding-top:120px}}#research-library-section .see-detail{padding-top:1rem;padding:0;border-radius:0;display:flex;justify-content:flex-end}#research-library-section .date-mob{margin-top:50px;display:block}#research-library-section #card-one{background-color:var(--white)}#research-library-section #card-one .collapse p{margin-bottom:auto}#research-library-section #card-three{background-color:var(--white)}#research-library-section #card-three .collapse p{margin-bottom:auto}#research-library-section #card-two{background-color:var(--white)}#research-library-section #card-two .collapse{z-index:8}#research-library-section #card-two .collapse p{margin-bottom:auto}#research-library-section #card-four{background-color:var(--white);display:none}@media(min-width:768px){#research-library-section #card-four{top:0;display:block}}#research-library-section #card-four .collapse p{margin-bottom:auto}.reports-grid{display:grid;grid-template-columns:1fr 1fr}@media(max-width:1000px){.reports-grid{grid-template-columns:1fr}}.reports-grid .report.opened{border:1px solid #1c1cf9!important;box-shadow:0 4px 20px rgba(0,0,0,.25);grid-row:span 2}.reports-grid .report.opened .date{display:none!important}.reports-grid .report.opened .opened-date{display:block}.reports-grid .report .collapse{height:100%}.reports-grid .report .collapse .date-mob{display:none!important}.reports-grid .report .collapse .card-body{height:100%;display:flex;flex-direction:column}.reports-grid .report .collapse .report-card-footer{margin-top:auto}.tri-button{align-items:flex-end}.tri-button button{margin-bottom:0!important}@media(min-width:768px)and (max-width:1000px){.report-date .date{margin:0!important;padding:0!important}.tri-button{justify-content:flex-end;margin-top:-30px;padding-right:0}.report-bottom{display:flex!important;flex-direction:row!important;justify-content:space-between}}html *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#overlay{height:100%;width:100vw;display:none;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:4}.brand-blue{color:#1c1cf9}.responsive-spacing{padding-left:1rem;padding-right:1rem}@media(min-width:992px){.responsive-spacing{padding-left:2.5rem;padding-right:2.5rem}}.centering-blue{background-color:#0a032e}.centering-white{background-color:var(--white)}.centering-electric-blue{background-color:#1c1cf9;overflow:hidden}.centering-grey{background-color:#ececec}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{padding:0;margin:0}.fonts-loaded .fit{font-family:apercu-mono-regular-pro,sans-serif}.font-apercu,.large-title-apercu{font-family:apercu-mono-regular-pro,sans-serif;font-style:normal;font-weight:400;letter-spacing:.05em}.large-title-apercu{font-size:2rem;line-height:2rem;text-transform:uppercase;color:var(--white)}@media(min-width:992px){.large-title-apercu{font-size:3rem;line-height:3rem}}.font-inter{font-family:Inter,sans-serif}.font-inter,.reports-sub-title{font-style:normal;font-weight:400;letter-spacing:.05em}.reports-sub-title{color:#1c1cf9;white-space:nowrap;font-family:apercu-mono-regular-pro,sans-serif;text-transform:uppercase;margin-bottom:1.563rem;font-size:1rem;line-height:1rem;display:flex;flex-wrap:wrap;align-items:center}@media(min-width:768px){.reports-sub-title{font-size:.875rem;line-height:1.125rem;margin-bottom:1.938rem}}.reports-sub-title span{padding:.25rem 0 .15rem}@media(max-width:767.98px){.reports-sub-title>span{margin-bottom:5px}}.reports-sub-title #latest{background-color:var(--white);padding-left:.375rem;margin-right:5px;padding-right:5px;line-height:1.2}.reports-sub-title #hide-text{display:none;padding:0}@media(min-width:768px){.reports-sub-title #hide-text{display:inline-block}}.reports-sub-title .sub-2{background-color:#0feeb1;padding-right:.375rem;padding-left:.375rem;margin-right:5px;line-height:1.2}button{border:none}.agh-button{font-family:apercu-mono-regular-pro,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.125rem;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;text-align:center;border:none;padding:0}.agh-button:hover{background-color:#0a032e;color:var(--white)}.top-section{max-width:1440px}.top-section #main-title{padding:85px 0;margin:0;font-family:apercu-mono-regular-pro,sans-serif;font-style:normal;font-weight:400;font-size:2.5rem;line-height:2.5rem;letter-spacing:.05em;text-transform:uppercase;color:#1c1cf9}@media(min-width:768px){.top-section #main-title{font-size:2rem;line-height:2rem}}#main-text{max-width:1440px;font-family:Inter,sans-serif;font-style:normal;font-weight:400;color:#0a032e;font-size:1rem;line-height:1.623rem;padding-top:3rem;padding-bottom:6.5rem}@media(min-width:768px){#main-text{padding-top:4rem;padding-bottom:7.5rem}}#main-text span{font-size:1rem;line-height:1.623rem}@media(min-width:768px){#main-text span{font-size:1.25rem;line-height:1.623rem}}@font-face{font-family:apercu-mono-regular-pro;src:url(7fbadeff716a6d01c3c0c6d8ef54c855.woff) format("woff2"),url(7fbadeff716a6d01c3c0c6d8ef54c855.woff) format("woff");font-style:normal;font-weight:400}body{font-family:apercu-mono-regular-pro,sans-serif;font-size:16px;background-color:#1c1cf9;height:100%}.pre-line{white-space:pre-line}.tooltip{background:#0a032e;color:#fff;padding:.2rem .7rem}.rich-text h1{font-size:2.4rem}.rich-text h2{font-size:2rem}.rich-text h3{font-size:1.8rem}.rich-text h4,.rich-text h5{font-size:1.6rem}