@charset "UTF-8"; /*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #6bb8e6;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d968a9;
    --bs-red: #692340;
    --bs-orange: var(--bs-primary);
    --bs-yellow: #F1B980;
    --bs-green: var(--bs-primary);
    --bs-teal: #077C76;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #8C98A4;
    --bs-gray-dark: #51596C;
    --bs-gray-100: #F9FAFC;
    --bs-gray-200: #F8FAFD;
    --bs-gray-300: #E7EAF3;
    --bs-gray-400: #BDC5D1;
    --bs-gray-500: #97A4AF;
    --bs-gray-600: #8C98A4;
    --bs-gray-700: #677788;
    --bs-gray-800: #51596C;
    --bs-gray-900: #223B41;
    --bs-primary: #1D1853;
    --bs-secondary: #002cc8;
    --bs-success: #050505;
    --bs-info: #334AC0;
    --bs-warning: #F1B980;
    --bs-danger: #692340;
    --bs-light: #F9FAFC;
    --bs-dark: #00221C;
    --bs-primary-rgb: 255, 191, 0;
    --bs-secondary-rgb: 81, 89, 108;
    --bs-success-rgb: 7, 124, 118;
    --bs-info-rgb: 51, 74, 192;
    --bs-warning-rgb: 241, 185, 128;
    --bs-danger-rgb: 105, 35, 64;
    --bs-light-rgb: 249, 250, 252;
    --bs-dark-rgb: 0, 34, 28;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 81, 89, 108;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: 'IBM Plex Sans Arabic';
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-head: #1d1853;
    --bs-body-color: #333333;
    --bs-body-bg: #f7f7fc;
    --bs-light-v2: #FAFAFA;
    --bs-dim-v2: #667085;
    --bs-gray-v2: #E4E7EB;
    --bs-green-v2: #219653;
    --bs-red-v2: #B42318;
    --bs-light-blue: #EFF8FF;
}
::selection{color:var(--bs-body-color)!important;background-color:var(--bs-body-bg)!important;}
.bg-primary ::-moz-selection {color: #fff;background-color: rgba(255, 255, 255, 0.1);}
.bg-primary ::selection {color: #fff;background-color: rgba(255, 255, 255, 0.1);}
.text-primary{color:var(--bs-primary)!important;}

.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}

.accordion-collapse{background-color:rgba(0, 189, 142, 0.1);}
.accordion-flush .accordion-item{border-width:0;}
.accordion-flush .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:0;border-bottom-left-radius:0;}
.accordion-flush .accordion-button:not(.collapsed){box-shadow:none;}
.accordion-flush .accordion-body{padding-top:0;}
.alert-primary{color:#fff;background-color:var(--bs-primary);border-color:var(--bs-primary);}
.alert-primary .alert-link{color:#fff;}
.alert-secondary{color:#fff;background-color:#51596c;border-color:#51596c;}
.alert-secondary .alert-link{color:#fff;}
.alert-success{color:#fff;background-color:#077c76;border-color:#077c76;}
.alert-success .alert-link{color:#fff;}
.alert-info{color:#fff;background-color:#334ac0;border-color:#334ac0;}
.alert-info .alert-link{color:#fff;}
.alert-warning{color:#000;background-color:#f1b980;border-color:#f1b980;}
.alert-warning .alert-link{color:#000;}
.alert-danger{color:#fff;background-color:#692340;border-color:#692340;}
.alert-danger .alert-link{color:#fff;}
.alert-light{color:#000;background-color:#f9fafc;border-color:#f9fafc;}
.alert-light .alert-link{color:#000;}
.alert-dark{color:#fff;background-color:#00221c;border-color:#00221c;}
.alert-dark .alert-link{color:#fff;}
.alert-soft-primary{color:var(--bs-primary);background-color:rgba(0, 128, 96, 0.15);}
.alert-soft-primary .alert-link{color:var(--bs-primary);}
.alert-soft-primary .alert-link:hover{color:var(--bs-primary);}
.alert-soft-secondary{color:#51596c;background-color:rgba(81, 89, 108, 0.15);}
.alert-soft-secondary .alert-link{color:#51596c;}
.alert-soft-secondary .alert-link:hover{color:#424858;}
.alert-soft-success{color:#077c76;background-color:rgba(7, 124, 118, 0.15);}
.alert-soft-success .alert-link{color:#077c76;}
.alert-soft-success .alert-link:hover{color:#055a56;}
.alert-soft-info{color:#334ac0;background-color:rgba(51, 74, 192, 0.15);}
.alert-soft-info .alert-link{color:#334ac0;}
.alert-soft-info .alert-link:hover{color:#2c3fa4;}
.alert-soft-warning{color:#f1b980;background-color:rgba(241, 185, 128, 0.15);}
.alert-soft-warning .alert-link{color:#f1b980;}
.alert-soft-warning .alert-link:hover{color:#eda760;}
.alert-soft-danger{color:#692340;background-color:rgba(105, 35, 64, 0.15);}
.alert-soft-danger .alert-link{color:#692340;}
.alert-soft-danger .alert-link:hover{color:#4e1a30;}
.alert-soft-light{color:#f9fafc;background-color:rgba(249, 250, 252, 0.15);}
.alert-soft-light .alert-link{color:#f9fafc;}
.alert-soft-light .alert-link:hover{color:#e1e6f0;}
.alert-soft-dark{color:#00221c;background-color:rgba(0, 34, 28, 0.15);}
.alert-soft-dark .alert-link{color:#00221c;}
.alert-soft-dark .alert-link:hover{color:#000;}
.avatar{position:relative;display:inline-block;width:2.875rem;height:2.875rem;border-radius:0.3125rem;}
.avatar-img{max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0.3125rem;}
.avatar-initials{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:500;pointer-events:none;text-transform:uppercase;border-radius:0.3125rem;}
.avatar-circle{border-radius:50%;}
.avatar-circle .avatar-img,.avatar-circle .avatar-initials{border-radius:50%;}
.avatar-centered{display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;}
.avatar-group{display:-ms-flexbox;display:flex;}
.avatar-group .avatar:hover{z-index:2;}
.avatar-group .avatar-circle .avatar-initials{border-radius:50%;}
.avatar-group .avatar .avatar-img,.avatar-group .avatar .avatar-initials,.avatar-group .avatar-sm .avatar-img,.avatar-group .avatar-sm .avatar-initials,.avatar-group .avatar-xs .avatar-img,.avatar-group .avatar-xs .avatar-initials{border:2px solid #fff;}
.avatar-group .avatar-lg .avatar-img,.avatar-group .avatar-lg .avatar-initials{border:5px solid #fff;}
.avatar-group .avatar-xl .avatar-img,.avatar-group .avatar-xl .avatar-initials{border:7px solid #fff;}
.avatar-group .avatar + .avatar{margin-left:-1rem;}
.avatar-group .avatar-xs + .avatar-xs{margin-left:-0.6125rem;}
.avatar-group .avatar-sm + .avatar-sm{margin-left:-0.875rem;}
.avatar-group .avatar-lg + .avatar-lg{margin-left:-1.5rem;}
.avatar-group .avatar-xl + .avatar-xl{margin-left:-2rem;}
.avatar.avatar-circle .avatar-status{bottom:-0.21875rem;right:-0.21875rem;}
.avatar.avatar-circle .avatar-sm-status{bottom:0;right:0;}
.avatar.avatar-circle .avatar-lg-status{bottom:-0.325rem;right:-0.325rem;}
.avatar-xss{width:1rem;height:1rem;}
.avatar-xss .avatar-initials{font-size:0.75rem;}
.avatar-xs{width:1.75rem;height:1.75rem;}
.avatar-xs .avatar-initials{font-size:0.75rem;}
.avatar-xs.avatar-circle .avatar-status{bottom:-0.21875rem;right:-0.21875rem;}
.avatar-xs.avatar-circle .avatar-sm-status{bottom:-0.11719rem;right:-0.11719rem;}
.avatar-xs.avatar-circle .avatar-lg-status{bottom:-0.325rem;right:-0.325rem;}
.avatar-xs{width:1.75rem;height:1.75rem;}
.avatar-xs .avatar-initials{font-size:0.75rem;}
.avatar-xs.avatar-circle .avatar-status{bottom:-0.21875rem;right:-0.21875rem;}
.avatar-xs.avatar-circle .avatar-sm-status{bottom:-0.11719rem;right:-0.11719rem;}
.avatar-xs.avatar-circle .avatar-lg-status{bottom:-0.325rem;right:-0.325rem;}
.avatar-sm{width:2.3125rem;height:2.3125rem;}
.avatar-sm .avatar-initials{font-size:0.8125rem;}
.avatar-sm.avatar-circle .avatar-status{bottom:-0.21875rem;right:-0.21875rem;}
.avatar-sm.avatar-circle .avatar-sm-status{bottom:-0.09375rem;right:-0.09375rem;}
.avatar-sm.avatar-circle .avatar-lg-status{bottom:-0.40625rem;right:-0.40625rem;}
.avatar-lg{width:4.25rem;height:4.25rem;}
.avatar-lg .avatar-initials{font-size:1.125rem;}
.avatar-lg.avatar-circle .avatar-status{bottom:-0.13125rem;right:-0.13125rem;}
.avatar-lg.avatar-circle .avatar-sm-status{bottom:0.09375rem;right:0.09375rem;}
.avatar-lg.avatar-circle .avatar-lg-status{bottom:-0.20312rem;right:-0.20312rem;}
.avatar-xl{width:5.625rem;height:5.625rem;}
.avatar-xl .avatar-initials{font-size:2rem;}
.avatar-xl.avatar-circle .avatar-status{bottom:0.16406rem;right:0.16406rem;}
.avatar-xl.avatar-circle .avatar-sm-status{bottom:0.23438rem;right:0.23438rem;}
.avatar-xl.avatar-circle .avatar-lg-status{bottom:0.13542rem;right:0.13542rem;}
.avatar-xxl{width:7rem;height:7rem;}
.avatar-xxl .avatar-initials{font-size:3rem;}
.avatar-xxl.avatar-circle .avatar-status{bottom:0.4375rem;right:0.4375rem;}
.avatar-xxl.avatar-circle .avatar-sm-status{bottom:0.58333rem;right:0.58333rem;}
.avatar-xxl.avatar-circle .avatar-lg-status{bottom:0.29545rem;right:0.29545rem;}
.avatar-status{position:absolute;bottom:-0.525rem;right:-0.525rem;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;white-space:nowrap;text-align:center;vertical-align:baseline;border:0.125rem solid #fff;width:1.3125rem;height:1.3125rem;line-height:1;font-size:0.625rem;border-radius:50%;}
.avatar-sm-status{bottom:-0.2625rem;right:-0.2625rem;width:0.9375rem;height:0.9375rem;font-size:0.5rem;}
.avatar-lg-status{width:1.625rem;height:1.625rem;font-size:0.75rem;}
.avatar-primary .avatar-initials{color:#fff;background-color:var(--bs-primary);}
.avatar-status-primary{color:#fff;background-color:var(--bs-primary);}
.avatar-secondary .avatar-initials{color:#fff;background-color:#51596c;}
.avatar-status-secondary{color:#fff;background-color:#51596c;}
.avatar-success .avatar-initials{color:#fff;background-color:#077c76;}
.avatar-status-success{color:#fff;background-color:#077c76;}
.avatar-info .avatar-initials{color:#fff;background-color:#334ac0;}
.avatar-status-info{color:#fff;background-color:#334ac0;}
.avatar-warning .avatar-initials{color:#000;background-color:#f1b980;}
.avatar-status-warning{color:#000;background-color:#f1b980;}
.avatar-danger .avatar-initials{color:#fff;background-color:#692340;}
.avatar-status-danger{color:#fff;background-color:#692340;}
.avatar-light .avatar-initials{color:#000;background-color:#f9fafc;}
.avatar-status-light{color:#000;background-color:#f9fafc;}
.avatar-dark .avatar-initials{color:#fff;background-color:#00221c;}
.avatar-status-dark{color:#fff;background-color:#00221c;}
.avatar-soft-primary .avatar-initials{color:var(--bs-primary);background-color:rgba(0, 128, 96, 0.1);}
.avatar-status-soft-primary{color:var(--bs-primary);background-color:rgba(0, 128, 96, 0.1);}
.avatar-soft-secondary .avatar-initials{color:#51596c;background-color:rgba(81, 89, 108, 0.1);}
.avatar-status-soft-secondary{color:#51596c;background-color:rgba(81, 89, 108, 0.1);}
.avatar-soft-success .avatar-initials{color:#077c76;background-color:rgba(7, 124, 118, 0.1);}
.avatar-status-soft-success{color:#077c76;background-color:rgba(7, 124, 118, 0.1);}
.avatar-soft-info .avatar-initials{color:#334ac0;background-color:rgba(51, 74, 192, 0.1);}
.avatar-status-soft-info{color:#334ac0;background-color:rgba(51, 74, 192, 0.1);}
.avatar-soft-warning .avatar-initials{color:#f1b980;background-color:rgba(241, 185, 128, 0.1);}
.avatar-status-soft-warning{color:#f1b980;background-color:rgba(241, 185, 128, 0.1);}
.avatar-soft-danger .avatar-initials{color:#692340;background-color:rgba(105, 35, 64, 0.1);}
.avatar-status-soft-danger{color:#692340;background-color:rgba(105, 35, 64, 0.1);}
.avatar-soft-light .avatar-initials{color:#f9fafc;background-color:rgba(249, 250, 252, 0.1);}
.avatar-status-soft-light{color:#f9fafc;background-color:rgba(249, 250, 252, 0.1);}
.avatar-soft-dark .avatar-initials{color:#00221c;background-color:rgba(0, 34, 28, 0.1);}
.avatar-status-soft-dark{color:#00221c;background-color:rgba(0, 34, 28, 0.1);}
.avatar.avatar-4x3{width:3.83333rem;height:auto;border-radius:0;}
.avatar.avatar-4x3 .avatar-img{height:inherit;}
.avatar-xss.avatar-4x3{width:1.33333rem;height:auto;border-radius:0;}
.avatar-xss.avatar-4x3 .avatar-img{height:inherit;}
.avatar-xs.avatar-4x3{width:2.33333rem;height:auto;border-radius:0;}
.avatar-xs.avatar-4x3 .avatar-img{height:inherit;}
.avatar-sm.avatar-4x3{width:3.08333rem;height:auto;border-radius:0;}
.avatar-sm.avatar-4x3 .avatar-img{height:inherit;}
.avatar-lg.avatar-4x3{width:5.66667rem;height:auto;border-radius:0;}
.avatar-lg.avatar-4x3 .avatar-img{height:inherit;}
.avatar-xl.avatar-4x3{width:7.5rem;height:auto;border-radius:0;}
.avatar-xl.avatar-4x3 .avatar-img{height:inherit;}
.avatar-xxl.avatar-4x3{width:9.33333rem;height:auto;border-radius:0;}
.avatar-xxl.avatar-4x3 .avatar-img{height:inherit;}
.badge{line-height:normal;}
.banner-half-start{position:relative;}
.banner-half-start::before{position:absolute;top:auto;right:0;bottom:0;left:auto;width:100vw;height:150vh;z-index:-1;content:"";background-color:#035a4b;}
.banner-half-start::after{position:absolute;top:auto;right:-0.75rem;bottom:0;display:none;width:100vw;height:150vh;z-index:-1;content:"";background-color:#035a4b;}
@media (max-width:767.98px){.banner-half-start::after{display:block;}}
.banner-half-end > *{position:relative;z-index:1;}
.banner-half-end::after{position:absolute;top:7.5%;left:0;right:0;bottom:0;width:100%;height:calc(100% - 15%);display:block;content:"";background:linear-gradient(to right, rgba(255, 255, 255, 0) 53%, rgba(0, 189, 142, 0.1) 53%);}
@media (max-width:767.98px){.banner-half-end{position:relative;} .banner-half-end::after{background:linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0, 189, 142, 0.1) 0);}}
.banner-start{position:relative;}
.banner-start > *{position:relative;z-index:1;}
.banner-start::after{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;background:linear-gradient(to left, rgba(255, 255, 255, 0) 22%, rgba(0, 189, 142, 0.1) 22%);content:"";}
@media (max-width:767.98px){.banner-start::after{height:80%;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0, 189, 142, 0.1) 0);}}
.banner-end{position:relative;}
.banner-end > *{position:relative;z-index:1;}
.banner-end::after{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;background:linear-gradient(to right, rgba(255, 255, 255, 0) 22%, rgba(0, 189, 142, 0.1) 22%);content:"";}
@media (max-width:767.98px){.banner-end::after{height:80%;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0, 189, 142, 0.1) 0);}}
.banner-bottom-end-n3rem{position:relative;}
.banner-bottom-end-n3rem > *{position:relative;z-index:1;}
.banner-bottom-end-n3rem::after{position:absolute;bottom:-3rem;left:-3rem;width:100%;height:100%;background-color:rgba(0, 189, 142, 0.1);content:"";}
.blockquote{color:#00221c;}
.blockquote-footer{font-weight:500;line-height:normal;margin-top:1.5rem;margin-bottom:0;}
.blockquote-footer::before{content:"";}
.blockquote-footer-source{display:block;color:#677788;font-size:1rem;font-weight:400;margin-top:0.25rem;}
.blockquote-sm{font-size:1.25rem;}
.breadcrumb .breadcrumb-item{color:#00221c;}
.btn-link:focus{box-shadow:none;}
.btn.dropdown-toggle{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;}
.btn-check:focus + .btn-primary,.btn-primary:focus,.btn-primary:hover{box-shadow:0 4px 11px rgba(0, 128, 96, 0.35);}
.btn-check:focus + .btn-secondary,.btn-secondary:focus,.btn-secondary:hover{box-shadow:0 4px 11px rgba(81, 89, 108, 0.35);}
.btn-check:focus + .btn-success,.btn-success:focus,.btn-success:hover{box-shadow:0 4px 11px rgba(7, 124, 118, 0.35);}
.btn-check:focus + .btn-info,.btn-info:focus,.btn-info:hover{box-shadow:0 4px 11px rgba(51, 74, 192, 0.35);}
.btn-check:focus + .btn-warning,.btn-warning:focus,.btn-warning:hover{box-shadow:0 4px 11px rgba(241, 185, 128, 0.35);}
.btn-check:focus + .btn-danger,.btn-danger:focus,.btn-danger:hover{box-shadow:0 4px 11px rgba(105, 35, 64, 0.35);}
.btn-check:focus + .btn-light,.btn-light:focus,.btn-light:hover{box-shadow:0 4px 11px rgba(249, 250, 252, 0.35);}
.btn-check:focus + .btn-dark,.btn-dark:focus,.btn-dark:hover{box-shadow:0 4px 11px rgba(0, 34, 28, 0.35);}
.btn-white{background-color:#fff;border-color:rgba(0, 34, 28, 0.1);}
.btn-white.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-white,.btn-white:focus,.btn-white:hover{color:var(--bs-primary);box-shadow:0 3px 6px -2px rgba(140, 152, 164, 0.25);}
.btn-check:focus + .btn-white.dropdown-toggle::after,.btn-white:focus.dropdown-toggle::after,.btn-white:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23008060' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-white.disabled,.btn-white:disabled{color:#bdc5d1;background-color:rgba(231, 234, 243, 0.5);}
.btn-primary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-secondary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-success.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-info.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-warning.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-danger.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-light.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-dark.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-ghost-primary{color:var(--bs-primary);background-color:transparent;}
.btn-check:active + .btn-ghost-primary,.btn-check:checked + .btn-ghost-primary,.btn-check:focus + .btn-ghost-primary,.btn-ghost-primary.active,.btn-ghost-primary:active,.btn-ghost-primary:focus,.btn-ghost-primary:hover,.show > .btn-ghost-primary.dropdown-toggle{color:var(--bs-primary);background-color:rgba(0, 128, 96, 0.1);}
.btn-ghost-primary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23008060' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-ghost-primary.btn-no-focus,.btn-ghost-primary.btn-no-focus.focus,.btn-ghost-primary.btn-no-focus:focus,.btn-ghost-primary.btn-no-focus:hover{color:var(--bs-primary);background-color:unset;box-shadow:none;}
.btn-check:focus + .btn-ghost-primary.btn-no-focus:hover,.btn-ghost-primary.btn-no-focus.focus:hover,.btn-ghost-primary.btn-no-focus:focus:hover,.btn-ghost-primary.btn-no-focus:hover:hover{color:var(--bs-primary);background-color:rgba(0, 128, 96, 0.1);}
.btn-ghost-secondary{color:#51596c;background-color:transparent;}
.btn-check:active + .btn-ghost-secondary,.btn-check:checked + .btn-ghost-secondary,.btn-check:focus + .btn-ghost-secondary,.btn-ghost-secondary.active,.btn-ghost-secondary:active,.btn-ghost-secondary:focus,.btn-ghost-secondary:hover,.show > .btn-ghost-secondary.dropdown-toggle{color:#51596c;background-color:rgba(0, 128, 96, 0.1);}
.btn-ghost-secondary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-ghost-secondary.btn-no-focus,.btn-ghost-secondary.btn-no-focus.focus,.btn-ghost-secondary.btn-no-focus:focus,.btn-ghost-secondary.btn-no-focus:hover{color:#51596c;background-color:unset;box-shadow:none;}
.btn-check:focus + .btn-ghost-secondary.btn-no-focus:hover,.btn-ghost-secondary.btn-no-focus.focus:hover,.btn-ghost-secondary.btn-no-focus:focus:hover,.btn-ghost-secondary.btn-no-focus:hover:hover{color:#51596c;background-color:rgba(81, 89, 108, 0.1);}
.btn-ghost-success{color:#077c76;background-color:transparent;}
.btn-check:active + .btn-ghost-success,.btn-check:checked + .btn-ghost-success,.btn-check:focus + .btn-ghost-success,.btn-ghost-success.active,.btn-ghost-success:active,.btn-ghost-success:focus,.btn-ghost-success:hover,.show > .btn-ghost-success.dropdown-toggle{color:#077c76;background-color:rgba(7, 124, 118, 0.1);}
.btn-ghost-success.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23077C76' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-ghost-success.btn-no-focus,.btn-ghost-success.btn-no-focus.focus,.btn-ghost-success.btn-no-focus:focus,.btn-ghost-success.btn-no-focus:hover{color:#077c76;background-color:unset;box-shadow:none;}
.btn-check:focus + .btn-ghost-success.btn-no-focus:hover,.btn-ghost-success.btn-no-focus.focus:hover,.btn-ghost-success.btn-no-focus:focus:hover,.btn-ghost-success.btn-no-focus:hover:hover{color:#077c76;background-color:rgba(7, 124, 118, 0.1);}
.btn-ghost-info{color:#334ac0;background-color:transparent;}
.btn-check:active + .btn-ghost-info,.btn-check:checked + .btn-ghost-info,.btn-check:focus + .btn-ghost-info,.btn-ghost-info.active,.btn-ghost-info:active,.btn-ghost-info:focus,.btn-ghost-info:hover,.show > .btn-ghost-info.dropdown-toggle{color:#334ac0;background-color:rgba(51, 74, 192, 0.1);}
.btn-ghost-info.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23334AC0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-ghost-info.btn-no-focus,.btn-ghost-info.btn-no-focus.focus,.btn-ghost-info.btn-no-focus:focus,.btn-ghost-info.btn-no-focus:hover{color:#334ac0;background-color:unset;box-shadow:none;}
.btn-check:focus + .btn-ghost-info.btn-no-focus:hover,.btn-ghost-info.btn-no-focus.focus:hover,.btn-ghost-info.btn-no-focus:focus:hover,.btn-ghost-info.btn-no-focus:hover:hover{color:#334ac0;background-color:rgba(51, 74, 192, 0.1);}
.btn-ghost-warning{color:#f1b980;background-color:transparent;}
.btn-check:active + .btn-ghost-warning,.btn-check:checked + .btn-ghost-warning,.btn-check:focus + .btn-ghost-warning,.btn-ghost-warning.active,.btn-ghost-warning:active,.btn-ghost-warning:focus,.btn-ghost-warning:hover,.show > .btn-ghost-warning.dropdown-toggle{color:#f1b980;background-color:rgba(241, 185, 128, 0.1);}
.btn-ghost-warning.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F1B980' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-ghost-warning.btn-no-focus,.btn-ghost-warning.btn-no-focus.focus,.btn-ghost-warning.btn-no-focus:focus,.btn-ghost-warning.btn-no-focus:hover{color:#f1b980;background-color:unset;box-shadow:none;}
.btn-check:focus + .btn-ghost-warning.btn-no-focus:hover,.btn-ghost-warning.btn-no-focus.focus:hover,.btn-ghost-warning.btn-no-focus:focus:hover,.btn-ghost-warning.btn-no-focus:hover:hover{color:#f1b980;background-color:rgba(241, 185, 128, 0.1);}
.btn-ghost-danger{color:#692340;background-color:transparent;}
.btn-check:active + .btn-ghost-danger,.btn-check:checked + .btn-ghost-danger,.btn-check:focus + .btn-ghost-danger,.btn-ghost-danger.active,.btn-ghost-danger:active,.btn-ghost-danger:focus,.btn-ghost-danger:hover,.show > .btn-ghost-danger.dropdown-toggle{color:#692340;background-color:rgba(105, 35, 64, 0.1);}
.btn-ghost-danger.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23692340' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-ghost-danger.btn-no-focus,.btn-ghost-danger.btn-no-focus.focus,.btn-ghost-danger.btn-no-focus:focus,.btn-ghost-danger.btn-no-focus:hover{color:#692340;background-color:unset;box-shadow:none;}
.btn-check:focus + .btn-ghost-danger.btn-no-focus:hover,.btn-ghost-danger.btn-no-focus.focus:hover,.btn-ghost-danger.btn-no-focus:focus:hover,.btn-ghost-danger.btn-no-focus:hover:hover{color:#692340;background-color:rgba(105, 35, 64, 0.1);}
.btn-ghost-light{color:#f9fafc;background-color:transparent;}
.btn-check:active + .btn-ghost-light,.btn-check:checked + .btn-ghost-light,.btn-check:focus + .btn-ghost-light,.btn-ghost-light.active,.btn-ghost-light:active,.btn-ghost-light:focus,.btn-ghost-light:hover,.show > .btn-ghost-light.dropdown-toggle{color:#f9fafc;background-color:rgba(249, 250, 252, 0.1);}
.btn-ghost-light.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F9FAFC' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-ghost-light.btn-no-focus,.btn-ghost-light.btn-no-focus.focus,.btn-ghost-light.btn-no-focus:focus,.btn-ghost-light.btn-no-focus:hover{color:#f9fafc;background-color:unset;box-shadow:none;}
.btn-check:focus + .btn-ghost-light.btn-no-focus:hover,.btn-ghost-light.btn-no-focus.focus:hover,.btn-ghost-light.btn-no-focus:focus:hover,.btn-ghost-light.btn-no-focus:hover:hover{color:#f9fafc;background-color:rgba(249, 250, 252, 0.1);}
.btn-ghost-dark{color:#00221c;background-color:transparent;}
.btn-check:active + .btn-ghost-dark,.btn-check:checked + .btn-ghost-dark,.btn-check:focus + .btn-ghost-dark,.btn-ghost-dark.active,.btn-ghost-dark:active,.btn-ghost-dark:focus,.btn-ghost-dark:hover,.show > .btn-ghost-dark.dropdown-toggle{color:#00221c;background-color:rgba(0, 34, 28, 0.1);}
.btn-ghost-dark.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300221C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-ghost-dark.btn-no-focus,.btn-ghost-dark.btn-no-focus.focus,.btn-ghost-dark.btn-no-focus:focus,.btn-ghost-dark.btn-no-focus:hover{color:#00221c;background-color:unset;box-shadow:none;}
.btn-check:focus + .btn-ghost-dark.btn-no-focus:hover,.btn-ghost-dark.btn-no-focus.focus:hover,.btn-ghost-dark.btn-no-focus:focus:hover,.btn-ghost-dark.btn-no-focus:hover:hover{color:#00221c;background-color:rgba(0, 34, 28, 0.1);}
.btn-check:focus + .btn-ghost-secondary,.btn-ghost-secondary:focus,.btn-ghost-secondary:hover{color:var(--bs-primary);}
.btn-check:focus + .btn-ghost-secondary.dropdown-toggle::after,.btn-ghost-secondary:focus.dropdown-toggle::after,.btn-ghost-secondary:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23008060' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-check:focus + .btn-ghost-secondary.btn-no-focus:hover,.btn-ghost-secondary.btn-no-focus.focus:hover,.btn-ghost-secondary.btn-no-focus:focus:hover,.btn-ghost-secondary.btn-no-focus:hover:hover{color:var(--bs-primary);background-color:rgba(0, 128, 96, 0.1);}
.btn-soft-primary{color:var(--bs-primary);background-color:rgba(0, 128, 96, 0.1);border-color:transparent;}
.btn-check:focus + .btn-soft-primary,.btn-soft-primary:focus,.btn-soft-primary:hover{color:#fff;background-color:var(--bs-primary);}
.btn-check:active + .btn-soft-primary,.btn-check:checked + .btn-soft-primary,.btn-soft-primary.active,.btn-soft-primary:active,.show > .btn-soft-primary.dropdown-toggle{color:#fff;background-color:var(--bs-primary);border-color:transparent;}
.btn-soft-primary.disabled,.btn-soft-primary:disabled{color:var(--bs-primary);background-color:var(--bs-primary);border-color:transparent;}
.btn-dim-secondary{color:#51596c;background-color:#F7F7FC;border-color:transparent;}
.btn-check:focus + .btn-dim-secondary,.btn-dim-secondary:focus,.btn-dim-secondary:hover{color:#fff;background-color:#51596c;}
.btn-check:active + .btn-dim-secondary,.btn-check:checked + .btn-dim-secondary,.btn-dim-secondary.active,.btn-dim-secondary:active,.show > .btn-dim-secondary.dropdown-toggle{color:#fff;background-color:#51596c;border-color:transparent;}
.btn-dim-secondary.disabled,.btn-dim-secondary:disabled{color:#51596c;background-color:#51596c;border-color:transparent;}
.btn-soft-secondary{color:#51596c;background-color:rgba(81, 89, 108, 0.1);border-color:transparent;}
.btn-check:focus + .btn-soft-secondary,.btn-soft-secondary:focus,.btn-soft-secondary:hover{color:#fff;background-color:#51596c;}
.btn-check:active + .btn-soft-secondary,.btn-check:checked + .btn-soft-secondary,.btn-soft-secondary.active,.btn-soft-secondary:active,.show > .btn-soft-secondary.dropdown-toggle{color:#fff;background-color:#51596c;border-color:transparent;}
.btn-soft-secondary.disabled,.btn-soft-secondary:disabled{color:#51596c;background-color:#51596c;border-color:transparent;}
.btn-soft-success{color:#077c76;background-color:rgba(7, 124, 118, 0.1);border-color:transparent;}
.btn-check:focus + .btn-soft-success,.btn-soft-success:focus,.btn-soft-success:hover{color:#fff;background-color:#077c76;}
.btn-check:active + .btn-soft-success,.btn-check:checked + .btn-soft-success,.btn-soft-success.active,.btn-soft-success:active,.show > .btn-soft-success.dropdown-toggle{color:#fff;background-color:#077c76;border-color:transparent;}
.btn-soft-success.disabled,.btn-soft-success:disabled{color:#077c76;background-color:#077c76;border-color:transparent;}
.btn-soft-info{color:#334ac0;background-color:rgba(51, 74, 192, 0.1);border-color:transparent;}
.btn-check:focus + .btn-soft-info,.btn-soft-info:focus,.btn-soft-info:hover{color:#fff;background-color:#334ac0;}
.btn-check:active + .btn-soft-info,.btn-check:checked + .btn-soft-info,.btn-soft-info.active,.btn-soft-info:active,.show > .btn-soft-info.dropdown-toggle{color:#fff;background-color:#334ac0;border-color:transparent;}
.btn-soft-info.disabled,.btn-soft-info:disabled{color:#334ac0;background-color:#334ac0;border-color:transparent;}
.btn-soft-warning{color:#f1b980;background-color:rgba(241, 185, 128, 0.1);border-color:transparent;}
.btn-check:focus + .btn-soft-warning,.btn-soft-warning:focus,.btn-soft-warning:hover{color:#000;background-color:#f1b980;}
.btn-check:active + .btn-soft-warning,.btn-check:checked + .btn-soft-warning,.btn-soft-warning.active,.btn-soft-warning:active,.show > .btn-soft-warning.dropdown-toggle{color:#000;background-color:#f1b980;border-color:transparent;}
.btn-soft-warning.disabled,.btn-soft-warning:disabled{color:#f1b980;background-color:#f1b980;border-color:transparent;}
.btn-soft-danger{color:#692340;background-color:rgba(105, 35, 64, 0.1);border-color:transparent;}
.btn-check:focus + .btn-soft-danger,.btn-soft-danger:focus,.btn-soft-danger:hover{color:#fff;background-color:#692340;}
.btn-check:active + .btn-soft-danger,.btn-check:checked + .btn-soft-danger,.btn-soft-danger.active,.btn-soft-danger:active,.show > .btn-soft-danger.dropdown-toggle{color:#fff;background-color:#692340;border-color:transparent;}
.btn-soft-danger.disabled,.btn-soft-danger:disabled{color:#692340;background-color:#692340;border-color:transparent;}
.btn-soft-light{color:#f9fafc;background-color:rgba(249, 250, 252, 0.1);border-color:transparent;}
.btn-check:focus + .btn-soft-light,.btn-soft-light:focus,.btn-soft-light:hover{color:#000;background-color:#f9fafc;}
.btn-check:active + .btn-soft-light,.btn-check:checked + .btn-soft-light,.btn-soft-light.active,.btn-soft-light:active,.show > .btn-soft-light.dropdown-toggle{color:#000;background-color:#f9fafc;border-color:transparent;}
.btn-soft-light.disabled,.btn-soft-light:disabled{color:#f9fafc;background-color:#f9fafc;border-color:transparent;}
.btn-soft-dark{color:#00221c;background-color:rgba(0, 34, 28, 0.1);border-color:transparent;}
.btn-check:focus + .btn-soft-dark,.btn-soft-dark:focus,.btn-soft-dark:hover{color:#fff;background-color:#00221c;}
.btn-check:active + .btn-soft-dark,.btn-check:checked + .btn-soft-dark,.btn-soft-dark.active,.btn-soft-dark:active,.show > .btn-soft-dark.dropdown-toggle{color:#fff;background-color:#00221c;border-color:transparent;}
.btn-soft-dark.disabled,.btn-soft-dark:disabled{color:#00221c;background-color:#00221c;border-color:transparent;}
.btn-soft-primary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23008060' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-soft-primary.dropdown-toggle::after,.btn-soft-primary:focus.dropdown-toggle::after,.btn-soft-primary:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-soft-secondary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-soft-secondary.dropdown-toggle::after,.btn-soft-secondary:focus.dropdown-toggle::after,.btn-soft-secondary:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-soft-success.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23077C76' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-soft-success.dropdown-toggle::after,.btn-soft-success:focus.dropdown-toggle::after,.btn-soft-success:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-soft-info.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23334AC0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-soft-info.dropdown-toggle::after,.btn-soft-info:focus.dropdown-toggle::after,.btn-soft-info:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-soft-warning.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F1B980' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-soft-warning.dropdown-toggle::after,.btn-soft-warning:focus.dropdown-toggle::after,.btn-soft-warning:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-soft-danger.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23692340' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-soft-danger.dropdown-toggle::after,.btn-soft-danger:focus.dropdown-toggle::after,.btn-soft-danger:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-soft-light.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F9FAFC' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-soft-light.dropdown-toggle::after,.btn-soft-light:focus.dropdown-toggle::after,.btn-soft-light:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-soft-dark.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300221C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-check:focus + .btn-soft-dark.dropdown-toggle::after,.btn-soft-dark:focus.dropdown-toggle::after,.btn-soft-dark:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-check:focus + .btn-soft-secondary,.btn-soft-secondary:focus,.btn-soft-secondary:hover{color:#fff;}
.btn-check:focus + .btn-soft-secondary.dropdown-toggle::after,.btn-soft-secondary:focus.dropdown-toggle::after,.btn-soft-secondary:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-icon{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:1rem;font-weight:500;width:2.875rem;height:2.875rem;padding:0;}
.btn-icon > svg{width:1rem;height:auto;}
.btn-outline-primary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23008060' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-outline-primary:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-check:active + .btn-outline-primary.dropdown-toggle::after,.btn-check:checked + .btn-outline-primary.dropdown-toggle::after,.btn-outline-primary.active.dropdown-toggle::after,.btn-outline-primary.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-primary:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-outline-secondary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-outline-secondary:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-check:active + .btn-outline-secondary.dropdown-toggle::after,.btn-check:checked + .btn-outline-secondary.dropdown-toggle::after,.btn-outline-secondary.active.dropdown-toggle::after,.btn-outline-secondary.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-secondary:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-outline-success.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23077C76' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-outline-success:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-check:active + .btn-outline-success.dropdown-toggle::after,.btn-check:checked + .btn-outline-success.dropdown-toggle::after,.btn-outline-success.active.dropdown-toggle::after,.btn-outline-success.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-success:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-outline-info.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23334AC0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-outline-info:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-check:active + .btn-outline-info.dropdown-toggle::after,.btn-check:checked + .btn-outline-info.dropdown-toggle::after,.btn-outline-info.active.dropdown-toggle::after,.btn-outline-info.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-info:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-outline-warning.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F1B980' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-outline-warning:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-check:active + .btn-outline-warning.dropdown-toggle::after,.btn-check:checked + .btn-outline-warning.dropdown-toggle::after,.btn-outline-warning.active.dropdown-toggle::after,.btn-outline-warning.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-warning:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-outline-danger.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23692340' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-outline-danger:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-check:active + .btn-outline-danger.dropdown-toggle::after,.btn-check:checked + .btn-outline-danger.dropdown-toggle::after,.btn-outline-danger.active.dropdown-toggle::after,.btn-outline-danger.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-danger:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-outline-light.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F9FAFC' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-outline-light:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-check:active + .btn-outline-light.dropdown-toggle::after,.btn-check:checked + .btn-outline-light.dropdown-toggle::after,.btn-outline-light.active.dropdown-toggle::after,.btn-outline-light.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-light:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-outline-dark.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300221C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all 0.2s ease-in-out;}
.btn-outline-dark:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-check:active + .btn-outline-dark.dropdown-toggle::after,.btn-check:checked + .btn-outline-dark.dropdown-toggle::after,.btn-outline-dark.active.dropdown-toggle::after,.btn-outline-dark.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-dark:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");}
.btn-outline-primary,.btn-outline-secondary{border-color:rgba(0, 34, 28, 0.1);}
.btn-group-sm > .btn-icon.btn,.btn-icon.btn-sm{font-size:0.8125rem;width:2.3125rem;height:2.3125rem;}
.btn-group-sm > .btn-icon.btn > svg,.btn-icon.btn-sm > svg{width:0.8125rem;height:auto;}
.btn-group-lg > .btn-icon.btn,.btn-icon.btn-lg{font-size:1.125rem;width:4.25rem;height:4.25rem;}
.btn-group-lg > .btn-icon.btn > svg,.btn-icon.btn-lg > svg{width:1.125rem;height:auto;}
.card{border-width:0;box-shadow:0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);}
.card-footer,.card-header{border-width:0;}
.card-title{margin-bottom:0;}
.card-title:not(:last-child){margin-bottom:0.5rem;}
.card-header-title{margin-bottom:0;}
.card-header-title:not(:last-child){margin-bottom:0.25rem;}
.card-link{font-weight:500;}
.card-bordered{border-width:0.0625rem;}
.card-transition{transition:all 0.2s ease-in-out;}
.card-transition:focus,.card-transition:hover{-webkit-transform:translateY(-0.1875rem) !important;transform:translateY(-0.1875rem) !important;}
.card-group .card{box-shadow:none;}
.card-group .card + .card{border-left:0.0625rem solid rgba(0, 34, 28, 0.1);}
.card-xs > .card-footer,.card-xs > .card-header{padding-right:0.5rem;padding-left:0.5rem;}
.card-xs > .card-body,.card-xs > .collapse .card-body{padding:0.5rem 0.5rem;}
.card-xs .card-table > tbody > tr:first-child > td{padding-top:0.5rem;}
.card-xs .card-table > tbody > tr:last-child > td{padding-bottom:0.5rem;}
.card-xs .card-table >:not(caption) > * > *{padding-right:0.5rem;padding-left:0.5rem;}
.card-sm > .card-footer,.card-sm > .card-header{padding-right:1rem;padding-left:1rem;}
.card-sm > .card-body,.card-sm > .collapse .card-body{padding:1rem 1rem;}
.card-sm .card-table > tbody > tr:first-child > td{padding-top:1rem;}
.card-sm .card-table > tbody > tr:last-child > td{padding-bottom:1rem;}
.card-sm .card-table >:not(caption) > * > *{padding-right:1rem;padding-left:1rem;}
.card-lg > .card-footer,.card-lg > .card-header{padding-right:2rem;padding-left:2rem;}
.card-lg > .card-body,.card-lg > .collapse .card-body{padding:2rem 2rem;}
.card-lg .card-table > tbody > tr:first-child > td{padding-top:2rem;}
.card-lg .card-table > tbody > tr:last-child > td{padding-bottom:2rem;}
.card-lg .card-table >:not(caption) > * > *{padding-right:2rem;padding-left:2rem;}
.card-pinned{position:relative;display:block;}
.card-pinned-top-start{position:absolute;top:1rem;left:1rem;}
.card-pinned-top-end{position:absolute;top:1rem;right:1rem;}
.card-pinned-bottom-start{position:absolute;bottom:1rem;left:1rem;}
.card-pinned-bottom-end{position:absolute;bottom:1rem;right:1rem;}
.card-flush{box-shadow:none;}
.card-flush .card-body,.card-flush .card-footer,.card-flush .card-header,.card-flush .collapse .card-body{padding-right:0;padding-left:0;}
.card-flush > .card-img-top{border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
.card-flush.card-stretched-vertical .card-body .card-footer{padding-bottom:0;}
.card .table{margin-bottom:0;}
.card table > tbody > tr:first-child > td{padding-top:1.25rem;}
.card table > tbody > tr:last-child > td{padding-bottom:1.25rem;}
.card table >:not(caption) > * > *{padding-right:1.25rem;padding-left:1.25rem;}
.card .thead-light th:first-child{border-top-left-radius:0.3125rem;}
.card .thead-light th:last-child{border-top-right-radius:0.3125rem;}
.card-alert{border-radius:0;margin-bottom:0;}
@media (max-width:575.98px){
    .card-group-sm-break{display:block;}
    .card-group-sm-break > .card{margin-bottom:0;}
    .card-group-sm-break > .card:not(:last-child){border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-sm-break > .card + .card{border-left:none;}
    .card-group-sm-break > .card:not(:first-child):not(:last-child), .card-group-sm-break > .card:not(:first-child):not(:last-child) .card-footer, .card-group-sm-break > .card:not(:first-child):not(:last-child) .card-header, .card-group-sm-break > .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group-sm-break > .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0;}
    .card-group-sm-break > .card:first-child{border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0;border-bottom-left-radius:0;}
    .card-group-sm-break > .card:first-child .card-header, .card-group-sm-break > .card:first-child .card-img-top{border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;}
    .card-group-sm-break > .card:first-child .card-footer, .card-group-sm-break > .card:first-child .card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0;}
    .card-group-sm-break > .card:last-child{border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0;border-top-right-radius:0;}
    .card-group-sm-break > .card:last-child .card-header, .card-group-sm-break > .card:last-child .card-img-top{border-top-left-radius:0;border-top-right-radius:0;}
    .card-group-sm-break > .card:last-child .card-footer, .card-group-sm-break > .card:last-child .card-img-bottom{border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
}
@media (max-width:767.98px){
    .card-group-md-break{display:block;}
    .card-group-md-break > .card{margin-bottom:0;}
    .card-group-md-break > .card:not(:last-child){border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-md-break > .card + .card{border-left:none;}
    .card-group-md-break > .card:not(:first-child):not(:last-child), .card-group-md-break > .card:not(:first-child):not(:last-child) .card-footer, .card-group-md-break > .card:not(:first-child):not(:last-child) .card-header, .card-group-md-break > .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group-md-break > .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0;}
    .card-group-md-break > .card:first-child{border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0;border-bottom-left-radius:0;}
    .card-group-md-break > .card:first-child .card-header, .card-group-md-break > .card:first-child .card-img-top{border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;}
    .card-group-md-break > .card:first-child .card-footer, .card-group-md-break > .card:first-child .card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0;}
    .card-group-md-break > .card:last-child{border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0;border-top-right-radius:0;}
    .card-group-md-break > .card:last-child .card-header, .card-group-md-break > .card:last-child .card-img-top{border-top-left-radius:0;border-top-right-radius:0;}
    .card-group-md-break > .card:last-child .card-footer, .card-group-md-break > .card:last-child .card-img-bottom{border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
}
@media (max-width:991.98px){
    .card-group-lg-break{display:block;}
    .card-group-lg-break > .card{margin-bottom:0;}
    .card-group-lg-break > .card:not(:last-child){border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-lg-break > .card + .card{border-left:none;}
    .card-group-lg-break > .card:not(:first-child):not(:last-child), .card-group-lg-break > .card:not(:first-child):not(:last-child) .card-footer, .card-group-lg-break > .card:not(:first-child):not(:last-child) .card-header, .card-group-lg-break > .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group-lg-break > .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0;}
    .card-group-lg-break > .card:first-child{border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0;border-bottom-left-radius:0;}
    .card-group-lg-break > .card:first-child .card-header, .card-group-lg-break > .card:first-child .card-img-top{border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;}
    .card-group-lg-break > .card:first-child .card-footer, .card-group-lg-break > .card:first-child .card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0;}
    .card-group-lg-break > .card:last-child{border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0;border-top-right-radius:0;}
    .card-group-lg-break > .card:last-child .card-header, .card-group-lg-break > .card:last-child .card-img-top{border-top-left-radius:0;border-top-right-radius:0;}
    .card-group-lg-break > .card:last-child .card-footer, .card-group-lg-break > .card:last-child .card-img-bottom{border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
}
@media (min-width:576px){
    .card-group-sm-row{box-shadow:0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);border-radius:0.3125rem;margin:0;}
    .card-group-sm-row > *{padding:0;}
    .card-group-sm-row > * > .card{height:100%;box-shadow:none;border-radius:0;}
    .card-group-sm-row >:not(:first-child):not(:last-child), .card-group-sm-row >:not(:first-child):not(:last-child) .card-footer, .card-group-sm-row >:not(:first-child):not(:last-child) .card-header, .card-group-sm-row >:not(:first-child):not(:last-child) .card-img-bottom, .card-group-sm-row >:not(:first-child):not(:last-child) .card-img-top{border-radius:0;}
    .card-group-sm-row >:first-child > .card{border-top-left-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-sm-row >:first-child > .card, .card-group-sm-row >:first-child > .card .card-footer, .card-group-sm-row >:first-child > .card .card-header, .card-group-sm-row >:first-child > .card .card-img-bottom, .card-group-sm-row >:first-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0;}
    .card-group-sm-row >:last-child > .card{border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;}
    .card-group-sm-row >:last-child > .card, .card-group-sm-row >:last-child > .card .card-footer, .card-group-sm-row >:last-child > .card .card-header, .card-group-sm-row >:last-child > .card .card-img-bottom, .card-group-sm-row >:last-child > .card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0;}
    .card-group-sm-row > * + * > .card{border-left:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-sm-row .card-divider{border-left-width:0;border-top:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-sm-2 >:first-child > .card, .card-group-sm-2 >:first-child > .card .card-footer, .card-group-sm-2 >:first-child > .card .card-header, .card-group-sm-2 >:first-child > .card .card-img-bottom, .card-group-sm-2 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-sm-2 >:nth-child(2) > .card, .card-group-sm-2 >:nth-child(2) > .card .card-footer, .card-group-sm-2 >:nth-child(2) > .card .card-header, .card-group-sm-2 >:nth-child(2) > .card .card-img-bottom, .card-group-sm-2 >:nth-child(2) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-sm-2 >:last-child > .card, .card-group-sm-2 >:last-child > .card .card-footer, .card-group-sm-2 >:last-child > .card .card-header, .card-group-sm-2 >:last-child > .card .card-img-bottom, .card-group-sm-2 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-sm-3 >:first-child > .card, .card-group-sm-3 >:first-child > .card .card-footer, .card-group-sm-3 >:first-child > .card .card-header, .card-group-sm-3 >:first-child > .card .card-img-bottom, .card-group-sm-3 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-sm-3 >:nth-child(3) > .card, .card-group-sm-3 >:nth-child(3) > .card .card-footer, .card-group-sm-3 >:nth-child(3) > .card .card-header, .card-group-sm-3 >:nth-child(3) > .card .card-img-bottom, .card-group-sm-3 >:nth-child(3) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-sm-3 >:last-child > .card, .card-group-sm-3 >:last-child > .card .card-footer, .card-group-sm-3 >:last-child > .card .card-header, .card-group-sm-3 >:last-child > .card .card-img-bottom, .card-group-sm-3 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-sm-4 >:first-child > .card, .card-group-sm-4 >:first-child > .card .card-footer, .card-group-sm-4 >:first-child > .card .card-header, .card-group-sm-4 >:first-child > .card .card-img-bottom, .card-group-sm-4 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-sm-4 >:nth-child(4) > .card, .card-group-sm-4 >:nth-child(4) > .card .card-footer, .card-group-sm-4 >:nth-child(4) > .card .card-header, .card-group-sm-4 >:nth-child(4) > .card .card-img-bottom, .card-group-sm-4 >:nth-child(4) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-sm-4 >:last-child > .card, .card-group-sm-4 >:last-child > .card .card-footer, .card-group-sm-4 >:last-child > .card .card-header, .card-group-sm-4 >:last-child > .card .card-img-bottom, .card-group-sm-4 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
}
@media (min-width:768px){
    .card-group-md-row{box-shadow:0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);border-radius:0.3125rem;margin:0;}
    .card-group-md-row > *{padding:0;}
    .card-group-md-row > * > .card{height:100%;box-shadow:none;border-radius:0;}
    .card-group-md-row >:not(:first-child):not(:last-child), .card-group-md-row >:not(:first-child):not(:last-child) .card-footer, .card-group-md-row >:not(:first-child):not(:last-child) .card-header, .card-group-md-row >:not(:first-child):not(:last-child) .card-img-bottom, .card-group-md-row >:not(:first-child):not(:last-child) .card-img-top{border-radius:0;}
    .card-group-md-row >:first-child > .card{border-top-left-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-md-row >:first-child > .card, .card-group-md-row >:first-child > .card .card-footer, .card-group-md-row >:first-child > .card .card-header, .card-group-md-row >:first-child > .card .card-img-bottom, .card-group-md-row >:first-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0;}
    .card-group-md-row >:last-child > .card{border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;}
    .card-group-md-row >:last-child > .card, .card-group-md-row >:last-child > .card .card-footer, .card-group-md-row >:last-child > .card .card-header, .card-group-md-row >:last-child > .card .card-img-bottom, .card-group-md-row >:last-child > .card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0;}
    .card-group-md-row > * + * > .card{border-left:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-md-row .card-divider{border-left-width:0;border-top:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-md-2 >:first-child > .card, .card-group-md-2 >:first-child > .card .card-footer, .card-group-md-2 >:first-child > .card .card-header, .card-group-md-2 >:first-child > .card .card-img-bottom, .card-group-md-2 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-md-2 >:nth-child(2) > .card, .card-group-md-2 >:nth-child(2) > .card .card-footer, .card-group-md-2 >:nth-child(2) > .card .card-header, .card-group-md-2 >:nth-child(2) > .card .card-img-bottom, .card-group-md-2 >:nth-child(2) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-md-2 >:last-child > .card, .card-group-md-2 >:last-child > .card .card-footer, .card-group-md-2 >:last-child > .card .card-header, .card-group-md-2 >:last-child > .card .card-img-bottom, .card-group-md-2 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-md-3 >:first-child > .card, .card-group-md-3 >:first-child > .card .card-footer, .card-group-md-3 >:first-child > .card .card-header, .card-group-md-3 >:first-child > .card .card-img-bottom, .card-group-md-3 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-md-3 >:nth-child(3) > .card, .card-group-md-3 >:nth-child(3) > .card .card-footer, .card-group-md-3 >:nth-child(3) > .card .card-header, .card-group-md-3 >:nth-child(3) > .card .card-img-bottom, .card-group-md-3 >:nth-child(3) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-md-3 >:last-child > .card, .card-group-md-3 >:last-child > .card .card-footer, .card-group-md-3 >:last-child > .card .card-header, .card-group-md-3 >:last-child > .card .card-img-bottom, .card-group-md-3 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-md-4 >:first-child > .card, .card-group-md-4 >:first-child > .card .card-footer, .card-group-md-4 >:first-child > .card .card-header, .card-group-md-4 >:first-child > .card .card-img-bottom, .card-group-md-4 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-md-4 >:nth-child(4) > .card, .card-group-md-4 >:nth-child(4) > .card .card-footer, .card-group-md-4 >:nth-child(4) > .card .card-header, .card-group-md-4 >:nth-child(4) > .card .card-img-bottom, .card-group-md-4 >:nth-child(4) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-md-4 >:last-child > .card, .card-group-md-4 >:last-child > .card .card-footer, .card-group-md-4 >:last-child > .card .card-header, .card-group-md-4 >:last-child > .card .card-img-bottom, .card-group-md-4 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
}
@media (min-width:992px){
    .card-group-lg-row{box-shadow:0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);border-radius:0.3125rem;margin:0;}
    .card-group-lg-row > *{padding:0;}
    .card-group-lg-row > * > .card{height:100%;box-shadow:none;border-radius:0;}
    .card-group-lg-row >:not(:first-child):not(:last-child), .card-group-lg-row >:not(:first-child):not(:last-child) .card-footer, .card-group-lg-row >:not(:first-child):not(:last-child) .card-header, .card-group-lg-row >:not(:first-child):not(:last-child) .card-img-bottom, .card-group-lg-row >:not(:first-child):not(:last-child) .card-img-top{border-radius:0;}
    .card-group-lg-row >:first-child > .card{border-top-left-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-lg-row >:first-child > .card, .card-group-lg-row >:first-child > .card .card-footer, .card-group-lg-row >:first-child > .card .card-header, .card-group-lg-row >:first-child > .card .card-img-bottom, .card-group-lg-row >:first-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0;}
    .card-group-lg-row >:last-child > .card{border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;}
    .card-group-lg-row >:last-child > .card, .card-group-lg-row >:last-child > .card .card-footer, .card-group-lg-row >:last-child > .card .card-header, .card-group-lg-row >:last-child > .card .card-img-bottom, .card-group-lg-row >:last-child > .card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0;}
    .card-group-lg-row > * + * > .card{border-left:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-lg-row .card-divider{border-left-width:0;border-top:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-lg-2 >:first-child > .card, .card-group-lg-2 >:first-child > .card .card-footer, .card-group-lg-2 >:first-child > .card .card-header, .card-group-lg-2 >:first-child > .card .card-img-bottom, .card-group-lg-2 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-lg-2 >:nth-child(2) > .card, .card-group-lg-2 >:nth-child(2) > .card .card-footer, .card-group-lg-2 >:nth-child(2) > .card .card-header, .card-group-lg-2 >:nth-child(2) > .card .card-img-bottom, .card-group-lg-2 >:nth-child(2) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-lg-2 >:last-child > .card, .card-group-lg-2 >:last-child > .card .card-footer, .card-group-lg-2 >:last-child > .card .card-header, .card-group-lg-2 >:last-child > .card .card-img-bottom, .card-group-lg-2 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-lg-3 >:first-child > .card, .card-group-lg-3 >:first-child > .card .card-footer, .card-group-lg-3 >:first-child > .card .card-header, .card-group-lg-3 >:first-child > .card .card-img-bottom, .card-group-lg-3 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-lg-3 >:nth-child(3) > .card, .card-group-lg-3 >:nth-child(3) > .card .card-footer, .card-group-lg-3 >:nth-child(3) > .card .card-header, .card-group-lg-3 >:nth-child(3) > .card .card-img-bottom, .card-group-lg-3 >:nth-child(3) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-lg-3 >:last-child > .card, .card-group-lg-3 >:last-child > .card .card-footer, .card-group-lg-3 >:last-child > .card .card-header, .card-group-lg-3 >:last-child > .card .card-img-bottom, .card-group-lg-3 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-lg-4 >:first-child > .card, .card-group-lg-4 >:first-child > .card .card-footer, .card-group-lg-4 >:first-child > .card .card-header, .card-group-lg-4 >:first-child > .card .card-img-bottom, .card-group-lg-4 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-lg-4 >:nth-child(4) > .card, .card-group-lg-4 >:nth-child(4) > .card .card-footer, .card-group-lg-4 >:nth-child(4) > .card .card-header, .card-group-lg-4 >:nth-child(4) > .card .card-img-bottom, .card-group-lg-4 >:nth-child(4) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-lg-4 >:last-child > .card, .card-group-lg-4 >:last-child > .card .card-footer, .card-group-lg-4 >:last-child > .card .card-header, .card-group-lg-4 >:last-child > .card .card-img-bottom, .card-group-lg-4 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
}
@media (min-width:1200px){
    .card-group-xl-row{box-shadow:0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);border-radius:0.3125rem;margin:0;}
    .card-group-xl-row > *{padding:0;}
    .card-group-xl-row > * > .card{height:100%;box-shadow:none;border-radius:0;}
    .card-group-xl-row >:not(:first-child):not(:last-child), .card-group-xl-row >:not(:first-child):not(:last-child) .card-footer, .card-group-xl-row >:not(:first-child):not(:last-child) .card-header, .card-group-xl-row >:not(:first-child):not(:last-child) .card-img-bottom, .card-group-xl-row >:not(:first-child):not(:last-child) .card-img-top{border-radius:0;}
    .card-group-xl-row >:first-child > .card{border-top-left-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-xl-row >:first-child > .card, .card-group-xl-row >:first-child > .card .card-footer, .card-group-xl-row >:first-child > .card .card-header, .card-group-xl-row >:first-child > .card .card-img-bottom, .card-group-xl-row >:first-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0;}
    .card-group-xl-row >:last-child > .card{border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;}
    .card-group-xl-row >:last-child > .card, .card-group-xl-row >:last-child > .card .card-footer, .card-group-xl-row >:last-child > .card .card-header, .card-group-xl-row >:last-child > .card .card-img-bottom, .card-group-xl-row >:last-child > .card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0;}
    .card-group-xl-row > * + * > .card{border-left:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-xl-row .card-divider{border-left-width:0;border-top:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-xl-2 >:first-child > .card, .card-group-xl-2 >:first-child > .card .card-footer, .card-group-xl-2 >:first-child > .card .card-header, .card-group-xl-2 >:first-child > .card .card-img-bottom, .card-group-xl-2 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-xl-2 >:nth-child(2) > .card, .card-group-xl-2 >:nth-child(2) > .card .card-footer, .card-group-xl-2 >:nth-child(2) > .card .card-header, .card-group-xl-2 >:nth-child(2) > .card .card-img-bottom, .card-group-xl-2 >:nth-child(2) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-xl-2 >:last-child > .card, .card-group-xl-2 >:last-child > .card .card-footer, .card-group-xl-2 >:last-child > .card .card-header, .card-group-xl-2 >:last-child > .card .card-img-bottom, .card-group-xl-2 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-xl-3 >:first-child > .card, .card-group-xl-3 >:first-child > .card .card-footer, .card-group-xl-3 >:first-child > .card .card-header, .card-group-xl-3 >:first-child > .card .card-img-bottom, .card-group-xl-3 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-xl-3 >:nth-child(3) > .card, .card-group-xl-3 >:nth-child(3) > .card .card-footer, .card-group-xl-3 >:nth-child(3) > .card .card-header, .card-group-xl-3 >:nth-child(3) > .card .card-img-bottom, .card-group-xl-3 >:nth-child(3) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-xl-3 >:last-child > .card, .card-group-xl-3 >:last-child > .card .card-footer, .card-group-xl-3 >:last-child > .card .card-header, .card-group-xl-3 >:last-child > .card .card-img-bottom, .card-group-xl-3 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-xl-4 >:first-child > .card, .card-group-xl-4 >:first-child > .card .card-footer, .card-group-xl-4 >:first-child > .card .card-header, .card-group-xl-4 >:first-child > .card .card-img-bottom, .card-group-xl-4 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-xl-4 >:nth-child(4) > .card, .card-group-xl-4 >:nth-child(4) > .card .card-footer, .card-group-xl-4 >:nth-child(4) > .card .card-header, .card-group-xl-4 >:nth-child(4) > .card .card-img-bottom, .card-group-xl-4 >:nth-child(4) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-xl-4 >:last-child > .card, .card-group-xl-4 >:last-child > .card .card-footer, .card-group-xl-4 >:last-child > .card .card-header, .card-group-xl-4 >:last-child > .card .card-img-bottom, .card-group-xl-4 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
}
@media (min-width:1400px){
    .card-group-xxl-row{box-shadow:0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);border-radius:0.3125rem;margin:0;}
    .card-group-xxl-row > *{padding:0;}
    .card-group-xxl-row > * > .card{height:100%;box-shadow:none;border-radius:0;}
    .card-group-xxl-row >:not(:first-child):not(:last-child), .card-group-xxl-row >:not(:first-child):not(:last-child) .card-footer, .card-group-xxl-row >:not(:first-child):not(:last-child) .card-header, .card-group-xxl-row >:not(:first-child):not(:last-child) .card-img-bottom, .card-group-xxl-row >:not(:first-child):not(:last-child) .card-img-top{border-radius:0;}
    .card-group-xxl-row >:first-child > .card{border-top-left-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-xxl-row >:first-child > .card, .card-group-xxl-row >:first-child > .card .card-footer, .card-group-xxl-row >:first-child > .card .card-header, .card-group-xxl-row >:first-child > .card .card-img-bottom, .card-group-xxl-row >:first-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0;}
    .card-group-xxl-row >:last-child > .card{border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;}
    .card-group-xxl-row >:last-child > .card, .card-group-xxl-row >:last-child > .card .card-footer, .card-group-xxl-row >:last-child > .card .card-header, .card-group-xxl-row >:last-child > .card .card-img-bottom, .card-group-xxl-row >:last-child > .card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0;}
    .card-group-xxl-row > * + * > .card{border-left:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-xxl-row .card-divider{border-left-width:0;border-top:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .card-group-xxl-2 >:first-child > .card, .card-group-xxl-2 >:first-child > .card .card-footer, .card-group-xxl-2 >:first-child > .card .card-header, .card-group-xxl-2 >:first-child > .card .card-img-bottom, .card-group-xxl-2 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-xxl-2 >:nth-child(2) > .card, .card-group-xxl-2 >:nth-child(2) > .card .card-footer, .card-group-xxl-2 >:nth-child(2) > .card .card-header, .card-group-xxl-2 >:nth-child(2) > .card .card-img-bottom, .card-group-xxl-2 >:nth-child(2) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-xxl-2 >:last-child > .card, .card-group-xxl-2 >:last-child > .card .card-footer, .card-group-xxl-2 >:last-child > .card .card-header, .card-group-xxl-2 >:last-child > .card .card-img-bottom, .card-group-xxl-2 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-xxl-3 >:first-child > .card, .card-group-xxl-3 >:first-child > .card .card-footer, .card-group-xxl-3 >:first-child > .card .card-header, .card-group-xxl-3 >:first-child > .card .card-img-bottom, .card-group-xxl-3 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-xxl-3 >:nth-child(3) > .card, .card-group-xxl-3 >:nth-child(3) > .card .card-footer, .card-group-xxl-3 >:nth-child(3) > .card .card-header, .card-group-xxl-3 >:nth-child(3) > .card .card-img-bottom, .card-group-xxl-3 >:nth-child(3) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-xxl-3 >:last-child > .card, .card-group-xxl-3 >:last-child > .card .card-footer, .card-group-xxl-3 >:last-child > .card .card-header, .card-group-xxl-3 >:last-child > .card .card-img-bottom, .card-group-xxl-3 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
    .card-group-xxl-4 >:first-child > .card, .card-group-xxl-4 >:first-child > .card .card-footer, .card-group-xxl-4 >:first-child > .card .card-header, .card-group-xxl-4 >:first-child > .card .card-img-bottom, .card-group-xxl-4 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
    .card-group-xxl-4 >:nth-child(4) > .card, .card-group-xxl-4 >:nth-child(4) > .card .card-footer, .card-group-xxl-4 >:nth-child(4) > .card .card-header, .card-group-xxl-4 >:nth-child(4) > .card .card-img-bottom, .card-group-xxl-4 >:nth-child(4) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
    .card-group-xxl-4 >:last-child > .card, .card-group-xxl-4 >:last-child > .card .card-footer, .card-group-xxl-4 >:last-child > .card .card-header, .card-group-xxl-4 >:last-child > .card .card-img-bottom, .card-group-xxl-4 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
}
.card-group-row{box-shadow:0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);border-radius:0.3125rem;margin:0;}
.card-group-row > *{padding:0;}
.card-group-row > * > .card{height:100%;box-shadow:none;border-radius:0;}
.card-group-row >:not(:first-child):not(:last-child),.card-group-row >:not(:first-child):not(:last-child) .card-footer,.card-group-row >:not(:first-child):not(:last-child) .card-header,.card-group-row >:not(:first-child):not(:last-child) .card-img-bottom,.card-group-row >:not(:first-child):not(:last-child) .card-img-top{border-radius:0;}
.card-group-row >:first-child > .card{border-top-left-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
.card-group-row >:first-child > .card,.card-group-row >:first-child > .card .card-footer,.card-group-row >:first-child > .card .card-header,.card-group-row >:first-child > .card .card-img-bottom,.card-group-row >:first-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0;}
.card-group-row >:last-child > .card{border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;}
.card-group-row >:last-child > .card,.card-group-row >:last-child > .card .card-footer,.card-group-row >:last-child > .card .card-header,.card-group-row >:last-child > .card .card-img-bottom,.card-group-row >:last-child > .card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0;}
.card-group-row > * + * > .card{border-left:0.0625rem solid rgba(0, 34, 28, 0.1);}
.card-group-row .card-divider{border-left-width:0;border-top:0.0625rem solid rgba(0, 34, 28, 0.1);}
.card-group-2 >:first-child > .card,.card-group-2 >:first-child > .card .card-footer,.card-group-2 >:first-child > .card .card-header,.card-group-2 >:first-child > .card .card-img-bottom,.card-group-2 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
.card-group-2 >:nth-child(2) > .card,.card-group-2 >:nth-child(2) > .card .card-footer,.card-group-2 >:nth-child(2) > .card .card-header,.card-group-2 >:nth-child(2) > .card .card-img-bottom,.card-group-2 >:nth-child(2) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
.card-group-2 >:last-child > .card,.card-group-2 >:last-child > .card .card-footer,.card-group-2 >:last-child > .card .card-header,.card-group-2 >:last-child > .card .card-img-bottom,.card-group-2 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
.card-group-3 >:first-child > .card,.card-group-3 >:first-child > .card .card-footer,.card-group-3 >:first-child > .card .card-header,.card-group-3 >:first-child > .card .card-img-bottom,.card-group-3 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
.card-group-3 >:nth-child(3) > .card,.card-group-3 >:nth-child(3) > .card .card-footer,.card-group-3 >:nth-child(3) > .card .card-header,.card-group-3 >:nth-child(3) > .card .card-img-bottom,.card-group-3 >:nth-child(3) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
.card-group-3 >:last-child > .card,.card-group-3 >:last-child > .card .card-footer,.card-group-3 >:last-child > .card .card-header,.card-group-3 >:last-child > .card .card-img-bottom,.card-group-3 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
.card-group-4 >:first-child > .card,.card-group-4 >:first-child > .card .card-footer,.card-group-4 >:first-child > .card .card-header,.card-group-4 >:first-child > .card .card-img-bottom,.card-group-4 >:first-child > .card .card-img-top{border-top-left-radius:0.3125rem;border-bottom-left-radius:0;}
.card-group-4 >:nth-child(4) > .card,.card-group-4 >:nth-child(4) > .card .card-footer,.card-group-4 >:nth-child(4) > .card .card-header,.card-group-4 >:nth-child(4) > .card .card-img-bottom,.card-group-4 >:nth-child(4) > .card .card-img-top{border-top-right-radius:0.3125rem;border-bottom-right-radius:0;}
.card-group-4 >:last-child > .card,.card-group-4 >:last-child > .card .card-footer,.card-group-4 >:last-child > .card .card-header,.card-group-4 >:last-child > .card .card-img-bottom,.card-group-4 >:last-child > .card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
.code-editor{position:relative;display:-ms-flexbox;display:flex;height:100%;z-index:2;color:#51596c;font-family:var(--bs-font-monospace);background-color:#fff;box-shadow:0 3.75rem 5rem 0 rgba(140, 152, 164, 0.3);border-radius:0.3125rem;}
.code-editor-container{display:-ms-flexbox;display:flex;height:100%;min-width:25rem;}
.code-editor-line-numbers{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;min-width:3rem;text-align:right;background-color:rgba(241, 185, 128, 0.1);color:#8c98a4;padding:1.25rem 1rem;}
.code-editor-line-numbers-item{padding:0 0.25rem;}
.code-editor-typing-area{position:relative;width:22rem;padding:1.25rem 1.5rem;}
.code-editor-typing-area:not(:first-child)::before{position:absolute;top:0;left:0;width:0.0625rem;height:100%;background-color:rgba(0, 34, 28, 0.1);content:"";}
@media (max-width:575.98px){
    .code-editor{width:auto !important;}
    .code-editor-container{overflow:hidden;min-width:auto;}
    .code-editor-typing-area{overflow-x:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;scroll-behavior:smooth;}
    .code-editor-typing-area:nth-child(n + 3){display:none;}
    .code-editor-typing-area::-webkit-scrollbar{width:0.6125rem;}
    .code-editor-typing-area::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);}
}
.btn-close:focus{box-shadow:none;}
@media (min-width:576px){.col-sm-divider >:not(:first-child){position:relative;} .col-sm-divider >:not(:first-child)::before{position:absolute;top:0;left:0;width:0.0625rem;height:100%;background-color:rgba(0, 34, 28, 0.1);content:"";}}
@media (min-width:768px){.col-md-divider >:not(:first-child){position:relative;} .col-md-divider >:not(:first-child)::before{position:absolute;top:0;left:0;width:0.0625rem;height:100%;background-color:rgba(0, 34, 28, 0.1);content:"";}}
@media (min-width:992px){.col-lg-divider >:not(:first-child){position:relative;} .col-lg-divider >:not(:first-child)::before{position:absolute;top:0;left:0;width:0.0625rem;height:100%;background-color:rgba(0, 34, 28, 0.1);content:"";}}
@media (min-width:1200px){.col-xl-divider >:not(:first-child){position:relative;} .col-xl-divider >:not(:first-child)::before{position:absolute;top:0;left:0;width:0.0625rem;height:100%;background-color:rgba(0, 34, 28, 0.1);content:"";}}
@media (min-width:1400px){.col-xxl-divider >:not(:first-child){position:relative;} .col-xxl-divider >:not(:first-child)::before{position:absolute;top:0;left:0;width:0.0625rem;height:100%;background-color:rgba(0, 34, 28, 0.1);content:"";}}
.col-divider >:not(:first-child){position:relative;}
.col-divider >:not(:first-child)::before{position:absolute;top:0;left:0;width:0.0625rem;height:100%;background-color:rgba(0, 34, 28, 0.1);content:"";}
.col-divider >:not(:first-child){position:relative;}
.col-divider >:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:0.0625rem;background-color:rgba(0, 34, 28, 0.1);content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.col-divider > *{padding-top:1.5rem;padding-bottom:1.5rem;}
.col-divider >:first-child{padding-top:0;}
.col-divider >:last-child{padding-bottom:0;}
@media (max-width:575.98px){
    .col-sm-divider >:not(:first-child){position:relative;}
    .col-sm-divider >:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:0.0625rem;background-color:rgba(0, 34, 28, 0.1);content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);}
    .col-sm-divider > *{padding-top:1.5rem;padding-bottom:1.5rem;}
    .col-sm-divider >:first-child{padding-top:0;}
    .col-sm-divider >:last-child{padding-bottom:0;}
}
@media (max-width:767.98px){
    .col-md-divider >:not(:first-child){position:relative;}
    .col-md-divider >:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:0.0625rem;background-color:rgba(0, 34, 28, 0.1);content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);}
    .col-md-divider > *{padding-top:1.5rem;padding-bottom:1.5rem;}
    .col-md-divider >:first-child{padding-top:0;}
    .col-md-divider >:last-child{padding-bottom:0;}
}
@media (max-width:991.98px){
    .col-lg-divider >:not(:first-child){position:relative;}
    .col-lg-divider >:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:0.0625rem;background-color:rgba(0, 34, 28, 0.1);content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);}
    .col-lg-divider > *{padding-top:1.5rem;padding-bottom:1.5rem;}
    .col-lg-divider >:first-child{padding-top:0;}
    .col-lg-divider >:last-child{padding-bottom:0;}
}
@media (max-width:1199.98px){
    .col-xl-divider >:not(:first-child){position:relative;}
    .col-xl-divider >:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:0.0625rem;background-color:rgba(0, 34, 28, 0.1);content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);}
    .col-xl-divider > *{padding-top:1.5rem;padding-bottom:1.5rem;}
    .col-xl-divider >:first-child{padding-top:0;}
    .col-xl-divider >:last-child{padding-bottom:0;}
}
@media (max-width:1399.98px){
    .col-xxl-divider >:not(:first-child){position:relative;}
    .col-xxl-divider >:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:0.0625rem;background-color:rgba(0, 34, 28, 0.1);content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);}
    .col-xxl-divider > *{padding-top:1.5rem;padding-bottom:1.5rem;}
    .col-xxl-divider >:first-child{padding-top:0;}
    .col-xxl-divider >:last-child{padding-bottom:0;}
}
.col-divider-light >:not(:first-child)::before{background-color:rgba(255, 255, 255, 0.1);}
.devices{max-width:1140px;position:relative;overflow:hidden;padding:1.75rem 0.75rem 7rem;margin-right:-0.75rem;margin-left:-0.75rem;}
.devices .device-mobile{position:absolute;bottom:0;left:0;z-index:2;margin-left:5rem;margin-bottom:5rem;}
@media (max-width:991.98px){.devices .device-mobile{display:none;}}
.devices .device-browser{margin-left:auto;margin-right:5rem;}
@media (max-width:991.98px){.devices .device-mobile{margin-right:0.5rem;} .devices .device-browser{margin-right:auto;}}
.devices-shadow-none .device-browser,.devices-shadow-none .device-mobile-frame{box-shadow:none;}
.device-mobile{position:relative;z-index:1;max-width:100%;width:15rem;height:auto;}
.device-mobile-frame{background:#f8fafd;box-shadow:0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, 0.5), 0 2rem 4rem -2rem rgba(0, 34, 28, 0.3), inset 0 -0.1875rem 0.3125rem 0 rgba(151, 164, 175, 0.5);border-radius:2rem;padding:0.3125rem;}
.device-mobile-img{max-width:100%;height:auto;border-radius:1.6rem;}
.device-browser{position:relative;z-index:1;max-width:100%;width:50rem;height:auto;box-shadow:0 2.75rem 5.5rem -1rem rgba(189, 197, 209, 0.5), 0 2rem 4rem -1rem rgba(0, 34, 28, 0.15);border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;margin-left:auto;margin-right:auto;}
.device-browser-frame{background:#fff;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;}
.device-browser-img{max-width:100%;height:auto;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;}
.device-browser-header{position:relative;display:-ms-flexbox;display:flex;max-width:50rem;background:#fff;border-bottom:0.0625rem solid #f1f3f8;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;padding:0.5rem 6.5rem;}
.device-browser-header-btn-list{display:-ms-flexbox;display:flex;grid-gap:0.25rem;position:absolute;top:calc(50% - 0.25rem);left:1rem;}
.device-browser-header-btn-list-btn{width:0.5rem;height:0.5rem;background-color:#e7eaf3;border-radius:50%;}
.device-browser-header-browser-bar{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#e7eaf3;font-size:0.5rem;border-radius:0.125rem;}
.device-browser-lg{width:60rem;}
.device-browser-lg .device-browser-header{max-width:60rem;}
.dropdown-menu{box-shadow:0 0.6125rem 2.5rem 0.6125rem rgba(140, 152, 164, 0.175);margin-top:0.5rem;}
.dropdown-menu .dropdown-item.dropdown-toggle::after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}
.dropdown-item{font-size:0.875rem;border-radius:0.3125rem;}
.dropdown-item:not(:last-child){margin-bottom:0.25rem;}
.dropdown-item:active{color:#223b41;background-color:rgba(189, 197, 209, 0.3);}
.dropdown-item.active:not(:focus):not(:active){color:#00221c;background-color:rgba(189, 197, 209, 0.3);}
.dropdown-item[href]:hover.dropdown-toggle::after{background:url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='var(--bs-primary)' xmlns='http://www.w3.org/2000/svg'><path d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/></svg>");}
.dropdown-header{text-transform:uppercase;letter-spacing:0.03125rem;font-size:0.75rem;padding:0.5rem 1rem;}
.dropdown-item-icon{display:inline-block;opacity:0.7;font-size:1.125rem;width:1.5rem;color:#51596c;}
.dropdown-toggle{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.dropdown-toggle::after{display:inline-block;width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right center;background-size:1rem 1rem;margin-left:auto;padding-left:1.25rem;content:"";}
.dropup .dropdown-toggle::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
.dropright .dropdown-toggle::after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-top:0.25rem;}
.dropleft .dropdown-toggle::after{-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-top:-0.25rem;}
.dropdown-toggle-collapse::after{transition:0.3s;}
.dropdown-toggle-collapse[aria-expanded="true"]::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
.form-check-input,.form-check-label{cursor:pointer;}
.form-check-input.is-valid,.was-validated .form-check-input:valid{border:1px solid rgba(0, 34, 28, 0.1);}
.form-check-input.is-valid ~ .form-check-label,.was-validated .form-check-input:valid ~ .form-check-label{color:#51596c;}
.form-check-custom .form-check-input:checked[type="checkbox"],.form-check-custom .form-check-input:checked[type="radio"]{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23fff'/%3e%3c/svg%3e");}
.form-check-row-select.checked{background-color:rgba(0, 128, 96, 0.05);}
.form-select{cursor:pointer;}
.form-switch{position:relative;}
.form-switch .form-check-input{width:3em;height:2em;border-width:0;background-color:#e7eaf3;margin-top:-0.25em;margin-right:0.5rem;}
.form-switch .form-check-input:active{-webkit-filter:100%;filter:100%;}
.form-check-input:checked{background-color:var(--bs-primary);}
.form-switch-between{-ms-flex-align:center;align-items:center;padding-left:0;}
.form-switch-between .form-check-input{float:none;-ms-flex-align:center;align-items:center;margin-left:0.5rem;}
.form-switch-between .form-check-label{cursor:inherit;}
.form-switch-promotion{position:relative;min-width:5rem;}
.form-switch-promotion-container{position:absolute;top:-1.25rem;left:1.25rem;}
.form-switch-promotion-body{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:-1rem;}
.form-switch-promotion-arrow{margin-right:-1.75rem;}
.form-switch-promotion-text{display:block;margin-top:0.3125rem;}
.input-group-merge{position:relative;overflow:hidden;border:0.0625rem solid rgba(0, 34, 28, 0.1);border-radius:0.3125rem;}
.input-group-merge .input-group-append,.input-group-merge .input-group-prepend{position:absolute;top:1px;bottom:1px;z-index:4;background-color:transparent;}
.input-group-merge .input-group-append.input-group-text,.input-group-merge .input-group-prepend.input-group-text{border-width:0;}
.input-group-merge .input-group-prepend{left:1px;}
.input-group-merge .input-group-append{right:1px;}
.input-group-merge .form-control,.input-group-merge .form-select{border-width:0;}
.input-group-merge .form-control:not(:first-child),.input-group-merge .form-select:not(:first-child){padding-left:3.375rem;border-top-left-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
.input-group-merge .form-control:not(:last-child),.input-group-merge .form-select:not(:last-child){padding-right:3.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;}
.input-group-merge .form-control-sm:not(:first-child),.input-group-merge .form-select-sm:not(:first-child){padding-left:3.3125rem;}
.input-group-merge .form-control-sm:not(:last-child),.input-group-merge .form-select-sm:not(:last-child){padding-right:3.3125rem;}
.was-validated .input-group-merge.is-valid{border-color:#077c76;}
.was-validated .input-group-merge.is-valid.focus{box-shadow:0 0 1rem 0 rgba(7, 124, 118, 0.25);}
.was-validated .input-group-merge.is-invalid{border-color:#692340;}
.was-validated .input-group-merge.is-invalid.focus{box-shadow:0 0 1rem 0 rgba(105, 35, 64, 0.25);}
.input-card{display:-ms-flexbox;display:flex;background-color:#fff;padding:0.75rem 0.75rem;box-shadow:0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);border-radius:0.3125rem;}
.input-card .input-card-form{-ms-flex:1 0 0%;flex:1 0 0%;}
.input-card .btn{-ms-flex:0 0 auto;flex:0 0 auto;}
.input-card .form-control{border-width:0;}
.input-card .form-control:focus{box-shadow:none;}
.input-card .input-group{border-width:0;}
.input-card .input-card-form{position:relative;}
.input-card .input-card-form:not(:first-child){padding-left:1rem;}
.input-card .input-card-form:not(:first-child)::before{position:absolute;top:50%;left:0;width:0.0625rem;height:2rem;background-color:rgba(0, 34, 28, 0.1);content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.input-card .input-card-form:not(:last-child){padding-right:1rem;}
@media (max-width:575.98px){
    .input-card-sm{display:grid;}
    .input-card-sm .btn, .input-card-sm .input-card-form{-ms-flex:0 0 auto;flex:0 0 auto;}
    .input-card-sm .input-card-form{padding:1rem 0 !important;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .input-card-sm .input-card-form:first-child{padding-top:0 !important;}
    .input-card-sm .input-card-form:not(:first-child)::before{display:none;}
}
.form-label-secondary{color:#8c98a4;}
.form-label-link{font-weight:500;font-size:0.875rem;margin-bottom:0.5rem;}
.go-to{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:9999;width:2.875rem;height:2.875rem;background-color:rgba(0, 189, 142, 0.1);color:var(--bs-primary);font-size:1rem;opacity:0.5;border-radius:0.3125rem;transition:0.3s ease-out;}
.go-to:focus:hover,.go-to:hover{color:#fff;background-color:var(--bs-primary);opacity:1;}
.list-comment{padding-left:0;list-style:none;margin-bottom:0;}
.list-comment:first-child{margin-top:-2.5rem;}
.list-comment-item{margin-top:2.5rem;}
.list-comment-item .list-comment .list-comment-item{padding-left:1rem;border-left:0.1875rem solid rgba(0, 34, 28, 0.1);}
.list-py-1 > li{padding-top:0.25rem;padding-bottom:0.25rem;}
.list-py-2 > li{padding-top:0.5rem;padding-bottom:0.5rem;}
.list-py-3 > li{padding-top:1rem;padding-bottom:1rem;}
.list-separator{margin-bottom:0;}
.list-separator .list-inline-item{position:relative;margin-left:0;margin-right:-0.25rem;}
.list-separator .list-inline-item:not(:last-child){padding-right:2rem;}
.list-separator .list-inline-item:not(:last-child)::after{position:absolute;top:50%;right:0.8rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:"•";opacity:0.5;}
.list-separator .list-separator-link{color:#51596c;}
.list-separator .list-separator-link:hover{color:var(--bs-primary);}
.list-separator-light .list-inline-item::after{color:#fff;}
.list-separator-light .list-separator-link,.list-separator-light .list-separator-link:hover{color:#fff;}
.list-separator-light .list-separator-link:hover{text-decoration:underline;}
.list-group-item:first-child{border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;}
.list-group-item:last-child{border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
.list-group-icon{width:1.25rem;text-align:center;margin-right:0.25rem;}
.list-group-flush > .list-group-item{border-width:0 0 0;}
.list-group-striped > li:nth-of-type(odd){background-color:rgba(241, 185, 128, 0.1);}
.list-group-sm .list-group-item{font-size:0.8125rem;padding:0.25rem 0.5rem;}
.list-group-lg .list-group-item{padding:1.5rem 1.5rem;}
.list-group-lg .list-group-icon{font-size:1.5rem;width:2.3125rem;margin-right:0.5rem;}
.list-checked{padding-left:0;list-style:none;}
.list-checked-item{position:relative;color:var(--bs-body-color);padding-left:2rem;}
.list-checked-item:not(:last-child){margin-bottom:0.5rem;}
.list-checked-item::before{position:absolute;top:0;left:0;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2351596C'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right center;background-size:1.25rem 1.25rem;content:"";margin-top:0.125rem;}
.list-checked-item[hover]:hover{color:var(--bs-primary);}
[class*="list-checked-bg-"] .list-checked-item::before,[class*="list-checked-soft-bg-"] .list-checked-item::before{margin-top:0.25rem;}
.list-checked-sm .list-checked-item{padding-left:1.5rem;}
.list-checked-sm .list-checked-item::before{width:1rem;height:1rem;background-size:1rem 1rem;margin-top:0.3125rem;}
.list-checked-sm[class*="list-checked-bg-"] .list-checked-item::before,.list-checked-sm[class*="list-checked-soft-bg-"] .list-checked-item::before{margin-top:18px;}
.list-checked-lg .list-checked-item{padding-left:2.75rem;}
.list-checked-lg .list-checked-item:not(:last-child){margin-bottom:1.25rem;}
.list-checked-lg .list-checked-item::before{width:1.75rem;height:1.75rem;background-size:1.75rem 1.75rem;margin-top:0;}
.list-checked-lg[class*="list-checked-bg-"] .list-checked-item::before,.list-checked-lg[class*="list-checked-soft-bg-"] .list-checked-item::before{margin-top:-0.0625rem;}
.list-checked-primary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23008060'/%3e%3c/svg%3e");}
.list-checked-bg-primary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23008060'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");}
.list-checked-soft-bg-primary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23008060' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23008060'/%3e%3c/svg%3e");}
.list-checked-secondary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2351596C'/%3e%3c/svg%3e");}
.list-checked-bg-secondary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2351596C'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");}
.list-checked-soft-bg-secondary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2351596C' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%2351596C'/%3e%3c/svg%3e");}
.list-checked-success .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23077C76'/%3e%3c/svg%3e");}
.list-checked-bg-success .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23077C76'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");}
.list-checked-soft-bg-success .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23077C76' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23077C76'/%3e%3c/svg%3e");}
.list-checked-info .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23334AC0'/%3e%3c/svg%3e");}
.list-checked-bg-info .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23334AC0'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");}
.list-checked-soft-bg-info .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23334AC0' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23334AC0'/%3e%3c/svg%3e");}
.list-checked-warning .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23F1B980'/%3e%3c/svg%3e");}
.list-checked-bg-warning .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23F1B980'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");}
.list-checked-soft-bg-warning .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23F1B980' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23F1B980'/%3e%3c/svg%3e");}
.list-checked-danger .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23692340'/%3e%3c/svg%3e");}
.list-checked-bg-danger .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23692340'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");}
.list-checked-soft-bg-danger .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23692340' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23692340'/%3e%3c/svg%3e");}
.list-checked-light .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23F9FAFC'/%3e%3c/svg%3e");}
.list-checked-bg-light .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23F9FAFC'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");}
.list-checked-soft-bg-light .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23F9FAFC' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23F9FAFC'/%3e%3c/svg%3e");}
.list-checked-dark .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2300221C'/%3e%3c/svg%3e");}
.list-checked-bg-dark .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2300221C'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");}
.list-checked-soft-bg-dark .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2300221C' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%2300221C'/%3e%3c/svg%3e");}
.modal-header{-ms-flex-align:center;align-items:center;padding-bottom:0;}
.modal-header .close{padding:0.25rem 0.25rem;margin:0 0 0 auto;}
.modal-footer > *{margin-top:0;margin-bottom:0;}
.modal-footer-text:last-child{font-size:0.8125rem;margin-bottom:0;}
.modal-close{position:absolute;top:0.75rem;right:0.75rem;z-index:2;}
.nav-subtitle{display:block;color:#8c98a4;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.03125rem;}
.nav-link.dropdown-toggle{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.nav-link.active{color:var(--bs-primary);}
.nav-item.show .nav-link-svg path,.nav-link.active .nav-link-svg path{fill:var(--bs-primary);}
.nav-text:last-child,.nav-title:last-child{margin-bottom:0;}
.nav-icon{font-size:1.125rem;opacity:0.7;margin-right:0.5rem;}
.nav-divider{height:2rem;border-left:0.1rem solid rgba(0, 34, 28, 0.1);margin:0 0.5rem;}
.nav.nav-link-gray .nav-link{color:#8c98a4;}
.nav.nav-link-gray .nav-link.active,.nav.nav-link-gray .nav-link:hover{color:var(--bs-primary);}
.nav.nav-link-gray .nav-link.disabled{color:#bdc5d1;}
.nav-tabs .nav-link{border-top-width:0;border-left-width:0;border-right-width:0;border-bottom:0.1875rem solid transparent;}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{font-weight:500;}
.nav-tabs:not(.nav-vertical) .nav-link{padding-top:1.25rem;padding-bottom:1.25rem;}
.nav-vertical{-ms-flex-direction:column;flex-direction:column;}
.nav-vertical.nav .nav-item:not(:last-child){margin-right:0;}
.nav-vertical .nav-subtitle{padding-left:1rem;}
.nav-vertical.nav-tabs{border-bottom-width:0;}
.nav-vertical.nav-tabs .nav-link{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left:0.1875rem solid rgba(0, 34, 28, 0.1);margin-bottom:0;}
.nav-vertical.nav-tabs .nav-subtitle{border-left:0.1875rem solid rgba(0, 34, 28, 0.1);}
.nav-vertical.nav-tabs .nav-item.show .nav-link,.nav-vertical.nav-tabs .nav-link.active{border-color:var(--bs-primary);}
.nav-vertical.nav.nav-tabs .nav-collapse .nav-link{padding-left:3rem;}
.nav-collapse .nav-link{position:relative;}
.nav-collapse .nav-link::before{position:absolute;top:50%;left:2rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:"•";}
.nav-pills .nav-item{margin:0.25rem 0.25rem;}
.nav-pills .nav-link{padding:1rem 1rem;}
.nav-pills .nav-link:hover{color:#00221c;background-color:#f8fafd;}
.nav-pills .nav-link.active:hover{background-color:rgba(0, 189, 142, 0.1);}
.nav-pills .nav-link.active:hover,.nav-pills .show > .nav-link:hover{border-color:transparent;}
.nav-segment{position:relative;background-color:#f8fafd;padding:0.25rem 0.25rem;border-radius:0.3125rem;}
.nav-segment:not(.nav-fill){display:-ms-inline-flexbox;display:inline-flex;}
.nav-segment .nav-link{color:#51596c;font-size:0.8125rem;padding:0.5rem 0.875rem;border-radius:0.3125rem;}
.nav-segment .nav-link:hover{color:var(--bs-primary);}
.nav-segment .nav-link.active{color:#00221c;background-color:#fff;box-shadow:0 0.1875rem 0.375rem 0 rgba(140, 152, 164, 0.25);}
.nav-segment.nav-pills{border-radius:6.1875rem;}
.nav-segment.nav-pills .nav-link{border-radius:6.1875rem;}
.nav-sm .nav-link{font-size:0.9375rem;}
.nav-lg .nav-link{font-size:1.375rem;}
.navbar{z-index:99;}
.navbar-collapse{-ms-flex-align:start;align-items:flex-start;}
.navbar-shadow{box-shadow:0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);}
.navbar-height{height:3.875rem;}
.navbar.navbar-scrolled.navbar-light{background-color:#fff;box-shadow:0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);}
.navbar.navbar-scrolled.navbar-dark{background-color:var(--bs-primary);}
.navbar-brand{padding-top:0;padding-bottom:0;}
.navbar-brand-logo{width:100%;min-width:8.5rem;max-width:8.5rem;}
.navbar-brand-collapsed,.navbar-brand-on-scroll{display:none;}
.navbar-scrolled .navbar-brand-default{display:none;}
.navbar-scrolled .navbar-brand-on-scroll{display:inline-block;}
.navbar-nav-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-align:center;align-items:center;}
.navbar-nav-wrap-secondary-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:0.5rem;}
.navbar-toggler{padding:0.5rem 0.5rem;margin-left:auto;}
.navbar-toggler:focus{box-shadow:none;}
.navbar-toggler .navbar-toggler-default{display:-ms-flexbox;display:flex;}
.navbar-toggler .navbar-toggler-toggled{display:none;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-default{display:none;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-toggled{display:-ms-flexbox;display:flex;}
.navbar .navbar-nav .nav-link{padding:1rem 0.75rem;}
.navbar .nav-item:hover > .nav-link{color:var(--bs-primary);}
.navbar .dropdown-menu::before{position:absolute;top:-0.625rem;display:block;left:0;width:100%;height:1.75rem;content:"";}
.navbar .dropdown-item[href]:hover.dropdown-toggle::after{background:url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='#51596C' xmlns='http://www.w3.org/2000/svg'><path d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/></svg>");}
.navbar-dropdown-menu-inner{padding:0.75rem 0.75rem;}
.navbar-dropdown-menu-media-link{display:block;text-decoration:none;padding:1rem 1rem;border-radius:0.3125rem;}
.navbar-dropdown-menu-media-link:hover:not(.disabled):not(:disabled){background-color:rgba(189, 197, 209, 0.3);}
.navbar-dropdown-menu-media-link:hover:not(.disabled):not(:disabled) .navbar-dropdown-menu-media-title{color:var(--bs-primary);}
.navbar-dropdown-menu-media-link.disabled{pointer-events:none;}
.navbar-dropdown-menu-media-link + .navbar-dropdown-menu-media-link{margin-top:0.5rem;}
.navbar-dropdown-menu-media-title{color:#223b41;font-weight:500;}
.navbar-dropdown-menu-media-desc{color:#51596c;font-size:0.875rem;margin-bottom:0;}
.navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item{position:relative;}
.navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{position:absolute;top:-0.75rem;right:0;border-top:0.0625rem solid rgba(0, 34, 28, 0.1);width:100%;content:"";}
.navbar-dropdown-menu-promo-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;margin:0.75rem 0.75rem;}
.navbar-dropdown-menu-promo-item ~ .navbar-dropdown-menu-promo-item{border-top:0.0625rem solid rgba(0, 34, 28, 0.1);}
.navbar-dropdown-menu-promo .navbar-dropdown-menu-promo-item{border-top:none;}
.navbar-dropdown-menu-promo-link{display:block;height:100%;padding:1rem 1rem;border-radius:0.3125rem;}
.navbar-dropdown-menu-promo-link.active{background-color:rgba(189, 197, 209, 0.3);}
.navbar-dropdown-menu-promo-link.active .navbar-dropdown-menu-media-title{color:var(--bs-primary);}
.navbar-dropdown-menu-promo-link.disabled{opacity:0.7;pointer-events:none;}
.navbar-dropdown-menu-promo-link:hover:not(.disabled):not(:disabled){background-color:rgba(189, 197, 209, 0.3);}
.navbar-dropdown-menu-promo-link:hover:not(.disabled):not(:disabled) .navbar-dropdown-menu-media-title{color:var(--bs-primary);}
.navbar.navbar-vertical .navbar-nav .nav-link,.navbar.navbar-vertical .navbar-nav .nav-subtitle{padding:0.3125rem 1.5rem;}
.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical{padding-right:0;padding-left:0;}
.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-link,.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-subtitle{border-left-color:transparent;}
.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-item.show .nav-link,.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-link.active{border-color:var(--bs-primary);}
.navbar-input-group input[type="search"]::-ms-clear{display:none;width:0;height:0;}
.navbar-input-group input[type="search"]::-ms-reveal{display:none;width:0;height:0;}
.navbar-input-group input[type="search"]::-webkit-search-cancel-button,.navbar-input-group input[type="search"]::-webkit-search-decoration,.navbar-input-group input[type="search"]::-webkit-search-results-button,.navbar-input-group input[type="search"]::-webkit-search-results-decoration{display:none;}
@media (min-width:576px){.navbar-absolute-sm-top{position:absolute;top:0;left:0;right:0;}}
@media (min-width:768px){.navbar-absolute-md-top{position:absolute;top:0;left:0;right:0;}}
@media (min-width:992px){.navbar-absolute-lg-top{position:absolute;top:0;left:0;right:0;}}
@media (min-width:1200px){.navbar-absolute-xl-top{position:absolute;top:0;left:0;right:0;}}
@media (min-width:1400px){.navbar-absolute-xxl-top{position:absolute;top:0;left:0;right:0;}}
.navbar-absolute-top{position:absolute;top:0;left:0;right:0;}
@media (max-width:575.98px){
    .navbar-absolute-md-top .navbar-absolute-top-scroller{max-height:75vh;background-color:#fff;overflow:hidden;overflow-y:auto;}
    .navbar-absolute-md-top .navbar-absolute-top-scroller::-webkit-scrollbar{width:0.6125rem;}
    .navbar-absolute-md-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);visibility:hidden;}
    .navbar-absolute-md-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible;}
}
@media (max-width:767.98px){
    .navbar-absolute-lg-top .navbar-absolute-top-scroller, .navbar-absolute-sm-top .navbar-absolute-top-scroller, .navbar-absolute-top .navbar-absolute-top-scroller{max-height:75vh;background-color:#fff;overflow:hidden;overflow-y:auto;}
    .navbar-absolute-lg-top .navbar-absolute-top-scroller::-webkit-scrollbar, .navbar-absolute-sm-top .navbar-absolute-top-scroller::-webkit-scrollbar, .navbar-absolute-top .navbar-absolute-top-scroller::-webkit-scrollbar{width:0.6125rem;}
    .navbar-absolute-lg-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb, .navbar-absolute-sm-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb, .navbar-absolute-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);visibility:hidden;}
    .navbar-absolute-lg-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb, .navbar-absolute-sm-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb, .navbar-absolute-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible;}
}
@media (max-width:991.98px){
    .navbar-absolute-xl-top .navbar-absolute-top-scroller{max-height:75vh;background-color:#fff;overflow:hidden;overflow-y:auto;}
    .navbar-absolute-xl-top .navbar-absolute-top-scroller::-webkit-scrollbar{width:0.6125rem;}
    .navbar-absolute-xl-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);visibility:hidden;}
    .navbar-absolute-xl-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible;}
}
@media (min-width:576px){.navbar-sticky-sm-top{position:fixed;top:0;left:0;right:0;}}
@media (min-width:768px){.navbar-sticky-md-top{position:fixed;top:0;left:0;right:0;}}
@media (min-width:992px){.navbar-sticky-lg-top{position:fixed;top:0;left:0;right:0;}}
@media (min-width:1200px){.navbar-sticky-xl-top{position:fixed;top:0;left:0;right:0;}}
@media (min-width:1400px){.navbar-sticky-xxl-top{position:fixed;top:0;left:0;right:0;}}
.navbar-sticky-top{position:fixed;top:0;left:0;right:0;}
@media (max-width:575.98px){
    .navbar-sticky-md-top .navbar-sticky-top-scroller{max-height:75vh;overflow:hidden;overflow-y:auto;}
    .navbar-sticky-md-top .navbar-sticky-top-scroller::-webkit-scrollbar{width:0.6125rem;}
    .navbar-sticky-md-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);visibility:hidden;}
    .navbar-sticky-md-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible;}
}
@media (max-width:767.98px){
    .navbar-sticky-lg-top .navbar-sticky-top-scroller, .navbar-sticky-sm-top .navbar-sticky-top-scroller, .navbar-sticky-top .navbar-sticky-top-scroller{max-height:75vh;overflow:hidden;overflow-y:auto;}
    .navbar-sticky-lg-top .navbar-sticky-top-scroller::-webkit-scrollbar, .navbar-sticky-sm-top .navbar-sticky-top-scroller::-webkit-scrollbar, .navbar-sticky-top .navbar-sticky-top-scroller::-webkit-scrollbar{width:0.6125rem;}
    .navbar-sticky-lg-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb, .navbar-sticky-sm-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb, .navbar-sticky-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);visibility:hidden;}
    .navbar-sticky-lg-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb, .navbar-sticky-sm-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb, .navbar-sticky-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible;}
}
@media (max-width:991.98px){
    .navbar-sticky-xl-top .navbar-sticky-top-scroller{max-height:75vh;overflow:hidden;overflow-y:auto;}
    .navbar-sticky-xl-top .navbar-sticky-top-scroller::-webkit-scrollbar{width:0.6125rem;}
    .navbar-sticky-xl-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);visibility:hidden;}
    .navbar-sticky-xl-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible;}
}
@media (min-width:576px){
    .navbar-expand-sm .navbar-toggler{-ms-flex-order:1;order:1;}
    .navbar-expand-sm .navbar-collapse{width:auto;-ms-flex-order:2;order:2;}
    .navbar-expand-sm .navbar-nav-wrap-secondary-content{-ms-flex-order:3;order:3;}
    .navbar-expand-sm .navbar-nav{-ms-flex-align:center;align-items:center;}
    .navbar-expand-sm .nav-item:not(:last-child){margin-right:0.5rem;}
    .navbar-expand-sm .nav-item .nav-item{margin-right:0;}
    .navbar-expand-sm .dropdown-menu[data-bs-popper]{margin-top:0.5rem;}
    .navbar-expand-sm .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-0.6875rem;margin-left:0.5rem;}
    .navbar-expand-sm .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%;}
    .navbar-expand-sm .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%;}
    .navbar-expand-sm.navbar-right .navbar-nav{-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;}
    .navbar-expand-sm.navbar-right .navbar-absolute-top-scroller, .navbar-expand-sm.navbar-right .navbar-sticky-top-scroller{margin-left:auto;}
    .navbar-expand-sm.navbar-vertical{-ms-flex-flow:column;flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh;}
    .navbar-expand-sm.navbar-vertical::-webkit-scrollbar{width:0.6125rem;}
    .navbar-expand-sm.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);}
    .navbar-expand-sm.navbar-vertical .navbar-collapse{width:100%;display:block !important;}
    .navbar-expand-sm.navbar-vertical .navbar-nav{display:block;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;}
    .navbar-expand-sm .hs-position-right-fix{right:25%;left:auto;}
    .navbar-expand-sm .navbar-dropdown-menu-promo{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;}
    .navbar-expand-sm .navbar-dropdown-menu-promo-item{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;}
    .navbar-expand-sm .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative;}
    .navbar-expand-sm .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-0.75rem;border-right:0.0625rem solid rgba(0, 34, 28, 0.1);height:100%;content:"";}
}
@media (min-width:768px){
    .navbar-expand-md .navbar-toggler{-ms-flex-order:1;order:1;}
    .navbar-expand-md .navbar-collapse{width:auto;-ms-flex-order:2;order:2;}
    .navbar-expand-md .navbar-nav-wrap-secondary-content{-ms-flex-order:3;order:3;}
    .navbar-expand-md .navbar-nav{-ms-flex-align:center;align-items:center;}
    .navbar-expand-md .nav-item:not(:last-child){margin-right:0.5rem;}
    .navbar-expand-md .nav-item .nav-item{margin-right:0;}
    .navbar-expand-md .dropdown-menu[data-bs-popper]{margin-top:0.5rem;}
    .navbar-expand-md .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-0.6875rem;margin-left:0.5rem;}
    .navbar-expand-md .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%;}
    .navbar-expand-md .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%;}
    .navbar-expand-md.navbar-right .navbar-nav{-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;}
    .navbar-expand-md.navbar-right .navbar-absolute-top-scroller, .navbar-expand-md.navbar-right .navbar-sticky-top-scroller{margin-left:auto;}
    .navbar-expand-md.navbar-vertical{-ms-flex-flow:column;flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh;}
    .navbar-expand-md.navbar-vertical::-webkit-scrollbar{width:0.6125rem;}
    .navbar-expand-md.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);}
    .navbar-expand-md.navbar-vertical .navbar-collapse{width:100%;display:block !important;}
    .navbar-expand-md.navbar-vertical .navbar-nav{display:block;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;}
    .navbar-expand-md .hs-position-right-fix{right:25%;left:auto;}
    .navbar-expand-md .navbar-dropdown-menu-promo{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;}
    .navbar-expand-md .navbar-dropdown-menu-promo-item{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;}
    .navbar-expand-md .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative;}
    .navbar-expand-md .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-0.75rem;border-right:0.0625rem solid rgba(0, 34, 28, 0.1);height:100%;content:"";}
}
@media (min-width:992px){
    .navbar-expand-lg .navbar-toggler{-ms-flex-order:1;order:1;}
    .navbar-expand-lg .navbar-collapse{width:auto;-ms-flex-order:2;order:2;}
    .navbar-expand-lg .navbar-nav-wrap-secondary-content{-ms-flex-order:3;order:3;}
    .navbar-expand-lg .navbar-nav{-ms-flex-align:center;align-items:center;}
    .navbar-expand-lg .nav-item:not(:last-child){margin-right:0.5rem;}
    .navbar-expand-lg .nav-item .nav-item{margin-right:0;}
    .navbar-expand-lg .dropdown-menu[data-bs-popper]{margin-top:0.5rem;}
    .navbar-expand-lg .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-0.6875rem;margin-left:0.5rem;}
    .navbar-expand-lg .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%;}
    .navbar-expand-lg .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%;}
    .navbar-expand-lg.navbar-right .navbar-nav{-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;}
    .navbar-expand-lg.navbar-right .navbar-absolute-top-scroller, .navbar-expand-lg.navbar-right .navbar-sticky-top-scroller{margin-left:auto;}
    .navbar-expand-lg.navbar-vertical{-ms-flex-flow:column;flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh;}
    .navbar-expand-lg.navbar-vertical::-webkit-scrollbar{width:0.6125rem;}
    .navbar-expand-lg.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);}
    .navbar-expand-lg.navbar-vertical .navbar-collapse{width:100%;display:block !important;}
    .navbar-expand-lg.navbar-vertical .navbar-nav{display:block;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;}
    .navbar-expand-lg .hs-position-right-fix{right:25%;left:auto;}
    .navbar-expand-lg .navbar-dropdown-menu-promo{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;}
    .navbar-expand-lg .navbar-dropdown-menu-promo-item{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;}
    .navbar-expand-lg .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative;}
    .navbar-expand-lg .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-0.75rem;border-right:0.0625rem solid rgba(0, 34, 28, 0.1);height:100%;content:"";}
}
@media (min-width:1200px){
    .navbar-expand-xl .navbar-toggler{-ms-flex-order:1;order:1;}
    .navbar-expand-xl .navbar-collapse{width:auto;-ms-flex-order:2;order:2;}
    .navbar-expand-xl .navbar-nav-wrap-secondary-content{-ms-flex-order:3;order:3;}
    .navbar-expand-xl .navbar-nav{-ms-flex-align:center;align-items:center;}
    .navbar-expand-xl .nav-item:not(:last-child){margin-right:0.5rem;}
    .navbar-expand-xl .nav-item .nav-item{margin-right:0;}
    .navbar-expand-xl .dropdown-menu[data-bs-popper]{margin-top:0.5rem;}
    .navbar-expand-xl .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-0.6875rem;margin-left:0.5rem;}
    .navbar-expand-xl .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%;}
    .navbar-expand-xl .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%;}
    .navbar-expand-xl.navbar-right .navbar-nav{-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;}
    .navbar-expand-xl.navbar-right .navbar-absolute-top-scroller, .navbar-expand-xl.navbar-right .navbar-sticky-top-scroller{margin-left:auto;}
    .navbar-expand-xl.navbar-vertical{-ms-flex-flow:column;flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh;}
    .navbar-expand-xl.navbar-vertical::-webkit-scrollbar{width:0.6125rem;}
    .navbar-expand-xl.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);}
    .navbar-expand-xl.navbar-vertical .navbar-collapse{width:100%;display:block !important;}
    .navbar-expand-xl.navbar-vertical .navbar-nav{display:block;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;}
    .navbar-expand-xl .hs-position-right-fix{right:25%;left:auto;}
    .navbar-expand-xl .navbar-dropdown-menu-promo{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;}
    .navbar-expand-xl .navbar-dropdown-menu-promo-item{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;}
    .navbar-expand-xl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative;}
    .navbar-expand-xl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-0.75rem;border-right:0.0625rem solid rgba(0, 34, 28, 0.1);height:100%;content:"";}
}
@media (min-width:1400px){
    .navbar-expand-xxl .navbar-toggler{-ms-flex-order:1;order:1;}
    .navbar-expand-xxl .navbar-collapse{width:auto;-ms-flex-order:2;order:2;}
    .navbar-expand-xxl .navbar-nav-wrap-secondary-content{-ms-flex-order:3;order:3;}
    .navbar-expand-xxl .navbar-nav{-ms-flex-align:center;align-items:center;}
    .navbar-expand-xxl .nav-item:not(:last-child){margin-right:0.5rem;}
    .navbar-expand-xxl .nav-item .nav-item{margin-right:0;}
    .navbar-expand-xxl .dropdown-menu[data-bs-popper]{margin-top:0.5rem;}
    .navbar-expand-xxl .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-0.6875rem;margin-left:0.5rem;}
    .navbar-expand-xxl .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%;}
    .navbar-expand-xxl .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%;}
    .navbar-expand-xxl.navbar-right .navbar-nav{-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;}
    .navbar-expand-xxl.navbar-right .navbar-absolute-top-scroller, .navbar-expand-xxl.navbar-right .navbar-sticky-top-scroller{margin-left:auto;}
    .navbar-expand-xxl.navbar-vertical{-ms-flex-flow:column;flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh;}
    .navbar-expand-xxl.navbar-vertical::-webkit-scrollbar{width:0.6125rem;}
    .navbar-expand-xxl.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);}
    .navbar-expand-xxl.navbar-vertical .navbar-collapse{width:100%;display:block !important;}
    .navbar-expand-xxl.navbar-vertical .navbar-nav{display:block;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;}
    .navbar-expand-xxl .hs-position-right-fix{right:25%;left:auto;}
    .navbar-expand-xxl .navbar-dropdown-menu-promo{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;}
    .navbar-expand-xxl .navbar-dropdown-menu-promo-item{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;}
    .navbar-expand-xxl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative;}
    .navbar-expand-xxl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-0.75rem;border-right:0.0625rem solid rgba(0, 34, 28, 0.1);height:100%;content:"";}
}
.navbar-expand .navbar-toggler{-ms-flex-order:1;order:1;}
.navbar-expand .navbar-collapse{width:auto;-ms-flex-order:2;order:2;}
.navbar-expand .navbar-nav-wrap-secondary-content{-ms-flex-order:3;order:3;}
.navbar-expand .navbar-nav{-ms-flex-align:center;align-items:center;}
.navbar-expand .nav-item:not(:last-child){margin-right:0.5rem;}
.navbar-expand .nav-item .nav-item{margin-right:0;}
.navbar-expand .dropdown-menu[data-bs-popper]{margin-top:0.5rem;}
.navbar-expand .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-0.6875rem;margin-left:0.5rem;}
.navbar-expand .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%;}
.navbar-expand .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%;}
.navbar-expand.navbar-right .navbar-nav{-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;}
.navbar-expand.navbar-right .navbar-absolute-top-scroller,.navbar-expand.navbar-right .navbar-sticky-top-scroller{margin-left:auto;}
.navbar-expand.navbar-vertical{-ms-flex-flow:column;flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh;}
.navbar-expand.navbar-vertical::-webkit-scrollbar{width:0.6125rem;}
.navbar-expand.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);}
.navbar-expand.navbar-vertical .navbar-collapse{width:100%;display:block !important;}
.navbar-expand.navbar-vertical .navbar-nav{display:block;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;}
.navbar-expand .hs-position-right-fix{right:25%;left:auto;}
.navbar-expand .navbar-dropdown-menu-promo{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;}
.navbar-expand .navbar-dropdown-menu-promo-item{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;}
.navbar-expand .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative;}
.navbar-expand .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-0.75rem;border-right:0.0625rem solid rgba(0, 34, 28, 0.1);height:100%;content:"";}
.navbar-expand .navbar-nav-wrap-secondary-content{margin-left:auto;}
.navbar-expand .navbar-nav-wrap-secondary-content ~ .navbar-toggler{margin-left:0.5rem;}
.navbar-expand .navbar-collapse{background-color:#fff;}
.navbar-expand .navbar-nav{padding:1rem 1rem;}
.navbar-expand .navbar-nav .nav-link,.navbar-expand .navbar-nav .nav-subtitle{padding:0.5rem 0;}
.navbar-expand .nav-divider{width:100%;height:0.0625rem;border-left:none;border-top:0.1rem solid rgba(0, 34, 28, 0.1);margin:0.5rem 0;}
.navbar-expand .hs-mega-menu{max-width:100% !important;min-width:100% !important;}
.navbar-expand .navbar-nav .dropdown-menu{box-shadow:none;border:0.0625rem solid rgba(0, 34, 28, 0.1);margin-top:0;}
.navbar-expand.navbar-dark .navbar-nav{background-color:var(--bs-primary);}
.navbar-expand.navbar-vertical .navbar-nav{padding:0;}
.navbar-expand .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-0.375rem;}
.navbar-expand .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative;}
.navbar-expand .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-0.375rem;right:0;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);width:100%;content:"";}
.navbar-expand .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0;}
.navbar-expand .navbar-absolute-top-inner{background-color:#fff;}
@media (max-width:575.98px){
    .navbar-expand-sm .navbar-nav-wrap-secondary-content{margin-left:auto;}
    .navbar-expand-sm .navbar-nav-wrap-secondary-content ~ .navbar-toggler{margin-left:0.5rem;}
    .navbar-expand-sm .navbar-collapse{background-color:#fff;}
    .navbar-expand-sm .navbar-nav{padding:1rem 1rem;}
    .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .nav-subtitle{padding:0.5rem 0;}
    .navbar-expand-sm .nav-divider{width:100%;height:0.0625rem;border-left:none;border-top:0.1rem solid rgba(0, 34, 28, 0.1);margin:0.5rem 0;}
    .navbar-expand-sm .hs-mega-menu{max-width:100% !important;min-width:100% !important;}
    .navbar-expand-sm .navbar-nav .dropdown-menu{box-shadow:none;border:0.0625rem solid rgba(0, 34, 28, 0.1);margin-top:0;}
    .navbar-expand-sm.navbar-dark .navbar-nav{background-color:var(--bs-primary);}
    .navbar-expand-sm.navbar-vertical .navbar-nav{padding:0;}
    .navbar-expand-sm .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-0.375rem;}
    .navbar-expand-sm .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative;}
    .navbar-expand-sm .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-0.375rem;right:0;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);width:100%;content:"";}
    .navbar-expand-sm .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0;}
    .navbar-expand-sm .navbar-absolute-top-inner{background-color:#fff;}
}
@media (max-width:767.98px){
    .navbar-expand-md .navbar-nav-wrap-secondary-content{margin-left:auto;}
    .navbar-expand-md .navbar-nav-wrap-secondary-content ~ .navbar-toggler{margin-left:0.5rem;}
    .navbar-expand-md .navbar-collapse{background-color:#fff;}
    .navbar-expand-md .navbar-nav{padding:1rem 1rem;}
    .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .nav-subtitle{padding:0.5rem 0;}
    .navbar-expand-md .nav-divider{width:100%;height:0.0625rem;border-left:none;border-top:0.1rem solid rgba(0, 34, 28, 0.1);margin:0.5rem 0;}
    .navbar-expand-md .hs-mega-menu{max-width:100% !important;min-width:100% !important;}
    .navbar-expand-md .navbar-nav .dropdown-menu{box-shadow:none;border:0.0625rem solid rgba(0, 34, 28, 0.1);margin-top:0;}
    .navbar-expand-md.navbar-dark .navbar-nav{background-color:var(--bs-primary);}
    .navbar-expand-md.navbar-vertical .navbar-nav{padding:0;}
    .navbar-expand-md .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-0.375rem;}
    .navbar-expand-md .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative;}
    .navbar-expand-md .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-0.375rem;right:0;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);width:100%;content:"";}
    .navbar-expand-md .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0;}
    .navbar-expand-md .navbar-absolute-top-inner{background-color:#fff;}
}
@media (max-width:991.98px){
    .navbar-expand-lg .navbar-nav-wrap-secondary-content{margin-left:auto;}
    .navbar-expand-lg .navbar-nav-wrap-secondary-content ~ .navbar-toggler{margin-left:0.5rem;}
    .navbar-expand-lg .navbar-collapse{background-color:#fff;}
    .navbar-expand-lg .navbar-nav{padding:1rem 1rem;}
    .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-subtitle{padding:0.5rem 0;}
    .navbar-expand-lg .nav-divider{width:100%;height:0.0625rem;border-left:none;border-top:0.1rem solid rgba(0, 34, 28, 0.1);margin:0.5rem 0;}
    .navbar-expand-lg .hs-mega-menu{max-width:100% !important;min-width:100% !important;}
    .navbar-expand-lg .navbar-nav .dropdown-menu{box-shadow:none;border:0.0625rem solid rgba(0, 34, 28, 0.1);margin-top:0;}
    .navbar-expand-lg.navbar-dark .navbar-nav{background-color:var(--bs-primary);}
    .navbar-expand-lg.navbar-vertical .navbar-nav{padding:0;}
    .navbar-expand-lg .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-0.375rem;}
    .navbar-expand-lg .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative;}
    .navbar-expand-lg .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-0.375rem;right:0;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);width:100%;content:"";}
    .navbar-expand-lg .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0;}
    .navbar-expand-lg .navbar-absolute-top-inner{background-color:#fff;}
}
@media (max-width:1199.98px){
    .navbar-expand-xl .navbar-nav-wrap-secondary-content{margin-left:auto;}
    .navbar-expand-xl .navbar-nav-wrap-secondary-content ~ .navbar-toggler{margin-left:0.5rem;}
    .navbar-expand-xl .navbar-collapse{background-color:#fff;}
    .navbar-expand-xl .navbar-nav{padding:1rem 1rem;}
    .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .nav-subtitle{padding:0.5rem 0;}
    .navbar-expand-xl .nav-divider{width:100%;height:0.0625rem;border-left:none;border-top:0.1rem solid rgba(0, 34, 28, 0.1);margin:0.5rem 0;}
    .navbar-expand-xl .hs-mega-menu{max-width:100% !important;min-width:100% !important;}
    .navbar-expand-xl .navbar-nav .dropdown-menu{box-shadow:none;border:0.0625rem solid rgba(0, 34, 28, 0.1);margin-top:0;}
    .navbar-expand-xl.navbar-dark .navbar-nav{background-color:var(--bs-primary);}
    .navbar-expand-xl.navbar-vertical .navbar-nav{padding:0;}
    .navbar-expand-xl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-0.375rem;}
    .navbar-expand-xl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative;}
    .navbar-expand-xl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-0.375rem;right:0;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);width:100%;content:"";}
    .navbar-expand-xl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0;}
    .navbar-expand-xl .navbar-absolute-top-inner{background-color:#fff;}
}
@media (max-width:1399.98px){
    .navbar-expand-xxl .navbar-nav-wrap-secondary-content{margin-left:auto;}
    .navbar-expand-xxl .navbar-nav-wrap-secondary-content ~ .navbar-toggler{margin-left:0.5rem;}
    .navbar-expand-xxl .navbar-collapse{background-color:#fff;}
    .navbar-expand-xxl .navbar-nav{padding:1rem 1rem;}
    .navbar-expand-xxl .navbar-nav .nav-link, .navbar-expand-xxl .navbar-nav .nav-subtitle{padding:0.5rem 0;}
    .navbar-expand-xxl .nav-divider{width:100%;height:0.0625rem;border-left:none;border-top:0.1rem solid rgba(0, 34, 28, 0.1);margin:0.5rem 0;}
    .navbar-expand-xxl .hs-mega-menu{max-width:100% !important;min-width:100% !important;}
    .navbar-expand-xxl .navbar-nav .dropdown-menu{box-shadow:none;border:0.0625rem solid rgba(0, 34, 28, 0.1);margin-top:0;}
    .navbar-expand-xxl.navbar-dark .navbar-nav{background-color:var(--bs-primary);}
    .navbar-expand-xxl.navbar-vertical .navbar-nav{padding:0;}
    .navbar-expand-xxl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-0.375rem;}
    .navbar-expand-xxl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative;}
    .navbar-expand-xxl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-0.375rem;right:0;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);width:100%;content:"";}
    .navbar-expand-xxl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0;}
    .navbar-expand-xxl .navbar-absolute-top-inner{background-color:#fff;}
}
.navbar-expand .navbar-nav .nav-link,.navbar-expand .navbar-nav .nav-subtitle{padding-right:1rem;padding-left:1rem;}
.navbar-sidebar-aside-content{padding-left:0.75rem;padding-right:0.75rem;}
@media (min-width:576px){
    .navbar-sidebar-aside-sm .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0;}
    .navbar-sidebar-aside-sm .navbar-sidebar .navbar-collapse{width:100%;}
    .navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;margin-right:0;}
    .navbar-sidebar-aside-sm .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem;}
    .navbar-sidebar-aside-sm .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem;}
    .navbar-sidebar-aside-sm .navbar-sidebar-aside-content{margin-left:17rem;}
}
@media (min-width:768px){
    .navbar-sidebar-aside-md .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0;}
    .navbar-sidebar-aside-md .navbar-sidebar .navbar-collapse{width:100%;}
    .navbar-sidebar-aside-md .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .navbar-sidebar-aside-md .navbar-sidebar .navbar-brand{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;margin-right:0;}
    .navbar-sidebar-aside-md .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem;}
    .navbar-sidebar-aside-md .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem;}
    .navbar-sidebar-aside-md .navbar-sidebar-aside-content{margin-left:17rem;}
}
@media (min-width:992px){
    .navbar-sidebar-aside-lg .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0;}
    .navbar-sidebar-aside-lg .navbar-sidebar .navbar-collapse{width:100%;}
    .navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;margin-right:0;}
    .navbar-sidebar-aside-lg .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem;}
    .navbar-sidebar-aside-lg .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem;}
    .navbar-sidebar-aside-lg .navbar-sidebar-aside-content{margin-left:17rem;}
}
@media (min-width:1200px){
    .navbar-sidebar-aside-xl .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0;}
    .navbar-sidebar-aside-xl .navbar-sidebar .navbar-collapse{width:100%;}
    .navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;margin-right:0;}
    .navbar-sidebar-aside-xl .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem;}
    .navbar-sidebar-aside-xl .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem;}
    .navbar-sidebar-aside-xl .navbar-sidebar-aside-content{margin-left:17rem;}
}
@media (min-width:1400px){
    .navbar-sidebar-aside-xxl .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0;}
    .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-collapse{width:100%;}
    .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);}
    .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;margin-right:0;}
    .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem;}
    .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem;}
    .navbar-sidebar-aside-xxl .navbar-sidebar-aside-content{margin-left:17rem;}
}
.navbar-sidebar-aside .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0;}
.navbar-sidebar-aside .navbar-sidebar .navbar-collapse{width:100%;}
.navbar-sidebar-aside .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:0.0625rem solid rgba(0, 34, 28, 0.1);}
.navbar-sidebar-aside .navbar-sidebar .navbar-brand{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;margin-right:0;}
.navbar-sidebar-aside .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem;}
.navbar-sidebar-aside .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem;}
.navbar-sidebar-aside .navbar-sidebar-aside-content{margin-left:17rem;}
.navbar-sidebar-aside .navbar-sidebar .navbar-brand,.navbar-sidebar-aside .navbar-sidebar .navbar-brand-badge{display:none;}
.navbar-sidebar-aside .nav-segment{margin:1.25rem 1.5rem;}
@media (max-width:575.98px){.navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand, .navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand-badge{display:none;} .navbar-sidebar-aside-sm .nav-segment{margin:1.25rem 1.5rem;}}
@media (max-width:767.98px){.navbar-sidebar-aside-md .navbar-sidebar .navbar-brand, .navbar-sidebar-aside-md .navbar-sidebar .navbar-brand-badge{display:none;} .navbar-sidebar-aside-md .nav-segment{margin:1.25rem 1.5rem;}}
@media (max-width:991.98px){.navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand, .navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand-badge{display:none;} .navbar-sidebar-aside-lg .nav-segment{margin:1.25rem 1.5rem;}}
@media (max-width:1199.98px){.navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand, .navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand-badge{display:none;} .navbar-sidebar-aside-xl .nav-segment{margin:1.25rem 1.5rem;}}
@media (max-width:1399.98px){.navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand, .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand-badge{display:none;} .navbar-sidebar-aside-xxl .nav-segment{margin:1.25rem 1.5rem;}}
.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#51596c;}
.navbar-light .navbar-toggler{color:#51596c;border-color:rgba(0, 34, 28, 0.1);}
.navbar-light .navbar-nav .nav-link{color:#51596c;}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:var(--bs-primary);}
.navbar-dark .navbar-nav .nav-item:hover .nav-link,.navbar-dark .navbar-nav .nav-item:hover .nav-link:focus,.navbar-dark .navbar-nav .nav-item:hover .nav-link:hover{color:#fff;}
.navbar-dark .nav-link.dropdown-toggle::after{background-image:url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='rgba(255, 255, 255, 0.55)' xmlns='http://www.w3.org/2000/svg'><path d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/></svg>");}
.navbar-dark .nav-divider{border-color:rgba(255, 255, 255, 0.2);}
.navbar-invisible{display:none;}
.navbar-moved-up{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
.navbar-faded{opacity:0;visibility:hidden;}
.navbar-section-hidden{position:relative;}
.navbar[data-hs-header-options*="fixMoment"]{transition:0.3s ease;}
.navbar.navbar-untransitioned{transition:none;}
.navbar.navbar-scrolled{position:fixed;top:0;left:0;right:0;bottom:auto;}
.navbar.navbar-scrolled .navbar-topbar{display:none;}
.navbar-fix-top{position:fixed;}
.navbar.navbar-fix-top[data-hs-header-options*="effectCompensation"]{transition:none;}
.popover{box-shadow:0 0.6125rem 2.5rem 0.6125rem rgba(140, 152, 164, 0.175);}
.popover-header{font-size:1.125rem;font-weight:500;}
.progress-vertical{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-pack:end;justify-content:flex-end;background-color:#e7eaf3;width:0.5rem;height:12.5rem;}
.shape-container{position:relative;}
.shape[class*="text-"] > svg [fill]:not([fill="none"]){fill:currentColor !important;}
.shape{position:absolute;z-index:-1;}
.shape-top{top:0;left:0;right:0;}
.shape-top > svg{width:100%;height:auto;margin-bottom:-1px;-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.shape-bottom{bottom:0;left:0;right:0;}
.shape-bottom > svg{width:100%;height:auto;margin-bottom:-1px;-webkit-transform-origin:top center;transform-origin:top center;}
.step{position:relative;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-right:calc(1.5rem / -2);margin-left:calc(1.5rem / -2);}
.step.step-dashed .step-icon::after{border-left-style:dashed;}
.step-icon-border{border:0.125rem solid rgba(0, 34, 28, 0.1);}
.step-title{display:block;color:#00221c;font-weight:500;}
.step-text:last-child{color:#51596c;margin-bottom:0;}
.step-border-last-0 .step-item:last-child .step-icon::after{display:none;}
.step .step-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-right:0.75rem;padding-left:0.75rem;margin-bottom:2.25rem;}
.step-item-between .step-item:last-child{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;}
.step .step-content-wrapper{position:relative;display:-ms-flexbox;display:flex;width:100%;}
.step .step-content{-ms-flex:1;flex:1;}
.step-item.collapse:not(.show){display:none;}
.step-item .step-title-description{display:none;}
.step-item.focus .step-title-description{display:block;}
.step .step-avatar{font-size:1rem;font-weight:500;width:2.875rem;height:2.875rem;border-radius:50%;margin-right:1rem;}
.step .step-avatar-img{max-width:100%;height:auto;border-radius:50%;}
.step .step-avatar::after{position:absolute;top:3.625rem;left:1.4375rem;height:calc(100% - 2.125rem);border-left:0.125rem solid rgba(0, 34, 28, 0.1);content:"";}
.step-avatar-xs .step-avatar,.step-avatar-xs.step-avatar{font-size:0.75rem;width:1.75rem;height:1.75rem;}
.step-avatar-xs .step-avatar::after,.step-avatar-xs.step-avatar::after{top:2.5rem;left:0.8125rem;width:1.625rem;height:calc(100% - 1rem);}
.step-avatar-xs .step-divider::after{left:0.875rem;}
.step-avatar-sm .step-avatar,.step-avatar-sm.step-avatar{font-size:0.8125rem;width:2.3125rem;height:2.3125rem;}
.step-avatar-sm .step-avatar::after,.step-avatar-sm.step-avatar::after{top:3.0625rem;left:1.09375rem;width:1.625rem;height:calc(100% - 1.5625rem);}
.step-avatar-sm .step-divider::after{left:1.15625rem;}
.step-avatar-lg .step-avatar,.step-avatar-lg.step-avatar{font-size:1.125rem;width:5.5rem;height:5.5rem;}
.step-avatar-lg .step-avatar::after,.step-avatar-lg.step-avatar::after{top:6.25rem;left:2.6875rem;width:1.625rem;height:calc(100% - 4.75rem);}
.step-avatar-lg .step-divider::after{left:2.75rem;}
.step-divider{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;text-transform:uppercase;height:1rem;font-weight:500;}
.step-divider::after{position:absolute;top:1.75rem;left:1.4375rem;height:calc(100% - 0.25rem);border-left:0.125rem solid rgba(0, 34, 28, 0.1);content:"";}
.step .step-icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:1rem;font-weight:500;width:2.875rem;height:2.875rem;border-radius:50%;margin-right:1rem;}
.step .step-icon::after{position:absolute;top:3.625rem;left:1.4375rem;height:calc(100% - 2.125rem);border-left:0.125rem solid rgba(0, 34, 28, 0.1);content:"";}
.step .step-icon-pseudo::before{display:block;width:0.25rem;height:0.25rem;background-color:#97a4af;border-radius:50%;content:"";}
.step-icon-xs .step-icon,.step-icon-xs.step-icon{font-size:0.75rem;width:1.75rem;height:1.75rem;}
.step-icon-xs .step-icon::after,.step-icon-xs.step-icon::after{top:2.5rem;left:0.8125rem;width:1.625rem;height:calc(100% - 1rem);}
.step-icon-xs .step-divider::after{left:0.875rem;}
.step-icon-sm .step-icon,.step-icon-sm.step-icon{font-size:0.8125rem;width:2.3125rem;height:2.3125rem;}
.step-icon-sm .step-icon::after,.step-icon-sm.step-icon::after{top:3.0625rem;left:1.09375rem;width:1.625rem;height:calc(100% - 1.5625rem);}
.step-icon-sm .step-divider::after{left:1.15625rem;}
.step-icon-lg .step-icon,.step-icon-lg.step-icon{font-size:1.125rem;width:5.5rem;height:5.5rem;}
.step-icon-lg .step-icon::after,.step-icon-lg.step-icon::after{top:6.25rem;left:2.6875rem;width:1.625rem;height:calc(100% - 4.75rem);}
.step-icon-lg .step-divider::after{left:2.75rem;}
@media (min-width:576px){
    .step-sm.step-dashed .step-icon::after{border-left:none;border-top-style:dashed;}
    .step-sm .step-item{-ms-flex-positive:1;flex-grow:1;-ms-flex:1;flex:1;margin-bottom:0;}
    .step-sm:not(.step-inline) .step-content-wrapper{display:block;}
    .step-sm .step-icon{margin-bottom:1rem;}
    .step-sm .step-icon::after{top:1.4375rem;left:4.375rem;width:calc(100% - 4.375rem);height:1.625rem;border-top:0.125rem solid rgba(0, 34, 28, 0.1);border-left:none;}
    .step-sm .step-icon.step-icon-xs::after, .step-sm.step-icon-xs .step-icon::after{top:0.875rem;left:3.25rem;width:calc(100% - 3.25rem);}
    .step-sm .step-icon.step-icon-sm::after, .step-sm.step-icon-sm .step-icon::after{top:1.15625rem;left:3.8125rem;width:calc(100% - 3.8125rem);}
    .step-sm .step-icon.step-icon-lg::after, .step-sm.step-icon-lg .step-icon::after{top:2.75rem;left:7rem;width:calc(100% - 7rem);}
}
@media (min-width:768px){
    .step-md.step-dashed .step-icon::after{border-left:none;border-top-style:dashed;}
    .step-md .step-item{-ms-flex-positive:1;flex-grow:1;-ms-flex:1;flex:1;margin-bottom:0;}
    .step-md:not(.step-inline) .step-content-wrapper{display:block;}
    .step-md .step-icon{margin-bottom:1rem;}
    .step-md .step-icon::after{top:1.4375rem;left:4.375rem;width:calc(100% - 4.375rem);height:1.625rem;border-top:0.125rem solid rgba(0, 34, 28, 0.1);border-left:none;}
    .step-md .step-icon.step-icon-xs::after, .step-md.step-icon-xs .step-icon::after{top:0.875rem;left:3.25rem;width:calc(100% - 3.25rem);}
    .step-md .step-icon.step-icon-sm::after, .step-md.step-icon-sm .step-icon::after{top:1.15625rem;left:3.8125rem;width:calc(100% - 3.8125rem);}
    .step-md .step-icon.step-icon-lg::after, .step-md.step-icon-lg .step-icon::after{top:2.75rem;left:7rem;width:calc(100% - 7rem);}
}
@media (min-width:992px){
    .step-lg.step-dashed .step-icon::after{border-left:none;border-top-style:dashed;}
    .step-lg .step-item{-ms-flex-positive:1;flex-grow:1;-ms-flex:1;flex:1;margin-bottom:0;}
    .step-lg:not(.step-inline) .step-content-wrapper{display:block;}
    .step-lg .step-icon{margin-bottom:1rem;}
    .step-lg .step-icon::after{top:1.4375rem;left:4.375rem;width:calc(100% - 4.375rem);height:1.625rem;border-top:0.125rem solid rgba(0, 34, 28, 0.1);border-left:none;}
    .step-lg .step-icon.step-icon-xs::after, .step-lg.step-icon-xs .step-icon::after{top:0.875rem;left:3.25rem;width:calc(100% - 3.25rem);}
    .step-lg .step-icon.step-icon-sm::after, .step-lg.step-icon-sm .step-icon::after{top:1.15625rem;left:3.8125rem;width:calc(100% - 3.8125rem);}
    .step-lg .step-icon.step-icon-lg::after, .step-lg.step-icon-lg .step-icon::after{top:2.75rem;left:7rem;width:calc(100% - 7rem);}
}
@media (min-width:1200px){
    .step-xl.step-dashed .step-icon::after{border-left:none;border-top-style:dashed;}
    .step-xl .step-item{-ms-flex-positive:1;flex-grow:1;-ms-flex:1;flex:1;margin-bottom:0;}
    .step-xl:not(.step-inline) .step-content-wrapper{display:block;}
    .step-xl .step-icon{margin-bottom:1rem;}
    .step-xl .step-icon::after{top:1.4375rem;left:4.375rem;width:calc(100% - 4.375rem);height:1.625rem;border-top:0.125rem solid rgba(0, 34, 28, 0.1);border-left:none;}
    .step-xl .step-icon.step-icon-xs::after, .step-xl.step-icon-xs .step-icon::after{top:0.875rem;left:3.25rem;width:calc(100% - 3.25rem);}
    .step-xl .step-icon.step-icon-sm::after, .step-xl.step-icon-sm .step-icon::after{top:1.15625rem;left:3.8125rem;width:calc(100% - 3.8125rem);}
    .step-xl .step-icon.step-icon-lg::after, .step-xl.step-icon-lg .step-icon::after{top:2.75rem;left:7rem;width:calc(100% - 7rem);}
}
@media (min-width:576px){
    .step-sm.step-centered{text-align:center;}
    .step-sm.step-centered .step-item:last-child .step-icon::after{display:none;}
    .step-sm.step-centered .step-icon{margin-left:auto;margin-right:auto;}
    .step-sm.step-centered .step-icon::after{width:calc(100% - 4.375rem);left:calc(50% + 2.9375rem);}
    .step-sm.step-centered .step-icon.step-icon-xs::after, .step-sm.step-centered.step-icon-xs .step-icon::after{width:calc(100% - 3.25rem);left:calc(50% + 2.375rem);}
    .step-sm.step-centered .step-icon.step-icon-sm::after, .step-sm.step-centered.step-icon-sm .step-icon::after{width:calc(100% - 3.8125rem);left:calc(50% + 2.65625rem);}
    .step-sm.step-centered .step-icon.step-icon-lg::after, .step-sm.step-centered.step-icon-lg .step-icon::after{width:calc(100% - 7rem);left:calc(50% + 4.25rem);}
}
@media (min-width:768px){
    .step-md.step-centered{text-align:center;}
    .step-md.step-centered .step-item:last-child .step-icon::after{display:none;}
    .step-md.step-centered .step-icon{margin-left:auto;margin-right:auto;}
    .step-md.step-centered .step-icon::after{width:calc(100% - 4.375rem);left:calc(50% + 2.9375rem);}
    .step-md.step-centered .step-icon.step-icon-xs::after, .step-md.step-centered.step-icon-xs .step-icon::after{width:calc(100% - 3.25rem);left:calc(50% + 2.375rem);}
    .step-md.step-centered .step-icon.step-icon-sm::after, .step-md.step-centered.step-icon-sm .step-icon::after{width:calc(100% - 3.8125rem);left:calc(50% + 2.65625rem);}
    .step-md.step-centered .step-icon.step-icon-lg::after, .step-md.step-centered.step-icon-lg .step-icon::after{width:calc(100% - 7rem);left:calc(50% + 4.25rem);}
}
@media (min-width:992px){
    .step-lg.step-centered{text-align:center;}
    .step-lg.step-centered .step-item:last-child .step-icon::after{display:none;}
    .step-lg.step-centered .step-icon{margin-left:auto;margin-right:auto;}
    .step-lg.step-centered .step-icon::after{width:calc(100% - 4.375rem);left:calc(50% + 2.9375rem);}
    .step-lg.step-centered .step-icon.step-icon-xs::after, .step-lg.step-centered.step-icon-xs .step-icon::after{width:calc(100% - 3.25rem);left:calc(50% + 2.375rem);}
    .step-lg.step-centered .step-icon.step-icon-sm::after, .step-lg.step-centered.step-icon-sm .step-icon::after{width:calc(100% - 3.8125rem);left:calc(50% + 2.65625rem);}
    .step-lg.step-centered .step-icon.step-icon-lg::after, .step-lg.step-centered.step-icon-lg .step-icon::after{width:calc(100% - 7rem);left:calc(50% + 4.25rem);}
}
@media (min-width:992px){
    .step-lg.step-centered{text-align:center;}
    .step-lg.step-centered .step-item:last-child .step-icon::after{display:none;}
    .step-lg.step-centered .step-icon{margin-left:auto;margin-right:auto;}
    .step-lg.step-centered .step-icon::after{width:calc(100% - 4.375rem);left:calc(50% + 2.9375rem);}
    .step-lg.step-centered .step-icon.step-icon-xs::after, .step-lg.step-centered.step-icon-xs .step-icon::after{width:calc(100% - 3.25rem);left:calc(50% + 2.375rem);}
    .step-lg.step-centered .step-icon.step-icon-sm::after, .step-lg.step-centered.step-icon-sm .step-icon::after{width:calc(100% - 3.8125rem);left:calc(50% + 2.65625rem);}
    .step-lg.step-centered .step-icon.step-icon-lg::after, .step-lg.step-centered.step-icon-lg .step-icon::after{width:calc(100% - 7rem);left:calc(50% + 4.25rem);}
}
.step .step-is-invalid-icon,.step .step-is-valid-icon{display:none;}
.step .active .step-icon,.step .active.is-valid .step-icon{color:#fff;background-color:var(--bs-primary);}
.step .active .step-title,.step .active.is-valid .step-title{color:var(--bs-primary);}
.step .is-valid .step-icon{color:#fff;background-color:var(--bs-primary);}
.step .is-valid .step-title{color:var(--bs-primary);}
.step .is-valid .step-is-valid-icon{display:-ms-inline-flexbox;display:inline-flex;}
.step .is-valid .step-is-default-icon,.step .is-valid .step-is-invalid-icon{display:none;}
.step .is-invalid .step-icon{color:#fff;background-color:#692340;}
.step .is-invalid .step-title{color:#692340;}
.step .is-invalid .step-is-invalid-icon{display:-ms-inline-flexbox;display:inline-flex;}
.step .is-invalid .step-is-default-icon,.step .is-invalid .step-is-valid-icon{display:none;}
.step-icon-primary{color:#fff;background-color:var(--bs-primary);}
.step-icon-primary.step-icon-pseudo::before{background-color:#fff;}
.step-icon-secondary{color:#fff;background-color:#51596c;}
.step-icon-secondary.step-icon-pseudo::before{background-color:#fff;}
.step-icon-success{color:#fff;background-color:#077c76;}
.step-icon-success.step-icon-pseudo::before{background-color:#fff;}
.step-icon-info{color:#fff;background-color:#334ac0;}
.step-icon-info.step-icon-pseudo::before{background-color:#fff;}
.step-icon-warning{color:#000;background-color:#f1b980;}
.step-icon-warning.step-icon-pseudo::before{background-color:#000;}
.step-icon-danger{color:#fff;background-color:#692340;}
.step-icon-danger.step-icon-pseudo::before{background-color:#fff;}
.step-icon-light{color:#000;background-color:#f9fafc;}
.step-icon-light.step-icon-pseudo::before{background-color:#000;}
.step-icon-dark{color:#fff;background-color:#00221c;}
.step-icon-dark.step-icon-pseudo::before{background-color:#fff;}
.step-icon-soft-primary{color:var(--bs-primary);background-color:rgba(0, 128, 96, 0.1);}
.step-icon-soft-primary.step-icon-pseudo::before{background-color:var(--bs-primary);}
.step-icon-soft-secondary{color:#51596c;background-color:rgba(81, 89, 108, 0.1);}
.step-icon-soft-secondary.step-icon-pseudo::before{background-color:#51596c;}
.step-icon-soft-success{color:#077c76;background-color:rgba(7, 124, 118, 0.1);}
.step-icon-soft-success.step-icon-pseudo::before{background-color:#077c76;}
.step-icon-soft-info{color:#334ac0;background-color:rgba(51, 74, 192, 0.1);}
.step-icon-soft-info.step-icon-pseudo::before{background-color:#334ac0;}
.step-icon-soft-warning{color:#f1b980;background-color:rgba(241, 185, 128, 0.1);}
.step-icon-soft-warning.step-icon-pseudo::before{background-color:#f1b980;}
.step-icon-soft-danger{color:#692340;background-color:rgba(105, 35, 64, 0.1);}
.step-icon-soft-danger.step-icon-pseudo::before{background-color:#692340;}
.step-icon-soft-light{color:#f9fafc;background-color:rgba(249, 250, 252, 0.1);}
.step-icon-soft-light.step-icon-pseudo::before{background-color:#f9fafc;}
.step-icon-soft-dark{color:#00221c;background-color:rgba(0, 34, 28, 0.1);}
.step-icon-soft-dark.step-icon-pseudo::before{background-color:#00221c;}
.step-inline .step-content-wrapper{-ms-flex-align:center;align-items:center;}
.step-inline .step-item:last-child .step-title::after{display:none;}
.step-inline .step-title{display:inline-block;}
@media (min-width:576px){
    .step-sm.step-inline.step-dashed .step-title::after{border-top-style:dashed;}
    .step-sm.step-inline .step-item{overflow:hidden;}
    .step-sm.step-inline .step-icon{margin-bottom:0;}
    .step-sm.step-inline .step-icon::after{display:none;}
    .step-sm.step-inline .step-title::after{position:absolute;top:1.4375rem;width:100%;height:1.625rem;border-top:0.125rem solid rgba(0, 34, 28, 0.1);margin-left:1.5rem;content:"";}
    .step-sm.step-inline .step-icon-xs + .step-content .step-title::after, .step-sm.step-inline.step-icon-xs .step-content .step-title::after{top:0.875rem;}
    .step-sm.step-inline .step-icon-sm + .step-content .step-title::after, .step-sm.step-inline.step-icon-sm .step-content .step-title::after{top:1.15625rem;}
    .step-sm.step-inline .step-icon-lg + .step-content .step-title::after, .step-sm.step-inline.step-icon-lg .step-content .step-title::after{top:2.75rem;}
}
@media (min-width:768px){
    .step-md.step-inline.step-dashed .step-title::after{border-top-style:dashed;}
    .step-md.step-inline .step-item{overflow:hidden;}
    .step-md.step-inline .step-icon{margin-bottom:0;}
    .step-md.step-inline .step-icon::after{display:none;}
    .step-md.step-inline .step-title::after{position:absolute;top:1.4375rem;width:100%;height:1.625rem;border-top:0.125rem solid rgba(0, 34, 28, 0.1);margin-left:1.5rem;content:"";}
    .step-md.step-inline .step-icon-xs + .step-content .step-title::after, .step-md.step-inline.step-icon-xs .step-content .step-title::after{top:0.875rem;}
    .step-md.step-inline .step-icon-sm + .step-content .step-title::after, .step-md.step-inline.step-icon-sm .step-content .step-title::after{top:1.15625rem;}
    .step-md.step-inline .step-icon-lg + .step-content .step-title::after, .step-md.step-inline.step-icon-lg .step-content .step-title::after{top:2.75rem;}
}
@media (min-width:992px){
    .step-lg.step-inline.step-dashed .step-title::after{border-top-style:dashed;}
    .step-lg.step-inline .step-item{overflow:hidden;}
    .step-lg.step-inline .step-icon{margin-bottom:0;}
    .step-lg.step-inline .step-icon::after{display:none;}
    .step-lg.step-inline .step-title::after{position:absolute;top:1.4375rem;width:100%;height:1.625rem;border-top:0.125rem solid rgba(0, 34, 28, 0.1);margin-left:1.5rem;content:"";}
    .step-lg.step-inline .step-icon-xs + .step-content .step-title::after, .step-lg.step-inline.step-icon-xs .step-content .step-title::after{top:0.875rem;}
    .step-lg.step-inline .step-icon-sm + .step-content .step-title::after, .step-lg.step-inline.step-icon-sm .step-content .step-title::after{top:1.15625rem;}
    .step-lg.step-inline .step-icon-lg + .step-content .step-title::after, .step-lg.step-inline.step-icon-lg .step-content .step-title::after{top:2.75rem;}
}
@media (min-width:1200px){
    .step-xl.step-inline.step-dashed .step-title::after{border-top-style:dashed;}
    .step-xl.step-inline .step-item{overflow:hidden;}
    .step-xl.step-inline .step-icon{margin-bottom:0;}
    .step-xl.step-inline .step-icon::after{display:none;}
    .step-xl.step-inline .step-title::after{position:absolute;top:1.4375rem;width:100%;height:1.625rem;border-top:0.125rem solid rgba(0, 34, 28, 0.1);margin-left:1.5rem;content:"";}
    .step-xl.step-inline .step-icon-xs + .step-content .step-title::after, .step-xl.step-inline.step-icon-xs .step-content .step-title::after{top:0.875rem;}
    .step-xl.step-inline .step-icon-sm + .step-content .step-title::after, .step-xl.step-inline.step-icon-sm .step-content .step-title::after{top:1.15625rem;}
    .step-xl.step-inline .step-icon-lg + .step-content .step-title::after, .step-xl.step-inline.step-icon-lg .step-content .step-title::after{top:2.75rem;}
}
@media (min-width:576px){
    .step-timeline-sm{margin-left:0;margin-right:0;}
    .step-timeline-sm .step-item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:0;padding-right:0;margin-left:50%;}
    .step-timeline-sm .step-item:nth-child(even){-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;margin-left:auto;margin-right:50%;}
    .step-timeline-sm .step-item:nth-child(even) .step-content-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
    .step-timeline-sm .step-item:nth-child(even) .step-icon{margin-left:0;margin-right:-1.4375rem;}
    .step-timeline-sm .step-item:nth-child(even) .step-icon-xs{margin-right:-0.875rem;}
    .step-timeline-sm .step-item:nth-child(even) .step-icon-sm{margin-right:-1.15625rem;}
    .step-timeline-sm .step-item:nth-child(even) .step-icon-lg{margin-right:-2.75rem;}
    .step-timeline-sm .step-item:nth-child(even) .step-content{margin-right:1.5rem;}
    .step-timeline-sm .step-icon{margin-left:-1.4375rem;}
    .step-timeline-sm .step-icon::after{left:auto;width:auto;}
    .step-timeline-sm .step-icon-xs{margin-left:-0.875rem;}
    .step-timeline-sm .step-icon-sm{margin-left:-1.15625rem;}
    .step-timeline-sm .step-icon-lg{margin-left:-2.75rem;}
}
@media (min-width:768px){
    .step-timeline-md{margin-left:0;margin-right:0;}
    .step-timeline-md .step-item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:0;padding-right:0;margin-left:50%;}
    .step-timeline-md .step-item:nth-child(even){-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;margin-left:auto;margin-right:50%;}
    .step-timeline-md .step-item:nth-child(even) .step-content-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
    .step-timeline-md .step-item:nth-child(even) .step-icon{margin-left:0;margin-right:-1.4375rem;}
    .step-timeline-md .step-item:nth-child(even) .step-icon-xs{margin-right:-0.875rem;}
    .step-timeline-md .step-item:nth-child(even) .step-icon-sm{margin-right:-1.15625rem;}
    .step-timeline-md .step-item:nth-child(even) .step-icon-lg{margin-right:-2.75rem;}
    .step-timeline-md .step-item:nth-child(even) .step-content{margin-right:1.5rem;}
    .step-timeline-md .step-icon{margin-left:-1.4375rem;}
    .step-timeline-md .step-icon::after{left:auto;width:auto;}
    .step-timeline-md .step-icon-xs{margin-left:-0.875rem;}
    .step-timeline-md .step-icon-sm{margin-left:-1.15625rem;}
    .step-timeline-md .step-icon-lg{margin-left:-2.75rem;}
}
@media (min-width:992px){
    .step-timeline-lg{margin-left:0;margin-right:0;}
    .step-timeline-lg .step-item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:0;padding-right:0;margin-left:50%;}
    .step-timeline-lg .step-item:nth-child(even){-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;margin-left:auto;margin-right:50%;}
    .step-timeline-lg .step-item:nth-child(even) .step-content-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
    .step-timeline-lg .step-item:nth-child(even) .step-icon{margin-left:0;margin-right:-1.4375rem;}
    .step-timeline-lg .step-item:nth-child(even) .step-icon-xs{margin-right:-0.875rem;}
    .step-timeline-lg .step-item:nth-child(even) .step-icon-sm{margin-right:-1.15625rem;}
    .step-timeline-lg .step-item:nth-child(even) .step-icon-lg{margin-right:-2.75rem;}
    .step-timeline-lg .step-item:nth-child(even) .step-content{margin-right:1.5rem;}
    .step-timeline-lg .step-icon{margin-left:-1.4375rem;}
    .step-timeline-lg .step-icon::after{left:auto;width:auto;}
    .step-timeline-lg .step-icon-xs{margin-left:-0.875rem;}
    .step-timeline-lg .step-icon-sm{margin-left:-1.15625rem;}
    .step-timeline-lg .step-icon-lg{margin-left:-2.75rem;}
}
@media (min-width:1200px){
    .step-timeline-xl{margin-left:0;margin-right:0;}
    .step-timeline-xl .step-item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:0;padding-right:0;margin-left:50%;}
    .step-timeline-xl .step-item:nth-child(even){-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;margin-left:auto;margin-right:50%;}
    .step-timeline-xl .step-item:nth-child(even) .step-content-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
    .step-timeline-xl .step-item:nth-child(even) .step-icon{margin-left:0;margin-right:-1.4375rem;}
    .step-timeline-xl .step-item:nth-child(even) .step-icon-xs{margin-right:-0.875rem;}
    .step-timeline-xl .step-item:nth-child(even) .step-icon-sm{margin-right:-1.15625rem;}
    .step-timeline-xl .step-item:nth-child(even) .step-icon-lg{margin-right:-2.75rem;}
    .step-timeline-xl .step-item:nth-child(even) .step-content{margin-right:1.5rem;}
    .step-timeline-xl .step-icon{margin-left:-1.4375rem;}
    .step-timeline-xl .step-icon::after{left:auto;width:auto;}
    .step-timeline-xl .step-icon-xs{margin-left:-0.875rem;}
    .step-timeline-xl .step-icon-sm{margin-left:-1.15625rem;}
    .step-timeline-xl .step-icon-lg{margin-left:-2.75rem;}
}
.svg-icon{display:block;}
.svg-icon[class*="text-"] > svg [fill]:not([fill="none"]){fill:currentColor !important;}
.svg-icon > svg{width:3rem;height:3rem;}
.svg-icon-xs > svg{width:1.25rem;height:1.25rem;}
.svg-icon-sm > svg{width:1.75rem;height:1.75rem;}
.svg-icon-lg > svg{width:4rem;height:4rem;}
.toast-header .btn-close{margin-right:0;}
.table th{font-weight:400;}
.table tr{color:#00221c;}
.table thead th{color:#00221c;font-weight:500;}
.table >:not(:last-child) >:last-child > *{border-bottom-color:rgba(0, 34, 28, 0.1);}
.table >:not(caption) >:last-child > *{border-bottom-width:0;}
.table .btn{white-space:nowrap;}
.table-nowrap td,.table-nowrap th{white-space:nowrap;}
.table-align-middle tbody tr,.table-align-middle td,.table-align-middle th{vertical-align:middle;}
.table-text-center,.table-text-center td,.table-text-center th{text-align:center;}
.table-text-end,.table-text-end td,.table-text-end th{text-align:right;}
.thead-light th{background-color:#f8fafd;}
.table-lg >:not(caption) > * > *{padding:1rem 1.5rem;}
.bg-img-start{background-size:cover;background-repeat:no-repeat;background-position:top center;}
.bg-img-end{background-size:cover;background-repeat:no-repeat;background-position:bottom center;}
.bg-img-center{background-size:cover;background-repeat:no-repeat;background-position:center center;}
.lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;}
.lines-container{position:relative;display:grid;grid:1fr / repeat(4, 1fr);height:100%;max-width:1160px;margin:0 auto;}
.lines-item{width:0.0625rem;height:100%;border-left:0.0625rem solid rgba(0, 34, 28, 0.1);}
.lines-item:last-of-type{position:absolute;top:0;right:0;}
.lines-light .lines-item{border-left-color:rgba(255, 255, 255, 0.1);}
.link{font-weight:500;}
.link-primary:focus,.link-primary:hover{opacity:0.7;}
.link-secondary:focus,.link-secondary:hover{opacity:0.7;}
.link-success:focus,.link-success:hover{opacity:0.7;}
.link-info:focus,.link-info:hover{opacity:0.7;}
.link-warning:focus,.link-warning:hover{opacity:0.7;}
.link-danger:focus,.link-danger:hover{opacity:0.7;}
.link-light:focus,.link-light:hover{opacity:0.7;}
.link-dark:focus,.link-dark:hover{opacity:0.7;}
.link-sm{font-size:0.875rem;}
.link-bordered{border-bottom:0.125rem solid var(--bs-primary);}
.link-bordered.link-primary{border-bottom-color:var(--bs-primary);}
.link-bordered.link-secondary{border-bottom-color:#51596c;}
.link-bordered.link-success{border-bottom-color:#077c76;}
.link-bordered.link-info{border-bottom-color:#334ac0;}
.link-bordered.link-warning{border-bottom-color:#f1b980;}
.link-bordered.link-danger{border-bottom-color:#692340;}
.link-bordered.link-light{border-bottom-color:#f9fafc;}
.link-bordered.link-dark{border-bottom-color:#00221c;}
.link-collapse[aria-expanded="false"] .link-collapse-default{display:inline-block;}
.link-collapse[aria-expanded="false"] .link-collapse-active{display:none;}
.link-collapse[aria-expanded="true"] .link-collapse-default{display:none;}
.link-collapse[aria-expanded="true"] .link-collapse-active{display:inline-block;}
.text-cap{display:block;color:#00221c;font-size:0.75rem;font-weight:500;letter-spacing:0.03125rem;text-transform:uppercase;margin-bottom:1rem;}
.text-dark{color:#00221c !important;}
.text-dark[href]:hover{color:var(--bs-primary) !important;}
.text-secondary[href]:hover{color:var(--bs-primary) !important;}
.text-body[href]:hover,.text-muted[href]:hover{color:var(--bs-primary) !important;}
a:hover .text-inherit{color:var(--bs-primary) !important;}
.lead{color:var(--bs-body-color);}
.transform-0{-webkit-transform:translate(0, 0);transform:translate(0, 0);}
.transform-y-5rem{-webkit-transform:translateY(5rem);transform:translateY(5rem);}
@media (max-width:767.98px){.transform-y-5rem{-webkit-transform:translateY(3rem);transform:translateY(3rem);}}
.rotated-3d-left{-webkit-transform:perspective(1140px) rotateX(7deg) rotateY(-17deg) rotateZ(4deg);transform:perspective(1140px) rotateX(7deg) rotateY(-17deg) rotateZ(4deg);}
.rotated-3d-right{-webkit-transform:perspective(1140px) rotateX(7deg) rotateY(17deg) rotateZ(-4deg);transform:perspective(1140px) rotateX(7deg) rotateY(17deg) rotateZ(-4deg);}
.divider-start{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#8c98a4;}
.divider-start::after{-ms-flex:1 1 0%;flex:1 1 0%;border-top:0.0625rem solid rgba(0, 34, 28, 0.1);margin-top:0.0625rem;content:"";}
.divider-start::after{margin-left:1.5rem;}
.divider-end{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#8c98a4;}
.divider-end::before{-ms-flex:1 1 0%;flex:1 1 0%;border-top:0.0625rem solid rgba(0, 34, 28, 0.1);margin-top:0.0625rem;content:"";}
.divider-end::before{margin-right:1.5rem;}
.divider-center{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#8c98a4;}
.divider-center::after,.divider-center::before{-ms-flex:1 1 0%;flex:1 1 0%;border-top:0.0625rem solid rgba(0, 34, 28, 0.1);margin-top:0.0625rem;content:"";}
.divider-center::before{margin-right:1.5rem;}
.divider-center::after{margin-left:1.5rem;}
.hs-nav-scroller-horizontal{position:relative;}
.hs-nav-scroller-horizontal .nav{overflow-x:auto;overflow-y:hidden;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;scroll-behavior:smooth;}
.hs-nav-scroller-horizontal .nav .nav-item{white-space:nowrap;}
.hs-nav-scroller-horizontal .nav .nav-link{white-space:normal;}
.hs-nav-scroller-horizontal .nav::-webkit-scrollbar{display:none;}
.hs-nav-scroller-horizontal .nav-tabs{padding-bottom:0.1875rem;}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next,.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev{position:absolute;height:100%;z-index:1;font-size:1.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link{width:2.875rem;color:#51596c;}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link:hover{color:var(--bs-primary);}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev{left:0;margin-left:-0.125rem;background-image:linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev .hs-nav-scroller-arrow-link{padding:0.5rem 0;}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next{right:0;margin-right:-0.125rem;background-image:linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 50%);}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next .hs-nav-scroller-arrow-link{padding:0.5rem 0;text-align:right;}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-next .hs-nav-scroller-arrow-link,.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-prev .hs-nav-scroller-arrow-link{color:rgba(255, 255, 255, 0.7);}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-next .hs-nav-scroller-arrow-link:hover,.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-prev .hs-nav-scroller-arrow-link:hover{color:#fff;}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-prev{background-image:linear-gradient(to right, #00221c 50%, rgba(255, 255, 255, 0) 100%);}
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-next{background-image:linear-gradient(to right, rgba(255, 255, 255, 0) 0, #00221c 50%);}
.hs-nav-scroller-vertical{height:100%;overflow:hidden;overflow-y:auto;}
.hs-nav-scroller-vertical::-webkit-scrollbar{width:0.6125rem;}
.hs-nav-scroller-vertical::-webkit-scrollbar-thumb{background-color:rgba(189, 197, 209, 0.6);}
.hs-nav-scroller-unfold{position:static;}
.fancybox-custom .fancybox-slide.animated{display:block;opacity:0;z-index:0;}
.fancybox-custom .fancybox-slide.animated.fancybox-slide--current{opacity:1;z-index:1;}
.fancybox-custom .fancybox-content{background-color:transparent;}
.fancybox-custom .fancybox-bg{background-color:#223b41;}
.fancybox-custom .fancybox-button svg{margin-bottom:0;}
.fancybox-custom .fancybox-progress{background-color:var(--bs-primary);}
.fancybox-blur aside,.fancybox-blur footer,.fancybox-blur header,.fancybox-blur main{-webkit-filter:blur(30px);filter:blur(30px);}
.swiper-container{width:100%;height:100%;}
.swiper-preloader{position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#fff;z-index:1;}
.swiper-button-next,.swiper-button-prev{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#677788;width:2.875rem;height:2.875rem;background-color:#fff;box-shadow:0 0.1875rem 0.4375rem 0 rgba(140, 152, 164, 0.4);border-radius:50%;transition:all 0.2s ease-in-out;}
.swiper-button-next:after,.swiper-button-prev:after{width:1rem;height:1rem;font-family:inherit;background-repeat:no-repeat;background-position:50%;background-size:100% 100%;content:"";}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:0.5;box-shadow:none;}
.swiper-button-next:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23677788'%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");}
.swiper-button-next:hover:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008060'%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");}
.swiper-button-prev:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23677788'%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");}
.swiper-button-prev:hover:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008060'%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");}
.swiper-pagination{position:static;width:100% !important;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:2rem;}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:0;-webkit-transform:translateX(0);transform:translateX(0);}
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{-webkit-transform:translateX(0);transform:translateX(0);}
.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 0.25rem;}
.swiper-pagination-bullet{position:relative;opacity:1;width:1.5rem;height:1.5rem;border:0.0625rem solid transparent;background-color:transparent;transition:0.2s;}
.swiper-pagination-bullet::before{position:absolute;top:50%;left:50%;width:0.25rem;height:0.25rem;background-color:#bdc5d1;border-radius:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);transition:0.2s;content:"";}
.swiper-pagination-bullet:hover{border-color:rgba(0, 128, 96, 0.5);}
.swiper-pagination-bullet:hover::before{background-color:rgba(0, 128, 96, 0.5);}
.swiper-pagination-bullet-active,.swiper-pagination-bullet-active:hover{border-color:var(--bs-primary);}
.swiper-pagination-bullet-active::before,.swiper-pagination-bullet-active:hover::before{background-color:var(--bs-primary);}
.swiper-pagination-light .swiper-pagination-bullet::before{background-color:rgba(255, 255, 255, 0.5);}
.swiper-pagination-light .swiper-pagination-bullet:hover{border-color:#fff;}
.swiper-pagination-light .swiper-pagination-bullet:hover::before{background-color:rgba(255, 255, 255, 0.5);}
.swiper-pagination-light .swiper-pagination-bullet-active,.swiper-pagination-light .swiper-pagination-bullet-active:hover{border-color:#fff;}
.swiper-pagination-light .swiper-pagination-bullet-active::before,.swiper-pagination-light .swiper-pagination-bullet-active:hover::before{background-color:#fff;}
.swiper-pagination-progress{cursor:pointer;}
.swiper-pagination-progress-body{position:relative;display:block;width:100%;height:0.25rem;background-color:rgba(0, 34, 28, 0.25);}
.swiper-pagination-progress-body-helper{position:absolute;top:0;left:0;display:block;width:0;height:100%;background-color:var(--bs-primary);transition:none;}
.swiper-slide-thumb-active .swiper-pagination-progress-body-helper{transition-property:width;transition-timing-function:linear;width:100%;}
.swiper-pagination-progress-light .swiper-pagination-progress-body{background-color:rgba(255, 255, 255, 0.5);}
.swiper-pagination-progress-light .swiper-pagination-progress-body-helper{background-color:#fff;}
.swiper-pagination-progressbar{background-color:rgba(0, 34, 28, 0.25);}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:var(--bs-primary);}
.swiper-pagination-fraction{display:block;letter-spacing:0.125rem;}
.swiper-pagination-fraction .swiper-pagination-current{font-size:4rem;line-height:4rem;}
.swiper-thumbs{box-sizing:border-box;}
.swiper-thumbs .swiper-slide{cursor:pointer;opacity:0.4;}
.swiper-thumbs .swiper-slide-thumb-active{opacity:1;}
.swiper-equal-height .swiper-wrapper{display:-ms-flexbox;display:flex;}
.swiper-equal-height .swiper-slide{display:-ms-flexbox;display:flex;height:auto;}
.swiper-container-vertical > .swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{position:absolute;width:auto !important;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;margin:0;}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:0.25rem 0;}
code{font-size:100%;}
summary{margin-bottom:0.35rem;}
.tab-content:not(pre) > code[class*="language-"],.tab-content pre[class*="language-"]{border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;}
code[class*="language-"],pre[class*="language-"]{color:#00221c;font-size:0.9375em;margin:0;white-space:pre-wrap;word-spacing:normal;word-break:normal;word-wrap:normal;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;}
code[class*="language-"]::-moz-selection,code[class*="language-"]::-moz-selection,pre[class*="language-"]::-moz-selection,pre[class*="language-"]::-moz-selection{text-shadow:none;background:#b3d4fc;}
code[class*="language-"]::selection,code[class*="language-"]::selection,pre[class*="language-"]::selection,pre[class*="language-"]::selection{text-shadow:none;background:#b3d4fc;}
@media print{code[class*="language-"], pre[class*="language-"]{text-shadow:none;}}
pre[class*="language-"]{padding:1.5rem;overflow:auto;}
:not(pre) > code[class*="language-"],pre[class*="language-"]{background:#e7eaf3;}
.prism-light:not(pre) > .prism-light code[class*="language-"],pre.prism-light[class*="language-"]{background:#f9fafc;}
.prism-light code[class*="language-"],pre.prism-light[class*="language-"]{color:#e7eaf3;}
:not(pre) > code[class*="language-"]{padding:0.1em;border-radius:0.3em;white-space:normal;}
.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090;}
.token.punctuation{color:#2f6f9f;}
.token.namespace{opacity:0.7;}
.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#2f6f9f;}
.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#26a5b5;}
.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#d09a5c;background:0 0;}
.token.atrule,.token.attr-value,.token.keyword{color:#d44950;}
.token.class-name,.token.function{color:#dd4a68;}
.token.important,.token.regex,.token.variable{color:#e90;}
.token.bold,.token.important{font-weight:700;}
.token.italic{font-style:italic;}
.token.entity{cursor:help;}
div.code-toolbar{position:relative;}
div.code-toolbar > .toolbar{position:absolute;top:1.0625rem;right:0.75rem;transition:opacity 0.3s ease-in-out;}
div.code-toolbar:hover > .toolbar{opacity:1;}
div.code-toolbar > .toolbar .toolbar-item{display:inline-block;}
div.code-toolbar > .toolbar a{cursor:pointer;}
div.code-toolbar > .toolbar button{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
div.code-toolbar > .toolbar a,div.code-toolbar > .toolbar button,div.code-toolbar > .toolbar span{color:#fff;padding:0.5rem 1rem;background-color:rgba(255, 255, 255, 0.1);border-radius:0.3125em;transition:all 0.2s ease-in-out;}
div.code-toolbar > .toolbar a:focus,div.code-toolbar > .toolbar a:hover,div.code-toolbar > .toolbar button:focus,div.code-toolbar > .toolbar button:hover,div.code-toolbar > .toolbar span:focus,div.code-toolbar > .toolbar span:hover{color:#fff;background-color:var(--bs-primary);}
div.code-toolbar > .prism-light + .toolbar a,div.code-toolbar > .prism-light + .toolbar button,div.code-toolbar > .prism-light + .toolbar span{color:#e7eaf3;background-color:transparent;}
div.code-toolbar > .prism-light + .toolbar a:focus,div.code-toolbar > .prism-light + .toolbar a:hover,div.code-toolbar > .prism-light + .toolbar button:focus,div.code-toolbar > .prism-light + .toolbar button:hover,div.code-toolbar > .prism-light + .toolbar span:focus,div.code-toolbar > .prism-light + .toolbar span:hover{color:#00221c;background-color:var(--bs-primary);}
.hs-docs-heading{font-size:1.3125rem;margin-top:3rem;margin-bottom:1rem;}
@media (max-width:1200px){.h2, h2{font-size:calc(1.25625rem + 0.075vw);}}
.hs-docs-heading ~ p{margin-top:-0.5rem;}
.hs-docs-heading::before{display:block;height:6rem;margin-top:-6rem;content:"";}
[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon);}
.anchorjs-link{padding-left:0.5rem;font-size:90%;color:rgba(55, 125, 255, 0.5) !important;transition:color 0.16s linear;opacity:0;}
.anchorjs-link:hover{color:#377dff !important;}
.hs-docs-heading:hover .anchorjs-link{opacity:1;}
.hs-docs-copy-to-clipboard-text{font-size:80%;color:#77838f;}
.hs-docs-copy-to-clipboard:hover .hs-docs-copy-to-clipboard-text{color:#fff;background-color:var(--bs-primary);}
.scrollspy-example{position:relative;height:200px;margin-top:0.5rem;overflow:auto;}
.card-header{border-width:1px;}
.card .card .card-header{border-width:0;}
.docs-page-header{border-bottom:0.0625rem solid #e7eaf3;padding-bottom:1.75rem;margin-bottom:2.25rem;}
.docs-page-header-title{font-size:1.75rem;margin-bottom:0.5rem;}
@media (max-width:1200px){.h1, h1{font-size:calc(1.26609rem + 0.19312vw);}}
.docs-page-header-text{font-size:1.125rem;margin-bottom:0.75rem;}
.docs-page-header-text:last-child{margin-bottom:0;}
.docs-navbar{z-index:auto;}
@media (min-width:991px){.docs-navbar-sidebar-container{max-width:17rem;}}
@media (min-width:767.98px){.docs-navbar-sidebar-aside-body{padding-top:8.5rem !important;}}
@media (min-width:992px){.hs-snippets-main-img-height{height:calc(100vh - 8rem);}}
.card-nav-tab-content-height .tab-pane{max-height:40rem;overflow-y:auto;}
[class*="text-highlight-"]{background:left 1em/1em 0.2em;background-repeat:repeat-x;}
.text-highlight-warning{background-image:linear-gradient(to bottom, rgba(241, 185, 128, 0.5), rgba(241, 185, 128, 0.5));}

.border-thin{border: 1px solid transparent!important;}
.border-normal{border: 2px solid transparent;}
.border-thick{border: 3px solid transparent;}
.border-dashed-normal{border: 2px dashed transparent;}
.border-primary-v2{border-color: var(--bs-primary)!important;}
.border-gradiant{background: linear-gradient(white, white) padding-box, linear-gradient(104.34deg, #43BAFF 11.57%, #3693FF 56.24%, #2952A4 87.28%, #1D1853 112.26%) border-box!important;}
.enable-hover .border-gradiant:hover{background: linear-gradient(#EAF7FF, #EAF7FF) padding-box, linear-gradient(104.34deg, #43BAFF 11.57%, #3693FF 56.24%, #2952A4 87.28%, #1D1853 112.26%) border-box!important;}
.border-gradiant-primary{ background: linear-gradient(var(--bs-primary), var(--bs-primary)) padding-box, linear-gradient(to right, #43BAFF, #3693FF, #2952A4, #1D1853) border-box;}
.text-gradiant{background: linear-gradient(104.34deg, #43BAFF 11.57%, #3693FF 56.24%, #2952A4 87.28%, #1D1853 112.26%);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;text-fill-color: transparent;}
.bg-primary-v2{background-color: #131A29!important;}
.object-cover{object-fit:cover;}
.pointer{cursor:pointer;}
.box-shadow-secondary{box-shadow: 0 0 0 .22rem rgb(184 241 255 / 25%);}
.square-div {padding-top: 100%;position: relative;}
.square-content {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;justify-content: center;align-items: center;}
.square {aspect-ratio: 1/1;}
.btn-v2{display:flex;justify-content:center;align-items:center;line-height:1.5;height:30px;cursor:pointer;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:1rem;border-radius:.3rem;}
.btn-outline-v2{display:flex;justify-content:center;align-items:center;line-height:1.5;height:30px;cursor:pointer;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:1rem;border-radius:.3rem;}
.ellipsis{width: 100px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.bg-light-v2{background-color: var(--bs-light-v2)!important;}.bg-gray-v2{background-color: var(--bs-gray-v2)!important;}.text-dim-v2{color: var(--bs-dim-v2)!important;}.border-gray-v2{border-color:var(--bs-gray-v2)!important}
.text-red-v2{color: var(--bs-red-v2)!important;}.text-green-v2{color: var(--bs-green-v2)!important;}
.divider{display:flex;align-items:center;justify-content:center;width:100%;}.divider::before,.divider::after{content:"";flex:1;border-bottom:1px solid var(--bs-primary);margin:0 10px;}.divider span{white-space:nowrap;}
.bg-light-blue{background-color: var(--bs-light-blue)!important;}.border-light-blue{border-color: var(--bs-light-blue)!important;}
.border-dashed{border-style: dashed!important;}.bg-green-v2{background-color: var(--bs-green-v2) !important;}.bg-red-v2{background-color: var(--bs-red-v2) !important;}.border-red-v2{border-color: var(--bs-red-v2) !important;}
.bg-gradient{
    background: linear-gradient(90deg, #1D1853 0%, #3188C9 100%) !important;
    color: white;
}
.btn-primary-gradient {
    height: fit-content;
    color: var(--bs-white) !important;
    background-color: var(--bs-primary) !important;
    border: 1px solid transparent!important;
    background: linear-gradient(var(--bs-primary), var(--bs-primary)) padding-box,
    linear-gradient(104.34deg, #43BAFF 11.57%, #3693FF 56.24%, #2952A4 87.28%, #1D1853 112.26%) border-box !important;
    border-radius: 0.375rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.progress-bar-gradient {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(90deg, #1D1853 0%, #3188C9 100%);
    transition: width .6s ease;
    border-radius: 5px;
}
.social-media-icon{
    background-color: #1E293B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;

}
.social-media-icon:hover, .social-media-icon:focus{
    background-color: #2563EB;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    max-width: none;
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100vh;
}

.come-from-modal.left.fade .modal-dialog {
    left: 0;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.come-from-modal.right.fade .modal-dialog {
    right: 0;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.come-from-modal.left.fade.in .modal-dialog {
    left: 0;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}

.come-from-modal .modal-content {
    overflow-y: scroll;
}

.modal .modal-sidebar {
    min-width: 430px !important;
    max-width: 600px !important;
    width: fit-content !important;
}

@media (max-width: 991px) {
    .modal .modal-sidebar {
        max-width: 100vw !important;
        min-width: 100vw !important;
    }
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hover-affect-sc:hover{
    background-color: var(--bs-light-blue) !important;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;
}

.hover-affect-c:hover{
    background-color: var(--bs-light-blue) !important;
}

.hover-affect-s:hover{
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;
}
