@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,.small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,.mark,audio,video{border:none;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,main{display:block}audio,canvas,video{display:inline-block}body{margin:0}ul{list-style-type:none}a{background:transparent;text-decoration:none}button,input{line-height:normal}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}img{display:block;max-width:100%;height:auto}textarea:focus,input:focus{outline:0}input{margin:0;padding:0;appearance:none}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233F4254' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23E1E3EA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#3699ff;border-color:#3699ff;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239bccff'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231BC5BD' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231BC5BD' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F64E60'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F64E60'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: .5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: .44375rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.075rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: .5rem;--bs-navbar-toggler-padding-y: .25rem;--bs-navbar-toggler-padding-x: .75rem;--bs-navbar-toggler-font-size: 1.075rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2824, 28, 50, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: .25rem;--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, .55);--bs-navbar-hover-color: rgba(255, 255, 255, .75);--bs-navbar-disabled-color: rgba(255, 255, 255, .25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23163d66'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color: #9bccff;--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(54, 153, 255, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2386c2ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2386c2ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(54, 153, 255, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.475rem;opacity:var(--bs-btn-close-opacity)}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-offcanvas-transition: transform .3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width: 576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!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}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.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-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}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-sm-evenly{justify-content:space-evenly!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}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!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}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.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-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}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-md-evenly{justify-content:space-evenly!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}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!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}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.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-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}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-lg-evenly{justify-content:space-evenly!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}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!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}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.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-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}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-xl-evenly{justify-content:space-evenly!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}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width: 1200px){.fs-1{font-size:1.75rem!important}.fs-2{font-size:1.5rem!important}.fs-3{font-size:1.35rem!important}.fs-2x{font-size:2rem!important}.fs-2qx{font-size:2.25rem!important}.fs-2hx{font-size:2.5rem!important}.fs-2tx{font-size:2.75rem!important}.fs-3x{font-size:3rem!important}.fs-3qx{font-size:3.25rem!important}.fs-3hx{font-size:3.5rem!important}.fs-3tx{font-size:3.75rem!important}.fs-4x{font-size:4rem!important}.fs-4qx{font-size:4.25rem!important}.fs-4hx{font-size:4.5rem!important}.fs-4tx{font-size:4.75rem!important}.fs-5x{font-size:5rem!important}.fs-5qx{font-size:5.25rem!important}.fs-5hx{font-size:5.5rem!important}.fs-5tx{font-size:5.75rem!important}.fs-6x{font-size:6rem!important}.fs-6qx{font-size:6.25rem!important}.fs-6hx{font-size:6.5rem!important}.fs-6tx{font-size:6.75rem!important}.fs-7x{font-size:7rem!important}.fs-7qx{font-size:7.25rem!important}.fs-7hx{font-size:7.5rem!important}.fs-7tx{font-size:7.75rem!important}}a{text-decoration:none}p{margin-bottom:0}/*!
 * Bootstrap  v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #211CFB;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #fd2054;--bs-orange: #fd7e14;--bs-yellow: #D3FF55;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #7E8299;--bs-gray-dark: #3F4254;--bs-light: #F9F9F9;--bs-primary: #3699FF;--bs-secondary: #E1E3EA;--bs-success: #1BC5BD;--bs-info: #8950FC;--bs-warning: #FFA800;--bs-danger: #F64E60;--bs-dark: #000;--bs-gray-100: #F9F9F9;--bs-gray-200: #F4F4F4;--bs-gray-300: #E1E3EA;--bs-gray-400: #B5B5C3;--bs-gray-500: #A1A5B7;--bs-gray-600: #7E8299;--bs-gray-700: #5E6278;--bs-gray-800: #3F4254;--bs-gray-900: #181C32;--bs-light-rgb: 249, 249, 249;--bs-primary-rgb: 54, 153, 255;--bs-secondary-rgb: 225, 227, 234;--bs-success-rgb: 27, 197, 189;--bs-info-rgb: 137, 80, 252;--bs-warning-rgb: 255, 168, 0;--bs-danger-rgb: 246, 78, 96;--bs-dark-rgb: 0, 0, 0;--bs-gray-100-rgb: 249, 249, 249;--bs-gray-200-rgb: 244, 244, 244;--bs-gray-300-rgb: 225, 227, 234;--bs-gray-400-rgb: 181, 181, 195;--bs-gray-500-rgb: 161, 165, 183;--bs-gray-600-rgb: 126, 130, 153;--bs-gray-700-rgb: 94, 98, 120;--bs-gray-800-rgb: 63, 66, 84;--bs-gray-900-rgb: 24, 28, 50;--bs-primary-text-emphasis: #163d66;--bs-secondary-text-emphasis: #5a5b5e;--bs-success-text-emphasis: #0b4f4c;--bs-info-text-emphasis: #372065;--bs-warning-text-emphasis: #664300;--bs-danger-text-emphasis: #621f26;--bs-light-text-emphasis: #5E6278;--bs-dark-text-emphasis: #5E6278;--bs-primary-bg-subtle: #d7ebff;--bs-secondary-bg-subtle: #f9f9fb;--bs-success-bg-subtle: #d1f3f2;--bs-info-bg-subtle: #e7dcfe;--bs-warning-bg-subtle: #ffeecc;--bs-danger-bg-subtle: #fddcdf;--bs-light-bg-subtle: #fcfcfc;--bs-dark-bg-subtle: #B5B5C3;--bs-primary-border-subtle: #afd6ff;--bs-secondary-border-subtle: #f3f4f7;--bs-success-border-subtle: #a4e8e5;--bs-info-border-subtle: #d0b9fe;--bs-warning-border-subtle: #ffdc99;--bs-danger-border-subtle: #fbb8bf;--bs-light-border-subtle: #F4F4F4;--bs-dark-border-subtle: #A1A5B7;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #181C32;--bs-body-color-rgb: 24, 28, 50;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(24, 28, 50, .75);--bs-secondary-color-rgb: 24, 28, 50;--bs-secondary-bg: #F4F4F4;--bs-secondary-bg-rgb: 244, 244, 244;--bs-tertiary-color: rgba(24, 28, 50, .5);--bs-tertiary-color-rgb: 24, 28, 50;--bs-tertiary-bg: #F9F9F9;--bs-tertiary-bg-rgb: 249, 249, 249;--bs-heading-color: inherit;--bs-link-color: #3699FF;--bs-link-color-rgb: 54, 153, 255;--bs-link-decoration: underline;--bs-link-hover-color: #2b7acc;--bs-link-hover-color-rgb: 43, 122, 204;--bs-code-color: #d63384;--bs-highlight-bg: #f6ffdd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #F4F4F4;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .475rem;--bs-border-radius-sm: .425rem;--bs-border-radius-lg: .625rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(54, 153, 255, .25);--bs-form-valid-color: #1BC5BD;--bs-form-valid-border-color: #1BC5BD;--bs-form-invalid-color: #F64E60;--bs-form-invalid-border-color: #F64E60}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #E1E3EA;--bs-body-color-rgb: 225, 227, 234;--bs-body-bg: #181C32;--bs-body-bg-rgb: 24, 28, 50;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(225, 227, 234, .75);--bs-secondary-color-rgb: 225, 227, 234;--bs-secondary-bg: #3F4254;--bs-secondary-bg-rgb: 63, 66, 84;--bs-tertiary-color: rgba(225, 227, 234, .5);--bs-tertiary-color-rgb: 225, 227, 234;--bs-tertiary-bg: #2c2f43;--bs-tertiary-bg-rgb: 44, 47, 67;--bs-primary-text-emphasis: #86c2ff;--bs-secondary-text-emphasis: #edeef2;--bs-success-text-emphasis: #76dcd7;--bs-info-text-emphasis: #b896fd;--bs-warning-text-emphasis: #ffcb66;--bs-danger-text-emphasis: #fa95a0;--bs-light-text-emphasis: #F9F9F9;--bs-dark-text-emphasis: #E1E3EA;--bs-primary-bg-subtle: #0b1f33;--bs-secondary-bg-subtle: #2d2d2f;--bs-success-bg-subtle: #052726;--bs-info-bg-subtle: #1b1032;--bs-warning-bg-subtle: #332200;--bs-danger-bg-subtle: #311013;--bs-light-bg-subtle: #3F4254;--bs-dark-bg-subtle: #20212a;--bs-primary-border-subtle: #205c99;--bs-secondary-border-subtle: #87888c;--bs-success-border-subtle: #107671;--bs-info-border-subtle: #523097;--bs-warning-border-subtle: #996500;--bs-danger-border-subtle: #942f3a;--bs-light-border-subtle: #5E6278;--bs-dark-border-subtle: #3F4254;--bs-heading-color: inherit;--bs-link-color: #86c2ff;--bs-link-hover-color: #9eceff;--bs-link-color-rgb: 134, 194, 255;--bs-link-hover-color-rgb: 158, 206, 255;--bs-code-color: #e685b5;--bs-border-color: #5E6278;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #fe7998;--bs-form-invalid-border-color: #fe7998}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h1,.h1{font-size:1.75rem}}h2,.h2{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h2,.h2{font-size:1.5rem}}h3,.h3{font-size:calc(1.26rem + .12vw)}@media (min-width: 1200px){h3,.h3{font-size:1.35rem}}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1.15rem}h6,.h6{font-size:1.075rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:600}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:700}small,.small{font-size:.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.425rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#7e8299}.blockquote-footer:before{content:"\2014\a0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width: 1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-body-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-body-color);--bs-table-striped-bg: rgba(0, 0, 0, .05);--bs-table-active-color: var(--bs-body-color);--bs-table-active-bg: rgba(0, 0, 0, .1);--bs-table-hover-color: var(--bs-body-color);--bs-table-hover-bg: rgba(0, 0, 0, .075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #d7ebff;--bs-table-border-color: #c2d4e6;--bs-table-striped-bg: #ccdff2;--bs-table-striped-color: #000;--bs-table-active-bg: #c2d4e6;--bs-table-active-color: #000;--bs-table-hover-bg: #c7d9ec;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #f9f9fb;--bs-table-border-color: #e0e0e2;--bs-table-striped-bg: #ededee;--bs-table-striped-color: #000;--bs-table-active-bg: #e0e0e2;--bs-table-active-color: #000;--bs-table-hover-bg: #e6e6e8;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d1f3f2;--bs-table-border-color: #bcdbda;--bs-table-striped-bg: #c7e7e6;--bs-table-striped-color: #000;--bs-table-active-bg: #bcdbda;--bs-table-active-color: #000;--bs-table-hover-bg: #c1e1e0;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #e7dcfe;--bs-table-border-color: #d0c6e5;--bs-table-striped-bg: #dbd1f1;--bs-table-striped-color: #000;--bs-table-active-bg: #d0c6e5;--bs-table-active-color: #000;--bs-table-hover-bg: #d6cceb;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #ffeecc;--bs-table-border-color: #e6d6b8;--bs-table-striped-bg: #f2e2c2;--bs-table-striped-color: #000;--bs-table-active-bg: #e6d6b8;--bs-table-active-color: #000;--bs-table-hover-bg: #ecdcbd;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #fddcdf;--bs-table-border-color: #e4c6c9;--bs-table-striped-bg: #f0d1d4;--bs-table-striped-color: #000;--bs-table-active-bg: #e4c6c9;--bs-table-active-color: #000;--bs-table-hover-bg: #eaccce;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #F9F9F9;--bs-table-border-color: #e0e0e0;--bs-table-striped-bg: #ededed;--bs-table-striped-color: #000;--bs-table-active-bg: #e0e0e0;--bs-table-active-color: #000;--bs-table-hover-bg: #e6e6e6;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #000;--bs-table-border-color: #1a1a1a;--bs-table-striped-bg: #0d0d0d;--bs-table-striped-color: #fff;--bs-table-active-bg: #1a1a1a;--bs-table-active-color: #fff;--bs-table-hover-bg: #131313;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.075rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.95rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#9bccff;outline:0;box-shadow:0 0 0 .25rem #3699ff40}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;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){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.95rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.075rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233F4254' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#9bccff;outline:0;box-shadow:0 0 0 .25rem #3699ff40}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.95rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.075rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23E1E3EA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#9bccff;outline:0;box-shadow:0 0 0 .25rem #3699ff40}.form-check-input:checked{background-color:#3699ff;border-color:#3699ff}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#3699ff;border-color:#3699ff;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239bccff'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #3699ff40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #3699ff40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;appearance:none;background-color:#3699ff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#c3e0ff}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#3699ff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#c3e0ff}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-control-plaintext~label:after,.form-floating>.form-select~label:after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#7e8299}.form-floating>:disabled~label:after,.form-floating>.form-control:disabled~label:after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.075rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:.95rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.95rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231BC5BD' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231BC5BD' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.95rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F64E60'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F64E60'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: .75rem;--bs-btn-padding-y: .375rem;--bs-btn-font-family: ;--bs-btn-font-size: 1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity: .65;--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);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:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #F9F9F9;--bs-btn-border-color: #F9F9F9;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d4d4d4;--bs-btn-hover-border-color: #c7c7c7;--bs-btn-focus-shadow-rgb: 212, 212, 212;--bs-btn-active-color: #000;--bs-btn-active-bg: #c7c7c7;--bs-btn-active-border-color: #bbbbbb;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #F9F9F9;--bs-btn-disabled-border-color: #F9F9F9}.btn-primary{--bs-btn-color: #000;--bs-btn-bg: #3699FF;--bs-btn-border-color: #3699FF;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #54a8ff;--bs-btn-hover-border-color: #4aa3ff;--bs-btn-focus-shadow-rgb: 46, 130, 217;--bs-btn-active-color: #000;--bs-btn-active-bg: #5eadff;--bs-btn-active-border-color: #4aa3ff;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #3699FF;--bs-btn-disabled-border-color: #3699FF}.btn-secondary{--bs-btn-color: #000;--bs-btn-bg: #E1E3EA;--bs-btn-border-color: #E1E3EA;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #e6e7ed;--bs-btn-hover-border-color: #e4e6ec;--bs-btn-focus-shadow-rgb: 191, 193, 199;--bs-btn-active-color: #000;--bs-btn-active-bg: #e7e9ee;--bs-btn-active-border-color: #e4e6ec;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #E1E3EA;--bs-btn-disabled-border-color: #E1E3EA}.btn-success{--bs-btn-color: #000;--bs-btn-bg: #1BC5BD;--bs-btn-border-color: #1BC5BD;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #3dcec7;--bs-btn-hover-border-color: #32cbc4;--bs-btn-focus-shadow-rgb: 23, 167, 161;--bs-btn-active-color: #000;--bs-btn-active-bg: #49d1ca;--bs-btn-active-border-color: #32cbc4;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #1BC5BD;--bs-btn-disabled-border-color: #1BC5BD}.btn-info{--bs-btn-color: #fff;--bs-btn-bg: #8950FC;--bs-btn-border-color: #8950FC;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #7444d6;--bs-btn-hover-border-color: #6e40ca;--bs-btn-focus-shadow-rgb: 155, 106, 252;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6e40ca;--bs-btn-active-border-color: #673cbd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #8950FC;--bs-btn-disabled-border-color: #8950FC}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #FFA800;--bs-btn-border-color: #FFA800;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffb526;--bs-btn-hover-border-color: #ffb11a;--bs-btn-focus-shadow-rgb: 217, 143, 0;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffb933;--bs-btn-active-border-color: #ffb11a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #FFA800;--bs-btn-disabled-border-color: #FFA800}.btn-danger{--bs-btn-color: #000;--bs-btn-bg: #F64E60;--bs-btn-border-color: #F64E60;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f76978;--bs-btn-hover-border-color: #f76070;--bs-btn-focus-shadow-rgb: 209, 66, 82;--bs-btn-active-color: #000;--bs-btn-active-bg: #f87180;--bs-btn-active-border-color: #f76070;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #F64E60;--bs-btn-disabled-border-color: #F64E60}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #000;--bs-btn-border-color: #000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #262626;--bs-btn-hover-border-color: #1a1a1a;--bs-btn-focus-shadow-rgb: 38, 38, 38;--bs-btn-active-color: #fff;--bs-btn-active-bg: #333333;--bs-btn-active-border-color: #1a1a1a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #000;--bs-btn-disabled-border-color: #000}.btn-gray-100{--bs-btn-color: #000;--bs-btn-bg: #F9F9F9;--bs-btn-border-color: #F9F9F9;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #fafafa;--bs-btn-hover-border-color: #fafafa;--bs-btn-focus-shadow-rgb: 212, 212, 212;--bs-btn-active-color: #000;--bs-btn-active-bg: #fafafa;--bs-btn-active-border-color: #fafafa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #F9F9F9;--bs-btn-disabled-border-color: #F9F9F9}.btn-gray-200{--bs-btn-color: #000;--bs-btn-bg: #F4F4F4;--bs-btn-border-color: #F4F4F4;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f6f6f6;--bs-btn-hover-border-color: whitesmoke;--bs-btn-focus-shadow-rgb: 207, 207, 207;--bs-btn-active-color: #000;--bs-btn-active-bg: #f6f6f6;--bs-btn-active-border-color: whitesmoke;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #F4F4F4;--bs-btn-disabled-border-color: #F4F4F4}.btn-gray-300{--bs-btn-color: #000;--bs-btn-bg: #E1E3EA;--bs-btn-border-color: #E1E3EA;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #e6e7ed;--bs-btn-hover-border-color: #e4e6ec;--bs-btn-focus-shadow-rgb: 191, 193, 199;--bs-btn-active-color: #000;--bs-btn-active-bg: #e7e9ee;--bs-btn-active-border-color: #e4e6ec;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #E1E3EA;--bs-btn-disabled-border-color: #E1E3EA}.btn-gray-400{--bs-btn-color: #000;--bs-btn-bg: #B5B5C3;--bs-btn-border-color: #B5B5C3;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #c0c0cc;--bs-btn-hover-border-color: #bcbcc9;--bs-btn-focus-shadow-rgb: 154, 154, 166;--bs-btn-active-color: #000;--bs-btn-active-bg: #c4c4cf;--bs-btn-active-border-color: #bcbcc9;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #B5B5C3;--bs-btn-disabled-border-color: #B5B5C3}.btn-gray-500{--bs-btn-color: #000;--bs-btn-bg: #A1A5B7;--bs-btn-border-color: #A1A5B7;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #afb3c2;--bs-btn-hover-border-color: #aaaebe;--bs-btn-focus-shadow-rgb: 137, 140, 156;--bs-btn-active-color: #000;--bs-btn-active-bg: #b4b7c5;--bs-btn-active-border-color: #aaaebe;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #A1A5B7;--bs-btn-disabled-border-color: #A1A5B7}.btn-gray-600{--bs-btn-color: #000;--bs-btn-bg: #7E8299;--bs-btn-border-color: #7E8299;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #9195a8;--bs-btn-hover-border-color: #8b8fa3;--bs-btn-focus-shadow-rgb: 107, 111, 130;--bs-btn-active-color: #000;--bs-btn-active-bg: #989bad;--bs-btn-active-border-color: #8b8fa3;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #7E8299;--bs-btn-disabled-border-color: #7E8299}.btn-gray-700{--bs-btn-color: #fff;--bs-btn-bg: #5E6278;--bs-btn-border-color: #5E6278;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #505366;--bs-btn-hover-border-color: #4b4e60;--bs-btn-focus-shadow-rgb: 118, 122, 140;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4b4e60;--bs-btn-active-border-color: #474a5a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #5E6278;--bs-btn-disabled-border-color: #5E6278}.btn-gray-800{--bs-btn-color: #fff;--bs-btn-bg: #3F4254;--bs-btn-border-color: #3F4254;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #363847;--bs-btn-hover-border-color: #323543;--bs-btn-focus-shadow-rgb: 92, 94, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #323543;--bs-btn-active-border-color: #2f323f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #3F4254;--bs-btn-disabled-border-color: #3F4254}.btn-gray-900{--bs-btn-color: #fff;--bs-btn-bg: #181C32;--bs-btn-border-color: #181C32;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #14182b;--bs-btn-hover-border-color: #131628;--bs-btn-focus-shadow-rgb: 59, 62, 81;--bs-btn-active-color: #fff;--bs-btn-active-bg: #131628;--bs-btn-active-border-color: #121526;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #181C32;--bs-btn-disabled-border-color: #181C32}.btn-outline-light{--bs-btn-color: #F9F9F9;--bs-btn-border-color: #F9F9F9;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #F9F9F9;--bs-btn-hover-border-color: #F9F9F9;--bs-btn-focus-shadow-rgb: 249, 249, 249;--bs-btn-active-color: #000;--bs-btn-active-bg: #F9F9F9;--bs-btn-active-border-color: #F9F9F9;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #F9F9F9;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #F9F9F9;--bs-gradient: none}.btn-outline-primary{--bs-btn-color: #3699FF;--bs-btn-border-color: #3699FF;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #3699FF;--bs-btn-hover-border-color: #3699FF;--bs-btn-focus-shadow-rgb: 54, 153, 255;--bs-btn-active-color: #000;--bs-btn-active-bg: #3699FF;--bs-btn-active-border-color: #3699FF;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #3699FF;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #3699FF;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #E1E3EA;--bs-btn-border-color: #E1E3EA;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #E1E3EA;--bs-btn-hover-border-color: #E1E3EA;--bs-btn-focus-shadow-rgb: 225, 227, 234;--bs-btn-active-color: #000;--bs-btn-active-bg: #E1E3EA;--bs-btn-active-border-color: #E1E3EA;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #E1E3EA;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #E1E3EA;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #1BC5BD;--bs-btn-border-color: #1BC5BD;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #1BC5BD;--bs-btn-hover-border-color: #1BC5BD;--bs-btn-focus-shadow-rgb: 27, 197, 189;--bs-btn-active-color: #000;--bs-btn-active-bg: #1BC5BD;--bs-btn-active-border-color: #1BC5BD;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #1BC5BD;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #1BC5BD;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #8950FC;--bs-btn-border-color: #8950FC;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #8950FC;--bs-btn-hover-border-color: #8950FC;--bs-btn-focus-shadow-rgb: 137, 80, 252;--bs-btn-active-color: #fff;--bs-btn-active-bg: #8950FC;--bs-btn-active-border-color: #8950FC;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #8950FC;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #8950FC;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #FFA800;--bs-btn-border-color: #FFA800;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #FFA800;--bs-btn-hover-border-color: #FFA800;--bs-btn-focus-shadow-rgb: 255, 168, 0;--bs-btn-active-color: #000;--bs-btn-active-bg: #FFA800;--bs-btn-active-border-color: #FFA800;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #FFA800;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #FFA800;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #F64E60;--bs-btn-border-color: #F64E60;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #F64E60;--bs-btn-hover-border-color: #F64E60;--bs-btn-focus-shadow-rgb: 246, 78, 96;--bs-btn-active-color: #000;--bs-btn-active-bg: #F64E60;--bs-btn-active-border-color: #F64E60;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #F64E60;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #F64E60;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #000;--bs-btn-border-color: #000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #000;--bs-btn-hover-border-color: #000;--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: #000;--bs-btn-active-border-color: #000;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #000;--bs-gradient: none}.btn-outline-gray-100{--bs-btn-color: #F9F9F9;--bs-btn-border-color: #F9F9F9;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #F9F9F9;--bs-btn-hover-border-color: #F9F9F9;--bs-btn-focus-shadow-rgb: 249, 249, 249;--bs-btn-active-color: #000;--bs-btn-active-bg: #F9F9F9;--bs-btn-active-border-color: #F9F9F9;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #F9F9F9;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #F9F9F9;--bs-gradient: none}.btn-outline-gray-200{--bs-btn-color: #F4F4F4;--bs-btn-border-color: #F4F4F4;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #F4F4F4;--bs-btn-hover-border-color: #F4F4F4;--bs-btn-focus-shadow-rgb: 244, 244, 244;--bs-btn-active-color: #000;--bs-btn-active-bg: #F4F4F4;--bs-btn-active-border-color: #F4F4F4;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #F4F4F4;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #F4F4F4;--bs-gradient: none}.btn-outline-gray-300{--bs-btn-color: #E1E3EA;--bs-btn-border-color: #E1E3EA;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #E1E3EA;--bs-btn-hover-border-color: #E1E3EA;--bs-btn-focus-shadow-rgb: 225, 227, 234;--bs-btn-active-color: #000;--bs-btn-active-bg: #E1E3EA;--bs-btn-active-border-color: #E1E3EA;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #E1E3EA;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #E1E3EA;--bs-gradient: none}.btn-outline-gray-400{--bs-btn-color: #B5B5C3;--bs-btn-border-color: #B5B5C3;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #B5B5C3;--bs-btn-hover-border-color: #B5B5C3;--bs-btn-focus-shadow-rgb: 181, 181, 195;--bs-btn-active-color: #000;--bs-btn-active-bg: #B5B5C3;--bs-btn-active-border-color: #B5B5C3;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #B5B5C3;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #B5B5C3;--bs-gradient: none}.btn-outline-gray-500{--bs-btn-color: #A1A5B7;--bs-btn-border-color: #A1A5B7;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #A1A5B7;--bs-btn-hover-border-color: #A1A5B7;--bs-btn-focus-shadow-rgb: 161, 165, 183;--bs-btn-active-color: #000;--bs-btn-active-bg: #A1A5B7;--bs-btn-active-border-color: #A1A5B7;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #A1A5B7;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #A1A5B7;--bs-gradient: none}.btn-outline-gray-600{--bs-btn-color: #7E8299;--bs-btn-border-color: #7E8299;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #7E8299;--bs-btn-hover-border-color: #7E8299;--bs-btn-focus-shadow-rgb: 126, 130, 153;--bs-btn-active-color: #000;--bs-btn-active-bg: #7E8299;--bs-btn-active-border-color: #7E8299;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #7E8299;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #7E8299;--bs-gradient: none}.btn-outline-gray-700{--bs-btn-color: #5E6278;--bs-btn-border-color: #5E6278;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5E6278;--bs-btn-hover-border-color: #5E6278;--bs-btn-focus-shadow-rgb: 94, 98, 120;--bs-btn-active-color: #fff;--bs-btn-active-bg: #5E6278;--bs-btn-active-border-color: #5E6278;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #5E6278;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #5E6278;--bs-gradient: none}.btn-outline-gray-800{--bs-btn-color: #3F4254;--bs-btn-border-color: #3F4254;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #3F4254;--bs-btn-hover-border-color: #3F4254;--bs-btn-focus-shadow-rgb: 63, 66, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #3F4254;--bs-btn-active-border-color: #3F4254;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #3F4254;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #3F4254;--bs-gradient: none}.btn-outline-gray-900{--bs-btn-color: #181C32;--bs-btn-border-color: #181C32;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #181C32;--bs-btn-hover-border-color: #181C32;--bs-btn-focus-shadow-rgb: 24, 28, 50;--bs-btn-active-color: #fff;--bs-btn-active-bg: #181C32;--bs-btn-active-border-color: #181C32;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #181C32;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #181C32;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #7E8299;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 46, 130, 217;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: .5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size: 1.075rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: .25rem;--bs-btn-padding-x: .5rem;--bs-btn-font-size: .95rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{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{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: .5rem;--bs-dropdown-spacer: .125rem;--bs-dropdown-font-size: 1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: .5rem;--bs-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #3699FF;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: .25rem;--bs-dropdown-header-color: #7E8299;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: .5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.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}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .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}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle:after{display:none}.dropstart .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}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.95rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #E1E3EA;--bs-dropdown-bg: #3F4254;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #E1E3EA;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #3699FF;--bs-dropdown-link-disabled-color: #A1A5B7;--bs-dropdown-header-color: #A1A5B7}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.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:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #3699ff40}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #3699FF}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: .125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:600;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: .5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: .44375rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.075rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: .5rem;--bs-navbar-toggler-padding-y: .25rem;--bs-navbar-toggler-padding-x: .75rem;--bs-navbar-toggler-font-size: 1.075rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2824, 28, 50, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: .25rem;--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width: 576px){.navbar-expand-sm{flex-wrap: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:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 768px){.navbar-expand-md{flex-wrap: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:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 992px){.navbar-expand-lg{flex-wrap: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:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1200px){.navbar-expand-xl{flex-wrap: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:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, .55);--bs-navbar-hover-color: rgba(255, 255, 255, .75);--bs-navbar-disabled-color: rgba(255, 255, 255, .25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: .5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: .5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: .75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23163d66'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color: #9bccff;--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(54, 153, 255, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion: reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2386c2ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2386c2ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: .5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: .75rem;--bs-pagination-padding-y: .375rem;--bs-pagination-font-size: 1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(54, 153, 255, .25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #3699FF;--bs-pagination-active-border-color: #3699FF;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);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){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: .75rem;--bs-pagination-font-size: 1.075rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: .5rem;--bs-pagination-padding-y: .25rem;--bs-pagination-font-size: .95rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: .65em;--bs-badge-padding-y: .35em;--bs-badge-font-size: .75em;--bs-badge-font-weight: 600;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:600;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}.alert-gray-100{--bs-alert-color: var(--bs-gray-100-text-emphasis);--bs-alert-bg: var(--bs-gray-100-bg-subtle);--bs-alert-border-color: var(--bs-gray-100-border-subtle);--bs-alert-link-color: var(--bs-gray-100-text-emphasis)}.alert-gray-200{--bs-alert-color: var(--bs-gray-200-text-emphasis);--bs-alert-bg: var(--bs-gray-200-bg-subtle);--bs-alert-border-color: var(--bs-gray-200-border-subtle);--bs-alert-link-color: var(--bs-gray-200-text-emphasis)}.alert-gray-300{--bs-alert-color: var(--bs-gray-300-text-emphasis);--bs-alert-bg: var(--bs-gray-300-bg-subtle);--bs-alert-border-color: var(--bs-gray-300-border-subtle);--bs-alert-link-color: var(--bs-gray-300-text-emphasis)}.alert-gray-400{--bs-alert-color: var(--bs-gray-400-text-emphasis);--bs-alert-bg: var(--bs-gray-400-bg-subtle);--bs-alert-border-color: var(--bs-gray-400-border-subtle);--bs-alert-link-color: var(--bs-gray-400-text-emphasis)}.alert-gray-500{--bs-alert-color: var(--bs-gray-500-text-emphasis);--bs-alert-bg: var(--bs-gray-500-bg-subtle);--bs-alert-border-color: var(--bs-gray-500-border-subtle);--bs-alert-link-color: var(--bs-gray-500-text-emphasis)}.alert-gray-600{--bs-alert-color: var(--bs-gray-600-text-emphasis);--bs-alert-bg: var(--bs-gray-600-bg-subtle);--bs-alert-border-color: var(--bs-gray-600-border-subtle);--bs-alert-link-color: var(--bs-gray-600-text-emphasis)}.alert-gray-700{--bs-alert-color: var(--bs-gray-700-text-emphasis);--bs-alert-bg: var(--bs-gray-700-bg-subtle);--bs-alert-border-color: var(--bs-gray-700-border-subtle);--bs-alert-link-color: var(--bs-gray-700-text-emphasis)}.alert-gray-800{--bs-alert-color: var(--bs-gray-800-text-emphasis);--bs-alert-bg: var(--bs-gray-800-bg-subtle);--bs-alert-border-color: var(--bs-gray-800-border-subtle);--bs-alert-link-color: var(--bs-gray-800-text-emphasis)}.alert-gray-900{--bs-alert-color: var(--bs-gray-900-text-emphasis);--bs-alert-bg: var(--bs-gray-900-bg-subtle);--bs-alert-border-color: var(--bs-gray-900-border-subtle);--bs-alert-link-color: var(--bs-gray-900-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size: .75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #3699FF;--bs-progress-bar-transition: width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #3699FF;--bs-list-group-active-border-color: #3699FF;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.list-group-item-gray-100{--bs-list-group-color: var(--bs-gray-100-text-emphasis);--bs-list-group-bg: var(--bs-gray-100-bg-subtle);--bs-list-group-border-color: var(--bs-gray-100-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-100-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-100-border-subtle);--bs-list-group-active-color: var(--bs-gray-100-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-100-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-100-text-emphasis)}.list-group-item-gray-200{--bs-list-group-color: var(--bs-gray-200-text-emphasis);--bs-list-group-bg: var(--bs-gray-200-bg-subtle);--bs-list-group-border-color: var(--bs-gray-200-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-200-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-200-border-subtle);--bs-list-group-active-color: var(--bs-gray-200-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-200-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-200-text-emphasis)}.list-group-item-gray-300{--bs-list-group-color: var(--bs-gray-300-text-emphasis);--bs-list-group-bg: var(--bs-gray-300-bg-subtle);--bs-list-group-border-color: var(--bs-gray-300-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-300-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-300-border-subtle);--bs-list-group-active-color: var(--bs-gray-300-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-300-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-300-text-emphasis)}.list-group-item-gray-400{--bs-list-group-color: var(--bs-gray-400-text-emphasis);--bs-list-group-bg: var(--bs-gray-400-bg-subtle);--bs-list-group-border-color: var(--bs-gray-400-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-400-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-400-border-subtle);--bs-list-group-active-color: var(--bs-gray-400-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-400-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-400-text-emphasis)}.list-group-item-gray-500{--bs-list-group-color: var(--bs-gray-500-text-emphasis);--bs-list-group-bg: var(--bs-gray-500-bg-subtle);--bs-list-group-border-color: var(--bs-gray-500-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-500-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-500-border-subtle);--bs-list-group-active-color: var(--bs-gray-500-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-500-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-500-text-emphasis)}.list-group-item-gray-600{--bs-list-group-color: var(--bs-gray-600-text-emphasis);--bs-list-group-bg: var(--bs-gray-600-bg-subtle);--bs-list-group-border-color: var(--bs-gray-600-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-600-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-600-border-subtle);--bs-list-group-active-color: var(--bs-gray-600-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-600-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-600-text-emphasis)}.list-group-item-gray-700{--bs-list-group-color: var(--bs-gray-700-text-emphasis);--bs-list-group-bg: var(--bs-gray-700-bg-subtle);--bs-list-group-border-color: var(--bs-gray-700-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-700-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-700-border-subtle);--bs-list-group-active-color: var(--bs-gray-700-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-700-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-700-text-emphasis)}.list-group-item-gray-800{--bs-list-group-color: var(--bs-gray-800-text-emphasis);--bs-list-group-bg: var(--bs-gray-800-bg-subtle);--bs-list-group-border-color: var(--bs-gray-800-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-800-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-800-border-subtle);--bs-list-group-active-color: var(--bs-gray-800-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-800-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-800-text-emphasis)}.list-group-item-gray-900{--bs-list-group-color: var(--bs-gray-900-text-emphasis);--bs-list-group-bg: var(--bs-gray-900-bg-subtle);--bs-list-group-border-color: var(--bs-gray-900-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-900-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-900-border-subtle);--bs-list-group-active-color: var(--bs-gray-900-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-900-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-900-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(54, 153, 255, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.475rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white,[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: .75rem;--bs-toast-padding-y: .5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size: .875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media (min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media (min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: .5rem;--bs-tooltip-padding-y: .25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size: .95rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: .9;--bs-tooltip-arrow-width: .8rem;--bs-tooltip-arrow-height: .4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size: .95rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: .5rem;--bs-popover-header-font-size: 1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: .5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:before,.popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.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.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-border-width: .25em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: .2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas-sm,.offcanvas-md,.offcanvas-lg,.offcanvas-xl,.offcanvas-xxl,.offcanvas{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-offcanvas-transition: transform .3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media (max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 575.98px) and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media (min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 767.98px) and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media (max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media (min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 991.98px) and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media (min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media (min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media (min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{mask-position:-200% 0%}}.clearfix:after{display:block;clear:both;content:""}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-primary{color:#000!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#000!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#000!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#fff!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#000!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray-100{color:#000!important;background-color:RGBA(var(--bs-gray-100-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray-200{color:#000!important;background-color:RGBA(var(--bs-gray-200-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray-300{color:#000!important;background-color:RGBA(var(--bs-gray-300-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray-400{color:#000!important;background-color:RGBA(var(--bs-gray-400-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray-500{color:#000!important;background-color:RGBA(var(--bs-gray-500-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray-600{color:#000!important;background-color:RGBA(var(--bs-gray-600-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray-700{color:#fff!important;background-color:RGBA(var(--bs-gray-700-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray-800{color:#fff!important;background-color:RGBA(var(--bs-gray-800-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray-900{color:#fff!important;background-color:RGBA(var(--bs-gray-900-rgb),var(--bs-bg-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(250,250,250,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(250,250,250,var(--bs-link-underline-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(94,173,255,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(94,173,255,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(231,233,238,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(231,233,238,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(73,209,202,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(73,209,202,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(110,64,202,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(110,64,202,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,185,51,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(255,185,51,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(248,113,128,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(248,113,128,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(0,0,0,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(0,0,0,var(--bs-link-underline-opacity, 1))!important}.link-gray-100{color:RGBA(var(--bs-gray-100-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-100-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray-100:hover,.link-gray-100:focus{color:RGBA(250,250,250,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(250,250,250,var(--bs-link-underline-opacity, 1))!important}.link-gray-200{color:RGBA(var(--bs-gray-200-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-200-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray-200:hover,.link-gray-200:focus{color:RGBA(246,246,246,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(246,246,246,var(--bs-link-underline-opacity, 1))!important}.link-gray-300{color:RGBA(var(--bs-gray-300-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-300-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray-300:hover,.link-gray-300:focus{color:RGBA(231,233,238,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(231,233,238,var(--bs-link-underline-opacity, 1))!important}.link-gray-400{color:RGBA(var(--bs-gray-400-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-400-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray-400:hover,.link-gray-400:focus{color:RGBA(196,196,207,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(196,196,207,var(--bs-link-underline-opacity, 1))!important}.link-gray-500{color:RGBA(var(--bs-gray-500-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-500-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray-500:hover,.link-gray-500:focus{color:RGBA(180,183,197,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(180,183,197,var(--bs-link-underline-opacity, 1))!important}.link-gray-600{color:RGBA(var(--bs-gray-600-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-600-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray-600:hover,.link-gray-600:focus{color:RGBA(152,155,173,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(152,155,173,var(--bs-link-underline-opacity, 1))!important}.link-gray-700{color:RGBA(var(--bs-gray-700-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-700-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray-700:hover,.link-gray-700:focus{color:RGBA(75,78,96,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(75,78,96,var(--bs-link-underline-opacity, 1))!important}.link-gray-800{color:RGBA(var(--bs-gray-800-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-800-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray-800:hover,.link-gray-800:focus{color:RGBA(50,53,67,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(50,53,67,var(--bs-link-underline-opacity, 1))!important}.link-gray-900{color:RGBA(var(--bs-gray-900-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-900-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray-900:hover,.link-gray-900:focus{color:RGBA(19,22,40,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(19,22,40,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.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}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-5{opacity:.05!important}.opacity-10{opacity:.1!important}.opacity-15{opacity:.15!important}.opacity-20{opacity:.2!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!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}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray-100{--bs-focus-ring-color: rgba(var(--bs-gray-100-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray-200{--bs-focus-ring-color: rgba(var(--bs-gray-200-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray-300{--bs-focus-ring-color: rgba(var(--bs-gray-300-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray-400{--bs-focus-ring-color: rgba(var(--bs-gray-400-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray-500{--bs-focus-ring-color: rgba(var(--bs-gray-500-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray-600{--bs-focus-ring-color: rgba(var(--bs-gray-600-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray-700{--bs-focus-ring-color: rgba(var(--bs-gray-700-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray-800{--bs-focus-ring-color: rgba(var(--bs-gray-800-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray-900{--bs-focus-ring-color: rgba(var(--bs-gray-900-rgb), var(--bs-focus-ring-opacity))}.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}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-gray-100{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-100-rgb),var(--bs-border-opacity))!important}.border-gray-200{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-200-rgb),var(--bs-border-opacity))!important}.border-gray-300{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-300-rgb),var(--bs-border-opacity))!important}.border-gray-400{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-400-rgb),var(--bs-border-opacity))!important}.border-gray-500{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-500-rgb),var(--bs-border-opacity))!important}.border-gray-600{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-600-rgb),var(--bs-border-opacity))!important}.border-gray-700{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-700-rgb),var(--bs-border-opacity))!important}.border-gray-800{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-800-rgb),var(--bs-border-opacity))!important}.border-gray-900{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-900-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-0{border-width:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-border-opacity: 1}.w-unset{width:unset!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}.w-1px{width:1px!important}.w-2px{width:2px!important}.w-3px{width:3px!important}.w-4px{width:4px!important}.w-5px{width:5px!important}.w-6px{width:6px!important}.w-7px{width:7px!important}.w-8px{width:8px!important}.w-9px{width:9px!important}.w-10px{width:10px!important}.w-15px{width:15px!important}.w-20px{width:20px!important}.w-25px{width:25px!important}.w-30px{width:30px!important}.w-35px{width:35px!important}.w-40px{width:40px!important}.w-45px{width:45px!important}.w-50px{width:50px!important}.w-55px{width:55px!important}.w-60px{width:60px!important}.w-65px{width:65px!important}.w-70px{width:70px!important}.w-75px{width:75px!important}.w-80px{width:80px!important}.w-85px{width:85px!important}.w-90px{width:90px!important}.w-95px{width:95px!important}.w-100px{width:100px!important}.w-125px{width:125px!important}.w-150px{width:150px!important}.w-175px{width:175px!important}.w-200px{width:200px!important}.w-225px{width:225px!important}.w-250px{width:250px!important}.w-275px{width:275px!important}.w-300px{width:300px!important}.w-325px{width:325px!important}.w-350px{width:350px!important}.w-375px{width:375px!important}.w-400px{width:400px!important}.w-425px{width:425px!important}.w-450px{width:450px!important}.w-475px{width:475px!important}.w-500px{width:500px!important}.w-550px{width:550px!important}.w-600px{width:600px!important}.w-650px{width:650px!important}.w-700px{width:700px!important}.w-750px{width:750px!important}.w-800px{width:800px!important}.w-850px{width:850px!important}.w-900px{width:900px!important}.w-950px{width:950px!important}.w-1000px{width:1000px!important}.mw-unset{max-width:unset!important}.mw-25{max-width:25%!important}.mw-50{max-width:50%!important}.mw-75{max-width:75%!important}.mw-100{max-width:100%!important}.mw-auto{max-width:auto!important}.mw-1px{max-width:1px!important}.mw-2px{max-width:2px!important}.mw-3px{max-width:3px!important}.mw-4px{max-width:4px!important}.mw-5px{max-width:5px!important}.mw-6px{max-width:6px!important}.mw-7px{max-width:7px!important}.mw-8px{max-width:8px!important}.mw-9px{max-width:9px!important}.mw-10px{max-width:10px!important}.mw-15px{max-width:15px!important}.mw-20px{max-width:20px!important}.mw-25px{max-width:25px!important}.mw-30px{max-width:30px!important}.mw-35px{max-width:35px!important}.mw-40px{max-width:40px!important}.mw-45px{max-width:45px!important}.mw-50px{max-width:50px!important}.mw-55px{max-width:55px!important}.mw-60px{max-width:60px!important}.mw-65px{max-width:65px!important}.mw-70px{max-width:70px!important}.mw-75px{max-width:75px!important}.mw-80px{max-width:80px!important}.mw-85px{max-width:85px!important}.mw-90px{max-width:90px!important}.mw-95px{max-width:95px!important}.mw-100px{max-width:100px!important}.mw-125px{max-width:125px!important}.mw-150px{max-width:150px!important}.mw-175px{max-width:175px!important}.mw-200px{max-width:200px!important}.mw-225px{max-width:225px!important}.mw-250px{max-width:250px!important}.mw-275px{max-width:275px!important}.mw-300px{max-width:300px!important}.mw-325px{max-width:325px!important}.mw-350px{max-width:350px!important}.mw-375px{max-width:375px!important}.mw-400px{max-width:400px!important}.mw-425px{max-width:425px!important}.mw-450px{max-width:450px!important}.mw-475px{max-width:475px!important}.mw-500px{max-width:500px!important}.mw-550px{max-width:550px!important}.mw-600px{max-width:600px!important}.mw-650px{max-width:650px!important}.mw-700px{max-width:700px!important}.mw-750px{max-width:750px!important}.mw-800px{max-width:800px!important}.mw-850px{max-width:850px!important}.mw-900px{max-width:900px!important}.mw-950px{max-width:950px!important}.mw-1000px{max-width:1000px!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-unset{height:unset!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}.h-1px{height:1px!important}.h-2px{height:2px!important}.h-3px{height:3px!important}.h-4px{height:4px!important}.h-5px{height:5px!important}.h-6px{height:6px!important}.h-7px{height:7px!important}.h-8px{height:8px!important}.h-9px{height:9px!important}.h-10px{height:10px!important}.h-15px{height:15px!important}.h-20px{height:20px!important}.h-25px{height:25px!important}.h-30px{height:30px!important}.h-35px{height:35px!important}.h-40px{height:40px!important}.h-45px{height:45px!important}.h-50px{height:50px!important}.h-55px{height:55px!important}.h-60px{height:60px!important}.h-65px{height:65px!important}.h-70px{height:70px!important}.h-75px{height:75px!important}.h-80px{height:80px!important}.h-85px{height:85px!important}.h-90px{height:90px!important}.h-95px{height:95px!important}.h-100px{height:100px!important}.h-125px{height:125px!important}.h-150px{height:150px!important}.h-175px{height:175px!important}.h-200px{height:200px!important}.h-225px{height:225px!important}.h-250px{height:250px!important}.h-275px{height:275px!important}.h-300px{height:300px!important}.h-325px{height:325px!important}.h-350px{height:350px!important}.h-375px{height:375px!important}.h-400px{height:400px!important}.h-425px{height:425px!important}.h-450px{height:450px!important}.h-475px{height:475px!important}.h-500px{height:500px!important}.h-550px{height:550px!important}.h-600px{height:600px!important}.h-650px{height:650px!important}.h-700px{height:700px!important}.h-750px{height:750px!important}.h-800px{height:800px!important}.h-850px{height:850px!important}.h-900px{height:900px!important}.h-950px{height:950px!important}.h-1000px{height:1000px!important}.mh-unset{max-height:unset!important}.mh-25{max-height:25%!important}.mh-50{max-height:50%!important}.mh-75{max-height:75%!important}.mh-100{max-height:100%!important}.mh-auto{max-height:auto!important}.mh-1px{max-height:1px!important}.mh-2px{max-height:2px!important}.mh-3px{max-height:3px!important}.mh-4px{max-height:4px!important}.mh-5px{max-height:5px!important}.mh-6px{max-height:6px!important}.mh-7px{max-height:7px!important}.mh-8px{max-height:8px!important}.mh-9px{max-height:9px!important}.mh-10px{max-height:10px!important}.mh-15px{max-height:15px!important}.mh-20px{max-height:20px!important}.mh-25px{max-height:25px!important}.mh-30px{max-height:30px!important}.mh-35px{max-height:35px!important}.mh-40px{max-height:40px!important}.mh-45px{max-height:45px!important}.mh-50px{max-height:50px!important}.mh-55px{max-height:55px!important}.mh-60px{max-height:60px!important}.mh-65px{max-height:65px!important}.mh-70px{max-height:70px!important}.mh-75px{max-height:75px!important}.mh-80px{max-height:80px!important}.mh-85px{max-height:85px!important}.mh-90px{max-height:90px!important}.mh-95px{max-height:95px!important}.mh-100px{max-height:100px!important}.mh-125px{max-height:125px!important}.mh-150px{max-height:150px!important}.mh-175px{max-height:175px!important}.mh-200px{max-height:200px!important}.mh-225px{max-height:225px!important}.mh-250px{max-height:250px!important}.mh-275px{max-height:275px!important}.mh-300px{max-height:300px!important}.mh-325px{max-height:325px!important}.mh-350px{max-height:350px!important}.mh-375px{max-height:375px!important}.mh-400px{max-height:400px!important}.mh-425px{max-height:425px!important}.mh-450px{max-height:450px!important}.mh-475px{max-height:475px!important}.mh-500px{max-height:500px!important}.mh-550px{max-height:550px!important}.mh-600px{max-height:600px!important}.mh-650px{max-height:650px!important}.mh-700px{max-height:700px!important}.mh-750px{max-height:750px!important}.mh-800px{max-height:800px!important}.mh-850px{max-height:850px!important}.mh-900px{max-height:900px!important}.mh-950px{max-height:950px!important}.mh-1000px{max-height:1000px!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-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}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-evenly{justify-content:space-evenly!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}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.3rem + .6vw)!important}.fs-2{font-size:calc(1.275rem + .3vw)!important}.fs-3{font-size:calc(1.26rem + .12vw)!important}.fs-4{font-size:1.25rem!important}.fs-5{font-size:1.15rem!important}.fs-6{font-size:1.075rem!important}.fs-7{font-size:.95rem!important}.fs-8{font-size:.85rem!important}.fs-9{font-size:.75rem!important}.fs-10{font-size:.5rem!important}.fs-base{font-size:1rem!important}.fs-fluid{font-size:100%!important}.fs-2x{font-size:calc(1.325rem + .9vw)!important}.fs-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-5tx{font-size:calc(1.7rem + 5.4vw)!important}.fs-6x{font-size:calc(1.725rem + 5.7vw)!important}.fs-6qx{font-size:calc(1.75rem + 6vw)!important}.fs-6hx{font-size:calc(1.775rem + 6.3vw)!important}.fs-6tx{font-size:calc(1.8rem + 6.6vw)!important}.fs-7x{font-size:calc(1.825rem + 6.9vw)!important}.fs-7qx{font-size:calc(1.85rem + 7.2vw)!important}.fs-7hx{font-size:calc(1.875rem + 7.5vw)!important}.fs-7tx{font-size:calc(1.9rem + 7.8vw)!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium,.fw-semibold{font-weight:500!important}.fw-bold{font-weight:600!important}.fw-bolder{font-weight:700!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-gray-100{--bs-text-opacity: 1;color:rgba(var(--bs-gray-100-rgb),var(--bs-text-opacity))!important}.text-gray-200{--bs-text-opacity: 1;color:rgba(var(--bs-gray-200-rgb),var(--bs-text-opacity))!important}.text-gray-300{--bs-text-opacity: 1;color:rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important}.text-gray-400{--bs-text-opacity: 1;color:rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity))!important}.text-gray-500{--bs-text-opacity: 1;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-gray-600{--bs-text-opacity: 1;color:rgba(var(--bs-gray-600-rgb),var(--bs-text-opacity))!important}.text-gray-700{--bs-text-opacity: 1;color:rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity))!important}.text-gray-800{--bs-text-opacity: 1;color:rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important}.text-gray-900{--bs-text-opacity: 1;color:rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray-100{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray-100-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray-200{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray-200-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray-300{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray-300-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray-400{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray-400-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray-500{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray-500-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray-600{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray-600-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray-700{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray-700-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray-800{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray-800-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray-900{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-gray-900-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-gray-100{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-100-rgb),var(--bs-bg-opacity))!important}.bg-gray-200{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity))!important}.bg-gray-300{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important}.bg-gray-400{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-400-rgb),var(--bs-bg-opacity))!important}.bg-gray-500{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-gray-600{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity))!important}.bg-gray-700{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-700-rgb),var(--bs-bg-opacity))!important}.bg-gray-800{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important}.bg-gray-900{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-900-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.475rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.425rem!important}.rounded-2{border-radius:.475rem!important}.rounded-3{border-radius:.625rem!important}.rounded-4{border-radius:1rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-index-n1{z-index:-1!important}.z-index-n2{z-index:-2!important}.z-index-0{z-index:0!important}.z-index-1{z-index:1!important}.z-index-2{z-index:2!important}.z-index-3{z-index:3!important}.opacity-0,.opacity-0-hover:hover{opacity:0!important}.opacity-5,.opacity-5-hover:hover{opacity:.05!important}.opacity-10,.opacity-10-hover:hover{opacity:.1!important}.opacity-15,.opacity-15-hover:hover{opacity:.15!important}.opacity-20,.opacity-20-hover:hover{opacity:.2!important}.opacity-25,.opacity-25-hover:hover{opacity:.25!important}.opacity-50,.opacity-50-hover:hover{opacity:.5!important}.opacity-75,.opacity-75-hover:hover{opacity:.75!important}.opacity-100,.opacity-100-hover:hover{opacity:1!important}.min-w-unset{min-width:unset!important}.min-w-25{min-width:25%!important}.min-w-50{min-width:50%!important}.min-w-75{min-width:75%!important}.min-w-100{min-width:100%!important}.min-w-auto{min-width:auto!important}.min-w-1px{min-width:1px!important}.min-w-2px{min-width:2px!important}.min-w-3px{min-width:3px!important}.min-w-4px{min-width:4px!important}.min-w-5px{min-width:5px!important}.min-w-6px{min-width:6px!important}.min-w-7px{min-width:7px!important}.min-w-8px{min-width:8px!important}.min-w-9px{min-width:9px!important}.min-w-10px{min-width:10px!important}.min-w-15px{min-width:15px!important}.min-w-20px{min-width:20px!important}.min-w-25px{min-width:25px!important}.min-w-30px{min-width:30px!important}.min-w-35px{min-width:35px!important}.min-w-40px{min-width:40px!important}.min-w-45px{min-width:45px!important}.min-w-50px{min-width:50px!important}.min-w-55px{min-width:55px!important}.min-w-60px{min-width:60px!important}.min-w-65px{min-width:65px!important}.min-w-70px{min-width:70px!important}.min-w-75px{min-width:75px!important}.min-w-80px{min-width:80px!important}.min-w-85px{min-width:85px!important}.min-w-90px{min-width:90px!important}.min-w-95px{min-width:95px!important}.min-w-100px{min-width:100px!important}.min-w-125px{min-width:125px!important}.min-w-150px{min-width:150px!important}.min-w-175px{min-width:175px!important}.min-w-200px{min-width:200px!important}.min-w-225px{min-width:225px!important}.min-w-250px{min-width:250px!important}.min-w-275px{min-width:275px!important}.min-w-300px{min-width:300px!important}.min-w-325px{min-width:325px!important}.min-w-350px{min-width:350px!important}.min-w-375px{min-width:375px!important}.min-w-400px{min-width:400px!important}.min-w-425px{min-width:425px!important}.min-w-450px{min-width:450px!important}.min-w-475px{min-width:475px!important}.min-w-500px{min-width:500px!important}.min-w-550px{min-width:550px!important}.min-w-600px{min-width:600px!important}.min-w-650px{min-width:650px!important}.min-w-700px{min-width:700px!important}.min-w-750px{min-width:750px!important}.min-w-800px{min-width:800px!important}.min-w-850px{min-width:850px!important}.min-w-900px{min-width:900px!important}.min-w-950px{min-width:950px!important}.min-w-1000px{min-width:1000px!important}.min-h-unset{min-height:unset!important}.min-h-25{min-height:25%!important}.min-h-50{min-height:50%!important}.min-h-75{min-height:75%!important}.min-h-100{min-height:100%!important}.min-h-auto{min-height:auto!important}.min-h-1px{min-height:1px!important}.min-h-2px{min-height:2px!important}.min-h-3px{min-height:3px!important}.min-h-4px{min-height:4px!important}.min-h-5px{min-height:5px!important}.min-h-6px{min-height:6px!important}.min-h-7px{min-height:7px!important}.min-h-8px{min-height:8px!important}.min-h-9px{min-height:9px!important}.min-h-10px{min-height:10px!important}.min-h-15px{min-height:15px!important}.min-h-20px{min-height:20px!important}.min-h-25px{min-height:25px!important}.min-h-30px{min-height:30px!important}.min-h-35px{min-height:35px!important}.min-h-40px{min-height:40px!important}.min-h-45px{min-height:45px!important}.min-h-50px{min-height:50px!important}.min-h-55px{min-height:55px!important}.min-h-60px{min-height:60px!important}.min-h-65px{min-height:65px!important}.min-h-70px{min-height:70px!important}.min-h-75px{min-height:75px!important}.min-h-80px{min-height:80px!important}.min-h-85px{min-height:85px!important}.min-h-90px{min-height:90px!important}.min-h-95px{min-height:95px!important}.min-h-100px{min-height:100px!important}.min-h-125px{min-height:125px!important}.min-h-150px{min-height:150px!important}.min-h-175px{min-height:175px!important}.min-h-200px{min-height:200px!important}.min-h-225px{min-height:225px!important}.min-h-250px{min-height:250px!important}.min-h-275px{min-height:275px!important}.min-h-300px{min-height:300px!important}.min-h-325px{min-height:325px!important}.min-h-350px{min-height:350px!important}.min-h-375px{min-height:375px!important}.min-h-400px{min-height:400px!important}.min-h-425px{min-height:425px!important}.min-h-450px{min-height:450px!important}.min-h-475px{min-height:475px!important}.min-h-500px{min-height:500px!important}.min-h-550px{min-height:550px!important}.min-h-600px{min-height:600px!important}.min-h-650px{min-height:650px!important}.min-h-700px{min-height:700px!important}.min-h-750px{min-height:750px!important}.min-h-800px{min-height:800px!important}.min-h-850px{min-height:850px!important}.min-h-900px{min-height:900px!important}.min-h-950px{min-height:950px!important}.min-h-1000px{min-height:1000px!important}.border-top-0{border-top-width:0!important}.border-top-1{border-top-width:1px!important}.border-top-2{border-top-width:2px!important}.border-top-3{border-top-width:3px!important}.border-top-4{border-top-width:4px!important}.border-top-5{border-top-width:5px!important}.border-bottom-0{border-bottom-width:0!important}.border-bottom-1{border-bottom-width:1px!important}.border-bottom-2{border-bottom-width:2px!important}.border-bottom-3{border-bottom-width:3px!important}.border-bottom-4{border-bottom-width:4px!important}.border-bottom-5{border-bottom-width:5px!important}.border-right-0{border-right-width:0!important}.border-right-1{border-right-width:1px!important}.border-right-2{border-right-width:2px!important}.border-right-3{border-right-width:3px!important}.border-right-4{border-right-width:4px!important}.border-right-5{border-right-width:5px!important}.border-left-0{border-left-width:0!important}.border-left-1{border-left-width:1px!important}.border-left-2{border-left-width:2px!important}.border-left-3{border-left-width:3px!important}.border-left-4{border-left-width:4px!important}.border-left-5{border-left-width:5px!important}@media (min-width: 576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.overflow-sm-auto{overflow:auto!important}.overflow-sm-hidden{overflow:hidden!important}.overflow-sm-visible{overflow:visible!important}.overflow-sm-scroll{overflow:scroll!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!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}.d-sm-none{display:none!important}.position-sm-static{position:static!important}.position-sm-relative{position:relative!important}.position-sm-absolute{position:absolute!important}.position-sm-fixed{position:fixed!important}.position-sm-sticky{position:sticky!important}.w-sm-unset{width:unset!important}.w-sm-25{width:25%!important}.w-sm-50{width:50%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}.w-sm-1px{width:1px!important}.w-sm-2px{width:2px!important}.w-sm-3px{width:3px!important}.w-sm-4px{width:4px!important}.w-sm-5px{width:5px!important}.w-sm-6px{width:6px!important}.w-sm-7px{width:7px!important}.w-sm-8px{width:8px!important}.w-sm-9px{width:9px!important}.w-sm-10px{width:10px!important}.w-sm-15px{width:15px!important}.w-sm-20px{width:20px!important}.w-sm-25px{width:25px!important}.w-sm-30px{width:30px!important}.w-sm-35px{width:35px!important}.w-sm-40px{width:40px!important}.w-sm-45px{width:45px!important}.w-sm-50px{width:50px!important}.w-sm-55px{width:55px!important}.w-sm-60px{width:60px!important}.w-sm-65px{width:65px!important}.w-sm-70px{width:70px!important}.w-sm-75px{width:75px!important}.w-sm-80px{width:80px!important}.w-sm-85px{width:85px!important}.w-sm-90px{width:90px!important}.w-sm-95px{width:95px!important}.w-sm-100px{width:100px!important}.w-sm-125px{width:125px!important}.w-sm-150px{width:150px!important}.w-sm-175px{width:175px!important}.w-sm-200px{width:200px!important}.w-sm-225px{width:225px!important}.w-sm-250px{width:250px!important}.w-sm-275px{width:275px!important}.w-sm-300px{width:300px!important}.w-sm-325px{width:325px!important}.w-sm-350px{width:350px!important}.w-sm-375px{width:375px!important}.w-sm-400px{width:400px!important}.w-sm-425px{width:425px!important}.w-sm-450px{width:450px!important}.w-sm-475px{width:475px!important}.w-sm-500px{width:500px!important}.w-sm-550px{width:550px!important}.w-sm-600px{width:600px!important}.w-sm-650px{width:650px!important}.w-sm-700px{width:700px!important}.w-sm-750px{width:750px!important}.w-sm-800px{width:800px!important}.w-sm-850px{width:850px!important}.w-sm-900px{width:900px!important}.w-sm-950px{width:950px!important}.w-sm-1000px{width:1000px!important}.mw-sm-unset{max-width:unset!important}.mw-sm-25{max-width:25%!important}.mw-sm-50{max-width:50%!important}.mw-sm-75{max-width:75%!important}.mw-sm-100{max-width:100%!important}.mw-sm-auto{max-width:auto!important}.mw-sm-1px{max-width:1px!important}.mw-sm-2px{max-width:2px!important}.mw-sm-3px{max-width:3px!important}.mw-sm-4px{max-width:4px!important}.mw-sm-5px{max-width:5px!important}.mw-sm-6px{max-width:6px!important}.mw-sm-7px{max-width:7px!important}.mw-sm-8px{max-width:8px!important}.mw-sm-9px{max-width:9px!important}.mw-sm-10px{max-width:10px!important}.mw-sm-15px{max-width:15px!important}.mw-sm-20px{max-width:20px!important}.mw-sm-25px{max-width:25px!important}.mw-sm-30px{max-width:30px!important}.mw-sm-35px{max-width:35px!important}.mw-sm-40px{max-width:40px!important}.mw-sm-45px{max-width:45px!important}.mw-sm-50px{max-width:50px!important}.mw-sm-55px{max-width:55px!important}.mw-sm-60px{max-width:60px!important}.mw-sm-65px{max-width:65px!important}.mw-sm-70px{max-width:70px!important}.mw-sm-75px{max-width:75px!important}.mw-sm-80px{max-width:80px!important}.mw-sm-85px{max-width:85px!important}.mw-sm-90px{max-width:90px!important}.mw-sm-95px{max-width:95px!important}.mw-sm-100px{max-width:100px!important}.mw-sm-125px{max-width:125px!important}.mw-sm-150px{max-width:150px!important}.mw-sm-175px{max-width:175px!important}.mw-sm-200px{max-width:200px!important}.mw-sm-225px{max-width:225px!important}.mw-sm-250px{max-width:250px!important}.mw-sm-275px{max-width:275px!important}.mw-sm-300px{max-width:300px!important}.mw-sm-325px{max-width:325px!important}.mw-sm-350px{max-width:350px!important}.mw-sm-375px{max-width:375px!important}.mw-sm-400px{max-width:400px!important}.mw-sm-425px{max-width:425px!important}.mw-sm-450px{max-width:450px!important}.mw-sm-475px{max-width:475px!important}.mw-sm-500px{max-width:500px!important}.mw-sm-550px{max-width:550px!important}.mw-sm-600px{max-width:600px!important}.mw-sm-650px{max-width:650px!important}.mw-sm-700px{max-width:700px!important}.mw-sm-750px{max-width:750px!important}.mw-sm-800px{max-width:800px!important}.mw-sm-850px{max-width:850px!important}.mw-sm-900px{max-width:900px!important}.mw-sm-950px{max-width:950px!important}.mw-sm-1000px{max-width:1000px!important}.h-sm-unset{height:unset!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.h-sm-auto{height:auto!important}.h-sm-1px{height:1px!important}.h-sm-2px{height:2px!important}.h-sm-3px{height:3px!important}.h-sm-4px{height:4px!important}.h-sm-5px{height:5px!important}.h-sm-6px{height:6px!important}.h-sm-7px{height:7px!important}.h-sm-8px{height:8px!important}.h-sm-9px{height:9px!important}.h-sm-10px{height:10px!important}.h-sm-15px{height:15px!important}.h-sm-20px{height:20px!important}.h-sm-25px{height:25px!important}.h-sm-30px{height:30px!important}.h-sm-35px{height:35px!important}.h-sm-40px{height:40px!important}.h-sm-45px{height:45px!important}.h-sm-50px{height:50px!important}.h-sm-55px{height:55px!important}.h-sm-60px{height:60px!important}.h-sm-65px{height:65px!important}.h-sm-70px{height:70px!important}.h-sm-75px{height:75px!important}.h-sm-80px{height:80px!important}.h-sm-85px{height:85px!important}.h-sm-90px{height:90px!important}.h-sm-95px{height:95px!important}.h-sm-100px{height:100px!important}.h-sm-125px{height:125px!important}.h-sm-150px{height:150px!important}.h-sm-175px{height:175px!important}.h-sm-200px{height:200px!important}.h-sm-225px{height:225px!important}.h-sm-250px{height:250px!important}.h-sm-275px{height:275px!important}.h-sm-300px{height:300px!important}.h-sm-325px{height:325px!important}.h-sm-350px{height:350px!important}.h-sm-375px{height:375px!important}.h-sm-400px{height:400px!important}.h-sm-425px{height:425px!important}.h-sm-450px{height:450px!important}.h-sm-475px{height:475px!important}.h-sm-500px{height:500px!important}.h-sm-550px{height:550px!important}.h-sm-600px{height:600px!important}.h-sm-650px{height:650px!important}.h-sm-700px{height:700px!important}.h-sm-750px{height:750px!important}.h-sm-800px{height:800px!important}.h-sm-850px{height:850px!important}.h-sm-900px{height:900px!important}.h-sm-950px{height:950px!important}.h-sm-1000px{height:1000px!important}.mh-sm-unset{max-height:unset!important}.mh-sm-25{max-height:25%!important}.mh-sm-50{max-height:50%!important}.mh-sm-75{max-height:75%!important}.mh-sm-100{max-height:100%!important}.mh-sm-auto{max-height:auto!important}.mh-sm-1px{max-height:1px!important}.mh-sm-2px{max-height:2px!important}.mh-sm-3px{max-height:3px!important}.mh-sm-4px{max-height:4px!important}.mh-sm-5px{max-height:5px!important}.mh-sm-6px{max-height:6px!important}.mh-sm-7px{max-height:7px!important}.mh-sm-8px{max-height:8px!important}.mh-sm-9px{max-height:9px!important}.mh-sm-10px{max-height:10px!important}.mh-sm-15px{max-height:15px!important}.mh-sm-20px{max-height:20px!important}.mh-sm-25px{max-height:25px!important}.mh-sm-30px{max-height:30px!important}.mh-sm-35px{max-height:35px!important}.mh-sm-40px{max-height:40px!important}.mh-sm-45px{max-height:45px!important}.mh-sm-50px{max-height:50px!important}.mh-sm-55px{max-height:55px!important}.mh-sm-60px{max-height:60px!important}.mh-sm-65px{max-height:65px!important}.mh-sm-70px{max-height:70px!important}.mh-sm-75px{max-height:75px!important}.mh-sm-80px{max-height:80px!important}.mh-sm-85px{max-height:85px!important}.mh-sm-90px{max-height:90px!important}.mh-sm-95px{max-height:95px!important}.mh-sm-100px{max-height:100px!important}.mh-sm-125px{max-height:125px!important}.mh-sm-150px{max-height:150px!important}.mh-sm-175px{max-height:175px!important}.mh-sm-200px{max-height:200px!important}.mh-sm-225px{max-height:225px!important}.mh-sm-250px{max-height:250px!important}.mh-sm-275px{max-height:275px!important}.mh-sm-300px{max-height:300px!important}.mh-sm-325px{max-height:325px!important}.mh-sm-350px{max-height:350px!important}.mh-sm-375px{max-height:375px!important}.mh-sm-400px{max-height:400px!important}.mh-sm-425px{max-height:425px!important}.mh-sm-450px{max-height:450px!important}.mh-sm-475px{max-height:475px!important}.mh-sm-500px{max-height:500px!important}.mh-sm-550px{max-height:550px!important}.mh-sm-600px{max-height:600px!important}.mh-sm-650px{max-height:650px!important}.mh-sm-700px{max-height:700px!important}.mh-sm-750px{max-height:750px!important}.mh-sm-800px{max-height:800px!important}.mh-sm-850px{max-height:850px!important}.mh-sm-900px{max-height:900px!important}.mh-sm-950px{max-height:950px!important}.mh-sm-1000px{max-height:1000px!important}.flex-sm-fill{flex:1 1 auto!important}.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-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}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-sm-evenly{justify-content:space-evenly!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}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.fs-sm-1{font-size:calc(1.3rem + .6vw)!important}.fs-sm-2{font-size:calc(1.275rem + .3vw)!important}.fs-sm-3{font-size:calc(1.26rem + .12vw)!important}.fs-sm-4{font-size:1.25rem!important}.fs-sm-5{font-size:1.15rem!important}.fs-sm-6{font-size:1.075rem!important}.fs-sm-7{font-size:.95rem!important}.fs-sm-8{font-size:.85rem!important}.fs-sm-9{font-size:.75rem!important}.fs-sm-10{font-size:.5rem!important}.fs-sm-base{font-size:1rem!important}.fs-sm-fluid{font-size:100%!important}.fs-sm-2x{font-size:calc(1.325rem + .9vw)!important}.fs-sm-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-sm-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-sm-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-sm-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-sm-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-sm-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-sm-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-sm-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-sm-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-sm-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-sm-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-sm-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-sm-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-sm-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-sm-5tx{font-size:calc(1.7rem + 5.4vw)!important}.fs-sm-6x{font-size:calc(1.725rem + 5.7vw)!important}.fs-sm-6qx{font-size:calc(1.75rem + 6vw)!important}.fs-sm-6hx{font-size:calc(1.775rem + 6.3vw)!important}.fs-sm-6tx{font-size:calc(1.8rem + 6.6vw)!important}.fs-sm-7x{font-size:calc(1.825rem + 6.9vw)!important}.fs-sm-7qx{font-size:calc(1.85rem + 7.2vw)!important}.fs-sm-7hx{font-size:calc(1.875rem + 7.5vw)!important}.fs-sm-7tx{font-size:calc(1.9rem + 7.8vw)!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.min-w-sm-unset{min-width:unset!important}.min-w-sm-25{min-width:25%!important}.min-w-sm-50{min-width:50%!important}.min-w-sm-75{min-width:75%!important}.min-w-sm-100{min-width:100%!important}.min-w-sm-auto{min-width:auto!important}.min-w-sm-1px{min-width:1px!important}.min-w-sm-2px{min-width:2px!important}.min-w-sm-3px{min-width:3px!important}.min-w-sm-4px{min-width:4px!important}.min-w-sm-5px{min-width:5px!important}.min-w-sm-6px{min-width:6px!important}.min-w-sm-7px{min-width:7px!important}.min-w-sm-8px{min-width:8px!important}.min-w-sm-9px{min-width:9px!important}.min-w-sm-10px{min-width:10px!important}.min-w-sm-15px{min-width:15px!important}.min-w-sm-20px{min-width:20px!important}.min-w-sm-25px{min-width:25px!important}.min-w-sm-30px{min-width:30px!important}.min-w-sm-35px{min-width:35px!important}.min-w-sm-40px{min-width:40px!important}.min-w-sm-45px{min-width:45px!important}.min-w-sm-50px{min-width:50px!important}.min-w-sm-55px{min-width:55px!important}.min-w-sm-60px{min-width:60px!important}.min-w-sm-65px{min-width:65px!important}.min-w-sm-70px{min-width:70px!important}.min-w-sm-75px{min-width:75px!important}.min-w-sm-80px{min-width:80px!important}.min-w-sm-85px{min-width:85px!important}.min-w-sm-90px{min-width:90px!important}.min-w-sm-95px{min-width:95px!important}.min-w-sm-100px{min-width:100px!important}.min-w-sm-125px{min-width:125px!important}.min-w-sm-150px{min-width:150px!important}.min-w-sm-175px{min-width:175px!important}.min-w-sm-200px{min-width:200px!important}.min-w-sm-225px{min-width:225px!important}.min-w-sm-250px{min-width:250px!important}.min-w-sm-275px{min-width:275px!important}.min-w-sm-300px{min-width:300px!important}.min-w-sm-325px{min-width:325px!important}.min-w-sm-350px{min-width:350px!important}.min-w-sm-375px{min-width:375px!important}.min-w-sm-400px{min-width:400px!important}.min-w-sm-425px{min-width:425px!important}.min-w-sm-450px{min-width:450px!important}.min-w-sm-475px{min-width:475px!important}.min-w-sm-500px{min-width:500px!important}.min-w-sm-550px{min-width:550px!important}.min-w-sm-600px{min-width:600px!important}.min-w-sm-650px{min-width:650px!important}.min-w-sm-700px{min-width:700px!important}.min-w-sm-750px{min-width:750px!important}.min-w-sm-800px{min-width:800px!important}.min-w-sm-850px{min-width:850px!important}.min-w-sm-900px{min-width:900px!important}.min-w-sm-950px{min-width:950px!important}.min-w-sm-1000px{min-width:1000px!important}.min-h-sm-unset{min-height:unset!important}.min-h-sm-25{min-height:25%!important}.min-h-sm-50{min-height:50%!important}.min-h-sm-75{min-height:75%!important}.min-h-sm-100{min-height:100%!important}.min-h-sm-auto{min-height:auto!important}.min-h-sm-1px{min-height:1px!important}.min-h-sm-2px{min-height:2px!important}.min-h-sm-3px{min-height:3px!important}.min-h-sm-4px{min-height:4px!important}.min-h-sm-5px{min-height:5px!important}.min-h-sm-6px{min-height:6px!important}.min-h-sm-7px{min-height:7px!important}.min-h-sm-8px{min-height:8px!important}.min-h-sm-9px{min-height:9px!important}.min-h-sm-10px{min-height:10px!important}.min-h-sm-15px{min-height:15px!important}.min-h-sm-20px{min-height:20px!important}.min-h-sm-25px{min-height:25px!important}.min-h-sm-30px{min-height:30px!important}.min-h-sm-35px{min-height:35px!important}.min-h-sm-40px{min-height:40px!important}.min-h-sm-45px{min-height:45px!important}.min-h-sm-50px{min-height:50px!important}.min-h-sm-55px{min-height:55px!important}.min-h-sm-60px{min-height:60px!important}.min-h-sm-65px{min-height:65px!important}.min-h-sm-70px{min-height:70px!important}.min-h-sm-75px{min-height:75px!important}.min-h-sm-80px{min-height:80px!important}.min-h-sm-85px{min-height:85px!important}.min-h-sm-90px{min-height:90px!important}.min-h-sm-95px{min-height:95px!important}.min-h-sm-100px{min-height:100px!important}.min-h-sm-125px{min-height:125px!important}.min-h-sm-150px{min-height:150px!important}.min-h-sm-175px{min-height:175px!important}.min-h-sm-200px{min-height:200px!important}.min-h-sm-225px{min-height:225px!important}.min-h-sm-250px{min-height:250px!important}.min-h-sm-275px{min-height:275px!important}.min-h-sm-300px{min-height:300px!important}.min-h-sm-325px{min-height:325px!important}.min-h-sm-350px{min-height:350px!important}.min-h-sm-375px{min-height:375px!important}.min-h-sm-400px{min-height:400px!important}.min-h-sm-425px{min-height:425px!important}.min-h-sm-450px{min-height:450px!important}.min-h-sm-475px{min-height:475px!important}.min-h-sm-500px{min-height:500px!important}.min-h-sm-550px{min-height:550px!important}.min-h-sm-600px{min-height:600px!important}.min-h-sm-650px{min-height:650px!important}.min-h-sm-700px{min-height:700px!important}.min-h-sm-750px{min-height:750px!important}.min-h-sm-800px{min-height:800px!important}.min-h-sm-850px{min-height:850px!important}.min-h-sm-900px{min-height:900px!important}.min-h-sm-950px{min-height:950px!important}.min-h-sm-1000px{min-height:1000px!important}}@media (min-width: 768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.overflow-md-auto{overflow:auto!important}.overflow-md-hidden{overflow:hidden!important}.overflow-md-visible{overflow:visible!important}.overflow-md-scroll{overflow:scroll!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!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}.d-md-none{display:none!important}.position-md-static{position:static!important}.position-md-relative{position:relative!important}.position-md-absolute{position:absolute!important}.position-md-fixed{position:fixed!important}.position-md-sticky{position:sticky!important}.w-md-unset{width:unset!important}.w-md-25{width:25%!important}.w-md-50{width:50%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}.w-md-1px{width:1px!important}.w-md-2px{width:2px!important}.w-md-3px{width:3px!important}.w-md-4px{width:4px!important}.w-md-5px{width:5px!important}.w-md-6px{width:6px!important}.w-md-7px{width:7px!important}.w-md-8px{width:8px!important}.w-md-9px{width:9px!important}.w-md-10px{width:10px!important}.w-md-15px{width:15px!important}.w-md-20px{width:20px!important}.w-md-25px{width:25px!important}.w-md-30px{width:30px!important}.w-md-35px{width:35px!important}.w-md-40px{width:40px!important}.w-md-45px{width:45px!important}.w-md-50px{width:50px!important}.w-md-55px{width:55px!important}.w-md-60px{width:60px!important}.w-md-65px{width:65px!important}.w-md-70px{width:70px!important}.w-md-75px{width:75px!important}.w-md-80px{width:80px!important}.w-md-85px{width:85px!important}.w-md-90px{width:90px!important}.w-md-95px{width:95px!important}.w-md-100px{width:100px!important}.w-md-125px{width:125px!important}.w-md-150px{width:150px!important}.w-md-175px{width:175px!important}.w-md-200px{width:200px!important}.w-md-225px{width:225px!important}.w-md-250px{width:250px!important}.w-md-275px{width:275px!important}.w-md-300px{width:300px!important}.w-md-325px{width:325px!important}.w-md-350px{width:350px!important}.w-md-375px{width:375px!important}.w-md-400px{width:400px!important}.w-md-425px{width:425px!important}.w-md-450px{width:450px!important}.w-md-475px{width:475px!important}.w-md-500px{width:500px!important}.w-md-550px{width:550px!important}.w-md-600px{width:600px!important}.w-md-650px{width:650px!important}.w-md-700px{width:700px!important}.w-md-750px{width:750px!important}.w-md-800px{width:800px!important}.w-md-850px{width:850px!important}.w-md-900px{width:900px!important}.w-md-950px{width:950px!important}.w-md-1000px{width:1000px!important}.mw-md-unset{max-width:unset!important}.mw-md-25{max-width:25%!important}.mw-md-50{max-width:50%!important}.mw-md-75{max-width:75%!important}.mw-md-100{max-width:100%!important}.mw-md-auto{max-width:auto!important}.mw-md-1px{max-width:1px!important}.mw-md-2px{max-width:2px!important}.mw-md-3px{max-width:3px!important}.mw-md-4px{max-width:4px!important}.mw-md-5px{max-width:5px!important}.mw-md-6px{max-width:6px!important}.mw-md-7px{max-width:7px!important}.mw-md-8px{max-width:8px!important}.mw-md-9px{max-width:9px!important}.mw-md-10px{max-width:10px!important}.mw-md-15px{max-width:15px!important}.mw-md-20px{max-width:20px!important}.mw-md-25px{max-width:25px!important}.mw-md-30px{max-width:30px!important}.mw-md-35px{max-width:35px!important}.mw-md-40px{max-width:40px!important}.mw-md-45px{max-width:45px!important}.mw-md-50px{max-width:50px!important}.mw-md-55px{max-width:55px!important}.mw-md-60px{max-width:60px!important}.mw-md-65px{max-width:65px!important}.mw-md-70px{max-width:70px!important}.mw-md-75px{max-width:75px!important}.mw-md-80px{max-width:80px!important}.mw-md-85px{max-width:85px!important}.mw-md-90px{max-width:90px!important}.mw-md-95px{max-width:95px!important}.mw-md-100px{max-width:100px!important}.mw-md-125px{max-width:125px!important}.mw-md-150px{max-width:150px!important}.mw-md-175px{max-width:175px!important}.mw-md-200px{max-width:200px!important}.mw-md-225px{max-width:225px!important}.mw-md-250px{max-width:250px!important}.mw-md-275px{max-width:275px!important}.mw-md-300px{max-width:300px!important}.mw-md-325px{max-width:325px!important}.mw-md-350px{max-width:350px!important}.mw-md-375px{max-width:375px!important}.mw-md-400px{max-width:400px!important}.mw-md-425px{max-width:425px!important}.mw-md-450px{max-width:450px!important}.mw-md-475px{max-width:475px!important}.mw-md-500px{max-width:500px!important}.mw-md-550px{max-width:550px!important}.mw-md-600px{max-width:600px!important}.mw-md-650px{max-width:650px!important}.mw-md-700px{max-width:700px!important}.mw-md-750px{max-width:750px!important}.mw-md-800px{max-width:800px!important}.mw-md-850px{max-width:850px!important}.mw-md-900px{max-width:900px!important}.mw-md-950px{max-width:950px!important}.mw-md-1000px{max-width:1000px!important}.h-md-unset{height:unset!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.h-md-auto{height:auto!important}.h-md-1px{height:1px!important}.h-md-2px{height:2px!important}.h-md-3px{height:3px!important}.h-md-4px{height:4px!important}.h-md-5px{height:5px!important}.h-md-6px{height:6px!important}.h-md-7px{height:7px!important}.h-md-8px{height:8px!important}.h-md-9px{height:9px!important}.h-md-10px{height:10px!important}.h-md-15px{height:15px!important}.h-md-20px{height:20px!important}.h-md-25px{height:25px!important}.h-md-30px{height:30px!important}.h-md-35px{height:35px!important}.h-md-40px{height:40px!important}.h-md-45px{height:45px!important}.h-md-50px{height:50px!important}.h-md-55px{height:55px!important}.h-md-60px{height:60px!important}.h-md-65px{height:65px!important}.h-md-70px{height:70px!important}.h-md-75px{height:75px!important}.h-md-80px{height:80px!important}.h-md-85px{height:85px!important}.h-md-90px{height:90px!important}.h-md-95px{height:95px!important}.h-md-100px{height:100px!important}.h-md-125px{height:125px!important}.h-md-150px{height:150px!important}.h-md-175px{height:175px!important}.h-md-200px{height:200px!important}.h-md-225px{height:225px!important}.h-md-250px{height:250px!important}.h-md-275px{height:275px!important}.h-md-300px{height:300px!important}.h-md-325px{height:325px!important}.h-md-350px{height:350px!important}.h-md-375px{height:375px!important}.h-md-400px{height:400px!important}.h-md-425px{height:425px!important}.h-md-450px{height:450px!important}.h-md-475px{height:475px!important}.h-md-500px{height:500px!important}.h-md-550px{height:550px!important}.h-md-600px{height:600px!important}.h-md-650px{height:650px!important}.h-md-700px{height:700px!important}.h-md-750px{height:750px!important}.h-md-800px{height:800px!important}.h-md-850px{height:850px!important}.h-md-900px{height:900px!important}.h-md-950px{height:950px!important}.h-md-1000px{height:1000px!important}.mh-md-unset{max-height:unset!important}.mh-md-25{max-height:25%!important}.mh-md-50{max-height:50%!important}.mh-md-75{max-height:75%!important}.mh-md-100{max-height:100%!important}.mh-md-auto{max-height:auto!important}.mh-md-1px{max-height:1px!important}.mh-md-2px{max-height:2px!important}.mh-md-3px{max-height:3px!important}.mh-md-4px{max-height:4px!important}.mh-md-5px{max-height:5px!important}.mh-md-6px{max-height:6px!important}.mh-md-7px{max-height:7px!important}.mh-md-8px{max-height:8px!important}.mh-md-9px{max-height:9px!important}.mh-md-10px{max-height:10px!important}.mh-md-15px{max-height:15px!important}.mh-md-20px{max-height:20px!important}.mh-md-25px{max-height:25px!important}.mh-md-30px{max-height:30px!important}.mh-md-35px{max-height:35px!important}.mh-md-40px{max-height:40px!important}.mh-md-45px{max-height:45px!important}.mh-md-50px{max-height:50px!important}.mh-md-55px{max-height:55px!important}.mh-md-60px{max-height:60px!important}.mh-md-65px{max-height:65px!important}.mh-md-70px{max-height:70px!important}.mh-md-75px{max-height:75px!important}.mh-md-80px{max-height:80px!important}.mh-md-85px{max-height:85px!important}.mh-md-90px{max-height:90px!important}.mh-md-95px{max-height:95px!important}.mh-md-100px{max-height:100px!important}.mh-md-125px{max-height:125px!important}.mh-md-150px{max-height:150px!important}.mh-md-175px{max-height:175px!important}.mh-md-200px{max-height:200px!important}.mh-md-225px{max-height:225px!important}.mh-md-250px{max-height:250px!important}.mh-md-275px{max-height:275px!important}.mh-md-300px{max-height:300px!important}.mh-md-325px{max-height:325px!important}.mh-md-350px{max-height:350px!important}.mh-md-375px{max-height:375px!important}.mh-md-400px{max-height:400px!important}.mh-md-425px{max-height:425px!important}.mh-md-450px{max-height:450px!important}.mh-md-475px{max-height:475px!important}.mh-md-500px{max-height:500px!important}.mh-md-550px{max-height:550px!important}.mh-md-600px{max-height:600px!important}.mh-md-650px{max-height:650px!important}.mh-md-700px{max-height:700px!important}.mh-md-750px{max-height:750px!important}.mh-md-800px{max-height:800px!important}.mh-md-850px{max-height:850px!important}.mh-md-900px{max-height:900px!important}.mh-md-950px{max-height:950px!important}.mh-md-1000px{max-height:1000px!important}.flex-md-fill{flex:1 1 auto!important}.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-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}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-md-evenly{justify-content:space-evenly!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}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.fs-md-1{font-size:calc(1.3rem + .6vw)!important}.fs-md-2{font-size:calc(1.275rem + .3vw)!important}.fs-md-3{font-size:calc(1.26rem + .12vw)!important}.fs-md-4{font-size:1.25rem!important}.fs-md-5{font-size:1.15rem!important}.fs-md-6{font-size:1.075rem!important}.fs-md-7{font-size:.95rem!important}.fs-md-8{font-size:.85rem!important}.fs-md-9{font-size:.75rem!important}.fs-md-10{font-size:.5rem!important}.fs-md-base{font-size:1rem!important}.fs-md-fluid{font-size:100%!important}.fs-md-2x{font-size:calc(1.325rem + .9vw)!important}.fs-md-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-md-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-md-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-md-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-md-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-md-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-md-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-md-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-md-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-md-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-md-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-md-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-md-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-md-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-md-5tx{font-size:calc(1.7rem + 5.4vw)!important}.fs-md-6x{font-size:calc(1.725rem + 5.7vw)!important}.fs-md-6qx{font-size:calc(1.75rem + 6vw)!important}.fs-md-6hx{font-size:calc(1.775rem + 6.3vw)!important}.fs-md-6tx{font-size:calc(1.8rem + 6.6vw)!important}.fs-md-7x{font-size:calc(1.825rem + 6.9vw)!important}.fs-md-7qx{font-size:calc(1.85rem + 7.2vw)!important}.fs-md-7hx{font-size:calc(1.875rem + 7.5vw)!important}.fs-md-7tx{font-size:calc(1.9rem + 7.8vw)!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.min-w-md-unset{min-width:unset!important}.min-w-md-25{min-width:25%!important}.min-w-md-50{min-width:50%!important}.min-w-md-75{min-width:75%!important}.min-w-md-100{min-width:100%!important}.min-w-md-auto{min-width:auto!important}.min-w-md-1px{min-width:1px!important}.min-w-md-2px{min-width:2px!important}.min-w-md-3px{min-width:3px!important}.min-w-md-4px{min-width:4px!important}.min-w-md-5px{min-width:5px!important}.min-w-md-6px{min-width:6px!important}.min-w-md-7px{min-width:7px!important}.min-w-md-8px{min-width:8px!important}.min-w-md-9px{min-width:9px!important}.min-w-md-10px{min-width:10px!important}.min-w-md-15px{min-width:15px!important}.min-w-md-20px{min-width:20px!important}.min-w-md-25px{min-width:25px!important}.min-w-md-30px{min-width:30px!important}.min-w-md-35px{min-width:35px!important}.min-w-md-40px{min-width:40px!important}.min-w-md-45px{min-width:45px!important}.min-w-md-50px{min-width:50px!important}.min-w-md-55px{min-width:55px!important}.min-w-md-60px{min-width:60px!important}.min-w-md-65px{min-width:65px!important}.min-w-md-70px{min-width:70px!important}.min-w-md-75px{min-width:75px!important}.min-w-md-80px{min-width:80px!important}.min-w-md-85px{min-width:85px!important}.min-w-md-90px{min-width:90px!important}.min-w-md-95px{min-width:95px!important}.min-w-md-100px{min-width:100px!important}.min-w-md-125px{min-width:125px!important}.min-w-md-150px{min-width:150px!important}.min-w-md-175px{min-width:175px!important}.min-w-md-200px{min-width:200px!important}.min-w-md-225px{min-width:225px!important}.min-w-md-250px{min-width:250px!important}.min-w-md-275px{min-width:275px!important}.min-w-md-300px{min-width:300px!important}.min-w-md-325px{min-width:325px!important}.min-w-md-350px{min-width:350px!important}.min-w-md-375px{min-width:375px!important}.min-w-md-400px{min-width:400px!important}.min-w-md-425px{min-width:425px!important}.min-w-md-450px{min-width:450px!important}.min-w-md-475px{min-width:475px!important}.min-w-md-500px{min-width:500px!important}.min-w-md-550px{min-width:550px!important}.min-w-md-600px{min-width:600px!important}.min-w-md-650px{min-width:650px!important}.min-w-md-700px{min-width:700px!important}.min-w-md-750px{min-width:750px!important}.min-w-md-800px{min-width:800px!important}.min-w-md-850px{min-width:850px!important}.min-w-md-900px{min-width:900px!important}.min-w-md-950px{min-width:950px!important}.min-w-md-1000px{min-width:1000px!important}.min-h-md-unset{min-height:unset!important}.min-h-md-25{min-height:25%!important}.min-h-md-50{min-height:50%!important}.min-h-md-75{min-height:75%!important}.min-h-md-100{min-height:100%!important}.min-h-md-auto{min-height:auto!important}.min-h-md-1px{min-height:1px!important}.min-h-md-2px{min-height:2px!important}.min-h-md-3px{min-height:3px!important}.min-h-md-4px{min-height:4px!important}.min-h-md-5px{min-height:5px!important}.min-h-md-6px{min-height:6px!important}.min-h-md-7px{min-height:7px!important}.min-h-md-8px{min-height:8px!important}.min-h-md-9px{min-height:9px!important}.min-h-md-10px{min-height:10px!important}.min-h-md-15px{min-height:15px!important}.min-h-md-20px{min-height:20px!important}.min-h-md-25px{min-height:25px!important}.min-h-md-30px{min-height:30px!important}.min-h-md-35px{min-height:35px!important}.min-h-md-40px{min-height:40px!important}.min-h-md-45px{min-height:45px!important}.min-h-md-50px{min-height:50px!important}.min-h-md-55px{min-height:55px!important}.min-h-md-60px{min-height:60px!important}.min-h-md-65px{min-height:65px!important}.min-h-md-70px{min-height:70px!important}.min-h-md-75px{min-height:75px!important}.min-h-md-80px{min-height:80px!important}.min-h-md-85px{min-height:85px!important}.min-h-md-90px{min-height:90px!important}.min-h-md-95px{min-height:95px!important}.min-h-md-100px{min-height:100px!important}.min-h-md-125px{min-height:125px!important}.min-h-md-150px{min-height:150px!important}.min-h-md-175px{min-height:175px!important}.min-h-md-200px{min-height:200px!important}.min-h-md-225px{min-height:225px!important}.min-h-md-250px{min-height:250px!important}.min-h-md-275px{min-height:275px!important}.min-h-md-300px{min-height:300px!important}.min-h-md-325px{min-height:325px!important}.min-h-md-350px{min-height:350px!important}.min-h-md-375px{min-height:375px!important}.min-h-md-400px{min-height:400px!important}.min-h-md-425px{min-height:425px!important}.min-h-md-450px{min-height:450px!important}.min-h-md-475px{min-height:475px!important}.min-h-md-500px{min-height:500px!important}.min-h-md-550px{min-height:550px!important}.min-h-md-600px{min-height:600px!important}.min-h-md-650px{min-height:650px!important}.min-h-md-700px{min-height:700px!important}.min-h-md-750px{min-height:750px!important}.min-h-md-800px{min-height:800px!important}.min-h-md-850px{min-height:850px!important}.min-h-md-900px{min-height:900px!important}.min-h-md-950px{min-height:950px!important}.min-h-md-1000px{min-height:1000px!important}}@media (min-width: 992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.overflow-lg-auto{overflow:auto!important}.overflow-lg-hidden{overflow:hidden!important}.overflow-lg-visible{overflow:visible!important}.overflow-lg-scroll{overflow:scroll!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!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}.d-lg-none{display:none!important}.position-lg-static{position:static!important}.position-lg-relative{position:relative!important}.position-lg-absolute{position:absolute!important}.position-lg-fixed{position:fixed!important}.position-lg-sticky{position:sticky!important}.w-lg-unset{width:unset!important}.w-lg-25{width:25%!important}.w-lg-50{width:50%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}.w-lg-1px{width:1px!important}.w-lg-2px{width:2px!important}.w-lg-3px{width:3px!important}.w-lg-4px{width:4px!important}.w-lg-5px{width:5px!important}.w-lg-6px{width:6px!important}.w-lg-7px{width:7px!important}.w-lg-8px{width:8px!important}.w-lg-9px{width:9px!important}.w-lg-10px{width:10px!important}.w-lg-15px{width:15px!important}.w-lg-20px{width:20px!important}.w-lg-25px{width:25px!important}.w-lg-30px{width:30px!important}.w-lg-35px{width:35px!important}.w-lg-40px{width:40px!important}.w-lg-45px{width:45px!important}.w-lg-50px{width:50px!important}.w-lg-55px{width:55px!important}.w-lg-60px{width:60px!important}.w-lg-65px{width:65px!important}.w-lg-70px{width:70px!important}.w-lg-75px{width:75px!important}.w-lg-80px{width:80px!important}.w-lg-85px{width:85px!important}.w-lg-90px{width:90px!important}.w-lg-95px{width:95px!important}.w-lg-100px{width:100px!important}.w-lg-125px{width:125px!important}.w-lg-150px{width:150px!important}.w-lg-175px{width:175px!important}.w-lg-200px{width:200px!important}.w-lg-225px{width:225px!important}.w-lg-250px{width:250px!important}.w-lg-275px{width:275px!important}.w-lg-300px{width:300px!important}.w-lg-325px{width:325px!important}.w-lg-350px{width:350px!important}.w-lg-375px{width:375px!important}.w-lg-400px{width:400px!important}.w-lg-425px{width:425px!important}.w-lg-450px{width:450px!important}.w-lg-475px{width:475px!important}.w-lg-500px{width:500px!important}.w-lg-550px{width:550px!important}.w-lg-600px{width:600px!important}.w-lg-650px{width:650px!important}.w-lg-700px{width:700px!important}.w-lg-750px{width:750px!important}.w-lg-800px{width:800px!important}.w-lg-850px{width:850px!important}.w-lg-900px{width:900px!important}.w-lg-950px{width:950px!important}.w-lg-1000px{width:1000px!important}.mw-lg-unset{max-width:unset!important}.mw-lg-25{max-width:25%!important}.mw-lg-50{max-width:50%!important}.mw-lg-75{max-width:75%!important}.mw-lg-100{max-width:100%!important}.mw-lg-auto{max-width:auto!important}.mw-lg-1px{max-width:1px!important}.mw-lg-2px{max-width:2px!important}.mw-lg-3px{max-width:3px!important}.mw-lg-4px{max-width:4px!important}.mw-lg-5px{max-width:5px!important}.mw-lg-6px{max-width:6px!important}.mw-lg-7px{max-width:7px!important}.mw-lg-8px{max-width:8px!important}.mw-lg-9px{max-width:9px!important}.mw-lg-10px{max-width:10px!important}.mw-lg-15px{max-width:15px!important}.mw-lg-20px{max-width:20px!important}.mw-lg-25px{max-width:25px!important}.mw-lg-30px{max-width:30px!important}.mw-lg-35px{max-width:35px!important}.mw-lg-40px{max-width:40px!important}.mw-lg-45px{max-width:45px!important}.mw-lg-50px{max-width:50px!important}.mw-lg-55px{max-width:55px!important}.mw-lg-60px{max-width:60px!important}.mw-lg-65px{max-width:65px!important}.mw-lg-70px{max-width:70px!important}.mw-lg-75px{max-width:75px!important}.mw-lg-80px{max-width:80px!important}.mw-lg-85px{max-width:85px!important}.mw-lg-90px{max-width:90px!important}.mw-lg-95px{max-width:95px!important}.mw-lg-100px{max-width:100px!important}.mw-lg-125px{max-width:125px!important}.mw-lg-150px{max-width:150px!important}.mw-lg-175px{max-width:175px!important}.mw-lg-200px{max-width:200px!important}.mw-lg-225px{max-width:225px!important}.mw-lg-250px{max-width:250px!important}.mw-lg-275px{max-width:275px!important}.mw-lg-300px{max-width:300px!important}.mw-lg-325px{max-width:325px!important}.mw-lg-350px{max-width:350px!important}.mw-lg-375px{max-width:375px!important}.mw-lg-400px{max-width:400px!important}.mw-lg-425px{max-width:425px!important}.mw-lg-450px{max-width:450px!important}.mw-lg-475px{max-width:475px!important}.mw-lg-500px{max-width:500px!important}.mw-lg-550px{max-width:550px!important}.mw-lg-600px{max-width:600px!important}.mw-lg-650px{max-width:650px!important}.mw-lg-700px{max-width:700px!important}.mw-lg-750px{max-width:750px!important}.mw-lg-800px{max-width:800px!important}.mw-lg-850px{max-width:850px!important}.mw-lg-900px{max-width:900px!important}.mw-lg-950px{max-width:950px!important}.mw-lg-1000px{max-width:1000px!important}.h-lg-unset{height:unset!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.h-lg-auto{height:auto!important}.h-lg-1px{height:1px!important}.h-lg-2px{height:2px!important}.h-lg-3px{height:3px!important}.h-lg-4px{height:4px!important}.h-lg-5px{height:5px!important}.h-lg-6px{height:6px!important}.h-lg-7px{height:7px!important}.h-lg-8px{height:8px!important}.h-lg-9px{height:9px!important}.h-lg-10px{height:10px!important}.h-lg-15px{height:15px!important}.h-lg-20px{height:20px!important}.h-lg-25px{height:25px!important}.h-lg-30px{height:30px!important}.h-lg-35px{height:35px!important}.h-lg-40px{height:40px!important}.h-lg-45px{height:45px!important}.h-lg-50px{height:50px!important}.h-lg-55px{height:55px!important}.h-lg-60px{height:60px!important}.h-lg-65px{height:65px!important}.h-lg-70px{height:70px!important}.h-lg-75px{height:75px!important}.h-lg-80px{height:80px!important}.h-lg-85px{height:85px!important}.h-lg-90px{height:90px!important}.h-lg-95px{height:95px!important}.h-lg-100px{height:100px!important}.h-lg-125px{height:125px!important}.h-lg-150px{height:150px!important}.h-lg-175px{height:175px!important}.h-lg-200px{height:200px!important}.h-lg-225px{height:225px!important}.h-lg-250px{height:250px!important}.h-lg-275px{height:275px!important}.h-lg-300px{height:300px!important}.h-lg-325px{height:325px!important}.h-lg-350px{height:350px!important}.h-lg-375px{height:375px!important}.h-lg-400px{height:400px!important}.h-lg-425px{height:425px!important}.h-lg-450px{height:450px!important}.h-lg-475px{height:475px!important}.h-lg-500px{height:500px!important}.h-lg-550px{height:550px!important}.h-lg-600px{height:600px!important}.h-lg-650px{height:650px!important}.h-lg-700px{height:700px!important}.h-lg-750px{height:750px!important}.h-lg-800px{height:800px!important}.h-lg-850px{height:850px!important}.h-lg-900px{height:900px!important}.h-lg-950px{height:950px!important}.h-lg-1000px{height:1000px!important}.mh-lg-unset{max-height:unset!important}.mh-lg-25{max-height:25%!important}.mh-lg-50{max-height:50%!important}.mh-lg-75{max-height:75%!important}.mh-lg-100{max-height:100%!important}.mh-lg-auto{max-height:auto!important}.mh-lg-1px{max-height:1px!important}.mh-lg-2px{max-height:2px!important}.mh-lg-3px{max-height:3px!important}.mh-lg-4px{max-height:4px!important}.mh-lg-5px{max-height:5px!important}.mh-lg-6px{max-height:6px!important}.mh-lg-7px{max-height:7px!important}.mh-lg-8px{max-height:8px!important}.mh-lg-9px{max-height:9px!important}.mh-lg-10px{max-height:10px!important}.mh-lg-15px{max-height:15px!important}.mh-lg-20px{max-height:20px!important}.mh-lg-25px{max-height:25px!important}.mh-lg-30px{max-height:30px!important}.mh-lg-35px{max-height:35px!important}.mh-lg-40px{max-height:40px!important}.mh-lg-45px{max-height:45px!important}.mh-lg-50px{max-height:50px!important}.mh-lg-55px{max-height:55px!important}.mh-lg-60px{max-height:60px!important}.mh-lg-65px{max-height:65px!important}.mh-lg-70px{max-height:70px!important}.mh-lg-75px{max-height:75px!important}.mh-lg-80px{max-height:80px!important}.mh-lg-85px{max-height:85px!important}.mh-lg-90px{max-height:90px!important}.mh-lg-95px{max-height:95px!important}.mh-lg-100px{max-height:100px!important}.mh-lg-125px{max-height:125px!important}.mh-lg-150px{max-height:150px!important}.mh-lg-175px{max-height:175px!important}.mh-lg-200px{max-height:200px!important}.mh-lg-225px{max-height:225px!important}.mh-lg-250px{max-height:250px!important}.mh-lg-275px{max-height:275px!important}.mh-lg-300px{max-height:300px!important}.mh-lg-325px{max-height:325px!important}.mh-lg-350px{max-height:350px!important}.mh-lg-375px{max-height:375px!important}.mh-lg-400px{max-height:400px!important}.mh-lg-425px{max-height:425px!important}.mh-lg-450px{max-height:450px!important}.mh-lg-475px{max-height:475px!important}.mh-lg-500px{max-height:500px!important}.mh-lg-550px{max-height:550px!important}.mh-lg-600px{max-height:600px!important}.mh-lg-650px{max-height:650px!important}.mh-lg-700px{max-height:700px!important}.mh-lg-750px{max-height:750px!important}.mh-lg-800px{max-height:800px!important}.mh-lg-850px{max-height:850px!important}.mh-lg-900px{max-height:900px!important}.mh-lg-950px{max-height:950px!important}.mh-lg-1000px{max-height:1000px!important}.flex-lg-fill{flex:1 1 auto!important}.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-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}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-lg-evenly{justify-content:space-evenly!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}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.fs-lg-1{font-size:calc(1.3rem + .6vw)!important}.fs-lg-2{font-size:calc(1.275rem + .3vw)!important}.fs-lg-3{font-size:calc(1.26rem + .12vw)!important}.fs-lg-4{font-size:1.25rem!important}.fs-lg-5{font-size:1.15rem!important}.fs-lg-6{font-size:1.075rem!important}.fs-lg-7{font-size:.95rem!important}.fs-lg-8{font-size:.85rem!important}.fs-lg-9{font-size:.75rem!important}.fs-lg-10{font-size:.5rem!important}.fs-lg-base{font-size:1rem!important}.fs-lg-fluid{font-size:100%!important}.fs-lg-2x{font-size:calc(1.325rem + .9vw)!important}.fs-lg-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-lg-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-lg-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-lg-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-lg-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-lg-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-lg-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-lg-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-lg-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-lg-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-lg-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-lg-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-lg-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-lg-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-lg-5tx{font-size:calc(1.7rem + 5.4vw)!important}.fs-lg-6x{font-size:calc(1.725rem + 5.7vw)!important}.fs-lg-6qx{font-size:calc(1.75rem + 6vw)!important}.fs-lg-6hx{font-size:calc(1.775rem + 6.3vw)!important}.fs-lg-6tx{font-size:calc(1.8rem + 6.6vw)!important}.fs-lg-7x{font-size:calc(1.825rem + 6.9vw)!important}.fs-lg-7qx{font-size:calc(1.85rem + 7.2vw)!important}.fs-lg-7hx{font-size:calc(1.875rem + 7.5vw)!important}.fs-lg-7tx{font-size:calc(1.9rem + 7.8vw)!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.min-w-lg-unset{min-width:unset!important}.min-w-lg-25{min-width:25%!important}.min-w-lg-50{min-width:50%!important}.min-w-lg-75{min-width:75%!important}.min-w-lg-100{min-width:100%!important}.min-w-lg-auto{min-width:auto!important}.min-w-lg-1px{min-width:1px!important}.min-w-lg-2px{min-width:2px!important}.min-w-lg-3px{min-width:3px!important}.min-w-lg-4px{min-width:4px!important}.min-w-lg-5px{min-width:5px!important}.min-w-lg-6px{min-width:6px!important}.min-w-lg-7px{min-width:7px!important}.min-w-lg-8px{min-width:8px!important}.min-w-lg-9px{min-width:9px!important}.min-w-lg-10px{min-width:10px!important}.min-w-lg-15px{min-width:15px!important}.min-w-lg-20px{min-width:20px!important}.min-w-lg-25px{min-width:25px!important}.min-w-lg-30px{min-width:30px!important}.min-w-lg-35px{min-width:35px!important}.min-w-lg-40px{min-width:40px!important}.min-w-lg-45px{min-width:45px!important}.min-w-lg-50px{min-width:50px!important}.min-w-lg-55px{min-width:55px!important}.min-w-lg-60px{min-width:60px!important}.min-w-lg-65px{min-width:65px!important}.min-w-lg-70px{min-width:70px!important}.min-w-lg-75px{min-width:75px!important}.min-w-lg-80px{min-width:80px!important}.min-w-lg-85px{min-width:85px!important}.min-w-lg-90px{min-width:90px!important}.min-w-lg-95px{min-width:95px!important}.min-w-lg-100px{min-width:100px!important}.min-w-lg-125px{min-width:125px!important}.min-w-lg-150px{min-width:150px!important}.min-w-lg-175px{min-width:175px!important}.min-w-lg-200px{min-width:200px!important}.min-w-lg-225px{min-width:225px!important}.min-w-lg-250px{min-width:250px!important}.min-w-lg-275px{min-width:275px!important}.min-w-lg-300px{min-width:300px!important}.min-w-lg-325px{min-width:325px!important}.min-w-lg-350px{min-width:350px!important}.min-w-lg-375px{min-width:375px!important}.min-w-lg-400px{min-width:400px!important}.min-w-lg-425px{min-width:425px!important}.min-w-lg-450px{min-width:450px!important}.min-w-lg-475px{min-width:475px!important}.min-w-lg-500px{min-width:500px!important}.min-w-lg-550px{min-width:550px!important}.min-w-lg-600px{min-width:600px!important}.min-w-lg-650px{min-width:650px!important}.min-w-lg-700px{min-width:700px!important}.min-w-lg-750px{min-width:750px!important}.min-w-lg-800px{min-width:800px!important}.min-w-lg-850px{min-width:850px!important}.min-w-lg-900px{min-width:900px!important}.min-w-lg-950px{min-width:950px!important}.min-w-lg-1000px{min-width:1000px!important}.min-h-lg-unset{min-height:unset!important}.min-h-lg-25{min-height:25%!important}.min-h-lg-50{min-height:50%!important}.min-h-lg-75{min-height:75%!important}.min-h-lg-100{min-height:100%!important}.min-h-lg-auto{min-height:auto!important}.min-h-lg-1px{min-height:1px!important}.min-h-lg-2px{min-height:2px!important}.min-h-lg-3px{min-height:3px!important}.min-h-lg-4px{min-height:4px!important}.min-h-lg-5px{min-height:5px!important}.min-h-lg-6px{min-height:6px!important}.min-h-lg-7px{min-height:7px!important}.min-h-lg-8px{min-height:8px!important}.min-h-lg-9px{min-height:9px!important}.min-h-lg-10px{min-height:10px!important}.min-h-lg-15px{min-height:15px!important}.min-h-lg-20px{min-height:20px!important}.min-h-lg-25px{min-height:25px!important}.min-h-lg-30px{min-height:30px!important}.min-h-lg-35px{min-height:35px!important}.min-h-lg-40px{min-height:40px!important}.min-h-lg-45px{min-height:45px!important}.min-h-lg-50px{min-height:50px!important}.min-h-lg-55px{min-height:55px!important}.min-h-lg-60px{min-height:60px!important}.min-h-lg-65px{min-height:65px!important}.min-h-lg-70px{min-height:70px!important}.min-h-lg-75px{min-height:75px!important}.min-h-lg-80px{min-height:80px!important}.min-h-lg-85px{min-height:85px!important}.min-h-lg-90px{min-height:90px!important}.min-h-lg-95px{min-height:95px!important}.min-h-lg-100px{min-height:100px!important}.min-h-lg-125px{min-height:125px!important}.min-h-lg-150px{min-height:150px!important}.min-h-lg-175px{min-height:175px!important}.min-h-lg-200px{min-height:200px!important}.min-h-lg-225px{min-height:225px!important}.min-h-lg-250px{min-height:250px!important}.min-h-lg-275px{min-height:275px!important}.min-h-lg-300px{min-height:300px!important}.min-h-lg-325px{min-height:325px!important}.min-h-lg-350px{min-height:350px!important}.min-h-lg-375px{min-height:375px!important}.min-h-lg-400px{min-height:400px!important}.min-h-lg-425px{min-height:425px!important}.min-h-lg-450px{min-height:450px!important}.min-h-lg-475px{min-height:475px!important}.min-h-lg-500px{min-height:500px!important}.min-h-lg-550px{min-height:550px!important}.min-h-lg-600px{min-height:600px!important}.min-h-lg-650px{min-height:650px!important}.min-h-lg-700px{min-height:700px!important}.min-h-lg-750px{min-height:750px!important}.min-h-lg-800px{min-height:800px!important}.min-h-lg-850px{min-height:850px!important}.min-h-lg-900px{min-height:900px!important}.min-h-lg-950px{min-height:950px!important}.min-h-lg-1000px{min-height:1000px!important}}@media (min-width: 1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.overflow-xl-auto{overflow:auto!important}.overflow-xl-hidden{overflow:hidden!important}.overflow-xl-visible{overflow:visible!important}.overflow-xl-scroll{overflow:scroll!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!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}.d-xl-none{display:none!important}.position-xl-static{position:static!important}.position-xl-relative{position:relative!important}.position-xl-absolute{position:absolute!important}.position-xl-fixed{position:fixed!important}.position-xl-sticky{position:sticky!important}.w-xl-unset{width:unset!important}.w-xl-25{width:25%!important}.w-xl-50{width:50%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}.w-xl-1px{width:1px!important}.w-xl-2px{width:2px!important}.w-xl-3px{width:3px!important}.w-xl-4px{width:4px!important}.w-xl-5px{width:5px!important}.w-xl-6px{width:6px!important}.w-xl-7px{width:7px!important}.w-xl-8px{width:8px!important}.w-xl-9px{width:9px!important}.w-xl-10px{width:10px!important}.w-xl-15px{width:15px!important}.w-xl-20px{width:20px!important}.w-xl-25px{width:25px!important}.w-xl-30px{width:30px!important}.w-xl-35px{width:35px!important}.w-xl-40px{width:40px!important}.w-xl-45px{width:45px!important}.w-xl-50px{width:50px!important}.w-xl-55px{width:55px!important}.w-xl-60px{width:60px!important}.w-xl-65px{width:65px!important}.w-xl-70px{width:70px!important}.w-xl-75px{width:75px!important}.w-xl-80px{width:80px!important}.w-xl-85px{width:85px!important}.w-xl-90px{width:90px!important}.w-xl-95px{width:95px!important}.w-xl-100px{width:100px!important}.w-xl-125px{width:125px!important}.w-xl-150px{width:150px!important}.w-xl-175px{width:175px!important}.w-xl-200px{width:200px!important}.w-xl-225px{width:225px!important}.w-xl-250px{width:250px!important}.w-xl-275px{width:275px!important}.w-xl-300px{width:300px!important}.w-xl-325px{width:325px!important}.w-xl-350px{width:350px!important}.w-xl-375px{width:375px!important}.w-xl-400px{width:400px!important}.w-xl-425px{width:425px!important}.w-xl-450px{width:450px!important}.w-xl-475px{width:475px!important}.w-xl-500px{width:500px!important}.w-xl-550px{width:550px!important}.w-xl-600px{width:600px!important}.w-xl-650px{width:650px!important}.w-xl-700px{width:700px!important}.w-xl-750px{width:750px!important}.w-xl-800px{width:800px!important}.w-xl-850px{width:850px!important}.w-xl-900px{width:900px!important}.w-xl-950px{width:950px!important}.w-xl-1000px{width:1000px!important}.mw-xl-unset{max-width:unset!important}.mw-xl-25{max-width:25%!important}.mw-xl-50{max-width:50%!important}.mw-xl-75{max-width:75%!important}.mw-xl-100{max-width:100%!important}.mw-xl-auto{max-width:auto!important}.mw-xl-1px{max-width:1px!important}.mw-xl-2px{max-width:2px!important}.mw-xl-3px{max-width:3px!important}.mw-xl-4px{max-width:4px!important}.mw-xl-5px{max-width:5px!important}.mw-xl-6px{max-width:6px!important}.mw-xl-7px{max-width:7px!important}.mw-xl-8px{max-width:8px!important}.mw-xl-9px{max-width:9px!important}.mw-xl-10px{max-width:10px!important}.mw-xl-15px{max-width:15px!important}.mw-xl-20px{max-width:20px!important}.mw-xl-25px{max-width:25px!important}.mw-xl-30px{max-width:30px!important}.mw-xl-35px{max-width:35px!important}.mw-xl-40px{max-width:40px!important}.mw-xl-45px{max-width:45px!important}.mw-xl-50px{max-width:50px!important}.mw-xl-55px{max-width:55px!important}.mw-xl-60px{max-width:60px!important}.mw-xl-65px{max-width:65px!important}.mw-xl-70px{max-width:70px!important}.mw-xl-75px{max-width:75px!important}.mw-xl-80px{max-width:80px!important}.mw-xl-85px{max-width:85px!important}.mw-xl-90px{max-width:90px!important}.mw-xl-95px{max-width:95px!important}.mw-xl-100px{max-width:100px!important}.mw-xl-125px{max-width:125px!important}.mw-xl-150px{max-width:150px!important}.mw-xl-175px{max-width:175px!important}.mw-xl-200px{max-width:200px!important}.mw-xl-225px{max-width:225px!important}.mw-xl-250px{max-width:250px!important}.mw-xl-275px{max-width:275px!important}.mw-xl-300px{max-width:300px!important}.mw-xl-325px{max-width:325px!important}.mw-xl-350px{max-width:350px!important}.mw-xl-375px{max-width:375px!important}.mw-xl-400px{max-width:400px!important}.mw-xl-425px{max-width:425px!important}.mw-xl-450px{max-width:450px!important}.mw-xl-475px{max-width:475px!important}.mw-xl-500px{max-width:500px!important}.mw-xl-550px{max-width:550px!important}.mw-xl-600px{max-width:600px!important}.mw-xl-650px{max-width:650px!important}.mw-xl-700px{max-width:700px!important}.mw-xl-750px{max-width:750px!important}.mw-xl-800px{max-width:800px!important}.mw-xl-850px{max-width:850px!important}.mw-xl-900px{max-width:900px!important}.mw-xl-950px{max-width:950px!important}.mw-xl-1000px{max-width:1000px!important}.h-xl-unset{height:unset!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.h-xl-auto{height:auto!important}.h-xl-1px{height:1px!important}.h-xl-2px{height:2px!important}.h-xl-3px{height:3px!important}.h-xl-4px{height:4px!important}.h-xl-5px{height:5px!important}.h-xl-6px{height:6px!important}.h-xl-7px{height:7px!important}.h-xl-8px{height:8px!important}.h-xl-9px{height:9px!important}.h-xl-10px{height:10px!important}.h-xl-15px{height:15px!important}.h-xl-20px{height:20px!important}.h-xl-25px{height:25px!important}.h-xl-30px{height:30px!important}.h-xl-35px{height:35px!important}.h-xl-40px{height:40px!important}.h-xl-45px{height:45px!important}.h-xl-50px{height:50px!important}.h-xl-55px{height:55px!important}.h-xl-60px{height:60px!important}.h-xl-65px{height:65px!important}.h-xl-70px{height:70px!important}.h-xl-75px{height:75px!important}.h-xl-80px{height:80px!important}.h-xl-85px{height:85px!important}.h-xl-90px{height:90px!important}.h-xl-95px{height:95px!important}.h-xl-100px{height:100px!important}.h-xl-125px{height:125px!important}.h-xl-150px{height:150px!important}.h-xl-175px{height:175px!important}.h-xl-200px{height:200px!important}.h-xl-225px{height:225px!important}.h-xl-250px{height:250px!important}.h-xl-275px{height:275px!important}.h-xl-300px{height:300px!important}.h-xl-325px{height:325px!important}.h-xl-350px{height:350px!important}.h-xl-375px{height:375px!important}.h-xl-400px{height:400px!important}.h-xl-425px{height:425px!important}.h-xl-450px{height:450px!important}.h-xl-475px{height:475px!important}.h-xl-500px{height:500px!important}.h-xl-550px{height:550px!important}.h-xl-600px{height:600px!important}.h-xl-650px{height:650px!important}.h-xl-700px{height:700px!important}.h-xl-750px{height:750px!important}.h-xl-800px{height:800px!important}.h-xl-850px{height:850px!important}.h-xl-900px{height:900px!important}.h-xl-950px{height:950px!important}.h-xl-1000px{height:1000px!important}.mh-xl-unset{max-height:unset!important}.mh-xl-25{max-height:25%!important}.mh-xl-50{max-height:50%!important}.mh-xl-75{max-height:75%!important}.mh-xl-100{max-height:100%!important}.mh-xl-auto{max-height:auto!important}.mh-xl-1px{max-height:1px!important}.mh-xl-2px{max-height:2px!important}.mh-xl-3px{max-height:3px!important}.mh-xl-4px{max-height:4px!important}.mh-xl-5px{max-height:5px!important}.mh-xl-6px{max-height:6px!important}.mh-xl-7px{max-height:7px!important}.mh-xl-8px{max-height:8px!important}.mh-xl-9px{max-height:9px!important}.mh-xl-10px{max-height:10px!important}.mh-xl-15px{max-height:15px!important}.mh-xl-20px{max-height:20px!important}.mh-xl-25px{max-height:25px!important}.mh-xl-30px{max-height:30px!important}.mh-xl-35px{max-height:35px!important}.mh-xl-40px{max-height:40px!important}.mh-xl-45px{max-height:45px!important}.mh-xl-50px{max-height:50px!important}.mh-xl-55px{max-height:55px!important}.mh-xl-60px{max-height:60px!important}.mh-xl-65px{max-height:65px!important}.mh-xl-70px{max-height:70px!important}.mh-xl-75px{max-height:75px!important}.mh-xl-80px{max-height:80px!important}.mh-xl-85px{max-height:85px!important}.mh-xl-90px{max-height:90px!important}.mh-xl-95px{max-height:95px!important}.mh-xl-100px{max-height:100px!important}.mh-xl-125px{max-height:125px!important}.mh-xl-150px{max-height:150px!important}.mh-xl-175px{max-height:175px!important}.mh-xl-200px{max-height:200px!important}.mh-xl-225px{max-height:225px!important}.mh-xl-250px{max-height:250px!important}.mh-xl-275px{max-height:275px!important}.mh-xl-300px{max-height:300px!important}.mh-xl-325px{max-height:325px!important}.mh-xl-350px{max-height:350px!important}.mh-xl-375px{max-height:375px!important}.mh-xl-400px{max-height:400px!important}.mh-xl-425px{max-height:425px!important}.mh-xl-450px{max-height:450px!important}.mh-xl-475px{max-height:475px!important}.mh-xl-500px{max-height:500px!important}.mh-xl-550px{max-height:550px!important}.mh-xl-600px{max-height:600px!important}.mh-xl-650px{max-height:650px!important}.mh-xl-700px{max-height:700px!important}.mh-xl-750px{max-height:750px!important}.mh-xl-800px{max-height:800px!important}.mh-xl-850px{max-height:850px!important}.mh-xl-900px{max-height:900px!important}.mh-xl-950px{max-height:950px!important}.mh-xl-1000px{max-height:1000px!important}.flex-xl-fill{flex:1 1 auto!important}.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-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}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-xl-evenly{justify-content:space-evenly!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}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.fs-xl-1{font-size:calc(1.3rem + .6vw)!important}.fs-xl-2{font-size:calc(1.275rem + .3vw)!important}.fs-xl-3{font-size:calc(1.26rem + .12vw)!important}.fs-xl-4{font-size:1.25rem!important}.fs-xl-5{font-size:1.15rem!important}.fs-xl-6{font-size:1.075rem!important}.fs-xl-7{font-size:.95rem!important}.fs-xl-8{font-size:.85rem!important}.fs-xl-9{font-size:.75rem!important}.fs-xl-10{font-size:.5rem!important}.fs-xl-base{font-size:1rem!important}.fs-xl-fluid{font-size:100%!important}.fs-xl-2x{font-size:calc(1.325rem + .9vw)!important}.fs-xl-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-xl-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-xl-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-xl-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-xl-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-xl-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-xl-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-xl-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-xl-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-xl-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-xl-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-xl-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-xl-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-xl-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-xl-5tx{font-size:calc(1.7rem + 5.4vw)!important}.fs-xl-6x{font-size:calc(1.725rem + 5.7vw)!important}.fs-xl-6qx{font-size:calc(1.75rem + 6vw)!important}.fs-xl-6hx{font-size:calc(1.775rem + 6.3vw)!important}.fs-xl-6tx{font-size:calc(1.8rem + 6.6vw)!important}.fs-xl-7x{font-size:calc(1.825rem + 6.9vw)!important}.fs-xl-7qx{font-size:calc(1.85rem + 7.2vw)!important}.fs-xl-7hx{font-size:calc(1.875rem + 7.5vw)!important}.fs-xl-7tx{font-size:calc(1.9rem + 7.8vw)!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.min-w-xl-unset{min-width:unset!important}.min-w-xl-25{min-width:25%!important}.min-w-xl-50{min-width:50%!important}.min-w-xl-75{min-width:75%!important}.min-w-xl-100{min-width:100%!important}.min-w-xl-auto{min-width:auto!important}.min-w-xl-1px{min-width:1px!important}.min-w-xl-2px{min-width:2px!important}.min-w-xl-3px{min-width:3px!important}.min-w-xl-4px{min-width:4px!important}.min-w-xl-5px{min-width:5px!important}.min-w-xl-6px{min-width:6px!important}.min-w-xl-7px{min-width:7px!important}.min-w-xl-8px{min-width:8px!important}.min-w-xl-9px{min-width:9px!important}.min-w-xl-10px{min-width:10px!important}.min-w-xl-15px{min-width:15px!important}.min-w-xl-20px{min-width:20px!important}.min-w-xl-25px{min-width:25px!important}.min-w-xl-30px{min-width:30px!important}.min-w-xl-35px{min-width:35px!important}.min-w-xl-40px{min-width:40px!important}.min-w-xl-45px{min-width:45px!important}.min-w-xl-50px{min-width:50px!important}.min-w-xl-55px{min-width:55px!important}.min-w-xl-60px{min-width:60px!important}.min-w-xl-65px{min-width:65px!important}.min-w-xl-70px{min-width:70px!important}.min-w-xl-75px{min-width:75px!important}.min-w-xl-80px{min-width:80px!important}.min-w-xl-85px{min-width:85px!important}.min-w-xl-90px{min-width:90px!important}.min-w-xl-95px{min-width:95px!important}.min-w-xl-100px{min-width:100px!important}.min-w-xl-125px{min-width:125px!important}.min-w-xl-150px{min-width:150px!important}.min-w-xl-175px{min-width:175px!important}.min-w-xl-200px{min-width:200px!important}.min-w-xl-225px{min-width:225px!important}.min-w-xl-250px{min-width:250px!important}.min-w-xl-275px{min-width:275px!important}.min-w-xl-300px{min-width:300px!important}.min-w-xl-325px{min-width:325px!important}.min-w-xl-350px{min-width:350px!important}.min-w-xl-375px{min-width:375px!important}.min-w-xl-400px{min-width:400px!important}.min-w-xl-425px{min-width:425px!important}.min-w-xl-450px{min-width:450px!important}.min-w-xl-475px{min-width:475px!important}.min-w-xl-500px{min-width:500px!important}.min-w-xl-550px{min-width:550px!important}.min-w-xl-600px{min-width:600px!important}.min-w-xl-650px{min-width:650px!important}.min-w-xl-700px{min-width:700px!important}.min-w-xl-750px{min-width:750px!important}.min-w-xl-800px{min-width:800px!important}.min-w-xl-850px{min-width:850px!important}.min-w-xl-900px{min-width:900px!important}.min-w-xl-950px{min-width:950px!important}.min-w-xl-1000px{min-width:1000px!important}.min-h-xl-unset{min-height:unset!important}.min-h-xl-25{min-height:25%!important}.min-h-xl-50{min-height:50%!important}.min-h-xl-75{min-height:75%!important}.min-h-xl-100{min-height:100%!important}.min-h-xl-auto{min-height:auto!important}.min-h-xl-1px{min-height:1px!important}.min-h-xl-2px{min-height:2px!important}.min-h-xl-3px{min-height:3px!important}.min-h-xl-4px{min-height:4px!important}.min-h-xl-5px{min-height:5px!important}.min-h-xl-6px{min-height:6px!important}.min-h-xl-7px{min-height:7px!important}.min-h-xl-8px{min-height:8px!important}.min-h-xl-9px{min-height:9px!important}.min-h-xl-10px{min-height:10px!important}.min-h-xl-15px{min-height:15px!important}.min-h-xl-20px{min-height:20px!important}.min-h-xl-25px{min-height:25px!important}.min-h-xl-30px{min-height:30px!important}.min-h-xl-35px{min-height:35px!important}.min-h-xl-40px{min-height:40px!important}.min-h-xl-45px{min-height:45px!important}.min-h-xl-50px{min-height:50px!important}.min-h-xl-55px{min-height:55px!important}.min-h-xl-60px{min-height:60px!important}.min-h-xl-65px{min-height:65px!important}.min-h-xl-70px{min-height:70px!important}.min-h-xl-75px{min-height:75px!important}.min-h-xl-80px{min-height:80px!important}.min-h-xl-85px{min-height:85px!important}.min-h-xl-90px{min-height:90px!important}.min-h-xl-95px{min-height:95px!important}.min-h-xl-100px{min-height:100px!important}.min-h-xl-125px{min-height:125px!important}.min-h-xl-150px{min-height:150px!important}.min-h-xl-175px{min-height:175px!important}.min-h-xl-200px{min-height:200px!important}.min-h-xl-225px{min-height:225px!important}.min-h-xl-250px{min-height:250px!important}.min-h-xl-275px{min-height:275px!important}.min-h-xl-300px{min-height:300px!important}.min-h-xl-325px{min-height:325px!important}.min-h-xl-350px{min-height:350px!important}.min-h-xl-375px{min-height:375px!important}.min-h-xl-400px{min-height:400px!important}.min-h-xl-425px{min-height:425px!important}.min-h-xl-450px{min-height:450px!important}.min-h-xl-475px{min-height:475px!important}.min-h-xl-500px{min-height:500px!important}.min-h-xl-550px{min-height:550px!important}.min-h-xl-600px{min-height:600px!important}.min-h-xl-650px{min-height:650px!important}.min-h-xl-700px{min-height:700px!important}.min-h-xl-750px{min-height:750px!important}.min-h-xl-800px{min-height:800px!important}.min-h-xl-850px{min-height:850px!important}.min-h-xl-900px{min-height:900px!important}.min-h-xl-950px{min-height:950px!important}.min-h-xl-1000px{min-height:1000px!important}}@media (min-width: 1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.overflow-xxl-auto{overflow:auto!important}.overflow-xxl-hidden{overflow:hidden!important}.overflow-xxl-visible{overflow:visible!important}.overflow-xxl-scroll{overflow:scroll!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.position-xxl-static{position:static!important}.position-xxl-relative{position:relative!important}.position-xxl-absolute{position:absolute!important}.position-xxl-fixed{position:fixed!important}.position-xxl-sticky{position:sticky!important}.w-xxl-unset{width:unset!important}.w-xxl-25{width:25%!important}.w-xxl-50{width:50%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-1px{width:1px!important}.w-xxl-2px{width:2px!important}.w-xxl-3px{width:3px!important}.w-xxl-4px{width:4px!important}.w-xxl-5px{width:5px!important}.w-xxl-6px{width:6px!important}.w-xxl-7px{width:7px!important}.w-xxl-8px{width:8px!important}.w-xxl-9px{width:9px!important}.w-xxl-10px{width:10px!important}.w-xxl-15px{width:15px!important}.w-xxl-20px{width:20px!important}.w-xxl-25px{width:25px!important}.w-xxl-30px{width:30px!important}.w-xxl-35px{width:35px!important}.w-xxl-40px{width:40px!important}.w-xxl-45px{width:45px!important}.w-xxl-50px{width:50px!important}.w-xxl-55px{width:55px!important}.w-xxl-60px{width:60px!important}.w-xxl-65px{width:65px!important}.w-xxl-70px{width:70px!important}.w-xxl-75px{width:75px!important}.w-xxl-80px{width:80px!important}.w-xxl-85px{width:85px!important}.w-xxl-90px{width:90px!important}.w-xxl-95px{width:95px!important}.w-xxl-100px{width:100px!important}.w-xxl-125px{width:125px!important}.w-xxl-150px{width:150px!important}.w-xxl-175px{width:175px!important}.w-xxl-200px{width:200px!important}.w-xxl-225px{width:225px!important}.w-xxl-250px{width:250px!important}.w-xxl-275px{width:275px!important}.w-xxl-300px{width:300px!important}.w-xxl-325px{width:325px!important}.w-xxl-350px{width:350px!important}.w-xxl-375px{width:375px!important}.w-xxl-400px{width:400px!important}.w-xxl-425px{width:425px!important}.w-xxl-450px{width:450px!important}.w-xxl-475px{width:475px!important}.w-xxl-500px{width:500px!important}.w-xxl-550px{width:550px!important}.w-xxl-600px{width:600px!important}.w-xxl-650px{width:650px!important}.w-xxl-700px{width:700px!important}.w-xxl-750px{width:750px!important}.w-xxl-800px{width:800px!important}.w-xxl-850px{width:850px!important}.w-xxl-900px{width:900px!important}.w-xxl-950px{width:950px!important}.w-xxl-1000px{width:1000px!important}.mw-xxl-unset{max-width:unset!important}.mw-xxl-25{max-width:25%!important}.mw-xxl-50{max-width:50%!important}.mw-xxl-75{max-width:75%!important}.mw-xxl-100{max-width:100%!important}.mw-xxl-auto{max-width:auto!important}.mw-xxl-1px{max-width:1px!important}.mw-xxl-2px{max-width:2px!important}.mw-xxl-3px{max-width:3px!important}.mw-xxl-4px{max-width:4px!important}.mw-xxl-5px{max-width:5px!important}.mw-xxl-6px{max-width:6px!important}.mw-xxl-7px{max-width:7px!important}.mw-xxl-8px{max-width:8px!important}.mw-xxl-9px{max-width:9px!important}.mw-xxl-10px{max-width:10px!important}.mw-xxl-15px{max-width:15px!important}.mw-xxl-20px{max-width:20px!important}.mw-xxl-25px{max-width:25px!important}.mw-xxl-30px{max-width:30px!important}.mw-xxl-35px{max-width:35px!important}.mw-xxl-40px{max-width:40px!important}.mw-xxl-45px{max-width:45px!important}.mw-xxl-50px{max-width:50px!important}.mw-xxl-55px{max-width:55px!important}.mw-xxl-60px{max-width:60px!important}.mw-xxl-65px{max-width:65px!important}.mw-xxl-70px{max-width:70px!important}.mw-xxl-75px{max-width:75px!important}.mw-xxl-80px{max-width:80px!important}.mw-xxl-85px{max-width:85px!important}.mw-xxl-90px{max-width:90px!important}.mw-xxl-95px{max-width:95px!important}.mw-xxl-100px{max-width:100px!important}.mw-xxl-125px{max-width:125px!important}.mw-xxl-150px{max-width:150px!important}.mw-xxl-175px{max-width:175px!important}.mw-xxl-200px{max-width:200px!important}.mw-xxl-225px{max-width:225px!important}.mw-xxl-250px{max-width:250px!important}.mw-xxl-275px{max-width:275px!important}.mw-xxl-300px{max-width:300px!important}.mw-xxl-325px{max-width:325px!important}.mw-xxl-350px{max-width:350px!important}.mw-xxl-375px{max-width:375px!important}.mw-xxl-400px{max-width:400px!important}.mw-xxl-425px{max-width:425px!important}.mw-xxl-450px{max-width:450px!important}.mw-xxl-475px{max-width:475px!important}.mw-xxl-500px{max-width:500px!important}.mw-xxl-550px{max-width:550px!important}.mw-xxl-600px{max-width:600px!important}.mw-xxl-650px{max-width:650px!important}.mw-xxl-700px{max-width:700px!important}.mw-xxl-750px{max-width:750px!important}.mw-xxl-800px{max-width:800px!important}.mw-xxl-850px{max-width:850px!important}.mw-xxl-900px{max-width:900px!important}.mw-xxl-950px{max-width:950px!important}.mw-xxl-1000px{max-width:1000px!important}.h-xxl-unset{height:unset!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.h-xxl-auto{height:auto!important}.h-xxl-1px{height:1px!important}.h-xxl-2px{height:2px!important}.h-xxl-3px{height:3px!important}.h-xxl-4px{height:4px!important}.h-xxl-5px{height:5px!important}.h-xxl-6px{height:6px!important}.h-xxl-7px{height:7px!important}.h-xxl-8px{height:8px!important}.h-xxl-9px{height:9px!important}.h-xxl-10px{height:10px!important}.h-xxl-15px{height:15px!important}.h-xxl-20px{height:20px!important}.h-xxl-25px{height:25px!important}.h-xxl-30px{height:30px!important}.h-xxl-35px{height:35px!important}.h-xxl-40px{height:40px!important}.h-xxl-45px{height:45px!important}.h-xxl-50px{height:50px!important}.h-xxl-55px{height:55px!important}.h-xxl-60px{height:60px!important}.h-xxl-65px{height:65px!important}.h-xxl-70px{height:70px!important}.h-xxl-75px{height:75px!important}.h-xxl-80px{height:80px!important}.h-xxl-85px{height:85px!important}.h-xxl-90px{height:90px!important}.h-xxl-95px{height:95px!important}.h-xxl-100px{height:100px!important}.h-xxl-125px{height:125px!important}.h-xxl-150px{height:150px!important}.h-xxl-175px{height:175px!important}.h-xxl-200px{height:200px!important}.h-xxl-225px{height:225px!important}.h-xxl-250px{height:250px!important}.h-xxl-275px{height:275px!important}.h-xxl-300px{height:300px!important}.h-xxl-325px{height:325px!important}.h-xxl-350px{height:350px!important}.h-xxl-375px{height:375px!important}.h-xxl-400px{height:400px!important}.h-xxl-425px{height:425px!important}.h-xxl-450px{height:450px!important}.h-xxl-475px{height:475px!important}.h-xxl-500px{height:500px!important}.h-xxl-550px{height:550px!important}.h-xxl-600px{height:600px!important}.h-xxl-650px{height:650px!important}.h-xxl-700px{height:700px!important}.h-xxl-750px{height:750px!important}.h-xxl-800px{height:800px!important}.h-xxl-850px{height:850px!important}.h-xxl-900px{height:900px!important}.h-xxl-950px{height:950px!important}.h-xxl-1000px{height:1000px!important}.mh-xxl-unset{max-height:unset!important}.mh-xxl-25{max-height:25%!important}.mh-xxl-50{max-height:50%!important}.mh-xxl-75{max-height:75%!important}.mh-xxl-100{max-height:100%!important}.mh-xxl-auto{max-height:auto!important}.mh-xxl-1px{max-height:1px!important}.mh-xxl-2px{max-height:2px!important}.mh-xxl-3px{max-height:3px!important}.mh-xxl-4px{max-height:4px!important}.mh-xxl-5px{max-height:5px!important}.mh-xxl-6px{max-height:6px!important}.mh-xxl-7px{max-height:7px!important}.mh-xxl-8px{max-height:8px!important}.mh-xxl-9px{max-height:9px!important}.mh-xxl-10px{max-height:10px!important}.mh-xxl-15px{max-height:15px!important}.mh-xxl-20px{max-height:20px!important}.mh-xxl-25px{max-height:25px!important}.mh-xxl-30px{max-height:30px!important}.mh-xxl-35px{max-height:35px!important}.mh-xxl-40px{max-height:40px!important}.mh-xxl-45px{max-height:45px!important}.mh-xxl-50px{max-height:50px!important}.mh-xxl-55px{max-height:55px!important}.mh-xxl-60px{max-height:60px!important}.mh-xxl-65px{max-height:65px!important}.mh-xxl-70px{max-height:70px!important}.mh-xxl-75px{max-height:75px!important}.mh-xxl-80px{max-height:80px!important}.mh-xxl-85px{max-height:85px!important}.mh-xxl-90px{max-height:90px!important}.mh-xxl-95px{max-height:95px!important}.mh-xxl-100px{max-height:100px!important}.mh-xxl-125px{max-height:125px!important}.mh-xxl-150px{max-height:150px!important}.mh-xxl-175px{max-height:175px!important}.mh-xxl-200px{max-height:200px!important}.mh-xxl-225px{max-height:225px!important}.mh-xxl-250px{max-height:250px!important}.mh-xxl-275px{max-height:275px!important}.mh-xxl-300px{max-height:300px!important}.mh-xxl-325px{max-height:325px!important}.mh-xxl-350px{max-height:350px!important}.mh-xxl-375px{max-height:375px!important}.mh-xxl-400px{max-height:400px!important}.mh-xxl-425px{max-height:425px!important}.mh-xxl-450px{max-height:450px!important}.mh-xxl-475px{max-height:475px!important}.mh-xxl-500px{max-height:500px!important}.mh-xxl-550px{max-height:550px!important}.mh-xxl-600px{max-height:600px!important}.mh-xxl-650px{max-height:650px!important}.mh-xxl-700px{max-height:700px!important}.mh-xxl-750px{max-height:750px!important}.mh-xxl-800px{max-height:800px!important}.mh-xxl-850px{max-height:850px!important}.mh-xxl-900px{max-height:900px!important}.mh-xxl-950px{max-height:950px!important}.mh-xxl-1000px{max-height:1000px!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.fs-xxl-1{font-size:calc(1.3rem + .6vw)!important}.fs-xxl-2{font-size:calc(1.275rem + .3vw)!important}.fs-xxl-3{font-size:calc(1.26rem + .12vw)!important}.fs-xxl-4{font-size:1.25rem!important}.fs-xxl-5{font-size:1.15rem!important}.fs-xxl-6{font-size:1.075rem!important}.fs-xxl-7{font-size:.95rem!important}.fs-xxl-8{font-size:.85rem!important}.fs-xxl-9{font-size:.75rem!important}.fs-xxl-10{font-size:.5rem!important}.fs-xxl-base{font-size:1rem!important}.fs-xxl-fluid{font-size:100%!important}.fs-xxl-2x{font-size:calc(1.325rem + .9vw)!important}.fs-xxl-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-xxl-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-xxl-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-xxl-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-xxl-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-xxl-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-xxl-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-xxl-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-xxl-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-xxl-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-xxl-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-xxl-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-xxl-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-xxl-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-xxl-5tx{font-size:calc(1.7rem + 5.4vw)!important}.fs-xxl-6x{font-size:calc(1.725rem + 5.7vw)!important}.fs-xxl-6qx{font-size:calc(1.75rem + 6vw)!important}.fs-xxl-6hx{font-size:calc(1.775rem + 6.3vw)!important}.fs-xxl-6tx{font-size:calc(1.8rem + 6.6vw)!important}.fs-xxl-7x{font-size:calc(1.825rem + 6.9vw)!important}.fs-xxl-7qx{font-size:calc(1.85rem + 7.2vw)!important}.fs-xxl-7hx{font-size:calc(1.875rem + 7.5vw)!important}.fs-xxl-7tx{font-size:calc(1.9rem + 7.8vw)!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.min-w-xxl-unset{min-width:unset!important}.min-w-xxl-25{min-width:25%!important}.min-w-xxl-50{min-width:50%!important}.min-w-xxl-75{min-width:75%!important}.min-w-xxl-100{min-width:100%!important}.min-w-xxl-auto{min-width:auto!important}.min-w-xxl-1px{min-width:1px!important}.min-w-xxl-2px{min-width:2px!important}.min-w-xxl-3px{min-width:3px!important}.min-w-xxl-4px{min-width:4px!important}.min-w-xxl-5px{min-width:5px!important}.min-w-xxl-6px{min-width:6px!important}.min-w-xxl-7px{min-width:7px!important}.min-w-xxl-8px{min-width:8px!important}.min-w-xxl-9px{min-width:9px!important}.min-w-xxl-10px{min-width:10px!important}.min-w-xxl-15px{min-width:15px!important}.min-w-xxl-20px{min-width:20px!important}.min-w-xxl-25px{min-width:25px!important}.min-w-xxl-30px{min-width:30px!important}.min-w-xxl-35px{min-width:35px!important}.min-w-xxl-40px{min-width:40px!important}.min-w-xxl-45px{min-width:45px!important}.min-w-xxl-50px{min-width:50px!important}.min-w-xxl-55px{min-width:55px!important}.min-w-xxl-60px{min-width:60px!important}.min-w-xxl-65px{min-width:65px!important}.min-w-xxl-70px{min-width:70px!important}.min-w-xxl-75px{min-width:75px!important}.min-w-xxl-80px{min-width:80px!important}.min-w-xxl-85px{min-width:85px!important}.min-w-xxl-90px{min-width:90px!important}.min-w-xxl-95px{min-width:95px!important}.min-w-xxl-100px{min-width:100px!important}.min-w-xxl-125px{min-width:125px!important}.min-w-xxl-150px{min-width:150px!important}.min-w-xxl-175px{min-width:175px!important}.min-w-xxl-200px{min-width:200px!important}.min-w-xxl-225px{min-width:225px!important}.min-w-xxl-250px{min-width:250px!important}.min-w-xxl-275px{min-width:275px!important}.min-w-xxl-300px{min-width:300px!important}.min-w-xxl-325px{min-width:325px!important}.min-w-xxl-350px{min-width:350px!important}.min-w-xxl-375px{min-width:375px!important}.min-w-xxl-400px{min-width:400px!important}.min-w-xxl-425px{min-width:425px!important}.min-w-xxl-450px{min-width:450px!important}.min-w-xxl-475px{min-width:475px!important}.min-w-xxl-500px{min-width:500px!important}.min-w-xxl-550px{min-width:550px!important}.min-w-xxl-600px{min-width:600px!important}.min-w-xxl-650px{min-width:650px!important}.min-w-xxl-700px{min-width:700px!important}.min-w-xxl-750px{min-width:750px!important}.min-w-xxl-800px{min-width:800px!important}.min-w-xxl-850px{min-width:850px!important}.min-w-xxl-900px{min-width:900px!important}.min-w-xxl-950px{min-width:950px!important}.min-w-xxl-1000px{min-width:1000px!important}.min-h-xxl-unset{min-height:unset!important}.min-h-xxl-25{min-height:25%!important}.min-h-xxl-50{min-height:50%!important}.min-h-xxl-75{min-height:75%!important}.min-h-xxl-100{min-height:100%!important}.min-h-xxl-auto{min-height:auto!important}.min-h-xxl-1px{min-height:1px!important}.min-h-xxl-2px{min-height:2px!important}.min-h-xxl-3px{min-height:3px!important}.min-h-xxl-4px{min-height:4px!important}.min-h-xxl-5px{min-height:5px!important}.min-h-xxl-6px{min-height:6px!important}.min-h-xxl-7px{min-height:7px!important}.min-h-xxl-8px{min-height:8px!important}.min-h-xxl-9px{min-height:9px!important}.min-h-xxl-10px{min-height:10px!important}.min-h-xxl-15px{min-height:15px!important}.min-h-xxl-20px{min-height:20px!important}.min-h-xxl-25px{min-height:25px!important}.min-h-xxl-30px{min-height:30px!important}.min-h-xxl-35px{min-height:35px!important}.min-h-xxl-40px{min-height:40px!important}.min-h-xxl-45px{min-height:45px!important}.min-h-xxl-50px{min-height:50px!important}.min-h-xxl-55px{min-height:55px!important}.min-h-xxl-60px{min-height:60px!important}.min-h-xxl-65px{min-height:65px!important}.min-h-xxl-70px{min-height:70px!important}.min-h-xxl-75px{min-height:75px!important}.min-h-xxl-80px{min-height:80px!important}.min-h-xxl-85px{min-height:85px!important}.min-h-xxl-90px{min-height:90px!important}.min-h-xxl-95px{min-height:95px!important}.min-h-xxl-100px{min-height:100px!important}.min-h-xxl-125px{min-height:125px!important}.min-h-xxl-150px{min-height:150px!important}.min-h-xxl-175px{min-height:175px!important}.min-h-xxl-200px{min-height:200px!important}.min-h-xxl-225px{min-height:225px!important}.min-h-xxl-250px{min-height:250px!important}.min-h-xxl-275px{min-height:275px!important}.min-h-xxl-300px{min-height:300px!important}.min-h-xxl-325px{min-height:325px!important}.min-h-xxl-350px{min-height:350px!important}.min-h-xxl-375px{min-height:375px!important}.min-h-xxl-400px{min-height:400px!important}.min-h-xxl-425px{min-height:425px!important}.min-h-xxl-450px{min-height:450px!important}.min-h-xxl-475px{min-height:475px!important}.min-h-xxl-500px{min-height:500px!important}.min-h-xxl-550px{min-height:550px!important}.min-h-xxl-600px{min-height:600px!important}.min-h-xxl-650px{min-height:650px!important}.min-h-xxl-700px{min-height:700px!important}.min-h-xxl-750px{min-height:750px!important}.min-h-xxl-800px{min-height:800px!important}.min-h-xxl-850px{min-height:850px!important}.min-h-xxl-900px{min-height:900px!important}.min-h-xxl-950px{min-height:950px!important}.min-h-xxl-1000px{min-height:1000px!important}}@media (min-width: 1200px){.fs-1{font-size:1.75rem!important}.fs-2{font-size:1.5rem!important}.fs-3{font-size:1.35rem!important}.fs-2x{font-size:2rem!important}.fs-2qx{font-size:2.25rem!important}.fs-2hx{font-size:2.5rem!important}.fs-2tx{font-size:2.75rem!important}.fs-3x{font-size:3rem!important}.fs-3qx{font-size:3.25rem!important}.fs-3hx{font-size:3.5rem!important}.fs-3tx{font-size:3.75rem!important}.fs-4x{font-size:4rem!important}.fs-4qx{font-size:4.25rem!important}.fs-4hx{font-size:4.5rem!important}.fs-4tx{font-size:4.75rem!important}.fs-5x{font-size:5rem!important}.fs-5qx{font-size:5.25rem!important}.fs-5hx{font-size:5.5rem!important}.fs-5tx{font-size:5.75rem!important}.fs-6x{font-size:6rem!important}.fs-6qx{font-size:6.25rem!important}.fs-6hx{font-size:6.5rem!important}.fs-6tx{font-size:6.75rem!important}.fs-7x{font-size:7rem!important}.fs-7qx{font-size:7.25rem!important}.fs-7hx{font-size:7.5rem!important}.fs-7tx{font-size:7.75rem!important}.fs-sm-1{font-size:1.75rem!important}.fs-sm-2{font-size:1.5rem!important}.fs-sm-3{font-size:1.35rem!important}.fs-sm-2x{font-size:2rem!important}.fs-sm-2qx{font-size:2.25rem!important}.fs-sm-2hx{font-size:2.5rem!important}.fs-sm-2tx{font-size:2.75rem!important}.fs-sm-3x{font-size:3rem!important}.fs-sm-3qx{font-size:3.25rem!important}.fs-sm-3hx{font-size:3.5rem!important}.fs-sm-3tx{font-size:3.75rem!important}.fs-sm-4x{font-size:4rem!important}.fs-sm-4qx{font-size:4.25rem!important}.fs-sm-4hx{font-size:4.5rem!important}.fs-sm-4tx{font-size:4.75rem!important}.fs-sm-5x{font-size:5rem!important}.fs-sm-5qx{font-size:5.25rem!important}.fs-sm-5hx{font-size:5.5rem!important}.fs-sm-5tx{font-size:5.75rem!important}.fs-sm-6x{font-size:6rem!important}.fs-sm-6qx{font-size:6.25rem!important}.fs-sm-6hx{font-size:6.5rem!important}.fs-sm-6tx{font-size:6.75rem!important}.fs-sm-7x{font-size:7rem!important}.fs-sm-7qx{font-size:7.25rem!important}.fs-sm-7hx{font-size:7.5rem!important}.fs-sm-7tx{font-size:7.75rem!important}.fs-md-1{font-size:1.75rem!important}.fs-md-2{font-size:1.5rem!important}.fs-md-3{font-size:1.35rem!important}.fs-md-2x{font-size:2rem!important}.fs-md-2qx{font-size:2.25rem!important}.fs-md-2hx{font-size:2.5rem!important}.fs-md-2tx{font-size:2.75rem!important}.fs-md-3x{font-size:3rem!important}.fs-md-3qx{font-size:3.25rem!important}.fs-md-3hx{font-size:3.5rem!important}.fs-md-3tx{font-size:3.75rem!important}.fs-md-4x{font-size:4rem!important}.fs-md-4qx{font-size:4.25rem!important}.fs-md-4hx{font-size:4.5rem!important}.fs-md-4tx{font-size:4.75rem!important}.fs-md-5x{font-size:5rem!important}.fs-md-5qx{font-size:5.25rem!important}.fs-md-5hx{font-size:5.5rem!important}.fs-md-5tx{font-size:5.75rem!important}.fs-md-6x{font-size:6rem!important}.fs-md-6qx{font-size:6.25rem!important}.fs-md-6hx{font-size:6.5rem!important}.fs-md-6tx{font-size:6.75rem!important}.fs-md-7x{font-size:7rem!important}.fs-md-7qx{font-size:7.25rem!important}.fs-md-7hx{font-size:7.5rem!important}.fs-md-7tx{font-size:7.75rem!important}.fs-lg-1{font-size:1.75rem!important}.fs-lg-2{font-size:1.5rem!important}.fs-lg-3{font-size:1.35rem!important}.fs-lg-2x{font-size:2rem!important}.fs-lg-2qx{font-size:2.25rem!important}.fs-lg-2hx{font-size:2.5rem!important}.fs-lg-2tx{font-size:2.75rem!important}.fs-lg-3x{font-size:3rem!important}.fs-lg-3qx{font-size:3.25rem!important}.fs-lg-3hx{font-size:3.5rem!important}.fs-lg-3tx{font-size:3.75rem!important}.fs-lg-4x{font-size:4rem!important}.fs-lg-4qx{font-size:4.25rem!important}.fs-lg-4hx{font-size:4.5rem!important}.fs-lg-4tx{font-size:4.75rem!important}.fs-lg-5x{font-size:5rem!important}.fs-lg-5qx{font-size:5.25rem!important}.fs-lg-5hx{font-size:5.5rem!important}.fs-lg-5tx{font-size:5.75rem!important}.fs-lg-6x{font-size:6rem!important}.fs-lg-6qx{font-size:6.25rem!important}.fs-lg-6hx{font-size:6.5rem!important}.fs-lg-6tx{font-size:6.75rem!important}.fs-lg-7x{font-size:7rem!important}.fs-lg-7qx{font-size:7.25rem!important}.fs-lg-7hx{font-size:7.5rem!important}.fs-lg-7tx{font-size:7.75rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!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}.d-print-none{display:none!important}}@font-face{font-family:Oswald;src:url(./fonts/Oswald/Oswald-Bold.woff2) format("woff2"),url(./fonts/Oswald/Oswald-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(./fonts/Oswald/Oswald-SemiBold.woff2) format("woff2"),url(./fonts/Oswald/Oswald-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(./fonts/Oswald/Oswald-Medium.woff2) format("woff2"),url(./fonts/Oswald/Oswald-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(./fonts/Oswald/Oswald-Regular.woff2) format("woff2"),url(./fonts/Oswald/Oswald-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(./fonts/Gilroy/Gilroy-SemiBold.woff2) format("woff2"),url(./fonts/Gilroy/Gilroy-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(./fonts/Gilroy/Gilroy-ExtraBold.woff2) format("woff2"),url(./fonts/Gilroy/Gilroy-ExtraBold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(./fonts/Gilroy/Gilroy-Regular.woff2) format("woff2"),url(./fonts/Gilroy/Gilroy-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(./fonts/Gilroy/Gilroy-Medium.woff2) format("woff2"),url(./fonts/Gilroy/Gilroy-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@keyframes fadeinout{0%,to{opacity:.3}50%{opacity:1}}@keyframes step-animation{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes rotate-round{0%{opacity:0;transform:rotate(0)}50%{opacity:1}to{opacity:0;transform:rotate(360deg)}}.main{min-height:100vh}body{background:#fafafa;font-family:Roboto,Arial,sans-serif;overflow-x:hidden}#app{position:relative}@media (min-width: 1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}::-moz-selection{color:#fff;background:rgba(0,0,0,.75)}::selection{color:#fff;background:rgba(0,0,0,.75)}.p-title{position:relative;font-family:Roboto,Arial,sans-serif;font-style:normal;font-weight:700;font-size:36px;line-height:46px;text-align:center;letter-spacing:-.02em;color:#202020;margin-bottom:15px}.p-title.p-white{color:#fff}.p-subtitle{font-family:Roboto,Arial,sans-serif;font-style:normal;font-weight:400;font-size:22px;line-height:24px;text-align:center;color:#000}.text-warning{color:#eeff41}.m-main-title{position:relative;margin-bottom:5px}.m-main-title .t-title{position:relative;background:#ffffff;border:3px solid #000000;box-sizing:border-box;border-radius:12px;padding:15px;font-size:28px;line-height:34px;font-weight:700;width:280px;height:100px;display:flex;align-items:center;justify-content:center;z-index:23;text-transform:uppercase}@media (min-width: 768px){.m-main-title .t-title{text-transform:unset}}.m-main-title .t-bg{display:block;background:#000;border-radius:12px;width:280px;height:100px;position:absolute;top:5px;left:5px;z-index:22}.m-dot{position:relative}.m-dot .circle{position:absolute;top:58px;display:block;width:19px;height:19px;border-radius:50%;background:#ff0049}.m-tube{z-index:30;position:relative}.m-item{position:relative;z-index:1000;transition:transform .3s ease-out}.m-item .t-bg{display:block;background:#000;border-radius:12px;width:100%;height:100%;position:absolute;top:5px;left:5px;z-index:0}.m-item-content{position:relative;background:#ffffff;border:3px solid #000000;box-sizing:border-box;border-radius:12px;z-index:25;height:100%;padding:10px}@media (min-width: 768px){.m-item-content{padding:25px}}.m-item-head{display:flex;align-items:flex-start;margin-bottom:10px}.m-item-icon{position:relative;flex-shrink:0;margin-right:14px}.m-item-icon .icon-number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:900;font-size:20px;line-height:24px;color:#eeff41}.m-item-title{color:#050505;font-size:22px;line-height:27px}.m-item-text{color:#000;font-size:18px;line-height:27px}.m-item .yellow-block{background:#eeff41;border-radius:12px;padding:18px;margin-top:5px}.m-item .yellow-block .yellow-block-title{font-weight:700;text-align:center;font-size:18px;line-height:23px;margin-bottom:11px}@media (min-width: 768px){.m-item .yellow-block .yellow-block-title{font-size:20px;line-height:26px;margin-bottom:17px}}.m-item .yellow-block .yellow-block-text{font-size:15px;line-height:21px;text-align:center}@media (min-width: 768px){.m-item .yellow-block .yellow-block-text{font-size:15px;line-height:21px;max-width:320px}}.m-item.is-active{transform:scale(1.05);transition:transform .3s ease-out}.m-item.is-active svg path{fill:#ff0049!important}.m-item.is-active .button.button-black{background:#ff0049!important}.m-item.is-active .button.button-black:hover{color:#fff;background:#eb1b4d!important;border-color:#eb1b4d!important;box-shadow:0 14px 27px #f8296433}.m-item-small .m-item-head{margin-bottom:0}.m-item-small .m-item-title{font-size:15px;line-height:21px}@media (min-width: 768px){.m-item-small .m-item-title{font-size:18px;line-height:24px}}.m-item-big .m-item-title{font-weight:700}@media (max-width: 768px){.m-item-big .m-item-title{font-size:18px;line-height:22px}}@media (max-width: 768px){.m-item-big .m-item-content{padding:35px 14px}}.w-dot{position:relative;z-index:25}.w-dot .circle{position:absolute;top:58px;display:block;width:19px;height:19px;border-radius:50%;background:#ff0049}.w-dot-main .circle{position:absolute;top:58px;display:block;width:111px;height:111px;border-radius:50%;background-color:#ff0049;background-image:url(/assets/images/content/works/g-letter.png);background-position:center;background-repeat:no-repeat}.button{display:flex;align-items:center;justify-content:center;font-family:Roboto,Arial,sans-serif;border-radius:300px;width:100%;max-width:260px;height:60px;text-align:center;transition:all .2s ease-out;padding:15px}.button:hover{cursor:pointer;text-decoration:none}.button-red{color:#fff;background:#fe2055;box-shadow:0 14.5058px 27.1985px #f8296433;font-weight:700;font-size:16px;line-height:20px}.button-red:hover{color:#fff;background:#eb1b4d;box-shadow:0 14.5058px 27.1985px #f8296433;transform:scale(1.05);transition:all .3s ease-out}.button-white,.button-black{font-size:15px;line-height:18px;max-width:310px;height:50px;font-weight:700}@media (min-width: 768px){.button-white,.button-black{font-size:16px;line-height:20px}}.button-white{color:#000;background:#fff;border:2px solid #000000;font-weight:700}.button-white:hover{color:#fff;background:#000000}.button-black{color:#fff;background:#000;border:2px solid transparent}.button-black:hover{color:#000;background:#fff;border:2px solid #000}.gyre-home.ua .section-banner .banner-bg-vid .vid{top:88px}.gyre-home.ua .section-banner .banner-title{font-size:54px;line-height:107.52%;width:340px;margin-bottom:19px}@media (min-width: 768px){.gyre-home.ua .section-banner .banner-title{font-size:72px;width:640px}}@media (min-width: 1200px){.gyre-home.ua .section-banner .banner-title{font-size:84px;line-height:107.52%;width:820.13px}}@media (max-width: 768px){.gyre-home.ua .section-banner .banner-subtitle{width:340px;margin-bottom:33px}}.gyre-home.ua .section-banner .banner-btns{flex-direction:column;margin-bottom:25px}@media (min-width: 768px){.gyre-home.ua .section-banner .banner-btns{flex-direction:row}}@media (min-width: 1200px){.gyre-home.ua .section-banner .banner-btns{margin-bottom:100px}}@media (min-width: 1200px){.gyre-home.ua .section-banner .banner-btns .banner-btn.btn-1{width:300px}}@media (min-width: 1200px){.gyre-home.ua .section-banner .banner-btns .banner-btn.btn-2{width:273px}}.section-banner{position:relative;background:#000000;padding-top:166px;padding-bottom:84px;overflow:hidden}@media (min-width: 768px){.section-banner{padding-top:210px;padding-bottom:203px}}@media (min-width: 1200px){.section-banner{padding-top:127px;padding-bottom:158px}}@media (min-width: 1600px){.section-banner{padding-top:280px;padding-bottom:249px}}@media (min-width: 2048px){.section-banner{padding-top:278px;padding-bottom:307px}}.section-banner .banner-row{position:relative;display:flex;justify-content:space-between;flex-direction:column-reverse}@media (min-width: 1200px){.section-banner .banner-row{align-items:flex-start;flex-direction:row}}.section-banner .banner-bg-vid{display:none;position:relative;width:100%;height:100%}@media (min-width: 1200px){.section-banner .banner-bg-vid{display:block}}.section-banner .banner-bg-vid .vid{position:absolute;top:23px;right:-97px;transform:rotate(-8deg);z-index:-1}.section-banner .banner-content-wrap{display:flex;flex-direction:column;overflow:visible}@media (max-width: 1199px){.section-banner .banner-content-wrap{padding:0}}@media (max-width: 767px){.section-banner .banner-content-wrap{padding:0 16px}}@media (min-width: 1200px){.section-banner .banner-content-wrap{align-items:flex-start;padding-top:40px}}.section-banner .overflow-wrap{width:fit-content;height:fit-content;overflow-x:hidden}.section-banner .overflow-wrap .certificates{padding:16px 0 0}@media (min-width: 768px){.section-banner .overflow-wrap .certificates{padding:23px 0 0 41px}}.section-banner .banner-title{font-weight:500;line-height:112.5%;font-size:54px;text-transform:uppercase;color:#eaeaea;width:305px;margin-bottom:48px}@media (min-width: 768px){.section-banner .banner-title{font-size:80px;line-height:97.52%;width:640px;margin-bottom:30px}}@media (min-width: 1200px){.section-banner .banner-title{width:871.13px;font-size:90px;margin-bottom:27px}}.section-banner .banner-title .nowrap{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;white-space:nowrap}.section-banner .banner-subtitle{font-weight:400;font-size:16px;line-height:22px;color:#fff9;margin-bottom:47px;width:270px}@media (min-width: 768px){.section-banner .banner-subtitle{font-size:16px;line-height:22px;width:510px;margin-bottom:48px}}@media (min-width: 1200px){.section-banner .banner-subtitle{width:640px;font-size:20px;line-height:30px;margin-bottom:40px}}.section-banner .banner-btns{display:flex;flex-wrap:wrap;align-items:flex-start;margin-bottom:58px;gap:16px}@media (min-width: 768px){.section-banner .banner-btns{margin-bottom:40px;flex-wrap:unset}}@media (min-width: 1200px){.section-banner .banner-btns{margin-bottom:109px;align-items:center}}@media (min-width: 2048px){.section-banner .banner-btns{margin-bottom:98px}}.section-banner .banner-btns .banner-btn{display:inline-block;font-weight:700;font-size:16px;line-height:21px;letter-spacing:.03em;text-transform:uppercase;color:#fff;padding:15px 20px}@media (min-width: 768px){.section-banner .banner-btns .banner-btn{padding:19px 34px}}@media (min-width: 1200px){.section-banner .banner-btns .banner-btn{font-size:20px;line-height:26px;padding:22px 34px}}.section-banner .banner-btns .banner-btn span{font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;white-space:nowrap;position:relative;z-index:1}@media (min-width: 1200px){.section-banner .banner-btns .banner-btn span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.section-banner .banner-btns .banner-btn.btn-1{position:relative;background:#FF0049;border-radius:102px;transition:.3s;overflow:hidden;margin-bottom:5px}@media (min-width: 1200px){.section-banner .banner-btns .banner-btn.btn-1{width:212px;height:70px;margin-bottom:0}}.section-banner .banner-btns .banner-btn.btn-1:after{content:" ";position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;background-color:#d3ff55;transition:.6s;z-index:0}.section-banner .banner-btns .banner-btn.btn-1.is-hover{color:#000}.section-banner .banner-btns .banner-btn.btn-1.is-hover:after{bottom:-210px;left:-50%;width:250%;height:400px}.section-banner .banner-btns .banner-btn.btn-2{position:relative;border-radius:102px;transition:color .3s,background-color 0s;overflow:hidden;border:2px solid #B9B9B9;white-space:nowrap}@media (min-width: 1200px){.section-banner .banner-btns .banner-btn.btn-2{width:218px;height:72px}}.section-banner .banner-btns .banner-btn.btn-2:after{content:" ";position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;background-color:#b9b9b9;transition:.6s;z-index:0}.section-banner .banner-btns .banner-btn.btn-2.is-hover{color:#000;border-color:#000}.section-banner .banner-btns .banner-btn.btn-2.is-hover:after{bottom:-210px;left:-50%;width:250%;height:400px;background-color:#b9b9b9}.section-banner .banner-small-text span{display:inline-block;width:180px}@media (min-width: 768px){.section-banner .banner-small-text span{width:100%}}.section-banner .banner-small-text span,.section-banner .banner-small-text{display:flex;align-items:center;font-weight:400;font-size:10px;line-height:14px;letter-spacing:.03em;text-transform:uppercase;color:#fff}@media (min-width: 1200px){.section-banner .banner-small-text span,.section-banner .banner-small-text{font-size:14px}}.section-banner .banner-small-text span .text-star,.section-banner .banner-small-text .text-star{margin-right:12px;width:fit-content}@media (min-width: 768px){.section-banner .banner-small-text span .text-star,.section-banner .banner-small-text .text-star{margin-right:15px}}.section-banner .certifications{display:none}@media (min-width: 768px){.section-banner .certifications{display:inline-block;position:absolute;right:0;top:280px;width:unset}}@media (min-width: 1200px){.section-banner .certifications{top:407px}}.section-banner .certifications .contact-area:first-of-type{margin-bottom:14px}@keyframes fadeIn{}@media (max-width: 767px){.gyre-home.ua .section-best-to .title{width:unset;margin-bottom:50px}}.section-best-to{position:relative;padding:0 0 55px}@media (min-width: 768px){.section-best-to{padding:0 0 115px;overflow:hidden}}@media (min-width: 1200px){.section-best-to{overflow:visible;padding:0;max-height:1801px!important}}@media (min-width: 1600px){.section-best-to{padding:121px 0 0;max-height:2389px!important}}@media (min-width: 2048px){.section-best-to{padding:167px 0 0;max-height:1801px!important}}.section-best-to .container{transform-origin:top center}.section-best-to .best-to-row{position:relative;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;padding:0}@media (min-width: 768px){.section-best-to .best-to-row{padding:0}}@media (min-width: 1200px){.section-best-to .best-to-row{padding:0 20px;align-items:flex-start;justify-content:space-between;flex-direction:row}}.section-best-to .title-wrap{padding:0 16px}@media (min-width: 768px){.section-best-to .title-wrap{padding:0;width:300px;margin:0}}@media (min-width: 1200px){.section-best-to .title-wrap{position:sticky;top:160px;height:fit-content;width:500px}}@media (min-width: 2048px){.section-best-to .title-wrap{height:fit-content}}.section-best-to .title{width:300px;font-weight:500;line-height:1.1;font-size:54px;text-align:left;text-transform:uppercase;color:#000;margin-bottom:38px}@media (min-width: 768px){.section-best-to .title{font-size:72px;line-height:1;width:416px;margin-bottom:0;padding-left:33px}}@media (min-width: 1200px){.section-best-to .title{padding-left:0;width:450px;font-size:110px;line-height:1;padding-bottom:200px}}.section-best-to .best-to-cards{display:flex;position:relative;flex-direction:column;gap:20px;padding:0 16px}@media (min-width: 768px){.section-best-to .best-to-cards{flex-direction:row;align-items:unset;overflow-x:scroll;padding:84px 0 42px 40px;gap:58px;transform:translate(calc(-50vw + 360px));width:100vw;min-width:100vw}}@media (min-width: 768px){.section-best-to .best-to-cards{transform:translate(calc(-50vw + 360px));padding-left:calc(50vw - 320px);padding-right:180px}}@media (min-width: 992px){.section-best-to .best-to-cards{transform:translate(calc(-50vw + 365px))}}@media (min-width: 1200px){.section-best-to .best-to-cards{transform:translate(calc(-50vw + 570px));padding-left:calc(50vw - 555px)}}@media (min-width: 1200px){.section-best-to .best-to-cards{min-width:unset;transform:unset;overflow-x:visible;gap:0;display:block;width:604px;padding:34px 0 0}}.section-best-to .best-to-cards .best-to-item{display:flex;flex-direction:column;width:100%;padding:46px 40px 51px;background:#FFFFFF;border:2px solid #000000;border-radius:30px}@media (max-width: 767px){.section-best-to .best-to-cards .best-to-item{transform:unset!important}}@media (min-width: 768px){.section-best-to .best-to-cards .best-to-item{width:360px;min-width:360px;padding:54px 50px;border-radius:40px}}@media (min-width: 1200px){.section-best-to .best-to-cards .best-to-item{width:604px;padding:76px 60px 90px;border-radius:50px;margin-bottom:50px}}@media (min-width: 768px){.section-best-to .best-to-cards .best-to-item.best-to-item-even{transform:rotate(4deg)}}@media (min-width: 1200px){.section-best-to .best-to-cards .best-to-item.best-to-item-even{transform:unset}}@media (min-width: 768px){.section-best-to .best-to-cards .best-to-item.best-to-item-odd{transform:rotate(-9deg)}}@media (min-width: 1200px){.section-best-to .best-to-cards .best-to-item.best-to-item-odd{transform:unset}}.section-best-to .best-to-cards .best-to-item .item-icon{width:73px;height:73px;margin-bottom:20px}@media (min-width: 1200px){.section-best-to .best-to-cards .best-to-item .item-icon{width:84px;height:84px;margin-bottom:30px}}.section-best-to .best-to-cards .best-to-item .item-text{font-weight:400;font-size:16px;line-height:22px;color:#000000e6}@media (min-width: 1200px){.section-best-to .best-to-cards .best-to-item .item-text{font-size:32px;line-height:47px}}@media (min-width: 1200px){.gyre-home.ua .what-is-text{font-size:32px!important}}@media (max-width: 767px){.gyre-home.ua .about-title{display:none}}.gyre-home.ua .typeTheText:before{animation:typeTheTextUkr linear 1.5s .5s forwards}@keyframes typeTheTextUkr{0%{content:"\429"}7%{content:"\429\43e"}14%{content:"\429\43e  "}21%{content:"\429\43e  \442"}28%{content:"\429\43e  \442\430"}35%{content:"\429\43e  \442\430\43a"}42%{content:"\429\43e  \442\430\43a\435"}49%{content:"\429\43e  \442\430\43a\435  "}56%{content:"\429\43e  \442\430\43a\435  G"}63%{content:"\429\43e  \442\430\43a\435  Gy"}70%{content:"\429\43e  \442\430\43a\435  Gyr"}77%{content:"\429\43e  \442\430\43a\435  Gyre"}to{content:"\429\43e  \442\430\43a\435  Gyre?"}}@media (min-width: 1200px){.gyre-home.ua .explore-wrap .explore-text-wrap{padding:173px 0 0 70px}}.gyre-home.en .typeTheText:before{animation:typeTheTextEng linear 1.5s .5s forwards}@keyframes typeTheTextEng{0%{content:"W"}7%{content:"Wh"}14%{content:"Wha"}21%{content:"What"}28%{content:"What "}35%{content:"What i"}42%{content:"What is"}49%{content:"What is "}56%{content:"What is G"}63%{content:"What is Gy"}70%{content:"What is Gyr"}77%{content:"What is Gyre"}to{content:"What is Gyre?"}}.section-what-is{position:relative;padding:0 0 64px}@media (min-width: 768px){.section-what-is{padding:0 0 76px}}@media (min-width: 1200px){.section-what-is{padding:0}}@media (min-width: 1600px){.section-what-is{padding:20px 0 0}}@media (min-width: 2048px){.section-what-is{padding:0 0 100px}}.section-what-is:before{content:" ";position:absolute;top:-80px;left:0;width:100%;height:90px;border-radius:40px 40px 0 0;background:#EAEAEA}@media (min-width: 768px){.section-what-is:before{top:-140px;height:150px;border-radius:70px 70px 0 0}}@media (min-width: 1200px){.section-what-is:before{content:unset}}@media (min-width: 2048px){.section-what-is:before{content:" ";top:-100px;height:100px;border-radius:60px 60px 0 0}}@media (max-width: 767px){.section-what-is .container{padding:0}}.section-what-is .what-is-row{max-width:100%;margin:0;position:relative;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;padding:0 16px}@media (min-width: 768px){.section-what-is .what-is-row{width:654px;margin:0 auto;align-items:center;padding:0}}@media (min-width: 1200px){.section-what-is .what-is-row{align-items:flex-start;flex-direction:row;width:unset;margin:0}}.section-what-is .magic-wrap{background-color:#222;overflow:hidden;width:100%;height:100vh}.section-what-is .title-wrap{padding:0;display:flex;align-items:center;justify-content:flex-start;width:342px;margin:0 0 50px}@media (min-width: 768px){.section-what-is .title-wrap{padding:33px 61px;width:100%;height:156px;background:#FFFFFF;border:2px solid #000000;border-radius:83px;margin:0 0 30px}}@media (min-width: 1200px){.section-what-is .title-wrap{padding:62px 113px;height:277px;background:#FFFFFF;border:2px solid #000000;border-radius:155px;margin-bottom:30px}}.section-what-is .title-wrap .what-is-icon{display:none}@media (min-width: 768px){.section-what-is .title-wrap .what-is-icon{width:90px;display:inline-block;margin-right:22px}}@media (min-width: 1200px){.section-what-is .title-wrap .what-is-icon{width:165px;margin-right:45px}}.section-what-is .title-wrap .title{font-weight:500;position:relative;line-height:112.5%;font-size:54px;line-height:91%;text-transform:uppercase;color:#000;font-family:FF Nort Headline Condensed,sans-serif}@media (min-width: 768px){.section-what-is .title-wrap .title{font-size:72px;line-height:97.52%;white-space:nowrap}}@media (min-width: 1200px){.section-what-is .title-wrap .title{font-size:135px;line-height:97.52%}}.section-what-is .desc-row{display:flex;justify-content:space-between;margin-bottom:60px;padding:0}@media (min-width: 768px){.section-what-is .desc-row{margin-bottom:80px}}@media (min-width: 1200px){.section-what-is .desc-row{margin-bottom:102px}}.section-what-is .desc-row .text-wrap{background:#D3FF55;border:2px solid #000000;border-radius:30px;padding:38px 32px;width:100%}@media (min-width: 768px){.section-what-is .desc-row .text-wrap{padding:40px;width:377px;margin:0;background:#FFFFFF;border-radius:40px}}@media (min-width: 1200px){.section-what-is .desc-row .text-wrap{padding:77px 50px 72px 67px;width:770px;border-radius:70px}}.section-what-is .desc-row .text-wrap .what-is-text{font-weight:400;font-size:16px;line-height:22px;color:#000000e6;font-family:FF Nort,sans-serif}@media (min-width: 1200px){.section-what-is .desc-row .text-wrap .what-is-text{font-size:32px;line-height:47px}}.section-what-is .desc-row .gyre-logo{display:none}@media (min-width: 768px){.section-what-is .desc-row .gyre-logo{display:inline-block;height:151px;width:230px}}@media (min-width: 1200px){.section-what-is .desc-row .gyre-logo{height:294px;width:440px}}.section-what-is .about-wrap{padding:0 5px}@media (min-width: 768px){.section-what-is .about-wrap{padding:0}}@media (min-width: 1200px){.section-what-is .about-wrap{display:none}}.section-what-is .about-wrap .about-title{font-size:54px;font-weight:500;line-height:112.5%;text-transform:uppercase;color:#000;margin:0 0 34px;width:342px}@media (min-width: 768px){.section-what-is .about-wrap .about-title{margin:0 0 34px;display:none;width:unset}}.section-what-is .about-wrap .about-vid{overflow:hidden;display:flex;justify-content:center;position:relative;width:100%;height:316px;background:#000000;border-radius:30px}@media (min-width: 768px){.section-what-is .about-wrap .about-vid{width:654px;height:613px;margin:0 auto}}.section-what-is .about-wrap .about-vid .vid.mob{z-index:0}@media (min-width: 768px){.section-what-is .about-wrap .about-vid .vid.mob{display:none}}.section-what-is .about-wrap .about-vid .vid.tab{display:none}@media (min-width: 768px){.section-what-is .about-wrap .about-vid .vid.tab{display:inline-block}}@media (min-width: 1200px){.section-what-is .about-wrap .about-vid .vid.tab{display:none}}.section-what-is .about-wrap .about-vid .vid-link{font-family:Oswald,sans-serif!important;display:flex;align-items:center;position:absolute;bottom:17px;left:29px;font-weight:500;font-size:20px;line-height:105.5%;text-transform:uppercase;color:#fff}@media (min-width: 768px){.section-what-is .about-wrap .about-vid .vid-link{align-items:flex-end;font-size:54px;line-height:112.5%;bottom:57px;left:52px}}.section-what-is .about-wrap .about-vid .vid-link-title{font-family:Oswald,sans-serif!important}.section-what-is .about-wrap .about-vid .vid-link .play-btn{width:56px;height:56px;margin-left:10px}@media (min-width: 768px){.section-what-is .about-wrap .about-vid .vid-link .play-btn{width:77px;height:77px}}.section-what-is .explore-wrap{position:relative;display:none;justify-content:space-between;background:#000000;border-radius:70px;width:100%;padding:0;margin-bottom:100px}@media (min-width: 1200px){.section-what-is .explore-wrap{display:flex;margin-bottom:0;height:604px}}.section-what-is .explore-wrap .explore-img-wrap{position:relative;width:100%;height:100%}.section-what-is .explore-wrap .explore-text-wrap{position:absolute;top:0;right:0;width:605px;height:604px;padding:173px 0 0 75px}.section-what-is .explore-wrap .explore-text-wrap .explore-text{cursor:pointer;font-size:110px;font-weight:500;line-height:101.023%;text-transform:uppercase;color:#fff;font-family:FF Nort Headline Condensed,sans-serif}.section-what-is .explore-wrap .explore-text-wrap .explore-text .play-wrap{position:relative}.section-what-is .explore-wrap .explore-text-wrap .explore-text .play-btn{display:flex;position:absolute;height:95px;width:95px;top:55px;left:9px;border-radius:102px;transition:.3s;overflow:hidden;background-color:#ff0049}.section-what-is .explore-wrap .explore-text-wrap .explore-text .play-btn:after{content:" ";position:absolute;bottom:0;left:0;width:0;height:0;border-radius:100%;background-color:#d3ff55;transition:.6s;z-index:0}.section-what-is .explore-wrap .explore-text-wrap .explore-text .play-btn svg{position:absolute;top:0;left:0;z-index:1}.section-what-is .explore-wrap .explore-text-wrap .explore-text .play-btn.is-hover:after{bottom:-200px;left:-200px;width:400px;height:400px}.section-what-is .explore-wrap .explore-text-wrap .explore-text .play-btn.is-hover circle{stroke:#d3ff55}.section-what-is .explore-wrap .explore-text-wrap .explore-text .play-btn.is-hover path{fill:#000}.section-what-is .video-container{position:relative;width:100%;border:2px solid #000000;border-radius:50px;overflow:hidden;box-shadow:0 10px 20px #0003;aspect-ratio:16/9;padding:0;margin:0}.section-what-is .video-container .video-preview{width:100%;height:auto;display:block}.section-what-is .video-container .play-button{position:absolute;bottom:30px;left:50%;transform:translate(-50%);padding:8px 20px;font-size:1rem;font-weight:500;border-radius:50px;background:linear-gradient(45deg,rgba(0,0,0,.8),rgba(17,17,17,.8));border:none;color:#fff;display:flex;align-items:center;gap:10px;box-shadow:0 4px 15px #1116;animation:pulse 2s infinite;transition:all .3s ease;min-width:220px}.section-what-is .video-container .play-button:hover{transform:translate(-50%) scale(1.05);box-shadow:0 6px 20px #1119;animation:none}.section-what-is .video-container .play-button .button-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.section-what-is .video-container .play-button .button-text span:first-child{font-size:1.4rem;font-weight:600}.section-what-is .video-container .play-button .button-text span:last-child{font-size:1.1rem;font-weight:400}@keyframes pulse{0%{box-shadow:0 0 #111111b3}70%{box-shadow:0 0 0 10px #1110}to{box-shadow:0 0 #1110}}@media (max-width: 992px){.section-what-is .video-container .play-button{padding:6px 16px;min-width:180px;bottom:20px}.section-what-is .video-container .play-button .button-text span:first-child{font-size:1.2rem}.section-what-is .video-container .play-button .button-text span:last-child{font-size:1rem}}@media (max-width: 768px){.section-what-is .video-container{border-radius:30px}.section-what-is .video-container .play-button{padding:5px 12px;min-width:160px;bottom:15px;gap:6px}.section-what-is .video-container .play-button .button-text span:first-child{font-size:1rem}.section-what-is .video-container .play-button .button-text span:last-child{font-size:.9rem}.section-what-is .video-container .play-button i{font-size:1.2rem!important}}@media (max-width: 480px){.section-what-is .video-container .play-button{min-width:140px;width:max-content;padding:4px 10px;bottom:10px}.section-what-is .video-container .play-button .button-text span:first-child{font-size:.9rem}.section-what-is .video-container .play-button .button-text span:last-child{font-size:.8rem}}.sub-counter{position:absolute;bottom:100px;left:50px;width:300px;height:120px}.sub-counter .sub-line,.sub-counter .sub-text{position:absolute;top:50px;left:110px;font-family:Oswald,sans-serif;font-weight:400;font-size:20px;line-height:39px;text-transform:uppercase;color:#000}.sub-counter .sub-line .sub-text,.sub-counter .sub-text .sub-text{position:absolute;top:0;left:52px}.sub-counter-animate{animation:subsGoUpNDown 2.5s ease-in-out infinite}@keyframes subsGoUpNDown{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (min-width: 1200px){.gyre-home.ua .section-cases .title{text-align:center}}@media (max-width: 767px){.gyre-home.ua .section-cases .title .white-arrow{display:none}}.gyre-home.ua .section-cases .btn-desk{font-size:15px}@media (min-width: 1200px){.gyre-home.ua .section-cases .btn-desk{width:267px;height:72px}}.gyre-home.ua .mob-btn{width:fit-content!important}.section-cases{position:relative;padding:0 0 58px}@media (min-width: 768px){.section-cases{padding:0 0 113px}}@media (min-width: 1200px){.section-cases{padding:20px 0 93px;max-height:1150px}}@media (min-width: 1600px){.section-cases{padding:20px 0 121px;max-height:1180px}}@media (min-width: 2048px){.section-cases{padding:0 0 157px;max-height:1398px}}@media (max-width: 767px){.section-cases .container{padding:0}}.section-cases .cases-row{position:relative;display:flex;justify-content:space-between;flex-direction:column;width:100%;padding-right:16px;padding-left:16px;margin:0}@media (min-width: 768px){.section-cases .cases-row{padding:0;width:100%;margin:var(--bs-gutter-y) 0 0}}@media (min-width: 1200px){.section-cases .cases-row{align-items:flex-start;flex-direction:row}}.section-cases .title{width:335px;padding:0;margin-bottom:50px}@media (min-width: 768px){.section-cases .title{width:610px;margin-bottom:45px;padding-left:20px}}@media (min-width: 1200px){.section-cases .title{width:900px;margin:0 auto 67px;padding-left:0}}.section-cases .title .white-arrow{display:inline-block;width:56px;margin-top:-15px}@media (min-width: 768px){.section-cases .title .white-arrow{width:77px;position:relative;top:10px;left:-10px}}@media (min-width: 1200px){.section-cases .title .white-arrow{display:none;width:146px;margin-top:-35px}}.section-cases .title,.section-cases .title .days-31{font-weight:500;line-height:112.5%;font-size:54px;text-transform:uppercase;color:#fff}@media (min-width: 768px){.section-cases .title,.section-cases .title .days-31{font-size:72px;line-height:100.023%;text-align:center}}@media (min-width: 1200px){.section-cases .title,.section-cases .title .days-31{font-size:110px;line-height:101.023%}}.section-cases .days-31{display:inline-block;position:relative;padding:0 6px}.section-cases .days-31:before{content:" ";width:100%;height:62.44px;position:absolute;left:0;border:1px solid #EAEAEA;border-radius:6px}@media (min-width: 768px){.section-cases .days-31{padding:0 5px}.section-cases .days-31:before{content:" ";width:100%;height:80px;position:absolute;left:0;border:2px solid #EAEAEA;border-radius:17px}}@media (min-width: 1200px){.section-cases .days-31{padding:0 15px}.section-cases .days-31:before{content:" ";width:100%;height:123px;position:absolute;left:0;border:2px solid #EAEAEA;border-radius:15px}}.section-cases .component-wrap{padding:0}.section-cases .btn-desk{display:none;position:relative;background:#FF0049;border-radius:102px;transition:.3s;overflow:hidden;font-weight:700;font-size:20px;line-height:26px;text-align:center;letter-spacing:.03em;text-transform:uppercase;margin-top:10px;color:#fff}@media (min-width: 1200px){.section-cases .btn-desk{display:inline-block}}.section-cases .btn-desk span{font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;white-space:nowrap;z-index:1}@media (min-width: 1200px){.section-cases .btn-desk span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (min-width: 1200px){.section-cases .btn-desk{width:213px;height:72px}}.section-cases .btn-desk:after{content:" ";position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;background-color:#d3ff55;transition:.6s;z-index:0}.section-cases .btn-desk.is-hover{color:#000;background-color:#d3ff55;transition:background-color 0s .5s}.section-cases .btn-desk.is-hover:after{bottom:-210px;left:-50%;width:250%;height:400px}@media (min-width: 1200px){.gyre-home-cases{padding:0 20px;border:2px solid #000000;border-radius:70px;background:#FFFFFF;overflow:hidden}}@media (min-width: 1200px){.gyre-home-cases{padding:0}}.gyre-home-cases .separate-navigation{display:none}@media (min-width: 1200px){.gyre-home-cases .separate-navigation{display:flex;width:100%;border-bottom:2px solid #000000}}.gyre-home-cases .separate-navigation .nav-item{display:flex;align-items:center;background:#FFFFFF;border-right:2px solid #000000;padding:49px 68px;transition:.3s background;cursor:pointer;width:34%}.gyre-home-cases .separate-navigation .nav-item:last-of-type{border-right:none}.gyre-home-cases .separate-navigation .nav-item.active{background:#D3FF55}.gyre-home-cases .separate-navigation .nav-item .image-wrap{width:98px;height:98px;max-width:98px;border-radius:100%;overflow:hidden;margin-right:16px}.gyre-home-cases .separate-navigation .nav-item .image-wrap .case-img{max-width:100%}.gyre-home-cases .separate-navigation .nav-item .text-wrap .name{font-family:Oswald,sans-serif!important;font-size:28px;font-weight:500;line-height:95%;text-transform:uppercase;color:#000;white-space:nowrap;margin-bottom:24px}.gyre-home-cases .separate-navigation .nav-item .text-wrap .subs{font-weight:400;font-size:14px;line-height:18px;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;color:#000}.gyre-home-cases .main-cases .case-item{width:100%;min-width:100%;margin-bottom:19px}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item{width:100%;margin-bottom:0}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item{display:none}}.gyre-home-cases .main-cases .case-item .case-img-wrap{position:relative;height:132px;width:100%}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .case-img-wrap{display:none}}.gyre-home-cases .main-cases .case-item .case-img-wrap .case-img-box{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:200px;z-index:-1}.gyre-home-cases .main-cases .case-item .case-img-wrap .case-img{width:100%;height:auto;border-radius:30px 30px 0 0}.gyre-home-cases .main-cases .case-item .statistic-wrap{display:flex;flex-direction:column;background:#FFFFFF;border:2px solid #000000;border-radius:30px;padding:28px}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap{padding:24px 24px 26px;width:100%;margin:0 auto 30px;border-radius:40px;flex-direction:row;justify-content:space-between;gap:30px;flex-wrap:wrap}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap{justify-content:space-between;gap:unset;background:transparent;border:0;border-radius:0;padding:0;width:auto;margin:0}}.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle{display:flex;align-items:flex-end;justify-content:space-between}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle{align-items:center;width:100%}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle{display:none}}.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .info-wrap{display:flex;align-items:center}.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .toggle-img-wrap{display:none}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .toggle-img-wrap{display:inline-block;width:96px;height:96px;border-radius:20px;margin-right:16px;overflow:hidden}}.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .toggle-img-wrap .toggle-img{height:100%;width:auto}.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .case-info .subs{font-weight:400;font-size:10px;line-height:14px;letter-spacing:.03em;text-transform:uppercase;color:#000;margin-bottom:7px}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .case-info .subs{margin-bottom:8px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .case-info .name{font-family:Oswald,sans-serif!important;font-size:28px;font-weight:500;line-height:95%;text-transform:uppercase;color:#000}.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .toggle-btn{cursor:pointer;width:36px}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .toggle-btn{width:71px}.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .toggle-btn svg{width:100%;height:auto}.gyre-home-cases .main-cases .case-item .statistic-wrap .case-toggle .toggle-btn svg *{stroke-width:1}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap{display:none;flex-direction:column;max-width:100%;margin:40px 0}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap{width:440px;background:#FFFFFF;border:2px solid #000000;border-radius:33px;margin-top:10px;margin-bottom:0;padding:28px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap{border:none;width:774px;height:547px;display:flex;margin-top:0;margin-bottom:0;padding:24px 0 24px 64px;border-radius:0}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap-img{width:100%}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap{position:relative;max-width:100%;width:240px;height:156px;padding-bottom:0;padding-left:28px}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap{width:346px;height:190px;padding-bottom:0;padding-left:28px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap{width:760px;height:247px;padding-bottom:0;padding-left:66px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .grid-lines{max-width:240px}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .grid-lines{max-width:306px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .grid-lines{max-width:unset}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .grid-lines.mob{display:none}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .grid-lines.desk{display:none}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .grid-lines.desk{display:block}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-1,.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-2{position:absolute;top:0;left:36px;max-width:240px;width:0;height:123px;overflow:hidden}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-1,.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-2{max-width:303px;height:152px;left:30px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-1,.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-2{max-width:unset;height:207px;left:66px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-1 img,.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-2 img{max-width:240px}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-1 img,.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-2 img{max-width:303px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-1 img,.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-2 img{max-width:unset}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-1.active{animation:chartAnim 1s ease-in forwards}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-position-2.active{animation:chartAnim 1s ease-in 1s forwards}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .desk-chart{display:none}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .desk-chart{display:block}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .mob-chart{display:block}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .mob-chart{display:none}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-1-1{position:absolute;left:0;top:11px;width:303px}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-1-1{top:15px;width:585px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-1-2{position:absolute;left:0;bottom:0;width:303px}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-1-2{bottom:0;width:578px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-2-1{position:absolute;left:0;top:13px;width:303px}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-2-1{top:8px;width:581px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-2-2{position:absolute;left:0;bottom:11px;width:303px}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-2-2{bottom:9;width:580px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-3-1{position:absolute;left:0;bottom:34px;width:303px}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-3-1{bottom:34px;width:578px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-3-2{position:absolute;left:0;bottom:11px;width:303px}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .chart-3-2{bottom:5px;width:578px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .y-list{position:absolute;display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end;height:130px;bottom:30px;left:5px}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .y-list{height:165px;bottom:30px;left:-2px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .y-list{height:222px;bottom:35px;left:12px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .y-list .y-item{font-weight:400;font-size:7px;line-height:14px;letter-spacing:.03em;text-transform:uppercase;color:#000000e6}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .y-list .y-item{font-size:11px;line-height:17px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .y-list .y-item{font-size:14px;line-height:18px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .x-list{position:absolute;display:flex;justify-content:space-between;width:250px;bottom:0;left:29px}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .x-list{width:320px;bottom:0;left:27px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .x-list{width:580px;bottom:0;left:66px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .x-list .x-item{font-weight:400;font-size:7px;line-height:14px;letter-spacing:.03em;text-transform:uppercase;color:#000000e6}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .x-list .x-item{font-size:11px;line-height:17px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .chart-wrap .x-list .x-item{font-size:14px;line-height:18px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .stat-source{display:flex;align-items:center;margin-bottom:4px}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .stat-source{display:none}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .stat-source .src-img{width:26px;margin-right:6px}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .stat-source .src-img{width:35px;margin-right:7px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .stat-source .src-img{width:50px;margin-right:12px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .stat-source .src-name{font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:#000}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .graph-wrap .stat-source .src-name{font-size:32px;line-height:95%;color:#000000e6;text-transform:uppercase}}.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap{display:none;flex-direction:column}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap{border-radius:33px;padding:40px 34px 0;width:166px;background:#FFFFFF;border:2px solid #000000;margin-top:10px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap{border-radius:0;border:none;padding:64px 0 0;width:318px;display:flex;margin-top:0}}.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap .stat-item{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:13px;background:#FFFFFF;border:2px solid #000000;border-radius:20px;height:60px;padding:16px 24px}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap .stat-item{width:fit-content;margin-bottom:42px;flex-direction:column;height:fit-content;align-items:flex-start;padding:0;border:0;border-radius:0}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap .stat-item{margin-bottom:35px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap .stat-item:last-of-type{margin-bottom:0}.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap .stat-item .name{font-weight:400;font-size:10px;line-height:14px;letter-spacing:.03em;text-transform:uppercase;color:#000}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap .stat-item .name{font-size:14px;line-height:18px;margin-bottom:7px}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap .stat-item .name{margin-bottom:19px}}.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap .stat-item .stat{font-family:Oswald,sans-serif!important;font-weight:500;font-size:30px;line-height:95%;text-align:center;text-transform:uppercase;color:#000}@media (min-width: 768px){.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap .stat-item .stat{font-size:28px;line-height:95%}}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item .statistic-wrap .stats-wrap .stat-item .stat{font-size:48px;line-height:91%}}.gyre-home-cases .main-cases .case-item.active .graph-wrap,.gyre-home-cases .main-cases .case-item.active .stats-wrap{display:flex}@media (min-width: 1200px){.gyre-home-cases .main-cases .case-item.active{display:block}}.gyre-home-cases .main-cases .case-item.active .vertical-line{display:none}.mob-btn{display:flex;justify-content:center;align-items:center;padding:15px 34px;width:147px;height:51px;background:#9d002d;border-radius:102.193px;font-weight:700;font-size:16px;line-height:21px;text-align:center;letter-spacing:.03em;text-transform:uppercase;color:#fff;margin:56px auto 0}@media (min-width: 768px){.mob-btn{display:none}}.mob-btn.wow.animated{background:#FF0049}@keyframes chartAnim{0%{width:0}to{width:700px}}.section-compare .table-row{padding:0 34px}@media (min-width: 1200px){.section-compare .table-row{padding:0 12px}}.section-compare .table-wrap{width:626px;background:#FFFFFF;border:2px solid #000000;padding:0;border-radius:36px}@media (min-width: 1200px){.section-compare .table-wrap{width:100%}}@media (min-width: 1200px){.section-compare .table-wrap{border-radius:70px}}.section-compare .table-wrap table{width:100%}.section-compare .table-wrap table thead tr th{font-family:FF Nort Headline Condensed,sans-serif;font-weight:500;font-size:20px;line-height:95%;text-align:center;text-transform:uppercase;color:#000;padding:36px 35px 30px;border-bottom:2px solid #000000;border-right:2px solid #000000;white-space:nowrap}@media (min-width: 768px){.section-compare .table-wrap table thead tr th.other,.section-compare .table-wrap table thead tr th.gyre{padding:36px 0 30px}}@media (min-width: 1200px){.section-compare .table-wrap table thead tr th{font-size:28px;line-height:95%;padding:48px 64px 39px}}.section-compare .table-wrap table thead tr th.services{text-align:left}.section-compare .table-wrap table thead tr th.gyre{background:#D3FF55}.section-compare .table-wrap table thead tr th.other{border-right:0}.section-compare .table-wrap table tbody tr td{font-weight:400;font-size:16px;line-height:22px;color:#000;padding:16px 33px 16px 35px;border-bottom:2px solid #000000;border-right:2px solid #000000}@media (min-width: 1200px){.section-compare .table-wrap table tbody tr td{font-size:20px;line-height:30px;padding:22px 85px 22px 65px}}.section-compare .table-wrap table tbody tr td.gyre{background:#D3FF55}.section-compare .table-wrap table tbody tr td .check{width:14px}@media (min-width: 1200px){.section-compare .table-wrap table tbody tr td .check{width:30px}}.section-compare .table-wrap table tbody tr td .cross{width:14px}@media (min-width: 1200px){.section-compare .table-wrap table tbody tr td .cross{width:30px}}.section-compare .table-wrap table tbody tr td.other,.section-compare .table-wrap table tbody tr td.gyre{width:154px}@media (min-width: 768px){.section-compare .table-wrap table tbody tr td.other,.section-compare .table-wrap table tbody tr td.gyre{padding:29px 0}}@media (min-width: 1200px){.section-compare .table-wrap table tbody tr td.other,.section-compare .table-wrap table tbody tr td.gyre{width:302px}}.section-compare .table-wrap table tbody tr td.other img,.section-compare .table-wrap table tbody tr td.gyre img{margin:0 auto;display:inherit}.section-compare .table-wrap table tbody tr td.other{border-right:0}.section-compare .table-wrap table tbody tr:last-of-type td{padding-bottom:40px;border-bottom:0}.section-customers{position:relative;padding:0 0 66px}@media (min-width: 768px){.section-customers{padding:0 0 140px}}@media (min-width: 1200px){.section-customers{padding:16px 0 64px}}@media (min-width: 1600px){.section-customers{padding:16px 0 160px}}.section-customers.desk{display:none}@media (min-width: 768px){.section-customers.desk{display:block}}.section-customers.mob{display:block}@media (min-width: 768px){.section-customers.mob{display:none}}.section-customers .customers-row{position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:column}@media (min-width: 768px){.section-customers .customers-row{padding-left:36px}}@media (min-width: 1200px){.section-customers .customers-row{padding-left:0;align-items:flex-start;flex-direction:row}}.section-customers .title{font-weight:500;line-height:112.5%;font-size:54px;text-transform:uppercase;color:#fff;font-family:FF Nort Headline Condensed,sans-serif;margin-bottom:30px}@media (max-width: 1399px){.section-customers .title{padding:0}}@media (max-width: 767px){.section-customers .title{padding:0 16px}}@media (min-width: 768px){.section-customers .title{font-size:72px;line-height:85.52%;margin-bottom:61px}}@media (min-width: 1200px){.section-customers .title{font-size:110px;line-height:101.023%;margin-bottom:64px}}.section-customers .mob-btn{display:flex;align-items:center;justify-content:center;width:183px;height:51px;background:transparent;border-radius:102.193px;border:2px solid white;font-weight:700;font-size:16px;line-height:21px;text-align:center;letter-spacing:.03em;text-transform:uppercase;color:#fff;margin-top:44px}@media (min-width: 768px){.section-customers .mob-btn{display:none}}.customers-wrap{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media (max-width: 767px){.customers-wrap{overflow:hidden;height:600px}}@media (max-width: 767px){.customers-wrap.open{overflow:visible;height:fit-content}}@media (min-width: 768px){.customers-wrap{gap:29px}}.customers-wrap .customer-item{position:relative;width:340.26px;height:286.83px;border-radius:39.3685px;overflow:hidden}@media (min-width: 768px){.customers-wrap .customer-item{width:314.95px;height:265.49px;border-radius:36.44px}}@media (min-width: 1200px){.customers-wrap .customer-item{width:393.42px;height:331.64px;border-radius:45.5191px}}.customers-wrap .customer-item .dimmer{position:absolute;top:-1px;left:-1px;width:101%;height:101%;background:rgba(0,0,0,0);transition:.3s}.customers-wrap .customer-item .name-n-subs{position:absolute;padding:25px 40px;width:289.04px;height:106px;background:#FFFFFF;border:2px solid #000000;border-radius:25px;bottom:37px;left:50%;transform:translate(-50%)}@media (min-width: 768px){.customers-wrap .customer-item .name-n-subs{padding:23px 27px;width:261.04px;height:112px;background:#FFFFFF;border:2px solid #000000;border-radius:22px;bottom:28px}}@media (min-width: 1200px){.customers-wrap .customer-item .name-n-subs{padding:33px 40px;width:328.04px;height:135px;background:#FFFFFF;border:2px solid #000000;border-radius:30px;bottom:34px}}.customers-wrap .customer-item .name-n-subs .name{font-family:Oswald,sans-serif!important;position:relative;font-weight:500;font-size:22px;line-height:95%;text-transform:uppercase;color:#000;margin-bottom:15px;width:fit-content}@media (min-width: 768px){.customers-wrap .customer-item .name-n-subs .name{font-size:32px;line-height:95%;margin-bottom:14px}}@media (min-width: 1200px){.customers-wrap .customer-item .name-n-subs .name{font-size:28px;line-height:95%;margin-bottom:18px}}.customers-wrap .customer-item .name-n-subs .name .check{position:absolute;top:7px;right:-38px;width:22px}@media (min-width: 768px){.customers-wrap .customer-item .name-n-subs .name .check{top:8px;right:-35px;width:21px}}@media (min-width: 1200px){.customers-wrap .customer-item .name-n-subs .name .check{top:5px;right:-34px;width:unset}}.customers-wrap .customer-item .name-n-subs .subs{font-weight:400;font-size:14px;line-height:18px;letter-spacing:.03em;text-transform:uppercase;color:#000}.customers-wrap .customer-item:hover .dimmer{background-color:#0000004d}.mob-btn.customers-open-btn{margin:44px auto 0!important}@media (min-width: 1200px){.gyre-home.ua .section-faq .title{font-size:110px}}.section-faq.section{position:relative;padding:0 0 57px}@media (min-width: 768px){.section-faq.section{padding:0 0 107px}}@media (min-width: 1200px){.section-faq.section{padding:99px 0 0}}@media (min-width: 1600px){.section-faq.section{padding:99px 0 110px}}.section-faq.section .container{transform-origin:top center}.section-faq.section .title{width:100%;font-weight:500;line-height:112.5%;font-size:54px;text-align:left;text-transform:uppercase;color:#000;font-family:FF Nort Headline Condensed,sans-serif;margin-bottom:30px}@media (min-width: 768px){.section-faq.section .title{font-size:72px;line-height:94.52%;width:624px;margin-bottom:44px}}@media (min-width: 1200px){.section-faq.section .title{width:100%;font-size:132px;line-height:101.023%;margin:0 auto 109px}}@media (max-width: 767px){.section-faq.section .accordion-row{padding:0 16px}}@media (min-width: 768px){.section-faq.section .accordion-row{width:681px;margin:0 auto}}@media (min-width: 1200px){.section-faq.section .accordion-row{width:100%;margin:0}}.accordion-wrap{margin:29px auto;width:100%;background:#FFFFFF;border:2px solid #000000;border-radius:20px;padding:28px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:center}@media (min-width: 768px){.accordion-wrap{border-radius:40px;padding:32px 64px}}.accordion-wrap *{font-family:Gilroy,sans-serif}.accordion-wrap .animate-toggle path,.accordion-wrap .animate-toggle circle{stroke-width:4!important}@media (min-width: 768px){.accordion-wrap .animate-toggle path,.accordion-wrap .animate-toggle circle{stroke-width:2!important}}.accordion-wrap.active{height:auto}.accordion-wrap.active .toggle-btn .animate-toggle svg{transform:rotate(45deg);transform-origin:center center}.accordion-wrap .accordion-title-box{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%}@media (min-width: 1200px){.accordion-wrap .accordion-title-box{font-size:33px}}.accordion-wrap .accordion-title-box p{font-weight:400;font-size:14px;line-height:17px;color:#000}@media (min-width: 768px){.accordion-wrap .accordion-title-box p{font-size:22px;line-height:27px}}@media (min-width: 1200px){.accordion-wrap .accordion-title-box p{font-size:38px;line-height:47px}}.accordion-wrap .accordion-title-box .toggle-btn{cursor:pointer;width:36px;height:36px}@media (min-width: 768px){.accordion-wrap .accordion-title-box .toggle-btn{width:71px;height:71px}}.accordion-wrap .accordion-title-box .toggle-btn .animate-toggle{position:relative;transition:.3s;width:36px;height:36px;overflow:hidden;border-radius:100%}@media (min-width: 768px){.accordion-wrap .accordion-title-box .toggle-btn .animate-toggle{width:71px;height:71px}}.accordion-wrap .accordion-title-box .toggle-btn .animate-toggle:after{position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;background-color:#000;transition:.6s;z-index:0}@media (min-width: 768px){.accordion-wrap .accordion-title-box .toggle-btn .animate-toggle:after{content:" "}}@media (min-width: 768px){.accordion-wrap .accordion-title-box .toggle-btn .animate-toggle:hover path{stroke:#fff}}.accordion-wrap .accordion-title-box .toggle-btn .animate-toggle:hover:after{bottom:-210px;left:-210px;width:400px;height:400px}.accordion-wrap .accordion-title-box .toggle-btn svg{position:absolute;top:0;left:0;max-width:36px;max-height:36px;z-index:1}@media (min-width: 768px){.accordion-wrap .accordion-title-box .toggle-btn svg{max-width:71px;max-height:71px}}.accordion-wrap .accordion-title-box .toggle-btn *{transition:.3s}.accordion-wrap .accordion-content-box{opacity:0;visibility:hidden;position:absolute;top:100%;transition:.5s;transition-property:opacity,visibility;margin-top:24px}.accordion-wrap .accordion-content-box.active{opacity:1;visibility:visible;position:unset;transform:unset}.accordion-wrap .accordion-content-box p,.accordion-wrap .accordion-content-box div{font-weight:400;font-size:12px;line-height:160%;color:#4d4d4d;padding-right:40px}@media (min-width: 768px){.accordion-wrap .accordion-content-box p,.accordion-wrap .accordion-content-box div{padding-right:150px}}@media (min-width: 1200px){.accordion-wrap .accordion-content-box p,.accordion-wrap .accordion-content-box div{font-size:18px;padding-right:90px}}@media (min-width: 768px){.accordion-wrap .accordion-title-box .toggle-btn:hover .animate-toggle path{stroke:#fff}}.accordion-wrap .accordion-title-box .toggle-btn:hover .animate-toggle:after{bottom:-210px;left:-210px;width:400px;height:400px}.gyre-home.ua .section-grow.section .title .x3{display:inline-block;position:relative;padding:0 5px;font-family:FF Nort Headline Condensed,sans-serif;line-height:97.52%}.gyre-home.ua .section-grow.section .title .x3:before{content:" ";width:100%;height:64px;position:absolute;left:0;border:2px solid #000000;border-radius:10px}@media (min-width: 768px){.gyre-home.ua .section-grow.section .title .x3{margin-right:15px}.gyre-home.ua .section-grow.section .title .x3:before{height:81px}}@media (min-width: 1200px){.gyre-home.ua .section-grow.section .title .x3{padding:0 15px}.gyre-home.ua .section-grow.section .title .x3:before{content:" ";width:100%;height:121px;position:absolute;left:5px;top:2px;border:2px solid #000000;border-radius:15px}}.section-grow.section{position:relative;padding:0 0 30px}@media (min-width: 768px){.section-grow.section{padding:0 0 91px}}@media (min-width: 1200px){.section-grow.section{height:2513px!important;padding:103px 0 0}}@media (min-width: 1600px){.section-grow.section{height:fit-content!important;padding:16px 0 48px}}@media (min-width: 2048px){.section-grow.section{padding:0 0 78px}}.section-grow.section .container{padding:0;transform-origin:top center}.section-grow.section .grow-row{position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:0}@media (min-width: 576px){.section-grow.section .grow-row{align-items:flex-start}}@media (min-width: 1200px){.section-grow.section .grow-row{flex-direction:row;margin:0}}.section-grow.section .title-wrap{padding:0}.section-grow.section .title{font-weight:500;line-height:112%;font-size:54px;text-transform:uppercase;color:#000;margin:0 30px 20px;width:auto}@media (min-width: 768px){.section-grow.section .title{font-size:72px;line-height:100%;margin-bottom:40px;margin-left:55px}}@media (min-width: 1024px){.section-grow.section .title{margin-left:35px}}@media (min-width: 1200px){.section-grow.section .title{font-size:110px;text-align:center;line-height:101%;margin:0 auto 73px}}@media (min-width: 768px){.section-grow.section .title .br-mob{display:none}}.section-grow.section .title .x3{display:inline-block;position:relative;padding:0 5px;font-family:FF Nort Headline Condensed,sans-serif;line-height:97.52%}.section-grow.section .title .x3:before{content:" ";width:100%;height:64px;position:absolute;left:0;border:2px solid #000000;border-radius:10px}@media (min-width: 768px){.section-grow.section .title .x3{margin-right:15px}.section-grow.section .title .x3:before{height:81px}}@media (min-width: 1200px){.section-grow.section .title .x3{padding:0 15px}.section-grow.section .title .x3:before{content:" ";width:100%;height:121px;position:absolute;left:5px;top:2px;border:2px solid #000000;border-radius:15px}}.section-grow.section .cards-wrap{display:flex;width:fit-content;overflow-x:scroll;padding-bottom:26px;width:100vw;min-width:100vw;padding-right:16px;padding-left:16px}@media (min-width: 576px){.section-grow.section .cards-wrap{transform:translate(calc(-50vw + 270px));padding:0 calc(50vw - 250px) 26px}}@media (min-width: 768px){.section-grow.section .cards-wrap{transform:translate(calc(-50vw + 372px));padding:0 calc(50vw - 314px) 26px}}@media (min-width: 992px){.section-grow.section .cards-wrap{transform:translate(calc(-50vw + 372px));padding:0 calc(50vw - 332px) 26px}}@media (min-width: 1200px){.section-grow.section .cards-wrap{min-width:unset;transform:unset;width:100%;overflow-x:visible;flex-wrap:wrap;justify-content:space-between;padding:0}}.section-grow.section .cards-wrap .flickity-viewport{width:100%}.section-grow.section .cards-wrap .card-item{display:flex;flex-direction:column;width:300px;min-width:300px;margin-right:20px;height:auto}@media (min-width: 768px){.section-grow.section .cards-wrap .card-item{width:410px;margin-right:30px;min-width:410px}}@media (min-width: 1200px){.section-grow.section .cards-wrap .card-item{height:unset;width:590px;margin-bottom:58px;margin-right:0}}@media (min-width: 1300px){.section-grow.section .cards-wrap .card-item{width:605px}}.section-grow.section .cards-wrap .card-item .img-wrap{position:relative;height:183px;min-height:183px}@media (min-width: 768px){.section-grow.section .cards-wrap .card-item .img-wrap{height:240px;min-height:240px}}@media (min-width: 1200px){.section-grow.section .cards-wrap .card-item .img-wrap{height:350px;min-height:350px}}.section-grow.section .cards-wrap .card-item .img-wrap .card-img{width:100%;height:228px;position:absolute;top:0;left:0;z-index:-1}@media (min-width: 768px){.section-grow.section .cards-wrap .card-item .img-wrap .card-img{height:297px}}@media (min-width: 1200px){.section-grow.section .cards-wrap .card-item .img-wrap .card-img{height:430px}}.section-grow.section .cards-wrap .card-item .card-content{background:#FFFFFF;width:100%;height:100%;padding:53px 37px 51px 39px;border:2px solid #000000;border-radius:30px}@media (min-width: 768px){.section-grow.section .cards-wrap .card-item .card-content{padding:46px;border-radius:40px}}@media (min-width: 1200px){.section-grow.section .cards-wrap .card-item .card-content{padding:64px;border-radius:80px}}.section-grow.section .cards-wrap .card-item .card-content .card-title{font-family:Oswald,sans-serif;font-size:20px;font-weight:500;line-height:118%;color:#000;margin-bottom:16px;text-transform:uppercase}@media (min-width: 768px){.section-grow.section .cards-wrap .card-item .card-content .card-title{font-family:Gilroy,sans-serif;font-size:22px;line-height:27px;margin-bottom:16px;text-transform:unset}}@media (min-width: 1200px){.section-grow.section .cards-wrap .card-item .card-content .card-title{font-size:32px;line-height:42px;margin-bottom:28px}}.section-grow.section .cards-wrap .card-item .card-content .card-text{font-weight:400;font-size:16px;line-height:22px;color:#0009}@media (min-width: 1200px){.section-grow.section .cards-wrap .card-item .card-content .card-text{font-size:20px;line-height:29px}}.gyre-home.ua .section-how .title{width:100%!important;padding-right:0}@media (max-width: 767px){.gyre-home.ua .section-how .title{margin-bottom:40px}}@media (min-width: 1200px){.gyre-home.ua .section-how .title{width:100%!important}}.gyre-home.ua .section-how .btn{width:197px!important}@media (min-width: 1200px){.gyre-home.ua .section-how .btn{width:223px!important;min-width:223px!important}}.section.section-how{position:relative;padding:0 0 30px}@media (min-width: 768px){.section.section-how{padding:0 0 114px}}@media (min-width: 1200px){.section.section-how{padding:87px 0 0;height:2250px!important;overflow:visible!important}}@media (min-width: 1600px){.section.section-how{padding:16px 0 0;height:2250px!important;overflow:visible!important}}@media (min-width: 2048px){.section.section-how{padding:0 0 100px;height:4050px!important}}@media (max-width: 1199px){.section.section-how .title-wrap{padding-left:34px}}@media (max-width: 767px){.section.section-how .title-wrap{padding:0 16px}}.section.section-how .title{font-weight:500;line-height:112.5%;font-size:54px;text-align:left;text-transform:uppercase;color:#eaeaea;margin:0 0 42px;width:101%}@media (min-width: 768px){.section.section-how .title{font-size:70px;line-height:88.52%;width:100%;margin:0 0 65px;padding:0}}@media (min-width: 1200px){.section.section-how .title{width:100%;font-size:110px;line-height:101.023%;margin-bottom:0}}@media (min-width: 2048px){.section.section-how .title{text-align:center}}@media (min-width: 1200px){.section.section-how .sticky-wrap.large{position:sticky;top:90px;left:0;padding-bottom:50px;overflow:hidden}}@media (min-width: 1600px){.section.section-how .sticky-wrap.large{padding-bottom:100px}}@media (min-width: 2048px){.section.section-how .sticky-wrap.large{height:fit-content;position:sticky;top:100px;left:0;padding-bottom:100px}}.section.section-how .sticky-wrap.large .container{transform-origin:top center}.section.section-how .how-wrap{display:flex;overflow-x:scroll;padding-bottom:17px;width:100vw;min-width:100vw;padding-right:16px;padding-left:16px}@media (min-width: 576px){.section.section-how .how-wrap{transform:translate(calc(-50vw + 270px));padding:0 calc(50vw - 250px) 26px}}@media (min-width: 768px){.section.section-how .how-wrap{transform:translate(calc(-50vw + 360px));padding:0 calc(50vw - 327px) 26px}}@media (min-width: 992px){.section.section-how .how-wrap{transform:translate(calc(-50vw + 372px));padding:0 calc(50vw - 332px) 26px}}@media (min-width: 1200px){.section.section-how .how-wrap{min-width:unset;width:100%;transform:unset;overflow-x:visible;padding:64px 0 0}}@media (min-width: 2048px){.section.section-how .how-wrap{padding:calc(50vh - 490px) 0 0}}.section.section-how .how-wrap .how-item{display:flex;flex-direction:column-reverse;align-items:center;padding:54px 40px;width:300px;min-width:300px;background:#211CFB;border-radius:30px;margin-right:20px;justify-content:flex-end}@media (min-width: 768px){.section.section-how .how-wrap .how-item{flex-direction:row;align-items:flex-start;justify-content:space-between;padding:50px;width:530px;min-width:530px;border-radius:40px;margin-right:30px}}@media (min-width: 1200px){.section.section-how .how-wrap .how-item{align-items:center;padding:60px 67px;width:840px;min-width:840px;height:560px;border-radius:80px;margin-right:30px}}.section.section-how .how-wrap .how-item .how-content{display:flex;flex-direction:column;margin-top:16px;height:100%;justify-content:space-between}@media (min-width: 768px){.section.section-how .how-wrap .how-item .how-content{height:unset;justify-content:unset;width:232px;margin-top:0;padding-top:44px}}@media (min-width: 1200px){.section.section-how .how-wrap .how-item .how-content{padding-top:80px;width:400px}}.section.section-how .how-wrap .how-item .how-content .index{font-weight:400;font-size:28px;line-height:95%;color:#fff;margin-bottom:8px;font-family:FF Nort Headline Condensed,sans-serif}@media (min-width: 768px){.section.section-how .how-wrap .how-item .how-content .index{font-size:32px;margin-bottom:23px}}@media (min-width: 1200px){.section.section-how .how-wrap .how-item .how-content .index{font-family:FF Nort,sans-serif;font-size:38px;line-height:47px;margin-bottom:30px}}.section.section-how .how-wrap .how-item .how-content .text{font-weight:400;font-size:28px;line-height:95%;color:#eaeaea;margin-bottom:48px;font-family:FF Nort Headline Condensed,sans-serif}@media (min-width: 768px){.section.section-how .how-wrap .how-item .how-content .text{font-family:FF Nort,sans-serif;font-size:22px;line-height:27px;margin-bottom:48px;min-height:81px}}@media (min-width: 1200px){.section.section-how .how-wrap .how-item .how-content .text{font-size:32px;line-height:47px;margin-bottom:70px;min-height:141px}}.section.section-how .how-wrap .how-item .how-content .btn{display:inline-block;justify-self:flex-end;font-weight:700;font-size:16px;line-height:21px;padding:15px 34px;width:144px;height:51px;letter-spacing:.03em;text-transform:uppercase;color:#fff;border:2px solid #FFFFFF;border-radius:102.193px;white-space:nowrap;position:relative;transition:.3s;overflow:hidden}@media (min-width: 768px){.section.section-how .how-wrap .how-item .how-content .btn{padding:20px 34px;height:61px}}@media (min-width: 1200px){.section.section-how .how-wrap .how-item .how-content .btn{padding:22px 34px 24px;width:162px;min-width:162px;height:72px;border-radius:102.193px;font-size:20px;line-height:26px}}.section.section-how .how-wrap .how-item .how-content .btn span{font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;white-space:nowrap;position:relative;z-index:1}@media (min-width: 1200px){.section.section-how .how-wrap .how-item .how-content .btn span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.section.section-how .how-wrap .how-item .how-content .btn:after{content:" ";position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;background:#FFFFFF;transition:.6s;z-index:0}.section.section-how .how-wrap .how-item .how-content .btn:hover{color:#000;background-color:#fff;transition:background-color 0s .5s}.section.section-how .how-wrap .how-item .how-content .btn:hover:after{bottom:-260px;left:-260px;width:500px;height:500px}.section.section-how .how-wrap .how-item .card-img{width:170px;height:314.78px}@media (min-width: 768px){.section.section-how .how-wrap .how-item .card-img{width:165px;height:305.52px}}@media (min-width: 1200px){.section.section-how .how-wrap .how-item .card-img{width:auto;height:auto}}@media (max-width: 767px){.gyre-home.ua .section-prices .prices-row>.title{line-height:113%}}.section-prices{position:relative;padding:0 0 15px}@media (min-width: 768px){.section-prices{padding:0 0 75px}}@media (min-width: 1200px){.section-prices{padding:27px 0 60px}}@media (min-width: 1600px){.section-prices{padding:27px 0 114px}}@media (min-width: 2048px){.section-prices{padding:0 0 140px}}.section-prices .container{padding:0}.section-prices .prices-row{position:relative;display:flex;justify-content:space-between;flex-direction:column;padding:0 16px}@media (max-width: 767px){.section-prices .prices-row{padding:0;max-width:100%;margin:0}}@media (min-width: 1200px){.section-prices .prices-row{transform:unset;align-items:flex-start;flex-direction:row;padding:0;margin:0}}.section-prices .prices-row>.title{font-weight:500;font-size:54px;line-height:109%;text-align:left;text-transform:uppercase;color:#000;font-family:FF Nort Headline Condensed,sans-serif;margin-bottom:0;padding:0 16px;width:100%}@media (min-width: 768px){.section-prices .prices-row>.title{font-size:72px;line-height:88.52%;width:690px;margin:0 0 48px 29px;padding:0}}@media (min-width: 1200px){.section-prices .prices-row>.title{display:none}}.section-prices .prices-row>.title .x3{display:inline-block;position:relative;padding:0 5px;font-family:FF Nort Headline Condensed,sans-serif;line-height:97.52%}.section-prices .prices-row>.title .x3:before{content:" ";width:100%;height:64px;position:absolute;left:0;border:2px solid #000000;border-radius:10px}@media (min-width: 768px){.section-prices .prices-row>.title .x3:before{height:93px}}@media (min-width: 1200px){.section-prices .prices-row>.title .x3{padding:0 15px}.section-prices .prices-row>.title .x3:before{content:" ";width:100%;height:180px;position:absolute;left:0;border:2px solid #000000;border-radius:30px}}.prices-toggle-container{padding:34px 16px 0;margin-bottom:50px;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.prices-toggle-container{padding:0;margin-left:auto}}.prices-toggle-container .toggle{display:flex;align-items:center;gap:8px;cursor:pointer}.prices-toggle-container .toggle:hover .toggle-control-point:after{background-color:#ff0049;bottom:-100px;left:-100px;width:200px;height:200px}.prices-toggle-container .toggle-title{font-family:Oswald,sans-serif;font-size:14px;font-weight:500}@media (min-width: 768px){.prices-toggle-container .toggle-title{font-size:20px}}.prices-toggle-container .toggle-control{transition:.3s ease-out;width:60px;height:33px;display:block;border:2px solid #000;border-radius:50px;background-color:#000;position:relative}@media (min-width: 768px){.prices-toggle-container .toggle-control{width:90px;height:50px}}.prices-toggle-container .toggle-control-point{transition:.3s ease-out;content:"";width:30px;height:100%;display:block;background-color:#d3ff55;border-radius:50%;box-shadow:0 0 1px #000;position:absolute;top:0;left:0;overflow:hidden}@media (min-width: 768px){.prices-toggle-container .toggle-control-point{width:45px}}.prices-toggle-container .toggle-control-point:after{content:" ";position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;background:#D3FF55;transition:.6s;z-index:1}.prices-toggle-container .toggle input{display:none}.prices-toggle-container .toggle input:checked+.toggle-control .toggle-control-point{left:26px}@media (min-width: 768px){.prices-toggle-container .toggle input:checked+.toggle-control .toggle-control-point{left:41px}}.prices-toggle-container .prices-toggle-box{text-align:center;width:100%}.prices-toggle-container .prices-toggle-box .btn-color-mode-switch{position:relative}.prices-toggle-container .prices-toggle-box .btn-color-mode-switch .btn-color-mode-switch-inner{margin:0;width:605px;height:60px;background:#000;border-radius:30px;overflow:hidden;position:relative;transition:all .3s ease;color:#fff;font-size:28px;font-weight:700;display:grid;grid-template-columns:repeat(2,1fr);align-items:center}.prices-toggle-container .prices-toggle-box .btn-color-mode-switch .btn-color-mode-switch-inner:before{content:attr(data-off);height:100%;width:100%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:30px;border:2px solid #000;background-color:#d3ff55;color:#000}.prices-toggle-container .prices-toggle-box .btn-color-mode-switch .btn-color-mode-switch-inner:after{content:attr(data-on);height:100%;width:100%;display:flex;align-items:center;justify-content:center;border:2px solid #000;transition:all .3s ease;border-radius:30px}@media (min-width: 1440px){.prices-toggle-container .prices-toggle-box .btn-color-mode-switch .btn-color-mode-switch-inner{width:605px;height:60px;font-size:28px}}@media (min-width: 1024px){.prices-toggle-container .prices-toggle-box .btn-color-mode-switch .btn-color-mode-switch-inner{width:453px;height:44px;font-size:21px}}@media (max-width: 768px){.prices-toggle-container .prices-toggle-box .btn-color-mode-switch .btn-color-mode-switch-inner{width:100%}}.prices-toggle-container .prices-toggle-box .btn-color-mode-switch input[type=checkbox]{cursor:pointer;width:100%;height:100%;opacity:0;position:absolute;top:0;left:0;z-index:1;margin:0}.prices-toggle-container .prices-toggle-box .btn-color-mode-switch input[type=checkbox]:checked+.btn-color-mode-switch-inner:after{background-color:#d3ff55;color:#000}.prices-toggle-container .prices-toggle-box .btn-color-mode-switch input[type=checkbox]:checked+.btn-color-mode-switch-inner:before{background-color:#000;color:#fff}@media (max-width: 768px){.prices-toggle-container .prices-toggle-box .btn-color-mode-switch{width:100%}}.prices-wrap .periods-n-title{display:flex;flex-direction:column-reverse}@media (min-width: 768px){.prices-wrap .periods-n-title{flex-direction:row-reverse}}@media (min-width: 1200px){.prices-wrap .periods-n-title{display:flex;flex-direction:row;align-items:flex-end;margin-bottom:49px}}.prices-wrap .periods-n-title .title{display:none}@media (min-width: 1200px){.prices-wrap .periods-n-title .title{display:block;font-family:FF Nort Headline Condensed,sans-serif;font-style:normal;font-size:110px;font-weight:500;line-height:101.023%;text-transform:uppercase;color:#000;margin-right:55px}}.prices-wrap .periods{display:flex;padding:34px 16px 27px;overflow-x:scroll}@media (min-width: 576px){.prices-wrap .periods{transform:translate(calc(-50vw + 270px));min-width:100vw;padding:25px calc(50vw - 250px) 27px}}@media (min-width: 768px){.prices-wrap .periods{transform:unset;overflow-x:visible;padding:0 0 0 25px;min-width:unset;margin-bottom:40px;margin-right:-23px}}@media (min-width: 1200px){.prices-wrap .periods{padding:0;margin-bottom:0;margin-right:0}}.prices-wrap .periods .period-wrap{position:relative}.prices-wrap .periods .period-wrap .discount{font-family:Oswald,sans-serif;position:absolute;padding:4px 10px 6px;top:-20px;right:11px;background:#EAEAEA;border:2px solid #9d002d;border-radius:34px;font-weight:500;font-size:15px;line-height:107.02%;text-transform:uppercase;color:#9d002d;transition:.3s}@media (min-width: 768px){.prices-wrap .periods .period-wrap .discount{padding:4px 13px 6px;top:-20px;right:5px;font-size:20px}}@media (min-width: 1200px){.prices-wrap .periods .period-wrap .discount{top:-18px;right:17px}}.prices-wrap .periods .period-wrap .discount.wow.animated{border-color:#ff0049;color:#ff0049}.prices-wrap .periods .period-wrap .period{padding:11px 19px 13px;border-radius:100px;margin-right:13px;border:2px solid #000;cursor:pointer;font-family:Oswald,sans-serif;font-weight:500;font-size:14px;line-height:107.02%;text-transform:uppercase;color:#000;position:relative;transition:.3s;overflow:hidden}@media (min-width: 768px){.prices-wrap .periods .period-wrap .period{font-size:20px;line-height:107.02%;margin-right:23px}}@media (min-width: 1200px){.prices-wrap .periods .period-wrap .period{margin-right:49px}}.prices-wrap .periods .period-wrap .period span{font-weight:inherit!important;font-size:inherit!important;line-height:inherit!important;font-family:Oswald,sans-serif;letter-spacing:inherit!important;text-transform:inherit!important;color:inherit;white-space:nowrap!important;z-index:1}@media (min-width: 1200px){.prices-wrap .periods .period-wrap .period span.fake{color:transparent!important}}.prices-wrap .periods .period-wrap .period span.real{display:none}@media (min-width: 1200px){.prices-wrap .periods .period-wrap .period span.real{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (min-width: 1200px){.prices-wrap .periods .period-wrap .period:after{content:" ";position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;background:#000000;transition:.6s;z-index:0}}.prices-wrap .periods .period-wrap.active .discount,.prices-wrap .periods .period-wrap.active .discount.wow.animated{color:#fff;background-color:#ff0049}.prices-wrap .periods .period-wrap.active .period{border:2px solid #000000;color:#fff;background:#000000}@media (min-width: 1200px){.prices-wrap .periods .period-wrap.active .period:after{bottom:-260px;left:-260px;width:500px;height:500px}}.prices-wrap .plans-wrap{display:flex;overflow-x:scroll;padding-bottom:30px;width:100vw;min-width:100vw;padding-right:16px;padding-left:16px}@media (min-width: 576px){.prices-wrap .plans-wrap{transform:translate(calc(-50vw + 270px));padding:0 calc(50vw - 250px) 22px}}@media (min-width: 768px){.prices-wrap .plans-wrap{transform:translate(calc(-50vw + 360px));gap:28px;padding-bottom:31px;padding-right:calc(50vw - 331px);padding-left:calc(50vw - 331px)}}@media (min-width: 992px){.prices-wrap .plans-wrap{transform:translate(calc(-50vw + 339px));padding-left:calc(50vw - 317px)}}@media (min-width: 1200px){.prices-wrap .plans-wrap{min-width:unset;width:100%;transform:unset;overflow-x:visible;padding:0;justify-content:flex-start;gap:30px}}.prices-wrap .plans-wrap-default{display:flex;gap:30px}.prices-wrap .plans-wrap-default .plans-item:first-child{display:none}.prices-wrap .plans-wrap-fourk{display:none;gap:30px}.prices-wrap .plans-wrap.is-fourk .plans-wrap-default{display:none}.prices-wrap .plans-wrap.is-fourk .plans-wrap-fourk{display:flex}.prices-wrap .plans-wrap.not-first .free-plan{display:none!important}.prices-wrap .plans-wrap.g-period-1 .plans-item:first-child{display:block!important}@media (min-width: 768px){.prices-wrap .plans-wrap.g-period-1 .plans-item:first-child .item-header .title{font-size:42px;line-height:60px}}@media (min-width: 1200px){.prices-wrap .plans-wrap.g-period-1 .plans-item:first-child .item-header .title{font-size:28px;line-height:95%}}.prices-wrap .plans-wrap.g-period-1 .price.period_1{display:flex!important}.prices-wrap .plans-wrap.g-period-1 .bf-bag,.prices-wrap .plans-wrap.g-period-1 .bf-ticket{display:none!important}.prices-wrap .plans-wrap.g-period-2 .price.period_2,.prices-wrap .plans-wrap.g-period-3 .price.period_3,.prices-wrap .plans-wrap.g-period-4 .price.period_4{display:flex!important}.prices-wrap .plans-wrap .plans-item{overflow:hidden;width:294px;min-width:294px;background:#FFFFFF;border:2px solid #000000;border-radius:40px;margin-right:20px}@media (min-width: 768px){.prices-wrap .plans-wrap .plans-item{width:282px;min-width:282px;margin-right:0}}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item{width:287px;border-radius:30px}}.prices-wrap .plans-wrap .plans-item .item-header{min-height:190px;border-bottom:2px solid #000000;padding:45px 49px}@media (min-width: 768px){.prices-wrap .plans-wrap .plans-item .item-header{padding:36px 43px 40px 44px}}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-header{min-height:131px;padding:29px 44px 0 48px}}.prices-wrap .plans-wrap .plans-item .item-header .title{font-family:FF Nort Headline Condensed,sans-serif;font-weight:500;font-size:42px;line-height:95%;width:auto!important;padding:0!important;text-transform:uppercase;color:#000;margin-bottom:11px;text-align:left}@media (min-width: 768px){.prices-wrap .plans-wrap .plans-item .item-header .title{font-size:54px;line-height:112.5%;margin-bottom:9px}}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-header .title{font-size:28px;line-height:95%;margin-bottom:13px}}.prices-wrap .plans-wrap .plans-item .item-header .title .red{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important;color:#ff0049}.prices-wrap .plans-wrap .plans-item .item-header .price{display:none;font-weight:400;font-size:17px;line-height:1;color:#000000b8;white-space:nowrap;align-items:flex-end}@media (min-width: 768px){.prices-wrap .plans-wrap .plans-item .item-header .price{font-size:20px}}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-header .price{font-size:16px;line-height:22px}}.prices-wrap .plans-wrap .plans-item .item-header .price .old-value{font-family:Oswald,sans-serif!important;font-size:24px;font-weight:500;line-height:95%;text-align:center;text-transform:uppercase;color:#ff0049;text-decoration:line-through;margin-right:10px}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-header .price .old-value{font-weight:400;line-height:120%}}.prices-wrap .plans-wrap .plans-item .item-header .price .price-value{font-family:Oswald,sans-serif!important;font-size:28px;font-weight:500;line-height:95%;text-align:center;text-transform:uppercase;color:#000;margin-right:10px}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-header .price .price-value{font-size:32px;font-weight:400;line-height:120%}}.prices-wrap .plans-wrap .plans-item .item-body{display:flex;flex-direction:column;padding:34px 44px 33px 38px;height:100%}@media (min-width: 768px){.prices-wrap .plans-wrap .plans-item .item-body{padding:36px 43px 34px 44px}}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-body{padding:40px 44px 40px 48px}}.prices-wrap .plans-wrap .plans-item .item-body .contact-area{margin:0 auto}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-body .contact-area{margin:0}}.prices-wrap .plans-wrap .plans-item .item-body .perc-title{font-weight:400;font-size:10px;line-height:14px;letter-spacing:.03em;text-transform:uppercase;color:#000000b8;margin-bottom:5px}@media (min-width: 768px){.prices-wrap .plans-wrap .plans-item .item-body .perc-title{font-size:10px;line-height:18px}}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-body .perc-title{font-size:12px;line-height:18px}}.prices-wrap .plans-wrap .plans-item .item-body .perc-title-tooltip{cursor:help;border-bottom-width:.5px;border-bottom-style:dashed;border-color:var(--kt-gray-500)}.prices-wrap .plans-wrap .plans-item .item-body .perc-value{font-weight:400;font-size:16px;line-height:22px;color:#000;margin-bottom:16px;display:flex;align-items:center;gap:10px}.prices-wrap .plans-wrap .plans-item .item-body .perc-value:last-of-type{margin-bottom:40px}@media (min-width: 768px){.prices-wrap .plans-wrap .plans-item .item-body .perc-value:last-of-type{margin-bottom:0}}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-body .perc-value:last-of-type{margin-bottom:4px}}@media (min-width: 768px){.prices-wrap .plans-wrap .plans-item .item-body .perc-value{margin-bottom:13px}}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-body .perc-value{font-size:18px;margin-bottom:13px}}.prices-wrap .plans-wrap .plans-item .item-body .perc-value .badge-custom{font-size:10px;font-weight:600;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid black}.prices-wrap .plans-wrap .plans-item .item-body .item-btn{font-weight:700;font-size:16px;line-height:21px;text-align:center;letter-spacing:.03em;text-transform:uppercase;color:#000;background:white;display:flex;align-items:center;justify-content:center;padding:15px 34px;width:162px;height:51px;border:2px solid #000000;border-radius:102px;justify-self:flex-end;align-self:center;white-space:nowrap;position:relative;transition:.3s;overflow:hidden}@media (min-width: 768px){.prices-wrap .plans-wrap .plans-item .item-body .item-btn{font-size:20px;line-height:26px;padding:20px 40px;width:174px;height:66px;border-radius:58px;margin-top:25px}}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-body .item-btn{padding:24px 50px;width:194px;height:74px;margin-top:19px}}.prices-wrap .plans-wrap .plans-item .item-body .item-btn span{font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;white-space:nowrap;z-index:1}@media (min-width: 1200px){.prices-wrap .plans-wrap .plans-item .item-body .item-btn span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.prices-wrap .plans-wrap .plans-item .item-body .item-btn:after{content:" ";position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;background:#000000;transition:.6s;z-index:0}.prices-wrap .plans-wrap .plans-item .item-body .item-btn.is-hover{color:#fff;background-color:#000;transition:background-color 0s .5s}.prices-wrap .plans-wrap .plans-item .item-body .item-btn.is-hover:after{bottom:-260px;left:-260px;width:500px;height:500px}.prices-wrap .plans-wrap .plans-item.main-plan .item-header{background:#D3FF55}.prices-wrap .plans-wrap .plans-item.main-plan .item-btn{color:#fff!important;background:#FF0049!important;border:none!important}.prices-wrap .plans-wrap .plans-item.main-plan .item-btn:after{background-color:#d3ff55}.prices-wrap .plans-wrap .plans-item.main-plan .item-btn.is-hover{color:#000!important;background-color:#d3ff55!important;transition:background-color .1s .5s}.component-wrap{padding:0}.gyre-home.ua .section-ready .ready-banner .text-wrap .ready-btn{width:260px!important;white-space:nowrap}@media (min-width: 1200px){.gyre-home.ua .section-ready .ready-banner .text-wrap .ready-btn{width:350px!important}}@media (min-width: 1200px){.gyre-home.ua .section-ready .ready-banner .text-wrap .ready-text{font-size:132px;font-style:normal;font-weight:500;line-height:101.023%}}.section-ready{position:relative;padding:0 0 60px}@media (min-width: 768px){.section-ready{padding:0 0 97px}}@media (min-width: 1200px){.section-ready{padding:99px 0 46px}}@media (min-width: 1600px){.section-ready{padding:99px 0 90px}}.section-ready.desk{display:none}@media (min-width: 768px){.section-ready.desk{display:block}}.section-ready.mob{display:block}@media (min-width: 768px){.section-ready.mob{display:none}}.section-ready .container{padding:0}.section-ready .ready-row{position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:column-reverse;padding:0}@media (max-width: 767px){.section-ready .ready-row{margin-left:15px;margin-right:15px}}@media (min-width: 1200px){.section-ready .ready-row{align-items:flex-start;flex-direction:row;margin:0}}.section-ready .ready-banner{display:flex;flex-direction:column;align-items:center;position:relative;padding:60px 0 0;width:341px;height:589px;border-radius:30px}@media (min-width: 768px){.section-ready .ready-banner{flex-direction:row;justify-content:flex-end;height:402px;width:655px;padding:0 30px 0 0;background:#000000;border:2px solid #FFFFFF;border-radius:40px}}@media (min-width: 1200px){.section-ready .ready-banner{height:680px;width:100%;border-radius:70px}}.section-ready .ready-banner .ready-lottie-desk{display:none;position:absolute;left:0;bottom:0}@media (min-width: 768px){.section-ready .ready-banner .ready-lottie-desk{display:inline-block;width:100%;height:auto}}.section-ready .ready-banner .ready-lottie-mob{position:absolute;left:0;top:0;width:100%}@media (min-width: 768px){.section-ready .ready-banner .ready-lottie-mob{display:none}}.section-ready .ready-banner .ready-img-mob{margin-bottom:26px}@media (min-width: 768px){.section-ready .ready-banner .ready-img-mob{display:none}}.section-ready .ready-banner .text-wrap{display:flex;flex-direction:column;align-items:center;position:absolute;top:342px;left:50%;transform:translate(-50%);width:190px}@media (min-width: 768px){.section-ready .ready-banner .text-wrap{top:90px;left:unset;right:-90px;align-items:flex-start;width:250px}}@media (min-width: 1200px){.section-ready .ready-banner .text-wrap{top:176px;right:-165px;width:488px}}.section-ready .ready-banner .text-wrap .ready-text{font-weight:500;font-size:54px;line-height:102%;width:220px;text-transform:uppercase;color:#000;text-align:center;margin-bottom:16px}@media (min-width: 768px){.section-ready .ready-banner .text-wrap .ready-text{font-size:72px;line-height:94.52%;width:unset;margin-bottom:15px;color:#fff;text-align:left}}@media (min-width: 1200px){.section-ready .ready-banner .text-wrap .ready-text{font-size:110px;line-height:101.023%;margin-bottom:38px}}.section-ready .ready-banner .text-wrap .ready-btn{padding:15px 34px;width:144px;height:51px;background:#FF0049;border-radius:102px;font-weight:700;font-size:16px;line-height:21px;text-align:center;letter-spacing:.03em;text-transform:uppercase;color:#fff;position:relative;transition:.3s;overflow:hidden}@media (min-width: 768px){.section-ready .ready-banner .text-wrap .ready-btn{padding:20px 26px;width:200px;height:61px;font-size:16px;line-height:21px;border-radius:30px}}@media (min-width: 1200px){.section-ready .ready-banner .text-wrap .ready-btn{padding:24px 50px;width:285px;height:74px;font-size:20px;line-height:26px;border-radius:58px}}.section-ready .ready-banner .text-wrap .ready-btn span{position:relative;font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;white-space:nowrap;z-index:1}@media (min-width: 1200px){.section-ready .ready-banner .text-wrap .ready-btn span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.section-ready .ready-banner .text-wrap .ready-btn:after{content:" ";position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;background-color:#d3ff55;transition:.6s;z-index:0}.section-ready .ready-banner .text-wrap .ready-btn.mob{display:inline-block}@media (min-width: 768px){.section-ready .ready-banner .text-wrap .ready-btn.mob{display:none}}.section-ready .ready-banner .text-wrap .ready-btn.desk{display:none}@media (min-width: 768px){.section-ready .ready-banner .text-wrap .ready-btn.desk{display:inline-block}}.section-ready .ready-banner .text-wrap .ready-btn.desk.is-hover{color:#000}.section-ready .ready-banner .text-wrap .ready-btn.desk.is-hover:after{bottom:-310px;left:-50%;width:250%;height:600px}@media (min-width: 1200px){.gyre-home.ua .section-yt-advices#yt-advices .title{width:100%;margin:0 auto 25px}}.section-yt-advices#yt-advices{position:relative;padding:0 0 82px}@media (min-width: 1200px){.section-yt-advices#yt-advices{height:2250px!important;padding:78px 0 0}}@media (min-width: 1600px){.section-yt-advices#yt-advices{height:2250px!important;padding:16px 0 0}}@media (min-width: 2048px){.section-yt-advices#yt-advices{height:fit-content!important;padding:0 0 300px}}.section-yt-advices#yt-advices .yt-advices-row{position:relative;display:flex;justify-content:space-between;flex-direction:column;padding:0}@media (max-width: 767px){.section-yt-advices#yt-advices .yt-advices-row{padding:0 16px}}@media (min-width: 768px){.section-yt-advices#yt-advices .yt-advices-row{align-items:flex-start}}@media (min-width: 1200px){.section-yt-advices#yt-advices .sticky-wrap{position:sticky;top:100px;left:0;padding-bottom:100px;overflow:hidden}}@media (min-width: 2048px){.section-yt-advices#yt-advices .sticky-wrap{position:unset;top:0;left:0;padding-bottom:0;overflow:visible}}@media (max-width: 767px){.section-yt-advices#yt-advices .sticky-wrap .row{padding:0 16px}}.section-yt-advices#yt-advices .title{width:100%;font-weight:500;line-height:112.5%;font-size:54px;text-align:center;text-transform:uppercase;color:#fff;font-family:FF Nort Headline Condensed,sans-serif;margin-bottom:13px}@media (max-width: 767px){.section-yt-advices#yt-advices .title{padding:0}}@media (min-width: 768px){.section-yt-advices#yt-advices .title{font-size:72px;line-height:97.52%;width:600px;margin:0 auto 28px;text-align:center}}@media (min-width: 1200px){.section-yt-advices#yt-advices .title{width:100%;font-size:110px;font-weight:500;line-height:101.023%;text-align:center;margin:0 0 24px}}@media (min-width: 2048px){.section-yt-advices#yt-advices .title{margin:0 auto 24px;text-align:center}}.section-yt-advices#yt-advices .subtitle{font-weight:400;font-size:16px;line-height:22px;text-align:center;margin:0 auto 52px;color:#fff;transform:scale(.85);transform-origin:center center}@media (max-width: 767px){.section-yt-advices#yt-advices .subtitle{padding:0}}@media (min-width: 768px){.section-yt-advices#yt-advices .subtitle{width:575px;font-size:16px;line-height:22px;margin:0 auto}}@media (min-width: 1200px){.section-yt-advices#yt-advices .subtitle{width:830px;font-size:20px;line-height:30px;margin:0 auto}}@media (min-width: 1200px) and (max-height: 700px){.section-yt-advices#yt-advices .subtitle{font-size:16px}}.section-yt-advices#yt-advices .yt-advices-wrap{display:flex;width:fit-content;padding-top:0;overflow-x:scroll;padding-bottom:20px;width:100vw;min-width:100vw}@media (max-width: 767px){.section-yt-advices#yt-advices .yt-advices-wrap{padding:0 0 0 16px;margin-left:-16px}}@media (min-width: 576px){.section-yt-advices#yt-advices .yt-advices-wrap{transform:translate(calc(-50vw + 270px));padding:0 calc(50vw - 250px) 20px}}@media (min-width: 768px){.section-yt-advices#yt-advices .yt-advices-wrap{padding:62px calc(50vw - 314px) 90px calc(50vw - 314px);transform:translate(calc(-50vw + 360px))}}@media (min-width: 992px){.section-yt-advices#yt-advices .yt-advices-wrap{transform:translate(calc(-50vw + 372px))}}@media (min-width: 1200px){.section-yt-advices#yt-advices .yt-advices-wrap{overflow-x:visible;min-width:unset;width:100%;transform:unset;padding:40px 0 0}}@media (min-width: 2048px){.section-yt-advices#yt-advices .yt-advices-wrap{justify-content:center}}.section-yt-advices#yt-advices .yt-advices-wrap .width-ph{display:none}@media (min-width: 1200px){.section-yt-advices#yt-advices .yt-advices-wrap .width-ph{display:block;min-width:95vw}}.section-yt-advices#yt-advices .yt-advices-wrap .advice-item{display:flex;flex-direction:column;padding:48px 40px 54px;width:300px;min-width:300px;border-radius:30px;margin-right:20px;background:#FFFFFF;border:2px solid #000000}@media (max-width: 767px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item{transform:unset!important}}@media (min-width: 768px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item{width:340px;min-width:340px;padding:54px 50px 64px;margin-right:80px;border-radius:50px}}@media (min-width: 1200px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item{padding:67px 67px 90px;width:605px;min-width:605px;border-radius:80px;margin:0 40px}}@media (min-width: 1200px) and (max-height: 700px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item{padding:40px;border-radius:40px}}@media (min-width: 768px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item.advice-item-even{transform:rotate(4deg)}}@media (min-width: 1200px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item.advice-item-even{transform:unset}}@media (min-width: 768px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item.advice-item-odd{transform:rotate(-9deg)}}@media (min-width: 1200px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item.advice-item-odd{transform:unset}}.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .quote-icon{width:73px;margin-bottom:20px}@media (min-width: 1200px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .quote-icon{width:82px;margin-bottom:50px}}@media (min-width: 1200px) and (max-height: 750px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .quote-icon{width:60px;margin-bottom:20px}}.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .item-title{font-weight:500;color:#000;font-size:20px;line-height:118%;margin-bottom:16px;font-family:Oswald;text-transform:uppercase}@media (min-width: 768px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .item-title{font-family:Gilroy,sans-serif;font-size:22px;line-height:27px;margin-bottom:16px;text-transform:unset}}@media (min-width: 1200px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .item-title{font-size:32px;line-height:42.312px;margin-bottom:28px}}@media (min-width: 1200px) and (max-height: 700px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .item-title{font-size:24px}}.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .item-text{font-weight:400;font-size:16px;line-height:22px;color:#0009}@media (min-width: 768px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .item-text{font-size:16px;line-height:22px}}@media (min-width: 1200px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .item-text{font-size:20px;line-height:30px}}@media (min-width: 1200px) and (max-height: 700px){.section-yt-advices#yt-advices .yt-advices-wrap .advice-item .item-text{font-size:16px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1240px!important;padding:0;transform:scale(.85);transform-origin:center center}}@media (min-width: 1600px){.container-xl,.container-lg,.container-md,.container-sm,.container{transform:unset}}.vid-popup{display:none}.vid-popup.active{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000e6;z-index:10000000}.vid-popup .iframe-wrapper{position:relative;width:100%;height:100%;max-height:200px;padding:0 15px;text-align:center}@media (min-width: 425px){.vid-popup .iframe-wrapper{max-width:400px;max-height:210px}}@media (min-width: 768px){.vid-popup .iframe-wrapper{padding:0;border-radius:40px;max-width:680px;max-height:342px}}@media (min-width: 1200px){.vid-popup .iframe-wrapper{max-width:1133px;max-height:642px}}.vid-popup .iframe-wrapper .close-btn{position:absolute;width:32px;height:32px;top:-40px;right:10px;cursor:pointer}@media (min-width: 768px){.vid-popup .iframe-wrapper .close-btn{width:48px;height:48px;top:-40px;right:-40px}}@media (min-width: 1200px){.vid-popup .iframe-wrapper .close-btn{width:64px;height:64px;top:-54px;right:-54px}}@media (max-height: 750px) and (min-width: 1200px){.vid-popup .iframe-wrapper .close-btn{top:0;right:-70px}}.vid-popup .iframe-wrapper .close-btn svg{max-width:100%;max-height:100%}.vid-popup .iframe-wrapper iframe{border-radius:20px;width:100%;height:100%}@media (min-width: 768px){.vid-popup .iframe-wrapper iframe{border-radius:40px}}.pre-loaded-body{overflow:hidden}.loader-logo{width:100vw;position:fixed;top:0;left:0;z-index:100000000;opacity:1;transition:opacity .1s}.loader-logo .loader-bg-wrap{position:absolute;top:0;left:0;height:100vh;width:100vw;background:black}.loader-logo .loader-bg-wrap .loader-anim{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100vh;width:max-content}@media (min-width: 1160px){.loader-logo .loader-bg-wrap .loader-anim{height:auto;width:100vw}}.section{height:fit-content!important}.folding-fixed-wrap{margin-bottom:-60px;z-index:1;position:relative}@media (max-width: 1199px){.folding-fixed-wrap{height:fit-content!important}}@media (min-width: 1200px){.folding-fixed-wrap{margin-bottom:-100px}}@media (min-width: 2048px){.folding-fixed-wrap{margin-bottom:-496px}}.folding-fixed-wrap.hide-on-mob{display:none}@media (min-width: 768px){.folding-fixed-wrap.hide-on-mob{display:block}}.folding-section{padding:80px 0 60px;border-radius:40px 40px 0 0;transform:unset!important;width:100%;left:0;z-index:-1;max-width:100vw}@media (min-width: 768px){.folding-section{padding:140px 0 0;border-radius:70px 70px 0 0}}@media (min-width: 1200px){.folding-section{padding:0 0 100px;border-radius:120px 120px 0 0}}@media (min-width: 1600px){.folding-section{padding:100px 0}}@media (min-width: 2048px){.folding-section{min-height:100vh;padding:100px 0 496px;border-radius:60px 60px 0 0}}.folding-section.banner{border-radius:0!important;padding-top:0!important}.folding-section.grey{background:#EAEAEA}.folding-section.blue{background:#211CFB}.folding-section.black{background:#000000}#dropdownMenuButton{padding:8px 12px}.global-header .dropdown-lang.open .dropdown-toggle:after{top:15px}.global-header .dropdown-lang .dropdown-toggle:after{top:15px}.global-header .dropdown-menu{margin:0}.page-menu-list{padding-top:0;overflow-y:visible}@media (min-width: 1200px){.page-menu-list{padding:0}}.section{transition:opacity .3s ease-in-out}.title-negative{transition:.6s ease-in-out}@media (min-width: 1200px){* .btn{width:fit-content!important;padding-left:50px!important;padding-right:50px!important}}.the-last-block{background:#f8fafc;z-index:1}@media (min-width: 1200px){.the-last-block{margin-bottom:816px}}@media (min-width: 1200px){.the-last-block{margin-bottom:698px}}@media (min-width: 1200px){.basic-footer{opacity:0;position:fixed;z-index:0}}.section{z-index:1}.page-menu-link{display:flex;align-items:center;color:#fff}@media (min-width: 1200px){.page-menu-link{position:relative}.page-menu-link .icon-count{margin-left:8px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#2E59E7;border-radius:100px;font-weight:600;font-size:8px;line-height:10px;color:#fff}}html,body,#fullpage,.section,.slide{height:100%}.wow{will-change:transform}.wow:not(.initial-visible){visibility:hidden}.wow-delay-01{animation-delay:.1s}.wow-delay-02{animation-delay:.2s}.wow-delay-03{animation-delay:.3s}.wow-delay-04{animation-delay:.4s}.wow-delay-05{animation-delay:.5s}.wow-delay-06{animation-delay:.6s}.wow-delay-07{animation-delay:.7s}.wow-delay-08{animation-delay:.8s}.wow-delay-09{animation-delay:.9s}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,20%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp;animation-duration:1s;animation-fill-mode:both}@keyframes fadeInUpScale{0%{opacity:0;transform:translate3d(0,20%,0) scale(.5)}to{opacity:1;transform:translateZ(0) scale(1)}}.fadeInUpScale{animation-name:fadeInUpScale;animation-duration:1s;animation-fill-mode:both}@keyframes fadeInUpScaleSmall{0%{opacity:0;transform:translate3d(0,10%,0) scale(.85)}to{opacity:1;transform:translateZ(0) scale(1)}}.fadeInUpScaleSmall{animation-name:fadeInUpScaleSmall;animation-duration:.75s;animation-fill-mode:both}@keyframes slideInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft;animation-duration:1s;animation-fill-mode:both}@keyframes slideInRight{0%{opacity:0;transform:scale(.5) translate3d(200%,0,0)}to{opacity:1;transform:scale(1) translateZ(0)}}.slideInRight{animation-name:slideInRight;animation-duration:1s;animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn;animation-duration:1s;animation-fill-mode:both}@keyframes slideInJustLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.slideInJustLeft{animation-name:slideInJustLeft}@keyframes moveTopBottom{0%{transform:translate(0)}50%{transform:translateY(15px)}to{transform:translate(0)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn;animation-iteration-count:infinite}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.basicFade{animation-name:basicFade;animation-duration:.6s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes basicFade{0%{opacity:0}to{opacity:1}}.fromLeftToRight{animation-name:fromLeftToRight;animation-duration:.6s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes fromLeftToRight{0%{transform:translate(-110%)}to{transform:translate(0)}}.titleFadeInUp{animation-name:titleFadeInUp;animation-duration:.6s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes titleFadeInUp{0%{transform:translateY(30%);opacity:0}to{transform:translateY(0);opacity:1}}#magic-cursor{position:absolute;width:30px;height:30px;pointer-events:none;z-index:1000000}#ball{position:fixed;display:block;left:0;top:0;transform:translate(-50%,-50%);width:25px;height:25px;border:.8px solid #fff;border-radius:50%;pointer-events:none;opacity:.3}.ctn-atractive{position:absolute;bottom:50px;left:60%;top:50%}.contact-area{width:fit-content;height:fit-content;z-index:10}.text-hover{height:30px;width:30px;color:#fff;text-align:center;line-height:30px;font-size:24px;font-size:13px;font-family:sans-serif;width:100px}#ball.bl{transform:scale(2) translate(-9px,-9px);border:1px solid #fff;left:0}.ctn-2{left:40%}.collapse-item{border-bottom:1px solid rgba(24,24,24,.5)}@media (max-width: 768px){.collapse-item:first-child{border-top:1px solid rgba(24,24,24,.5)}}.collapsible{display:flex;align-items:center;justify-content:space-between;background-color:transparent;cursor:pointer;color:#000;padding:25px 5px;width:100%;border:none;text-align:left;outline:none;font-weight:700;font-size:24px;line-height:29px;transition:background-color .3s ease-out}@media (min-width: 768px){.collapsible{padding:30px}}.collapsible:hover{background-color:#eee}.c-minus,.c-plus{margin-left:10px}.c-minus,.c-plus,.c-plus:after{width:22px;height:3px;background:#000;flex-shrink:0}.c-minus{display:none}.c-plus{position:relative;display:block}.c-plus:after{content:"";position:absolute;top:0;left:0;transform:rotate(90deg)}.c-active .c-minus{display:block}.c-active .c-plus{display:none}.c-content{padding:0 30px 0 0;max-height:0;overflow:hidden;transition:max-height .2s ease-out}@media (min-width: 768px){.c-content{padding:0 30px}}.c-content-wrapper{padding:10px 0 20px;display:flex;flex-wrap:wrap}@media (min-width: 768px){.c-content-wrapper{padding:35px 0 20px}}.c-c-item{display:flex;flex-grow:1;padding-left:10px;margin-bottom:24px;width:100%}@media (min-width: 768px){.c-c-item{padding-right:25px;padding-left:0;margin-bottom:30px}}.c-c-item .icon{flex-shrink:0;margin-right:12px;width:6px;height:6px;border-radius:50%;background:linear-gradient(0deg,#ff0049,#ff0049),#ff0049;margin-top:8px}.c-c-item .text{font-family:Roboto,Arial,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:27px;color:#000}.tabs__btns{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:10px}.tabs__btns-info{display:flex;align-items:center;justify-content:center;font-size:12px;line-height:24px;color:#fe2055;margin-bottom:30px}.tabs__btns-info div{position:relative}.tabs__btns-info div:after{content:"";position:absolute;top:-10px;right:-30px;width:26px;height:26px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFjSURBVHgB7VXbTcMwFD3Xonx3BLNBOwFlAoqgiL8yAp0AmIAyAf0uj2YD2KBhgpoN8k1ILseUqgG1tI2sSCCOFCW2r+/Jse8D+O1Q2zlV27bL1g3CkjUUuFHUxmoPu4tsBIGg9sQq8kd+JQJ9Upi28m2Q9sRFycwuoMLsXJAPSBZxkBg33DGQhGpHRasghDw+qkFL3N1lcV7csCdID4ITiruP6Li5eG1+nMEIvzo2dY6SZXZBo3QKbfBxqIqQd0nCt2dUAbVHrdx2xj/ZBFYoXaZGH1XAJz7VTVbZBVPoqwzVXaAKZPZ4wPu7QhXwZKsCpYgtlMS0WGcj1s4YSPfW3bdxt2Cvq+fYPuNGRqT2xd1eb7J/bYU+x/ja923HsCswuZvf62RpQq8CqFl8VA3ssnr43uaoikX6tRTRDDIn6dC5jOi4/jnlGOqxgYkhWSSThxcEQEFh6iCm5f8glPN//E28A4HthdyTm4SaAAAAAElFTkSuQmCC);background-position:center;background-size:cover}.tabs__btn{width:80px;border:none;padding:8px;position:relative;cursor:pointer;outline:none;background:transparent}.tabs__btn.is-active{cursor:default;font-weight:700}.tabs .toggler{display:flex;align-items:center;width:44px;height:24px;background:#ffffff;border:2px solid #202020;box-sizing:border-box;border-radius:42px;margin:0 13px;padding:0 2px;cursor:pointer}@media (max-width: 767px){.tabs .toggler{width:44px;height:25px;padding:0 5px}}.tabs .toggler.is-active{justify-content:flex-end}.tabs .toggler .circle{width:16px;height:16px;background:#fe2055;border:.5px solid rgba(0,0,0,.04);box-shadow:0 3px 8px #f8296440;border-radius:50%}@media (max-width: 767px){.tabs .toggler .circle{width:15px;height:15px}}.tabs__content{margin-top:2px}.tabs__item{display:none}.tabs__item.is-active{display:block}.nav-item.dropdown-lang{margin:0}@media (min-width: 736px){.dropdown-lang{display:inline-block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-item-align:center;align-self:center;margin-left:auto;z-index:20;margin-right:15px}}.dropdown-lang .dropdown-toggle{background-color:transparent;font-style:normal;font-weight:700;font-size:14px;line-height:16px;color:#181818;opacity:.95;text-transform:uppercase;position:relative}.dropdown-lang .dropdown-toggle:after{content:"";background:url('data:image/svg+xml,<svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.15518 4C3.01176 4 2.86835 3.92157 2.72493 3.76471L0.215126 1.2549C-0.0717087 1.01961 -0.0717087 0.54902 0.215126 0.235294C0.430252 -0.0784314 0.860504 -0.0784314 1.14734 0.235294L3.22689 2.35294L5.30644 0.235294C5.59328 -2.33946e-08 5.95182 -2.33946e-08 6.23866 0.235294C6.45378 0.54902 6.45378 0.941177 6.23866 1.2549L3.58543 3.76471C3.44202 3.92157 3.2986 4 3.15518 4Z" fill="%23181818"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:50%;top:15px;right:0;width:8px;height:5px;display:inline-block;-webkit-transform:translate(0);transform:translate(0);position:absolute}.dropdown-lang .dropdown-toggle:focus{outline:none}.dropdown-lang .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px 6px 6px;font-size:16px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown-lang .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0 0;margin:2px 0 0;font-size:16px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.18);box-shadow:0 6px 12px #0000002e}.dropdown-lang.open{z-index:110}.dropdown-lang.open .dropdown-toggle:after{content:"";background:url('data:image/svg+xml,<svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.15518 4C3.01176 4 2.86835 3.92157 2.72493 3.76471L0.215126 1.2549C-0.0717087 1.01961 -0.0717087 0.54902 0.215126 0.235294C0.430252 -0.0784314 0.860504 -0.0784314 1.14734 0.235294L3.22689 2.35294L5.30644 0.235294C5.59328 -2.33946e-08 5.95182 -2.33946e-08 6.23866 0.235294C6.45378 0.54902 6.45378 0.941177 6.23866 1.2549L3.58543 3.76471C3.44202 3.92157 3.2986 4 3.15518 4Z" fill="%23181818"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:50%;top:15px;right:0;width:8px;height:5px;display:inline-block;-webkit-transform:translate(0) rotate(180deg);transform:translate(0) rotate(180deg);position:absolute}.dropdown-lang.open .dropdown-menu{display:block;background-color:#fff;min-width:20px;border:0;margin-top:4px;border-radius:0}.dropdown-lang.open .dropdown-menu .hide{display:none}.dropdown-lang.open .dropdown-item{display:block;color:#181818;opacity:.8;padding:3px 16px 3px 13px;text-transform:uppercase;font-weight:700;letter-spacing:.02em}.dropdown-lang.open .dropdown-item:hover{color:#fff;text-decoration:none;background-color:#181818}@media (min-width: 1200px){.dropdown-lang{margin-right:0}}@media (max-width: 992px){.dropdown-lang .dropdown-toggle{color:#fff}.dropdown-lang .dropdown-toggle:after{background:url('data:image/svg+xml,<svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.15518 4C3.01176 4 2.86835 3.92157 2.72493 3.76471L0.215126 1.2549C-0.0717087 1.01961 -0.0717087 0.54902 0.215126 0.235294C0.430252 -0.0784314 0.860504 -0.0784314 1.14734 0.235294L3.22689 2.35294L5.30644 0.235294C5.59328 -2.33946e-08 5.95182 -2.33946e-08 6.23866 0.235294C6.45378 0.54902 6.45378 0.941177 6.23866 1.2549L3.58543 3.76471C3.44202 3.92157 3.2986 4 3.15518 4Z" fill="white"/></svg>');background-repeat:no-repeat}.dropdown-lang.open .dropdown-toggle:after{background:url('data:image/svg+xml,<svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.15518 4C3.01176 4 2.86835 3.92157 2.72493 3.76471L0.215126 1.2549C-0.0717087 1.01961 -0.0717087 0.54902 0.215126 0.235294C0.430252 -0.0784314 0.860504 -0.0784314 1.14734 0.235294L3.22689 2.35294L5.30644 0.235294C5.59328 -2.33946e-08 5.95182 -2.33946e-08 6.23866 0.235294C6.45378 0.54902 6.45378 0.941177 6.23866 1.2549L3.58543 3.76471C3.44202 3.92157 3.2986 4 3.15518 4Z" fill="white"/></svg>');background-repeat:no-repeat}.dropdown-lang.open .dropdown-menu{background-color:#181818}.dropdown-lang.open .dropdown-item{color:#fff}.dropdown-lang.open .dropdown-item:hover{background-color:#fff}}.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 iframe,.embed-responsive embed,.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%}#lead-popup{display:none;position:fixed;z-index:5001;left:0;top:0;width:100%;height:100%;background-color:#000;background-color:#0006;color:#fff;justify-content:center;align-items:center;transition:all .5s,opacity 2s;font-family:Gilroy}#lead-popup .lead-container{position:relative;background-color:#181818;width:1200px;height:600px;border-radius:30px;overflow:hidden}@media (max-width: 1199px){#lead-popup .lead-container{width:720px;height:453px}}@media (max-width: 719px){#lead-popup .lead-container{width:360px;height:747px}}#lead-popup .lead-container .lead-content{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex}@media (max-width: 719px){#lead-popup .lead-container .lead-content{flex-direction:column;align-items:center;justify-content:center}}#lead-popup .lead-container .lead-content .lead-left{width:50%;padding:0 80px;display:flex;flex-direction:column;justify-content:center}@media (min-width: 720px){#lead-popup .lead-container .lead-content .lead-left{border-right:2px solid;border-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgb(47,47,47) 10%,rgb(47,47,47) 90%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%) 1}}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-left{padding:0 50px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-left{padding:0 30px;width:100%;margin-bottom:35px}}#lead-popup .lead-container .lead-content .lead-left .lead-bg-img{position:absolute;top:13%;left:4%}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-left .lead-bg-img{top:5%;left:auto}}#lead-popup .lead-container .lead-content .lead-left .lead-title{font-size:56px;font-weight:800;margin-bottom:35px;line-height:65px}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-left .lead-title{font-size:32px;margin-bottom:22px;line-height:39px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-left .lead-title{font-size:30px;margin-bottom:11px;line-height:37px;text-align:center}}#lead-popup .lead-container .lead-content .lead-left .lead-title .text-warning{color:#eeff41!important}#lead-popup .lead-container .lead-content .lead-left .lead-subtitle{font-size:28px;font-weight:400;line-height:39px;font-family:Inter}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-left .lead-subtitle{font-size:16px;line-height:24px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-left .lead-subtitle{font-size:16px;text-align:center}}#lead-popup .lead-container .lead-content .lead-right{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 80px}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-right{padding:0 50px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-right{padding:0 30px;width:100%}}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons{margin-bottom:20px}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons{margin-bottom:15px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons{margin-bottom:16px}}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons ul{list-style:none;margin:0;padding-left:0;display:flex;justify-content:center}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons ul li{text-decoration:none;margin-right:10px}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons ul li:nth-last-child{margin-right:0}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons ul li img{height:52px;width:52px}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons ul li img{height:39px;width:39px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons ul li img{height:52px;width:52px}}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons .text{text-align:center;font-size:25px;line-height:36px;font-weight:600;margin-bottom:25px}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons .text{font-size:18px;line-height:27px;margin-bottom:19px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-buttons .text{font-size:20px;line-height:27px;margin-bottom:11px}}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-input-email{margin-bottom:35px;width:100%}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-input-email input{background:#272727;border:1px solid #757575;box-shadow:0 4px 4px #00000003;border-radius:100px;padding:19.5px 0;width:100%;text-align:center;color:#fff}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-input-check{margin-bottom:22px;display:flex;align-items:center;justify-content:center;opacity:.6;font-size:14px;line-height:25px}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-input-check{font-size:9.7px;line-height:18px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-input-check{font-size:11.5px;line-height:20px}}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-input-check .form-check-input{margin-top:0;margin-right:16px;background-color:#181818;border:1px solid #757575;height:24px;width:24px}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-input-check a{font-weight:600;color:#fff}#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-button{background:#FE2055;box-shadow:0 16px 30px #f8296433;border:none;border-radius:300px;padding:19.5px 0;color:#fff;text-align:center;width:100%;font-weight:800;font-size:18px;text-transform:uppercase}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-button{font-size:14px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-right .lead-right-content .lead-button{font-size:18px}}#lead-popup .lead-container .lead-content .lead-right .lead-right-thanks{border:5px solid #198754;border-radius:40px;display:none;justify-content:space-evenly;align-items:center;flex-direction:column;height:420px;font-size:28px;font-weight:400;line-height:39px;font-family:Inter;width:100%}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-right .lead-right-thanks{height:260px;font-size:16px;line-height:24px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-right .lead-right-thanks{height:280px;font-size:18px}#lead-popup .lead-container .lead-content .lead-right .lead-right-thanks .img{height:70px}}#lead-popup .lead-container .lead-content .lead-right .lead-right-thanks .text{text-align:center}#lead-popup .lead-container .lead-content .lead-right .lead-right-thanks img{height:100px}@media (max-width: 1199px){#lead-popup .lead-container .lead-content .lead-right .lead-right-thanks img{height:70px}}@media (max-width: 719px){#lead-popup .lead-container .lead-content .lead-right .lead-right-thanks img{height:70px}}#lead-popup .lead-container .lead-content .lead-close{display:block;position:absolute;right:0;top:0;margin:10px 20px;font-size:28px;font-weight:700}#lead-popup .lead-container .lead-content .lead-close:hover,#lead-popup .lead-container .lead-content .lead-close:focus{color:#000;text-decoration:none;cursor:pointer}#lead-popup.lead-ru .lead-container .lead-content .lead-left .lead-title,#lead-popup.lead-ua .lead-container .lead-content .lead-left .lead-title{font-size:40px;line-height:51px}#lead-popup.lead-ru .lead-container .lead-content .lead-left .lead-subtitle,#lead-popup.lead-ua .lead-container .lead-content .lead-left .lead-subtitle{font-size:26px;line-height:39.27px}@media (max-width: 1199px){#lead-popup.lead-ru .lead-container .lead-content .lead-left .lead-title,#lead-popup.lead-ua .lead-container .lead-content .lead-left .lead-title{font-size:23px;line-height:34.31px}#lead-popup.lead-ru .lead-container .lead-content .lead-left .lead-subtitle,#lead-popup.lead-ua .lead-container .lead-content .lead-left .lead-subtitle{font-size:14px;line-height:21px}}#lead-popup.lead-ru .lead-container .lead-content .lead-right .lead-input-check .form-check-label,#lead-popup.lead-ua .lead-container .lead-content .lead-right .lead-input-check .form-check-label{width:80%}@keyframes bounce-7{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-25%)}50%{transform:scale(1.05,.95) translateY(0)}57%{transform:scale(1) translateY(-7%)}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}.merry-christmas{cursor:url(/assets/cursors/Christmas_Tree_Cursor.png),default!important}.merry-christmas *[cursor=pointer],.merry-christmas *[style*="cursor: pointer"],.merry-christmas *[class*="cursor: pointer"],.merry-christmas a:-webkit-any-link,.merry-christmas .toggle-btn,.merry-christmas .toggle,.merry-christmas .period,.merry-christmas .explore-text,.merry-christmas .change-lang-desk{cursor:url(/assets/cursors/Christmas_Tree.png),pointer!important}.copy-url.has-tooltip{position:relative;display:flex;align-items:center}.copy-url.has-tooltip:after,.copy-url.has-tooltip:before{display:block;transition:.3s ease-out;transition-property:visibility,opacity;opacity:0;visibility:hidden;position:absolute;color:#000;background:white}.copy-url.has-tooltip:after{content:attr(data-tooltip);padding:2px 5px;border-radius:5px;border:1px solid black;top:30px;left:50%;transform:translate(-50%);z-index:1}.copy-url.has-tooltip:before{content:"";z-index:2;transform:rotate(45deg);top:26px;left:40%;width:8px;height:8px;border-left:1px solid black;border-top:1px solid black;border-top-left-radius:3px}.copy-url.has-tooltip.is-active:after,.copy-url.has-tooltip.is-active:before{opacity:1;visibility:visible}.svg-icon{line-height:1;color:var(--bs-text-muted)}.svg-icon svg{height:1.15rem;width:1.15rem}.svg-icon.svg-icon-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-5tx svg{height:5.75rem!important;width:5.75rem!important}.svg-icon.svg-icon-6x svg{height:6rem!important;width:6rem!important}.svg-icon.svg-icon-6qx svg{height:6.25rem!important;width:6.25rem!important}.svg-icon.svg-icon-6hx svg{height:6.5rem!important;width:6.5rem!important}.svg-icon.svg-icon-6tx svg{height:6.75rem!important;width:6.75rem!important}.svg-icon.svg-icon-7x svg{height:7rem!important;width:7rem!important}.svg-icon.svg-icon-7qx svg{height:7.25rem!important;width:7.25rem!important}.svg-icon.svg-icon-7hx svg{height:7.5rem!important;width:7.5rem!important}.svg-icon.svg-icon-7tx svg{height:7.75rem!important;width:7.75rem!important}@media (min-width: 576px){.svg-icon.svg-icon-sm-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-sm-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-sm-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-sm-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-sm-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-sm-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-sm-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-sm-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-sm-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-sm-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-sm-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-sm-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-sm-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-sm-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-sm-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-sm-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-sm-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-sm-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-sm-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-sm-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-sm-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-sm-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-sm-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-sm-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-sm-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-sm-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-sm-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-sm-5tx svg{height:5.75rem!important;width:5.75rem!important}.svg-icon.svg-icon-sm-6x svg{height:6rem!important;width:6rem!important}.svg-icon.svg-icon-sm-6qx svg{height:6.25rem!important;width:6.25rem!important}.svg-icon.svg-icon-sm-6hx svg{height:6.5rem!important;width:6.5rem!important}.svg-icon.svg-icon-sm-6tx svg{height:6.75rem!important;width:6.75rem!important}.svg-icon.svg-icon-sm-7x svg{height:7rem!important;width:7rem!important}.svg-icon.svg-icon-sm-7qx svg{height:7.25rem!important;width:7.25rem!important}.svg-icon.svg-icon-sm-7hx svg{height:7.5rem!important;width:7.5rem!important}.svg-icon.svg-icon-sm-7tx svg{height:7.75rem!important;width:7.75rem!important}}@media (min-width: 768px){.svg-icon.svg-icon-md-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-md-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-md-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-md-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-md-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-md-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-md-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-md-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-md-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-md-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-md-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-md-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-md-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-md-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-md-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-md-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-md-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-md-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-md-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-md-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-md-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-md-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-md-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-md-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-md-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-md-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-md-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-md-5tx svg{height:5.75rem!important;width:5.75rem!important}.svg-icon.svg-icon-md-6x svg{height:6rem!important;width:6rem!important}.svg-icon.svg-icon-md-6qx svg{height:6.25rem!important;width:6.25rem!important}.svg-icon.svg-icon-md-6hx svg{height:6.5rem!important;width:6.5rem!important}.svg-icon.svg-icon-md-6tx svg{height:6.75rem!important;width:6.75rem!important}.svg-icon.svg-icon-md-7x svg{height:7rem!important;width:7rem!important}.svg-icon.svg-icon-md-7qx svg{height:7.25rem!important;width:7.25rem!important}.svg-icon.svg-icon-md-7hx svg{height:7.5rem!important;width:7.5rem!important}.svg-icon.svg-icon-md-7tx svg{height:7.75rem!important;width:7.75rem!important}}@media (min-width: 992px){.svg-icon.svg-icon-lg-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-lg-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-lg-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-lg-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-lg-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-lg-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-lg-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-lg-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-lg-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-lg-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-lg-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-lg-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-lg-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-lg-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-lg-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-lg-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-lg-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-lg-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-lg-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-lg-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-lg-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-lg-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-lg-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-lg-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-lg-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-lg-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-lg-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-lg-5tx svg{height:5.75rem!important;width:5.75rem!important}.svg-icon.svg-icon-lg-6x svg{height:6rem!important;width:6rem!important}.svg-icon.svg-icon-lg-6qx svg{height:6.25rem!important;width:6.25rem!important}.svg-icon.svg-icon-lg-6hx svg{height:6.5rem!important;width:6.5rem!important}.svg-icon.svg-icon-lg-6tx svg{height:6.75rem!important;width:6.75rem!important}.svg-icon.svg-icon-lg-7x svg{height:7rem!important;width:7rem!important}.svg-icon.svg-icon-lg-7qx svg{height:7.25rem!important;width:7.25rem!important}.svg-icon.svg-icon-lg-7hx svg{height:7.5rem!important;width:7.5rem!important}.svg-icon.svg-icon-lg-7tx svg{height:7.75rem!important;width:7.75rem!important}}@media (min-width: 1200px){.svg-icon.svg-icon-xl-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-xl-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-xl-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-xl-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-xl-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-xl-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-xl-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-xl-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-xl-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-xl-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-xl-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-xl-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-xl-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-xl-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-xl-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-xl-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-xl-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-xl-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-xl-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-xl-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-xl-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-xl-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-xl-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-xl-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-xl-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-xl-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-xl-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-xl-5tx svg{height:5.75rem!important;width:5.75rem!important}.svg-icon.svg-icon-xl-6x svg{height:6rem!important;width:6rem!important}.svg-icon.svg-icon-xl-6qx svg{height:6.25rem!important;width:6.25rem!important}.svg-icon.svg-icon-xl-6hx svg{height:6.5rem!important;width:6.5rem!important}.svg-icon.svg-icon-xl-6tx svg{height:6.75rem!important;width:6.75rem!important}.svg-icon.svg-icon-xl-7x svg{height:7rem!important;width:7rem!important}.svg-icon.svg-icon-xl-7qx svg{height:7.25rem!important;width:7.25rem!important}.svg-icon.svg-icon-xl-7hx svg{height:7.5rem!important;width:7.5rem!important}.svg-icon.svg-icon-xl-7tx svg{height:7.75rem!important;width:7.75rem!important}}@media (min-width: 1400px){.svg-icon.svg-icon-xxl-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-xxl-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-xxl-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-xxl-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-xxl-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-xxl-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-xxl-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-xxl-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-xxl-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-xxl-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-xxl-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-xxl-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-xxl-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-xxl-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-xxl-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-xxl-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-xxl-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-xxl-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-xxl-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-xxl-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-xxl-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-xxl-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-xxl-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-xxl-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-xxl-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-xxl-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-xxl-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-xxl-5tx svg{height:5.75rem!important;width:5.75rem!important}.svg-icon.svg-icon-xxl-6x svg{height:6rem!important;width:6rem!important}.svg-icon.svg-icon-xxl-6qx svg{height:6.25rem!important;width:6.25rem!important}.svg-icon.svg-icon-xxl-6hx svg{height:6.5rem!important;width:6.5rem!important}.svg-icon.svg-icon-xxl-6tx svg{height:6.75rem!important;width:6.75rem!important}.svg-icon.svg-icon-xxl-7x svg{height:7rem!important;width:7rem!important}.svg-icon.svg-icon-xxl-7qx svg{height:7.25rem!important;width:7.25rem!important}.svg-icon.svg-icon-xxl-7hx svg{height:7.5rem!important;width:7.5rem!important}.svg-icon.svg-icon-xxl-7tx svg{height:7.75rem!important;width:7.75rem!important}}.link-title.bf-link,.link-item.bf-link{padding:10px 20px;color:#000!important;background:#D3FF55!important;width:fit-content;font-weight:700!important;border-radius:10px}.plans-wrap .plans-item .item-header{position:relative}.plans-wrap .plans-item .item-header .bf-bag{position:absolute;top:-10px;right:0}.plans-wrap .plans-item .item-header .bf-ticket{position:absolute;top:50px;right:-10px;width:100px}@media (min-width: 1200px){.plans-wrap .plans-item .item-header .bf-ticket{top:30px;right:-10px}}#app_header_black_friday{margin-top:-80px;margin-bottom:10px;background:black}@media (min-width: 768px){#app_header_black_friday{margin-top:-100px}}@media (min-width: 1200px){#app_header_black_friday{margin-top:30px;margin-bottom:-50px}}@media (min-width: 1600px){#app_header_black_friday{margin-top:-130px;margin-bottom:0}}#app_header_black_friday .text-danger{color:#ff0049!important}.link-title.xmas-link,.link-item.xmas-link{padding:10px 20px;color:#fff!important;background:#405CEE!important;width:fit-content;font-weight:700!important;border-radius:10px}.banner-xmas{margin:-30px 10px 30px}.merry-christmas{cursor:url(/assets/cursors/Christmas_Tree_Cursor.png),default!important}.merry-christmas *[cursor=pointer],.merry-christmas *[style*="cursor: pointer"],.merry-christmas *[class*="cursor: pointer"],.merry-christmas a:-webkit-any-link,.merry-christmas .toggle-btn,.merry-christmas .toggle,.merry-christmas .period,.merry-christmas .explore-text,.merry-christmas .change-lang-desk{cursor:url(/assets/cursors/Christmas_Tree.png),pointer!important}.search-wrap{display:flex;align-items:center;margin-right:10px}.search-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#b6b6b6cc;z-index:15;display:none;overflow:hidden}.search-container_visible{display:flex}.search-container .search-box{width:100%;outline:none;margin-left:20%;margin-right:20%;position:relative;top:20%}@media (max-width: 768px){.search-container .search-box{margin-right:0;margin-left:0;padding-right:1.5rem;padding-left:1.5rem}}.search-container .search-box .search-close{display:flex;justify-content:right;width:100%}.search-container .search-box .search-close .x{display:flex;align-items:center;justify-content:center;font-size:50px;font-weight:600;margin-right:-40px;margin-bottom:1rem;width:80px;height:80px;border-radius:20px;cursor:pointer;transition:ease-in-out .3s;text-align:right}.search-container .search-box .search-close .x:hover{background-color:#fff}.search-container .search-box .search-input-box{position:relative;display:flex;align-items:center;justify-content:center}.search-container .search-box .search-input-box .search-input{padding:20px 30px;border-radius:20px;border:none;width:100%;font-size:2rem;height:80px}.search-container .search-box .search-input-box .search-input:has(+ .search-btn){border-bottom-right-radius:0;border-top-right-radius:0}.search-container .search-box .search-input-box .search-btn{padding:20px;background-color:#0b0b0b;color:#fff;border-radius:20px;font-size:2rem;transition:ease-in-out .3s;border:none;height:80px;display:flex;align-items:center}.search-container .search-box .search-input-box .search-btn .search-btn-text{display:flex}.search-container .search-box .search-input-box .search-btn .search-btn-load{display:none}.search-container .search-box .search-input-box .search-btn:disabled .search-btn-text{display:none}.search-container .search-box .search-input-box .search-btn:disabled .search-btn-load{display:flex}.search-container .search-box .search-input-box .search-input+.search-btn{border-bottom-left-radius:0;border-top-left-radius:0}.search-container .search-box .search-results-box{position:relative;display:block;margin-top:10px}.search-container .search-box .search-results-box_extended{height:350px;background-color:#fff;border-radius:20px;padding:20px;overflow-y:auto}.search-container .search-box .search-results-box .search-result-item{display:flex;gap:10px;transition:ease-in-out .3s;margin-top:10px;padding:10px;border-radius:10px;cursor:pointer}.search-container .search-box .search-results-box .search-result-item:hover{background-color:#dfdfdf}.search-container .search-box .search-results-box .search-result-item .result-item-image img{max-width:150px;border-radius:10px}.search-container .search-box .search-results-box .search-result-item .result-item-text{color:#000;font-size:1.3rem;line-height:1.5rem}.search-container .search-box .search-results-box .search-result-item .result-item-text .result-item-title{font-size:1.5rem;font-weight:bolder;margin:0}.search-container .search-box .search-results-box .search-result-item .result-item-text .result-item-description{margin:0}.search-container .search-box .search-result-empty{color:#000;font-size:1.5rem;text-align:center;font-weight:600}body:has(.search-container_visible){overflow:hidden}.pagination-wrap .pagination{display:flex;justify-content:center;align-items:center;gap:9px;flex-wrap:wrap;margin-top:80px}@media (min-width: 768px){.pagination-wrap .pagination{gap:20px}}.pagination-wrap .pagination li{width:60px;height:60px;border:1px solid #000000;border-radius:100%;display:flex;align-items:center;text-align:center;transition:all .5s}@media (min-width: 768px){.pagination-wrap .pagination li{width:64px;height:64px}}.pagination-wrap .pagination li:not(.disabled):hover{background:#000000}.pagination-wrap .pagination li:not(.disabled):hover span,.pagination-wrap .pagination li:not(.disabled):hover a{color:#fff}.pagination-wrap .pagination li:not(.disabled):hover:first-of-type,.pagination-wrap .pagination li:not(.disabled):hover:last-of-type{background-color:#211cfb}.pagination-wrap .pagination li:not(.disabled):hover:first-of-type:after,.pagination-wrap .pagination li:not(.disabled):hover:last-of-type:after{color:#fff}.pagination-wrap .pagination li span,.pagination-wrap .pagination li a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;line-height:22px;color:#000;border:0;background:transparent}.pagination-wrap .pagination li:first-of-type,.pagination-wrap .pagination li:last-of-type{border:1px solid #211CFB}.pagination-wrap .pagination li:first-of-type span,.pagination-wrap .pagination li:first-of-type a,.pagination-wrap .pagination li:last-of-type span,.pagination-wrap .pagination li:last-of-type a{color:transparent;font-size:1px}.pagination-wrap .pagination li:first-of-type{position:relative}.pagination-wrap .pagination li:first-of-type:after{position:absolute;top:27px;left:23px;content:"<";font-family:monospace;font-weight:300;color:#211cfb;font-size:22px;line-height:100%;margin-top:-8px}.pagination-wrap .pagination li:last-of-type{position:relative}.pagination-wrap .pagination li:last-of-type:after{position:absolute;top:26px;left:26px;content:">";font-family:monospace;font-weight:300;color:#211cfb;font-size:22px;line-height:100%;margin-top:-8px}.pagination-wrap .pagination li.active{background:#000000!important}.pagination-wrap .pagination li.active span,.pagination-wrap .pagination li.active a{color:#fff!important}.post-content-area,.ck.ck-content,.article-body.agreements-article{font-family:Gilroy,sans-serif!important}.post-content-area .h1,.post-content-area h1,.ck.ck-content .h1,.ck.ck-content h1,.article-body.agreements-article .h1,.article-body.agreements-article h1{font-size:1.625em;line-height:1.1}.post-content-area .h2,.post-content-area h2,.ck.ck-content .h2,.ck.ck-content h2,.article-body.agreements-article .h2,.article-body.agreements-article h2{font-size:1.4375em;line-height:1.2}.post-content-area .h3,.post-content-area h3,.ck.ck-content .h3,.ck.ck-content h3,.article-body.agreements-article .h3,.article-body.agreements-article h3{font-size:1.25em;line-height:1.3}.post-content-area .h4,.post-content-area h4,.ck.ck-content .h4,.ck.ck-content h4,.article-body.agreements-article .h4,.article-body.agreements-article h4{font-size:1.125em;line-height:1.4}.post-content-area .h5,.post-content-area h5,.ck.ck-content .h5,.ck.ck-content h5,.article-body.agreements-article .h5,.article-body.agreements-article h5{font-size:1em;line-height:1.5}.post-content-area .h6,.post-content-area h6,.ck.ck-content .h6,.ck.ck-content h6,.article-body.agreements-article .h6,.article-body.agreements-article h6{font-size:.75em;line-height:2}@media (min-width: 768px){.post-content-area .h1,.post-content-area h1,.ck.ck-content .h1,.ck.ck-content h1,.article-body.agreements-article .h1,.article-body.agreements-article h1{font-size:2.4375em;margin-bottom:.61538462em}.post-content-area .h2,.post-content-area h2,.ck.ck-content .h2,.ck.ck-content h2,.article-body.agreements-article .h2,.article-body.agreements-article h2{font-size:1.9375em;margin-bottom:.77419355em}.post-content-area .h3,.post-content-area h3,.ck.ck-content .h3,.ck.ck-content h3,.article-body.agreements-article .h3,.article-body.agreements-article h3{font-size:1.5625em;margin-bottom:.96em}.post-content-area .h4,.post-content-area h4,.ck.ck-content .h4,.ck.ck-content h4,.article-body.agreements-article .h4,.article-body.agreements-article h4{font-size:1.25em;margin-top:1.8em;margin-bottom:1em}}.post-content-area h1,.post-content-area .h1,.post-content-area h2,.post-content-area .h2,.post-content-area h3,.post-content-area .h3,.post-content-area h4,.post-content-area .h4,.post-content-area h5,.post-content-area .h5,.post-content-area h6,.post-content-area .h6,.ck.ck-content h1,.ck.ck-content .h1,.ck.ck-content h2,.ck.ck-content .h2,.ck.ck-content h3,.ck.ck-content .h3,.ck.ck-content h4,.ck.ck-content .h4,.ck.ck-content h5,.ck.ck-content .h5,.ck.ck-content h6,.ck.ck-content .h6,.article-body.agreements-article h1,.article-body.agreements-article .h1,.article-body.agreements-article h2,.article-body.agreements-article .h2,.article-body.agreements-article h3,.article-body.agreements-article .h3,.article-body.agreements-article h4,.article-body.agreements-article .h4,.article-body.agreements-article h5,.article-body.agreements-article .h5,.article-body.agreements-article h6,.article-body.agreements-article .h6{text-transform:uppercase;margin-bottom:16px;color:#000;font-family:Oswald,sans-serif!important}@media (min-width: 768px){.post-content-area h1,.post-content-area .h1,.post-content-area h2,.post-content-area .h2,.post-content-area h3,.post-content-area .h3,.post-content-area h4,.post-content-area .h4,.post-content-area h5,.post-content-area .h5,.post-content-area h6,.post-content-area .h6,.ck.ck-content h1,.ck.ck-content .h1,.ck.ck-content h2,.ck.ck-content .h2,.ck.ck-content h3,.ck.ck-content .h3,.ck.ck-content h4,.ck.ck-content .h4,.ck.ck-content h5,.ck.ck-content .h5,.ck.ck-content h6,.ck.ck-content .h6,.article-body.agreements-article h1,.article-body.agreements-article .h1,.article-body.agreements-article h2,.article-body.agreements-article .h2,.article-body.agreements-article h3,.article-body.agreements-article .h3,.article-body.agreements-article h4,.article-body.agreements-article .h4,.article-body.agreements-article h5,.article-body.agreements-article .h5,.article-body.agreements-article h6,.article-body.agreements-article .h6{margin-bottom:27px}}.post-content-area .image-banner,.ck.ck-content .image-banner,.article-body.agreements-article .image-banner{display:flex;align-items:center;flex-direction:column!important}@media (min-width: 768px){.post-content-area .image-banner,.ck.ck-content .image-banner,.article-body.agreements-article .image-banner{flex-direction:row!important}}.post-content-area .image-banner h1,.post-content-area .image-banner .h1,.post-content-area .image-banner h2,.post-content-area .image-banner .h2,.post-content-area .image-banner h3,.post-content-area .image-banner .h3,.post-content-area .image-banner h4,.post-content-area .image-banner .h4,.post-content-area .image-banner h5,.post-content-area .image-banner .h5,.post-content-area .image-banner h6,.post-content-area .image-banner .h6,.ck.ck-content .image-banner h1,.ck.ck-content .image-banner .h1,.ck.ck-content .image-banner h2,.ck.ck-content .image-banner .h2,.ck.ck-content .image-banner h3,.ck.ck-content .image-banner .h3,.ck.ck-content .image-banner h4,.ck.ck-content .image-banner .h4,.ck.ck-content .image-banner h5,.ck.ck-content .image-banner .h5,.ck.ck-content .image-banner h6,.ck.ck-content .image-banner .h6,.article-body.agreements-article .image-banner h1,.article-body.agreements-article .image-banner .h1,.article-body.agreements-article .image-banner h2,.article-body.agreements-article .image-banner .h2,.article-body.agreements-article .image-banner h3,.article-body.agreements-article .image-banner .h3,.article-body.agreements-article .image-banner h4,.article-body.agreements-article .image-banner .h4,.article-body.agreements-article .image-banner h5,.article-body.agreements-article .image-banner .h5,.article-body.agreements-article .image-banner h6,.article-body.agreements-article .image-banner .h6{font-size:28px;font-weight:500;line-height:113%;margin-bottom:16px}@media (min-width: 768px){.post-content-area .image-banner h1,.post-content-area .image-banner .h1,.post-content-area .image-banner h2,.post-content-area .image-banner .h2,.post-content-area .image-banner h3,.post-content-area .image-banner .h3,.post-content-area .image-banner h4,.post-content-area .image-banner .h4,.post-content-area .image-banner h5,.post-content-area .image-banner .h5,.post-content-area .image-banner h6,.post-content-area .image-banner .h6,.ck.ck-content .image-banner h1,.ck.ck-content .image-banner .h1,.ck.ck-content .image-banner h2,.ck.ck-content .image-banner .h2,.ck.ck-content .image-banner h3,.ck.ck-content .image-banner .h3,.ck.ck-content .image-banner h4,.ck.ck-content .image-banner .h4,.ck.ck-content .image-banner h5,.ck.ck-content .image-banner .h5,.ck.ck-content .image-banner h6,.ck.ck-content .image-banner .h6,.article-body.agreements-article .image-banner h1,.article-body.agreements-article .image-banner .h1,.article-body.agreements-article .image-banner h2,.article-body.agreements-article .image-banner .h2,.article-body.agreements-article .image-banner h3,.article-body.agreements-article .image-banner .h3,.article-body.agreements-article .image-banner h4,.article-body.agreements-article .image-banner .h4,.article-body.agreements-article .image-banner h5,.article-body.agreements-article .image-banner .h5,.article-body.agreements-article .image-banner h6,.article-body.agreements-article .image-banner .h6{margin-bottom:24px}}@media (min-width: 768px){.post-content-area .image-banner img,.ck.ck-content .image-banner img,.article-body.agreements-article .image-banner img{max-width:unset!important;margin-right:30px}}.post-content-area p,.post-content-area li,.ck.ck-content p,.ck.ck-content li,.article-body.agreements-article p,.article-body.agreements-article li{color:#0d0d0d;font-size:19px}.post-content-area p,.ck.ck-content p,.article-body.agreements-article p{margin-bottom:1.7em}.post-content-area a,.ck.ck-content a,.article-body.agreements-article a{color:#211cfb}.post-content-area li,.ck.ck-content li,.article-body.agreements-article li{margin-bottom:.7em}.post-content-area ol,.ck.ck-content ol,.article-body.agreements-article ol{padding-left:0;counter-reset:list}.post-content-area ol li,.ck.ck-content ol li,.article-body.agreements-article ol li{list-style:none;counter-increment:list}.post-content-area ol li:before,.ck.ck-content ol li:before,.article-body.agreements-article ol li:before{content:"0" counter(list);display:block;font-family:Oswald,sans-serif;font-size:28px;font-weight:500;line-height:113%;text-transform:uppercase;color:#000;margin-bottom:15px}@media (min-width: 1200px){.post-content-area ol li:before,.ck.ck-content ol li:before,.article-body.agreements-article ol li:before{margin-bottom:15px}}.post-content-area ol li:nth-child(n+10):before,.ck.ck-content ol li:nth-child(n+10):before,.article-body.agreements-article ol li:nth-child(n+10):before{content:counter(list)}.post-content-area ul li,.ck.ck-content ul li,.article-body.agreements-article ul li{position:relative;padding-left:2em;margin-top:.7em;margin-bottom:.7em}.post-content-area ul li:before,.ck.ck-content ul li:before,.article-body.agreements-article ul li:before{position:absolute;top:.5em;left:0;content:"";display:inline-block;width:10px;height:10px;border-radius:50%}.post-content-area .gyre-quote-banner,.ck.ck-content .gyre-quote-banner,.article-body.agreements-article .gyre-quote-banner{display:flex;flex-direction:column-reverse;padding:48px 40px;font-size:0;width:100%;background:#000000;border-radius:30px;margin-bottom:40px}@media (min-width: 768px){.post-content-area .gyre-quote-banner,.ck.ck-content .gyre-quote-banner,.article-body.agreements-article .gyre-quote-banner{flex-direction:row;justify-content:space-between;height:295px;padding:64px;gap:0;margin-bottom:60px}}@media (min-width: 1200px){.post-content-area .gyre-quote-banner,.ck.ck-content .gyre-quote-banner,.article-body.agreements-article .gyre-quote-banner{height:322px}}.post-content-area .gyre-quote-banner .author-wrap,.ck.ck-content .gyre-quote-banner .author-wrap,.article-body.agreements-article .gyre-quote-banner .author-wrap{display:flex;flex-direction:row;align-items:center}@media (min-width: 768px){.post-content-area .gyre-quote-banner .author-wrap,.ck.ck-content .gyre-quote-banner .author-wrap,.article-body.agreements-article .gyre-quote-banner .author-wrap{flex-direction:column;margin-right:30px}}.post-content-area .gyre-quote-banner .author-wrap img,.ck.ck-content .gyre-quote-banner .author-wrap img,.article-body.agreements-article .gyre-quote-banner .author-wrap img{width:54px;height:54px;margin:0 8px 0 0;border-radius:100%}@media (min-width: 768px){.post-content-area .gyre-quote-banner .author-wrap img,.ck.ck-content .gyre-quote-banner .author-wrap img,.article-body.agreements-article .gyre-quote-banner .author-wrap img{width:140px;min-width:140px;height:140px;margin:0 0 8px}}@media (min-width: 1200px){.post-content-area .gyre-quote-banner .author-wrap img,.ck.ck-content .gyre-quote-banner .author-wrap img,.article-body.agreements-article .gyre-quote-banner .author-wrap img{width:156px;min-width:156px;height:156px;margin:0 0 8px}}.post-content-area .gyre-quote-banner .author-wrap p,.ck.ck-content .gyre-quote-banner .author-wrap p,.article-body.agreements-article .gyre-quote-banner .author-wrap p{font-weight:400;font-size:20px;line-height:30px;display:flex;align-items:center;text-align:center;color:#fff;margin:0}@media (min-width: 1200px){.post-content-area .gyre-quote-banner .author-wrap p,.ck.ck-content .gyre-quote-banner .author-wrap p,.article-body.agreements-article .gyre-quote-banner .author-wrap p{width:156px;margin:0}}.post-content-area .gyre-quote-banner .quote-wrap,.ck.ck-content .gyre-quote-banner .quote-wrap,.article-body.agreements-article .gyre-quote-banner .quote-wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-bottom:24px}@media (min-width: 768px){.post-content-area .gyre-quote-banner .quote-wrap,.ck.ck-content .gyre-quote-banner .quote-wrap,.article-body.agreements-article .gyre-quote-banner .quote-wrap{margin-bottom:0}}.post-content-area .gyre-quote-banner .quote-wrap img,.ck.ck-content .gyre-quote-banner .quote-wrap img,.article-body.agreements-article .gyre-quote-banner .quote-wrap img{width:43px;border-radius:0;margin:0 0 14px}.post-content-area .gyre-quote-banner .quote-wrap p,.ck.ck-content .gyre-quote-banner .quote-wrap p,.article-body.agreements-article .gyre-quote-banner .quote-wrap p{font-weight:400;font-size:16px;line-height:22px;color:#fff;margin:0}@media (min-width: 768px){.post-content-area .gyre-quote-banner .quote-wrap p,.ck.ck-content .gyre-quote-banner .quote-wrap p,.article-body.agreements-article .gyre-quote-banner .quote-wrap p{font-size:20px;line-height:29.812px}}@media (min-width: 1200px){.post-content-area .gyre-quote-banner .quote-wrap p,.ck.ck-content .gyre-quote-banner .quote-wrap p,.article-body.agreements-article .gyre-quote-banner .quote-wrap p{font-size:24px;line-height:30px}}.post-content-area .gyre-quote-banner-not-author,.ck.ck-content .gyre-quote-banner-not-author,.article-body.agreements-article .gyre-quote-banner-not-author{position:relative;padding:48px 40px;width:100%;border-radius:30px;margin-bottom:40px;font-size:19px}@media (min-width: 768px){.post-content-area .gyre-quote-banner-not-author,.ck.ck-content .gyre-quote-banner-not-author,.article-body.agreements-article .gyre-quote-banner-not-author{padding:30px;gap:0;margin-bottom:60px}}.post-content-area .gyre-quote-banner-not-author a,.ck.ck-content .gyre-quote-banner-not-author a,.article-body.agreements-article .gyre-quote-banner-not-author a{text-decoration:underline}.post-content-area .gyre-quote-banner-not-author:before,.ck.ck-content .gyre-quote-banner-not-author:before,.article-body.agreements-article .gyre-quote-banner-not-author:before{content:url(/assets/images/quote_context_white.svg);font-weight:400;margin-right:10px;color:#ffffffe6}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-black,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-black,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-black{color:#ffffffe6;background:#000000}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-black:before,.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-black a,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-black:before,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-black a,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-black:before,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-black a{color:#ffffffe6}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-blue,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-blue,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-blue{color:#ffffffe6;background:#211CFB}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-blue:before,.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-blue a,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-blue:before,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-blue a,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-blue:before,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-blue a{color:#ffffffe6}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-yellow,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-yellow,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-yellow{color:#000;background:#D3FF55}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-yellow a,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-yellow a,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-yellow a{color:#000}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-yellow:before,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-yellow:before,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-yellow:before{filter:invert(1)}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-red,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-red,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-red{color:#ffffffe6;background:#FF0049}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-red a,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-red a,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-red a{color:#ffffffe6}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-white,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-white,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-white{color:#000;background:#ffffff}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-white a,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-white a,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-white a{color:#000}.post-content-area .gyre-quote-banner-not-author.gyre-quote-banner-white:before,.ck.ck-content .gyre-quote-banner-not-author.gyre-quote-banner-white:before,.article-body.agreements-article .gyre-quote-banner-not-author.gyre-quote-banner-white:before{filter:invert(1)}.post-content-area blockquote,.ck.ck-content blockquote,.article-body.agreements-article blockquote{border-left:3px solid #000000;padding:3px 0 3px 15px;margin-bottom:40px}@media (min-width: 768px){.post-content-area blockquote,.ck.ck-content blockquote,.article-body.agreements-article blockquote{padding:12px 0 12px 28px;margin-bottom:80px}}@media (min-width: 1200px){.post-content-area blockquote,.ck.ck-content blockquote,.article-body.agreements-article blockquote{padding:16px 0 16px 30px;margin-bottom:46px}}.post-content-area blockquote p,.post-content-area blockquote a,.post-content-area blockquote span,.ck.ck-content blockquote p,.ck.ck-content blockquote a,.ck.ck-content blockquote span,.article-body.agreements-article blockquote p,.article-body.agreements-article blockquote a,.article-body.agreements-article blockquote span{font-size:16px;line-height:22px;margin:0!important}@media (min-width: 768px){.post-content-area blockquote p,.post-content-area blockquote a,.post-content-area blockquote span,.ck.ck-content blockquote p,.ck.ck-content blockquote a,.ck.ck-content blockquote span,.article-body.agreements-article blockquote p,.article-body.agreements-article blockquote a,.article-body.agreements-article blockquote span{font-size:22px;line-height:26.812px}}.post-content-area figure,.ck.ck-content figure,.article-body.agreements-article figure{display:inline-block;width:fit-content}@media (min-width: 768px){.post-content-area figure.image.image-style-block-align-left,.ck.ck-content figure.image.image-style-block-align-left,.article-body.agreements-article figure.image.image-style-block-align-left{margin-right:30px}}.post-content-area [rel=lightbox]:has(img),.ck.ck-content [rel=lightbox]:has(img),.article-body.agreements-article [rel=lightbox]:has(img){position:relative}.post-content-area [rel=lightbox]:has(img):hover:after,.ck.ck-content [rel=lightbox]:has(img):hover:after,.article-body.agreements-article [rel=lightbox]:has(img):hover:after{content:"";position:absolute;top:50%;left:50%;width:50px;height:50px;background-image:url(/assets/images/zoom.svg);background-size:cover;background-repeat:no-repeat;transform:translate(-50%,-50%)}.post-content-area [rel=lightbox]:has(img):hover img,.ck.ck-content [rel=lightbox]:has(img):hover img,.article-body.agreements-article [rel=lightbox]:has(img):hover img{filter:brightness(.5);transition:all .5s;background:#fff}.post-content-area [rel=lightbox]:has(img) img,.ck.ck-content [rel=lightbox]:has(img) img,.article-body.agreements-article [rel=lightbox]:has(img) img{transition:all .5s}.post-content-area img,.ck.ck-content img,.article-body.agreements-article img{width:100%;height:auto;max-width:100%;border-radius:30px;margin-bottom:0}@media (min-width: 768px){.post-content-area img,.ck.ck-content img,.article-body.agreements-article img{width:unset;margin-bottom:21px}}.post-content-area .join-banner,.ck.ck-content .join-banner,.article-body.agreements-article .join-banner{display:block;position:relative;width:100%;height:500px;background:#000000;border-radius:42px;padding:61px 28px 0;margin-bottom:60px}@media (min-width: 768px){.post-content-area .join-banner,.ck.ck-content .join-banner,.article-body.agreements-article .join-banner{width:100%;height:341px;padding:100px 65px 0}}.post-content-area .join-banner .content-wrap,.ck.ck-content .join-banner .content-wrap,.article-body.agreements-article .join-banner .content-wrap{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.post-content-area .join-banner .content-wrap,.ck.ck-content .join-banner .content-wrap,.article-body.agreements-article .join-banner .content-wrap{align-items:flex-start}}.post-content-area .join-banner .content-wrap .article-banner-text,.ck.ck-content .join-banner .content-wrap .article-banner-text,.article-body.agreements-article .join-banner .content-wrap .article-banner-text{font-family:Oswald,sans-serif;font-weight:500;font-size:54px;line-height:112.5%;text-transform:uppercase;color:#fff;margin-bottom:36px;text-align:center}@media (min-width: 768px){.post-content-area .join-banner .content-wrap .article-banner-text,.ck.ck-content .join-banner .content-wrap .article-banner-text,.article-body.agreements-article .join-banner .content-wrap .article-banner-text{font-size:54px;line-height:112.5%;margin-bottom:30px;text-align:left}}.post-content-area .join-banner .content-wrap .article-banner-link,.ck.ck-content .join-banner .content-wrap .article-banner-link,.article-body.agreements-article .join-banner .content-wrap .article-banner-link{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:24px 50px;width:285px;height:74px;background:#FF0049;border-radius:58.1682px;font-weight:700;font-size:20px;line-height:26px;letter-spacing:.03em;text-transform:uppercase;color:#fff;overflow:hidden;z-index:1}.post-content-area .join-banner .content-wrap .article-banner-link span,.ck.ck-content .join-banner .content-wrap .article-banner-link span,.article-body.agreements-article .join-banner .content-wrap .article-banner-link span{font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;white-space:nowrap;z-index:1}@media (min-width: 1200px){.post-content-area .join-banner .content-wrap .article-banner-link span,.ck.ck-content .join-banner .content-wrap .article-banner-link span,.article-body.agreements-article .join-banner .content-wrap .article-banner-link span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.post-content-area .join-banner .content-wrap .article-banner-link:after,.ck.ck-content .join-banner .content-wrap .article-banner-link:after,.article-body.agreements-article .join-banner .content-wrap .article-banner-link:after{content:" ";position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;background-color:#d3ff55;transition:.6s;z-index:0}.post-content-area .join-banner .content-wrap .article-banner-link.is-hover,.ck.ck-content .join-banner .content-wrap .article-banner-link.is-hover,.article-body.agreements-article .join-banner .content-wrap .article-banner-link.is-hover{color:#000}.post-content-area .join-banner .content-wrap .article-banner-link.is-hover:after,.ck.ck-content .join-banner .content-wrap .article-banner-link.is-hover:after,.article-body.agreements-article .join-banner .content-wrap .article-banner-link.is-hover:after{bottom:-210px;left:-50%;width:250%;height:400px}.post-content-area .join-banner .banner-img,.ck.ck-content .join-banner .banner-img,.article-body.agreements-article .join-banner .banner-img{position:absolute;bottom:0;margin:0;right:95px;max-width:237px}@media (min-width: 768px){.post-content-area .join-banner .banner-img,.ck.ck-content .join-banner .banner-img,.article-body.agreements-article .join-banner .banner-img{right:0;margin:0;max-width:unset}}.post-content-area code,.ck.ck-content code,.article-body.agreements-article code{background-color:#c7c7c74d;border-radius:2px;padding:.15em}.post-content-area pre,.ck.ck-content pre,.article-body.agreements-article pre{background:hsla(0,0%,78%,.3);border:1px solid #c4c4c4;border-radius:2px;color:#353535;direction:ltr;font-style:normal;min-width:200px;padding:1em;tab-size:4;text-align:left;white-space:pre-wrap}.post-content-area pre code,.ck.ck-content pre code,.article-body.agreements-article pre code{background:unset;border-radius:0;padding:0}.post-content-area :root,.ck.ck-content :root,.article-body.agreements-article :root{--ck-highlight-marker-yellow: #fdfd77;--ck-highlight-marker-green: #62f962;--ck-highlight-marker-pink: #fc7899;--ck-highlight-marker-blue: #72ccfd;--ck-highlight-pen-red: #e71313;--ck-highlight-pen-green: #128a00 }.post-content-area .marker-yellow,.ck.ck-content .marker-yellow,.article-body.agreements-article .marker-yellow{background-color:var(--ck-highlight-marker-yellow)}.post-content-area .marker-green,.ck.ck-content .marker-green,.article-body.agreements-article .marker-green{background-color:var(--ck-highlight-marker-green)}.post-content-area .marker-pink,.ck.ck-content .marker-pink,.article-body.agreements-article .marker-pink{background-color:var(--ck-highlight-marker-pink)}.post-content-area .marker-blue,.ck.ck-content .marker-blue,.article-body.agreements-article .marker-blue{background-color:var(--ck-highlight-marker-blue)}.post-content-area .pen-red,.ck.ck-content .pen-red,.article-body.agreements-article .pen-red{background-color:transparent;color:var(--ck-highlight-pen-red)}.post-content-area .pen-green,.ck.ck-content .pen-green,.article-body.agreements-article .pen-green{background-color:transparent;color:var(--ck-highlight-pen-green)}.post-content-area hr,.ck.ck-content hr,.article-body.agreements-article hr{background:#dedede;border:0;height:4px;margin:15px 0}.post-content-area .table,.ck.ck-content .table,.article-body.agreements-article .table{display:table;margin:.9em auto}.post-content-area .table table,.ck.ck-content .table table,.article-body.agreements-article .table table{height:100%;width:100%;overflow:hidden;display:block;border:2px solid #000;border-radius:15px}.post-content-area .table table thead,.post-content-area .table table tbody,.post-content-area .table table tr,.post-content-area .table table th,.post-content-area .table table td,.ck.ck-content .table table thead,.ck.ck-content .table table tbody,.ck.ck-content .table table tr,.ck.ck-content .table table th,.ck.ck-content .table table td,.article-body.agreements-article .table table thead,.article-body.agreements-article .table table tbody,.article-body.agreements-article .table table tr,.article-body.agreements-article .table table th,.article-body.agreements-article .table table td{border:none}.post-content-area .table table tbody tr,.ck.ck-content .table table tbody tr,.article-body.agreements-article .table table tbody tr{border:none;vertical-align:top;background-color:#fff}.post-content-area .table table tbody tr:has(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6),.ck.ck-content .table table tbody tr:has(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6),.article-body.agreements-article .table table tbody tr:has(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6){background-color:#eaeaea80}.post-content-area .table table tbody tr:has(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6) td,.ck.ck-content .table table tbody tr:has(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6) td,.article-body.agreements-article .table table tbody tr:has(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6) td{padding:30px}.post-content-area .table table tbody tr:has(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6)+tr td,.ck.ck-content .table table tbody tr:has(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6)+tr td,.article-body.agreements-article .table table tbody tr:has(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6)+tr td{padding-top:30px}.post-content-area .table table tbody tr h1,.post-content-area .table table tbody tr .h1,.post-content-area .table table tbody tr h2,.post-content-area .table table tbody tr .h2,.post-content-area .table table tbody tr h3,.post-content-area .table table tbody tr .h3,.post-content-area .table table tbody tr h4,.post-content-area .table table tbody tr .h4,.post-content-area .table table tbody tr h5,.post-content-area .table table tbody tr .h5,.post-content-area .table table tbody tr h6,.post-content-area .table table tbody tr .h6,.ck.ck-content .table table tbody tr h1,.ck.ck-content .table table tbody tr .h1,.ck.ck-content .table table tbody tr h2,.ck.ck-content .table table tbody tr .h2,.ck.ck-content .table table tbody tr h3,.ck.ck-content .table table tbody tr .h3,.ck.ck-content .table table tbody tr h4,.ck.ck-content .table table tbody tr .h4,.ck.ck-content .table table tbody tr h5,.ck.ck-content .table table tbody tr .h5,.ck.ck-content .table table tbody tr h6,.ck.ck-content .table table tbody tr .h6,.article-body.agreements-article .table table tbody tr h1,.article-body.agreements-article .table table tbody tr .h1,.article-body.agreements-article .table table tbody tr h2,.article-body.agreements-article .table table tbody tr .h2,.article-body.agreements-article .table table tbody tr h3,.article-body.agreements-article .table table tbody tr .h3,.article-body.agreements-article .table table tbody tr h4,.article-body.agreements-article .table table tbody tr .h4,.article-body.agreements-article .table table tbody tr h5,.article-body.agreements-article .table table tbody tr .h5,.article-body.agreements-article .table table tbody tr h6,.article-body.agreements-article .table table tbody tr .h6{margin:0}.post-content-area .table table tbody tr td,.ck.ck-content .table table tbody tr td,.article-body.agreements-article .table table tbody tr td{padding:15px 30px}.post-content-area .table table td,.post-content-area .table table th,.ck.ck-content .table table td,.ck.ck-content .table table th,.article-body.agreements-article .table table td,.article-body.agreements-article .table table th{padding:.4em;border:none}.post-content-area .table>figcaption,.ck.ck-content .table>figcaption,.article-body.agreements-article .table>figcaption{background-color:var(--ck-color-table-caption-background);caption-side:top;color:var(--ck-color-table-caption-text);display:table-caption;font-size:.75em;outline-offset:-1px;padding:.6em;text-align:center;word-break:break-word}.post-content-area .table .ck-table-resized,.ck.ck-content .table .ck-table-resized,.article-body.agreements-article .table .ck-table-resized{table-layout:fixed}.post-content-area figure,.ck.ck-content figure,.article-body.agreements-article figure{width:100%}.post-content-area figure iframe,.ck.ck-content figure iframe,.article-body.agreements-article figure iframe{border-radius:.375rem}.post-content-area figure img,.ck.ck-content figure img,.article-body.agreements-article figure img{width:100%;border-radius:.375rem}.article-body.agreements-article p,#agreement_ck_ck_content .ck.ck-content p{margin-bottom:.35em}.article-body.agreements-article h1,.article-body.agreements-article .h1,.article-body.agreements-article h2,.article-body.agreements-article .h2,.article-body.agreements-article h3,.article-body.agreements-article .h3,.article-body.agreements-article h4,.article-body.agreements-article .h4,.article-body.agreements-article h5,.article-body.agreements-article .h5,.article-body.agreements-article h6,.article-body.agreements-article .h6,#agreement_ck_ck_content .ck.ck-content h1,#agreement_ck_ck_content .ck.ck-content .h1,#agreement_ck_ck_content .ck.ck-content h2,#agreement_ck_ck_content .ck.ck-content .h2,#agreement_ck_ck_content .ck.ck-content h3,#agreement_ck_ck_content .ck.ck-content .h3,#agreement_ck_ck_content .ck.ck-content h4,#agreement_ck_ck_content .ck.ck-content .h4,#agreement_ck_ck_content .ck.ck-content h5,#agreement_ck_ck_content .ck.ck-content .h5,#agreement_ck_ck_content .ck.ck-content h6,#agreement_ck_ck_content .ck.ck-content .h6{margin-top:.6em;margin-bottom:.25em}.article-body.agreements-article ul,#agreement_ck_ck_content .ck.ck-content ul{margin-bottom:0}.article-body.agreements-article ul li,#agreement_ck_ck_content .ck.ck-content ul li{list-style:disc;padding-left:0;margin:0}.article-body.agreements-article ul li:before,#agreement_ck_ck_content .ck.ck-content ul li:before{display:none}.article-body.agreements-article ol,#agreement_ck_ck_content .ck.ck-content ol{counter-reset:item;padding-left:0}.article-body.agreements-article ol li,#agreement_ck_ck_content .ck.ck-content ol li{display:block}.article-body.agreements-article ol li p,#agreement_ck_ck_content .ck.ck-content ol li p{display:inline}.article-body.agreements-article ol li:before,#agreement_ck_ck_content .ck.ck-content ol li:before{content:counters(item,".") ". ";counter-increment:item;display:inline;font-family:unset;font-weight:unset;font-size:unset;line-height:unset}.article-body.agreements-article ol li:nth-child(n+10):before,#agreement_ck_ck_content .ck.ck-content ol li:nth-child(n+10):before{content:counters(item,".") ". "}.article-body.agreements-article ol li ol,#agreement_ck_ck_content .ck.ck-content ol li ol{margin-left:30px}.article-body.agreements-article .ck-list-bogus-paragraph,#agreement_ck_ck_content .ck.ck-content .ck-list-bogus-paragraph{display:inline}.navbar-wrap{width:100%;position:fixed;top:0;left:0;z-index:1000;padding:0 16px;top:25px;transition:.3s}@media (min-width: 768px){.navbar-wrap{padding:0;top:14px}}@media (min-width: 1200px){.navbar-wrap{top:43px}}.navbar-wrap.scrolled-up{top:25px}@media (min-width: 768px){.navbar-wrap.scrolled-up{top:14px}}@media (min-width: 1200px){.navbar-wrap.scrolled-up{top:43px}}.navbar-wrap.scrolled-down{top:-90px}.navbar-wrap .mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;padding-top:34px;padding-bottom:34px;background:#FFFFFF;overflow:auto}@media (min-width: 768px){.navbar-wrap .mobile-menu{padding-top:14px}}@media (min-width: 1200px){.navbar-wrap .mobile-menu{padding-top:43px}}.navbar-wrap .mobile-menu .mobile-header-wrap{display:flex;flex-direction:column}.navbar-wrap .mobile-menu .mobile-header-wrap .logo-toggle-wrap{display:flex;align-items:center;margin-bottom:24px}@media (min-height: 700px){.navbar-wrap .mobile-menu .mobile-header-wrap .logo-toggle-wrap{margin-bottom:84px}}.navbar-wrap .mobile-menu .mobile-header-wrap .logo-toggle-wrap .navbar-toggle{width:40px;margin-right:9px}@media (min-width: 768px){.navbar-wrap .mobile-menu .mobile-header-wrap .logo-toggle-wrap .navbar-toggle{width:50px;margin-right:14px}}@media (min-width: 1200px){.navbar-wrap .mobile-menu .mobile-header-wrap .logo-toggle-wrap .navbar-toggle{display:none}}.navbar-wrap .mobile-menu .mobile-header-wrap .logo-toggle-wrap .header-logo{width:80px}@media (min-width: 768px){.navbar-wrap .mobile-menu .mobile-header-wrap .logo-toggle-wrap .header-logo{width:auto}}.navbar-wrap .mobile-menu .mobile-header-wrap .logo-toggle-wrap .header-logo .change-fill{transition:.3s}.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap{display:flex;flex-direction:column}.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .link-title{font-family:Oswald,sans-serif;font-size:28px;font-weight:500;line-height:95%;text-transform:uppercase;color:#000;margin-bottom:43px}@media (min-width: 768px){.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .link-title{font-size:54px;line-height:112.5%}}.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .link-item{font-weight:400;font-size:16px;line-height:22px;color:#0009;margin-bottom:8px}@media (min-width: 768px){.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .link-item{font-size:22px;margin-bottom:22px}}.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .family{display:flex;flex-direction:column;margin-bottom:25px}@media (min-width: 768px){.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .family{margin-bottom:17px}}.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .family .link-title{margin-bottom:28px}@media (min-width: 768px){.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .family .link-title{margin-bottom:43px}}.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .lang-toggle{display:flex;align-items:center;margin-top:16px}@media (min-width: 768px){.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .lang-toggle{margin-top:93px}}.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .lang-toggle.hide{display:none!important}.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .lang-toggle .toggle-text{font-size:16px;color:#000;margin-right:8px}@media (min-width: 768px){.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .lang-toggle .toggle-text{font-size:22px;margin-right:14px}}.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .lang-toggle .lang-item{display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;line-height:16px;color:#000;text-transform:uppercase;width:49px;height:49px}@media (min-width: 768px){.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .lang-toggle .lang-item{width:60px;height:60px;font-size:22px;line-height:26px}}.navbar-wrap .mobile-menu .mobile-header-wrap .nav-wrap .lang-toggle .lang-item.active{border:2px solid black;border-radius:100%}.navbar-wrap .navbar-header-wrap{display:flex;justify-content:space-between;align-items:center;height:58px;border-radius:80px;padding:0 7px;transition:background .3s,border .3s}@media (min-width: 768px){.navbar-wrap .navbar-header-wrap{height:77px;padding:0 15px 0 14px}}@media (min-width: 1200px){.navbar-wrap .navbar-header-wrap{height:86px;padding:0 11px 0 29px}}.navbar-wrap .navbar-header-wrap.show{transform:translateY(0)}.navbar-wrap .navbar-header-wrap.bright{background:#FFFFFF;border:2px solid #000000}.navbar-wrap .navbar-header-wrap.bright .header-logo .change-fill{fill:#000}.navbar-wrap .navbar-header-wrap.bright .navbar-toggle .change-stroke{stroke:#000}.navbar-wrap .navbar-header-wrap.bright .link-item{color:#000000a1}.navbar-wrap .navbar-header-wrap.bright .link-item:hover,.navbar-wrap .navbar-header-wrap.bright .link-item.active{color:#000}.navbar-wrap .navbar-header-wrap.bright .login-link{color:#000;color:#000000a1}.navbar-wrap .navbar-header-wrap.bright .login-link:hover{color:#000}.navbar-wrap .navbar-header-wrap.bright .trial-btn{color:#000;border:2px solid #000000}.navbar-wrap .navbar-header-wrap.bright .trial-btn:after{background-color:#000}.navbar-wrap .navbar-header-wrap.bright .trial-btn.is-hover{background-color:#000;color:#fff}.navbar-wrap .navbar-header-wrap.bright .nav-wrap .login-wrap .change-lang-desk.hide{display:none!important}.navbar-wrap .navbar-header-wrap.bright .nav-wrap .login-wrap .change-lang-desk .active-lang{color:#000000a1}.navbar-wrap .navbar-header-wrap.bright .nav-wrap .login-wrap .change-lang-desk .active-lang .lang-arrow .arrow-path{stroke:#000}.navbar-wrap .navbar-header-wrap.bright .nav-wrap .login-wrap .change-lang-desk .lang-dropdown{background-color:#fff}.navbar-wrap .navbar-header-wrap.bright .nav-wrap .login-wrap .change-lang-desk .lang-dropdown .lang-item{color:#000000a1}.navbar-wrap .navbar-header-wrap.bright .nav-wrap .login-wrap .change-lang-desk .lang-dropdown .lang-item:not(:first-child){border-bottom:1px solid black}.navbar-wrap .navbar-header-wrap.bright .nav-wrap .login-wrap .change-lang-desk .lang-dropdown .lang-item:hover{color:#000;background:#D3FF55}.navbar-wrap .navbar-header-wrap.dark{background:#000000;border:2px solid #363636}.navbar-wrap .navbar-header-wrap.dark .header-logo .change-fill{fill:#fff}.navbar-wrap .navbar-header-wrap.dark .link-item{color:#ffffffa1}.navbar-wrap .navbar-header-wrap.dark .link-item:hover,.navbar-wrap .navbar-header-wrap.dark .link-item.active{color:#fff}.navbar-wrap .navbar-header-wrap.dark .login-link{color:#fff;color:#ffffffa1}.navbar-wrap .navbar-header-wrap.dark .login-link:hover{color:#fff}.navbar-wrap .navbar-header-wrap.dark .trial-btn{color:#fff;border:2px solid #FFFFFF}.navbar-wrap .navbar-header-wrap.dark .trial-btn:after{background-color:#fff}.navbar-wrap .navbar-header-wrap.dark .trial-btn.is-hover{background-color:#fff;color:#000}.navbar-wrap .navbar-header-wrap.dark .change-lang-desk.hide{display:none!important}.navbar-wrap .navbar-header-wrap.dark .change-lang-desk .active-lang{color:#fff}.navbar-wrap .navbar-header-wrap.dark .change-lang-desk .active-lang .lang-arrow .arrow-path{stroke:#fff}.navbar-wrap .navbar-header-wrap.dark .change-lang-desk .lang-dropdown{border:1px solid white;background:black}.navbar-wrap .navbar-header-wrap.dark .change-lang-desk .lang-dropdown .lang-item{color:#fff}.navbar-wrap .navbar-header-wrap.dark .change-lang-desk .lang-dropdown .lang-item:not(:first-child){border-bottom:1px solid white}.navbar-wrap .navbar-header-wrap.dark .change-lang-desk .lang-dropdown .lang-item:hover{color:#000!important;background:#D3FF55}.navbar-wrap .navbar-header-wrap .logo-toggle-wrap{display:flex;align-items:center}.navbar-wrap .navbar-header-wrap .logo-toggle-wrap .navbar-toggle{width:40px;margin-right:9px}@media (min-width: 768px){.navbar-wrap .navbar-header-wrap .logo-toggle-wrap .navbar-toggle{width:50px;margin-right:14px}}@media (min-width: 1200px){.navbar-wrap .navbar-header-wrap .logo-toggle-wrap .navbar-toggle{display:none}}.navbar-wrap .navbar-header-wrap .logo-toggle-wrap .navbar-toggle svg{max-width:100%}.navbar-wrap .navbar-header-wrap .logo-toggle-wrap .navbar-toggle .change-stroke{transition:.3s}.navbar-wrap .navbar-header-wrap .logo-toggle-wrap .header-logo{width:80px}@media (min-width: 768px){.navbar-wrap .navbar-header-wrap .logo-toggle-wrap .header-logo{width:auto}}.navbar-wrap .navbar-header-wrap .logo-toggle-wrap .header-logo svg{max-width:100%}.navbar-wrap .navbar-header-wrap .nav-wrap{display:flex}.navbar-wrap .navbar-header-wrap .nav-wrap .links-wrap{display:none;align-items:center;margin-right:32px}@media (min-width: 1200px){.navbar-wrap .navbar-header-wrap .nav-wrap .links-wrap{display:flex}}.navbar-wrap .navbar-header-wrap .nav-wrap .links-wrap .link-item{font-weight:400;font-size:14px;line-height:18px;letter-spacing:.03em;text-transform:uppercase;margin-right:41px;transition:.3s}.navbar-wrap .navbar-header-wrap .nav-wrap .links-wrap .link-item.active{font-weight:700}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap{display:flex;align-items:center}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .change-lang-desk{display:none;position:relative;justify-content:center;width:54px;margin-left:16px;cursor:pointer}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .change-lang-desk.hide{display:none!important}@media (min-width: 1200px){.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .change-lang-desk{display:flex}}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .change-lang-desk *{transition:.3s}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .change-lang-desk .active-lang{display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;font-size:14px;line-height:18px;text-transform:uppercase;font-weight:700}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .change-lang-desk .active-lang .lang-arrow{width:9px;margin-left:9px}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .change-lang-desk .lang-dropdown{display:none;position:absolute;top:20px;left:50%;transform:translate(-50%);overflow:hidden;background-color:#1e1e20;min-width:20px;border:0;margin-top:4px;border-radius:0}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .change-lang-desk .lang-dropdown .lang-item{width:56px;display:block;font-size:14px;text-transform:uppercase;color:#fff;line-height:20px;padding:3px 16px 3px 11px;font-weight:700;letter-spacing:.02em}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .change-lang-desk.active .active-lang .lang-arrow{transform:rotate(180deg)}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .change-lang-desk.active .lang-dropdown{display:block}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .contact-area{height:42px}@media (min-width: 768px){.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .contact-area{height:54px}}@media (min-width: 1200px){.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .contact-area{height:62px}}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .contact-area .contact-hover-item{display:inline-block}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .login-link{font-weight:400;letter-spacing:.03em;text-transform:uppercase;margin-right:8px;font-size:10px;line-height:14px;transition:.3s}@media (min-width: 400px){.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .login-link{margin-right:21px}}@media (min-width: 768px){.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .login-link{line-height:18px;font-size:12px}}@media (min-width: 1200px){.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .login-link{font-size:14px}}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .trial-btn{position:relative;font-weight:400;font-size:10px;line-height:14px;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;padding:12px 15px;border-radius:72.9016px;overflow:hidden;transition:.6s}@media (min-width: 400px){.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .trial-btn{padding:12px 20px}}@media (min-width: 768px){.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .trial-btn{font-size:14px;line-height:18px;padding:16px 24px}}@media (min-width: 1200px){.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .trial-btn{display:block;padding:20px 24px}}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .trial-btn:after{content:" ";position:absolute;bottom:-10px;left:-10px;width:0;height:0;border-radius:100%;transition:.6s;z-index:-1}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .trial-btn.is-hover{transition:background .1s .5s}.navbar-wrap .navbar-header-wrap .nav-wrap .login-wrap .trial-btn.is-hover:after{bottom:-210px;left:-100%;width:250%;height:400px}.navbar-wrap .navbar-dropdown-menu{display:none}.section-footer{position:relative;background:#000000;padding:80px 0 50px;border-radius:40px 40px 0 0;overflow:hidden;z-index:1}@media (min-width: 768px){.section-footer{padding:140px 0 50px;border-radius:70px 70px 0 0}}@media (min-width: 1200px){.section-footer{padding:137px 0 50px;border-radius:120px 120px 0 0}}@media (min-width: 2048px){.section-footer{padding:100px 0 50px}}.section-footer .footer-content{display:flex;flex-direction:column}@media (min-width: 768px){.section-footer .footer-content{flex-direction:row;justify-content:space-between}}@media (min-width: 1200px){.section-footer .footer-content{margin-bottom:0}}@media (min-width: 1600px){.section-footer .footer-content{margin-bottom:69px}}.section-footer .footer-content .logo-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}@media (min-width: 768px){.section-footer .footer-content .logo-wrap{align-items:flex-start}}.section-footer .footer-content .logo-wrap-link{margin-bottom:14px}@media (min-width: 1200px){.section-footer .footer-content .logo-wrap-link{margin-bottom:20px}}.section-footer .footer-content .logo-wrap .logo{width:200px}@media (min-width: 1200px){.section-footer .footer-content .logo-wrap .logo{width:263px}}.section-footer .footer-content .logo-wrap .question{font-weight:400;font-size:16px;line-height:22px;color:#727272cc;width:210px;text-align:center}@media (min-width: 768px){.section-footer .footer-content .logo-wrap .question{text-align:left;margin-bottom:0}}@media (min-width: 1200px){.section-footer .footer-content .logo-wrap .question{font-size:20px;line-height:30px;width:270px}}@media (min-width: 768px){.section-footer .footer-content .logo-wrap .trustpilot-widget{margin-left:-20px}}.section-footer .footer-content .nav-wrap{display:flex;flex-direction:column}@media (min-width: 768px){.section-footer .footer-content .nav-wrap{flex-direction:row}}.section-footer .footer-content .nav-wrap .nav-col{display:flex;flex-direction:column;margin-bottom:50px}@media (min-width: 768px){.section-footer .footer-content .nav-wrap .nav-col{margin-right:34px;margin-bottom:0}}@media (min-width: 1200px){.section-footer .footer-content .nav-wrap .nav-col{margin-right:127px}}.section-footer .footer-content .nav-wrap .nav-col:last-of-type{margin-right:0;margin-bottom:0}.section-footer .footer-content .nav-wrap .nav-col .nav-title{font-size:28px;font-weight:500;line-height:95%;text-transform:uppercase;color:#474747;margin-bottom:24px;text-align:center}@media (min-width: 1200px){.section-footer .footer-content .nav-wrap .nav-col .nav-title{text-align:left}}@media (min-width: 1200px){.section-footer .footer-content .nav-wrap .nav-col .nav-title{margin-bottom:36px}}.section-footer .footer-content .nav-wrap .nav-col .nav-item{font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:#fff9;margin-bottom:10px;text-align:center}@media (min-width: 768px){.section-footer .footer-content .nav-wrap .nav-col .nav-item{margin-bottom:18px;text-align:left}}@media (min-width: 1200px){.section-footer .footer-content .nav-wrap .nav-col .nav-item{font-size:20px;line-height:30px}}.section-footer .footer-content .nav-wrap .nav-col .nav-item:hover{color:#fff;text-decoration:underline}.section-footer .footer-terms{margin:15px auto 0;width:fit-content;display:flex;align-items:center}.section-footer .footer-terms-link{padding:0 12px;font-size:14px;line-height:1.5;color:#fff9;transition:.3s ease-out;position:relative}@media (min-width: 768px){.section-footer .footer-terms-link{font-size:20px}}.section-footer .footer-terms-link:hover{color:#5e5e5e}.section-footer .footer-terms-link:not(:last-child):after{content:"";display:block;width:1px;height:14px;position:absolute;top:50%;right:0;transform:translateY(-50%);background-color:#fff6}@media (min-width: 768px){.section-footer .footer-terms-link:not(:last-child):after{height:20px}}.section-footer .footer-terms-link:last-child{padding-right:0}.section-footer .footer-terms-link:first-child{padding-left:0}.section-footer .tp-widget-wrapper{text-align:left!important}body.ua .section-footer .footer-terms{flex-direction:column;gap:8px}@media (min-width: 768px){body.ua .section-footer .footer-terms{flex-direction:row;gap:unset}}body.ua .section-footer .footer-terms-link:after{display:none}@media (min-width: 768px){body.ua .section-footer .footer-terms-link:after{display:block}}.footerAnim{animation-name:footerAnim;animation-duration:1.6s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@keyframes footerAnim{0%{transform:translate(0)}50%{transform:translate(-150px)}to{transform:translate(0)}}.section-compare{position:relative;padding:0 0 57px}@media (min-width: 768px){.section-compare{padding:0 0 134px}}@media (min-width: 1200px){.section-compare{padding:17px 0 0;max-height:1322px}}@media (min-width: 1600px){.section-compare{padding:17px 0 98px;max-height:1422px}}@media (min-width: 2048px){.section-compare{padding:0 0 140px;max-height:1435px}}.section-compare .title{width:100%;font-weight:500;line-height:112.5%;font-size:54px;text-align:left;text-transform:uppercase;color:#000;margin-bottom:30px;padding:0}@media (min-width: 768px){.section-compare .title{font-size:72px;line-height:88.52%;width:624px;margin-bottom:40px}}@media (min-width: 1200px){.section-compare .title{width:100%;font-size:110px;line-height:101.023%;margin-bottom:65px}}.section-compare .table-row{display:flex;align-items:stretch;gap:0}@media (min-width: 1200px){.section-compare .table-row{gap:20px}}.section-compare .table-row .left-table-wrap{display:flex;background:none;padding:0;width:18%;flex-direction:column;justify-content:flex-start}.section-compare .table-row .left-table-wrap .left-table-content{display:flex;flex-direction:column;gap:0;height:100%;font-size:18px;font-weight:700;color:#333;line-height:1.5}.section-compare .table-row .left-table-wrap .left-table-content p{display:flex;align-items:center;height:100%;margin:0}.section-compare .table-wrap{width:82%;background:#FFFFFF;border:2px solid #000000;padding:0;border-radius:36px;margin-left:auto;margin-right:0}@media (min-width: 1200px){.section-compare .table-wrap{width:80%}}.section-compare .table-wrap table{width:100%;border-collapse:collapse}.section-compare .table-wrap table thead tr th{font-family:FF Nort Headline Condensed,sans-serif;font-weight:700;font-size:20px;line-height:100%;text-align:left;text-transform:uppercase;color:#000;padding:20px;border-bottom:2px solid #000000;border-right:2px solid #000000}.section-compare .table-wrap table thead tr th:last-child{border-right:none}@media (min-width: 1200px){.section-compare .table-wrap table thead tr th{font-size:20px;padding:48px 64px 39px}}.section-compare .table-wrap table tbody tr td{font-weight:100;padding:16px 33px;border-bottom:none;color:inherit;text-align:center}.section-compare .table-wrap table tbody tr td:last-child{border-right:none}.show-all-features{display:flex;justify-content:center;align-items:center;text-align:center;margin:0 auto;width:100%}.show-all-features a{color:#000;text-decoration:underline;text-decoration-color:#000;font-family:Gilroy,sans-serif;font-size:24px;font-weight:500;line-height:31.73px;cursor:pointer}.hidden-table{display:none!important}.feature-header-title{font-family:FF Nort Headline Condensed,sans-serif;font-weight:800;font-size:20px;line-height:1.5;text-align:left;text-transform:uppercase;color:#000;margin:0;padding:20px 0}@media (min-width: 768px){.feature-header-title{font-size:24px}}@media (min-width: 1200px){.feature-header-title{font-size:20px}}.feature-header-info{font-weight:100}.contact-section-compare{display:flex;align-items:center;justify-content:center;position:relative;padding:0}.contact-section-compare .container{display:flex;justify-content:center;align-items:center}.contact-section-compare .custom-button-container{display:flex;align-items:center;justify-content:space-between;width:770px;height:80px;padding:0 20px;background-color:#fff;gap:0;border-radius:36px}.custom-button-text{font-size:18px;font-weight:700;color:#333}.btn-contact-us{display:flex;align-items:center;justify-content:center;width:150px;height:60px;background-color:#ff0049;color:#fff;border:2px solid #FF0049;border-radius:36px;font-size:16px;font-weight:700;text-transform:uppercase;text-decoration:none;transition:background-color .3s,transform .3s}.btn-contact-us:hover{background-color:#ff0049;transform:scale(1.05)}#contactModal .modal-dialog{position:relative;max-width:738px;margin:auto;display:flex;align-items:center;justify-content:center;min-height:100vh}#contactModal .modal-content{width:738px;height:446px;border-radius:36px;background:#FFFFFF}#contactModal .modal-header{text-align:center;display:flex;justify-content:center;align-items:center;border-bottom:none;position:relative}#contactModal .modal-title{font-size:50px;font-weight:700;text-align:center;margin:auto;text-transform:uppercase;width:100%}#contactModal .btn-close{position:absolute;top:30px;right:30px;font-size:16px}#contactModal .form-label{font-weight:500;font-size:16px}#contactModal .form-control{border-radius:10px;height:50px;border-color:#eaeaea}#contactModal textarea.form-control{border-radius:10px;height:180px;resize:none}.btn-send-request{background-color:#ff0049;color:#fff;font-weight:700;font-size:18px;text-transform:uppercase;padding:12px 30px;border:none;border-radius:10px;transition:background-color .3s ease}.btn-send-request:hover{background-color:#c00}.modal-backdrop{background-color:#00000080!important;z-index:1040!important}.modal{z-index:1050!important}.s-blog-cases{padding-bottom:0;padding-top:0}.s-blog-cases .title{font-size:54px;font-weight:500;line-height:112.5%;text-transform:uppercase;color:#fff;text-align:center;padding:30px 0}@media (min-width: 768px){.s-blog-cases .title{padding:0 0 50px}}@media (min-width: 1200px){.s-blog-cases .title{font-size:72px;line-height:100.023%;padding:60px 0 80px;text-align:left}}.articles-wrap{display:flex;flex-direction:column;gap:30px;align-items:center}@media (min-width: 768px){.articles-wrap{align-items:unset;flex-direction:row;flex-wrap:wrap;justify-content:center}}.case-item{display:flex;flex-direction:column;align-self:center;width:342px;min-height:636px;border:2px solid #000000;border-radius:30px;overflow:hidden}@media (min-width: 768px){.case-item{flex-direction:row;width:605px;min-height:467px;border-radius:40px;align-self:stretch}}.case-item .channel-wrap{position:relative;width:100%;height:270px;min-height:270px;overflow:hidden}@media (min-width: 768px){.case-item .channel-wrap{height:100%;min-height:100%;width:302px}}.case-item .channel-wrap .header-bg{display:block;position:absolute;top:0;left:50%;transform:translate(-50%);height:100%;max-width:unset;width:auto;z-index:-1}.case-item .channel-wrap .content-wrap{display:flex;flex-direction:column;align-items:center;padding:44px;height:100%;width:100%;background:rgba(0,0,0,.3)}@media (min-width: 768px){.case-item .channel-wrap .content-wrap{padding:63px 30px 87px}}.case-item .channel-wrap .content-wrap .channel-type{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.03em;text-transform:uppercase;color:#fff;margin-bottom:10px}@media (min-width: 768px){.case-item .channel-wrap .content-wrap .channel-type{margin-bottom:50px}}.case-item .channel-wrap .content-wrap .channel-type .tag-icon{width:32px;margin-right:8px}.case-item .channel-wrap .content-wrap .channel-type .tag-icon svg{max-width:100%}.case-item .channel-wrap .content-wrap .channel-avatar{position:relative;width:88px;height:88px;min-height:88px;border-radius:50%;overflow:hidden}@media (min-width: 768px){.case-item .channel-wrap .content-wrap .channel-avatar{width:100px;height:100px;min-height:100px}}.case-item .channel-wrap .content-wrap .channel-avatar .channel-avatar-img{width:100%;height:100%}.case-item .channel-wrap .content-wrap .platform{display:none}@media (min-width: 768px){.case-item .channel-wrap .content-wrap .platform{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:18px;text-align:center;letter-spacing:.03em;text-transform:uppercase;color:#fff;margin-bottom:32px;margin-top:18px}}.case-item .channel-wrap .content-wrap .platform .platform-icon{margin-right:8px}.case-item .channel-wrap .content-wrap .channel-name{font-family:Oswald,sans-serif;font-size:20px;font-weight:500;line-height:118%;text-align:center;text-transform:uppercase;color:#fff;margin-bottom:8px}@media (min-width: 768px){.case-item .channel-wrap .content-wrap .channel-name{font-size:28px;line-height:113%;margin-bottom:16px}}.case-item .channel-wrap .content-wrap .channel-subs{font-weight:400;font-size:14px;line-height:18px;text-align:center;letter-spacing:.03em;text-transform:uppercase;color:#fff}.case-item .stats-wrap{display:grid;padding:50px 40px;gap:20px;background:white;flex:1}@media (min-width: 768px){.case-item .stats-wrap{padding:50px 44px;gap:34px}}.case-item .stats-wrap .stat-item{display:flex}@media (min-width: 768px){.case-item .stats-wrap .stat-item{gap:16px}}.case-item .stats-wrap .stat-item .stat-icon-wrap{display:flex;justify-content:center;align-items:center;width:62px;height:62px;border-radius:100%;border:2px solid #000000;min-width:62px}.case-item .stats-wrap .stat-item .stat-icon-wrap img,.case-item .stats-wrap .stat-item .stat-icon-wrap svg{width:27px;height:27px}@media (max-width: 767px){.case-item .stats-wrap .stat-item .stat-icon-wrap{display:none}}.case-item .stats-wrap .stat-item .stat{display:flex;flex-direction:row;gap:10px;justify-content:space-between;align-items:flex-start;width:100%;padding-bottom:17px;border-bottom:2px solid #D1D1D1}@media (min-width: 768px){.case-item .stats-wrap .stat-item .stat{flex-direction:column;width:unset;padding-bottom:0;border-bottom:none;justify-content:center}}.case-item .stats-wrap .stat-item .stat .name{font-weight:400;font-size:14px;line-height:18px;letter-spacing:.03em;text-transform:uppercase;color:#464646;text-align:left}.case-item .stats-wrap .stat-item .stat .value{font-weight:500;font-size:22px;line-height:27px;text-transform:uppercase;color:#000;width:112px;text-align:right}@media (min-width: 768px){.case-item .stats-wrap .stat-item .stat .value{font-weight:400;font-size:22px;line-height:95%;width:unset;font-family:Oswald,sans-serif;text-align:left}}.case-item .stats-wrap .stat-item:nth-of-type(3) .stat{border-bottom:none}.case-item .stats-wrap .stat-btn{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:24px 40px;justify-self:end;text-align:center;width:100%;height:74px;background:#FF0049;border-radius:58.1682px;font-weight:700;font-size:20px;line-height:26px;letter-spacing:.03em;text-transform:uppercase;color:#fff;overflow:hidden;transition:background-color .5s ease}.case-item .stats-wrap .stat-btn span{font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;z-index:1}.case-item .stats-wrap .stat-btn:after{content:" ";border-radius:3rem;background-color:#d3ff55;position:absolute;bottom:0;left:0;width:0;height:0;transition:all .5s;transform:translate(-50%)}.case-item .stats-wrap .stat-btn:hover{color:#000;background-color:#d3ff55}.case-item .stats-wrap .stat-btn:hover:after{width:200%;height:100%}.contact-free-btn{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:24px 40px;justify-self:end;text-align:center;width:100%;height:74px;border-radius:58.1682px;font-weight:700;font-size:20px;line-height:26px;letter-spacing:.03em;text-transform:uppercase;color:#fff;overflow:hidden;transition:background-color .5s ease;border:2px solid #fff;text-decoration:none}.contact-free-btn span{font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;z-index:1}.contact-free-btn:after{content:" ";border-radius:3rem;background-color:#fff;position:absolute;bottom:0;left:0;width:0;height:0;transition:all .5s;transform:translate(-50%)}.contact-free-btn:hover{color:#000;background-color:#fff}.contact-free-btn:hover:after{width:200%;height:100%}.topics-contact-area{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative;z-index:10;padding:10px 20px;border:2px solid white;border-radius:36px;width:auto}@media (min-width: 1200px){.topics-contact-area{height:62px}}.topics-contact-area .trial-btn{padding:10px 20px;border-radius:4px;text-transform:uppercase;font-size:16px;font-weight:700;text-decoration:none;color:#fff;background:transparent}body *{font-family:Gilroy,sans-serif}body * h1,body * .h1,body * h2,body * .h2,body * h3,body * .h3,body * h4,body * .h4,body * h5,body * .h5,body * h6,body * .h6,body * th,body * h1 *,body * .h1 *,body * h2 *,body * .h2 *,body * h3 *,body * .h3 *,body * h4 *,body * .h4 *,body * h5 *,body * .h5 *,body * h6 *,body * .h6 *,body * th *{font-family:Oswald,sans-serif!important}@media (min-width: 992px) and (max-width: 1199px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:720px!important;padding:0}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1240px!important;padding:0 40px}}@media (min-width: 1400px){.container-xl,.container-lg,.container-md,.container-sm,.container{padding:0}}.pricing-page{background:#EAEAEA;padding-top:137px}@media (min-width: 768px){.pricing-page{padding-top:198px}}@media (min-width: 1200px){.pricing-page{padding-top:200px}}.s-crumbs{padding-top:0;padding-bottom:33px}@media (min-width: 768px){.s-crumbs{padding-bottom:48px}}.s-crumbs .bread-crumbs{display:flex}.s-crumbs .bread-crumbs .item{font-weight:400;font-size:10px;line-height:18px;letter-spacing:.03em;text-transform:uppercase;color:#000}@media (min-width: 768px){.s-crumbs .bread-crumbs .item{font-size:14px}}.s-crumbs .bread-crumbs .item.item-link{color:#8d8d8d;position:relative}.s-crumbs .bread-crumbs .item.item-link:before{content:"";position:absolute;width:6px;height:10px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAYAAABCm8wlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC1SURBVHgBdZDREYIwEEQ5aMASKEE7kEq0Awkz8Cv+JpPEErQDO4glUAIl0EAS9xh0ooP3c5l7m9tNsgxljDlZa8tspXKtdR1jvIYQ3JooRz2IaMC5ZJGUcvslEEKMEFTYcmdRURQOloe3gFK1UqrHxvMMiPqmaS7064lMDm3PZ1hWeQoR0iZQtG37pAVsuGF4RJ+896LruttsxRADB09OPyFDheDD5xV8a4Ej4C6Fafr630++ACFaUeGzdLACAAAAAElFTkSuQmCC);background-size:cover;background-repeat:no-repeat;top:4px;right:-13px}@media (min-width: 768px){.s-crumbs .bread-crumbs .item.item-link:before{width:8px;height:12px;top:3px;right:-24px}}.s-crumbs .bread-crumbs .item:not(:first-child){margin-left:28px}@media (min-width: 768px){.s-crumbs .bread-crumbs .item:not(:first-child){margin-left:37px}}.s-trustpilot{padding:20px 0 80px}.s-btn-free{padding:30px 0 80px;display:flex}@media (min-width: 768px){.s-btn-free{padding:30px 0 130px}}@media (min-width: 1200px){.s-btn-free{padding:0 0 80px}}@media (min-width: 1400px){.s-btn-free{padding:20px 0 80px}}@media (min-width: 1600px){.s-btn-free{padding:60px 0 100px}}.s-btn-free .container{display:flex;align-items:center;justify-content:center}@media (min-width: 1400px){.s-btn-free .container{justify-content:flex-start}}#custom-trustpilot-widget{background-color:transparent;padding:10px 15px;display:flex;align-items:center;justify-content:space-between;max-width:600px;margin:0 auto}
