:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:14rem;padding:.5rem 0;margin:0;font-size:1rem;color:#5f5e70;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.375rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1700px){.dropdown-menu-exl-start{--bs-position:start}.dropdown-menu-exl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-exl-end{--bs-position:end}.dropdown-menu-exl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#222328;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1f2024;background-color:#e6e7e9}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#132342}.dropdown-item.disabled,.dropdown-item:disabled{color:#5f5e70;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#8a8a8e;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#222328}.dropdown-menu-dark{color:#ebeeef;background-color:#0f1314;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#ebeeef}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#132342}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#5f5e70}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#ebeeef}.dropdown-menu-dark .dropdown-header{color:#5f5e70}:root{--bs-indigo:#6610f2;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#8a8a8e;--bs-gray-dark:#0f1314;--bs-primary:#132342;--bs-primary-50:#005f89;--bs-primary-100:#024e6d;--bs-primary-light:#1b2e52;--bs-primary-dark:#003059;--bs-primary-stroke:#1d55a9;--bs-primary-stroke-1:#6fa1d8;--bs-primary-stroke-2:#d9ecf8;--bs-profile:#101529;--bs-profile-stroke:#1e4284;--bs-profile-block:#171e3a;--bs-profile-text:#c0d0f1;--bs-secondary:#0a5aff;--bs-secondary-50:#09f;--bs-secondary-100:#dcedff;--bs-secondary-light:#d5eeff;--bs-success:#1ab394;--bs-success-light:#d1f0ea;--bs-success-bullet:#00ffd3;--bs-success-lighter:#ddf4ef;--bs-success-dark:#0f674c;--bs-success-darken:#16878c;--bs-info:#3b7ab5;--bs-info-50:#004473;--bs-info-100:#007aff;--bs-info-300:#d5eeff;--bs-info-stroke:rgba(186,186,208,.502);--bs-info-stroke-1:#1e4284;--bs-warning:#f93;--bs-warning-50:#ffc700;--bs-warning-100:#f90;--bs-warning-title:#f9b361;--bs-warning-light:#f7efe9;--bs-warning-bg:#fbf8d9;--bs-warning-bg-1:#fff7ec;--bs-warning-bg-2:#fff1e7;--bs-danger:#cc222c;--bs-danger-50:#ff3d12;--bs-danger-light:#fee2e2;--bs-danger-dark:#c8192e;--bs-light:#f0f3fb;--bs-dark:#222328;--bs-dark-50:#0c1425;--bs-dark-100:#24363f;--bs-blue:#15b2e5;--bs-purple:#6a3e73;--bs-purple-light:rgba(232,205,231,.502);--bs-body-1:#3c3c43;--bs-body-2:#ebebf5;--bs-gray-body:#97979e;--bs-gray-border:#d1d2d6;--bs-gray-50:#f8f9fd;--bs-gray-100:#f0f3fb;--bs-gray-200:#e6e7e9;--bs-gray-300:#ebeeef;--bs-gray-400:#c8c8db;--bs-gray-500:#5f5e70;--bs-gray-600:#8a8a8e;--bs-gray-700:#3e545e;--bs-gray-800:#0f1314;--bs-gray-900:#222328;--bs-gray-stroke-2:#dedede;--bs-transparent:transparent;--bs-purple-600:#3a378b;--bs-light-100:#f5f5f5;--bs-blue-300:#dfeefd;--bs-primary-rgb:19,35,66;--bs-primary-50-rgb:0,95,137;--bs-primary-100-rgb:2,78,109;--bs-primary-light-rgb:27,46,82;--bs-primary-dark-rgb:0,48,89;--bs-primary-stroke-rgb:29,85,169;--bs-primary-stroke-1-rgb:111,161,216;--bs-primary-stroke-2-rgb:217,236,248;--bs-profile-rgb:16,21,41;--bs-profile-stroke-rgb:30,66,132;--bs-profile-block-rgb:23,30,58;--bs-profile-text-rgb:192,208,241;--bs-secondary-rgb:10,90,255;--bs-secondary-50-rgb:0,153,255;--bs-secondary-100-rgb:220,237,255;--bs-secondary-light-rgb:213,238,255;--bs-success-rgb:26,179,148;--bs-success-light-rgb:209,240,234;--bs-success-bullet-rgb:0,255,211;--bs-success-lighter-rgb:221,244,239;--bs-success-dark-rgb:15,103,76;--bs-success-darken-rgb:22,135,140;--bs-info-rgb:59,122,181;--bs-info-50-rgb:0,68,115;--bs-info-100-rgb:0,122,255;--bs-info-300-rgb:213,238,255;--bs-info-stroke-rgb:186,186,208;--bs-info-stroke-1-rgb:30,66,132;--bs-warning-rgb:255,153,51;--bs-warning-50-rgb:255,199,0;--bs-warning-100-rgb:255,153,0;--bs-warning-title-rgb:249,179,97;--bs-warning-light-rgb:247,239,233;--bs-warning-bg-rgb:251,248,217;--bs-warning-bg-1-rgb:255,247,236;--bs-warning-bg-2-rgb:255,241,231;--bs-danger-rgb:204,34,44;--bs-danger-50-rgb:255,61,18;--bs-danger-light-rgb:254,226,226;--bs-danger-dark-rgb:200,25,46;--bs-light-rgb:240,243,251;--bs-dark-rgb:34,35,40;--bs-dark-50-rgb:12,20,37;--bs-dark-100-rgb:36,54,63;--bs-blue-rgb:21,178,229;--bs-purple-rgb:106,62,115;--bs-purple-light-rgb:232,205,231;--bs-body-1-rgb:60,60,67;--bs-body-2-rgb:235,235,245;--bs-gray-body-rgb:151,151,158;--bs-gray-border-rgb:209,210,214;--bs-gray-50-rgb:248,249,253;--bs-gray-100-rgb:240,243,251;--bs-gray-200-rgb:230,231,233;--bs-gray-300-rgb:235,238,239;--bs-gray-400-rgb:200,200,219;--bs-gray-500-rgb:95,94,112;--bs-gray-600-rgb:138,138,142;--bs-gray-700-rgb:62,84,94;--bs-gray-800-rgb:15,19,20;--bs-gray-900-rgb:34,35,40;--bs-gray-stroke-2-rgb:222,222,222;--bs-transparent-rgb:0,0,0;--bs-purple-600-rgb:58,55,139;--bs-light-100-rgb:245,245,245;--bs-blue-300-rgb:223,238,253;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:95,94,112;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:"Quicksand",sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#5f5e70;--bs-body-bg:#fff}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.425rem + 2.1vw)}@media(min-width:1200px){.h1,h1{font-size:3rem}}.h2,h2{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h2,h2{font-size:2.5rem}}.h3,h3{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h3,h3{font-size:2rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.125rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#132342;text-decoration:underline}a:hover{color:#0f1c35}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#222328;border-radius:.25rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:18px;padding-bottom:18px;color:#8a8a8e;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#8a8a8e}.blockquote-footer:before{content:"— "}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:500px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.625rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.625rem - 1px);border-top-right-radius:calc(.625rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem;color:#5f5e70}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:1}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#132342}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#132342}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#132342}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#132342}.tooltip-inner{max-width:250px;padding:1rem .5rem;color:#fff;text-align:center;background-color:#132342;border-radius:6px}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ebeeef;border-radius:.375rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#8a8a8e}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.9375rem);padding-left:var(--bs-gutter-x,.9375rem);margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1296px}}.row{--bs-gutter-x:1.875rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-auto,.gx-auto{--bs-gutter-x:auto}.g-auto,.gy-auto{--bs-gutter-y:auto}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.g-2rem,.gx-2rem{--bs-gutter-x:2rem}.g-2rem,.gy-2rem{--bs-gutter-y:2rem}.g-4rem,.gx-4rem{--bs-gutter-x:4rem}.g-4rem,.gy-4rem{--bs-gutter-y:4rem}.g-5rem,.gx-5rem{--bs-gutter-x:5rem}.g-5rem,.gy-5rem{--bs-gutter-y:5rem}.g-6rem,.gx-6rem{--bs-gutter-x:6rem}.g-6rem,.gy-6rem{--bs-gutter-y:6rem}.g-7rem,.gx-7rem{--bs-gutter-x:7rem}.g-7rem,.gy-7rem{--bs-gutter-y:7rem}.g-9rem,.gx-9rem{--bs-gutter-x:9rem}.g-9rem,.gy-9rem{--bs-gutter-y:9rem}.g-15rem,.gx-15rem{--bs-gutter-x:15rem}.g-15rem,.gy-15rem{--bs-gutter-y:15rem}.g-17rem,.gx-17rem{--bs-gutter-x:17rem}.g-17rem,.gy-17rem{--bs-gutter-y:17rem}.g-1px,.gx-1px{--bs-gutter-x:1px}.g-1px,.gy-1px{--bs-gutter-y:1px}.g-2px,.gx-2px{--bs-gutter-x:2px}.g-2px,.gy-2px{--bs-gutter-y:2px}.g-3px,.gx-3px{--bs-gutter-x:3px}.g-3px,.gy-3px{--bs-gutter-y:3px}.g-5px,.gx-5px{--bs-gutter-x:5px}.g-5px,.gy-5px{--bs-gutter-y:5px}.g-6px,.gx-6px{--bs-gutter-x:6px}.g-6px,.gy-6px{--bs-gutter-y:6px}.g-9px,.gx-9px{--bs-gutter-x:9px}.g-9px,.gy-9px{--bs-gutter-y:9px}.g-10px,.gx-10px{--bs-gutter-x:10px}.g-10px,.gy-10px{--bs-gutter-y:10px}.g-11px,.gx-11px{--bs-gutter-x:11px}.g-11px,.gy-11px{--bs-gutter-y:11px}.g-12px,.gx-12px{--bs-gutter-x:12px}.g-12px,.gy-12px{--bs-gutter-y:12px}.g-13px,.gx-13px{--bs-gutter-x:13px}.g-13px,.gy-13px{--bs-gutter-y:13px}.g-14px,.gx-14px{--bs-gutter-x:14px}.g-14px,.gy-14px{--bs-gutter-y:14px}.g-15px,.gx-15px{--bs-gutter-x:15px}.g-15px,.gy-15px{--bs-gutter-y:15px}.g-18px,.gx-18px{--bs-gutter-x:18px}.g-18px,.gy-18px{--bs-gutter-y:18px}.g-19px,.gx-19px{--bs-gutter-x:19px}.g-19px,.gy-19px{--bs-gutter-y:19px}.g-20px,.gx-20px{--bs-gutter-x:20px}.g-20px,.gy-20px{--bs-gutter-y:20px}.g-22px,.gx-22px{--bs-gutter-x:22px}.g-22px,.gy-22px{--bs-gutter-y:22px}.g-23px,.gx-23px{--bs-gutter-x:23px}.g-23px,.gy-23px{--bs-gutter-y:23px}.g-26px,.gx-26px{--bs-gutter-x:26px}.g-26px,.gy-26px{--bs-gutter-y:26px}.g-28px,.gx-28px{--bs-gutter-x:28px}.g-28px,.gy-28px{--bs-gutter-y:28px}.g-30px,.gx-30px{--bs-gutter-x:30px}.g-30px,.gy-30px{--bs-gutter-y:30px}.g-34px,.gx-34px{--bs-gutter-x:34px}.g-34px,.gy-34px{--bs-gutter-y:34px}.g-36px,.gx-36px{--bs-gutter-x:36px}.g-36px,.gy-36px{--bs-gutter-y:36px}.g-40px,.gx-40px{--bs-gutter-x:40px}.g-40px,.gy-40px{--bs-gutter-y:40px}.g-44px,.gx-44px{--bs-gutter-x:44px}.g-44px,.gy-44px{--bs-gutter-y:44px}.g-50px,.gx-50px{--bs-gutter-x:50px}.g-50px,.gy-50px{--bs-gutter-y:50px}.g-56px,.gx-56px{--bs-gutter-x:56px}.g-56px,.gy-56px{--bs-gutter-y:56px}.g-60px,.gx-60px{--bs-gutter-x:60px}.g-60px,.gy-60px{--bs-gutter-y:60px}.g-72px,.gx-72px{--bs-gutter-x:72px}.g-72px,.gy-72px{--bs-gutter-y:72px}.g-75px,.gx-75px{--bs-gutter-x:75px}.g-75px,.gy-75px{--bs-gutter-y:75px}.g-82px,.gx-82px{--bs-gutter-x:82px}.g-82px,.gy-82px{--bs-gutter-y:82px}.g-88px,.gx-88px{--bs-gutter-x:88px}.g-88px,.gy-88px{--bs-gutter-y:88px}.g-90px,.gx-90px{--bs-gutter-x:90px}.g-90px,.gy-90px{--bs-gutter-y:90px}@media(min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-auto,.gx-sm-auto{--bs-gutter-x:auto}.g-sm-auto,.gy-sm-auto{--bs-gutter-y:auto}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}.g-sm-2rem,.gx-sm-2rem{--bs-gutter-x:2rem}.g-sm-2rem,.gy-sm-2rem{--bs-gutter-y:2rem}.g-sm-4rem,.gx-sm-4rem{--bs-gutter-x:4rem}.g-sm-4rem,.gy-sm-4rem{--bs-gutter-y:4rem}.g-sm-5rem,.gx-sm-5rem{--bs-gutter-x:5rem}.g-sm-5rem,.gy-sm-5rem{--bs-gutter-y:5rem}.g-sm-6rem,.gx-sm-6rem{--bs-gutter-x:6rem}.g-sm-6rem,.gy-sm-6rem{--bs-gutter-y:6rem}.g-sm-7rem,.gx-sm-7rem{--bs-gutter-x:7rem}.g-sm-7rem,.gy-sm-7rem{--bs-gutter-y:7rem}.g-sm-9rem,.gx-sm-9rem{--bs-gutter-x:9rem}.g-sm-9rem,.gy-sm-9rem{--bs-gutter-y:9rem}.g-sm-15rem,.gx-sm-15rem{--bs-gutter-x:15rem}.g-sm-15rem,.gy-sm-15rem{--bs-gutter-y:15rem}.g-sm-17rem,.gx-sm-17rem{--bs-gutter-x:17rem}.g-sm-17rem,.gy-sm-17rem{--bs-gutter-y:17rem}.g-sm-1px,.gx-sm-1px{--bs-gutter-x:1px}.g-sm-1px,.gy-sm-1px{--bs-gutter-y:1px}.g-sm-2px,.gx-sm-2px{--bs-gutter-x:2px}.g-sm-2px,.gy-sm-2px{--bs-gutter-y:2px}.g-sm-3px,.gx-sm-3px{--bs-gutter-x:3px}.g-sm-3px,.gy-sm-3px{--bs-gutter-y:3px}.g-sm-5px,.gx-sm-5px{--bs-gutter-x:5px}.g-sm-5px,.gy-sm-5px{--bs-gutter-y:5px}.g-sm-6px,.gx-sm-6px{--bs-gutter-x:6px}.g-sm-6px,.gy-sm-6px{--bs-gutter-y:6px}.g-sm-9px,.gx-sm-9px{--bs-gutter-x:9px}.g-sm-9px,.gy-sm-9px{--bs-gutter-y:9px}.g-sm-10px,.gx-sm-10px{--bs-gutter-x:10px}.g-sm-10px,.gy-sm-10px{--bs-gutter-y:10px}.g-sm-11px,.gx-sm-11px{--bs-gutter-x:11px}.g-sm-11px,.gy-sm-11px{--bs-gutter-y:11px}.g-sm-12px,.gx-sm-12px{--bs-gutter-x:12px}.g-sm-12px,.gy-sm-12px{--bs-gutter-y:12px}.g-sm-13px,.gx-sm-13px{--bs-gutter-x:13px}.g-sm-13px,.gy-sm-13px{--bs-gutter-y:13px}.g-sm-14px,.gx-sm-14px{--bs-gutter-x:14px}.g-sm-14px,.gy-sm-14px{--bs-gutter-y:14px}.g-sm-15px,.gx-sm-15px{--bs-gutter-x:15px}.g-sm-15px,.gy-sm-15px{--bs-gutter-y:15px}.g-sm-18px,.gx-sm-18px{--bs-gutter-x:18px}.g-sm-18px,.gy-sm-18px{--bs-gutter-y:18px}.g-sm-19px,.gx-sm-19px{--bs-gutter-x:19px}.g-sm-19px,.gy-sm-19px{--bs-gutter-y:19px}.g-sm-20px,.gx-sm-20px{--bs-gutter-x:20px}.g-sm-20px,.gy-sm-20px{--bs-gutter-y:20px}.g-sm-22px,.gx-sm-22px{--bs-gutter-x:22px}.g-sm-22px,.gy-sm-22px{--bs-gutter-y:22px}.g-sm-23px,.gx-sm-23px{--bs-gutter-x:23px}.g-sm-23px,.gy-sm-23px{--bs-gutter-y:23px}.g-sm-26px,.gx-sm-26px{--bs-gutter-x:26px}.g-sm-26px,.gy-sm-26px{--bs-gutter-y:26px}.g-sm-28px,.gx-sm-28px{--bs-gutter-x:28px}.g-sm-28px,.gy-sm-28px{--bs-gutter-y:28px}.g-sm-30px,.gx-sm-30px{--bs-gutter-x:30px}.g-sm-30px,.gy-sm-30px{--bs-gutter-y:30px}.g-sm-34px,.gx-sm-34px{--bs-gutter-x:34px}.g-sm-34px,.gy-sm-34px{--bs-gutter-y:34px}.g-sm-36px,.gx-sm-36px{--bs-gutter-x:36px}.g-sm-36px,.gy-sm-36px{--bs-gutter-y:36px}.g-sm-40px,.gx-sm-40px{--bs-gutter-x:40px}.g-sm-40px,.gy-sm-40px{--bs-gutter-y:40px}.g-sm-44px,.gx-sm-44px{--bs-gutter-x:44px}.g-sm-44px,.gy-sm-44px{--bs-gutter-y:44px}.g-sm-50px,.gx-sm-50px{--bs-gutter-x:50px}.g-sm-50px,.gy-sm-50px{--bs-gutter-y:50px}.g-sm-56px,.gx-sm-56px{--bs-gutter-x:56px}.g-sm-56px,.gy-sm-56px{--bs-gutter-y:56px}.g-sm-60px,.gx-sm-60px{--bs-gutter-x:60px}.g-sm-60px,.gy-sm-60px{--bs-gutter-y:60px}.g-sm-72px,.gx-sm-72px{--bs-gutter-x:72px}.g-sm-72px,.gy-sm-72px{--bs-gutter-y:72px}.g-sm-75px,.gx-sm-75px{--bs-gutter-x:75px}.g-sm-75px,.gy-sm-75px{--bs-gutter-y:75px}.g-sm-82px,.gx-sm-82px{--bs-gutter-x:82px}.g-sm-82px,.gy-sm-82px{--bs-gutter-y:82px}.g-sm-88px,.gx-sm-88px{--bs-gutter-x:88px}.g-sm-88px,.gy-sm-88px{--bs-gutter-y:88px}.g-sm-90px,.gx-sm-90px{--bs-gutter-x:90px}.g-sm-90px,.gy-sm-90px{--bs-gutter-y:90px}}@media(min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-auto,.gx-md-auto{--bs-gutter-x:auto}.g-md-auto,.gy-md-auto{--bs-gutter-y:auto}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}.g-md-2rem,.gx-md-2rem{--bs-gutter-x:2rem}.g-md-2rem,.gy-md-2rem{--bs-gutter-y:2rem}.g-md-4rem,.gx-md-4rem{--bs-gutter-x:4rem}.g-md-4rem,.gy-md-4rem{--bs-gutter-y:4rem}.g-md-5rem,.gx-md-5rem{--bs-gutter-x:5rem}.g-md-5rem,.gy-md-5rem{--bs-gutter-y:5rem}.g-md-6rem,.gx-md-6rem{--bs-gutter-x:6rem}.g-md-6rem,.gy-md-6rem{--bs-gutter-y:6rem}.g-md-7rem,.gx-md-7rem{--bs-gutter-x:7rem}.g-md-7rem,.gy-md-7rem{--bs-gutter-y:7rem}.g-md-9rem,.gx-md-9rem{--bs-gutter-x:9rem}.g-md-9rem,.gy-md-9rem{--bs-gutter-y:9rem}.g-md-15rem,.gx-md-15rem{--bs-gutter-x:15rem}.g-md-15rem,.gy-md-15rem{--bs-gutter-y:15rem}.g-md-17rem,.gx-md-17rem{--bs-gutter-x:17rem}.g-md-17rem,.gy-md-17rem{--bs-gutter-y:17rem}.g-md-1px,.gx-md-1px{--bs-gutter-x:1px}.g-md-1px,.gy-md-1px{--bs-gutter-y:1px}.g-md-2px,.gx-md-2px{--bs-gutter-x:2px}.g-md-2px,.gy-md-2px{--bs-gutter-y:2px}.g-md-3px,.gx-md-3px{--bs-gutter-x:3px}.g-md-3px,.gy-md-3px{--bs-gutter-y:3px}.g-md-5px,.gx-md-5px{--bs-gutter-x:5px}.g-md-5px,.gy-md-5px{--bs-gutter-y:5px}.g-md-6px,.gx-md-6px{--bs-gutter-x:6px}.g-md-6px,.gy-md-6px{--bs-gutter-y:6px}.g-md-9px,.gx-md-9px{--bs-gutter-x:9px}.g-md-9px,.gy-md-9px{--bs-gutter-y:9px}.g-md-10px,.gx-md-10px{--bs-gutter-x:10px}.g-md-10px,.gy-md-10px{--bs-gutter-y:10px}.g-md-11px,.gx-md-11px{--bs-gutter-x:11px}.g-md-11px,.gy-md-11px{--bs-gutter-y:11px}.g-md-12px,.gx-md-12px{--bs-gutter-x:12px}.g-md-12px,.gy-md-12px{--bs-gutter-y:12px}.g-md-13px,.gx-md-13px{--bs-gutter-x:13px}.g-md-13px,.gy-md-13px{--bs-gutter-y:13px}.g-md-14px,.gx-md-14px{--bs-gutter-x:14px}.g-md-14px,.gy-md-14px{--bs-gutter-y:14px}.g-md-15px,.gx-md-15px{--bs-gutter-x:15px}.g-md-15px,.gy-md-15px{--bs-gutter-y:15px}.g-md-18px,.gx-md-18px{--bs-gutter-x:18px}.g-md-18px,.gy-md-18px{--bs-gutter-y:18px}.g-md-19px,.gx-md-19px{--bs-gutter-x:19px}.g-md-19px,.gy-md-19px{--bs-gutter-y:19px}.g-md-20px,.gx-md-20px{--bs-gutter-x:20px}.g-md-20px,.gy-md-20px{--bs-gutter-y:20px}.g-md-22px,.gx-md-22px{--bs-gutter-x:22px}.g-md-22px,.gy-md-22px{--bs-gutter-y:22px}.g-md-23px,.gx-md-23px{--bs-gutter-x:23px}.g-md-23px,.gy-md-23px{--bs-gutter-y:23px}.g-md-26px,.gx-md-26px{--bs-gutter-x:26px}.g-md-26px,.gy-md-26px{--bs-gutter-y:26px}.g-md-28px,.gx-md-28px{--bs-gutter-x:28px}.g-md-28px,.gy-md-28px{--bs-gutter-y:28px}.g-md-30px,.gx-md-30px{--bs-gutter-x:30px}.g-md-30px,.gy-md-30px{--bs-gutter-y:30px}.g-md-34px,.gx-md-34px{--bs-gutter-x:34px}.g-md-34px,.gy-md-34px{--bs-gutter-y:34px}.g-md-36px,.gx-md-36px{--bs-gutter-x:36px}.g-md-36px,.gy-md-36px{--bs-gutter-y:36px}.g-md-40px,.gx-md-40px{--bs-gutter-x:40px}.g-md-40px,.gy-md-40px{--bs-gutter-y:40px}.g-md-44px,.gx-md-44px{--bs-gutter-x:44px}.g-md-44px,.gy-md-44px{--bs-gutter-y:44px}.g-md-50px,.gx-md-50px{--bs-gutter-x:50px}.g-md-50px,.gy-md-50px{--bs-gutter-y:50px}.g-md-56px,.gx-md-56px{--bs-gutter-x:56px}.g-md-56px,.gy-md-56px{--bs-gutter-y:56px}.g-md-60px,.gx-md-60px{--bs-gutter-x:60px}.g-md-60px,.gy-md-60px{--bs-gutter-y:60px}.g-md-72px,.gx-md-72px{--bs-gutter-x:72px}.g-md-72px,.gy-md-72px{--bs-gutter-y:72px}.g-md-75px,.gx-md-75px{--bs-gutter-x:75px}.g-md-75px,.gy-md-75px{--bs-gutter-y:75px}.g-md-82px,.gx-md-82px{--bs-gutter-x:82px}.g-md-82px,.gy-md-82px{--bs-gutter-y:82px}.g-md-88px,.gx-md-88px{--bs-gutter-x:88px}.g-md-88px,.gy-md-88px{--bs-gutter-y:88px}.g-md-90px,.gx-md-90px{--bs-gutter-x:90px}.g-md-90px,.gy-md-90px{--bs-gutter-y:90px}}@media(min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-auto,.gx-lg-auto{--bs-gutter-x:auto}.g-lg-auto,.gy-lg-auto{--bs-gutter-y:auto}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}.g-lg-2rem,.gx-lg-2rem{--bs-gutter-x:2rem}.g-lg-2rem,.gy-lg-2rem{--bs-gutter-y:2rem}.g-lg-4rem,.gx-lg-4rem{--bs-gutter-x:4rem}.g-lg-4rem,.gy-lg-4rem{--bs-gutter-y:4rem}.g-lg-5rem,.gx-lg-5rem{--bs-gutter-x:5rem}.g-lg-5rem,.gy-lg-5rem{--bs-gutter-y:5rem}.g-lg-6rem,.gx-lg-6rem{--bs-gutter-x:6rem}.g-lg-6rem,.gy-lg-6rem{--bs-gutter-y:6rem}.g-lg-7rem,.gx-lg-7rem{--bs-gutter-x:7rem}.g-lg-7rem,.gy-lg-7rem{--bs-gutter-y:7rem}.g-lg-9rem,.gx-lg-9rem{--bs-gutter-x:9rem}.g-lg-9rem,.gy-lg-9rem{--bs-gutter-y:9rem}.g-lg-15rem,.gx-lg-15rem{--bs-gutter-x:15rem}.g-lg-15rem,.gy-lg-15rem{--bs-gutter-y:15rem}.g-lg-17rem,.gx-lg-17rem{--bs-gutter-x:17rem}.g-lg-17rem,.gy-lg-17rem{--bs-gutter-y:17rem}.g-lg-1px,.gx-lg-1px{--bs-gutter-x:1px}.g-lg-1px,.gy-lg-1px{--bs-gutter-y:1px}.g-lg-2px,.gx-lg-2px{--bs-gutter-x:2px}.g-lg-2px,.gy-lg-2px{--bs-gutter-y:2px}.g-lg-3px,.gx-lg-3px{--bs-gutter-x:3px}.g-lg-3px,.gy-lg-3px{--bs-gutter-y:3px}.g-lg-5px,.gx-lg-5px{--bs-gutter-x:5px}.g-lg-5px,.gy-lg-5px{--bs-gutter-y:5px}.g-lg-6px,.gx-lg-6px{--bs-gutter-x:6px}.g-lg-6px,.gy-lg-6px{--bs-gutter-y:6px}.g-lg-9px,.gx-lg-9px{--bs-gutter-x:9px}.g-lg-9px,.gy-lg-9px{--bs-gutter-y:9px}.g-lg-10px,.gx-lg-10px{--bs-gutter-x:10px}.g-lg-10px,.gy-lg-10px{--bs-gutter-y:10px}.g-lg-11px,.gx-lg-11px{--bs-gutter-x:11px}.g-lg-11px,.gy-lg-11px{--bs-gutter-y:11px}.g-lg-12px,.gx-lg-12px{--bs-gutter-x:12px}.g-lg-12px,.gy-lg-12px{--bs-gutter-y:12px}.g-lg-13px,.gx-lg-13px{--bs-gutter-x:13px}.g-lg-13px,.gy-lg-13px{--bs-gutter-y:13px}.g-lg-14px,.gx-lg-14px{--bs-gutter-x:14px}.g-lg-14px,.gy-lg-14px{--bs-gutter-y:14px}.g-lg-15px,.gx-lg-15px{--bs-gutter-x:15px}.g-lg-15px,.gy-lg-15px{--bs-gutter-y:15px}.g-lg-18px,.gx-lg-18px{--bs-gutter-x:18px}.g-lg-18px,.gy-lg-18px{--bs-gutter-y:18px}.g-lg-19px,.gx-lg-19px{--bs-gutter-x:19px}.g-lg-19px,.gy-lg-19px{--bs-gutter-y:19px}.g-lg-20px,.gx-lg-20px{--bs-gutter-x:20px}.g-lg-20px,.gy-lg-20px{--bs-gutter-y:20px}.g-lg-22px,.gx-lg-22px{--bs-gutter-x:22px}.g-lg-22px,.gy-lg-22px{--bs-gutter-y:22px}.g-lg-23px,.gx-lg-23px{--bs-gutter-x:23px}.g-lg-23px,.gy-lg-23px{--bs-gutter-y:23px}.g-lg-26px,.gx-lg-26px{--bs-gutter-x:26px}.g-lg-26px,.gy-lg-26px{--bs-gutter-y:26px}.g-lg-28px,.gx-lg-28px{--bs-gutter-x:28px}.g-lg-28px,.gy-lg-28px{--bs-gutter-y:28px}.g-lg-30px,.gx-lg-30px{--bs-gutter-x:30px}.g-lg-30px,.gy-lg-30px{--bs-gutter-y:30px}.g-lg-34px,.gx-lg-34px{--bs-gutter-x:34px}.g-lg-34px,.gy-lg-34px{--bs-gutter-y:34px}.g-lg-36px,.gx-lg-36px{--bs-gutter-x:36px}.g-lg-36px,.gy-lg-36px{--bs-gutter-y:36px}.g-lg-40px,.gx-lg-40px{--bs-gutter-x:40px}.g-lg-40px,.gy-lg-40px{--bs-gutter-y:40px}.g-lg-44px,.gx-lg-44px{--bs-gutter-x:44px}.g-lg-44px,.gy-lg-44px{--bs-gutter-y:44px}.g-lg-50px,.gx-lg-50px{--bs-gutter-x:50px}.g-lg-50px,.gy-lg-50px{--bs-gutter-y:50px}.g-lg-56px,.gx-lg-56px{--bs-gutter-x:56px}.g-lg-56px,.gy-lg-56px{--bs-gutter-y:56px}.g-lg-60px,.gx-lg-60px{--bs-gutter-x:60px}.g-lg-60px,.gy-lg-60px{--bs-gutter-y:60px}.g-lg-72px,.gx-lg-72px{--bs-gutter-x:72px}.g-lg-72px,.gy-lg-72px{--bs-gutter-y:72px}.g-lg-75px,.gx-lg-75px{--bs-gutter-x:75px}.g-lg-75px,.gy-lg-75px{--bs-gutter-y:75px}.g-lg-82px,.gx-lg-82px{--bs-gutter-x:82px}.g-lg-82px,.gy-lg-82px{--bs-gutter-y:82px}.g-lg-88px,.gx-lg-88px{--bs-gutter-x:88px}.g-lg-88px,.gy-lg-88px{--bs-gutter-y:88px}.g-lg-90px,.gx-lg-90px{--bs-gutter-x:90px}.g-lg-90px,.gy-lg-90px{--bs-gutter-y:90px}}@media(min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-auto,.gx-xl-auto{--bs-gutter-x:auto}.g-xl-auto,.gy-xl-auto{--bs-gutter-y:auto}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}.g-xl-2rem,.gx-xl-2rem{--bs-gutter-x:2rem}.g-xl-2rem,.gy-xl-2rem{--bs-gutter-y:2rem}.g-xl-4rem,.gx-xl-4rem{--bs-gutter-x:4rem}.g-xl-4rem,.gy-xl-4rem{--bs-gutter-y:4rem}.g-xl-5rem,.gx-xl-5rem{--bs-gutter-x:5rem}.g-xl-5rem,.gy-xl-5rem{--bs-gutter-y:5rem}.g-xl-6rem,.gx-xl-6rem{--bs-gutter-x:6rem}.g-xl-6rem,.gy-xl-6rem{--bs-gutter-y:6rem}.g-xl-7rem,.gx-xl-7rem{--bs-gutter-x:7rem}.g-xl-7rem,.gy-xl-7rem{--bs-gutter-y:7rem}.g-xl-9rem,.gx-xl-9rem{--bs-gutter-x:9rem}.g-xl-9rem,.gy-xl-9rem{--bs-gutter-y:9rem}.g-xl-15rem,.gx-xl-15rem{--bs-gutter-x:15rem}.g-xl-15rem,.gy-xl-15rem{--bs-gutter-y:15rem}.g-xl-17rem,.gx-xl-17rem{--bs-gutter-x:17rem}.g-xl-17rem,.gy-xl-17rem{--bs-gutter-y:17rem}.g-xl-1px,.gx-xl-1px{--bs-gutter-x:1px}.g-xl-1px,.gy-xl-1px{--bs-gutter-y:1px}.g-xl-2px,.gx-xl-2px{--bs-gutter-x:2px}.g-xl-2px,.gy-xl-2px{--bs-gutter-y:2px}.g-xl-3px,.gx-xl-3px{--bs-gutter-x:3px}.g-xl-3px,.gy-xl-3px{--bs-gutter-y:3px}.g-xl-5px,.gx-xl-5px{--bs-gutter-x:5px}.g-xl-5px,.gy-xl-5px{--bs-gutter-y:5px}.g-xl-6px,.gx-xl-6px{--bs-gutter-x:6px}.g-xl-6px,.gy-xl-6px{--bs-gutter-y:6px}.g-xl-9px,.gx-xl-9px{--bs-gutter-x:9px}.g-xl-9px,.gy-xl-9px{--bs-gutter-y:9px}.g-xl-10px,.gx-xl-10px{--bs-gutter-x:10px}.g-xl-10px,.gy-xl-10px{--bs-gutter-y:10px}.g-xl-11px,.gx-xl-11px{--bs-gutter-x:11px}.g-xl-11px,.gy-xl-11px{--bs-gutter-y:11px}.g-xl-12px,.gx-xl-12px{--bs-gutter-x:12px}.g-xl-12px,.gy-xl-12px{--bs-gutter-y:12px}.g-xl-13px,.gx-xl-13px{--bs-gutter-x:13px}.g-xl-13px,.gy-xl-13px{--bs-gutter-y:13px}.g-xl-14px,.gx-xl-14px{--bs-gutter-x:14px}.g-xl-14px,.gy-xl-14px{--bs-gutter-y:14px}.g-xl-15px,.gx-xl-15px{--bs-gutter-x:15px}.g-xl-15px,.gy-xl-15px{--bs-gutter-y:15px}.g-xl-18px,.gx-xl-18px{--bs-gutter-x:18px}.g-xl-18px,.gy-xl-18px{--bs-gutter-y:18px}.g-xl-19px,.gx-xl-19px{--bs-gutter-x:19px}.g-xl-19px,.gy-xl-19px{--bs-gutter-y:19px}.g-xl-20px,.gx-xl-20px{--bs-gutter-x:20px}.g-xl-20px,.gy-xl-20px{--bs-gutter-y:20px}.g-xl-22px,.gx-xl-22px{--bs-gutter-x:22px}.g-xl-22px,.gy-xl-22px{--bs-gutter-y:22px}.g-xl-23px,.gx-xl-23px{--bs-gutter-x:23px}.g-xl-23px,.gy-xl-23px{--bs-gutter-y:23px}.g-xl-26px,.gx-xl-26px{--bs-gutter-x:26px}.g-xl-26px,.gy-xl-26px{--bs-gutter-y:26px}.g-xl-28px,.gx-xl-28px{--bs-gutter-x:28px}.g-xl-28px,.gy-xl-28px{--bs-gutter-y:28px}.g-xl-30px,.gx-xl-30px{--bs-gutter-x:30px}.g-xl-30px,.gy-xl-30px{--bs-gutter-y:30px}.g-xl-34px,.gx-xl-34px{--bs-gutter-x:34px}.g-xl-34px,.gy-xl-34px{--bs-gutter-y:34px}.g-xl-36px,.gx-xl-36px{--bs-gutter-x:36px}.g-xl-36px,.gy-xl-36px{--bs-gutter-y:36px}.g-xl-40px,.gx-xl-40px{--bs-gutter-x:40px}.g-xl-40px,.gy-xl-40px{--bs-gutter-y:40px}.g-xl-44px,.gx-xl-44px{--bs-gutter-x:44px}.g-xl-44px,.gy-xl-44px{--bs-gutter-y:44px}.g-xl-50px,.gx-xl-50px{--bs-gutter-x:50px}.g-xl-50px,.gy-xl-50px{--bs-gutter-y:50px}.g-xl-56px,.gx-xl-56px{--bs-gutter-x:56px}.g-xl-56px,.gy-xl-56px{--bs-gutter-y:56px}.g-xl-60px,.gx-xl-60px{--bs-gutter-x:60px}.g-xl-60px,.gy-xl-60px{--bs-gutter-y:60px}.g-xl-72px,.gx-xl-72px{--bs-gutter-x:72px}.g-xl-72px,.gy-xl-72px{--bs-gutter-y:72px}.g-xl-75px,.gx-xl-75px{--bs-gutter-x:75px}.g-xl-75px,.gy-xl-75px{--bs-gutter-y:75px}.g-xl-82px,.gx-xl-82px{--bs-gutter-x:82px}.g-xl-82px,.gy-xl-82px{--bs-gutter-y:82px}.g-xl-88px,.gx-xl-88px{--bs-gutter-x:88px}.g-xl-88px,.gy-xl-88px{--bs-gutter-y:88px}.g-xl-90px,.gx-xl-90px{--bs-gutter-x:90px}.g-xl-90px,.gy-xl-90px{--bs-gutter-y:90px}}@media(min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-auto,.gx-xxl-auto{--bs-gutter-x:auto}.g-xxl-auto,.gy-xxl-auto{--bs-gutter-y:auto}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}.g-xxl-2rem,.gx-xxl-2rem{--bs-gutter-x:2rem}.g-xxl-2rem,.gy-xxl-2rem{--bs-gutter-y:2rem}.g-xxl-4rem,.gx-xxl-4rem{--bs-gutter-x:4rem}.g-xxl-4rem,.gy-xxl-4rem{--bs-gutter-y:4rem}.g-xxl-5rem,.gx-xxl-5rem{--bs-gutter-x:5rem}.g-xxl-5rem,.gy-xxl-5rem{--bs-gutter-y:5rem}.g-xxl-6rem,.gx-xxl-6rem{--bs-gutter-x:6rem}.g-xxl-6rem,.gy-xxl-6rem{--bs-gutter-y:6rem}.g-xxl-7rem,.gx-xxl-7rem{--bs-gutter-x:7rem}.g-xxl-7rem,.gy-xxl-7rem{--bs-gutter-y:7rem}.g-xxl-9rem,.gx-xxl-9rem{--bs-gutter-x:9rem}.g-xxl-9rem,.gy-xxl-9rem{--bs-gutter-y:9rem}.g-xxl-15rem,.gx-xxl-15rem{--bs-gutter-x:15rem}.g-xxl-15rem,.gy-xxl-15rem{--bs-gutter-y:15rem}.g-xxl-17rem,.gx-xxl-17rem{--bs-gutter-x:17rem}.g-xxl-17rem,.gy-xxl-17rem{--bs-gutter-y:17rem}.g-xxl-1px,.gx-xxl-1px{--bs-gutter-x:1px}.g-xxl-1px,.gy-xxl-1px{--bs-gutter-y:1px}.g-xxl-2px,.gx-xxl-2px{--bs-gutter-x:2px}.g-xxl-2px,.gy-xxl-2px{--bs-gutter-y:2px}.g-xxl-3px,.gx-xxl-3px{--bs-gutter-x:3px}.g-xxl-3px,.gy-xxl-3px{--bs-gutter-y:3px}.g-xxl-5px,.gx-xxl-5px{--bs-gutter-x:5px}.g-xxl-5px,.gy-xxl-5px{--bs-gutter-y:5px}.g-xxl-6px,.gx-xxl-6px{--bs-gutter-x:6px}.g-xxl-6px,.gy-xxl-6px{--bs-gutter-y:6px}.g-xxl-9px,.gx-xxl-9px{--bs-gutter-x:9px}.g-xxl-9px,.gy-xxl-9px{--bs-gutter-y:9px}.g-xxl-10px,.gx-xxl-10px{--bs-gutter-x:10px}.g-xxl-10px,.gy-xxl-10px{--bs-gutter-y:10px}.g-xxl-11px,.gx-xxl-11px{--bs-gutter-x:11px}.g-xxl-11px,.gy-xxl-11px{--bs-gutter-y:11px}.g-xxl-12px,.gx-xxl-12px{--bs-gutter-x:12px}.g-xxl-12px,.gy-xxl-12px{--bs-gutter-y:12px}.g-xxl-13px,.gx-xxl-13px{--bs-gutter-x:13px}.g-xxl-13px,.gy-xxl-13px{--bs-gutter-y:13px}.g-xxl-14px,.gx-xxl-14px{--bs-gutter-x:14px}.g-xxl-14px,.gy-xxl-14px{--bs-gutter-y:14px}.g-xxl-15px,.gx-xxl-15px{--bs-gutter-x:15px}.g-xxl-15px,.gy-xxl-15px{--bs-gutter-y:15px}.g-xxl-18px,.gx-xxl-18px{--bs-gutter-x:18px}.g-xxl-18px,.gy-xxl-18px{--bs-gutter-y:18px}.g-xxl-19px,.gx-xxl-19px{--bs-gutter-x:19px}.g-xxl-19px,.gy-xxl-19px{--bs-gutter-y:19px}.g-xxl-20px,.gx-xxl-20px{--bs-gutter-x:20px}.g-xxl-20px,.gy-xxl-20px{--bs-gutter-y:20px}.g-xxl-22px,.gx-xxl-22px{--bs-gutter-x:22px}.g-xxl-22px,.gy-xxl-22px{--bs-gutter-y:22px}.g-xxl-23px,.gx-xxl-23px{--bs-gutter-x:23px}.g-xxl-23px,.gy-xxl-23px{--bs-gutter-y:23px}.g-xxl-26px,.gx-xxl-26px{--bs-gutter-x:26px}.g-xxl-26px,.gy-xxl-26px{--bs-gutter-y:26px}.g-xxl-28px,.gx-xxl-28px{--bs-gutter-x:28px}.g-xxl-28px,.gy-xxl-28px{--bs-gutter-y:28px}.g-xxl-30px,.gx-xxl-30px{--bs-gutter-x:30px}.g-xxl-30px,.gy-xxl-30px{--bs-gutter-y:30px}.g-xxl-34px,.gx-xxl-34px{--bs-gutter-x:34px}.g-xxl-34px,.gy-xxl-34px{--bs-gutter-y:34px}.g-xxl-36px,.gx-xxl-36px{--bs-gutter-x:36px}.g-xxl-36px,.gy-xxl-36px{--bs-gutter-y:36px}.g-xxl-40px,.gx-xxl-40px{--bs-gutter-x:40px}.g-xxl-40px,.gy-xxl-40px{--bs-gutter-y:40px}.g-xxl-44px,.gx-xxl-44px{--bs-gutter-x:44px}.g-xxl-44px,.gy-xxl-44px{--bs-gutter-y:44px}.g-xxl-50px,.gx-xxl-50px{--bs-gutter-x:50px}.g-xxl-50px,.gy-xxl-50px{--bs-gutter-y:50px}.g-xxl-56px,.gx-xxl-56px{--bs-gutter-x:56px}.g-xxl-56px,.gy-xxl-56px{--bs-gutter-y:56px}.g-xxl-60px,.gx-xxl-60px{--bs-gutter-x:60px}.g-xxl-60px,.gy-xxl-60px{--bs-gutter-y:60px}.g-xxl-72px,.gx-xxl-72px{--bs-gutter-x:72px}.g-xxl-72px,.gy-xxl-72px{--bs-gutter-y:72px}.g-xxl-75px,.gx-xxl-75px{--bs-gutter-x:75px}.g-xxl-75px,.gy-xxl-75px{--bs-gutter-y:75px}.g-xxl-82px,.gx-xxl-82px{--bs-gutter-x:82px}.g-xxl-82px,.gy-xxl-82px{--bs-gutter-y:82px}.g-xxl-88px,.gx-xxl-88px{--bs-gutter-x:88px}.g-xxl-88px,.gy-xxl-88px{--bs-gutter-y:88px}.g-xxl-90px,.gx-xxl-90px{--bs-gutter-x:90px}.g-xxl-90px,.gy-xxl-90px{--bs-gutter-y:90px}}@media(min-width:1700px){.col-exl{flex:1 0}.row-cols-exl-auto>*{flex:0 0 auto;width:auto}.row-cols-exl-1>*{flex:0 0 auto;width:100%}.row-cols-exl-2>*{flex:0 0 auto;width:50%}.row-cols-exl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-exl-4>*{flex:0 0 auto;width:25%}.row-cols-exl-5>*{flex:0 0 auto;width:20%}.row-cols-exl-6>*{flex:0 0 auto;width:16.6666666667%}.col-exl-auto{flex:0 0 auto;width:auto}.col-exl-1{flex:0 0 auto;width:8.33333333%}.col-exl-2{flex:0 0 auto;width:16.66666667%}.col-exl-3{flex:0 0 auto;width:25%}.col-exl-4{flex:0 0 auto;width:33.33333333%}.col-exl-5{flex:0 0 auto;width:41.66666667%}.col-exl-6{flex:0 0 auto;width:50%}.col-exl-7{flex:0 0 auto;width:58.33333333%}.col-exl-8{flex:0 0 auto;width:66.66666667%}.col-exl-9{flex:0 0 auto;width:75%}.col-exl-10{flex:0 0 auto;width:83.33333333%}.col-exl-11{flex:0 0 auto;width:91.66666667%}.col-exl-12{flex:0 0 auto;width:100%}.offset-exl-0{margin-left:0}.offset-exl-1{margin-left:8.33333333%}.offset-exl-2{margin-left:16.66666667%}.offset-exl-3{margin-left:25%}.offset-exl-4{margin-left:33.33333333%}.offset-exl-5{margin-left:41.66666667%}.offset-exl-6{margin-left:50%}.offset-exl-7{margin-left:58.33333333%}.offset-exl-8{margin-left:66.66666667%}.offset-exl-9{margin-left:75%}.offset-exl-10{margin-left:83.33333333%}.offset-exl-11{margin-left:91.66666667%}.g-exl-auto,.gx-exl-auto{--bs-gutter-x:auto}.g-exl-auto,.gy-exl-auto{--bs-gutter-y:auto}.g-exl-0,.gx-exl-0{--bs-gutter-x:0}.g-exl-0,.gy-exl-0{--bs-gutter-y:0}.g-exl-1,.gx-exl-1{--bs-gutter-x:0.25rem}.g-exl-1,.gy-exl-1{--bs-gutter-y:0.25rem}.g-exl-2,.gx-exl-2{--bs-gutter-x:0.5rem}.g-exl-2,.gy-exl-2{--bs-gutter-y:0.5rem}.g-exl-3,.gx-exl-3{--bs-gutter-x:1rem}.g-exl-3,.gy-exl-3{--bs-gutter-y:1rem}.g-exl-4,.gx-exl-4{--bs-gutter-x:1.5rem}.g-exl-4,.gy-exl-4{--bs-gutter-y:1.5rem}.g-exl-5,.gx-exl-5{--bs-gutter-x:3rem}.g-exl-5,.gy-exl-5{--bs-gutter-y:3rem}.g-exl-2rem,.gx-exl-2rem{--bs-gutter-x:2rem}.g-exl-2rem,.gy-exl-2rem{--bs-gutter-y:2rem}.g-exl-4rem,.gx-exl-4rem{--bs-gutter-x:4rem}.g-exl-4rem,.gy-exl-4rem{--bs-gutter-y:4rem}.g-exl-5rem,.gx-exl-5rem{--bs-gutter-x:5rem}.g-exl-5rem,.gy-exl-5rem{--bs-gutter-y:5rem}.g-exl-6rem,.gx-exl-6rem{--bs-gutter-x:6rem}.g-exl-6rem,.gy-exl-6rem{--bs-gutter-y:6rem}.g-exl-7rem,.gx-exl-7rem{--bs-gutter-x:7rem}.g-exl-7rem,.gy-exl-7rem{--bs-gutter-y:7rem}.g-exl-9rem,.gx-exl-9rem{--bs-gutter-x:9rem}.g-exl-9rem,.gy-exl-9rem{--bs-gutter-y:9rem}.g-exl-15rem,.gx-exl-15rem{--bs-gutter-x:15rem}.g-exl-15rem,.gy-exl-15rem{--bs-gutter-y:15rem}.g-exl-17rem,.gx-exl-17rem{--bs-gutter-x:17rem}.g-exl-17rem,.gy-exl-17rem{--bs-gutter-y:17rem}.g-exl-1px,.gx-exl-1px{--bs-gutter-x:1px}.g-exl-1px,.gy-exl-1px{--bs-gutter-y:1px}.g-exl-2px,.gx-exl-2px{--bs-gutter-x:2px}.g-exl-2px,.gy-exl-2px{--bs-gutter-y:2px}.g-exl-3px,.gx-exl-3px{--bs-gutter-x:3px}.g-exl-3px,.gy-exl-3px{--bs-gutter-y:3px}.g-exl-5px,.gx-exl-5px{--bs-gutter-x:5px}.g-exl-5px,.gy-exl-5px{--bs-gutter-y:5px}.g-exl-6px,.gx-exl-6px{--bs-gutter-x:6px}.g-exl-6px,.gy-exl-6px{--bs-gutter-y:6px}.g-exl-9px,.gx-exl-9px{--bs-gutter-x:9px}.g-exl-9px,.gy-exl-9px{--bs-gutter-y:9px}.g-exl-10px,.gx-exl-10px{--bs-gutter-x:10px}.g-exl-10px,.gy-exl-10px{--bs-gutter-y:10px}.g-exl-11px,.gx-exl-11px{--bs-gutter-x:11px}.g-exl-11px,.gy-exl-11px{--bs-gutter-y:11px}.g-exl-12px,.gx-exl-12px{--bs-gutter-x:12px}.g-exl-12px,.gy-exl-12px{--bs-gutter-y:12px}.g-exl-13px,.gx-exl-13px{--bs-gutter-x:13px}.g-exl-13px,.gy-exl-13px{--bs-gutter-y:13px}.g-exl-14px,.gx-exl-14px{--bs-gutter-x:14px}.g-exl-14px,.gy-exl-14px{--bs-gutter-y:14px}.g-exl-15px,.gx-exl-15px{--bs-gutter-x:15px}.g-exl-15px,.gy-exl-15px{--bs-gutter-y:15px}.g-exl-18px,.gx-exl-18px{--bs-gutter-x:18px}.g-exl-18px,.gy-exl-18px{--bs-gutter-y:18px}.g-exl-19px,.gx-exl-19px{--bs-gutter-x:19px}.g-exl-19px,.gy-exl-19px{--bs-gutter-y:19px}.g-exl-20px,.gx-exl-20px{--bs-gutter-x:20px}.g-exl-20px,.gy-exl-20px{--bs-gutter-y:20px}.g-exl-22px,.gx-exl-22px{--bs-gutter-x:22px}.g-exl-22px,.gy-exl-22px{--bs-gutter-y:22px}.g-exl-23px,.gx-exl-23px{--bs-gutter-x:23px}.g-exl-23px,.gy-exl-23px{--bs-gutter-y:23px}.g-exl-26px,.gx-exl-26px{--bs-gutter-x:26px}.g-exl-26px,.gy-exl-26px{--bs-gutter-y:26px}.g-exl-28px,.gx-exl-28px{--bs-gutter-x:28px}.g-exl-28px,.gy-exl-28px{--bs-gutter-y:28px}.g-exl-30px,.gx-exl-30px{--bs-gutter-x:30px}.g-exl-30px,.gy-exl-30px{--bs-gutter-y:30px}.g-exl-34px,.gx-exl-34px{--bs-gutter-x:34px}.g-exl-34px,.gy-exl-34px{--bs-gutter-y:34px}.g-exl-36px,.gx-exl-36px{--bs-gutter-x:36px}.g-exl-36px,.gy-exl-36px{--bs-gutter-y:36px}.g-exl-40px,.gx-exl-40px{--bs-gutter-x:40px}.g-exl-40px,.gy-exl-40px{--bs-gutter-y:40px}.g-exl-44px,.gx-exl-44px{--bs-gutter-x:44px}.g-exl-44px,.gy-exl-44px{--bs-gutter-y:44px}.g-exl-50px,.gx-exl-50px{--bs-gutter-x:50px}.g-exl-50px,.gy-exl-50px{--bs-gutter-y:50px}.g-exl-56px,.gx-exl-56px{--bs-gutter-x:56px}.g-exl-56px,.gy-exl-56px{--bs-gutter-y:56px}.g-exl-60px,.gx-exl-60px{--bs-gutter-x:60px}.g-exl-60px,.gy-exl-60px{--bs-gutter-y:60px}.g-exl-72px,.gx-exl-72px{--bs-gutter-x:72px}.g-exl-72px,.gy-exl-72px{--bs-gutter-y:72px}.g-exl-75px,.gx-exl-75px{--bs-gutter-x:75px}.g-exl-75px,.gy-exl-75px{--bs-gutter-y:75px}.g-exl-82px,.gx-exl-82px{--bs-gutter-x:82px}.g-exl-82px,.gy-exl-82px{--bs-gutter-y:82px}.g-exl-88px,.gx-exl-88px{--bs-gutter-x:88px}.g-exl-88px,.gy-exl-88px{--bs-gutter-y:88px}.g-exl-90px,.gx-exl-90px{--bs-gutter-x:90px}.g-exl-90px,.gy-exl-90px{--bs-gutter-y:90px}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#5f5e70;--bs-table-striped-bg:#f8f9fa;--bs-table-active-color:#5f5e70;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#5f5e70;--bs-table-hover-bg:rgba(0,0,0,.075);width:100%;margin-bottom:1rem;color:#5f5e70;vertical-align:top;border-color:#e9e9e9}.table>:not(caption)>*>*{padding:18px 20px;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#d0d3d9;--bs-table-striped-bg:#c6c8ce;--bs-table-striped-color:#000;--bs-table-active-bg:#bbbec3;--bs-table-active-color:#000;--bs-table-hover-bg:#c0c3c9;--bs-table-hover-color:#000;color:#000;border-color:#bbbec3}.table-secondary{--bs-table-bg:#cedeff;--bs-table-striped-bg:#c4d3f2;--bs-table-striped-color:#000;--bs-table-active-bg:#b9c8e6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfcdec;--bs-table-hover-color:#000;color:#000;border-color:#b9c8e6}.table-success{--bs-table-bg:#d1f0ea;--bs-table-striped-bg:#c7e4de;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd8d3;--bs-table-active-color:#000;--bs-table-hover-bg:#c1ded8;--bs-table-hover-color:#000;color:#000;border-color:#bcd8d3}.table-info{--bs-table-bg:#d8e4f0;--bs-table-striped-bg:#cdd9e4;--bs-table-striped-color:#000;--bs-table-active-bg:#c2cdd8;--bs-table-active-color:#000;--bs-table-hover-bg:#c8d3de;--bs-table-hover-color:#000;color:#000;border-color:#c2cdd8}.table-warning{--bs-table-bg:#ffebd6;--bs-table-striped-bg:#f2dfcb;--bs-table-striped-color:#000;--bs-table-active-bg:#e6d4c1;--bs-table-active-color:#000;--bs-table-hover-bg:#ecd9c6;--bs-table-hover-color:#000;color:#000;border-color:#e6d4c1}.table-danger{--bs-table-bg:#f5d3d5;--bs-table-striped-bg:#e9c8ca;--bs-table-striped-color:#000;--bs-table-active-bg:#ddbec0;--bs-table-active-color:#000;--bs-table-hover-bg:#e3c3c5;--bs-table-hover-color:#000;color:#000;border-color:#ddbec0}.table-light{--bs-table-bg:#f0f3fb;--bs-table-striped-bg:#e4e7ee;--bs-table-striped-color:#000;--bs-table-active-bg:#d8dbe2;--bs-table-active-color:#000;--bs-table-hover-bg:#dee1e8;--bs-table-hover-color:#000;color:#000;border-color:#d8dbe2}.table-dark{--bs-table-bg:#222328;--bs-table-striped-bg:#2d2e33;--bs-table-striped-color:#fff;--bs-table-active-bg:#38393e;--bs-table-active-color:#fff;--bs-table-hover-bg:#333438;--bs-table-hover-color:#fff;color:#fff;border-color:#38393e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1699.98px){.table-responsive-exl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#8a8a8e}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#5f5e70;background-color:#fff;background-clip:padding-box;border:1px solid #c8c8db;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#5f5e70;background-color:#fff;border-color:#8991a1;outline:0;box-shadow:0 0 0 .25rem rgba(19,35,66,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#8a8a8e;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e6e7e9;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#5f5e70;background-color:#e6e7e9;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dbdbdd}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#5f5e70;background-color:#e6e7e9;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dbdbdd}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#5f5e70;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.625rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.375rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.375rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#5f5e70;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230f1314' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #c8c8db;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#8991a1;outline:0;box-shadow:0 0 0 .25rem rgba(19,35,66,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e6e7e9}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #5f5e70}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.625rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#8991a1;outline:0;box-shadow:0 0 0 .25rem rgba(19,35,66,.25)}.form-check-input:checked{background-color:#1ab394;border-color:#1ab394}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#132342;border-color:#132342;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238991a1'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:100%;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(19,35,66,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(19,35,66,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#132342;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b8bdc6}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#ebeeef;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#132342;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b8bdc6}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#ebeeef;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#5f5e70}.form-range:disabled::-moz-range-thumb{background-color:#5f5e70}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#5f5e70;text-align:center;white-space:nowrap;background-color:#e6e7e9;border:1px solid #c8c8db;border-radius:.375rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.625rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#1ab394}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:1rem .5rem;margin-top:.1rem;font-size:.875rem;color:#000;background-color:#1ab394;border-radius:6px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#1ab394;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231ab394' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#1ab394;box-shadow:0 0 0 .25rem rgba(26,179,148,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#1ab394}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230f1314' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231ab394' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#1ab394;box-shadow:0 0 0 .25rem rgba(26,179,148,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#1ab394}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#1ab394}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(26,179,148,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#1ab394}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#cc222c}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:1rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#cc222c;border-radius:6px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#cc222c;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23cc222c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cc222c' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#cc222c;box-shadow:0 0 0 .25rem rgba(204,34,44,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#cc222c}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230f1314' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23cc222c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cc222c' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#cc222c;box-shadow:0 0 0 .25rem rgba(204,34,44,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#cc222c}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#cc222c}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(204,34,44,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#cc222c}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#5f5e70;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.375rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#5f5e70}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(19,35,66,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#132342;border-color:#132342}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#101e38;border-color:#0f1c35}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(54,68,94,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0f1c35;border-color:#0e1a32}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(54,68,94,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#132342;border-color:#132342}.btn-primary-50{color:#fff;background-color:#005f89;border-color:#005f89}.btn-check:focus+.btn-primary-50,.btn-primary-50:focus,.btn-primary-50:hover{color:#fff;background-color:#005174;border-color:#004c6e}.btn-check:focus+.btn-primary-50,.btn-primary-50:focus{box-shadow:0 0 0 .25rem rgba(38,119,155,.5)}.btn-check:active+.btn-primary-50,.btn-check:checked+.btn-primary-50,.btn-primary-50.active,.btn-primary-50:active,.show>.btn-primary-50.dropdown-toggle{color:#fff;background-color:#004c6e;border-color:#004767}.btn-check:active+.btn-primary-50:focus,.btn-check:checked+.btn-primary-50:focus,.btn-primary-50.active:focus,.btn-primary-50:active:focus,.show>.btn-primary-50.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,119,155,.5)}.btn-primary-50.disabled,.btn-primary-50:disabled{color:#fff;background-color:#005f89;border-color:#005f89}.btn-primary-100{color:#fff;background-color:#024e6d;border-color:#024e6d}.btn-primary-100:hover{color:#fff;background-color:#02425d;border-color:#023e57}.btn-check:focus+.btn-primary-100,.btn-primary-100:focus{color:#fff;background-color:#02425d;border-color:#023e57;box-shadow:0 0 0 .25rem rgba(40,105,131,.5)}.btn-check:active+.btn-primary-100,.btn-check:checked+.btn-primary-100,.btn-primary-100.active,.btn-primary-100:active,.show>.btn-primary-100.dropdown-toggle{color:#fff;background-color:#023e57;border-color:#023b52}.btn-check:active+.btn-primary-100:focus,.btn-check:checked+.btn-primary-100:focus,.btn-primary-100.active:focus,.btn-primary-100:active:focus,.show>.btn-primary-100.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(40,105,131,.5)}.btn-primary-100.disabled,.btn-primary-100:disabled{color:#fff;background-color:#024e6d;border-color:#024e6d}.btn-primary-light{color:#fff;background-color:#1b2e52;border-color:#1b2e52}.btn-primary-light:hover{color:#fff;background-color:#172746;border-color:#162542}.btn-check:focus+.btn-primary-light,.btn-primary-light:focus{color:#fff;background-color:#172746;border-color:#162542;box-shadow:0 0 0 .25rem rgba(61,77,108,.5)}.btn-check:active+.btn-primary-light,.btn-check:checked+.btn-primary-light,.btn-primary-light.active,.btn-primary-light:active,.show>.btn-primary-light.dropdown-toggle{color:#fff;background-color:#162542;border-color:#14233e}.btn-check:active+.btn-primary-light:focus,.btn-check:checked+.btn-primary-light:focus,.btn-primary-light.active:focus,.btn-primary-light:active:focus,.show>.btn-primary-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(61,77,108,.5)}.btn-primary-light.disabled,.btn-primary-light:disabled{color:#fff;background-color:#1b2e52;border-color:#1b2e52}.btn-primary-dark{color:#fff;background-color:#003059;border-color:#003059}.btn-primary-dark:hover{color:#fff;background-color:#00294c;border-color:#002647}.btn-check:focus+.btn-primary-dark,.btn-primary-dark:focus{color:#fff;background-color:#00294c;border-color:#002647;box-shadow:0 0 0 .25rem rgba(38,79,114,.5)}.btn-check:active+.btn-primary-dark,.btn-check:checked+.btn-primary-dark,.btn-primary-dark.active,.btn-primary-dark:active,.show>.btn-primary-dark.dropdown-toggle{color:#fff;background-color:#002647;border-color:#002443}.btn-check:active+.btn-primary-dark:focus,.btn-check:checked+.btn-primary-dark:focus,.btn-primary-dark.active:focus,.btn-primary-dark:active:focus,.show>.btn-primary-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,79,114,.5)}.btn-primary-dark.disabled,.btn-primary-dark:disabled{color:#fff;background-color:#003059;border-color:#003059}.btn-primary-stroke{color:#fff;background-color:#1d55a9;border-color:#1d55a9}.btn-primary-stroke:hover{color:#fff;background-color:#194890;border-color:#174487}.btn-check:focus+.btn-primary-stroke,.btn-primary-stroke:focus{color:#fff;background-color:#194890;border-color:#174487;box-shadow:0 0 0 .25rem rgba(63,111,182,.5)}.btn-check:active+.btn-primary-stroke,.btn-check:checked+.btn-primary-stroke,.btn-primary-stroke.active,.btn-primary-stroke:active,.show>.btn-primary-stroke.dropdown-toggle{color:#fff;background-color:#174487;border-color:#16407f}.btn-check:active+.btn-primary-stroke:focus,.btn-check:checked+.btn-primary-stroke:focus,.btn-primary-stroke.active:focus,.btn-primary-stroke:active:focus,.show>.btn-primary-stroke.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(63,111,182,.5)}.btn-primary-stroke.disabled,.btn-primary-stroke:disabled{color:#fff;background-color:#1d55a9;border-color:#1d55a9}.btn-primary-stroke-1{color:#000;background-color:#6fa1d8;border-color:#6fa1d8}.btn-primary-stroke-1:hover{color:#000;background-color:#85afde;border-color:#7daadc}.btn-check:focus+.btn-primary-stroke-1,.btn-primary-stroke-1:focus{color:#000;background-color:#85afde;border-color:#7daadc;box-shadow:0 0 0 .25rem rgba(94,137,184,.5)}.btn-check:active+.btn-primary-stroke-1,.btn-check:checked+.btn-primary-stroke-1,.btn-primary-stroke-1.active,.btn-primary-stroke-1:active,.show>.btn-primary-stroke-1.dropdown-toggle{color:#000;background-color:#8cb4e0;border-color:#7daadc}.btn-check:active+.btn-primary-stroke-1:focus,.btn-check:checked+.btn-primary-stroke-1:focus,.btn-primary-stroke-1.active:focus,.btn-primary-stroke-1:active:focus,.show>.btn-primary-stroke-1.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(94,137,184,.5)}.btn-primary-stroke-1.disabled,.btn-primary-stroke-1:disabled{color:#000;background-color:#6fa1d8;border-color:#6fa1d8}.btn-primary-stroke-2{color:#000;background-color:#d9ecf8;border-color:#d9ecf8}.btn-primary-stroke-2:hover{color:#000;background-color:#dfeff9;border-color:#ddeef9}.btn-check:focus+.btn-primary-stroke-2,.btn-primary-stroke-2:focus{color:#000;background-color:#dfeff9;border-color:#ddeef9;box-shadow:0 0 0 .25rem rgba(184,201,211,.5)}.btn-check:active+.btn-primary-stroke-2,.btn-check:checked+.btn-primary-stroke-2,.btn-primary-stroke-2.active,.btn-primary-stroke-2:active,.show>.btn-primary-stroke-2.dropdown-toggle{color:#000;background-color:#e1f0f9;border-color:#ddeef9}.btn-check:active+.btn-primary-stroke-2:focus,.btn-check:checked+.btn-primary-stroke-2:focus,.btn-primary-stroke-2.active:focus,.btn-primary-stroke-2:active:focus,.show>.btn-primary-stroke-2.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(184,201,211,.5)}.btn-primary-stroke-2.disabled,.btn-primary-stroke-2:disabled{color:#000;background-color:#d9ecf8;border-color:#d9ecf8}.btn-profile{color:#fff;background-color:#101529;border-color:#101529}.btn-check:focus+.btn-profile,.btn-profile:focus,.btn-profile:hover{color:#fff;background-color:#0e1223;border-color:#0d1121}.btn-check:focus+.btn-profile,.btn-profile:focus{box-shadow:0 0 0 .25rem rgba(52,56,73,.5)}.btn-check:active+.btn-profile,.btn-check:checked+.btn-profile,.btn-profile.active,.btn-profile:active,.show>.btn-profile.dropdown-toggle{color:#fff;background-color:#0d1121;border-color:#0c101f}.btn-check:active+.btn-profile:focus,.btn-check:checked+.btn-profile:focus,.btn-profile.active:focus,.btn-profile:active:focus,.show>.btn-profile.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(52,56,73,.5)}.btn-profile.disabled,.btn-profile:disabled{color:#fff;background-color:#101529;border-color:#101529}.btn-profile-stroke{color:#fff;background-color:#1e4284;border-color:#1e4284}.btn-profile-stroke:hover{color:#fff;background-color:#1a3870;border-color:#18356a}.btn-check:focus+.btn-profile-stroke,.btn-profile-stroke:focus{color:#fff;background-color:#1a3870;border-color:#18356a;box-shadow:0 0 0 .25rem rgba(64,94,150,.5)}.btn-check:active+.btn-profile-stroke,.btn-check:checked+.btn-profile-stroke,.btn-profile-stroke.active,.btn-profile-stroke:active,.show>.btn-profile-stroke.dropdown-toggle{color:#fff;background-color:#18356a;border-color:#173263}.btn-check:active+.btn-profile-stroke:focus,.btn-check:checked+.btn-profile-stroke:focus,.btn-profile-stroke.active:focus,.btn-profile-stroke:active:focus,.show>.btn-profile-stroke.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(64,94,150,.5)}.btn-profile-stroke.disabled,.btn-profile-stroke:disabled{color:#fff;background-color:#1e4284;border-color:#1e4284}.btn-profile-block{color:#fff;background-color:#171e3a;border-color:#171e3a}.btn-profile-block:hover{color:#fff;background-color:#141a31;border-color:#12182e}.btn-check:focus+.btn-profile-block,.btn-profile-block:focus{color:#fff;background-color:#141a31;border-color:#12182e;box-shadow:0 0 0 .25rem rgba(58,64,88,.5)}.btn-check:active+.btn-profile-block,.btn-check:checked+.btn-profile-block,.btn-profile-block.active,.btn-profile-block:active,.show>.btn-profile-block.dropdown-toggle{color:#fff;background-color:#12182e;border-color:#11172c}.btn-check:active+.btn-profile-block:focus,.btn-check:checked+.btn-profile-block:focus,.btn-profile-block.active:focus,.btn-profile-block:active:focus,.show>.btn-profile-block.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(58,64,88,.5)}.btn-profile-block.disabled,.btn-profile-block:disabled{color:#fff;background-color:#171e3a;border-color:#171e3a}.btn-profile-text{color:#000;background-color:#c0d0f1;border-color:#c0d0f1}.btn-profile-text:hover{color:#000;background-color:#c9d7f3;border-color:#c6d5f2}.btn-check:focus+.btn-profile-text,.btn-profile-text:focus{color:#000;background-color:#c9d7f3;border-color:#c6d5f2;box-shadow:0 0 0 .25rem rgba(163,177,205,.5)}.btn-check:active+.btn-profile-text,.btn-check:checked+.btn-profile-text,.btn-profile-text.active,.btn-profile-text:active,.show>.btn-profile-text.dropdown-toggle{color:#000;background-color:#cdd9f4;border-color:#c6d5f2}.btn-check:active+.btn-profile-text:focus,.btn-check:checked+.btn-profile-text:focus,.btn-profile-text.active:focus,.btn-profile-text:active:focus,.show>.btn-profile-text.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(163,177,205,.5)}.btn-profile-text.disabled,.btn-profile-text:disabled{color:#000;background-color:#c0d0f1;border-color:#c0d0f1}.btn-secondary{color:#fff;background-color:#0a5aff;border-color:#0a5aff}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#094dd9;border-color:#0848cc}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem rgba(47,115,255,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#0848cc;border-color:#0844bf}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(47,115,255,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#0a5aff;border-color:#0a5aff}.btn-secondary-50{color:#000;background-color:#09f;border-color:#09f}.btn-secondary-50:hover{color:#000;background-color:#26a8ff;border-color:#1aa3ff}.btn-check:focus+.btn-secondary-50,.btn-secondary-50:focus{color:#000;background-color:#26a8ff;border-color:#1aa3ff;box-shadow:0 0 0 .25rem rgba(0,130,217,.5)}.btn-check:active+.btn-secondary-50,.btn-check:checked+.btn-secondary-50,.btn-secondary-50.active,.btn-secondary-50:active,.show>.btn-secondary-50.dropdown-toggle{color:#000;background-color:#33adff;border-color:#1aa3ff}.btn-check:active+.btn-secondary-50:focus,.btn-check:checked+.btn-secondary-50:focus,.btn-secondary-50.active:focus,.btn-secondary-50:active:focus,.show>.btn-secondary-50.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(0,130,217,.5)}.btn-secondary-50.disabled,.btn-secondary-50:disabled{color:#000;background-color:#09f;border-color:#09f}.btn-secondary-100{color:#000;background-color:#dcedff;border-color:#dcedff}.btn-secondary-100:hover{color:#000;background-color:#e1f0ff;border-color:#e0efff}.btn-check:focus+.btn-secondary-100,.btn-secondary-100:focus{color:#000;background-color:#e1f0ff;border-color:#e0efff;box-shadow:0 0 0 .25rem rgba(187,201,217,.5)}.btn-check:active+.btn-secondary-100,.btn-check:checked+.btn-secondary-100,.btn-secondary-100.active,.btn-secondary-100:active,.show>.btn-secondary-100.dropdown-toggle{color:#000;background-color:#e3f1ff;border-color:#e0efff}.btn-check:active+.btn-secondary-100:focus,.btn-check:checked+.btn-secondary-100:focus,.btn-secondary-100.active:focus,.btn-secondary-100:active:focus,.show>.btn-secondary-100.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(187,201,217,.5)}.btn-secondary-100.disabled,.btn-secondary-100:disabled{color:#000;background-color:#dcedff;border-color:#dcedff}.btn-secondary-light{color:#000;background-color:#d5eeff;border-color:#d5eeff}.btn-secondary-light:hover{color:#000;background-color:#dbf1ff;border-color:#d9f0ff}.btn-check:focus+.btn-secondary-light,.btn-secondary-light:focus{color:#000;background-color:#dbf1ff;border-color:#d9f0ff;box-shadow:0 0 0 .25rem rgba(181,202,217,.5)}.btn-check:active+.btn-secondary-light,.btn-check:checked+.btn-secondary-light,.btn-secondary-light.active,.btn-secondary-light:active,.show>.btn-secondary-light.dropdown-toggle{color:#000;background-color:#ddf1ff;border-color:#d9f0ff}.btn-check:active+.btn-secondary-light:focus,.btn-check:checked+.btn-secondary-light:focus,.btn-secondary-light.active:focus,.btn-secondary-light:active:focus,.show>.btn-secondary-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(181,202,217,.5)}.btn-secondary-light.disabled,.btn-secondary-light:disabled{color:#000;background-color:#d5eeff;border-color:#d5eeff}.btn-success{color:#000;background-color:#1ab394;border-color:#1ab394}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{color:#000;background-color:#3cbea4;border-color:#31bb9f}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem rgba(22,152,126,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#000;background-color:#48c2a9;border-color:#31bb9f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(22,152,126,.5)}.btn-success.disabled,.btn-success:disabled{color:#000;background-color:#1ab394;border-color:#1ab394}.btn-success-light{color:#000;background-color:#d1f0ea;border-color:#d1f0ea}.btn-success-light:hover{color:#000;background-color:#d8f2ed;border-color:#d6f2ec}.btn-check:focus+.btn-success-light,.btn-success-light:focus{color:#000;background-color:#d8f2ed;border-color:#d6f2ec;box-shadow:0 0 0 .25rem rgba(178,204,199,.5)}.btn-check:active+.btn-success-light,.btn-check:checked+.btn-success-light,.btn-success-light.active,.btn-success-light:active,.show>.btn-success-light.dropdown-toggle{color:#000;background-color:#daf3ee;border-color:#d6f2ec}.btn-check:active+.btn-success-light:focus,.btn-check:checked+.btn-success-light:focus,.btn-success-light.active:focus,.btn-success-light:active:focus,.show>.btn-success-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(178,204,199,.5)}.btn-success-light.disabled,.btn-success-light:disabled{color:#000;background-color:#d1f0ea;border-color:#d1f0ea}.btn-success-bullet{color:#000;background-color:#00ffd3;border-color:#00ffd3}.btn-success-bullet:hover{color:#000;background-color:#26ffda;border-color:#1affd7}.btn-check:focus+.btn-success-bullet,.btn-success-bullet:focus{color:#000;background-color:#26ffda;border-color:#1affd7;box-shadow:0 0 0 .25rem rgba(0,217,179,.5)}.btn-check:active+.btn-success-bullet,.btn-check:checked+.btn-success-bullet,.btn-success-bullet.active,.btn-success-bullet:active,.show>.btn-success-bullet.dropdown-toggle{color:#000;background-color:#33ffdc;border-color:#1affd7}.btn-check:active+.btn-success-bullet:focus,.btn-check:checked+.btn-success-bullet:focus,.btn-success-bullet.active:focus,.btn-success-bullet:active:focus,.show>.btn-success-bullet.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(0,217,179,.5)}.btn-success-bullet.disabled,.btn-success-bullet:disabled{color:#000;background-color:#00ffd3;border-color:#00ffd3}.btn-success-lighter{color:#000;background-color:#ddf4ef;border-color:#ddf4ef}.btn-success-lighter:hover{color:#000;background-color:#e2f6f1;border-color:#e0f5f1}.btn-check:focus+.btn-success-lighter,.btn-success-lighter:focus{color:#000;background-color:#e2f6f1;border-color:#e0f5f1;box-shadow:0 0 0 .25rem rgba(188,207,203,.5)}.btn-check:active+.btn-success-lighter,.btn-check:checked+.btn-success-lighter,.btn-success-lighter.active,.btn-success-lighter:active,.show>.btn-success-lighter.dropdown-toggle{color:#000;background-color:#e4f6f2;border-color:#e0f5f1}.btn-check:active+.btn-success-lighter:focus,.btn-check:checked+.btn-success-lighter:focus,.btn-success-lighter.active:focus,.btn-success-lighter:active:focus,.show>.btn-success-lighter.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(188,207,203,.5)}.btn-success-lighter.disabled,.btn-success-lighter:disabled{color:#000;background-color:#ddf4ef;border-color:#ddf4ef}.btn-success-dark{color:#fff;background-color:#0f674c;border-color:#0f674c}.btn-success-dark:hover{color:#fff;background-color:#0d5841;border-color:#0c523d}.btn-check:focus+.btn-success-dark,.btn-success-dark:focus{color:#fff;background-color:#0d5841;border-color:#0c523d;box-shadow:0 0 0 .25rem rgba(51,126,103,.5)}.btn-check:active+.btn-success-dark,.btn-check:checked+.btn-success-dark,.btn-success-dark.active,.btn-success-dark:active,.show>.btn-success-dark.dropdown-toggle{color:#fff;background-color:#0c523d;border-color:#0b4d39}.btn-check:active+.btn-success-dark:focus,.btn-check:checked+.btn-success-dark:focus,.btn-success-dark.active:focus,.btn-success-dark:active:focus,.show>.btn-success-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(51,126,103,.5)}.btn-success-dark.disabled,.btn-success-dark:disabled{color:#fff;background-color:#0f674c;border-color:#0f674c}.btn-success-darken{color:#000;background-color:#16878c;border-color:#16878c}.btn-success-darken:hover{color:#000;background-color:#39999d;border-color:#2d9398}.btn-check:focus+.btn-success-darken,.btn-success-darken:focus{color:#000;background-color:#39999d;border-color:#2d9398;box-shadow:0 0 0 .25rem rgba(19,115,119,.5)}.btn-check:active+.btn-success-darken,.btn-check:checked+.btn-success-darken,.btn-success-darken.active,.btn-success-darken:active,.show>.btn-success-darken.dropdown-toggle{color:#000;background-color:#459fa3;border-color:#2d9398}.btn-check:active+.btn-success-darken:focus,.btn-check:checked+.btn-success-darken:focus,.btn-success-darken.active:focus,.btn-success-darken:active:focus,.show>.btn-success-darken.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(19,115,119,.5)}.btn-success-darken.disabled,.btn-success-darken:disabled{color:#000;background-color:#16878c;border-color:#16878c}.btn-info{color:#fff;background-color:#3b7ab5;border-color:#3b7ab5}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#32689a;border-color:#2f6291}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem rgba(88,142,192,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#2f6291;border-color:#2c5c88}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(88,142,192,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#3b7ab5;border-color:#3b7ab5}.btn-info-50{color:#fff;background-color:#004473;border-color:#004473}.btn-check:focus+.btn-info-50,.btn-info-50:focus,.btn-info-50:hover{color:#fff;background-color:#003a62;border-color:#00365c}.btn-check:focus+.btn-info-50,.btn-info-50:focus{box-shadow:0 0 0 .25rem rgba(38,96,136,.5)}.btn-check:active+.btn-info-50,.btn-check:checked+.btn-info-50,.btn-info-50.active,.btn-info-50:active,.show>.btn-info-50.dropdown-toggle{color:#fff;background-color:#00365c;border-color:#003356}.btn-check:active+.btn-info-50:focus,.btn-check:checked+.btn-info-50:focus,.btn-info-50.active:focus,.btn-info-50:active:focus,.show>.btn-info-50.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,96,136,.5)}.btn-info-50.disabled,.btn-info-50:disabled{color:#fff;background-color:#004473;border-color:#004473}.btn-info-100{color:#000;background-color:#007aff;border-color:#007aff}.btn-check:focus+.btn-info-100,.btn-info-100:focus,.btn-info-100:hover{color:#000;background-color:#268eff;border-color:#1a87ff}.btn-check:focus+.btn-info-100,.btn-info-100:focus{box-shadow:0 0 0 .25rem rgba(0,104,217,.5)}.btn-check:active+.btn-info-100,.btn-check:checked+.btn-info-100,.btn-info-100.active,.btn-info-100:active,.show>.btn-info-100.dropdown-toggle{color:#000;background-color:#3395ff;border-color:#1a87ff}.btn-check:active+.btn-info-100:focus,.btn-check:checked+.btn-info-100:focus,.btn-info-100.active:focus,.btn-info-100:active:focus,.show>.btn-info-100.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(0,104,217,.5)}.btn-info-100.disabled,.btn-info-100:disabled{color:#000;background-color:#007aff;border-color:#007aff}.btn-info-300{color:#000;background-color:#d5eeff;border-color:#d5eeff}.btn-check:focus+.btn-info-300,.btn-info-300:focus,.btn-info-300:hover{color:#000;background-color:#dbf1ff;border-color:#d9f0ff}.btn-check:focus+.btn-info-300,.btn-info-300:focus{box-shadow:0 0 0 .25rem rgba(181,202,217,.5)}.btn-check:active+.btn-info-300,.btn-check:checked+.btn-info-300,.btn-info-300.active,.btn-info-300:active,.show>.btn-info-300.dropdown-toggle{color:#000;background-color:#ddf1ff;border-color:#d9f0ff}.btn-check:active+.btn-info-300:focus,.btn-check:checked+.btn-info-300:focus,.btn-info-300.active:focus,.btn-info-300:active:focus,.show>.btn-info-300.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(181,202,217,.5)}.btn-info-300.disabled,.btn-info-300:disabled{color:#000;background-color:#d5eeff;border-color:#d5eeff}.btn-info-stroke{color:#000;background-color:rgba(186,186,208,.502);border-color:rgba(186,186,208,.502)}.btn-check:focus+.btn-info-stroke,.btn-info-stroke:focus,.btn-info-stroke:hover{color:#000;background-color:rgba(210,210,224,.577);border-color:rgba(203,203,220,.552)}.btn-check:focus+.btn-info-stroke,.btn-info-stroke:focus{box-shadow:0 0 0 .25rem hsla(240,6%,51%,.5)}.btn-check:active+.btn-info-stroke,.btn-check:checked+.btn-info-stroke,.btn-info-stroke.active,.btn-info-stroke:active,.show>.btn-info-stroke.dropdown-toggle{color:#000;background-color:rgba(215,215,228,.602);border-color:rgba(203,203,220,.552)}.btn-check:active+.btn-info-stroke:focus,.btn-check:checked+.btn-info-stroke:focus,.btn-info-stroke.active:focus,.btn-info-stroke:active:focus,.show>.btn-info-stroke.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(240,6%,51%,.5)}.btn-info-stroke.disabled,.btn-info-stroke:disabled{color:#000;background-color:rgba(186,186,208,.502);border-color:rgba(186,186,208,.502)}.btn-info-stroke-1{color:#fff;background-color:#1e4284;border-color:#1e4284}.btn-info-stroke-1:hover{color:#fff;background-color:#1a3870;border-color:#18356a}.btn-check:focus+.btn-info-stroke-1,.btn-info-stroke-1:focus{color:#fff;background-color:#1a3870;border-color:#18356a;box-shadow:0 0 0 .25rem rgba(64,94,150,.5)}.btn-check:active+.btn-info-stroke-1,.btn-check:checked+.btn-info-stroke-1,.btn-info-stroke-1.active,.btn-info-stroke-1:active,.show>.btn-info-stroke-1.dropdown-toggle{color:#fff;background-color:#18356a;border-color:#173263}.btn-check:active+.btn-info-stroke-1:focus,.btn-check:checked+.btn-info-stroke-1:focus,.btn-info-stroke-1.active:focus,.btn-info-stroke-1:active:focus,.show>.btn-info-stroke-1.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(64,94,150,.5)}.btn-info-stroke-1.disabled,.btn-info-stroke-1:disabled{color:#fff;background-color:#1e4284;border-color:#1e4284}.btn-warning{color:#000;background-color:#f93;border-color:#f93}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{color:#000;background-color:#ffa852;border-color:#ffa347}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .25rem rgba(217,130,43,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffad5c;border-color:#ffa347}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,130,43,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#f93;border-color:#f93}.btn-warning-50{color:#000;background-color:#ffc700;border-color:#ffc700}.btn-check:focus+.btn-warning-50,.btn-warning-50:focus,.btn-warning-50:hover{color:#000;background-color:#ffcf26;border-color:#ffcd1a}.btn-check:focus+.btn-warning-50,.btn-warning-50:focus{box-shadow:0 0 0 .25rem rgba(217,169,0,.5)}.btn-check:active+.btn-warning-50,.btn-check:checked+.btn-warning-50,.btn-warning-50.active,.btn-warning-50:active,.show>.btn-warning-50.dropdown-toggle{color:#000;background-color:#ffd233;border-color:#ffcd1a}.btn-check:active+.btn-warning-50:focus,.btn-check:checked+.btn-warning-50:focus,.btn-warning-50.active:focus,.btn-warning-50:active:focus,.show>.btn-warning-50.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,169,0,.5)}.btn-warning-50.disabled,.btn-warning-50:disabled{color:#000;background-color:#ffc700;border-color:#ffc700}.btn-warning-100{color:#000;background-color:#f90;border-color:#f90}.btn-warning-100:hover{color:#000;background-color:#ffa826;border-color:#ffa31a}.btn-check:focus+.btn-warning-100,.btn-warning-100:focus{color:#000;background-color:#ffa826;border-color:#ffa31a;box-shadow:0 0 0 .25rem rgba(217,130,0,.5)}.btn-check:active+.btn-warning-100,.btn-check:checked+.btn-warning-100,.btn-warning-100.active,.btn-warning-100:active,.show>.btn-warning-100.dropdown-toggle{color:#000;background-color:#ffad33;border-color:#ffa31a}.btn-check:active+.btn-warning-100:focus,.btn-check:checked+.btn-warning-100:focus,.btn-warning-100.active:focus,.btn-warning-100:active:focus,.show>.btn-warning-100.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,130,0,.5)}.btn-warning-100.disabled,.btn-warning-100:disabled{color:#000;background-color:#f90;border-color:#f90}.btn-warning-title{color:#000;background-color:#f9b361;border-color:#f9b361}.btn-warning-title:hover{color:#000;background-color:#fabe79;border-color:#fabb71}.btn-check:focus+.btn-warning-title,.btn-warning-title:focus{color:#000;background-color:#fabe79;border-color:#fabb71;box-shadow:0 0 0 .25rem rgba(212,152,82,.5)}.btn-check:active+.btn-warning-title,.btn-check:checked+.btn-warning-title,.btn-warning-title.active,.btn-warning-title:active,.show>.btn-warning-title.dropdown-toggle{color:#000;background-color:#fac281;border-color:#fabb71}.btn-check:active+.btn-warning-title:focus,.btn-check:checked+.btn-warning-title:focus,.btn-warning-title.active:focus,.btn-warning-title:active:focus,.show>.btn-warning-title.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(212,152,82,.5)}.btn-warning-title.disabled,.btn-warning-title:disabled{color:#000;background-color:#f9b361;border-color:#f9b361}.btn-warning-light{color:#000;background-color:#f7efe9;border-color:#f7efe9}.btn-warning-light:hover{color:#000;background-color:#f8f1ec;border-color:#f8f1eb}.btn-check:focus+.btn-warning-light,.btn-warning-light:focus{color:#000;background-color:#f8f1ec;border-color:#f8f1eb;box-shadow:0 0 0 .25rem hsla(25,12%,80%,.5)}.btn-check:active+.btn-warning-light,.btn-check:checked+.btn-warning-light,.btn-warning-light.active,.btn-warning-light:active,.show>.btn-warning-light.dropdown-toggle{color:#000;background-color:#f9f2ed;border-color:#f8f1eb}.btn-check:active+.btn-warning-light:focus,.btn-check:checked+.btn-warning-light:focus,.btn-warning-light.active:focus,.btn-warning-light:active:focus,.show>.btn-warning-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(25,12%,80%,.5)}.btn-warning-light.disabled,.btn-warning-light:disabled{color:#000;background-color:#f7efe9;border-color:#f7efe9}.btn-warning-bg{color:#000;background-color:#fbf8d9;border-color:#fbf8d9}.btn-check:focus+.btn-warning-bg,.btn-warning-bg:focus,.btn-warning-bg:hover{color:#000;background-color:#fcf9df;border-color:#fbf9dd}.btn-check:focus+.btn-warning-bg,.btn-warning-bg:focus{box-shadow:0 0 0 .25rem hsla(56,26%,78%,.5)}.btn-check:active+.btn-warning-bg,.btn-check:checked+.btn-warning-bg,.btn-warning-bg.active,.btn-warning-bg:active,.show>.btn-warning-bg.dropdown-toggle{color:#000;background-color:#fcf9e1;border-color:#fbf9dd}.btn-check:active+.btn-warning-bg:focus,.btn-check:checked+.btn-warning-bg:focus,.btn-warning-bg.active:focus,.btn-warning-bg:active:focus,.show>.btn-warning-bg.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(56,26%,78%,.5)}.btn-warning-bg.disabled,.btn-warning-bg:disabled{color:#000;background-color:#fbf8d9;border-color:#fbf8d9}.btn-warning-bg-1{color:#000;background-color:#fff7ec;border-color:#fff7ec}.btn-warning-bg-1:hover{color:#000;background-color:#fff8ef;border-color:#fff8ee}.btn-check:focus+.btn-warning-bg-1,.btn-warning-bg-1:focus{color:#000;background-color:#fff8ef;border-color:#fff8ee;box-shadow:0 0 0 .25rem hsla(34,17%,82%,.5)}.btn-check:active+.btn-warning-bg-1,.btn-check:checked+.btn-warning-bg-1,.btn-warning-bg-1.active,.btn-warning-bg-1:active,.show>.btn-warning-bg-1.dropdown-toggle{color:#000;background-color:#fff9f0;border-color:#fff8ee}.btn-check:active+.btn-warning-bg-1:focus,.btn-check:checked+.btn-warning-bg-1:focus,.btn-warning-bg-1.active:focus,.btn-warning-bg-1:active:focus,.show>.btn-warning-bg-1.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(34,17%,82%,.5)}.btn-warning-bg-1.disabled,.btn-warning-bg-1:disabled{color:#000;background-color:#fff7ec;border-color:#fff7ec}.btn-warning-bg-2{color:#000;background-color:#fff1e7;border-color:#fff1e7}.btn-warning-bg-2:hover{color:#000;background-color:#fff3eb;border-color:#fff2e9}.btn-check:focus+.btn-warning-bg-2,.btn-warning-bg-2:focus{color:#000;background-color:#fff3eb;border-color:#fff2e9;box-shadow:0 0 0 .25rem hsla(26,22%,81%,.5)}.btn-check:active+.btn-warning-bg-2,.btn-check:checked+.btn-warning-bg-2,.btn-warning-bg-2.active,.btn-warning-bg-2:active,.show>.btn-warning-bg-2.dropdown-toggle{color:#000;background-color:#fff4ec;border-color:#fff2e9}.btn-check:active+.btn-warning-bg-2:focus,.btn-check:checked+.btn-warning-bg-2:focus,.btn-warning-bg-2.active:focus,.btn-warning-bg-2:active:focus,.show>.btn-warning-bg-2.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(26,22%,81%,.5)}.btn-warning-bg-2.disabled,.btn-warning-bg-2:disabled{color:#000;background-color:#fff1e7;border-color:#fff1e7}.btn-danger{color:#fff;background-color:#cc222c;border-color:#cc222c}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#ad1d25;border-color:#a31b23}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem rgba(212,67,76,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#a31b23;border-color:#991a21}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(212,67,76,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#cc222c;border-color:#cc222c}.btn-danger-50{color:#000;background-color:#ff3d12;border-color:#ff3d12}.btn-check:focus+.btn-danger-50,.btn-danger-50:focus,.btn-danger-50:hover{color:#000;background-color:#ff5a36;border-color:#ff502a}.btn-check:focus+.btn-danger-50,.btn-danger-50:focus{box-shadow:0 0 0 .25rem rgba(217,52,15,.5)}.btn-check:active+.btn-danger-50,.btn-check:checked+.btn-danger-50,.btn-danger-50.active,.btn-danger-50:active,.show>.btn-danger-50.dropdown-toggle{color:#000;background-color:#ff6441;border-color:#ff502a}.btn-check:active+.btn-danger-50:focus,.btn-check:checked+.btn-danger-50:focus,.btn-danger-50.active:focus,.btn-danger-50:active:focus,.show>.btn-danger-50.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,52,15,.5)}.btn-danger-50.disabled,.btn-danger-50:disabled{color:#000;background-color:#ff3d12;border-color:#ff3d12}.btn-danger-light{color:#000;background-color:#fee2e2;border-color:#fee2e2}.btn-danger-light:hover{color:#000;background-color:#fee6e6;border-color:#fee5e5}.btn-check:focus+.btn-danger-light,.btn-danger-light:focus{color:#000;background-color:#fee6e6;border-color:#fee5e5;box-shadow:0 0 0 .25rem hsla(0,24%,80%,.5)}.btn-check:active+.btn-danger-light,.btn-check:checked+.btn-danger-light,.btn-danger-light.active,.btn-danger-light:active,.show>.btn-danger-light.dropdown-toggle{color:#000;background-color:#fee8e8;border-color:#fee5e5}.btn-check:active+.btn-danger-light:focus,.btn-check:checked+.btn-danger-light:focus,.btn-danger-light.active:focus,.btn-danger-light:active:focus,.show>.btn-danger-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,24%,80%,.5)}.btn-danger-light.disabled,.btn-danger-light:disabled{color:#000;background-color:#fee2e2;border-color:#fee2e2}.btn-danger-dark{color:#fff;background-color:#c8192e;border-color:#c8192e}.btn-danger-dark:hover{color:#fff;background-color:#aa1527;border-color:#a01425}.btn-check:focus+.btn-danger-dark,.btn-danger-dark:focus{color:#fff;background-color:#aa1527;border-color:#a01425;box-shadow:0 0 0 .25rem rgba(208,60,77,.5)}.btn-check:active+.btn-danger-dark,.btn-check:checked+.btn-danger-dark,.btn-danger-dark.active,.btn-danger-dark:active,.show>.btn-danger-dark.dropdown-toggle{color:#fff;background-color:#a01425;border-color:#961323}.btn-check:active+.btn-danger-dark:focus,.btn-check:checked+.btn-danger-dark:focus,.btn-danger-dark.active:focus,.btn-danger-dark:active:focus,.show>.btn-danger-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(208,60,77,.5)}.btn-danger-dark.disabled,.btn-danger-dark:disabled{color:#fff;background-color:#c8192e;border-color:#c8192e}.btn-light{color:#000;background-color:#f0f3fb;border-color:#f0f3fb}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{color:#000;background-color:#f2f5fc;border-color:#f2f4fb}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem rgba(204,207,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f3f5fc;border-color:#f2f4fb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(204,207,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f0f3fb;border-color:#f0f3fb}.btn-dark{color:#fff;background-color:#222328;border-color:#222328}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#1d1e22;border-color:#1b1c20}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .25rem rgba(67,68,72,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1b1c20;border-color:#1a1a1e}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(67,68,72,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#222328;border-color:#222328}.btn-dark-50{color:#fff;background-color:#0c1425;border-color:#0c1425}.btn-check:focus+.btn-dark-50,.btn-dark-50:focus,.btn-dark-50:hover{color:#fff;background-color:#0a111f;border-color:#0a101e}.btn-check:focus+.btn-dark-50,.btn-dark-50:focus{box-shadow:0 0 0 .25rem rgba(48,55,70,.5)}.btn-check:active+.btn-dark-50,.btn-check:checked+.btn-dark-50,.btn-dark-50.active,.btn-dark-50:active,.show>.btn-dark-50.dropdown-toggle{color:#fff;background-color:#0a101e;border-color:#090f1c}.btn-check:active+.btn-dark-50:focus,.btn-check:checked+.btn-dark-50:focus,.btn-dark-50.active:focus,.btn-dark-50:active:focus,.show>.btn-dark-50.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(48,55,70,.5)}.btn-dark-50.disabled,.btn-dark-50:disabled{color:#fff;background-color:#0c1425;border-color:#0c1425}.btn-dark-100{color:#fff;background-color:#24363f;border-color:#24363f}.btn-check:focus+.btn-dark-100,.btn-dark-100:focus,.btn-dark-100:hover{color:#fff;background-color:#1f2e36;border-color:#1d2b32}.btn-check:focus+.btn-dark-100,.btn-dark-100:focus{box-shadow:0 0 0 .25rem rgba(69,84,92,.5)}.btn-check:active+.btn-dark-100,.btn-check:checked+.btn-dark-100,.btn-dark-100.active,.btn-dark-100:active,.show>.btn-dark-100.dropdown-toggle{color:#fff;background-color:#1d2b32;border-color:#1b292f}.btn-check:active+.btn-dark-100:focus,.btn-check:checked+.btn-dark-100:focus,.btn-dark-100.active:focus,.btn-dark-100:active:focus,.show>.btn-dark-100.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(69,84,92,.5)}.btn-dark-100.disabled,.btn-dark-100:disabled{color:#fff;background-color:#24363f;border-color:#24363f}.btn-blue{color:#000;background-color:#15b2e5;border-color:#15b2e5}.btn-blue:focus,.btn-blue:hover,.btn-check:focus+.btn-blue{color:#000;background-color:#38bee9;border-color:#2cbae8}.btn-blue:focus,.btn-check:focus+.btn-blue{box-shadow:0 0 0 .25rem rgba(18,151,195,.5)}.btn-blue.active,.btn-blue:active,.btn-check:active+.btn-blue,.btn-check:checked+.btn-blue,.show>.btn-blue.dropdown-toggle{color:#000;background-color:#44c1ea;border-color:#2cbae8}.btn-blue.active:focus,.btn-blue:active:focus,.btn-check:active+.btn-blue:focus,.btn-check:checked+.btn-blue:focus,.show>.btn-blue.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(18,151,195,.5)}.btn-blue.disabled,.btn-blue:disabled{color:#000;background-color:#15b2e5;border-color:#15b2e5}.btn-purple{color:#fff;background-color:#6a3e73;border-color:#6a3e73}.btn-check:focus+.btn-purple,.btn-purple:focus,.btn-purple:hover{color:#fff;background-color:#5a3562;border-color:#55325c}.btn-check:focus+.btn-purple,.btn-purple:focus{box-shadow:0 0 0 .25rem rgba(128,91,136,.5)}.btn-check:active+.btn-purple,.btn-check:checked+.btn-purple,.btn-purple.active,.btn-purple:active,.show>.btn-purple.dropdown-toggle{color:#fff;background-color:#55325c;border-color:#502f56}.btn-check:active+.btn-purple:focus,.btn-check:checked+.btn-purple:focus,.btn-purple.active:focus,.btn-purple:active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(128,91,136,.5)}.btn-purple.disabled,.btn-purple:disabled{color:#fff;background-color:#6a3e73;border-color:#6a3e73}.btn-purple-light{color:#000;background-color:rgba(232,205,231,.502);border-color:rgba(232,205,231,.502)}.btn-check:focus+.btn-purple-light,.btn-purple-light:focus,.btn-purple-light:hover{color:#000;background-color:rgba(240,222,239,.577);border-color:rgba(238,217,237,.552)}.btn-check:focus+.btn-purple-light,.btn-purple-light:focus{box-shadow:0 0 0 .25rem hsla(303,8%,56%,.5)}.btn-check:active+.btn-purple-light,.btn-check:checked+.btn-purple-light,.btn-purple-light.active,.btn-purple-light:active,.show>.btn-purple-light.dropdown-toggle{color:#000;background-color:rgba(242,226,241,.602);border-color:rgba(238,217,237,.552)}.btn-check:active+.btn-purple-light:focus,.btn-check:checked+.btn-purple-light:focus,.btn-purple-light.active:focus,.btn-purple-light:active:focus,.show>.btn-purple-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(303,8%,56%,.5)}.btn-purple-light.disabled,.btn-purple-light:disabled{color:#000;background-color:rgba(232,205,231,.502);border-color:rgba(232,205,231,.502)}.btn-body-1{color:#fff;background-color:#3c3c43;border-color:#3c3c43}.btn-body-1:focus,.btn-body-1:hover,.btn-check:focus+.btn-body-1{color:#fff;background-color:#333339;border-color:#303036}.btn-body-1:focus,.btn-check:focus+.btn-body-1{box-shadow:0 0 0 .25rem rgba(89,89,95,.5)}.btn-body-1.active,.btn-body-1:active,.btn-check:active+.btn-body-1,.btn-check:checked+.btn-body-1,.show>.btn-body-1.dropdown-toggle{color:#fff;background-color:#303036;border-color:#2d2d32}.btn-body-1.active:focus,.btn-body-1:active:focus,.btn-check:active+.btn-body-1:focus,.btn-check:checked+.btn-body-1:focus,.show>.btn-body-1.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(89,89,95,.5)}.btn-body-1.disabled,.btn-body-1:disabled{color:#fff;background-color:#3c3c43;border-color:#3c3c43}.btn-body-2{color:#000;background-color:#ebebf5;border-color:#ebebf5}.btn-body-2:focus,.btn-body-2:hover,.btn-check:focus+.btn-body-2{color:#000;background-color:#eeeef7;border-color:#ededf6}.btn-body-2:focus,.btn-check:focus+.btn-body-2{box-shadow:0 0 0 .25rem hsla(240,8%,80%,.5)}.btn-body-2.active,.btn-body-2:active,.btn-check:active+.btn-body-2,.btn-check:checked+.btn-body-2,.show>.btn-body-2.dropdown-toggle{color:#000;background-color:#efeff7;border-color:#ededf6}.btn-body-2.active:focus,.btn-body-2:active:focus,.btn-check:active+.btn-body-2:focus,.btn-check:checked+.btn-body-2:focus,.show>.btn-body-2.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(240,8%,80%,.5)}.btn-body-2.disabled,.btn-body-2:disabled{color:#000;background-color:#ebebf5;border-color:#ebebf5}.btn-gray-body{color:#000;background-color:#97979e;border-color:#97979e}.btn-check:focus+.btn-gray-body,.btn-gray-body:focus,.btn-gray-body:hover{color:#000;background-color:#a7a7ad;border-color:#a1a1a8}.btn-check:focus+.btn-gray-body,.btn-gray-body:focus{box-shadow:0 0 0 .25rem hsla(240,2%,51%,.5)}.btn-check:active+.btn-gray-body,.btn-check:checked+.btn-gray-body,.btn-gray-body.active,.btn-gray-body:active,.show>.btn-gray-body.dropdown-toggle{color:#000;background-color:#acacb1;border-color:#a1a1a8}.btn-check:active+.btn-gray-body:focus,.btn-check:checked+.btn-gray-body:focus,.btn-gray-body.active:focus,.btn-gray-body:active:focus,.show>.btn-gray-body.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(240,2%,51%,.5)}.btn-gray-body.disabled,.btn-gray-body:disabled{color:#000;background-color:#97979e;border-color:#97979e}.btn-gray-border{color:#000;background-color:#d1d2d6;border-color:#d1d2d6}.btn-gray-border:hover{color:#000;background-color:#d8d9dc;border-color:#d6d7da}.btn-check:focus+.btn-gray-border,.btn-gray-border:focus{color:#000;background-color:#d8d9dc;border-color:#d6d7da;box-shadow:0 0 0 .25rem hsla(225,3%,71%,.5)}.btn-check:active+.btn-gray-border,.btn-check:checked+.btn-gray-border,.btn-gray-border.active,.btn-gray-border:active,.show>.btn-gray-border.dropdown-toggle{color:#000;background-color:#dadbde;border-color:#d6d7da}.btn-check:active+.btn-gray-border:focus,.btn-check:checked+.btn-gray-border:focus,.btn-gray-border.active:focus,.btn-gray-border:active:focus,.show>.btn-gray-border.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(225,3%,71%,.5)}.btn-gray-border.disabled,.btn-gray-border:disabled{color:#000;background-color:#d1d2d6;border-color:#d1d2d6}.btn-gray-50{color:#000;background-color:#f8f9fd;border-color:#f8f9fd}.btn-check:focus+.btn-gray-50,.btn-gray-50:focus,.btn-gray-50:hover{color:#000;background-color:#f9fafd;border-color:#f9fafd}.btn-check:focus+.btn-gray-50,.btn-gray-50:focus{box-shadow:0 0 0 .25rem hsla(225,5%,84%,.5)}.btn-check:active+.btn-gray-50,.btn-check:checked+.btn-gray-50,.btn-gray-50.active,.btn-gray-50:active,.show>.btn-gray-50.dropdown-toggle{color:#000;background-color:#f9fafd;border-color:#f9fafd}.btn-check:active+.btn-gray-50:focus,.btn-check:checked+.btn-gray-50:focus,.btn-gray-50.active:focus,.btn-gray-50:active:focus,.show>.btn-gray-50.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(225,5%,84%,.5)}.btn-gray-50.disabled,.btn-gray-50:disabled{color:#000;background-color:#f8f9fd;border-color:#f8f9fd}.btn-gray-100{color:#000;background-color:#f0f3fb;border-color:#f0f3fb}.btn-check:focus+.btn-gray-100,.btn-gray-100:focus,.btn-gray-100:hover{color:#000;background-color:#f2f5fc;border-color:#f2f4fb}.btn-check:focus+.btn-gray-100,.btn-gray-100:focus{box-shadow:0 0 0 .25rem rgba(204,207,213,.5)}.btn-check:active+.btn-gray-100,.btn-check:checked+.btn-gray-100,.btn-gray-100.active,.btn-gray-100:active,.show>.btn-gray-100.dropdown-toggle{color:#000;background-color:#f3f5fc;border-color:#f2f4fb}.btn-check:active+.btn-gray-100:focus,.btn-check:checked+.btn-gray-100:focus,.btn-gray-100.active:focus,.btn-gray-100:active:focus,.show>.btn-gray-100.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(204,207,213,.5)}.btn-gray-100.disabled,.btn-gray-100:disabled{color:#000;background-color:#f0f3fb;border-color:#f0f3fb}.btn-gray-200{color:#000;background-color:#e6e7e9;border-color:#e6e7e9}.btn-check:focus+.btn-gray-200,.btn-gray-200:focus,.btn-gray-200:hover{color:#000;background-color:#eaebec;border-color:#e9e9eb}.btn-check:focus+.btn-gray-200,.btn-gray-200:focus{box-shadow:0 0 0 .25rem hsla(240,2%,77%,.5)}.btn-check:active+.btn-gray-200,.btn-check:checked+.btn-gray-200,.btn-gray-200.active,.btn-gray-200:active,.show>.btn-gray-200.dropdown-toggle{color:#000;background-color:#ebeced;border-color:#e9e9eb}.btn-check:active+.btn-gray-200:focus,.btn-check:checked+.btn-gray-200:focus,.btn-gray-200.active:focus,.btn-gray-200:active:focus,.show>.btn-gray-200.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(240,2%,77%,.5)}.btn-gray-200.disabled,.btn-gray-200:disabled{color:#000;background-color:#e6e7e9;border-color:#e6e7e9}.btn-gray-300{color:#000;background-color:#ebeeef;border-color:#ebeeef}.btn-check:focus+.btn-gray-300,.btn-gray-300:focus,.btn-gray-300:hover{color:#000;background-color:#eef1f1;border-color:#edf0f1}.btn-check:focus+.btn-gray-300,.btn-gray-300:focus{box-shadow:0 0 0 .25rem hsla(200,3%,79%,.5)}.btn-check:active+.btn-gray-300,.btn-check:checked+.btn-gray-300,.btn-gray-300.active,.btn-gray-300:active,.show>.btn-gray-300.dropdown-toggle{color:#000;background-color:#eff1f2;border-color:#edf0f1}.btn-check:active+.btn-gray-300:focus,.btn-check:checked+.btn-gray-300:focus,.btn-gray-300.active:focus,.btn-gray-300:active:focus,.show>.btn-gray-300.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(200,3%,79%,.5)}.btn-gray-300.disabled,.btn-gray-300:disabled{color:#000;background-color:#ebeeef;border-color:#ebeeef}.btn-gray-400{color:#000;background-color:#c8c8db;border-color:#c8c8db}.btn-check:focus+.btn-gray-400,.btn-gray-400:focus,.btn-gray-400:hover{color:#000;background-color:#d0d0e0;border-color:#cecedf}.btn-check:focus+.btn-gray-400,.btn-gray-400:focus{box-shadow:0 0 0 .25rem rgba(170,170,186,.5)}.btn-check:active+.btn-gray-400,.btn-check:checked+.btn-gray-400,.btn-gray-400.active,.btn-gray-400:active,.show>.btn-gray-400.dropdown-toggle{color:#000;background-color:#d3d3e2;border-color:#cecedf}.btn-check:active+.btn-gray-400:focus,.btn-check:checked+.btn-gray-400:focus,.btn-gray-400.active:focus,.btn-gray-400:active:focus,.show>.btn-gray-400.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(170,170,186,.5)}.btn-gray-400.disabled,.btn-gray-400:disabled{color:#000;background-color:#c8c8db;border-color:#c8c8db}.btn-gray-500{color:#fff;background-color:#5f5e70;border-color:#5f5e70}.btn-check:focus+.btn-gray-500,.btn-gray-500:focus,.btn-gray-500:hover{color:#fff;background-color:#51505f;border-color:#4c4b5a}.btn-check:focus+.btn-gray-500,.btn-gray-500:focus{box-shadow:0 0 0 .25rem hsla(244,6%,49%,.5)}.btn-check:active+.btn-gray-500,.btn-check:checked+.btn-gray-500,.btn-gray-500.active,.btn-gray-500:active,.show>.btn-gray-500.dropdown-toggle{color:#fff;background-color:#4c4b5a;border-color:#474754}.btn-check:active+.btn-gray-500:focus,.btn-check:checked+.btn-gray-500:focus,.btn-gray-500.active:focus,.btn-gray-500:active:focus,.show>.btn-gray-500.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(244,6%,49%,.5)}.btn-gray-500.disabled,.btn-gray-500:disabled{color:#fff;background-color:#5f5e70;border-color:#5f5e70}.btn-gray-600{color:#000;background-color:#8a8a8e;border-color:#8a8a8e}.btn-check:focus+.btn-gray-600,.btn-gray-600:focus,.btn-gray-600:hover{color:#000;background-color:#9c9c9f;border-color:#969699}.btn-check:focus+.btn-gray-600,.btn-gray-600:focus{box-shadow:0 0 0 .25rem hsla(240,2%,47%,.5)}.btn-check:active+.btn-gray-600,.btn-check:checked+.btn-gray-600,.btn-gray-600.active,.btn-gray-600:active,.show>.btn-gray-600.dropdown-toggle{color:#000;background-color:#a1a1a5;border-color:#969699}.btn-check:active+.btn-gray-600:focus,.btn-check:checked+.btn-gray-600:focus,.btn-gray-600.active:focus,.btn-gray-600:active:focus,.show>.btn-gray-600.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(240,2%,47%,.5)}.btn-gray-600.disabled,.btn-gray-600:disabled{color:#000;background-color:#8a8a8e;border-color:#8a8a8e}.btn-gray-700{color:#fff;background-color:#3e545e;border-color:#3e545e}.btn-check:focus+.btn-gray-700,.btn-gray-700:focus,.btn-gray-700:hover{color:#fff;background-color:#354750;border-color:#32434b}.btn-check:focus+.btn-gray-700,.btn-gray-700:focus{box-shadow:0 0 0 .25rem rgba(91,110,118,.5)}.btn-check:active+.btn-gray-700,.btn-check:checked+.btn-gray-700,.btn-gray-700.active,.btn-gray-700:active,.show>.btn-gray-700.dropdown-toggle{color:#fff;background-color:#32434b;border-color:#2f3f47}.btn-check:active+.btn-gray-700:focus,.btn-check:checked+.btn-gray-700:focus,.btn-gray-700.active:focus,.btn-gray-700:active:focus,.show>.btn-gray-700.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(91,110,118,.5)}.btn-gray-700.disabled,.btn-gray-700:disabled{color:#fff;background-color:#3e545e;border-color:#3e545e}.btn-gray-800{color:#fff;background-color:#0f1314;border-color:#0f1314}.btn-check:focus+.btn-gray-800,.btn-gray-800:focus,.btn-gray-800:hover{color:#fff;background-color:#0d1011;border-color:#0c0f10}.btn-check:focus+.btn-gray-800,.btn-gray-800:focus{box-shadow:0 0 0 .25rem rgba(51,54,55,.5)}.btn-check:active+.btn-gray-800,.btn-check:checked+.btn-gray-800,.btn-gray-800.active,.btn-gray-800:active,.show>.btn-gray-800.dropdown-toggle{color:#fff;background-color:#0c0f10;border-color:#0b0e0f}.btn-check:active+.btn-gray-800:focus,.btn-check:checked+.btn-gray-800:focus,.btn-gray-800.active:focus,.btn-gray-800:active:focus,.show>.btn-gray-800.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(51,54,55,.5)}.btn-gray-800.disabled,.btn-gray-800:disabled{color:#fff;background-color:#0f1314;border-color:#0f1314}.btn-gray-900{color:#fff;background-color:#222328;border-color:#222328}.btn-check:focus+.btn-gray-900,.btn-gray-900:focus,.btn-gray-900:hover{color:#fff;background-color:#1d1e22;border-color:#1b1c20}.btn-check:focus+.btn-gray-900,.btn-gray-900:focus{box-shadow:0 0 0 .25rem rgba(67,68,72,.5)}.btn-check:active+.btn-gray-900,.btn-check:checked+.btn-gray-900,.btn-gray-900.active,.btn-gray-900:active,.show>.btn-gray-900.dropdown-toggle{color:#fff;background-color:#1b1c20;border-color:#1a1a1e}.btn-check:active+.btn-gray-900:focus,.btn-check:checked+.btn-gray-900:focus,.btn-gray-900.active:focus,.btn-gray-900:active:focus,.show>.btn-gray-900.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(67,68,72,.5)}.btn-gray-900.disabled,.btn-gray-900:disabled{color:#fff;background-color:#222328;border-color:#222328}.btn-gray-stroke-2{color:#000;background-color:#dedede;border-color:#dedede}.btn-gray-stroke-2:hover{color:#000;background-color:#e3e3e3;border-color:#e1e1e1}.btn-check:focus+.btn-gray-stroke-2,.btn-gray-stroke-2:focus{color:#000;background-color:#e3e3e3;border-color:#e1e1e1;box-shadow:0 0 0 .25rem hsla(0,0%,74%,.5)}.btn-check:active+.btn-gray-stroke-2,.btn-check:checked+.btn-gray-stroke-2,.btn-gray-stroke-2.active,.btn-gray-stroke-2:active,.show>.btn-gray-stroke-2.dropdown-toggle{color:#000;background-color:#e5e5e5;border-color:#e1e1e1}.btn-check:active+.btn-gray-stroke-2:focus,.btn-check:checked+.btn-gray-stroke-2:focus,.btn-gray-stroke-2.active:focus,.btn-gray-stroke-2:active:focus,.show>.btn-gray-stroke-2.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,74%,.5)}.btn-gray-stroke-2.disabled,.btn-gray-stroke-2:disabled{color:#000;background-color:#dedede;border-color:#dedede}.btn-transparent{color:#fff;background-color:transparent;border-color:transparent}.btn-check:focus+.btn-transparent,.btn-transparent:focus,.btn-transparent:hover{color:#fff;background-color:rgba(0,0,0,.15);border-color:rgba(0,0,0,.2)}.btn-check:focus+.btn-transparent,.btn-transparent:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-check:active+.btn-transparent,.btn-check:checked+.btn-transparent,.btn-transparent.active,.btn-transparent:active,.show>.btn-transparent.dropdown-toggle{color:#fff;background-color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.25)}.btn-check:active+.btn-transparent:focus,.btn-check:checked+.btn-transparent:focus,.btn-transparent.active:focus,.btn-transparent:active:focus,.show>.btn-transparent.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-transparent.disabled,.btn-transparent:disabled{color:#fff;background-color:transparent;border-color:transparent}.btn-purple-600{color:#fff;background-color:#3a378b;border-color:#3a378b}.btn-check:focus+.btn-purple-600,.btn-purple-600:focus,.btn-purple-600:hover{color:#fff;background-color:#312f76;border-color:#2e2c6f}.btn-check:focus+.btn-purple-600,.btn-purple-600:focus{box-shadow:0 0 0 .25rem rgba(88,85,156,.5)}.btn-check:active+.btn-purple-600,.btn-check:checked+.btn-purple-600,.btn-purple-600.active,.btn-purple-600:active,.show>.btn-purple-600.dropdown-toggle{color:#fff;background-color:#2e2c6f;border-color:#2c2968}.btn-check:active+.btn-purple-600:focus,.btn-check:checked+.btn-purple-600:focus,.btn-purple-600.active:focus,.btn-purple-600:active:focus,.show>.btn-purple-600.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(88,85,156,.5)}.btn-purple-600.disabled,.btn-purple-600:disabled{color:#fff;background-color:#3a378b;border-color:#3a378b}.btn-light-100{color:#000;background-color:#f5f5f5;border-color:#f5f5f5}.btn-check:focus+.btn-light-100,.btn-light-100:focus,.btn-light-100:hover{color:#000;background-color:#f7f7f7;border-color:#f6f6f6}.btn-check:focus+.btn-light-100,.btn-light-100:focus{box-shadow:0 0 0 .25rem hsla(0,0%,82%,.5)}.btn-check:active+.btn-light-100,.btn-check:checked+.btn-light-100,.btn-light-100.active,.btn-light-100:active,.show>.btn-light-100.dropdown-toggle{color:#000;background-color:#f7f7f7;border-color:#f6f6f6}.btn-check:active+.btn-light-100:focus,.btn-check:checked+.btn-light-100:focus,.btn-light-100.active:focus,.btn-light-100:active:focus,.show>.btn-light-100.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,82%,.5)}.btn-light-100.disabled,.btn-light-100:disabled{color:#000;background-color:#f5f5f5;border-color:#f5f5f5}.btn-blue-300{color:#000;background-color:#dfeefd;border-color:#dfeefd}.btn-blue-300:focus,.btn-blue-300:hover,.btn-check:focus+.btn-blue-300{color:#000;background-color:#e4f1fd;border-color:#e2f0fd}.btn-blue-300:focus,.btn-check:focus+.btn-blue-300{box-shadow:0 0 0 .25rem rgba(190,202,215,.5)}.btn-blue-300.active,.btn-blue-300:active,.btn-check:active+.btn-blue-300,.btn-check:checked+.btn-blue-300,.show>.btn-blue-300.dropdown-toggle{color:#000;background-color:#e5f1fd;border-color:#e2f0fd}.btn-blue-300.active:focus,.btn-blue-300:active:focus,.btn-check:active+.btn-blue-300:focus,.btn-check:checked+.btn-blue-300:focus,.show>.btn-blue-300.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(190,202,215,.5)}.btn-blue-300.disabled,.btn-blue-300:disabled{color:#000;background-color:#dfeefd;border-color:#dfeefd}.btn-outline-primary{color:#132342;border-color:#132342}.btn-outline-primary:hover{color:#fff;background-color:#132342;border-color:#132342}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(19,35,66,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#132342;border-color:#132342}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(19,35,66,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#132342;background-color:transparent}.btn-outline-primary-50{color:#005f89;border-color:#005f89}.btn-outline-primary-50:hover{color:#fff;background-color:#005f89;border-color:#005f89}.btn-check:focus+.btn-outline-primary-50,.btn-outline-primary-50:focus{box-shadow:0 0 0 .25rem rgba(0,95,137,.5)}.btn-check:active+.btn-outline-primary-50,.btn-check:checked+.btn-outline-primary-50,.btn-outline-primary-50.active,.btn-outline-primary-50.dropdown-toggle.show,.btn-outline-primary-50:active{color:#fff;background-color:#005f89;border-color:#005f89}.btn-check:active+.btn-outline-primary-50:focus,.btn-check:checked+.btn-outline-primary-50:focus,.btn-outline-primary-50.active:focus,.btn-outline-primary-50.dropdown-toggle.show:focus,.btn-outline-primary-50:active:focus{box-shadow:0 0 0 .25rem rgba(0,95,137,.5)}.btn-outline-primary-50.disabled,.btn-outline-primary-50:disabled{color:#005f89;background-color:transparent}.btn-outline-primary-100{color:#024e6d;border-color:#024e6d}.btn-outline-primary-100:hover{color:#fff;background-color:#024e6d;border-color:#024e6d}.btn-check:focus+.btn-outline-primary-100,.btn-outline-primary-100:focus{box-shadow:0 0 0 .25rem rgba(2,78,109,.5)}.btn-check:active+.btn-outline-primary-100,.btn-check:checked+.btn-outline-primary-100,.btn-outline-primary-100.active,.btn-outline-primary-100.dropdown-toggle.show,.btn-outline-primary-100:active{color:#fff;background-color:#024e6d;border-color:#024e6d}.btn-check:active+.btn-outline-primary-100:focus,.btn-check:checked+.btn-outline-primary-100:focus,.btn-outline-primary-100.active:focus,.btn-outline-primary-100.dropdown-toggle.show:focus,.btn-outline-primary-100:active:focus{box-shadow:0 0 0 .25rem rgba(2,78,109,.5)}.btn-outline-primary-100.disabled,.btn-outline-primary-100:disabled{color:#024e6d;background-color:transparent}.btn-outline-primary-light{color:#1b2e52;border-color:#1b2e52}.btn-outline-primary-light:hover{color:#fff;background-color:#1b2e52;border-color:#1b2e52}.btn-check:focus+.btn-outline-primary-light,.btn-outline-primary-light:focus{box-shadow:0 0 0 .25rem rgba(27,46,82,.5)}.btn-check:active+.btn-outline-primary-light,.btn-check:checked+.btn-outline-primary-light,.btn-outline-primary-light.active,.btn-outline-primary-light.dropdown-toggle.show,.btn-outline-primary-light:active{color:#fff;background-color:#1b2e52;border-color:#1b2e52}.btn-check:active+.btn-outline-primary-light:focus,.btn-check:checked+.btn-outline-primary-light:focus,.btn-outline-primary-light.active:focus,.btn-outline-primary-light.dropdown-toggle.show:focus,.btn-outline-primary-light:active:focus{box-shadow:0 0 0 .25rem rgba(27,46,82,.5)}.btn-outline-primary-light.disabled,.btn-outline-primary-light:disabled{color:#1b2e52;background-color:transparent}.btn-outline-primary-dark{color:#003059;border-color:#003059}.btn-outline-primary-dark:hover{color:#fff;background-color:#003059;border-color:#003059}.btn-check:focus+.btn-outline-primary-dark,.btn-outline-primary-dark:focus{box-shadow:0 0 0 .25rem rgba(0,48,89,.5)}.btn-check:active+.btn-outline-primary-dark,.btn-check:checked+.btn-outline-primary-dark,.btn-outline-primary-dark.active,.btn-outline-primary-dark.dropdown-toggle.show,.btn-outline-primary-dark:active{color:#fff;background-color:#003059;border-color:#003059}.btn-check:active+.btn-outline-primary-dark:focus,.btn-check:checked+.btn-outline-primary-dark:focus,.btn-outline-primary-dark.active:focus,.btn-outline-primary-dark.dropdown-toggle.show:focus,.btn-outline-primary-dark:active:focus{box-shadow:0 0 0 .25rem rgba(0,48,89,.5)}.btn-outline-primary-dark.disabled,.btn-outline-primary-dark:disabled{color:#003059;background-color:transparent}.btn-outline-primary-stroke{color:#1d55a9;border-color:#1d55a9}.btn-outline-primary-stroke:hover{color:#fff;background-color:#1d55a9;border-color:#1d55a9}.btn-check:focus+.btn-outline-primary-stroke,.btn-outline-primary-stroke:focus{box-shadow:0 0 0 .25rem rgba(29,85,169,.5)}.btn-check:active+.btn-outline-primary-stroke,.btn-check:checked+.btn-outline-primary-stroke,.btn-outline-primary-stroke.active,.btn-outline-primary-stroke.dropdown-toggle.show,.btn-outline-primary-stroke:active{color:#fff;background-color:#1d55a9;border-color:#1d55a9}.btn-check:active+.btn-outline-primary-stroke:focus,.btn-check:checked+.btn-outline-primary-stroke:focus,.btn-outline-primary-stroke.active:focus,.btn-outline-primary-stroke.dropdown-toggle.show:focus,.btn-outline-primary-stroke:active:focus{box-shadow:0 0 0 .25rem rgba(29,85,169,.5)}.btn-outline-primary-stroke.disabled,.btn-outline-primary-stroke:disabled{color:#1d55a9;background-color:transparent}.btn-outline-primary-stroke-1{color:#6fa1d8;border-color:#6fa1d8}.btn-outline-primary-stroke-1:hover{color:#000;background-color:#6fa1d8;border-color:#6fa1d8}.btn-check:focus+.btn-outline-primary-stroke-1,.btn-outline-primary-stroke-1:focus{box-shadow:0 0 0 .25rem rgba(111,161,216,.5)}.btn-check:active+.btn-outline-primary-stroke-1,.btn-check:checked+.btn-outline-primary-stroke-1,.btn-outline-primary-stroke-1.active,.btn-outline-primary-stroke-1.dropdown-toggle.show,.btn-outline-primary-stroke-1:active{color:#000;background-color:#6fa1d8;border-color:#6fa1d8}.btn-check:active+.btn-outline-primary-stroke-1:focus,.btn-check:checked+.btn-outline-primary-stroke-1:focus,.btn-outline-primary-stroke-1.active:focus,.btn-outline-primary-stroke-1.dropdown-toggle.show:focus,.btn-outline-primary-stroke-1:active:focus{box-shadow:0 0 0 .25rem rgba(111,161,216,.5)}.btn-outline-primary-stroke-1.disabled,.btn-outline-primary-stroke-1:disabled{color:#6fa1d8;background-color:transparent}.btn-outline-primary-stroke-2{color:#d9ecf8;border-color:#d9ecf8}.btn-outline-primary-stroke-2:hover{color:#000;background-color:#d9ecf8;border-color:#d9ecf8}.btn-check:focus+.btn-outline-primary-stroke-2,.btn-outline-primary-stroke-2:focus{box-shadow:0 0 0 .25rem rgba(217,236,248,.5)}.btn-check:active+.btn-outline-primary-stroke-2,.btn-check:checked+.btn-outline-primary-stroke-2,.btn-outline-primary-stroke-2.active,.btn-outline-primary-stroke-2.dropdown-toggle.show,.btn-outline-primary-stroke-2:active{color:#000;background-color:#d9ecf8;border-color:#d9ecf8}.btn-check:active+.btn-outline-primary-stroke-2:focus,.btn-check:checked+.btn-outline-primary-stroke-2:focus,.btn-outline-primary-stroke-2.active:focus,.btn-outline-primary-stroke-2.dropdown-toggle.show:focus,.btn-outline-primary-stroke-2:active:focus{box-shadow:0 0 0 .25rem rgba(217,236,248,.5)}.btn-outline-primary-stroke-2.disabled,.btn-outline-primary-stroke-2:disabled{color:#d9ecf8;background-color:transparent}.btn-outline-profile{color:#101529;border-color:#101529}.btn-outline-profile:hover{color:#fff;background-color:#101529;border-color:#101529}.btn-check:focus+.btn-outline-profile,.btn-outline-profile:focus{box-shadow:0 0 0 .25rem rgba(16,21,41,.5)}.btn-check:active+.btn-outline-profile,.btn-check:checked+.btn-outline-profile,.btn-outline-profile.active,.btn-outline-profile.dropdown-toggle.show,.btn-outline-profile:active{color:#fff;background-color:#101529;border-color:#101529}.btn-check:active+.btn-outline-profile:focus,.btn-check:checked+.btn-outline-profile:focus,.btn-outline-profile.active:focus,.btn-outline-profile.dropdown-toggle.show:focus,.btn-outline-profile:active:focus{box-shadow:0 0 0 .25rem rgba(16,21,41,.5)}.btn-outline-profile.disabled,.btn-outline-profile:disabled{color:#101529;background-color:transparent}.btn-outline-profile-stroke{color:#1e4284;border-color:#1e4284}.btn-outline-profile-stroke:hover{color:#fff;background-color:#1e4284;border-color:#1e4284}.btn-check:focus+.btn-outline-profile-stroke,.btn-outline-profile-stroke:focus{box-shadow:0 0 0 .25rem rgba(30,66,132,.5)}.btn-check:active+.btn-outline-profile-stroke,.btn-check:checked+.btn-outline-profile-stroke,.btn-outline-profile-stroke.active,.btn-outline-profile-stroke.dropdown-toggle.show,.btn-outline-profile-stroke:active{color:#fff;background-color:#1e4284;border-color:#1e4284}.btn-check:active+.btn-outline-profile-stroke:focus,.btn-check:checked+.btn-outline-profile-stroke:focus,.btn-outline-profile-stroke.active:focus,.btn-outline-profile-stroke.dropdown-toggle.show:focus,.btn-outline-profile-stroke:active:focus{box-shadow:0 0 0 .25rem rgba(30,66,132,.5)}.btn-outline-profile-stroke.disabled,.btn-outline-profile-stroke:disabled{color:#1e4284;background-color:transparent}.btn-outline-profile-block{color:#171e3a;border-color:#171e3a}.btn-outline-profile-block:hover{color:#fff;background-color:#171e3a;border-color:#171e3a}.btn-check:focus+.btn-outline-profile-block,.btn-outline-profile-block:focus{box-shadow:0 0 0 .25rem rgba(23,30,58,.5)}.btn-check:active+.btn-outline-profile-block,.btn-check:checked+.btn-outline-profile-block,.btn-outline-profile-block.active,.btn-outline-profile-block.dropdown-toggle.show,.btn-outline-profile-block:active{color:#fff;background-color:#171e3a;border-color:#171e3a}.btn-check:active+.btn-outline-profile-block:focus,.btn-check:checked+.btn-outline-profile-block:focus,.btn-outline-profile-block.active:focus,.btn-outline-profile-block.dropdown-toggle.show:focus,.btn-outline-profile-block:active:focus{box-shadow:0 0 0 .25rem rgba(23,30,58,.5)}.btn-outline-profile-block.disabled,.btn-outline-profile-block:disabled{color:#171e3a;background-color:transparent}.btn-outline-profile-text{color:#c0d0f1;border-color:#c0d0f1}.btn-outline-profile-text:hover{color:#000;background-color:#c0d0f1;border-color:#c0d0f1}.btn-check:focus+.btn-outline-profile-text,.btn-outline-profile-text:focus{box-shadow:0 0 0 .25rem rgba(192,208,241,.5)}.btn-check:active+.btn-outline-profile-text,.btn-check:checked+.btn-outline-profile-text,.btn-outline-profile-text.active,.btn-outline-profile-text.dropdown-toggle.show,.btn-outline-profile-text:active{color:#000;background-color:#c0d0f1;border-color:#c0d0f1}.btn-check:active+.btn-outline-profile-text:focus,.btn-check:checked+.btn-outline-profile-text:focus,.btn-outline-profile-text.active:focus,.btn-outline-profile-text.dropdown-toggle.show:focus,.btn-outline-profile-text:active:focus{box-shadow:0 0 0 .25rem rgba(192,208,241,.5)}.btn-outline-profile-text.disabled,.btn-outline-profile-text:disabled{color:#c0d0f1;background-color:transparent}.btn-outline-secondary{color:#0a5aff;border-color:#0a5aff}.btn-outline-secondary:hover{color:#fff;background-color:#0a5aff;border-color:#0a5aff}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(10,90,255,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#0a5aff;border-color:#0a5aff}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(10,90,255,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#0a5aff;background-color:transparent}.btn-outline-secondary-50{color:#09f;border-color:#09f}.btn-outline-secondary-50:hover{color:#000;background-color:#09f;border-color:#09f}.btn-check:focus+.btn-outline-secondary-50,.btn-outline-secondary-50:focus{box-shadow:0 0 0 .25rem rgba(0,153,255,.5)}.btn-check:active+.btn-outline-secondary-50,.btn-check:checked+.btn-outline-secondary-50,.btn-outline-secondary-50.active,.btn-outline-secondary-50.dropdown-toggle.show,.btn-outline-secondary-50:active{color:#000;background-color:#09f;border-color:#09f}.btn-check:active+.btn-outline-secondary-50:focus,.btn-check:checked+.btn-outline-secondary-50:focus,.btn-outline-secondary-50.active:focus,.btn-outline-secondary-50.dropdown-toggle.show:focus,.btn-outline-secondary-50:active:focus{box-shadow:0 0 0 .25rem rgba(0,153,255,.5)}.btn-outline-secondary-50.disabled,.btn-outline-secondary-50:disabled{color:#09f;background-color:transparent}.btn-outline-secondary-100{color:#dcedff;border-color:#dcedff}.btn-outline-secondary-100:hover{color:#000;background-color:#dcedff;border-color:#dcedff}.btn-check:focus+.btn-outline-secondary-100,.btn-outline-secondary-100:focus{box-shadow:0 0 0 .25rem rgba(220,237,255,.5)}.btn-check:active+.btn-outline-secondary-100,.btn-check:checked+.btn-outline-secondary-100,.btn-outline-secondary-100.active,.btn-outline-secondary-100.dropdown-toggle.show,.btn-outline-secondary-100:active{color:#000;background-color:#dcedff;border-color:#dcedff}.btn-check:active+.btn-outline-secondary-100:focus,.btn-check:checked+.btn-outline-secondary-100:focus,.btn-outline-secondary-100.active:focus,.btn-outline-secondary-100.dropdown-toggle.show:focus,.btn-outline-secondary-100:active:focus{box-shadow:0 0 0 .25rem rgba(220,237,255,.5)}.btn-outline-secondary-100.disabled,.btn-outline-secondary-100:disabled{color:#dcedff;background-color:transparent}.btn-outline-secondary-light{color:#d5eeff;border-color:#d5eeff}.btn-outline-secondary-light:hover{color:#000;background-color:#d5eeff;border-color:#d5eeff}.btn-check:focus+.btn-outline-secondary-light,.btn-outline-secondary-light:focus{box-shadow:0 0 0 .25rem rgba(213,238,255,.5)}.btn-check:active+.btn-outline-secondary-light,.btn-check:checked+.btn-outline-secondary-light,.btn-outline-secondary-light.active,.btn-outline-secondary-light.dropdown-toggle.show,.btn-outline-secondary-light:active{color:#000;background-color:#d5eeff;border-color:#d5eeff}.btn-check:active+.btn-outline-secondary-light:focus,.btn-check:checked+.btn-outline-secondary-light:focus,.btn-outline-secondary-light.active:focus,.btn-outline-secondary-light.dropdown-toggle.show:focus,.btn-outline-secondary-light:active:focus{box-shadow:0 0 0 .25rem rgba(213,238,255,.5)}.btn-outline-secondary-light.disabled,.btn-outline-secondary-light:disabled{color:#d5eeff;background-color:transparent}.btn-outline-success{color:#1ab394;border-color:#1ab394}.btn-outline-success:hover{color:#000;background-color:#1ab394;border-color:#1ab394}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(26,179,148,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#000;background-color:#1ab394;border-color:#1ab394}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(26,179,148,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#1ab394;background-color:transparent}.btn-outline-success-light{color:#d1f0ea;border-color:#d1f0ea}.btn-outline-success-light:hover{color:#000;background-color:#d1f0ea;border-color:#d1f0ea}.btn-check:focus+.btn-outline-success-light,.btn-outline-success-light:focus{box-shadow:0 0 0 .25rem rgba(209,240,234,.5)}.btn-check:active+.btn-outline-success-light,.btn-check:checked+.btn-outline-success-light,.btn-outline-success-light.active,.btn-outline-success-light.dropdown-toggle.show,.btn-outline-success-light:active{color:#000;background-color:#d1f0ea;border-color:#d1f0ea}.btn-check:active+.btn-outline-success-light:focus,.btn-check:checked+.btn-outline-success-light:focus,.btn-outline-success-light.active:focus,.btn-outline-success-light.dropdown-toggle.show:focus,.btn-outline-success-light:active:focus{box-shadow:0 0 0 .25rem rgba(209,240,234,.5)}.btn-outline-success-light.disabled,.btn-outline-success-light:disabled{color:#d1f0ea;background-color:transparent}.btn-outline-success-bullet{color:#00ffd3;border-color:#00ffd3}.btn-outline-success-bullet:hover{color:#000;background-color:#00ffd3;border-color:#00ffd3}.btn-check:focus+.btn-outline-success-bullet,.btn-outline-success-bullet:focus{box-shadow:0 0 0 .25rem rgba(0,255,211,.5)}.btn-check:active+.btn-outline-success-bullet,.btn-check:checked+.btn-outline-success-bullet,.btn-outline-success-bullet.active,.btn-outline-success-bullet.dropdown-toggle.show,.btn-outline-success-bullet:active{color:#000;background-color:#00ffd3;border-color:#00ffd3}.btn-check:active+.btn-outline-success-bullet:focus,.btn-check:checked+.btn-outline-success-bullet:focus,.btn-outline-success-bullet.active:focus,.btn-outline-success-bullet.dropdown-toggle.show:focus,.btn-outline-success-bullet:active:focus{box-shadow:0 0 0 .25rem rgba(0,255,211,.5)}.btn-outline-success-bullet.disabled,.btn-outline-success-bullet:disabled{color:#00ffd3;background-color:transparent}.btn-outline-success-lighter{color:#ddf4ef;border-color:#ddf4ef}.btn-outline-success-lighter:hover{color:#000;background-color:#ddf4ef;border-color:#ddf4ef}.btn-check:focus+.btn-outline-success-lighter,.btn-outline-success-lighter:focus{box-shadow:0 0 0 .25rem rgba(221,244,239,.5)}.btn-check:active+.btn-outline-success-lighter,.btn-check:checked+.btn-outline-success-lighter,.btn-outline-success-lighter.active,.btn-outline-success-lighter.dropdown-toggle.show,.btn-outline-success-lighter:active{color:#000;background-color:#ddf4ef;border-color:#ddf4ef}.btn-check:active+.btn-outline-success-lighter:focus,.btn-check:checked+.btn-outline-success-lighter:focus,.btn-outline-success-lighter.active:focus,.btn-outline-success-lighter.dropdown-toggle.show:focus,.btn-outline-success-lighter:active:focus{box-shadow:0 0 0 .25rem rgba(221,244,239,.5)}.btn-outline-success-lighter.disabled,.btn-outline-success-lighter:disabled{color:#ddf4ef;background-color:transparent}.btn-outline-success-dark{color:#0f674c;border-color:#0f674c}.btn-outline-success-dark:hover{color:#fff;background-color:#0f674c;border-color:#0f674c}.btn-check:focus+.btn-outline-success-dark,.btn-outline-success-dark:focus{box-shadow:0 0 0 .25rem rgba(15,103,76,.5)}.btn-check:active+.btn-outline-success-dark,.btn-check:checked+.btn-outline-success-dark,.btn-outline-success-dark.active,.btn-outline-success-dark.dropdown-toggle.show,.btn-outline-success-dark:active{color:#fff;background-color:#0f674c;border-color:#0f674c}.btn-check:active+.btn-outline-success-dark:focus,.btn-check:checked+.btn-outline-success-dark:focus,.btn-outline-success-dark.active:focus,.btn-outline-success-dark.dropdown-toggle.show:focus,.btn-outline-success-dark:active:focus{box-shadow:0 0 0 .25rem rgba(15,103,76,.5)}.btn-outline-success-dark.disabled,.btn-outline-success-dark:disabled{color:#0f674c;background-color:transparent}.btn-outline-success-darken{color:#16878c;border-color:#16878c}.btn-outline-success-darken:hover{color:#000;background-color:#16878c;border-color:#16878c}.btn-check:focus+.btn-outline-success-darken,.btn-outline-success-darken:focus{box-shadow:0 0 0 .25rem rgba(22,135,140,.5)}.btn-check:active+.btn-outline-success-darken,.btn-check:checked+.btn-outline-success-darken,.btn-outline-success-darken.active,.btn-outline-success-darken.dropdown-toggle.show,.btn-outline-success-darken:active{color:#000;background-color:#16878c;border-color:#16878c}.btn-check:active+.btn-outline-success-darken:focus,.btn-check:checked+.btn-outline-success-darken:focus,.btn-outline-success-darken.active:focus,.btn-outline-success-darken.dropdown-toggle.show:focus,.btn-outline-success-darken:active:focus{box-shadow:0 0 0 .25rem rgba(22,135,140,.5)}.btn-outline-success-darken.disabled,.btn-outline-success-darken:disabled{color:#16878c;background-color:transparent}.btn-outline-info{color:#3b7ab5;border-color:#3b7ab5}.btn-outline-info:hover{color:#fff;background-color:#3b7ab5;border-color:#3b7ab5}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(59,122,181,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#fff;background-color:#3b7ab5;border-color:#3b7ab5}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(59,122,181,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#3b7ab5;background-color:transparent}.btn-outline-info-50{color:#004473;border-color:#004473}.btn-outline-info-50:hover{color:#fff;background-color:#004473;border-color:#004473}.btn-check:focus+.btn-outline-info-50,.btn-outline-info-50:focus{box-shadow:0 0 0 .25rem rgba(0,68,115,.5)}.btn-check:active+.btn-outline-info-50,.btn-check:checked+.btn-outline-info-50,.btn-outline-info-50.active,.btn-outline-info-50.dropdown-toggle.show,.btn-outline-info-50:active{color:#fff;background-color:#004473;border-color:#004473}.btn-check:active+.btn-outline-info-50:focus,.btn-check:checked+.btn-outline-info-50:focus,.btn-outline-info-50.active:focus,.btn-outline-info-50.dropdown-toggle.show:focus,.btn-outline-info-50:active:focus{box-shadow:0 0 0 .25rem rgba(0,68,115,.5)}.btn-outline-info-50.disabled,.btn-outline-info-50:disabled{color:#004473;background-color:transparent}.btn-outline-info-100{color:#007aff;border-color:#007aff}.btn-outline-info-100:hover{color:#000;background-color:#007aff;border-color:#007aff}.btn-check:focus+.btn-outline-info-100,.btn-outline-info-100:focus{box-shadow:0 0 0 .25rem rgba(0,122,255,.5)}.btn-check:active+.btn-outline-info-100,.btn-check:checked+.btn-outline-info-100,.btn-outline-info-100.active,.btn-outline-info-100.dropdown-toggle.show,.btn-outline-info-100:active{color:#000;background-color:#007aff;border-color:#007aff}.btn-check:active+.btn-outline-info-100:focus,.btn-check:checked+.btn-outline-info-100:focus,.btn-outline-info-100.active:focus,.btn-outline-info-100.dropdown-toggle.show:focus,.btn-outline-info-100:active:focus{box-shadow:0 0 0 .25rem rgba(0,122,255,.5)}.btn-outline-info-100.disabled,.btn-outline-info-100:disabled{color:#007aff;background-color:transparent}.btn-outline-info-300{color:#d5eeff;border-color:#d5eeff}.btn-outline-info-300:hover{color:#000;background-color:#d5eeff;border-color:#d5eeff}.btn-check:focus+.btn-outline-info-300,.btn-outline-info-300:focus{box-shadow:0 0 0 .25rem rgba(213,238,255,.5)}.btn-check:active+.btn-outline-info-300,.btn-check:checked+.btn-outline-info-300,.btn-outline-info-300.active,.btn-outline-info-300.dropdown-toggle.show,.btn-outline-info-300:active{color:#000;background-color:#d5eeff;border-color:#d5eeff}.btn-check:active+.btn-outline-info-300:focus,.btn-check:checked+.btn-outline-info-300:focus,.btn-outline-info-300.active:focus,.btn-outline-info-300.dropdown-toggle.show:focus,.btn-outline-info-300:active:focus{box-shadow:0 0 0 .25rem rgba(213,238,255,.5)}.btn-outline-info-300.disabled,.btn-outline-info-300:disabled{color:#d5eeff;background-color:transparent}.btn-outline-info-stroke{color:rgba(186,186,208,.502);border-color:rgba(186,186,208,.502)}.btn-outline-info-stroke:hover{color:#000;background-color:rgba(186,186,208,.502);border-color:rgba(186,186,208,.502)}.btn-check:focus+.btn-outline-info-stroke,.btn-outline-info-stroke:focus{box-shadow:0 0 0 .25rem rgba(186,186,208,.5)}.btn-check:active+.btn-outline-info-stroke,.btn-check:checked+.btn-outline-info-stroke,.btn-outline-info-stroke.active,.btn-outline-info-stroke.dropdown-toggle.show,.btn-outline-info-stroke:active{color:#000;background-color:rgba(186,186,208,.502);border-color:rgba(186,186,208,.502)}.btn-check:active+.btn-outline-info-stroke:focus,.btn-check:checked+.btn-outline-info-stroke:focus,.btn-outline-info-stroke.active:focus,.btn-outline-info-stroke.dropdown-toggle.show:focus,.btn-outline-info-stroke:active:focus{box-shadow:0 0 0 .25rem rgba(186,186,208,.5)}.btn-outline-info-stroke.disabled,.btn-outline-info-stroke:disabled{color:rgba(186,186,208,.502);background-color:transparent}.btn-outline-info-stroke-1{color:#1e4284;border-color:#1e4284}.btn-outline-info-stroke-1:hover{color:#fff;background-color:#1e4284;border-color:#1e4284}.btn-check:focus+.btn-outline-info-stroke-1,.btn-outline-info-stroke-1:focus{box-shadow:0 0 0 .25rem rgba(30,66,132,.5)}.btn-check:active+.btn-outline-info-stroke-1,.btn-check:checked+.btn-outline-info-stroke-1,.btn-outline-info-stroke-1.active,.btn-outline-info-stroke-1.dropdown-toggle.show,.btn-outline-info-stroke-1:active{color:#fff;background-color:#1e4284;border-color:#1e4284}.btn-check:active+.btn-outline-info-stroke-1:focus,.btn-check:checked+.btn-outline-info-stroke-1:focus,.btn-outline-info-stroke-1.active:focus,.btn-outline-info-stroke-1.dropdown-toggle.show:focus,.btn-outline-info-stroke-1:active:focus{box-shadow:0 0 0 .25rem rgba(30,66,132,.5)}.btn-outline-info-stroke-1.disabled,.btn-outline-info-stroke-1:disabled{color:#1e4284;background-color:transparent}.btn-outline-warning{color:#f93;border-color:#f93}.btn-outline-warning:hover{color:#000;background-color:#f93;border-color:#f93}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,153,51,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#f93;border-color:#f93}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,153,51,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f93;background-color:transparent}.btn-outline-warning-50{color:#ffc700;border-color:#ffc700}.btn-outline-warning-50:hover{color:#000;background-color:#ffc700;border-color:#ffc700}.btn-check:focus+.btn-outline-warning-50,.btn-outline-warning-50:focus{box-shadow:0 0 0 .25rem rgba(255,199,0,.5)}.btn-check:active+.btn-outline-warning-50,.btn-check:checked+.btn-outline-warning-50,.btn-outline-warning-50.active,.btn-outline-warning-50.dropdown-toggle.show,.btn-outline-warning-50:active{color:#000;background-color:#ffc700;border-color:#ffc700}.btn-check:active+.btn-outline-warning-50:focus,.btn-check:checked+.btn-outline-warning-50:focus,.btn-outline-warning-50.active:focus,.btn-outline-warning-50.dropdown-toggle.show:focus,.btn-outline-warning-50:active:focus{box-shadow:0 0 0 .25rem rgba(255,199,0,.5)}.btn-outline-warning-50.disabled,.btn-outline-warning-50:disabled{color:#ffc700;background-color:transparent}.btn-outline-warning-100{color:#f90;border-color:#f90}.btn-outline-warning-100:hover{color:#000;background-color:#f90;border-color:#f90}.btn-check:focus+.btn-outline-warning-100,.btn-outline-warning-100:focus{box-shadow:0 0 0 .25rem rgba(255,153,0,.5)}.btn-check:active+.btn-outline-warning-100,.btn-check:checked+.btn-outline-warning-100,.btn-outline-warning-100.active,.btn-outline-warning-100.dropdown-toggle.show,.btn-outline-warning-100:active{color:#000;background-color:#f90;border-color:#f90}.btn-check:active+.btn-outline-warning-100:focus,.btn-check:checked+.btn-outline-warning-100:focus,.btn-outline-warning-100.active:focus,.btn-outline-warning-100.dropdown-toggle.show:focus,.btn-outline-warning-100:active:focus{box-shadow:0 0 0 .25rem rgba(255,153,0,.5)}.btn-outline-warning-100.disabled,.btn-outline-warning-100:disabled{color:#f90;background-color:transparent}.btn-outline-warning-title{color:#f9b361;border-color:#f9b361}.btn-outline-warning-title:hover{color:#000;background-color:#f9b361;border-color:#f9b361}.btn-check:focus+.btn-outline-warning-title,.btn-outline-warning-title:focus{box-shadow:0 0 0 .25rem rgba(249,179,97,.5)}.btn-check:active+.btn-outline-warning-title,.btn-check:checked+.btn-outline-warning-title,.btn-outline-warning-title.active,.btn-outline-warning-title.dropdown-toggle.show,.btn-outline-warning-title:active{color:#000;background-color:#f9b361;border-color:#f9b361}.btn-check:active+.btn-outline-warning-title:focus,.btn-check:checked+.btn-outline-warning-title:focus,.btn-outline-warning-title.active:focus,.btn-outline-warning-title.dropdown-toggle.show:focus,.btn-outline-warning-title:active:focus{box-shadow:0 0 0 .25rem rgba(249,179,97,.5)}.btn-outline-warning-title.disabled,.btn-outline-warning-title:disabled{color:#f9b361;background-color:transparent}.btn-outline-warning-light{color:#f7efe9;border-color:#f7efe9}.btn-outline-warning-light:hover{color:#000;background-color:#f7efe9;border-color:#f7efe9}.btn-check:focus+.btn-outline-warning-light,.btn-outline-warning-light:focus{box-shadow:0 0 0 .25rem hsla(26,47%,94%,.5)}.btn-check:active+.btn-outline-warning-light,.btn-check:checked+.btn-outline-warning-light,.btn-outline-warning-light.active,.btn-outline-warning-light.dropdown-toggle.show,.btn-outline-warning-light:active{color:#000;background-color:#f7efe9;border-color:#f7efe9}.btn-check:active+.btn-outline-warning-light:focus,.btn-check:checked+.btn-outline-warning-light:focus,.btn-outline-warning-light.active:focus,.btn-outline-warning-light.dropdown-toggle.show:focus,.btn-outline-warning-light:active:focus{box-shadow:0 0 0 .25rem hsla(26,47%,94%,.5)}.btn-outline-warning-light.disabled,.btn-outline-warning-light:disabled{color:#f7efe9;background-color:transparent}.btn-outline-warning-bg{color:#fbf8d9;border-color:#fbf8d9}.btn-outline-warning-bg:hover{color:#000;background-color:#fbf8d9;border-color:#fbf8d9}.btn-check:focus+.btn-outline-warning-bg,.btn-outline-warning-bg:focus{box-shadow:0 0 0 .25rem hsla(55,81%,92%,.5)}.btn-check:active+.btn-outline-warning-bg,.btn-check:checked+.btn-outline-warning-bg,.btn-outline-warning-bg.active,.btn-outline-warning-bg.dropdown-toggle.show,.btn-outline-warning-bg:active{color:#000;background-color:#fbf8d9;border-color:#fbf8d9}.btn-check:active+.btn-outline-warning-bg:focus,.btn-check:checked+.btn-outline-warning-bg:focus,.btn-outline-warning-bg.active:focus,.btn-outline-warning-bg.dropdown-toggle.show:focus,.btn-outline-warning-bg:active:focus{box-shadow:0 0 0 .25rem hsla(55,81%,92%,.5)}.btn-outline-warning-bg.disabled,.btn-outline-warning-bg:disabled{color:#fbf8d9;background-color:transparent}.btn-outline-warning-bg-1{color:#fff7ec;border-color:#fff7ec}.btn-outline-warning-bg-1:hover{color:#000;background-color:#fff7ec;border-color:#fff7ec}.btn-check:focus+.btn-outline-warning-bg-1,.btn-outline-warning-bg-1:focus{box-shadow:0 0 0 .25rem rgba(255,247,236,.5)}.btn-check:active+.btn-outline-warning-bg-1,.btn-check:checked+.btn-outline-warning-bg-1,.btn-outline-warning-bg-1.active,.btn-outline-warning-bg-1.dropdown-toggle.show,.btn-outline-warning-bg-1:active{color:#000;background-color:#fff7ec;border-color:#fff7ec}.btn-check:active+.btn-outline-warning-bg-1:focus,.btn-check:checked+.btn-outline-warning-bg-1:focus,.btn-outline-warning-bg-1.active:focus,.btn-outline-warning-bg-1.dropdown-toggle.show:focus,.btn-outline-warning-bg-1:active:focus{box-shadow:0 0 0 .25rem rgba(255,247,236,.5)}.btn-outline-warning-bg-1.disabled,.btn-outline-warning-bg-1:disabled{color:#fff7ec;background-color:transparent}.btn-outline-warning-bg-2{color:#fff1e7;border-color:#fff1e7}.btn-outline-warning-bg-2:hover{color:#000;background-color:#fff1e7;border-color:#fff1e7}.btn-check:focus+.btn-outline-warning-bg-2,.btn-outline-warning-bg-2:focus{box-shadow:0 0 0 .25rem rgba(255,241,231,.5)}.btn-check:active+.btn-outline-warning-bg-2,.btn-check:checked+.btn-outline-warning-bg-2,.btn-outline-warning-bg-2.active,.btn-outline-warning-bg-2.dropdown-toggle.show,.btn-outline-warning-bg-2:active{color:#000;background-color:#fff1e7;border-color:#fff1e7}.btn-check:active+.btn-outline-warning-bg-2:focus,.btn-check:checked+.btn-outline-warning-bg-2:focus,.btn-outline-warning-bg-2.active:focus,.btn-outline-warning-bg-2.dropdown-toggle.show:focus,.btn-outline-warning-bg-2:active:focus{box-shadow:0 0 0 .25rem rgba(255,241,231,.5)}.btn-outline-warning-bg-2.disabled,.btn-outline-warning-bg-2:disabled{color:#fff1e7;background-color:transparent}.btn-outline-danger{color:#cc222c;border-color:#cc222c}.btn-outline-danger:hover{color:#fff;background-color:#cc222c;border-color:#cc222c}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(204,34,44,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#cc222c;border-color:#cc222c}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(204,34,44,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#cc222c;background-color:transparent}.btn-outline-danger-50{color:#ff3d12;border-color:#ff3d12}.btn-outline-danger-50:hover{color:#000;background-color:#ff3d12;border-color:#ff3d12}.btn-check:focus+.btn-outline-danger-50,.btn-outline-danger-50:focus{box-shadow:0 0 0 .25rem rgba(255,61,18,.5)}.btn-check:active+.btn-outline-danger-50,.btn-check:checked+.btn-outline-danger-50,.btn-outline-danger-50.active,.btn-outline-danger-50.dropdown-toggle.show,.btn-outline-danger-50:active{color:#000;background-color:#ff3d12;border-color:#ff3d12}.btn-check:active+.btn-outline-danger-50:focus,.btn-check:checked+.btn-outline-danger-50:focus,.btn-outline-danger-50.active:focus,.btn-outline-danger-50.dropdown-toggle.show:focus,.btn-outline-danger-50:active:focus{box-shadow:0 0 0 .25rem rgba(255,61,18,.5)}.btn-outline-danger-50.disabled,.btn-outline-danger-50:disabled{color:#ff3d12;background-color:transparent}.btn-outline-danger-light{color:#fee2e2;border-color:#fee2e2}.btn-outline-danger-light:hover{color:#000;background-color:#fee2e2;border-color:#fee2e2}.btn-check:focus+.btn-outline-danger-light,.btn-outline-danger-light:focus{box-shadow:0 0 0 .25rem hsla(0,93%,94%,.5)}.btn-check:active+.btn-outline-danger-light,.btn-check:checked+.btn-outline-danger-light,.btn-outline-danger-light.active,.btn-outline-danger-light.dropdown-toggle.show,.btn-outline-danger-light:active{color:#000;background-color:#fee2e2;border-color:#fee2e2}.btn-check:active+.btn-outline-danger-light:focus,.btn-check:checked+.btn-outline-danger-light:focus,.btn-outline-danger-light.active:focus,.btn-outline-danger-light.dropdown-toggle.show:focus,.btn-outline-danger-light:active:focus{box-shadow:0 0 0 .25rem hsla(0,93%,94%,.5)}.btn-outline-danger-light.disabled,.btn-outline-danger-light:disabled{color:#fee2e2;background-color:transparent}.btn-outline-danger-dark{color:#c8192e;border-color:#c8192e}.btn-outline-danger-dark:hover{color:#fff;background-color:#c8192e;border-color:#c8192e}.btn-check:focus+.btn-outline-danger-dark,.btn-outline-danger-dark:focus{box-shadow:0 0 0 .25rem rgba(200,25,46,.5)}.btn-check:active+.btn-outline-danger-dark,.btn-check:checked+.btn-outline-danger-dark,.btn-outline-danger-dark.active,.btn-outline-danger-dark.dropdown-toggle.show,.btn-outline-danger-dark:active{color:#fff;background-color:#c8192e;border-color:#c8192e}.btn-check:active+.btn-outline-danger-dark:focus,.btn-check:checked+.btn-outline-danger-dark:focus,.btn-outline-danger-dark.active:focus,.btn-outline-danger-dark.dropdown-toggle.show:focus,.btn-outline-danger-dark:active:focus{box-shadow:0 0 0 .25rem rgba(200,25,46,.5)}.btn-outline-danger-dark.disabled,.btn-outline-danger-dark:disabled{color:#c8192e;background-color:transparent}.btn-outline-light{color:#f0f3fb;border-color:#f0f3fb}.btn-outline-light:hover{color:#000;background-color:#f0f3fb;border-color:#f0f3fb}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(240,243,251,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f0f3fb;border-color:#f0f3fb}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(240,243,251,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f0f3fb;background-color:transparent}.btn-outline-dark{color:#222328;border-color:#222328}.btn-outline-dark:hover{color:#fff;background-color:#222328;border-color:#222328}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(34,35,40,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#222328;border-color:#222328}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(34,35,40,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#222328;background-color:transparent}.btn-outline-dark-50{color:#0c1425;border-color:#0c1425}.btn-outline-dark-50:hover{color:#fff;background-color:#0c1425;border-color:#0c1425}.btn-check:focus+.btn-outline-dark-50,.btn-outline-dark-50:focus{box-shadow:0 0 0 .25rem rgba(12,20,37,.5)}.btn-check:active+.btn-outline-dark-50,.btn-check:checked+.btn-outline-dark-50,.btn-outline-dark-50.active,.btn-outline-dark-50.dropdown-toggle.show,.btn-outline-dark-50:active{color:#fff;background-color:#0c1425;border-color:#0c1425}.btn-check:active+.btn-outline-dark-50:focus,.btn-check:checked+.btn-outline-dark-50:focus,.btn-outline-dark-50.active:focus,.btn-outline-dark-50.dropdown-toggle.show:focus,.btn-outline-dark-50:active:focus{box-shadow:0 0 0 .25rem rgba(12,20,37,.5)}.btn-outline-dark-50.disabled,.btn-outline-dark-50:disabled{color:#0c1425;background-color:transparent}.btn-outline-dark-100{color:#24363f;border-color:#24363f}.btn-outline-dark-100:hover{color:#fff;background-color:#24363f;border-color:#24363f}.btn-check:focus+.btn-outline-dark-100,.btn-outline-dark-100:focus{box-shadow:0 0 0 .25rem rgba(36,54,63,.5)}.btn-check:active+.btn-outline-dark-100,.btn-check:checked+.btn-outline-dark-100,.btn-outline-dark-100.active,.btn-outline-dark-100.dropdown-toggle.show,.btn-outline-dark-100:active{color:#fff;background-color:#24363f;border-color:#24363f}.btn-check:active+.btn-outline-dark-100:focus,.btn-check:checked+.btn-outline-dark-100:focus,.btn-outline-dark-100.active:focus,.btn-outline-dark-100.dropdown-toggle.show:focus,.btn-outline-dark-100:active:focus{box-shadow:0 0 0 .25rem rgba(36,54,63,.5)}.btn-outline-dark-100.disabled,.btn-outline-dark-100:disabled{color:#24363f;background-color:transparent}.btn-outline-blue{color:#15b2e5;border-color:#15b2e5}.btn-outline-blue:hover{color:#000;background-color:#15b2e5;border-color:#15b2e5}.btn-check:focus+.btn-outline-blue,.btn-outline-blue:focus{box-shadow:0 0 0 .25rem rgba(21,178,229,.5)}.btn-check:active+.btn-outline-blue,.btn-check:checked+.btn-outline-blue,.btn-outline-blue.active,.btn-outline-blue.dropdown-toggle.show,.btn-outline-blue:active{color:#000;background-color:#15b2e5;border-color:#15b2e5}.btn-check:active+.btn-outline-blue:focus,.btn-check:checked+.btn-outline-blue:focus,.btn-outline-blue.active:focus,.btn-outline-blue.dropdown-toggle.show:focus,.btn-outline-blue:active:focus{box-shadow:0 0 0 .25rem rgba(21,178,229,.5)}.btn-outline-blue.disabled,.btn-outline-blue:disabled{color:#15b2e5;background-color:transparent}.btn-outline-purple{color:#6a3e73;border-color:#6a3e73}.btn-outline-purple:hover{color:#fff;background-color:#6a3e73;border-color:#6a3e73}.btn-check:focus+.btn-outline-purple,.btn-outline-purple:focus{box-shadow:0 0 0 .25rem rgba(106,62,115,.5)}.btn-check:active+.btn-outline-purple,.btn-check:checked+.btn-outline-purple,.btn-outline-purple.active,.btn-outline-purple.dropdown-toggle.show,.btn-outline-purple:active{color:#fff;background-color:#6a3e73;border-color:#6a3e73}.btn-check:active+.btn-outline-purple:focus,.btn-check:checked+.btn-outline-purple:focus,.btn-outline-purple.active:focus,.btn-outline-purple.dropdown-toggle.show:focus,.btn-outline-purple:active:focus{box-shadow:0 0 0 .25rem rgba(106,62,115,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{color:#6a3e73;background-color:transparent}.btn-outline-purple-light{color:rgba(232,205,231,.502);border-color:rgba(232,205,231,.502)}.btn-outline-purple-light:hover{color:#000;background-color:rgba(232,205,231,.502);border-color:rgba(232,205,231,.502)}.btn-check:focus+.btn-outline-purple-light,.btn-outline-purple-light:focus{box-shadow:0 0 0 .25rem rgba(232,205,231,.5)}.btn-check:active+.btn-outline-purple-light,.btn-check:checked+.btn-outline-purple-light,.btn-outline-purple-light.active,.btn-outline-purple-light.dropdown-toggle.show,.btn-outline-purple-light:active{color:#000;background-color:rgba(232,205,231,.502);border-color:rgba(232,205,231,.502)}.btn-check:active+.btn-outline-purple-light:focus,.btn-check:checked+.btn-outline-purple-light:focus,.btn-outline-purple-light.active:focus,.btn-outline-purple-light.dropdown-toggle.show:focus,.btn-outline-purple-light:active:focus{box-shadow:0 0 0 .25rem rgba(232,205,231,.5)}.btn-outline-purple-light.disabled,.btn-outline-purple-light:disabled{color:rgba(232,205,231,.502);background-color:transparent}.btn-outline-body-1{color:#3c3c43;border-color:#3c3c43}.btn-outline-body-1:hover{color:#fff;background-color:#3c3c43;border-color:#3c3c43}.btn-check:focus+.btn-outline-body-1,.btn-outline-body-1:focus{box-shadow:0 0 0 .25rem rgba(60,60,67,.5)}.btn-check:active+.btn-outline-body-1,.btn-check:checked+.btn-outline-body-1,.btn-outline-body-1.active,.btn-outline-body-1.dropdown-toggle.show,.btn-outline-body-1:active{color:#fff;background-color:#3c3c43;border-color:#3c3c43}.btn-check:active+.btn-outline-body-1:focus,.btn-check:checked+.btn-outline-body-1:focus,.btn-outline-body-1.active:focus,.btn-outline-body-1.dropdown-toggle.show:focus,.btn-outline-body-1:active:focus{box-shadow:0 0 0 .25rem rgba(60,60,67,.5)}.btn-outline-body-1.disabled,.btn-outline-body-1:disabled{color:#3c3c43;background-color:transparent}.btn-outline-body-2{color:#ebebf5;border-color:#ebebf5}.btn-outline-body-2:hover{color:#000;background-color:#ebebf5;border-color:#ebebf5}.btn-check:focus+.btn-outline-body-2,.btn-outline-body-2:focus{box-shadow:0 0 0 .25rem rgba(235,235,245,.5)}.btn-check:active+.btn-outline-body-2,.btn-check:checked+.btn-outline-body-2,.btn-outline-body-2.active,.btn-outline-body-2.dropdown-toggle.show,.btn-outline-body-2:active{color:#000;background-color:#ebebf5;border-color:#ebebf5}.btn-check:active+.btn-outline-body-2:focus,.btn-check:checked+.btn-outline-body-2:focus,.btn-outline-body-2.active:focus,.btn-outline-body-2.dropdown-toggle.show:focus,.btn-outline-body-2:active:focus{box-shadow:0 0 0 .25rem rgba(235,235,245,.5)}.btn-outline-body-2.disabled,.btn-outline-body-2:disabled{color:#ebebf5;background-color:transparent}.btn-outline-gray-body{color:#97979e;border-color:#97979e}.btn-outline-gray-body:hover{color:#000;background-color:#97979e;border-color:#97979e}.btn-check:focus+.btn-outline-gray-body,.btn-outline-gray-body:focus{box-shadow:0 0 0 .25rem hsla(240,3%,61%,.5)}.btn-check:active+.btn-outline-gray-body,.btn-check:checked+.btn-outline-gray-body,.btn-outline-gray-body.active,.btn-outline-gray-body.dropdown-toggle.show,.btn-outline-gray-body:active{color:#000;background-color:#97979e;border-color:#97979e}.btn-check:active+.btn-outline-gray-body:focus,.btn-check:checked+.btn-outline-gray-body:focus,.btn-outline-gray-body.active:focus,.btn-outline-gray-body.dropdown-toggle.show:focus,.btn-outline-gray-body:active:focus{box-shadow:0 0 0 .25rem hsla(240,3%,61%,.5)}.btn-outline-gray-body.disabled,.btn-outline-gray-body:disabled{color:#97979e;background-color:transparent}.btn-outline-gray-border{color:#d1d2d6;border-color:#d1d2d6}.btn-outline-gray-border:hover{color:#000;background-color:#d1d2d6;border-color:#d1d2d6}.btn-check:focus+.btn-outline-gray-border,.btn-outline-gray-border:focus{box-shadow:0 0 0 .25rem hsla(228,6%,83%,.5)}.btn-check:active+.btn-outline-gray-border,.btn-check:checked+.btn-outline-gray-border,.btn-outline-gray-border.active,.btn-outline-gray-border.dropdown-toggle.show,.btn-outline-gray-border:active{color:#000;background-color:#d1d2d6;border-color:#d1d2d6}.btn-check:active+.btn-outline-gray-border:focus,.btn-check:checked+.btn-outline-gray-border:focus,.btn-outline-gray-border.active:focus,.btn-outline-gray-border.dropdown-toggle.show:focus,.btn-outline-gray-border:active:focus{box-shadow:0 0 0 .25rem hsla(228,6%,83%,.5)}.btn-outline-gray-border.disabled,.btn-outline-gray-border:disabled{color:#d1d2d6;background-color:transparent}.btn-outline-gray-50{color:#f8f9fd;border-color:#f8f9fd}.btn-outline-gray-50:hover{color:#000;background-color:#f8f9fd;border-color:#f8f9fd}.btn-check:focus+.btn-outline-gray-50,.btn-outline-gray-50:focus{box-shadow:0 0 0 .25rem rgba(248,249,253,.5)}.btn-check:active+.btn-outline-gray-50,.btn-check:checked+.btn-outline-gray-50,.btn-outline-gray-50.active,.btn-outline-gray-50.dropdown-toggle.show,.btn-outline-gray-50:active{color:#000;background-color:#f8f9fd;border-color:#f8f9fd}.btn-check:active+.btn-outline-gray-50:focus,.btn-check:checked+.btn-outline-gray-50:focus,.btn-outline-gray-50.active:focus,.btn-outline-gray-50.dropdown-toggle.show:focus,.btn-outline-gray-50:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,253,.5)}.btn-outline-gray-50.disabled,.btn-outline-gray-50:disabled{color:#f8f9fd;background-color:transparent}.btn-outline-gray-100{color:#f0f3fb;border-color:#f0f3fb}.btn-outline-gray-100:hover{color:#000;background-color:#f0f3fb;border-color:#f0f3fb}.btn-check:focus+.btn-outline-gray-100,.btn-outline-gray-100:focus{box-shadow:0 0 0 .25rem rgba(240,243,251,.5)}.btn-check:active+.btn-outline-gray-100,.btn-check:checked+.btn-outline-gray-100,.btn-outline-gray-100.active,.btn-outline-gray-100.dropdown-toggle.show,.btn-outline-gray-100:active{color:#000;background-color:#f0f3fb;border-color:#f0f3fb}.btn-check:active+.btn-outline-gray-100:focus,.btn-check:checked+.btn-outline-gray-100:focus,.btn-outline-gray-100.active:focus,.btn-outline-gray-100.dropdown-toggle.show:focus,.btn-outline-gray-100:active:focus{box-shadow:0 0 0 .25rem rgba(240,243,251,.5)}.btn-outline-gray-100.disabled,.btn-outline-gray-100:disabled{color:#f0f3fb;background-color:transparent}.btn-outline-gray-200{color:#e6e7e9;border-color:#e6e7e9}.btn-outline-gray-200:hover{color:#000;background-color:#e6e7e9;border-color:#e6e7e9}.btn-check:focus+.btn-outline-gray-200,.btn-outline-gray-200:focus{box-shadow:0 0 0 .25rem hsla(220,6%,91%,.5)}.btn-check:active+.btn-outline-gray-200,.btn-check:checked+.btn-outline-gray-200,.btn-outline-gray-200.active,.btn-outline-gray-200.dropdown-toggle.show,.btn-outline-gray-200:active{color:#000;background-color:#e6e7e9;border-color:#e6e7e9}.btn-check:active+.btn-outline-gray-200:focus,.btn-check:checked+.btn-outline-gray-200:focus,.btn-outline-gray-200.active:focus,.btn-outline-gray-200.dropdown-toggle.show:focus,.btn-outline-gray-200:active:focus{box-shadow:0 0 0 .25rem hsla(220,6%,91%,.5)}.btn-outline-gray-200.disabled,.btn-outline-gray-200:disabled{color:#e6e7e9;background-color:transparent}.btn-outline-gray-300{color:#ebeeef;border-color:#ebeeef}.btn-outline-gray-300:hover{color:#000;background-color:#ebeeef;border-color:#ebeeef}.btn-check:focus+.btn-outline-gray-300,.btn-outline-gray-300:focus{box-shadow:0 0 0 .25rem rgba(235,238,239,.5)}.btn-check:active+.btn-outline-gray-300,.btn-check:checked+.btn-outline-gray-300,.btn-outline-gray-300.active,.btn-outline-gray-300.dropdown-toggle.show,.btn-outline-gray-300:active{color:#000;background-color:#ebeeef;border-color:#ebeeef}.btn-check:active+.btn-outline-gray-300:focus,.btn-check:checked+.btn-outline-gray-300:focus,.btn-outline-gray-300.active:focus,.btn-outline-gray-300.dropdown-toggle.show:focus,.btn-outline-gray-300:active:focus{box-shadow:0 0 0 .25rem rgba(235,238,239,.5)}.btn-outline-gray-300.disabled,.btn-outline-gray-300:disabled{color:#ebeeef;background-color:transparent}.btn-outline-gray-400{color:#c8c8db;border-color:#c8c8db}.btn-outline-gray-400:hover{color:#000;background-color:#c8c8db;border-color:#c8c8db}.btn-check:focus+.btn-outline-gray-400,.btn-outline-gray-400:focus{box-shadow:0 0 0 .25rem rgba(200,200,219,.5)}.btn-check:active+.btn-outline-gray-400,.btn-check:checked+.btn-outline-gray-400,.btn-outline-gray-400.active,.btn-outline-gray-400.dropdown-toggle.show,.btn-outline-gray-400:active{color:#000;background-color:#c8c8db;border-color:#c8c8db}.btn-check:active+.btn-outline-gray-400:focus,.btn-check:checked+.btn-outline-gray-400:focus,.btn-outline-gray-400.active:focus,.btn-outline-gray-400.dropdown-toggle.show:focus,.btn-outline-gray-400:active:focus{box-shadow:0 0 0 .25rem rgba(200,200,219,.5)}.btn-outline-gray-400.disabled,.btn-outline-gray-400:disabled{color:#c8c8db;background-color:transparent}.btn-outline-gray-500{color:#5f5e70;border-color:#5f5e70}.btn-outline-gray-500:hover{color:#fff;background-color:#5f5e70;border-color:#5f5e70}.btn-check:focus+.btn-outline-gray-500,.btn-outline-gray-500:focus{box-shadow:0 0 0 .25rem rgba(95,94,112,.5)}.btn-check:active+.btn-outline-gray-500,.btn-check:checked+.btn-outline-gray-500,.btn-outline-gray-500.active,.btn-outline-gray-500.dropdown-toggle.show,.btn-outline-gray-500:active{color:#fff;background-color:#5f5e70;border-color:#5f5e70}.btn-check:active+.btn-outline-gray-500:focus,.btn-check:checked+.btn-outline-gray-500:focus,.btn-outline-gray-500.active:focus,.btn-outline-gray-500.dropdown-toggle.show:focus,.btn-outline-gray-500:active:focus{box-shadow:0 0 0 .25rem rgba(95,94,112,.5)}.btn-outline-gray-500.disabled,.btn-outline-gray-500:disabled{color:#5f5e70;background-color:transparent}.btn-outline-gray-600{color:#8a8a8e;border-color:#8a8a8e}.btn-outline-gray-600:hover{color:#000;background-color:#8a8a8e;border-color:#8a8a8e}.btn-check:focus+.btn-outline-gray-600,.btn-outline-gray-600:focus{box-shadow:0 0 0 .25rem hsla(240,2%,55%,.5)}.btn-check:active+.btn-outline-gray-600,.btn-check:checked+.btn-outline-gray-600,.btn-outline-gray-600.active,.btn-outline-gray-600.dropdown-toggle.show,.btn-outline-gray-600:active{color:#000;background-color:#8a8a8e;border-color:#8a8a8e}.btn-check:active+.btn-outline-gray-600:focus,.btn-check:checked+.btn-outline-gray-600:focus,.btn-outline-gray-600.active:focus,.btn-outline-gray-600.dropdown-toggle.show:focus,.btn-outline-gray-600:active:focus{box-shadow:0 0 0 .25rem hsla(240,2%,55%,.5)}.btn-outline-gray-600.disabled,.btn-outline-gray-600:disabled{color:#8a8a8e;background-color:transparent}.btn-outline-gray-700{color:#3e545e;border-color:#3e545e}.btn-outline-gray-700:hover{color:#fff;background-color:#3e545e;border-color:#3e545e}.btn-check:focus+.btn-outline-gray-700,.btn-outline-gray-700:focus{box-shadow:0 0 0 .25rem rgba(62,84,94,.5)}.btn-check:active+.btn-outline-gray-700,.btn-check:checked+.btn-outline-gray-700,.btn-outline-gray-700.active,.btn-outline-gray-700.dropdown-toggle.show,.btn-outline-gray-700:active{color:#fff;background-color:#3e545e;border-color:#3e545e}.btn-check:active+.btn-outline-gray-700:focus,.btn-check:checked+.btn-outline-gray-700:focus,.btn-outline-gray-700.active:focus,.btn-outline-gray-700.dropdown-toggle.show:focus,.btn-outline-gray-700:active:focus{box-shadow:0 0 0 .25rem rgba(62,84,94,.5)}.btn-outline-gray-700.disabled,.btn-outline-gray-700:disabled{color:#3e545e;background-color:transparent}.btn-outline-gray-800{color:#0f1314;border-color:#0f1314}.btn-outline-gray-800:hover{color:#fff;background-color:#0f1314;border-color:#0f1314}.btn-check:focus+.btn-outline-gray-800,.btn-outline-gray-800:focus{box-shadow:0 0 0 .25rem rgba(15,19,20,.5)}.btn-check:active+.btn-outline-gray-800,.btn-check:checked+.btn-outline-gray-800,.btn-outline-gray-800.active,.btn-outline-gray-800.dropdown-toggle.show,.btn-outline-gray-800:active{color:#fff;background-color:#0f1314;border-color:#0f1314}.btn-check:active+.btn-outline-gray-800:focus,.btn-check:checked+.btn-outline-gray-800:focus,.btn-outline-gray-800.active:focus,.btn-outline-gray-800.dropdown-toggle.show:focus,.btn-outline-gray-800:active:focus{box-shadow:0 0 0 .25rem rgba(15,19,20,.5)}.btn-outline-gray-800.disabled,.btn-outline-gray-800:disabled{color:#0f1314;background-color:transparent}.btn-outline-gray-900{color:#222328;border-color:#222328}.btn-outline-gray-900:hover{color:#fff;background-color:#222328;border-color:#222328}.btn-check:focus+.btn-outline-gray-900,.btn-outline-gray-900:focus{box-shadow:0 0 0 .25rem rgba(34,35,40,.5)}.btn-check:active+.btn-outline-gray-900,.btn-check:checked+.btn-outline-gray-900,.btn-outline-gray-900.active,.btn-outline-gray-900.dropdown-toggle.show,.btn-outline-gray-900:active{color:#fff;background-color:#222328;border-color:#222328}.btn-check:active+.btn-outline-gray-900:focus,.btn-check:checked+.btn-outline-gray-900:focus,.btn-outline-gray-900.active:focus,.btn-outline-gray-900.dropdown-toggle.show:focus,.btn-outline-gray-900:active:focus{box-shadow:0 0 0 .25rem rgba(34,35,40,.5)}.btn-outline-gray-900.disabled,.btn-outline-gray-900:disabled{color:#222328;background-color:transparent}.btn-outline-gray-stroke-2{color:#dedede;border-color:#dedede}.btn-outline-gray-stroke-2:hover{color:#000;background-color:#dedede;border-color:#dedede}.btn-check:focus+.btn-outline-gray-stroke-2,.btn-outline-gray-stroke-2:focus{box-shadow:0 0 0 .25rem hsla(0,0%,87%,.5)}.btn-check:active+.btn-outline-gray-stroke-2,.btn-check:checked+.btn-outline-gray-stroke-2,.btn-outline-gray-stroke-2.active,.btn-outline-gray-stroke-2.dropdown-toggle.show,.btn-outline-gray-stroke-2:active{color:#000;background-color:#dedede;border-color:#dedede}.btn-check:active+.btn-outline-gray-stroke-2:focus,.btn-check:checked+.btn-outline-gray-stroke-2:focus,.btn-outline-gray-stroke-2.active:focus,.btn-outline-gray-stroke-2.dropdown-toggle.show:focus,.btn-outline-gray-stroke-2:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,87%,.5)}.btn-outline-gray-stroke-2.disabled,.btn-outline-gray-stroke-2:disabled{color:#dedede;background-color:transparent}.btn-outline-transparent{color:transparent;border-color:transparent}.btn-outline-transparent:hover{color:#fff;background-color:transparent;border-color:transparent}.btn-check:focus+.btn-outline-transparent,.btn-outline-transparent:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-check:active+.btn-outline-transparent,.btn-check:checked+.btn-outline-transparent,.btn-outline-transparent.active,.btn-outline-transparent.dropdown-toggle.show,.btn-outline-transparent:active{color:#fff;background-color:transparent;border-color:transparent}.btn-check:active+.btn-outline-transparent:focus,.btn-check:checked+.btn-outline-transparent:focus,.btn-outline-transparent.active:focus,.btn-outline-transparent.dropdown-toggle.show:focus,.btn-outline-transparent:active:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-outline-transparent.disabled,.btn-outline-transparent:disabled{color:transparent;background-color:transparent}.btn-outline-purple-600{color:#3a378b;border-color:#3a378b}.btn-outline-purple-600:hover{color:#fff;background-color:#3a378b;border-color:#3a378b}.btn-check:focus+.btn-outline-purple-600,.btn-outline-purple-600:focus{box-shadow:0 0 0 .25rem rgba(58,55,139,.5)}.btn-check:active+.btn-outline-purple-600,.btn-check:checked+.btn-outline-purple-600,.btn-outline-purple-600.active,.btn-outline-purple-600.dropdown-toggle.show,.btn-outline-purple-600:active{color:#fff;background-color:#3a378b;border-color:#3a378b}.btn-check:active+.btn-outline-purple-600:focus,.btn-check:checked+.btn-outline-purple-600:focus,.btn-outline-purple-600.active:focus,.btn-outline-purple-600.dropdown-toggle.show:focus,.btn-outline-purple-600:active:focus{box-shadow:0 0 0 .25rem rgba(58,55,139,.5)}.btn-outline-purple-600.disabled,.btn-outline-purple-600:disabled{color:#3a378b;background-color:transparent}.btn-outline-light-100{color:#f5f5f5;border-color:#f5f5f5}.btn-outline-light-100:hover{color:#000;background-color:#f5f5f5;border-color:#f5f5f5}.btn-check:focus+.btn-outline-light-100,.btn-outline-light-100:focus{box-shadow:0 0 0 .25rem hsla(0,0%,96%,.5)}.btn-check:active+.btn-outline-light-100,.btn-check:checked+.btn-outline-light-100,.btn-outline-light-100.active,.btn-outline-light-100.dropdown-toggle.show,.btn-outline-light-100:active{color:#000;background-color:#f5f5f5;border-color:#f5f5f5}.btn-check:active+.btn-outline-light-100:focus,.btn-check:checked+.btn-outline-light-100:focus,.btn-outline-light-100.active:focus,.btn-outline-light-100.dropdown-toggle.show:focus,.btn-outline-light-100:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,96%,.5)}.btn-outline-light-100.disabled,.btn-outline-light-100:disabled{color:#f5f5f5;background-color:transparent}.btn-outline-blue-300{color:#dfeefd;border-color:#dfeefd}.btn-outline-blue-300:hover{color:#000;background-color:#dfeefd;border-color:#dfeefd}.btn-check:focus+.btn-outline-blue-300,.btn-outline-blue-300:focus{box-shadow:0 0 0 .25rem rgba(223,238,253,.5)}.btn-check:active+.btn-outline-blue-300,.btn-check:checked+.btn-outline-blue-300,.btn-outline-blue-300.active,.btn-outline-blue-300.dropdown-toggle.show,.btn-outline-blue-300:active{color:#000;background-color:#dfeefd;border-color:#dfeefd}.btn-check:active+.btn-outline-blue-300:focus,.btn-check:checked+.btn-outline-blue-300:focus,.btn-outline-blue-300.active:focus,.btn-outline-blue-300.dropdown-toggle.show:focus,.btn-outline-blue-300:active:focus{box-shadow:0 0 0 .25rem rgba(223,238,253,.5)}.btn-outline-blue-300.disabled,.btn-outline-blue-300:disabled{color:#dfeefd;background-color:transparent}.btn-link{font-weight:400;color:#132342;text-decoration:underline}.btn-link:hover{color:#0f1c35}.btn-link.disabled,.btn-link:disabled{color:#8a8a8e}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.625rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.375rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#0b1528;background-color:#d0d3d9;border-color:#b8bdc6}.alert-primary .alert-link{color:#091120}.alert-primary-50{color:#003952;background-color:#ccdfe7;border-color:#b3cfdc}.alert-primary-50 .alert-link{color:#002e42}.alert-primary-100{color:#012f41;background-color:#ccdce2;border-color:#b3cad3}.alert-primary-100 .alert-link{color:#012634}.alert-primary-light{color:#101c31;background-color:#d1d5dc;border-color:#bbc0cb}.alert-primary-light .alert-link{color:#0d1627}.alert-primary-dark{color:#001d35;background-color:#ccd6de;border-color:#b3c1cd}.alert-primary-dark .alert-link{color:#00172a}.alert-primary-stroke{color:#113365;background-color:#d2ddee;border-color:#bbcce5}.alert-primary-stroke .alert-link{color:#0e2951}.alert-primary-stroke-1{color:#436182;background-color:#e2ecf7;border-color:#d4e3f3}.alert-primary-stroke-1 .alert-link{color:#364e68}.alert-primary-stroke-2{color:#575e63;background-color:#f7fbfe;border-color:#f4f9fd}.alert-primary-stroke-2 .alert-link{color:#464b4f}.alert-profile{color:#0a0d19;background-color:#cfd0d4;border-color:#b7b9bf}.alert-profile .alert-link{color:#080a14}.alert-profile-stroke{color:#12284f;background-color:#d2d9e6;border-color:#bcc6da}.alert-profile-stroke .alert-link{color:#0e203f}.alert-profile-block{color:#0e1223;background-color:#d1d2d8;border-color:#b9bcc4}.alert-profile-block .alert-link{color:#0b0e1c}.alert-profile-text{color:#4d5360;background-color:#f2f6fc;border-color:#ecf1fb}.alert-profile-text .alert-link{color:#3e424d}.alert-secondary{color:#063699;background-color:#cedeff;border-color:#b6ceff}.alert-secondary .alert-link{color:#052b7a}.alert-secondary-50{color:#005c99;background-color:#ccebff;border-color:#b3e0ff}.alert-secondary-50 .alert-link{color:#004a7a}.alert-secondary-100{color:#585f66;background-color:#f8fbff;border-color:#f5faff}.alert-secondary-100 .alert-link{color:#464c52}.alert-secondary-light{color:#555f66;background-color:#f7fcff;border-color:#f2faff}.alert-secondary-light .alert-link{color:#444c52}.alert-success{color:#106b59;background-color:#d1f0ea;border-color:#bae8df}.alert-success .alert-link{color:#0d5647}.alert-success-light{color:#54605e;background-color:#f6fcfb;border-color:#f1fbf9}.alert-success-light .alert-link{color:#434d4b}.alert-success-bullet{color:#006654;background-color:#ccfff6;border-color:#b3fff2}.alert-success-bullet .alert-link{color:#005243}.alert-success-lighter{color:#586260;background-color:#f8fdfc;border-color:#f5fcfa}.alert-success-lighter .alert-link{color:#464e4d}.alert-success-dark{color:#093e2e;background-color:#cfe1db;border-color:#b7d1c9}.alert-success-dark .alert-link{color:#073225}.alert-success-darken{color:#0d5154;background-color:#d0e7e8;border-color:#b9dbdd}.alert-success-darken .alert-link{color:#0a4143}.alert-info{color:#23496d;background-color:#d8e4f0;border-color:#c4d7e9}.alert-info .alert-link{color:#1c3a57}.alert-info-50{color:#002945;background-color:#ccdae3;border-color:#b3c7d5}.alert-info-50 .alert-link{color:#002137}.alert-info-100{color:#004999;background-color:#cce4ff;border-color:#b3d7ff}.alert-info-100 .alert-link{color:#003a7a}.alert-info-300{color:#555f66;background-color:#f7fcff;border-color:#f2faff}.alert-info-300 .alert-link{color:#444c52}.alert-info-stroke{color:rgba(62,62,70,.701);background-color:rgba(250,250,251,.9);border-color:rgba(246,246,249,.851)}.alert-info-stroke .alert-link{color:rgba(42,42,48,.761)}.alert-info-stroke-1{color:#12284f;background-color:#d2d9e6;border-color:#bcc6da}.alert-info-stroke-1 .alert-link{color:#0e203f}.alert-warning{color:#995c1f;background-color:#ffebd6;border-color:#ffe0c2}.alert-warning .alert-link{color:#7a4a19}.alert-warning-50{color:#665000;background-color:#fff4cc;border-color:#ffeeb3}.alert-warning-50 .alert-link{color:#524000}.alert-warning-100{color:#995c00;background-color:#ffebcc;border-color:#ffe0b3}.alert-warning-100 .alert-link{color:#7a4a00}.alert-warning-title{color:#644827;background-color:#fef0df;border-color:#fde8d0}.alert-warning-title .alert-link{color:#503a1f}.alert-warning-light{color:#63605d;background-color:#fdfcfb;border-color:#fdfaf8}.alert-warning-light .alert-link{color:#4f4d4a}.alert-warning-bg{color:#646357;background-color:#fefef7;border-color:#fefdf4}.alert-warning-bg .alert-link{color:#504f46}.alert-warning-bg-1{color:#66635e;background-color:#fffdfb;border-color:#fffdf9}.alert-warning-bg-1 .alert-link{color:#524f4b}.alert-warning-bg-2{color:#66605c;background-color:#fffcfa;border-color:#fffbf8}.alert-warning-bg-2 .alert-link{color:#524d4a}.alert-danger{color:#7a141a;background-color:#f5d3d5;border-color:#f0bdc0}.alert-danger .alert-link{color:#621015}.alert-danger-50{color:#99250b;background-color:#ffd8d0;border-color:#ffc5b8}.alert-danger-50 .alert-link{color:#7a1e09}.alert-danger-light{color:#665a5a;background-color:#fff9f9;border-color:#fff6f6}.alert-danger-light .alert-link{color:#524848}.alert-danger-dark{color:#780f1c;background-color:#f4d1d5;border-color:#efbac0}.alert-danger-dark .alert-link{color:#600c16}.alert-light{color:#606164;background-color:#fcfdfe;border-color:#fbfbfe}.alert-light .alert-link{color:#4d4e50}.alert-dark{color:#141518;background-color:#d3d3d4;border-color:#bdbdbf}.alert-dark .alert-link{color:#101113}.alert-dark-50{color:#070c16;background-color:#ced0d3;border-color:#b6b9be}.alert-dark-50 .alert-link{color:#060a12}.alert-dark-100{color:#162026;background-color:#d3d7d9;border-color:#bdc3c5}.alert-dark-100 .alert-link{color:#121a1e}.alert-blue{color:#0d6b89;background-color:#d0f0fa;border-color:#b9e8f7}.alert-blue .alert-link{color:#0a566e}.alert-purple{color:#402545;background-color:#e1d8e3;border-color:#d2c5d5}.alert-purple .alert-link{color:#331e37}.alert-purple-light{color:rgba(42,37,42,.801);background-color:rgba(253,251,253,.9);border-color:rgba(252,249,252,.851)}.alert-purple-light .alert-link{color:rgba(31,27,31,.841)}.alert-body-1{color:#242428;background-color:#d8d8d9;border-color:#c5c5c7}.alert-body-1 .alert-link{color:#1d1d20}.alert-body-2{color:#5e5e62;background-color:#fbfbfd;border-color:#f9f9fc}.alert-body-2 .alert-link{color:#4b4b4e}.alert-gray-body{color:#5b5b5f;background-color:#eaeaec;border-color:#e0e0e2}.alert-gray-body .alert-link{color:#49494c}.alert-gray-border{color:#545456;background-color:#f6f6f7;border-color:#f1f2f3}.alert-gray-border .alert-link{color:#434345}.alert-gray-50{color:#636465;background-color:#fefeff;border-color:#fdfdfe}.alert-gray-50 .alert-link{color:#4f5051}.alert-gray-100{color:#606164;background-color:#fcfdfe;border-color:#fbfbfe}.alert-gray-100 .alert-link{color:#4d4e50}.alert-gray-200{color:#5c5c5d;background-color:#fafafb;border-color:#f8f8f8}.alert-gray-200 .alert-link{color:#4a4a4a}.alert-gray-300{color:#5e5f60;background-color:#fbfcfc;border-color:#f9fafa}.alert-gray-300 .alert-link{color:#4b4c4d}.alert-gray-400{color:#505058;background-color:#f4f4f8;border-color:#efeff4}.alert-gray-400 .alert-link{color:#404046}.alert-gray-500{color:#393843;background-color:#dfdfe2;border-color:#cfcfd4}.alert-gray-500 .alert-link{color:#2e2d36}.alert-gray-600{color:#535355;background-color:#e8e8e8;border-color:#dcdcdd}.alert-gray-600 .alert-link{color:#424244}.alert-gray-700{color:#253238;background-color:#d8dddf;border-color:#c5cccf}.alert-gray-700 .alert-link{color:#1e282d}.alert-gray-800{color:#090b0c;background-color:#cfd0d0;border-color:#b7b8b9}.alert-gray-800 .alert-link{color:#07090a}.alert-gray-900{color:#141518;background-color:#d3d3d4;border-color:#bdbdbf}.alert-gray-900 .alert-link{color:#101113}.alert-gray-stroke-2{color:#595959;background-color:#f8f8f8;border-color:#f5f5f5}.alert-gray-stroke-2 .alert-link{color:#474747}.alert-transparent{color:rgba(0,0,0,.6);background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.7)}.alert-transparent .alert-link{color:rgba(0,0,0,.68)}.alert-purple-600{color:#232153;background-color:#d8d7e8;border-color:#c4c3dc}.alert-purple-600 .alert-link{color:#1c1a42}.alert-light-100{color:#626262;background-color:#fdfdfd;border-color:#fcfcfc}.alert-light-100 .alert-link{color:#4e4e4e}.alert-blue-300{color:#595f65;background-color:#f9fcff;border-color:#f5fafe}.alert-blue-300 .alert-link{color:#474c51}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.625rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9e9e9;border-top-left-radius:calc(.625rem - 1px);border-top-right-radius:calc(.625rem - 1px)}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #e9e9e9;border-bottom-right-radius:calc(.625rem - 1px);border-bottom-left-radius:calc(.625rem - 1px)}.modal-footer>*{margin:.25rem}@media(min-width:576px){.modal-dialog{max-width:619px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:472px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:870px}}@media(min-width:1200px){.modal-xl{max-width:1206px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}@media(max-width:1699.98px){.modal-fullscreen-exl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-exl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-exl-down .modal-header{border-radius:0}.modal-fullscreen-exl-down .modal-body{overflow-y:auto}.modal-fullscreen-exl-down .modal-footer{border-radius:0}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.375rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#3e545e;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#132342;text-decoration:none;background-color:#f0f3fb}.list-group-item-action:active{color:#5f5e70;background-color:#e6e7e9}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#222328;text-decoration:none;background-color:transparent;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#8a8a8e;pointer-events:none;background-color:transparent}.list-group-item.active{z-index:2;color:#fff;background-color:#132342;border-color:#132342}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.375rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.375rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.375rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.375rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.375rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.375rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.375rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.375rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.375rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.375rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.375rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.375rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1700px){.list-group-horizontal-exl{flex-direction:row}.list-group-horizontal-exl>.list-group-item:first-child{border-bottom-left-radius:.375rem;border-top-right-radius:0}.list-group-horizontal-exl>.list-group-item:last-child{border-top-right-radius:.375rem;border-bottom-left-radius:0}.list-group-horizontal-exl>.list-group-item.active{margin-top:0}.list-group-horizontal-exl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-exl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#0b1528;background-color:#d0d3d9}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#0b1528;background-color:#bbbec3}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#0b1528;border-color:#0b1528}.list-group-item-primary-50{color:#003952;background-color:#ccdfe7}.list-group-item-primary-50.list-group-item-action:focus,.list-group-item-primary-50.list-group-item-action:hover{color:#003952;background-color:#b8c9d0}.list-group-item-primary-50.list-group-item-action.active{color:#fff;background-color:#003952;border-color:#003952}.list-group-item-primary-100{color:#012f41;background-color:#ccdce2}.list-group-item-primary-100.list-group-item-action:focus,.list-group-item-primary-100.list-group-item-action:hover{color:#012f41;background-color:#b8c6cb}.list-group-item-primary-100.list-group-item-action.active{color:#fff;background-color:#012f41;border-color:#012f41}.list-group-item-primary-light{color:#101c31;background-color:#d1d5dc}.list-group-item-primary-light.list-group-item-action:focus,.list-group-item-primary-light.list-group-item-action:hover{color:#101c31;background-color:#bcc0c6}.list-group-item-primary-light.list-group-item-action.active{color:#fff;background-color:#101c31;border-color:#101c31}.list-group-item-primary-dark{color:#001d35;background-color:#ccd6de}.list-group-item-primary-dark.list-group-item-action:focus,.list-group-item-primary-dark.list-group-item-action:hover{color:#001d35;background-color:#b8c1c8}.list-group-item-primary-dark.list-group-item-action.active{color:#fff;background-color:#001d35;border-color:#001d35}.list-group-item-primary-stroke{color:#113365;background-color:#d2ddee}.list-group-item-primary-stroke.list-group-item-action:focus,.list-group-item-primary-stroke.list-group-item-action:hover{color:#113365;background-color:#bdc7d6}.list-group-item-primary-stroke.list-group-item-action.active{color:#fff;background-color:#113365;border-color:#113365}.list-group-item-primary-stroke-1{color:#436182;background-color:#e2ecf7}.list-group-item-primary-stroke-1.list-group-item-action:focus,.list-group-item-primary-stroke-1.list-group-item-action:hover{color:#436182;background-color:#cbd4de}.list-group-item-primary-stroke-1.list-group-item-action.active{color:#fff;background-color:#436182;border-color:#436182}.list-group-item-primary-stroke-2{color:#575e63;background-color:#f7fbfe}.list-group-item-primary-stroke-2.list-group-item-action:focus,.list-group-item-primary-stroke-2.list-group-item-action:hover{color:#575e63;background-color:#dee2e5}.list-group-item-primary-stroke-2.list-group-item-action.active{color:#fff;background-color:#575e63;border-color:#575e63}.list-group-item-profile{color:#0a0d19;background-color:#cfd0d4}.list-group-item-profile.list-group-item-action:focus,.list-group-item-profile.list-group-item-action:hover{color:#0a0d19;background-color:#babbbf}.list-group-item-profile.list-group-item-action.active{color:#fff;background-color:#0a0d19;border-color:#0a0d19}.list-group-item-profile-stroke{color:#12284f;background-color:#d2d9e6}.list-group-item-profile-stroke.list-group-item-action:focus,.list-group-item-profile-stroke.list-group-item-action:hover{color:#12284f;background-color:#bdc3cf}.list-group-item-profile-stroke.list-group-item-action.active{color:#fff;background-color:#12284f;border-color:#12284f}.list-group-item-profile-block{color:#0e1223;background-color:#d1d2d8}.list-group-item-profile-block.list-group-item-action:focus,.list-group-item-profile-block.list-group-item-action:hover{color:#0e1223;background-color:#bcbdc2}.list-group-item-profile-block.list-group-item-action.active{color:#fff;background-color:#0e1223;border-color:#0e1223}.list-group-item-profile-text{color:#4d5360;background-color:#f2f6fc}.list-group-item-profile-text.list-group-item-action:focus,.list-group-item-profile-text.list-group-item-action:hover{color:#4d5360;background-color:#dadde3}.list-group-item-profile-text.list-group-item-action.active{color:#fff;background-color:#4d5360;border-color:#4d5360}.list-group-item-secondary{color:#063699;background-color:#cedeff}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#063699;background-color:#b9c8e6}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#063699;border-color:#063699}.list-group-item-secondary-50{color:#005c99;background-color:#ccebff}.list-group-item-secondary-50.list-group-item-action:focus,.list-group-item-secondary-50.list-group-item-action:hover{color:#005c99;background-color:#b8d4e6}.list-group-item-secondary-50.list-group-item-action.active{color:#fff;background-color:#005c99;border-color:#005c99}.list-group-item-secondary-100{color:#585f66;background-color:#f8fbff}.list-group-item-secondary-100.list-group-item-action:focus,.list-group-item-secondary-100.list-group-item-action:hover{color:#585f66;background-color:#dfe2e6}.list-group-item-secondary-100.list-group-item-action.active{color:#fff;background-color:#585f66;border-color:#585f66}.list-group-item-secondary-light{color:#555f66;background-color:#f7fcff}.list-group-item-secondary-light.list-group-item-action:focus,.list-group-item-secondary-light.list-group-item-action:hover{color:#555f66;background-color:#dee3e6}.list-group-item-secondary-light.list-group-item-action.active{color:#fff;background-color:#555f66;border-color:#555f66}.list-group-item-success{color:#106b59;background-color:#d1f0ea}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#106b59;background-color:#bcd8d3}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#106b59;border-color:#106b59}.list-group-item-success-light{color:#54605e;background-color:#f6fcfb}.list-group-item-success-light.list-group-item-action:focus,.list-group-item-success-light.list-group-item-action:hover{color:#54605e;background-color:#dde3e2}.list-group-item-success-light.list-group-item-action.active{color:#fff;background-color:#54605e;border-color:#54605e}.list-group-item-success-bullet{color:#006654;background-color:#ccfff6}.list-group-item-success-bullet.list-group-item-action:focus,.list-group-item-success-bullet.list-group-item-action:hover{color:#006654;background-color:#b8e6dd}.list-group-item-success-bullet.list-group-item-action.active{color:#fff;background-color:#006654;border-color:#006654}.list-group-item-success-lighter{color:#586260;background-color:#f8fdfc}.list-group-item-success-lighter.list-group-item-action:focus,.list-group-item-success-lighter.list-group-item-action:hover{color:#586260;background-color:#dfe4e3}.list-group-item-success-lighter.list-group-item-action.active{color:#fff;background-color:#586260;border-color:#586260}.list-group-item-success-dark{color:#093e2e;background-color:#cfe1db}.list-group-item-success-dark.list-group-item-action:focus,.list-group-item-success-dark.list-group-item-action:hover{color:#093e2e;background-color:#bacbc5}.list-group-item-success-dark.list-group-item-action.active{color:#fff;background-color:#093e2e;border-color:#093e2e}.list-group-item-success-darken{color:#0d5154;background-color:#d0e7e8}.list-group-item-success-darken.list-group-item-action:focus,.list-group-item-success-darken.list-group-item-action:hover{color:#0d5154;background-color:#bbd0d1}.list-group-item-success-darken.list-group-item-action.active{color:#fff;background-color:#0d5154;border-color:#0d5154}.list-group-item-info{color:#23496d;background-color:#d8e4f0}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#23496d;background-color:#c2cdd8}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#23496d;border-color:#23496d}.list-group-item-info-50{color:#002945;background-color:#ccdae3}.list-group-item-info-50.list-group-item-action:focus,.list-group-item-info-50.list-group-item-action:hover{color:#002945;background-color:#b8c4cc}.list-group-item-info-50.list-group-item-action.active{color:#fff;background-color:#002945;border-color:#002945}.list-group-item-info-100{color:#004999;background-color:#cce4ff}.list-group-item-info-100.list-group-item-action:focus,.list-group-item-info-100.list-group-item-action:hover{color:#004999;background-color:#b8cde6}.list-group-item-info-100.list-group-item-action.active{color:#fff;background-color:#004999;border-color:#004999}.list-group-item-info-300{color:#555f66;background-color:#f7fcff}.list-group-item-info-300.list-group-item-action:focus,.list-group-item-info-300.list-group-item-action:hover{color:#555f66;background-color:#dee3e6}.list-group-item-info-300.list-group-item-action.active{color:#fff;background-color:#555f66;border-color:#555f66}.list-group-item-info-stroke{color:rgba(62,62,70,.701);background-color:rgba(250,250,251,.9)}.list-group-item-info-stroke.list-group-item-action:focus,.list-group-item-info-stroke.list-group-item-action:hover{color:rgba(62,62,70,.701);background-color:hsla(240,1%,86%,.91)}.list-group-item-info-stroke.list-group-item-action.active{color:#fff;background-color:rgba(62,62,70,.701);border-color:rgba(62,62,70,.701)}.list-group-item-info-stroke-1{color:#12284f;background-color:#d2d9e6}.list-group-item-info-stroke-1.list-group-item-action:focus,.list-group-item-info-stroke-1.list-group-item-action:hover{color:#12284f;background-color:#bdc3cf}.list-group-item-info-stroke-1.list-group-item-action.active{color:#fff;background-color:#12284f;border-color:#12284f}.list-group-item-warning{color:#995c1f;background-color:#ffebd6}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#995c1f;background-color:#e6d4c1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#995c1f;border-color:#995c1f}.list-group-item-warning-50{color:#665000;background-color:#fff4cc}.list-group-item-warning-50.list-group-item-action:focus,.list-group-item-warning-50.list-group-item-action:hover{color:#665000;background-color:#e6dcb8}.list-group-item-warning-50.list-group-item-action.active{color:#fff;background-color:#665000;border-color:#665000}.list-group-item-warning-100{color:#995c00;background-color:#ffebcc}.list-group-item-warning-100.list-group-item-action:focus,.list-group-item-warning-100.list-group-item-action:hover{color:#995c00;background-color:#e6d4b8}.list-group-item-warning-100.list-group-item-action.active{color:#fff;background-color:#995c00;border-color:#995c00}.list-group-item-warning-title{color:#644827;background-color:#fef0df}.list-group-item-warning-title.list-group-item-action:focus,.list-group-item-warning-title.list-group-item-action:hover{color:#644827;background-color:#e5d8c9}.list-group-item-warning-title.list-group-item-action.active{color:#fff;background-color:#644827;border-color:#644827}.list-group-item-warning-light{color:#63605d;background-color:#fdfcfb}.list-group-item-warning-light.list-group-item-action:focus,.list-group-item-warning-light.list-group-item-action:hover{color:#63605d;background-color:#e4e3e2}.list-group-item-warning-light.list-group-item-action.active{color:#fff;background-color:#63605d;border-color:#63605d}.list-group-item-warning-bg{color:#646357;background-color:#fefef7}.list-group-item-warning-bg.list-group-item-action:focus,.list-group-item-warning-bg.list-group-item-action:hover{color:#646357;background-color:#e5e5de}.list-group-item-warning-bg.list-group-item-action.active{color:#fff;background-color:#646357;border-color:#646357}.list-group-item-warning-bg-1{color:#66635e;background-color:#fffdfb}.list-group-item-warning-bg-1.list-group-item-action:focus,.list-group-item-warning-bg-1.list-group-item-action:hover{color:#66635e;background-color:#e6e4e2}.list-group-item-warning-bg-1.list-group-item-action.active{color:#fff;background-color:#66635e;border-color:#66635e}.list-group-item-warning-bg-2{color:#66605c;background-color:#fffcfa}.list-group-item-warning-bg-2.list-group-item-action:focus,.list-group-item-warning-bg-2.list-group-item-action:hover{color:#66605c;background-color:#e6e3e1}.list-group-item-warning-bg-2.list-group-item-action.active{color:#fff;background-color:#66605c;border-color:#66605c}.list-group-item-danger{color:#7a141a;background-color:#f5d3d5}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#7a141a;background-color:#ddbec0}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#7a141a;border-color:#7a141a}.list-group-item-danger-50{color:#99250b;background-color:#ffd8d0}.list-group-item-danger-50.list-group-item-action:focus,.list-group-item-danger-50.list-group-item-action:hover{color:#99250b;background-color:#e6c2bb}.list-group-item-danger-50.list-group-item-action.active{color:#fff;background-color:#99250b;border-color:#99250b}.list-group-item-danger-light{color:#665a5a;background-color:#fff9f9}.list-group-item-danger-light.list-group-item-action:focus,.list-group-item-danger-light.list-group-item-action:hover{color:#665a5a;background-color:#e6e0e0}.list-group-item-danger-light.list-group-item-action.active{color:#fff;background-color:#665a5a;border-color:#665a5a}.list-group-item-danger-dark{color:#780f1c;background-color:#f4d1d5}.list-group-item-danger-dark.list-group-item-action:focus,.list-group-item-danger-dark.list-group-item-action:hover{color:#780f1c;background-color:#dcbcc0}.list-group-item-danger-dark.list-group-item-action.active{color:#fff;background-color:#780f1c;border-color:#780f1c}.list-group-item-light{color:#606164;background-color:#fcfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#606164;background-color:#e3e4e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#606164;border-color:#606164}.list-group-item-dark{color:#141518;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141518;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141518;border-color:#141518}.list-group-item-dark-50{color:#070c16;background-color:#ced0d3}.list-group-item-dark-50.list-group-item-action:focus,.list-group-item-dark-50.list-group-item-action:hover{color:#070c16;background-color:#b9bbbe}.list-group-item-dark-50.list-group-item-action.active{color:#fff;background-color:#070c16;border-color:#070c16}.list-group-item-dark-100{color:#162026;background-color:#d3d7d9}.list-group-item-dark-100.list-group-item-action:focus,.list-group-item-dark-100.list-group-item-action:hover{color:#162026;background-color:#bec2c3}.list-group-item-dark-100.list-group-item-action.active{color:#fff;background-color:#162026;border-color:#162026}.list-group-item-blue{color:#0d6b89;background-color:#d0f0fa}.list-group-item-blue.list-group-item-action:focus,.list-group-item-blue.list-group-item-action:hover{color:#0d6b89;background-color:#bbd8e1}.list-group-item-blue.list-group-item-action.active{color:#fff;background-color:#0d6b89;border-color:#0d6b89}.list-group-item-purple{color:#402545;background-color:#e1d8e3}.list-group-item-purple.list-group-item-action:focus,.list-group-item-purple.list-group-item-action:hover{color:#402545;background-color:#cbc2cc}.list-group-item-purple.list-group-item-action.active{color:#fff;background-color:#402545;border-color:#402545}.list-group-item-purple-light{color:rgba(42,37,42,.801);background-color:rgba(253,251,253,.9)}.list-group-item-purple-light.list-group-item-action:focus,.list-group-item-purple-light.list-group-item-action:hover{color:rgba(42,37,42,.801);background-color:hsla(300,3%,87%,.91)}.list-group-item-purple-light.list-group-item-action.active{color:#fff;background-color:rgba(42,37,42,.801);border-color:rgba(42,37,42,.801)}.list-group-item-body-1{color:#242428;background-color:#d8d8d9}.list-group-item-body-1.list-group-item-action:focus,.list-group-item-body-1.list-group-item-action:hover{color:#242428;background-color:#c2c2c3}.list-group-item-body-1.list-group-item-action.active{color:#fff;background-color:#242428;border-color:#242428}.list-group-item-body-2{color:#5e5e62;background-color:#fbfbfd}.list-group-item-body-2.list-group-item-action:focus,.list-group-item-body-2.list-group-item-action:hover{color:#5e5e62;background-color:#e2e2e4}.list-group-item-body-2.list-group-item-action.active{color:#fff;background-color:#5e5e62;border-color:#5e5e62}.list-group-item-gray-body{color:#5b5b5f;background-color:#eaeaec}.list-group-item-gray-body.list-group-item-action:focus,.list-group-item-gray-body.list-group-item-action:hover{color:#5b5b5f;background-color:#d3d3d4}.list-group-item-gray-body.list-group-item-action.active{color:#fff;background-color:#5b5b5f;border-color:#5b5b5f}.list-group-item-gray-border{color:#545456;background-color:#f6f6f7}.list-group-item-gray-border.list-group-item-action:focus,.list-group-item-gray-border.list-group-item-action:hover{color:#545456;background-color:#ddddde}.list-group-item-gray-border.list-group-item-action.active{color:#fff;background-color:#545456;border-color:#545456}.list-group-item-gray-50{color:#636465;background-color:#fefeff}.list-group-item-gray-50.list-group-item-action:focus,.list-group-item-gray-50.list-group-item-action:hover{color:#636465;background-color:#e5e5e6}.list-group-item-gray-50.list-group-item-action.active{color:#fff;background-color:#636465;border-color:#636465}.list-group-item-gray-100{color:#606164;background-color:#fcfdfe}.list-group-item-gray-100.list-group-item-action:focus,.list-group-item-gray-100.list-group-item-action:hover{color:#606164;background-color:#e3e4e5}.list-group-item-gray-100.list-group-item-action.active{color:#fff;background-color:#606164;border-color:#606164}.list-group-item-gray-200{color:#5c5c5d;background-color:#fafafb}.list-group-item-gray-200.list-group-item-action:focus,.list-group-item-gray-200.list-group-item-action:hover{color:#5c5c5d;background-color:#e1e1e2}.list-group-item-gray-200.list-group-item-action.active{color:#fff;background-color:#5c5c5d;border-color:#5c5c5d}.list-group-item-gray-300{color:#5e5f60;background-color:#fbfcfc}.list-group-item-gray-300.list-group-item-action:focus,.list-group-item-gray-300.list-group-item-action:hover{color:#5e5f60;background-color:#e2e3e3}.list-group-item-gray-300.list-group-item-action.active{color:#fff;background-color:#5e5f60;border-color:#5e5f60}.list-group-item-gray-400{color:#505058;background-color:#f4f4f8}.list-group-item-gray-400.list-group-item-action:focus,.list-group-item-gray-400.list-group-item-action:hover{color:#505058;background-color:#dcdcdf}.list-group-item-gray-400.list-group-item-action.active{color:#fff;background-color:#505058;border-color:#505058}.list-group-item-gray-500{color:#393843;background-color:#dfdfe2}.list-group-item-gray-500.list-group-item-action:focus,.list-group-item-gray-500.list-group-item-action:hover{color:#393843;background-color:#c9c9cb}.list-group-item-gray-500.list-group-item-action.active{color:#fff;background-color:#393843;border-color:#393843}.list-group-item-gray-600{color:#535355;background-color:#e8e8e8}.list-group-item-gray-600.list-group-item-action:focus,.list-group-item-gray-600.list-group-item-action:hover{color:#535355;background-color:#d1d1d1}.list-group-item-gray-600.list-group-item-action.active{color:#fff;background-color:#535355;border-color:#535355}.list-group-item-gray-700{color:#253238;background-color:#d8dddf}.list-group-item-gray-700.list-group-item-action:focus,.list-group-item-gray-700.list-group-item-action:hover{color:#253238;background-color:#c2c7c9}.list-group-item-gray-700.list-group-item-action.active{color:#fff;background-color:#253238;border-color:#253238}.list-group-item-gray-800{color:#090b0c;background-color:#cfd0d0}.list-group-item-gray-800.list-group-item-action:focus,.list-group-item-gray-800.list-group-item-action:hover{color:#090b0c;background-color:#babbbb}.list-group-item-gray-800.list-group-item-action.active{color:#fff;background-color:#090b0c;border-color:#090b0c}.list-group-item-gray-900{color:#141518;background-color:#d3d3d4}.list-group-item-gray-900.list-group-item-action:focus,.list-group-item-gray-900.list-group-item-action:hover{color:#141518;background-color:#bebebf}.list-group-item-gray-900.list-group-item-action.active{color:#fff;background-color:#141518;border-color:#141518}.list-group-item-gray-stroke-2{color:#595959;background-color:#f8f8f8}.list-group-item-gray-stroke-2.list-group-item-action:focus,.list-group-item-gray-stroke-2.list-group-item-action:hover{color:#595959;background-color:#dfdfdf}.list-group-item-gray-stroke-2.list-group-item-action.active{color:#fff;background-color:#595959;border-color:#595959}.list-group-item-transparent{color:rgba(0,0,0,.6);background-color:hsla(0,0%,100%,.8)}.list-group-item-transparent.list-group-item-action:focus,.list-group-item-transparent.list-group-item-action:hover{color:rgba(0,0,0,.6);background-color:hsla(0,0%,86%,.82)}.list-group-item-transparent.list-group-item-action.active{color:#fff;background-color:rgba(0,0,0,.6);border-color:rgba(0,0,0,.6)}.list-group-item-purple-600{color:#232153;background-color:#d8d7e8}.list-group-item-purple-600.list-group-item-action:focus,.list-group-item-purple-600.list-group-item-action:hover{color:#232153;background-color:#c2c2d1}.list-group-item-purple-600.list-group-item-action.active{color:#fff;background-color:#232153;border-color:#232153}.list-group-item-light-100{color:#626262;background-color:#fdfdfd}.list-group-item-light-100.list-group-item-action:focus,.list-group-item-light-100.list-group-item-action:hover{color:#626262;background-color:#e4e4e4}.list-group-item-light-100.list-group-item-action.active{color:#fff;background-color:#626262;border-color:#626262}.list-group-item-blue-300{color:#595f65;background-color:#f9fcff}.list-group-item-blue-300.list-group-item-action:focus,.list-group-item-blue-300.list-group-item-action:hover{color:#595f65;background-color:#e0e3e6}.list-group-item-blue-300.list-group-item-action.active{color:#fff;background-color:#595f65;border-color:#595f65}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(19,35,66,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{height:1rem;font-size:.75rem;background-color:#e6e7e9;border-radius:.375rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#132342;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#132342;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0f1c35}.nav-link.disabled{color:#8a8a8e;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #ebeeef}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e6e7e9 #e6e7e9 #ebeeef;isolation:isolate}.nav-tabs .nav-link.disabled{color:#8a8a8e;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#3e545e;background-color:#fff;border-color:#ebeeef #ebeeef #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.375rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#132342}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.375rem;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1700px){.navbar-expand-exl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-exl .navbar-nav{flex-direction:row}.navbar-expand-exl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-exl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-exl .navbar-nav-scroll{overflow:visible}.navbar-expand-exl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-exl .navbar-toggler,.navbar-expand-exl .offcanvas-header{display:none}.navbar-expand-exl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-exl .offcanvas-bottom,.navbar-expand-exl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-exl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.55);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{padding:.5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom,.offcanvas-top{right:0;left:0;height:30vh;max-height:100%}.offcanvas-bottom{border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#5f5e70;text-align:left;background-color:transparent;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#1ab394;background-color:transparent;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed):after{transform:rotate(-180deg)}.accordion-button:after,.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231ab394'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.accordion-button:after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#8991a1;outline:0;box-shadow:none}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.375rem - 1px);border-top-right-radius:calc(.375rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.375rem - 1px);border-bottom-left-radius:calc(.375rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}@font-face{font-family:Open Sans;src:url(/_next/static/media/OpenSans-Regular.b935fe37.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Open Sans;src:url(/_next/static/media/OpenSans-Medium.56459f42.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Open Sans;src:url(/_next/static/media/OpenSans-SemiBold.e2f28a12.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Open Sans;src:url(/_next/static/media/OpenSans-Bold.c5ed4931.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto Slab;src:url(/_next/static/media/RobotoSlab-Light.fd1918c4.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto Slab;src:url(/_next/static/media/RobotoSlab-Regular.8701b889.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto Slab;src:url(/_next/static/media/RobotoSlab-Medium.11b8d180.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Regular.1b652e63.woff2) format("woff2"),url(/_next/static/media/Inter-Regular.fedd62be.woff) format("woff"),url(/_next/static/media/Inter-Regular.86422bf3.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Medium.a674a576.woff2) format("woff2"),url(/_next/static/media/Inter-Medium.a1f3414a.woff) format("woff"),url(/_next/static/media/Inter-Medium.dde90d17.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-SemiBold.ca2f384a.woff2) format("woff2"),url(/_next/static/media/Inter-SemiBold.9a35ef57.woff) format("woff"),url(/_next/static/media/Inter-SemiBold.ebaf29e9.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Bold.5f569abd.woff2) format("woff2"),url(/_next/static/media/Inter-Bold.b9fd4664.woff) format("woff"),url(/_next/static/media/Inter-Bold.1e3e4a31.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/_next/static/media/Nunito-Regular.7c11710e.woff2) format("woff2"),url(/_next/static/media/Nunito-Regular.cbc68b46.woff) format("woff"),url(/_next/static/media/Nunito-Regular.008894ee.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/_next/static/media/Nunito-Medium.7ee21c5a.woff2) format("woff2"),url(/_next/static/media/Nunito-Medium.fb0cec76.woff) format("woff"),url(/_next/static/media/Nunito-Medium.2d6e51fa.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/_next/static/media/Nunito-SemiBold.72120764.woff2) format("woff2"),url(/_next/static/media/Nunito-SemiBold.9758febe.woff) format("woff"),url(/_next/static/media/Nunito-SemiBold.6eff128f.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Quicksand;src:url(/_next/static/media/Quicksand-Regular.8a89b4ac.woff2) format("woff2"),url(/_next/static/media/Quicksand-Regular.96520599.woff) format("woff"),url(/_next/static/media/Quicksand-Regular.84add66b.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Quicksand;src:url(/_next/static/media/Quicksand-Medium.7aa0c3d6.woff2) format("woff2"),url(/_next/static/media/Quicksand-Medium.4a204622.woff) format("woff"),url(/_next/static/media/Quicksand-Medium.53b06d18.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Quicksand;src:url(/_next/static/media/Quicksand-SemiBold.5af41a85.woff2) format("woff2"),url(/_next/static/media/Quicksand-SemiBold.55cdf226.woff) format("woff"),url(/_next/static/media/Quicksand-SemiBold.90b0ce54.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Quicksand;src:url(/_next/static/media/Quicksand-Bold.5d19015d.woff2) format("woff2"),url(/_next/static/media/Quicksand-Bold.d73a7121.woff) format("woff"),url(/_next/static/media/Quicksand-Bold.2b841eb1.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Robot Reavers;src:url(/_next/static/media/RobotReavers.bb5eaedb.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Robot Reavers;src:url(/_next/static/media/RobotReaversItalic.4001f157.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:SVN Futura;src:url(/_next/static/media/SVN-FuturaDemiBold.ae4e1ce8.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Victor Serif";src:url(/_next/static/media/VictorSerif-Semibold.1941c19f.woff2) format("woff2"),url(/_next/static/media/VictorSerif-Semibold.b9b581f6.woff) format("woff"),url(/_next/static/media/VictorSerif-Semibold.00e199ef.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Victor Serif";src:url(/_next/static/media/VictorSerif-SemiboldItalic.66ec05c8.woff2) format("woff2"),url(/_next/static/media/VictorSerif-SemiboldItalic.8d1b2d8f.woff) format("woff"),url(/_next/static/media/VictorSerif-SemiboldItalic.74e7f5ce.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#132342}.link-primary:focus,.link-primary:hover{color:#0f1c35}.link-primary-50{color:#005f89}.link-primary-50:focus,.link-primary-50:hover{color:#004c6e}.link-primary-100{color:#024e6d}.link-primary-100:focus,.link-primary-100:hover{color:#023e57}.link-primary-light{color:#1b2e52}.link-primary-light:focus,.link-primary-light:hover{color:#162542}.link-primary-dark{color:#003059}.link-primary-dark:focus,.link-primary-dark:hover{color:#002647}.link-primary-stroke{color:#1d55a9}.link-primary-stroke:focus,.link-primary-stroke:hover{color:#174487}.link-primary-stroke-1{color:#6fa1d8}.link-primary-stroke-1:focus,.link-primary-stroke-1:hover{color:#8cb4e0}.link-primary-stroke-2{color:#d9ecf8}.link-primary-stroke-2:focus,.link-primary-stroke-2:hover{color:#e1f0f9}.link-profile{color:#101529}.link-profile:focus,.link-profile:hover{color:#0d1121}.link-profile-stroke{color:#1e4284}.link-profile-stroke:focus,.link-profile-stroke:hover{color:#18356a}.link-profile-block{color:#171e3a}.link-profile-block:focus,.link-profile-block:hover{color:#12182e}.link-profile-text{color:#c0d0f1}.link-profile-text:focus,.link-profile-text:hover{color:#cdd9f4}.link-secondary{color:#0a5aff}.link-secondary:focus,.link-secondary:hover{color:#0848cc}.link-secondary-50{color:#09f}.link-secondary-50:focus,.link-secondary-50:hover{color:#33adff}.link-secondary-100{color:#dcedff}.link-secondary-100:focus,.link-secondary-100:hover{color:#e3f1ff}.link-secondary-light{color:#d5eeff}.link-secondary-light:focus,.link-secondary-light:hover{color:#ddf1ff}.link-success{color:#1ab394}.link-success:focus,.link-success:hover{color:#48c2a9}.link-success-light{color:#d1f0ea}.link-success-light:focus,.link-success-light:hover{color:#daf3ee}.link-success-bullet{color:#00ffd3}.link-success-bullet:focus,.link-success-bullet:hover{color:#33ffdc}.link-success-lighter{color:#ddf4ef}.link-success-lighter:focus,.link-success-lighter:hover{color:#e4f6f2}.link-success-dark{color:#0f674c}.link-success-dark:focus,.link-success-dark:hover{color:#0c523d}.link-success-darken{color:#16878c}.link-success-darken:focus,.link-success-darken:hover{color:#459fa3}.link-info{color:#3b7ab5}.link-info:focus,.link-info:hover{color:#2f6291}.link-info-50{color:#004473}.link-info-50:focus,.link-info-50:hover{color:#00365c}.link-info-100{color:#007aff}.link-info-100:focus,.link-info-100:hover{color:#3395ff}.link-info-300{color:#d5eeff}.link-info-300:focus,.link-info-300:hover{color:#ddf1ff}.link-info-stroke{color:rgba(186,186,208,.502)}.link-info-stroke:focus,.link-info-stroke:hover{color:rgba(215,215,228,.602)}.link-info-stroke-1{color:#1e4284}.link-info-stroke-1:focus,.link-info-stroke-1:hover{color:#18356a}.link-warning{color:#f93}.link-warning:focus,.link-warning:hover{color:#ffad5c}.link-warning-50{color:#ffc700}.link-warning-50:focus,.link-warning-50:hover{color:#ffd233}.link-warning-100{color:#f90}.link-warning-100:focus,.link-warning-100:hover{color:#ffad33}.link-warning-title{color:#f9b361}.link-warning-title:focus,.link-warning-title:hover{color:#fac281}.link-warning-light{color:#f7efe9}.link-warning-light:focus,.link-warning-light:hover{color:#f9f2ed}.link-warning-bg{color:#fbf8d9}.link-warning-bg:focus,.link-warning-bg:hover{color:#fcf9e1}.link-warning-bg-1{color:#fff7ec}.link-warning-bg-1:focus,.link-warning-bg-1:hover{color:#fff9f0}.link-warning-bg-2{color:#fff1e7}.link-warning-bg-2:focus,.link-warning-bg-2:hover{color:#fff4ec}.link-danger{color:#cc222c}.link-danger:focus,.link-danger:hover{color:#a31b23}.link-danger-50{color:#ff3d12}.link-danger-50:focus,.link-danger-50:hover{color:#ff6441}.link-danger-light{color:#fee2e2}.link-danger-light:focus,.link-danger-light:hover{color:#fee8e8}.link-danger-dark{color:#c8192e}.link-danger-dark:focus,.link-danger-dark:hover{color:#a01425}.link-light{color:#f0f3fb}.link-light:focus,.link-light:hover{color:#f3f5fc}.link-dark{color:#222328}.link-dark:focus,.link-dark:hover{color:#1b1c20}.link-dark-50{color:#0c1425}.link-dark-50:focus,.link-dark-50:hover{color:#0a101e}.link-dark-100{color:#24363f}.link-dark-100:focus,.link-dark-100:hover{color:#1d2b32}.link-blue{color:#15b2e5}.link-blue:focus,.link-blue:hover{color:#44c1ea}.link-purple{color:#6a3e73}.link-purple:focus,.link-purple:hover{color:#55325c}.link-purple-light{color:rgba(232,205,231,.502)}.link-purple-light:focus,.link-purple-light:hover{color:rgba(242,226,241,.602)}.link-body-1{color:#3c3c43}.link-body-1:focus,.link-body-1:hover{color:#303036}.link-body-2{color:#ebebf5}.link-body-2:focus,.link-body-2:hover{color:#efeff7}.link-gray-body{color:#97979e}.link-gray-body:focus,.link-gray-body:hover{color:#acacb1}.link-gray-border{color:#d1d2d6}.link-gray-border:focus,.link-gray-border:hover{color:#dadbde}.link-gray-50{color:#f8f9fd}.link-gray-50:focus,.link-gray-50:hover{color:#f9fafd}.link-gray-100{color:#f0f3fb}.link-gray-100:focus,.link-gray-100:hover{color:#f3f5fc}.link-gray-200{color:#e6e7e9}.link-gray-200:focus,.link-gray-200:hover{color:#ebeced}.link-gray-300{color:#ebeeef}.link-gray-300:focus,.link-gray-300:hover{color:#eff1f2}.link-gray-400{color:#c8c8db}.link-gray-400:focus,.link-gray-400:hover{color:#d3d3e2}.link-gray-500{color:#5f5e70}.link-gray-500:focus,.link-gray-500:hover{color:#4c4b5a}.link-gray-600{color:#8a8a8e}.link-gray-600:focus,.link-gray-600:hover{color:#a1a1a5}.link-gray-700{color:#3e545e}.link-gray-700:focus,.link-gray-700:hover{color:#32434b}.link-gray-800{color:#0f1314}.link-gray-800:focus,.link-gray-800:hover{color:#0c0f10}.link-gray-900{color:#222328}.link-gray-900:focus,.link-gray-900:hover{color:#1b1c20}.link-gray-stroke-2{color:#dedede}.link-gray-stroke-2:focus,.link-gray-stroke-2:hover{color:#e5e5e5}.link-transparent{color:transparent}.link-transparent:focus,.link-transparent:hover{color:rgba(0,0,0,.2)}.link-purple-600{color:#3a378b}.link-purple-600:focus,.link-purple-600:hover{color:#2e2c6f}.link-light-100{color:#f5f5f5}.link-light-100:focus,.link-light-100:hover{color:#f7f7f7}.link-blue-300{color:#dfeefd}.link-blue-300:focus,.link-blue-300:hover{color:#e5f1fd}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1700px){.sticky-exl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{flex-direction:row;align-items:center}.hstack,.vstack{display:flex;align-self:stretch}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.align-sub{vertical-align:sub!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-80{opacity:.8!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 0 10px 0 rgba(0,0,0,.25)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-image{box-shadow:0 0 4px .5px rgba(0,0,0,.251)!important}.shadow-menu{box-shadow:0 30px 20px -20px rgba(0,0,0,.149)!important}.shadow-search{box-shadow:0 20px 25px -4px rgba(51,146,229,.102)!important}.shadow-blog{box-shadow:0 10px 25px 0 rgba(0,0,0,.102)!important}.shadow-form{box-shadow:0 20px 25px -4px rgba(29,120,165,.102)!important}.shadow-block{box-shadow:0 11px 15px 0 #f0f3fb!important}.shadow-why{box-shadow:0 11px 60px 0 rgba(0,0,0,.102)!important}.shadow-why-block{box-shadow:0 27px 42px -4px rgba(26,34,38,.102)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-30{top:30%!important}.top-50{top:50%!important}.top-70{top:70%!important}.top-90{top:90%!important}.top-100{top:100%!important}.top-15px{top:15px!important}.top-80px{top:80px!important}.top-140px{top:140px!important}.bottom-0{bottom:0!important}.bottom-30{bottom:30%!important}.bottom-50{bottom:50%!important}.bottom-70{bottom:70%!important}.bottom-90{bottom:90%!important}.bottom-100{bottom:100%!important}.bottom-15px{bottom:15px!important}.bottom-80px{bottom:80px!important}.bottom-140px{bottom:140px!important}.start-0{left:0!important}.start-30{left:30%!important}.start-50{left:50%!important}.start-70{left:70%!important}.start-90{left:90%!important}.start-100{left:100%!important}.start-15px{left:15px!important}.start-80px{left:80px!important}.start-140px{left:140px!important}.end-0{right:0!important}.end-30{right:30%!important}.end-50{right:50%!important}.end-70{right:70%!important}.end-90{right:90%!important}.end-100{right:100%!important}.end-15px{right:15px!important}.end-80px{right:80px!important}.end-140px{right:140px!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-40{transform:translate(40%,40%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.translate-middle-25y{transform:translate(-50%,25%)!important}.border{border:1px solid #e9e9e9!important}.border-0{border:0!important}.border-top{border-top:1px solid #e9e9e9!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #e9e9e9!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #e9e9e9!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #e9e9e9!important}.border-start-0{border-left:0!important}.border-primary{border-color:#132342!important}.border-primary-50{border-color:#005f89!important}.border-primary-100{border-color:#024e6d!important}.border-primary-light{border-color:#1b2e52!important}.border-primary-dark{border-color:#003059!important}.border-primary-stroke{border-color:#1d55a9!important}.border-primary-stroke-1{border-color:#6fa1d8!important}.border-primary-stroke-2{border-color:#d9ecf8!important}.border-profile{border-color:#101529!important}.border-profile-stroke{border-color:#1e4284!important}.border-profile-block{border-color:#171e3a!important}.border-profile-text{border-color:#c0d0f1!important}.border-secondary{border-color:#0a5aff!important}.border-secondary-50{border-color:#09f!important}.border-secondary-100{border-color:#dcedff!important}.border-secondary-light{border-color:#d5eeff!important}.border-success{border-color:#1ab394!important}.border-success-light{border-color:#d1f0ea!important}.border-success-bullet{border-color:#00ffd3!important}.border-success-lighter{border-color:#ddf4ef!important}.border-success-dark{border-color:#0f674c!important}.border-success-darken{border-color:#16878c!important}.border-info{border-color:#3b7ab5!important}.border-info-50{border-color:#004473!important}.border-info-100{border-color:#007aff!important}.border-info-300{border-color:#d5eeff!important}.border-info-stroke{border-color:rgba(186,186,208,.502)!important}.border-info-stroke-1{border-color:#1e4284!important}.border-warning{border-color:#f93!important}.border-warning-50{border-color:#ffc700!important}.border-warning-100{border-color:#f90!important}.border-warning-title{border-color:#f9b361!important}.border-warning-light{border-color:#f7efe9!important}.border-warning-bg{border-color:#fbf8d9!important}.border-warning-bg-1{border-color:#fff7ec!important}.border-warning-bg-2{border-color:#fff1e7!important}.border-danger{border-color:#cc222c!important}.border-danger-50{border-color:#ff3d12!important}.border-danger-light{border-color:#fee2e2!important}.border-danger-dark{border-color:#c8192e!important}.border-light{border-color:#f0f3fb!important}.border-dark{border-color:#222328!important}.border-dark-50{border-color:#0c1425!important}.border-dark-100{border-color:#24363f!important}.border-blue{border-color:#15b2e5!important}.border-purple{border-color:#6a3e73!important}.border-purple-light{border-color:rgba(232,205,231,.502)!important}.border-body-1{border-color:#3c3c43!important}.border-body-2{border-color:#ebebf5!important}.border-gray-body{border-color:#97979e!important}.border-gray-border{border-color:#d1d2d6!important}.border-gray-50{border-color:#f8f9fd!important}.border-gray-100{border-color:#f0f3fb!important}.border-gray-200{border-color:#e6e7e9!important}.border-gray-300{border-color:#ebeeef!important}.border-gray-400{border-color:#c8c8db!important}.border-gray-500{border-color:#5f5e70!important}.border-gray-600{border-color:#8a8a8e!important}.border-gray-700{border-color:#3e545e!important}.border-gray-800{border-color:#0f1314!important}.border-gray-900{border-color:#222328!important}.border-gray-stroke-2{border-color:#dedede!important}.border-transparent{border-color:transparent!important}.border-purple-600{border-color:#3a378b!important}.border-light-100{border-color:#f5f5f5!important}.border-blue-300{border-color:#dfeefd!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-15{width:15%!important}.w-20{width:20%!important}.w-25{width:25%!important}.w-30{width:30%!important}.w-37{width:37%!important}.w-40{width:40%!important}.w-45{width:45%!important}.w-50{width:50%!important}.w-55{width:55%!important}.w-60{width:60%!important}.w-65{width:65%!important}.w-70{width:70%!important}.w-75{width:75%!important}.w-77{width:77%!important}.w-80{width:80%!important}.w-85{width:85%!important}.w-90{width:90%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-16px{width:16px!important}.w-20px{width:20px!important}.w-32px{width:32px!important}.w-36px{width:36px!important}.w-40px{width:40px!important}.w-44px{width:44px!important}.w-48px{width:48px!important}.w-52px{width:52px!important}.w-60px{width:60px!important}.w-230px{width:230px!important}.w-324px{width:324px!important}.w-350px{width:350px!important}.mw-100{max-width:100%!important}.mw-80{max-width:80%!important}.mw-50vh{max-width:50vh!important}.mw-75px{max-width:75px!important}.mw-50{max-width:50%!important}.mw-75{max-width:75%!important}.mw-280px{max-width:280px!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.h-6px{height:6px!important}.h-8px{height:8px!important}.h-20px{height:20px!important}.h-28px{height:28px!important}.h-32px{height:32px!important}.h-36px{height:36px!important}.h-40px{height:40px!important}.h-44px{height:44px!important}.h-48px{height:48px!important}.h-52px{height:52px!important}.h-60px{height:60px!important}.h-78px{height:78px!important}.h-300px{height:300px!important}.h-504px{height:504px!important}.h-unset{height:unset!important}.mh-100{max-height:100%!important}.mh-80{max-height:80%!important}.mh-50vh{max-height:50vh!important}.mh-72px{max-height:72px!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-grow-2{flex-grow:2!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-auto{gap:auto!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.gap-2rem{gap:2rem!important}.gap-4rem{gap:4rem!important}.gap-5rem{gap:5rem!important}.gap-6rem{gap:6rem!important}.gap-7rem{gap:7rem!important}.gap-9rem{gap:9rem!important}.gap-15rem{gap:15rem!important}.gap-17rem{gap:17rem!important}.gap-1px{gap:1px!important}.gap-2px{gap:2px!important}.gap-3px{gap:3px!important}.gap-5px{gap:5px!important}.gap-6px{gap:6px!important}.gap-9px{gap:9px!important}.gap-10px{gap:10px!important}.gap-11px{gap:11px!important}.gap-12px{gap:12px!important}.gap-13px{gap:13px!important}.gap-14px{gap:14px!important}.gap-15px{gap:15px!important}.gap-18px{gap:18px!important}.gap-19px{gap:19px!important}.gap-20px{gap:20px!important}.gap-22px{gap:22px!important}.gap-23px{gap:23px!important}.gap-26px{gap:26px!important}.gap-28px{gap:28px!important}.gap-30px{gap:30px!important}.gap-34px{gap:34px!important}.gap-36px{gap:36px!important}.gap-40px{gap:40px!important}.gap-44px{gap:44px!important}.gap-50px{gap:50px!important}.gap-56px{gap:56px!important}.gap-60px{gap:60px!important}.gap-72px{gap:72px!important}.gap-75px{gap:75px!important}.gap-82px{gap:82px!important}.gap-88px{gap:88px!important}.gap-90px{gap:90px!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-auto{margin:auto!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-2rem{margin:2rem!important}.m-4rem{margin:4rem!important}.m-5rem{margin:5rem!important}.m-6rem{margin:6rem!important}.m-7rem{margin:7rem!important}.m-9rem{margin:9rem!important}.m-15rem{margin:15rem!important}.m-17rem{margin:17rem!important}.m-1px{margin:1px!important}.m-2px{margin:2px!important}.m-3px{margin:3px!important}.m-5px{margin:5px!important}.m-6px{margin:6px!important}.m-9px{margin:9px!important}.m-10px{margin:10px!important}.m-11px{margin:11px!important}.m-12px{margin:12px!important}.m-13px{margin:13px!important}.m-14px{margin:14px!important}.m-15px{margin:15px!important}.m-18px{margin:18px!important}.m-19px{margin:19px!important}.m-20px{margin:20px!important}.m-22px{margin:22px!important}.m-23px{margin:23px!important}.m-26px{margin:26px!important}.m-28px{margin:28px!important}.m-30px{margin:30px!important}.m-34px{margin:34px!important}.m-36px{margin:36px!important}.m-40px{margin:40px!important}.m-44px{margin:44px!important}.m-50px{margin:50px!important}.m-56px{margin:56px!important}.m-60px{margin:60px!important}.m-72px{margin:72px!important}.m-75px{margin:75px!important}.m-82px{margin:82px!important}.m-88px{margin:88px!important}.m-90px{margin:90px!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-2rem{margin-right:2rem!important;margin-left:2rem!important}.mx-4rem{margin-right:4rem!important;margin-left:4rem!important}.mx-5rem{margin-right:5rem!important;margin-left:5rem!important}.mx-6rem{margin-right:6rem!important;margin-left:6rem!important}.mx-7rem{margin-right:7rem!important;margin-left:7rem!important}.mx-9rem{margin-right:9rem!important;margin-left:9rem!important}.mx-15rem{margin-right:15rem!important;margin-left:15rem!important}.mx-17rem{margin-right:17rem!important;margin-left:17rem!important}.mx-1px{margin-right:1px!important;margin-left:1px!important}.mx-2px{margin-right:2px!important;margin-left:2px!important}.mx-3px{margin-right:3px!important;margin-left:3px!important}.mx-5px{margin-right:5px!important;margin-left:5px!important}.mx-6px{margin-right:6px!important;margin-left:6px!important}.mx-9px{margin-right:9px!important;margin-left:9px!important}.mx-10px{margin-right:10px!important;margin-left:10px!important}.mx-11px{margin-right:11px!important;margin-left:11px!important}.mx-12px{margin-right:12px!important;margin-left:12px!important}.mx-13px{margin-right:13px!important;margin-left:13px!important}.mx-14px{margin-right:14px!important;margin-left:14px!important}.mx-15px{margin-right:15px!important;margin-left:15px!important}.mx-18px{margin-right:18px!important;margin-left:18px!important}.mx-19px{margin-right:19px!important;margin-left:19px!important}.mx-20px{margin-right:20px!important;margin-left:20px!important}.mx-22px{margin-right:22px!important;margin-left:22px!important}.mx-23px{margin-right:23px!important;margin-left:23px!important}.mx-26px{margin-right:26px!important;margin-left:26px!important}.mx-28px{margin-right:28px!important;margin-left:28px!important}.mx-30px{margin-right:30px!important;margin-left:30px!important}.mx-34px{margin-right:34px!important;margin-left:34px!important}.mx-36px{margin-right:36px!important;margin-left:36px!important}.mx-40px{margin-right:40px!important;margin-left:40px!important}.mx-44px{margin-right:44px!important;margin-left:44px!important}.mx-50px{margin-right:50px!important;margin-left:50px!important}.mx-56px{margin-right:56px!important;margin-left:56px!important}.mx-60px{margin-right:60px!important;margin-left:60px!important}.mx-72px{margin-right:72px!important;margin-left:72px!important}.mx-75px{margin-right:75px!important;margin-left:75px!important}.mx-82px{margin-right:82px!important;margin-left:82px!important}.mx-88px{margin-right:88px!important;margin-left:88px!important}.mx-90px{margin-right:90px!important;margin-left:90px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.my-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.my-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.my-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.my-7rem{margin-top:7rem!important;margin-bottom:7rem!important}.my-9rem{margin-top:9rem!important;margin-bottom:9rem!important}.my-15rem{margin-top:15rem!important;margin-bottom:15rem!important}.my-17rem{margin-top:17rem!important;margin-bottom:17rem!important}.my-1px{margin-top:1px!important;margin-bottom:1px!important}.my-2px{margin-top:2px!important;margin-bottom:2px!important}.my-3px{margin-top:3px!important;margin-bottom:3px!important}.my-5px{margin-top:5px!important;margin-bottom:5px!important}.my-6px{margin-top:6px!important;margin-bottom:6px!important}.my-9px{margin-top:9px!important;margin-bottom:9px!important}.my-10px{margin-top:10px!important;margin-bottom:10px!important}.my-11px{margin-top:11px!important;margin-bottom:11px!important}.my-12px{margin-top:12px!important;margin-bottom:12px!important}.my-13px{margin-top:13px!important;margin-bottom:13px!important}.my-14px{margin-top:14px!important;margin-bottom:14px!important}.my-15px{margin-top:15px!important;margin-bottom:15px!important}.my-18px{margin-top:18px!important;margin-bottom:18px!important}.my-19px{margin-top:19px!important;margin-bottom:19px!important}.my-20px{margin-top:20px!important;margin-bottom:20px!important}.my-22px{margin-top:22px!important;margin-bottom:22px!important}.my-23px{margin-top:23px!important;margin-bottom:23px!important}.my-26px{margin-top:26px!important;margin-bottom:26px!important}.my-28px{margin-top:28px!important;margin-bottom:28px!important}.my-30px{margin-top:30px!important;margin-bottom:30px!important}.my-34px{margin-top:34px!important;margin-bottom:34px!important}.my-36px{margin-top:36px!important;margin-bottom:36px!important}.my-40px{margin-top:40px!important;margin-bottom:40px!important}.my-44px{margin-top:44px!important;margin-bottom:44px!important}.my-50px{margin-top:50px!important;margin-bottom:50px!important}.my-56px{margin-top:56px!important;margin-bottom:56px!important}.my-60px{margin-top:60px!important;margin-bottom:60px!important}.my-72px{margin-top:72px!important;margin-bottom:72px!important}.my-75px{margin-top:75px!important;margin-bottom:75px!important}.my-82px{margin-top:82px!important;margin-bottom:82px!important}.my-88px{margin-top:88px!important;margin-bottom:88px!important}.my-90px{margin-top:90px!important;margin-bottom:90px!important}.mt-auto{margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-2rem{margin-top:2rem!important}.mt-4rem{margin-top:4rem!important}.mt-5rem{margin-top:5rem!important}.mt-6rem{margin-top:6rem!important}.mt-7rem{margin-top:7rem!important}.mt-9rem{margin-top:9rem!important}.mt-15rem{margin-top:15rem!important}.mt-17rem{margin-top:17rem!important}.mt-1px{margin-top:1px!important}.mt-2px{margin-top:2px!important}.mt-3px{margin-top:3px!important}.mt-5px{margin-top:5px!important}.mt-6px{margin-top:6px!important}.mt-9px{margin-top:9px!important}.mt-10px{margin-top:10px!important}.mt-11px{margin-top:11px!important}.mt-12px{margin-top:12px!important}.mt-13px{margin-top:13px!important}.mt-14px{margin-top:14px!important}.mt-15px{margin-top:15px!important}.mt-18px{margin-top:18px!important}.mt-19px{margin-top:19px!important}.mt-20px{margin-top:20px!important}.mt-22px{margin-top:22px!important}.mt-23px{margin-top:23px!important}.mt-26px{margin-top:26px!important}.mt-28px{margin-top:28px!important}.mt-30px{margin-top:30px!important}.mt-34px{margin-top:34px!important}.mt-36px{margin-top:36px!important}.mt-40px{margin-top:40px!important}.mt-44px{margin-top:44px!important}.mt-50px{margin-top:50px!important}.mt-56px{margin-top:56px!important}.mt-60px{margin-top:60px!important}.mt-72px{margin-top:72px!important}.mt-75px{margin-top:75px!important}.mt-82px{margin-top:82px!important}.mt-88px{margin-top:88px!important}.mt-90px{margin-top:90px!important}.me-auto{margin-right:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-2rem{margin-right:2rem!important}.me-4rem{margin-right:4rem!important}.me-5rem{margin-right:5rem!important}.me-6rem{margin-right:6rem!important}.me-7rem{margin-right:7rem!important}.me-9rem{margin-right:9rem!important}.me-15rem{margin-right:15rem!important}.me-17rem{margin-right:17rem!important}.me-1px{margin-right:1px!important}.me-2px{margin-right:2px!important}.me-3px{margin-right:3px!important}.me-5px{margin-right:5px!important}.me-6px{margin-right:6px!important}.me-9px{margin-right:9px!important}.me-10px{margin-right:10px!important}.me-11px{margin-right:11px!important}.me-12px{margin-right:12px!important}.me-13px{margin-right:13px!important}.me-14px{margin-right:14px!important}.me-15px{margin-right:15px!important}.me-18px{margin-right:18px!important}.me-19px{margin-right:19px!important}.me-20px{margin-right:20px!important}.me-22px{margin-right:22px!important}.me-23px{margin-right:23px!important}.me-26px{margin-right:26px!important}.me-28px{margin-right:28px!important}.me-30px{margin-right:30px!important}.me-34px{margin-right:34px!important}.me-36px{margin-right:36px!important}.me-40px{margin-right:40px!important}.me-44px{margin-right:44px!important}.me-50px{margin-right:50px!important}.me-56px{margin-right:56px!important}.me-60px{margin-right:60px!important}.me-72px{margin-right:72px!important}.me-75px{margin-right:75px!important}.me-82px{margin-right:82px!important}.me-88px{margin-right:88px!important}.me-90px{margin-right:90px!important}.mb-auto{margin-bottom:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-2rem{margin-bottom:2rem!important}.mb-4rem{margin-bottom:4rem!important}.mb-5rem{margin-bottom:5rem!important}.mb-6rem{margin-bottom:6rem!important}.mb-7rem{margin-bottom:7rem!important}.mb-9rem{margin-bottom:9rem!important}.mb-15rem{margin-bottom:15rem!important}.mb-17rem{margin-bottom:17rem!important}.mb-1px{margin-bottom:1px!important}.mb-2px{margin-bottom:2px!important}.mb-3px{margin-bottom:3px!important}.mb-5px{margin-bottom:5px!important}.mb-6px{margin-bottom:6px!important}.mb-9px{margin-bottom:9px!important}.mb-10px{margin-bottom:10px!important}.mb-11px{margin-bottom:11px!important}.mb-12px{margin-bottom:12px!important}.mb-13px{margin-bottom:13px!important}.mb-14px{margin-bottom:14px!important}.mb-15px{margin-bottom:15px!important}.mb-18px{margin-bottom:18px!important}.mb-19px{margin-bottom:19px!important}.mb-20px{margin-bottom:20px!important}.mb-22px{margin-bottom:22px!important}.mb-23px{margin-bottom:23px!important}.mb-26px{margin-bottom:26px!important}.mb-28px{margin-bottom:28px!important}.mb-30px{margin-bottom:30px!important}.mb-34px{margin-bottom:34px!important}.mb-36px{margin-bottom:36px!important}.mb-40px{margin-bottom:40px!important}.mb-44px{margin-bottom:44px!important}.mb-50px{margin-bottom:50px!important}.mb-56px{margin-bottom:56px!important}.mb-60px{margin-bottom:60px!important}.mb-72px{margin-bottom:72px!important}.mb-75px{margin-bottom:75px!important}.mb-82px{margin-bottom:82px!important}.mb-88px{margin-bottom:88px!important}.mb-90px{margin-bottom:90px!important}.ms-auto{margin-left:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-2rem{margin-left:2rem!important}.ms-4rem{margin-left:4rem!important}.ms-5rem{margin-left:5rem!important}.ms-6rem{margin-left:6rem!important}.ms-7rem{margin-left:7rem!important}.ms-9rem{margin-left:9rem!important}.ms-15rem{margin-left:15rem!important}.ms-17rem{margin-left:17rem!important}.ms-1px{margin-left:1px!important}.ms-2px{margin-left:2px!important}.ms-3px{margin-left:3px!important}.ms-5px{margin-left:5px!important}.ms-6px{margin-left:6px!important}.ms-9px{margin-left:9px!important}.ms-10px{margin-left:10px!important}.ms-11px{margin-left:11px!important}.ms-12px{margin-left:12px!important}.ms-13px{margin-left:13px!important}.ms-14px{margin-left:14px!important}.ms-15px{margin-left:15px!important}.ms-18px{margin-left:18px!important}.ms-19px{margin-left:19px!important}.ms-20px{margin-left:20px!important}.ms-22px{margin-left:22px!important}.ms-23px{margin-left:23px!important}.ms-26px{margin-left:26px!important}.ms-28px{margin-left:28px!important}.ms-30px{margin-left:30px!important}.ms-34px{margin-left:34px!important}.ms-36px{margin-left:36px!important}.ms-40px{margin-left:40px!important}.ms-44px{margin-left:44px!important}.ms-50px{margin-left:50px!important}.ms-56px{margin-left:56px!important}.ms-60px{margin-left:60px!important}.ms-72px{margin-left:72px!important}.ms-75px{margin-left:75px!important}.ms-82px{margin-left:82px!important}.ms-88px{margin-left:88px!important}.ms-90px{margin-left:90px!important}.m-nauto{margin:-auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.m-n2rem{margin:-2rem!important}.m-n4rem{margin:-4rem!important}.m-n5rem{margin:-5rem!important}.m-n6rem{margin:-6rem!important}.m-n7rem{margin:-7rem!important}.m-n9rem{margin:-9rem!important}.m-n15rem{margin:-15rem!important}.m-n17rem{margin:-17rem!important}.m-n1px{margin:-1px!important}.m-n2px{margin:-2px!important}.m-n3px{margin:-3px!important}.m-n5px{margin:-5px!important}.m-n6px{margin:-6px!important}.m-n9px{margin:-9px!important}.m-n10px{margin:-10px!important}.m-n11px{margin:-11px!important}.m-n12px{margin:-12px!important}.m-n13px{margin:-13px!important}.m-n14px{margin:-14px!important}.m-n15px{margin:-15px!important}.m-n18px{margin:-18px!important}.m-n19px{margin:-19px!important}.m-n20px{margin:-20px!important}.m-n22px{margin:-22px!important}.m-n23px{margin:-23px!important}.m-n26px{margin:-26px!important}.m-n28px{margin:-28px!important}.m-n30px{margin:-30px!important}.m-n34px{margin:-34px!important}.m-n36px{margin:-36px!important}.m-n40px{margin:-40px!important}.m-n44px{margin:-44px!important}.m-n50px{margin:-50px!important}.m-n56px{margin:-56px!important}.m-n60px{margin:-60px!important}.m-n72px{margin:-72px!important}.m-n75px{margin:-75px!important}.m-n82px{margin:-82px!important}.m-n88px{margin:-88px!important}.m-n90px{margin:-90px!important}.mx-nauto{margin-right:-auto!important;margin-left:-auto!important}.mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-n2rem{margin-right:-2rem!important;margin-left:-2rem!important}.mx-n4rem{margin-right:-4rem!important;margin-left:-4rem!important}.mx-n5rem{margin-right:-5rem!important;margin-left:-5rem!important}.mx-n6rem{margin-right:-6rem!important;margin-left:-6rem!important}.mx-n7rem{margin-right:-7rem!important;margin-left:-7rem!important}.mx-n9rem{margin-right:-9rem!important;margin-left:-9rem!important}.mx-n15rem{margin-right:-15rem!important;margin-left:-15rem!important}.mx-n17rem{margin-right:-17rem!important;margin-left:-17rem!important}.mx-n1px{margin-right:-1px!important;margin-left:-1px!important}.mx-n2px{margin-right:-2px!important;margin-left:-2px!important}.mx-n3px{margin-right:-3px!important;margin-left:-3px!important}.mx-n5px{margin-right:-5px!important;margin-left:-5px!important}.mx-n6px{margin-right:-6px!important;margin-left:-6px!important}.mx-n9px{margin-right:-9px!important;margin-left:-9px!important}.mx-n10px{margin-right:-10px!important;margin-left:-10px!important}.mx-n11px{margin-right:-11px!important;margin-left:-11px!important}.mx-n12px{margin-right:-12px!important;margin-left:-12px!important}.mx-n13px{margin-right:-13px!important;margin-left:-13px!important}.mx-n14px{margin-right:-14px!important;margin-left:-14px!important}.mx-n15px{margin-right:-15px!important;margin-left:-15px!important}.mx-n18px{margin-right:-18px!important;margin-left:-18px!important}.mx-n19px{margin-right:-19px!important;margin-left:-19px!important}.mx-n20px{margin-right:-20px!important;margin-left:-20px!important}.mx-n22px{margin-right:-22px!important;margin-left:-22px!important}.mx-n23px{margin-right:-23px!important;margin-left:-23px!important}.mx-n26px{margin-right:-26px!important;margin-left:-26px!important}.mx-n28px{margin-right:-28px!important;margin-left:-28px!important}.mx-n30px{margin-right:-30px!important;margin-left:-30px!important}.mx-n34px{margin-right:-34px!important;margin-left:-34px!important}.mx-n36px{margin-right:-36px!important;margin-left:-36px!important}.mx-n40px{margin-right:-40px!important;margin-left:-40px!important}.mx-n44px{margin-right:-44px!important;margin-left:-44px!important}.mx-n50px{margin-right:-50px!important;margin-left:-50px!important}.mx-n56px{margin-right:-56px!important;margin-left:-56px!important}.mx-n60px{margin-right:-60px!important;margin-left:-60px!important}.mx-n72px{margin-right:-72px!important;margin-left:-72px!important}.mx-n75px{margin-right:-75px!important;margin-left:-75px!important}.mx-n82px{margin-right:-82px!important;margin-left:-82px!important}.mx-n88px{margin-right:-88px!important;margin-left:-88px!important}.mx-n90px{margin-right:-90px!important;margin-left:-90px!important}.my-nauto{margin-top:-auto!important;margin-bottom:-auto!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-n2rem{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-n4rem{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-n5rem{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-n6rem{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-n7rem{margin-top:-7rem!important;margin-bottom:-7rem!important}.my-n9rem{margin-top:-9rem!important;margin-bottom:-9rem!important}.my-n15rem{margin-top:-15rem!important;margin-bottom:-15rem!important}.my-n17rem{margin-top:-17rem!important;margin-bottom:-17rem!important}.my-n1px{margin-top:-1px!important;margin-bottom:-1px!important}.my-n2px{margin-top:-2px!important;margin-bottom:-2px!important}.my-n3px{margin-top:-3px!important;margin-bottom:-3px!important}.my-n5px{margin-top:-5px!important;margin-bottom:-5px!important}.my-n6px{margin-top:-6px!important;margin-bottom:-6px!important}.my-n9px{margin-top:-9px!important;margin-bottom:-9px!important}.my-n10px{margin-top:-10px!important;margin-bottom:-10px!important}.my-n11px{margin-top:-11px!important;margin-bottom:-11px!important}.my-n12px{margin-top:-12px!important;margin-bottom:-12px!important}.my-n13px{margin-top:-13px!important;margin-bottom:-13px!important}.my-n14px{margin-top:-14px!important;margin-bottom:-14px!important}.my-n15px{margin-top:-15px!important;margin-bottom:-15px!important}.my-n18px{margin-top:-18px!important;margin-bottom:-18px!important}.my-n19px{margin-top:-19px!important;margin-bottom:-19px!important}.my-n20px{margin-top:-20px!important;margin-bottom:-20px!important}.my-n22px{margin-top:-22px!important;margin-bottom:-22px!important}.my-n23px{margin-top:-23px!important;margin-bottom:-23px!important}.my-n26px{margin-top:-26px!important;margin-bottom:-26px!important}.my-n28px{margin-top:-28px!important;margin-bottom:-28px!important}.my-n30px{margin-top:-30px!important;margin-bottom:-30px!important}.my-n34px{margin-top:-34px!important;margin-bottom:-34px!important}.my-n36px{margin-top:-36px!important;margin-bottom:-36px!important}.my-n40px{margin-top:-40px!important;margin-bottom:-40px!important}.my-n44px{margin-top:-44px!important;margin-bottom:-44px!important}.my-n50px{margin-top:-50px!important;margin-bottom:-50px!important}.my-n56px{margin-top:-56px!important;margin-bottom:-56px!important}.my-n60px{margin-top:-60px!important;margin-bottom:-60px!important}.my-n72px{margin-top:-72px!important;margin-bottom:-72px!important}.my-n75px{margin-top:-75px!important;margin-bottom:-75px!important}.my-n82px{margin-top:-82px!important;margin-bottom:-82px!important}.my-n88px{margin-top:-88px!important;margin-bottom:-88px!important}.my-n90px{margin-top:-90px!important;margin-bottom:-90px!important}.mt-nauto{margin-top:-auto!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mt-n2rem{margin-top:-2rem!important}.mt-n4rem{margin-top:-4rem!important}.mt-n5rem{margin-top:-5rem!important}.mt-n6rem{margin-top:-6rem!important}.mt-n7rem{margin-top:-7rem!important}.mt-n9rem{margin-top:-9rem!important}.mt-n15rem{margin-top:-15rem!important}.mt-n17rem{margin-top:-17rem!important}.mt-n1px{margin-top:-1px!important}.mt-n2px{margin-top:-2px!important}.mt-n3px{margin-top:-3px!important}.mt-n5px{margin-top:-5px!important}.mt-n6px{margin-top:-6px!important}.mt-n9px{margin-top:-9px!important}.mt-n10px{margin-top:-10px!important}.mt-n11px{margin-top:-11px!important}.mt-n12px{margin-top:-12px!important}.mt-n13px{margin-top:-13px!important}.mt-n14px{margin-top:-14px!important}.mt-n15px{margin-top:-15px!important}.mt-n18px{margin-top:-18px!important}.mt-n19px{margin-top:-19px!important}.mt-n20px{margin-top:-20px!important}.mt-n22px{margin-top:-22px!important}.mt-n23px{margin-top:-23px!important}.mt-n26px{margin-top:-26px!important}.mt-n28px{margin-top:-28px!important}.mt-n30px{margin-top:-30px!important}.mt-n34px{margin-top:-34px!important}.mt-n36px{margin-top:-36px!important}.mt-n40px{margin-top:-40px!important}.mt-n44px{margin-top:-44px!important}.mt-n50px{margin-top:-50px!important}.mt-n56px{margin-top:-56px!important}.mt-n60px{margin-top:-60px!important}.mt-n72px{margin-top:-72px!important}.mt-n75px{margin-top:-75px!important}.mt-n82px{margin-top:-82px!important}.mt-n88px{margin-top:-88px!important}.mt-n90px{margin-top:-90px!important}.me-nauto{margin-right:-auto!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-3rem!important}.me-n2rem{margin-right:-2rem!important}.me-n4rem{margin-right:-4rem!important}.me-n5rem{margin-right:-5rem!important}.me-n6rem{margin-right:-6rem!important}.me-n7rem{margin-right:-7rem!important}.me-n9rem{margin-right:-9rem!important}.me-n15rem{margin-right:-15rem!important}.me-n17rem{margin-right:-17rem!important}.me-n1px{margin-right:-1px!important}.me-n2px{margin-right:-2px!important}.me-n3px{margin-right:-3px!important}.me-n5px{margin-right:-5px!important}.me-n6px{margin-right:-6px!important}.me-n9px{margin-right:-9px!important}.me-n10px{margin-right:-10px!important}.me-n11px{margin-right:-11px!important}.me-n12px{margin-right:-12px!important}.me-n13px{margin-right:-13px!important}.me-n14px{margin-right:-14px!important}.me-n15px{margin-right:-15px!important}.me-n18px{margin-right:-18px!important}.me-n19px{margin-right:-19px!important}.me-n20px{margin-right:-20px!important}.me-n22px{margin-right:-22px!important}.me-n23px{margin-right:-23px!important}.me-n26px{margin-right:-26px!important}.me-n28px{margin-right:-28px!important}.me-n30px{margin-right:-30px!important}.me-n34px{margin-right:-34px!important}.me-n36px{margin-right:-36px!important}.me-n40px{margin-right:-40px!important}.me-n44px{margin-right:-44px!important}.me-n50px{margin-right:-50px!important}.me-n56px{margin-right:-56px!important}.me-n60px{margin-right:-60px!important}.me-n72px{margin-right:-72px!important}.me-n75px{margin-right:-75px!important}.me-n82px{margin-right:-82px!important}.me-n88px{margin-right:-88px!important}.me-n90px{margin-right:-90px!important}.mb-nauto{margin-bottom:-auto!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.mb-n2rem{margin-bottom:-2rem!important}.mb-n4rem{margin-bottom:-4rem!important}.mb-n5rem{margin-bottom:-5rem!important}.mb-n6rem{margin-bottom:-6rem!important}.mb-n7rem{margin-bottom:-7rem!important}.mb-n9rem{margin-bottom:-9rem!important}.mb-n15rem{margin-bottom:-15rem!important}.mb-n17rem{margin-bottom:-17rem!important}.mb-n1px{margin-bottom:-1px!important}.mb-n2px{margin-bottom:-2px!important}.mb-n3px{margin-bottom:-3px!important}.mb-n5px{margin-bottom:-5px!important}.mb-n6px{margin-bottom:-6px!important}.mb-n9px{margin-bottom:-9px!important}.mb-n10px{margin-bottom:-10px!important}.mb-n11px{margin-bottom:-11px!important}.mb-n12px{margin-bottom:-12px!important}.mb-n13px{margin-bottom:-13px!important}.mb-n14px{margin-bottom:-14px!important}.mb-n15px{margin-bottom:-15px!important}.mb-n18px{margin-bottom:-18px!important}.mb-n19px{margin-bottom:-19px!important}.mb-n20px{margin-bottom:-20px!important}.mb-n22px{margin-bottom:-22px!important}.mb-n23px{margin-bottom:-23px!important}.mb-n26px{margin-bottom:-26px!important}.mb-n28px{margin-bottom:-28px!important}.mb-n30px{margin-bottom:-30px!important}.mb-n34px{margin-bottom:-34px!important}.mb-n36px{margin-bottom:-36px!important}.mb-n40px{margin-bottom:-40px!important}.mb-n44px{margin-bottom:-44px!important}.mb-n50px{margin-bottom:-50px!important}.mb-n56px{margin-bottom:-56px!important}.mb-n60px{margin-bottom:-60px!important}.mb-n72px{margin-bottom:-72px!important}.mb-n75px{margin-bottom:-75px!important}.mb-n82px{margin-bottom:-82px!important}.mb-n88px{margin-bottom:-88px!important}.mb-n90px{margin-bottom:-90px!important}.ms-nauto{margin-left:-auto!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-3rem!important}.ms-n2rem{margin-left:-2rem!important}.ms-n4rem{margin-left:-4rem!important}.ms-n5rem{margin-left:-5rem!important}.ms-n6rem{margin-left:-6rem!important}.ms-n7rem{margin-left:-7rem!important}.ms-n9rem{margin-left:-9rem!important}.ms-n15rem{margin-left:-15rem!important}.ms-n17rem{margin-left:-17rem!important}.ms-n1px{margin-left:-1px!important}.ms-n2px{margin-left:-2px!important}.ms-n3px{margin-left:-3px!important}.ms-n5px{margin-left:-5px!important}.ms-n6px{margin-left:-6px!important}.ms-n9px{margin-left:-9px!important}.ms-n10px{margin-left:-10px!important}.ms-n11px{margin-left:-11px!important}.ms-n12px{margin-left:-12px!important}.ms-n13px{margin-left:-13px!important}.ms-n14px{margin-left:-14px!important}.ms-n15px{margin-left:-15px!important}.ms-n18px{margin-left:-18px!important}.ms-n19px{margin-left:-19px!important}.ms-n20px{margin-left:-20px!important}.ms-n22px{margin-left:-22px!important}.ms-n23px{margin-left:-23px!important}.ms-n26px{margin-left:-26px!important}.ms-n28px{margin-left:-28px!important}.ms-n30px{margin-left:-30px!important}.ms-n34px{margin-left:-34px!important}.ms-n36px{margin-left:-36px!important}.ms-n40px{margin-left:-40px!important}.ms-n44px{margin-left:-44px!important}.ms-n50px{margin-left:-50px!important}.ms-n56px{margin-left:-56px!important}.ms-n60px{margin-left:-60px!important}.ms-n72px{margin-left:-72px!important}.ms-n75px{margin-left:-75px!important}.ms-n82px{margin-left:-82px!important}.ms-n88px{margin-left:-88px!important}.ms-n90px{margin-left:-90px!important}.p-auto{padding:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-2rem{padding:2rem!important}.p-4rem{padding:4rem!important}.p-5rem{padding:5rem!important}.p-6rem{padding:6rem!important}.p-7rem{padding:7rem!important}.p-9rem{padding:9rem!important}.p-15rem{padding:15rem!important}.p-17rem{padding:17rem!important}.p-1px{padding:1px!important}.p-2px{padding:2px!important}.p-3px{padding:3px!important}.p-5px{padding:5px!important}.p-6px{padding:6px!important}.p-9px{padding:9px!important}.p-10px{padding:10px!important}.p-11px{padding:11px!important}.p-12px{padding:12px!important}.p-13px{padding:13px!important}.p-14px{padding:14px!important}.p-15px{padding:15px!important}.p-18px{padding:18px!important}.p-19px{padding:19px!important}.p-20px{padding:20px!important}.p-22px{padding:22px!important}.p-23px{padding:23px!important}.p-26px{padding:26px!important}.p-28px{padding:28px!important}.p-30px{padding:30px!important}.p-34px{padding:34px!important}.p-36px{padding:36px!important}.p-40px{padding:40px!important}.p-44px{padding:44px!important}.p-50px{padding:50px!important}.p-56px{padding:56px!important}.p-60px{padding:60px!important}.p-72px{padding:72px!important}.p-75px{padding:75px!important}.p-82px{padding:82px!important}.p-88px{padding:88px!important}.p-90px{padding:90px!important}.px-auto{padding-right:auto!important;padding-left:auto!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.px-2rem{padding-right:2rem!important;padding-left:2rem!important}.px-4rem{padding-right:4rem!important;padding-left:4rem!important}.px-5rem{padding-right:5rem!important;padding-left:5rem!important}.px-6rem{padding-right:6rem!important;padding-left:6rem!important}.px-7rem{padding-right:7rem!important;padding-left:7rem!important}.px-9rem{padding-right:9rem!important;padding-left:9rem!important}.px-15rem{padding-right:15rem!important;padding-left:15rem!important}.px-17rem{padding-right:17rem!important;padding-left:17rem!important}.px-1px{padding-right:1px!important;padding-left:1px!important}.px-2px{padding-right:2px!important;padding-left:2px!important}.px-3px{padding-right:3px!important;padding-left:3px!important}.px-5px{padding-right:5px!important;padding-left:5px!important}.px-6px{padding-right:6px!important;padding-left:6px!important}.px-9px{padding-right:9px!important;padding-left:9px!important}.px-10px{padding-right:10px!important;padding-left:10px!important}.px-11px{padding-right:11px!important;padding-left:11px!important}.px-12px{padding-right:12px!important;padding-left:12px!important}.px-13px{padding-right:13px!important;padding-left:13px!important}.px-14px{padding-right:14px!important;padding-left:14px!important}.px-15px{padding-right:15px!important;padding-left:15px!important}.px-18px{padding-right:18px!important;padding-left:18px!important}.px-19px{padding-right:19px!important;padding-left:19px!important}.px-20px{padding-right:20px!important;padding-left:20px!important}.px-22px{padding-right:22px!important;padding-left:22px!important}.px-23px{padding-right:23px!important;padding-left:23px!important}.px-26px{padding-right:26px!important;padding-left:26px!important}.px-28px{padding-right:28px!important;padding-left:28px!important}.px-30px{padding-right:30px!important;padding-left:30px!important}.px-34px{padding-right:34px!important;padding-left:34px!important}.px-36px{padding-right:36px!important;padding-left:36px!important}.px-40px{padding-right:40px!important;padding-left:40px!important}.px-44px{padding-right:44px!important;padding-left:44px!important}.px-50px{padding-right:50px!important;padding-left:50px!important}.px-56px{padding-right:56px!important;padding-left:56px!important}.px-60px{padding-right:60px!important;padding-left:60px!important}.px-72px{padding-right:72px!important;padding-left:72px!important}.px-75px{padding-right:75px!important;padding-left:75px!important}.px-82px{padding-right:82px!important;padding-left:82px!important}.px-88px{padding-right:88px!important;padding-left:88px!important}.px-90px{padding-right:90px!important;padding-left:90px!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.py-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.py-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.py-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.py-7rem{padding-top:7rem!important;padding-bottom:7rem!important}.py-9rem{padding-top:9rem!important;padding-bottom:9rem!important}.py-15rem{padding-top:15rem!important;padding-bottom:15rem!important}.py-17rem{padding-top:17rem!important;padding-bottom:17rem!important}.py-1px{padding-top:1px!important;padding-bottom:1px!important}.py-2px{padding-top:2px!important;padding-bottom:2px!important}.py-3px{padding-top:3px!important;padding-bottom:3px!important}.py-5px{padding-top:5px!important;padding-bottom:5px!important}.py-6px{padding-top:6px!important;padding-bottom:6px!important}.py-9px{padding-top:9px!important;padding-bottom:9px!important}.py-10px{padding-top:10px!important;padding-bottom:10px!important}.py-11px{padding-top:11px!important;padding-bottom:11px!important}.py-12px{padding-top:12px!important;padding-bottom:12px!important}.py-13px{padding-top:13px!important;padding-bottom:13px!important}.py-14px{padding-top:14px!important;padding-bottom:14px!important}.py-15px{padding-top:15px!important;padding-bottom:15px!important}.py-18px{padding-top:18px!important;padding-bottom:18px!important}.py-19px{padding-top:19px!important;padding-bottom:19px!important}.py-20px{padding-top:20px!important;padding-bottom:20px!important}.py-22px{padding-top:22px!important;padding-bottom:22px!important}.py-23px{padding-top:23px!important;padding-bottom:23px!important}.py-26px{padding-top:26px!important;padding-bottom:26px!important}.py-28px{padding-top:28px!important;padding-bottom:28px!important}.py-30px{padding-top:30px!important;padding-bottom:30px!important}.py-34px{padding-top:34px!important;padding-bottom:34px!important}.py-36px{padding-top:36px!important;padding-bottom:36px!important}.py-40px{padding-top:40px!important;padding-bottom:40px!important}.py-44px{padding-top:44px!important;padding-bottom:44px!important}.py-50px{padding-top:50px!important;padding-bottom:50px!important}.py-56px{padding-top:56px!important;padding-bottom:56px!important}.py-60px{padding-top:60px!important;padding-bottom:60px!important}.py-72px{padding-top:72px!important;padding-bottom:72px!important}.py-75px{padding-top:75px!important;padding-bottom:75px!important}.py-82px{padding-top:82px!important;padding-bottom:82px!important}.py-88px{padding-top:88px!important;padding-bottom:88px!important}.py-90px{padding-top:90px!important;padding-bottom:90px!important}.pt-auto{padding-top:auto!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-2rem{padding-top:2rem!important}.pt-4rem{padding-top:4rem!important}.pt-5rem{padding-top:5rem!important}.pt-6rem{padding-top:6rem!important}.pt-7rem{padding-top:7rem!important}.pt-9rem{padding-top:9rem!important}.pt-15rem{padding-top:15rem!important}.pt-17rem{padding-top:17rem!important}.pt-1px{padding-top:1px!important}.pt-2px{padding-top:2px!important}.pt-3px{padding-top:3px!important}.pt-5px{padding-top:5px!important}.pt-6px{padding-top:6px!important}.pt-9px{padding-top:9px!important}.pt-10px{padding-top:10px!important}.pt-11px{padding-top:11px!important}.pt-12px{padding-top:12px!important}.pt-13px{padding-top:13px!important}.pt-14px{padding-top:14px!important}.pt-15px{padding-top:15px!important}.pt-18px{padding-top:18px!important}.pt-19px{padding-top:19px!important}.pt-20px{padding-top:20px!important}.pt-22px{padding-top:22px!important}.pt-23px{padding-top:23px!important}.pt-26px{padding-top:26px!important}.pt-28px{padding-top:28px!important}.pt-30px{padding-top:30px!important}.pt-34px{padding-top:34px!important}.pt-36px{padding-top:36px!important}.pt-40px{padding-top:40px!important}.pt-44px{padding-top:44px!important}.pt-50px{padding-top:50px!important}.pt-56px{padding-top:56px!important}.pt-60px{padding-top:60px!important}.pt-72px{padding-top:72px!important}.pt-75px{padding-top:75px!important}.pt-82px{padding-top:82px!important}.pt-88px{padding-top:88px!important}.pt-90px{padding-top:90px!important}.pe-auto{padding-right:auto!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pe-2rem{padding-right:2rem!important}.pe-4rem{padding-right:4rem!important}.pe-5rem{padding-right:5rem!important}.pe-6rem{padding-right:6rem!important}.pe-7rem{padding-right:7rem!important}.pe-9rem{padding-right:9rem!important}.pe-15rem{padding-right:15rem!important}.pe-17rem{padding-right:17rem!important}.pe-1px{padding-right:1px!important}.pe-2px{padding-right:2px!important}.pe-3px{padding-right:3px!important}.pe-5px{padding-right:5px!important}.pe-6px{padding-right:6px!important}.pe-9px{padding-right:9px!important}.pe-10px{padding-right:10px!important}.pe-11px{padding-right:11px!important}.pe-12px{padding-right:12px!important}.pe-13px{padding-right:13px!important}.pe-14px{padding-right:14px!important}.pe-15px{padding-right:15px!important}.pe-18px{padding-right:18px!important}.pe-19px{padding-right:19px!important}.pe-20px{padding-right:20px!important}.pe-22px{padding-right:22px!important}.pe-23px{padding-right:23px!important}.pe-26px{padding-right:26px!important}.pe-28px{padding-right:28px!important}.pe-30px{padding-right:30px!important}.pe-34px{padding-right:34px!important}.pe-36px{padding-right:36px!important}.pe-40px{padding-right:40px!important}.pe-44px{padding-right:44px!important}.pe-50px{padding-right:50px!important}.pe-56px{padding-right:56px!important}.pe-60px{padding-right:60px!important}.pe-72px{padding-right:72px!important}.pe-75px{padding-right:75px!important}.pe-82px{padding-right:82px!important}.pe-88px{padding-right:88px!important}.pe-90px{padding-right:90px!important}.pb-auto{padding-bottom:auto!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-2rem{padding-bottom:2rem!important}.pb-4rem{padding-bottom:4rem!important}.pb-5rem{padding-bottom:5rem!important}.pb-6rem{padding-bottom:6rem!important}.pb-7rem{padding-bottom:7rem!important}.pb-9rem{padding-bottom:9rem!important}.pb-15rem{padding-bottom:15rem!important}.pb-17rem{padding-bottom:17rem!important}.pb-1px{padding-bottom:1px!important}.pb-2px{padding-bottom:2px!important}.pb-3px{padding-bottom:3px!important}.pb-5px{padding-bottom:5px!important}.pb-6px{padding-bottom:6px!important}.pb-9px{padding-bottom:9px!important}.pb-10px{padding-bottom:10px!important}.pb-11px{padding-bottom:11px!important}.pb-12px{padding-bottom:12px!important}.pb-13px{padding-bottom:13px!important}.pb-14px{padding-bottom:14px!important}.pb-15px{padding-bottom:15px!important}.pb-18px{padding-bottom:18px!important}.pb-19px{padding-bottom:19px!important}.pb-20px{padding-bottom:20px!important}.pb-22px{padding-bottom:22px!important}.pb-23px{padding-bottom:23px!important}.pb-26px{padding-bottom:26px!important}.pb-28px{padding-bottom:28px!important}.pb-30px{padding-bottom:30px!important}.pb-34px{padding-bottom:34px!important}.pb-36px{padding-bottom:36px!important}.pb-40px{padding-bottom:40px!important}.pb-44px{padding-bottom:44px!important}.pb-50px{padding-bottom:50px!important}.pb-56px{padding-bottom:56px!important}.pb-60px{padding-bottom:60px!important}.pb-72px{padding-bottom:72px!important}.pb-75px{padding-bottom:75px!important}.pb-82px{padding-bottom:82px!important}.pb-88px{padding-bottom:88px!important}.pb-90px{padding-bottom:90px!important}.ps-auto{padding-left:auto!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.ps-2rem{padding-left:2rem!important}.ps-4rem{padding-left:4rem!important}.ps-5rem{padding-left:5rem!important}.ps-6rem{padding-left:6rem!important}.ps-7rem{padding-left:7rem!important}.ps-9rem{padding-left:9rem!important}.ps-15rem{padding-left:15rem!important}.ps-17rem{padding-left:17rem!important}.ps-1px{padding-left:1px!important}.ps-2px{padding-left:2px!important}.ps-3px{padding-left:3px!important}.ps-5px{padding-left:5px!important}.ps-6px{padding-left:6px!important}.ps-9px{padding-left:9px!important}.ps-10px{padding-left:10px!important}.ps-11px{padding-left:11px!important}.ps-12px{padding-left:12px!important}.ps-13px{padding-left:13px!important}.ps-14px{padding-left:14px!important}.ps-15px{padding-left:15px!important}.ps-18px{padding-left:18px!important}.ps-19px{padding-left:19px!important}.ps-20px{padding-left:20px!important}.ps-22px{padding-left:22px!important}.ps-23px{padding-left:23px!important}.ps-26px{padding-left:26px!important}.ps-28px{padding-left:28px!important}.ps-30px{padding-left:30px!important}.ps-34px{padding-left:34px!important}.ps-36px{padding-left:36px!important}.ps-40px{padding-left:40px!important}.ps-44px{padding-left:44px!important}.ps-50px{padding-left:50px!important}.ps-56px{padding-left:56px!important}.ps-60px{padding-left:60px!important}.ps-72px{padding-left:72px!important}.ps-75px{padding-left:75px!important}.ps-82px{padding-left:82px!important}.ps-88px{padding-left:88px!important}.ps-90px{padding-left:90px!important}.font-victorserif{font-family:"Victor Serif",sans-serif!important}.font-nunito{font-family:Nunito,sans-serif!important}.fs-1{font-size:calc(1.425rem + 2.1vw)!important}.fs-2{font-size:calc(1.375rem + 1.5vw)!important}.fs-3{font-size:calc(1.325rem + .9vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.125rem!important}.fs-6{font-size:1rem!important}.fs-7{font-size:.875rem!important}.fs-8{font-size:.75rem!important}.fs-9{font-size:.5rem!important}.fs-200{font-size:calc(2.375rem + 13.5vw)!important}.fs-140{font-size:calc(2rem + 9vw)!important}.fs-100{font-size:calc(1.75rem + 6vw)!important}.fs-90{font-size:calc(1.6875rem + 5.25vw)!important}.fs-80{font-size:calc(1.625rem + 4.5vw)!important}.fs-70{font-size:calc(1.5625rem + 3.75vw)!important}.fs-60{font-size:calc(1.5rem + 3vw)!important}.fs-56{font-size:calc(1.475rem + 2.7vw)!important}.fs-36{font-size:calc(1.35rem + 1.2vw)!important}.fs-34{font-size:calc(1.3375rem + 1.05vw)!important}.fs-28{font-size:calc(1.3rem + .6vw)!important}.fs-30{font-size:calc(1.3125rem + .75vw)!important}.fs-22{font-size:calc(1.2625rem + .15vw)!important}.fs-20{font-size:1.25rem!important}.fs-17{font-size:1.0625rem!important}.fs-12{font-size:.75rem!important}.fs-11{font-size:.6875rem!important}.fs-10{font-size:.625rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.lh-1{line-height:1!important}.lh-120{line-height:1.2!important}.lh-sm{line-height:1.25!important}.lh-140{line-height:1.4!important}.lh-base{line-height:1.5!important}.lh-160{line-height:1.6!important}.lh-md{line-height:1.8!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-primary-50{--bs-text-opacity:1;color:rgba(var(--bs-primary-50-rgb),var(--bs-text-opacity))!important}.text-primary-100{--bs-text-opacity:1;color:rgba(var(--bs-primary-100-rgb),var(--bs-text-opacity))!important}.text-primary-light{--bs-text-opacity:1;color:rgba(var(--bs-primary-light-rgb),var(--bs-text-opacity))!important}.text-primary-dark{--bs-text-opacity:1;color:rgba(var(--bs-primary-dark-rgb),var(--bs-text-opacity))!important}.text-primary-stroke{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-rgb),var(--bs-text-opacity))!important}.text-primary-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-text-opacity))!important}.text-primary-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-text-opacity))!important}.text-profile{--bs-text-opacity:1;color:rgba(var(--bs-profile-rgb),var(--bs-text-opacity))!important}.text-profile-stroke{--bs-text-opacity:1;color:rgba(var(--bs-profile-stroke-rgb),var(--bs-text-opacity))!important}.text-profile-block{--bs-text-opacity:1;color:rgba(var(--bs-profile-block-rgb),var(--bs-text-opacity))!important}.text-profile-text{--bs-text-opacity:1;color:rgba(var(--bs-profile-text-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-secondary-50{--bs-text-opacity:1;color:rgba(var(--bs-secondary-50-rgb),var(--bs-text-opacity))!important}.text-secondary-100{--bs-text-opacity:1;color:rgba(var(--bs-secondary-100-rgb),var(--bs-text-opacity))!important}.text-secondary-light{--bs-text-opacity:1;color:rgba(var(--bs-secondary-light-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-success-light{--bs-text-opacity:1;color:rgba(var(--bs-success-light-rgb),var(--bs-text-opacity))!important}.text-success-bullet{--bs-text-opacity:1;color:rgba(var(--bs-success-bullet-rgb),var(--bs-text-opacity))!important}.text-success-lighter{--bs-text-opacity:1;color:rgba(var(--bs-success-lighter-rgb),var(--bs-text-opacity))!important}.text-success-dark{--bs-text-opacity:1;color:rgba(var(--bs-success-dark-rgb),var(--bs-text-opacity))!important}.text-success-darken{--bs-text-opacity:1;color:rgba(var(--bs-success-darken-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-info-50{--bs-text-opacity:1;color:rgba(var(--bs-info-50-rgb),var(--bs-text-opacity))!important}.text-info-100{--bs-text-opacity:1;color:rgba(var(--bs-info-100-rgb),var(--bs-text-opacity))!important}.text-info-300{--bs-text-opacity:1;color:rgba(var(--bs-info-300-rgb),var(--bs-text-opacity))!important}.text-info-stroke{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-rgb),var(--bs-text-opacity))!important}.text-info-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-warning-50{--bs-text-opacity:1;color:rgba(var(--bs-warning-50-rgb),var(--bs-text-opacity))!important}.text-warning-100{--bs-text-opacity:1;color:rgba(var(--bs-warning-100-rgb),var(--bs-text-opacity))!important}.text-warning-title{--bs-text-opacity:1;color:rgba(var(--bs-warning-title-rgb),var(--bs-text-opacity))!important}.text-warning-light{--bs-text-opacity:1;color:rgba(var(--bs-warning-light-rgb),var(--bs-text-opacity))!important}.text-warning-bg{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-rgb),var(--bs-text-opacity))!important}.text-warning-bg-1{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-text-opacity))!important}.text-warning-bg-2{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-danger-50{--bs-text-opacity:1;color:rgba(var(--bs-danger-50-rgb),var(--bs-text-opacity))!important}.text-danger-light{--bs-text-opacity:1;color:rgba(var(--bs-danger-light-rgb),var(--bs-text-opacity))!important}.text-danger-dark{--bs-text-opacity:1;color:rgba(var(--bs-danger-dark-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-dark-50{--bs-text-opacity:1;color:rgba(var(--bs-dark-50-rgb),var(--bs-text-opacity))!important}.text-dark-100{--bs-text-opacity:1;color:rgba(var(--bs-dark-100-rgb),var(--bs-text-opacity))!important}.text-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important}.text-purple{--bs-text-opacity:1;color:rgba(var(--bs-purple-rgb),var(--bs-text-opacity))!important}.text-purple-light{--bs-text-opacity:1;color:rgba(var(--bs-purple-light-rgb),var(--bs-text-opacity))!important}.text-body-1{--bs-text-opacity:1;color:rgba(var(--bs-body-1-rgb),var(--bs-text-opacity))!important}.text-body-2{--bs-text-opacity:1;color:rgba(var(--bs-body-2-rgb),var(--bs-text-opacity))!important}.text-gray-body{--bs-text-opacity:1;color:rgba(var(--bs-gray-body-rgb),var(--bs-text-opacity))!important}.text-gray-border{--bs-text-opacity:1;color:rgba(var(--bs-gray-border-rgb),var(--bs-text-opacity))!important}.text-gray-50{--bs-text-opacity:1;color:rgba(var(--bs-gray-50-rgb),var(--bs-text-opacity))!important}.text-gray-100{--bs-text-opacity:1;color:rgba(var(--bs-gray-100-rgb),var(--bs-text-opacity))!important}.text-gray-200{--bs-text-opacity:1;color:rgba(var(--bs-gray-200-rgb),var(--bs-text-opacity))!important}.text-gray-300{--bs-text-opacity:1;color:rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important}.text-gray-400{--bs-text-opacity:1;color:rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity))!important}.text-gray-500{--bs-text-opacity:1;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-gray-600{--bs-text-opacity:1;color:rgba(var(--bs-gray-600-rgb),var(--bs-text-opacity))!important}.text-gray-700{--bs-text-opacity:1;color:rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity))!important}.text-gray-800{--bs-text-opacity:1;color:rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important}.text-gray-900{--bs-text-opacity:1;color:rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important}.text-gray-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-text-opacity))!important}.text-transparent{--bs-text-opacity:1;color:rgba(var(--bs-transparent-rgb),var(--bs-text-opacity))!important}.text-purple-600{--bs-text-opacity:1;color:rgba(var(--bs-purple-600-rgb),var(--bs-text-opacity))!important}.text-light-100{--bs-text-opacity:1;color:rgba(var(--bs-light-100-rgb),var(--bs-text-opacity))!important}.text-blue-300{--bs-text-opacity:1;color:rgba(var(--bs-blue-300-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#8a8a8e!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-60{--bs-text-opacity:0.6}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-80{--bs-text-opacity:0.8}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-primary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-50-rgb),var(--bs-bg-opacity))!important}.bg-primary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-100-rgb),var(--bs-bg-opacity))!important}.bg-primary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-light-rgb),var(--bs-bg-opacity))!important}.bg-primary-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-dark-rgb),var(--bs-bg-opacity))!important}.bg-primary-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-rgb),var(--bs-bg-opacity))!important}.bg-primary-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-primary-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-profile{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-rgb),var(--bs-bg-opacity))!important}.bg-profile-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-stroke-rgb),var(--bs-bg-opacity))!important}.bg-profile-block{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-block-rgb),var(--bs-bg-opacity))!important}.bg-profile-text{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-text-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-secondary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-50-rgb),var(--bs-bg-opacity))!important}.bg-secondary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-100-rgb),var(--bs-bg-opacity))!important}.bg-secondary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-light-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-success-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-light-rgb),var(--bs-bg-opacity))!important}.bg-success-bullet{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-bullet-rgb),var(--bs-bg-opacity))!important}.bg-success-lighter{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-lighter-rgb),var(--bs-bg-opacity))!important}.bg-success-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-dark-rgb),var(--bs-bg-opacity))!important}.bg-success-darken{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-darken-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-info-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-50-rgb),var(--bs-bg-opacity))!important}.bg-info-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-100-rgb),var(--bs-bg-opacity))!important}.bg-info-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-300-rgb),var(--bs-bg-opacity))!important}.bg-info-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-rgb),var(--bs-bg-opacity))!important}.bg-info-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-warning-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-50-rgb),var(--bs-bg-opacity))!important}.bg-warning-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-100-rgb),var(--bs-bg-opacity))!important}.bg-warning-title{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-title-rgb),var(--bs-bg-opacity))!important}.bg-warning-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-light-rgb),var(--bs-bg-opacity))!important}.bg-warning-bg{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-rgb),var(--bs-bg-opacity))!important}.bg-warning-bg-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-bg-opacity))!important}.bg-warning-bg-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-danger-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-50-rgb),var(--bs-bg-opacity))!important}.bg-danger-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-light-rgb),var(--bs-bg-opacity))!important}.bg-danger-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-dark-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-dark-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-50-rgb),var(--bs-bg-opacity))!important}.bg-dark-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-100-rgb),var(--bs-bg-opacity))!important}.bg-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity))!important}.bg-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity))!important}.bg-purple-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-light-rgb),var(--bs-bg-opacity))!important}.bg-body-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-1-rgb),var(--bs-bg-opacity))!important}.bg-body-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-2-rgb),var(--bs-bg-opacity))!important}.bg-gray-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-body-rgb),var(--bs-bg-opacity))!important}.bg-gray-border{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-border-rgb),var(--bs-bg-opacity))!important}.bg-gray-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-50-rgb),var(--bs-bg-opacity))!important}.bg-gray-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-100-rgb),var(--bs-bg-opacity))!important}.bg-gray-200{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity))!important}.bg-gray-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important}.bg-gray-400{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-400-rgb),var(--bs-bg-opacity))!important}.bg-gray-500{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-gray-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity))!important}.bg-gray-700{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-700-rgb),var(--bs-bg-opacity))!important}.bg-gray-800{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important}.bg-gray-900{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-900-rgb),var(--bs-bg-opacity))!important}.bg-gray-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-purple-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-600-rgb),var(--bs-bg-opacity))!important}.bg-light-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-100-rgb),var(--bs-bg-opacity))!important}.bg-blue-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-300-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-3{--bs-bg-opacity:0.03}.bg-opacity-8{--bs-bg-opacity:0.08}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-12{--bs-bg-opacity:0.12}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-40{--bs-bg-opacity:0.4}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.375rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.25rem!important}.rounded-2{border-radius:.375rem!important}.rounded-3{border-radius:.625rem!important}.rounded-4{border-radius:1.25rem!important}.rounded-5{border-radius:2rem!important}.rounded-24px{border-radius:24px!important}.rounded-12px{border-radius:12px!important}.rounded-rem{border-radius:1rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-0{border-top-right-radius:0!important;border-top-left-radius:0!important}.rounded-top-1{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-top-2{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-3{border-top-right-radius:.625rem!important;border-top-left-radius:.625rem!important}.rounded-top-4{border-top-right-radius:1.25rem!important;border-top-left-radius:1.25rem!important}.rounded-top-5{border-top-right-radius:2rem!important;border-top-left-radius:2rem!important}.rounded-top-rem{border-top-right-radius:1rem!important;border-top-left-radius:1rem!important}.rounded-top-circle{border-top-right-radius:50%!important;border-top-left-radius:50%!important}.rounded-top-pill{border-top-right-radius:50rem!important;border-top-left-radius:50rem!important}.rounded-end{border-top-right-radius:.375rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.375rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.375rem!important}.rounded-start{border-top-left-radius:.375rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.cursor-pointer{cursor:pointer!important}.cursor-none{cursor:none!important}.cursor-nallowed{cursor:not-allowed!important}.cursor-copy{cursor:copy!important}.minw-100{min-width:100%!important}.minw-80{min-width:80%!important}.minw-50vh{min-width:50vh!important}.minw-70px{min-width:70px!important}.minw-115px{min-width:115px!important}.minw-150px{min-width:150px!important}.minw-170px{min-width:170px!important}.minw-270px{min-width:270px!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:10!important}.z-3{z-index:100!important}.z-header{z-index:102!important}.ob-fill{object-fit:fill!important}.ob-contain{object-fit:contain!important}.ob-cover{object-fit:cover!important}.ob-scale-down{object-fit:scale-down!important}.ob-none{object-fit:none!important}.ob-initial{object-fit:fill!important}.ob-inherit{object-fit:inherit!important}.ls-0{letter-spacing:0!important}.ls-1{letter-spacing:1px!important}.ls-2{letter-spacing:2px!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.line-limit-1{-webkit-line-clamp:1!important}.line-limit-2{-webkit-line-clamp:2!important}.line-limit-3{-webkit-line-clamp:3!important}.line-limit-4{-webkit-line-clamp:4!important}.bg-image-half-gray-200{background-image:linear-gradient(0deg,#f0f3fb 0 50%,#fff 50% 100%)!important}.bg-image-half-gray-100{background-image:linear-gradient(180deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-half-gray-100-top{background-image:linear-gradient(0deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-half-warning-light{background-image:linear-gradient(180deg,transparent 0 50%,#f7efe9 50% 100%)!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.overflow-sm-auto{overflow:auto!important}.overflow-sm-hidden{overflow:hidden!important}.overflow-sm-visible{overflow:visible!important}.overflow-sm-scroll{overflow:scroll!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.shadow-sm{box-shadow:0 0 10px 0 rgba(0,0,0,.25)!important}.shadow-sm-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-sm-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-sm-image{box-shadow:0 0 4px .5px rgba(0,0,0,.251)!important}.shadow-sm-menu{box-shadow:0 30px 20px -20px rgba(0,0,0,.149)!important}.shadow-sm-search{box-shadow:0 20px 25px -4px rgba(51,146,229,.102)!important}.shadow-sm-blog{box-shadow:0 10px 25px 0 rgba(0,0,0,.102)!important}.shadow-sm-form{box-shadow:0 20px 25px -4px rgba(29,120,165,.102)!important}.shadow-sm-block{box-shadow:0 11px 15px 0 #f0f3fb!important}.shadow-sm-why{box-shadow:0 11px 60px 0 rgba(0,0,0,.102)!important}.shadow-sm-why-block{box-shadow:0 27px 42px -4px rgba(26,34,38,.102)!important}.shadow-sm-none{box-shadow:none!important}.position-sm-static{position:static!important}.position-sm-relative{position:relative!important}.position-sm-absolute{position:absolute!important}.position-sm-fixed{position:fixed!important}.position-sm-sticky{position:-webkit-sticky!important;position:sticky!important}.top-sm-0{top:0!important}.top-sm-30{top:30%!important}.top-sm-50{top:50%!important}.top-sm-70{top:70%!important}.top-sm-90{top:90%!important}.top-sm-100{top:100%!important}.top-sm-15px{top:15px!important}.top-sm-80px{top:80px!important}.top-sm-140px{top:140px!important}.translate-middle-sm{transform:translate(-50%,-50%)!important}.translate-middle-sm-40{transform:translate(40%,40%)!important}.translate-middle-sm-x{transform:translateX(-50%)!important}.translate-middle-sm-y{transform:translateY(-50%)!important}.translate-middle-sm-25y{transform:translate(-50%,25%)!important}.border-sm{border:1px solid #e9e9e9!important}.border-sm-0{border:0!important}.border-top-sm{border-top:1px solid #e9e9e9!important}.border-top-sm-0{border-top:0!important}.border-end-sm{border-right:1px solid #e9e9e9!important}.border-end-sm-0{border-right:0!important}.border-bottom-sm{border-bottom:1px solid #e9e9e9!important}.border-bottom-sm-0{border-bottom:0!important}.border-start-sm{border-left:1px solid #e9e9e9!important}.border-start-sm-0{border-left:0!important}.w-sm-15{width:15%!important}.w-sm-20{width:20%!important}.w-sm-25{width:25%!important}.w-sm-30{width:30%!important}.w-sm-37{width:37%!important}.w-sm-40{width:40%!important}.w-sm-45{width:45%!important}.w-sm-50{width:50%!important}.w-sm-55{width:55%!important}.w-sm-60{width:60%!important}.w-sm-65{width:65%!important}.w-sm-70{width:70%!important}.w-sm-75{width:75%!important}.w-sm-77{width:77%!important}.w-sm-80{width:80%!important}.w-sm-85{width:85%!important}.w-sm-90{width:90%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}.w-sm-16px{width:16px!important}.w-sm-20px{width:20px!important}.w-sm-32px{width:32px!important}.w-sm-36px{width:36px!important}.w-sm-40px{width:40px!important}.w-sm-44px{width:44px!important}.w-sm-48px{width:48px!important}.w-sm-52px{width:52px!important}.w-sm-60px{width:60px!important}.w-sm-230px{width:230px!important}.w-sm-324px{width:324px!important}.w-sm-350px{width:350px!important}.mw-sm-100{max-width:100%!important}.mw-sm-80{max-width:80%!important}.mw-sm-50vh{max-width:50vh!important}.mw-sm-75px{max-width:75px!important}.mw-sm-50{max-width:50%!important}.mw-sm-75{max-width:75%!important}.mw-sm-280px{max-width:280px!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.h-sm-auto{height:auto!important}.h-sm-6px{height:6px!important}.h-sm-8px{height:8px!important}.h-sm-20px{height:20px!important}.h-sm-28px{height:28px!important}.h-sm-32px{height:32px!important}.h-sm-36px{height:36px!important}.h-sm-40px{height:40px!important}.h-sm-44px{height:44px!important}.h-sm-48px{height:48px!important}.h-sm-52px{height:52px!important}.h-sm-60px{height:60px!important}.h-sm-78px{height:78px!important}.h-sm-300px{height:300px!important}.h-sm-504px{height:504px!important}.h-sm-unset{height:unset!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-grow-2{flex-grow:2!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-auto{gap:auto!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.gap-sm-2rem{gap:2rem!important}.gap-sm-4rem{gap:4rem!important}.gap-sm-5rem{gap:5rem!important}.gap-sm-6rem{gap:6rem!important}.gap-sm-7rem{gap:7rem!important}.gap-sm-9rem{gap:9rem!important}.gap-sm-15rem{gap:15rem!important}.gap-sm-17rem{gap:17rem!important}.gap-sm-1px{gap:1px!important}.gap-sm-2px{gap:2px!important}.gap-sm-3px{gap:3px!important}.gap-sm-5px{gap:5px!important}.gap-sm-6px{gap:6px!important}.gap-sm-9px{gap:9px!important}.gap-sm-10px{gap:10px!important}.gap-sm-11px{gap:11px!important}.gap-sm-12px{gap:12px!important}.gap-sm-13px{gap:13px!important}.gap-sm-14px{gap:14px!important}.gap-sm-15px{gap:15px!important}.gap-sm-18px{gap:18px!important}.gap-sm-19px{gap:19px!important}.gap-sm-20px{gap:20px!important}.gap-sm-22px{gap:22px!important}.gap-sm-23px{gap:23px!important}.gap-sm-26px{gap:26px!important}.gap-sm-28px{gap:28px!important}.gap-sm-30px{gap:30px!important}.gap-sm-34px{gap:34px!important}.gap-sm-36px{gap:36px!important}.gap-sm-40px{gap:40px!important}.gap-sm-44px{gap:44px!important}.gap-sm-50px{gap:50px!important}.gap-sm-56px{gap:56px!important}.gap-sm-60px{gap:60px!important}.gap-sm-72px{gap:72px!important}.gap-sm-75px{gap:75px!important}.gap-sm-82px{gap:82px!important}.gap-sm-88px{gap:88px!important}.gap-sm-90px{gap:90px!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-auto{margin:auto!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-2rem{margin:2rem!important}.m-sm-4rem{margin:4rem!important}.m-sm-5rem{margin:5rem!important}.m-sm-6rem{margin:6rem!important}.m-sm-7rem{margin:7rem!important}.m-sm-9rem{margin:9rem!important}.m-sm-15rem{margin:15rem!important}.m-sm-17rem{margin:17rem!important}.m-sm-1px{margin:1px!important}.m-sm-2px{margin:2px!important}.m-sm-3px{margin:3px!important}.m-sm-5px{margin:5px!important}.m-sm-6px{margin:6px!important}.m-sm-9px{margin:9px!important}.m-sm-10px{margin:10px!important}.m-sm-11px{margin:11px!important}.m-sm-12px{margin:12px!important}.m-sm-13px{margin:13px!important}.m-sm-14px{margin:14px!important}.m-sm-15px{margin:15px!important}.m-sm-18px{margin:18px!important}.m-sm-19px{margin:19px!important}.m-sm-20px{margin:20px!important}.m-sm-22px{margin:22px!important}.m-sm-23px{margin:23px!important}.m-sm-26px{margin:26px!important}.m-sm-28px{margin:28px!important}.m-sm-30px{margin:30px!important}.m-sm-34px{margin:34px!important}.m-sm-36px{margin:36px!important}.m-sm-40px{margin:40px!important}.m-sm-44px{margin:44px!important}.m-sm-50px{margin:50px!important}.m-sm-56px{margin:56px!important}.m-sm-60px{margin:60px!important}.m-sm-72px{margin:72px!important}.m-sm-75px{margin:75px!important}.m-sm-82px{margin:82px!important}.m-sm-88px{margin:88px!important}.m-sm-90px{margin:90px!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-2rem{margin-right:2rem!important;margin-left:2rem!important}.mx-sm-4rem{margin-right:4rem!important;margin-left:4rem!important}.mx-sm-5rem{margin-right:5rem!important;margin-left:5rem!important}.mx-sm-6rem{margin-right:6rem!important;margin-left:6rem!important}.mx-sm-7rem{margin-right:7rem!important;margin-left:7rem!important}.mx-sm-9rem{margin-right:9rem!important;margin-left:9rem!important}.mx-sm-15rem{margin-right:15rem!important;margin-left:15rem!important}.mx-sm-17rem{margin-right:17rem!important;margin-left:17rem!important}.mx-sm-1px{margin-right:1px!important;margin-left:1px!important}.mx-sm-2px{margin-right:2px!important;margin-left:2px!important}.mx-sm-3px{margin-right:3px!important;margin-left:3px!important}.mx-sm-5px{margin-right:5px!important;margin-left:5px!important}.mx-sm-6px{margin-right:6px!important;margin-left:6px!important}.mx-sm-9px{margin-right:9px!important;margin-left:9px!important}.mx-sm-10px{margin-right:10px!important;margin-left:10px!important}.mx-sm-11px{margin-right:11px!important;margin-left:11px!important}.mx-sm-12px{margin-right:12px!important;margin-left:12px!important}.mx-sm-13px{margin-right:13px!important;margin-left:13px!important}.mx-sm-14px{margin-right:14px!important;margin-left:14px!important}.mx-sm-15px{margin-right:15px!important;margin-left:15px!important}.mx-sm-18px{margin-right:18px!important;margin-left:18px!important}.mx-sm-19px{margin-right:19px!important;margin-left:19px!important}.mx-sm-20px{margin-right:20px!important;margin-left:20px!important}.mx-sm-22px{margin-right:22px!important;margin-left:22px!important}.mx-sm-23px{margin-right:23px!important;margin-left:23px!important}.mx-sm-26px{margin-right:26px!important;margin-left:26px!important}.mx-sm-28px{margin-right:28px!important;margin-left:28px!important}.mx-sm-30px{margin-right:30px!important;margin-left:30px!important}.mx-sm-34px{margin-right:34px!important;margin-left:34px!important}.mx-sm-36px{margin-right:36px!important;margin-left:36px!important}.mx-sm-40px{margin-right:40px!important;margin-left:40px!important}.mx-sm-44px{margin-right:44px!important;margin-left:44px!important}.mx-sm-50px{margin-right:50px!important;margin-left:50px!important}.mx-sm-56px{margin-right:56px!important;margin-left:56px!important}.mx-sm-60px{margin-right:60px!important;margin-left:60px!important}.mx-sm-72px{margin-right:72px!important;margin-left:72px!important}.mx-sm-75px{margin-right:75px!important;margin-left:75px!important}.mx-sm-82px{margin-right:82px!important;margin-left:82px!important}.mx-sm-88px{margin-right:88px!important;margin-left:88px!important}.mx-sm-90px{margin-right:90px!important;margin-left:90px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.my-sm-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.my-sm-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.my-sm-7rem{margin-top:7rem!important;margin-bottom:7rem!important}.my-sm-9rem{margin-top:9rem!important;margin-bottom:9rem!important}.my-sm-15rem{margin-top:15rem!important;margin-bottom:15rem!important}.my-sm-17rem{margin-top:17rem!important;margin-bottom:17rem!important}.my-sm-1px{margin-top:1px!important;margin-bottom:1px!important}.my-sm-2px{margin-top:2px!important;margin-bottom:2px!important}.my-sm-3px{margin-top:3px!important;margin-bottom:3px!important}.my-sm-5px{margin-top:5px!important;margin-bottom:5px!important}.my-sm-6px{margin-top:6px!important;margin-bottom:6px!important}.my-sm-9px{margin-top:9px!important;margin-bottom:9px!important}.my-sm-10px{margin-top:10px!important;margin-bottom:10px!important}.my-sm-11px{margin-top:11px!important;margin-bottom:11px!important}.my-sm-12px{margin-top:12px!important;margin-bottom:12px!important}.my-sm-13px{margin-top:13px!important;margin-bottom:13px!important}.my-sm-14px{margin-top:14px!important;margin-bottom:14px!important}.my-sm-15px{margin-top:15px!important;margin-bottom:15px!important}.my-sm-18px{margin-top:18px!important;margin-bottom:18px!important}.my-sm-19px{margin-top:19px!important;margin-bottom:19px!important}.my-sm-20px{margin-top:20px!important;margin-bottom:20px!important}.my-sm-22px{margin-top:22px!important;margin-bottom:22px!important}.my-sm-23px{margin-top:23px!important;margin-bottom:23px!important}.my-sm-26px{margin-top:26px!important;margin-bottom:26px!important}.my-sm-28px{margin-top:28px!important;margin-bottom:28px!important}.my-sm-30px{margin-top:30px!important;margin-bottom:30px!important}.my-sm-34px{margin-top:34px!important;margin-bottom:34px!important}.my-sm-36px{margin-top:36px!important;margin-bottom:36px!important}.my-sm-40px{margin-top:40px!important;margin-bottom:40px!important}.my-sm-44px{margin-top:44px!important;margin-bottom:44px!important}.my-sm-50px{margin-top:50px!important;margin-bottom:50px!important}.my-sm-56px{margin-top:56px!important;margin-bottom:56px!important}.my-sm-60px{margin-top:60px!important;margin-bottom:60px!important}.my-sm-72px{margin-top:72px!important;margin-bottom:72px!important}.my-sm-75px{margin-top:75px!important;margin-bottom:75px!important}.my-sm-82px{margin-top:82px!important;margin-bottom:82px!important}.my-sm-88px{margin-top:88px!important;margin-bottom:88px!important}.my-sm-90px{margin-top:90px!important;margin-bottom:90px!important}.mt-sm-auto{margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-2rem{margin-top:2rem!important}.mt-sm-4rem{margin-top:4rem!important}.mt-sm-5rem{margin-top:5rem!important}.mt-sm-6rem{margin-top:6rem!important}.mt-sm-7rem{margin-top:7rem!important}.mt-sm-9rem{margin-top:9rem!important}.mt-sm-15rem{margin-top:15rem!important}.mt-sm-17rem{margin-top:17rem!important}.mt-sm-1px{margin-top:1px!important}.mt-sm-2px{margin-top:2px!important}.mt-sm-3px{margin-top:3px!important}.mt-sm-5px{margin-top:5px!important}.mt-sm-6px{margin-top:6px!important}.mt-sm-9px{margin-top:9px!important}.mt-sm-10px{margin-top:10px!important}.mt-sm-11px{margin-top:11px!important}.mt-sm-12px{margin-top:12px!important}.mt-sm-13px{margin-top:13px!important}.mt-sm-14px{margin-top:14px!important}.mt-sm-15px{margin-top:15px!important}.mt-sm-18px{margin-top:18px!important}.mt-sm-19px{margin-top:19px!important}.mt-sm-20px{margin-top:20px!important}.mt-sm-22px{margin-top:22px!important}.mt-sm-23px{margin-top:23px!important}.mt-sm-26px{margin-top:26px!important}.mt-sm-28px{margin-top:28px!important}.mt-sm-30px{margin-top:30px!important}.mt-sm-34px{margin-top:34px!important}.mt-sm-36px{margin-top:36px!important}.mt-sm-40px{margin-top:40px!important}.mt-sm-44px{margin-top:44px!important}.mt-sm-50px{margin-top:50px!important}.mt-sm-56px{margin-top:56px!important}.mt-sm-60px{margin-top:60px!important}.mt-sm-72px{margin-top:72px!important}.mt-sm-75px{margin-top:75px!important}.mt-sm-82px{margin-top:82px!important}.mt-sm-88px{margin-top:88px!important}.mt-sm-90px{margin-top:90px!important}.me-sm-auto{margin-right:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-2rem{margin-right:2rem!important}.me-sm-4rem{margin-right:4rem!important}.me-sm-5rem{margin-right:5rem!important}.me-sm-6rem{margin-right:6rem!important}.me-sm-7rem{margin-right:7rem!important}.me-sm-9rem{margin-right:9rem!important}.me-sm-15rem{margin-right:15rem!important}.me-sm-17rem{margin-right:17rem!important}.me-sm-1px{margin-right:1px!important}.me-sm-2px{margin-right:2px!important}.me-sm-3px{margin-right:3px!important}.me-sm-5px{margin-right:5px!important}.me-sm-6px{margin-right:6px!important}.me-sm-9px{margin-right:9px!important}.me-sm-10px{margin-right:10px!important}.me-sm-11px{margin-right:11px!important}.me-sm-12px{margin-right:12px!important}.me-sm-13px{margin-right:13px!important}.me-sm-14px{margin-right:14px!important}.me-sm-15px{margin-right:15px!important}.me-sm-18px{margin-right:18px!important}.me-sm-19px{margin-right:19px!important}.me-sm-20px{margin-right:20px!important}.me-sm-22px{margin-right:22px!important}.me-sm-23px{margin-right:23px!important}.me-sm-26px{margin-right:26px!important}.me-sm-28px{margin-right:28px!important}.me-sm-30px{margin-right:30px!important}.me-sm-34px{margin-right:34px!important}.me-sm-36px{margin-right:36px!important}.me-sm-40px{margin-right:40px!important}.me-sm-44px{margin-right:44px!important}.me-sm-50px{margin-right:50px!important}.me-sm-56px{margin-right:56px!important}.me-sm-60px{margin-right:60px!important}.me-sm-72px{margin-right:72px!important}.me-sm-75px{margin-right:75px!important}.me-sm-82px{margin-right:82px!important}.me-sm-88px{margin-right:88px!important}.me-sm-90px{margin-right:90px!important}.mb-sm-auto{margin-bottom:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-2rem{margin-bottom:2rem!important}.mb-sm-4rem{margin-bottom:4rem!important}.mb-sm-5rem{margin-bottom:5rem!important}.mb-sm-6rem{margin-bottom:6rem!important}.mb-sm-7rem{margin-bottom:7rem!important}.mb-sm-9rem{margin-bottom:9rem!important}.mb-sm-15rem{margin-bottom:15rem!important}.mb-sm-17rem{margin-bottom:17rem!important}.mb-sm-1px{margin-bottom:1px!important}.mb-sm-2px{margin-bottom:2px!important}.mb-sm-3px{margin-bottom:3px!important}.mb-sm-5px{margin-bottom:5px!important}.mb-sm-6px{margin-bottom:6px!important}.mb-sm-9px{margin-bottom:9px!important}.mb-sm-10px{margin-bottom:10px!important}.mb-sm-11px{margin-bottom:11px!important}.mb-sm-12px{margin-bottom:12px!important}.mb-sm-13px{margin-bottom:13px!important}.mb-sm-14px{margin-bottom:14px!important}.mb-sm-15px{margin-bottom:15px!important}.mb-sm-18px{margin-bottom:18px!important}.mb-sm-19px{margin-bottom:19px!important}.mb-sm-20px{margin-bottom:20px!important}.mb-sm-22px{margin-bottom:22px!important}.mb-sm-23px{margin-bottom:23px!important}.mb-sm-26px{margin-bottom:26px!important}.mb-sm-28px{margin-bottom:28px!important}.mb-sm-30px{margin-bottom:30px!important}.mb-sm-34px{margin-bottom:34px!important}.mb-sm-36px{margin-bottom:36px!important}.mb-sm-40px{margin-bottom:40px!important}.mb-sm-44px{margin-bottom:44px!important}.mb-sm-50px{margin-bottom:50px!important}.mb-sm-56px{margin-bottom:56px!important}.mb-sm-60px{margin-bottom:60px!important}.mb-sm-72px{margin-bottom:72px!important}.mb-sm-75px{margin-bottom:75px!important}.mb-sm-82px{margin-bottom:82px!important}.mb-sm-88px{margin-bottom:88px!important}.mb-sm-90px{margin-bottom:90px!important}.ms-sm-auto{margin-left:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-2rem{margin-left:2rem!important}.ms-sm-4rem{margin-left:4rem!important}.ms-sm-5rem{margin-left:5rem!important}.ms-sm-6rem{margin-left:6rem!important}.ms-sm-7rem{margin-left:7rem!important}.ms-sm-9rem{margin-left:9rem!important}.ms-sm-15rem{margin-left:15rem!important}.ms-sm-17rem{margin-left:17rem!important}.ms-sm-1px{margin-left:1px!important}.ms-sm-2px{margin-left:2px!important}.ms-sm-3px{margin-left:3px!important}.ms-sm-5px{margin-left:5px!important}.ms-sm-6px{margin-left:6px!important}.ms-sm-9px{margin-left:9px!important}.ms-sm-10px{margin-left:10px!important}.ms-sm-11px{margin-left:11px!important}.ms-sm-12px{margin-left:12px!important}.ms-sm-13px{margin-left:13px!important}.ms-sm-14px{margin-left:14px!important}.ms-sm-15px{margin-left:15px!important}.ms-sm-18px{margin-left:18px!important}.ms-sm-19px{margin-left:19px!important}.ms-sm-20px{margin-left:20px!important}.ms-sm-22px{margin-left:22px!important}.ms-sm-23px{margin-left:23px!important}.ms-sm-26px{margin-left:26px!important}.ms-sm-28px{margin-left:28px!important}.ms-sm-30px{margin-left:30px!important}.ms-sm-34px{margin-left:34px!important}.ms-sm-36px{margin-left:36px!important}.ms-sm-40px{margin-left:40px!important}.ms-sm-44px{margin-left:44px!important}.ms-sm-50px{margin-left:50px!important}.ms-sm-56px{margin-left:56px!important}.ms-sm-60px{margin-left:60px!important}.ms-sm-72px{margin-left:72px!important}.ms-sm-75px{margin-left:75px!important}.ms-sm-82px{margin-left:82px!important}.ms-sm-88px{margin-left:88px!important}.ms-sm-90px{margin-left:90px!important}.m-sm-nauto{margin:-auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.m-sm-n2rem{margin:-2rem!important}.m-sm-n4rem{margin:-4rem!important}.m-sm-n5rem{margin:-5rem!important}.m-sm-n6rem{margin:-6rem!important}.m-sm-n7rem{margin:-7rem!important}.m-sm-n9rem{margin:-9rem!important}.m-sm-n15rem{margin:-15rem!important}.m-sm-n17rem{margin:-17rem!important}.m-sm-n1px{margin:-1px!important}.m-sm-n2px{margin:-2px!important}.m-sm-n3px{margin:-3px!important}.m-sm-n5px{margin:-5px!important}.m-sm-n6px{margin:-6px!important}.m-sm-n9px{margin:-9px!important}.m-sm-n10px{margin:-10px!important}.m-sm-n11px{margin:-11px!important}.m-sm-n12px{margin:-12px!important}.m-sm-n13px{margin:-13px!important}.m-sm-n14px{margin:-14px!important}.m-sm-n15px{margin:-15px!important}.m-sm-n18px{margin:-18px!important}.m-sm-n19px{margin:-19px!important}.m-sm-n20px{margin:-20px!important}.m-sm-n22px{margin:-22px!important}.m-sm-n23px{margin:-23px!important}.m-sm-n26px{margin:-26px!important}.m-sm-n28px{margin:-28px!important}.m-sm-n30px{margin:-30px!important}.m-sm-n34px{margin:-34px!important}.m-sm-n36px{margin:-36px!important}.m-sm-n40px{margin:-40px!important}.m-sm-n44px{margin:-44px!important}.m-sm-n50px{margin:-50px!important}.m-sm-n56px{margin:-56px!important}.m-sm-n60px{margin:-60px!important}.m-sm-n72px{margin:-72px!important}.m-sm-n75px{margin:-75px!important}.m-sm-n82px{margin:-82px!important}.m-sm-n88px{margin:-88px!important}.m-sm-n90px{margin:-90px!important}.mx-sm-nauto{margin-right:-auto!important;margin-left:-auto!important}.mx-sm-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-sm-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-sm-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-sm-n2rem{margin-right:-2rem!important;margin-left:-2rem!important}.mx-sm-n4rem{margin-right:-4rem!important;margin-left:-4rem!important}.mx-sm-n5rem{margin-right:-5rem!important;margin-left:-5rem!important}.mx-sm-n6rem{margin-right:-6rem!important;margin-left:-6rem!important}.mx-sm-n7rem{margin-right:-7rem!important;margin-left:-7rem!important}.mx-sm-n9rem{margin-right:-9rem!important;margin-left:-9rem!important}.mx-sm-n15rem{margin-right:-15rem!important;margin-left:-15rem!important}.mx-sm-n17rem{margin-right:-17rem!important;margin-left:-17rem!important}.mx-sm-n1px{margin-right:-1px!important;margin-left:-1px!important}.mx-sm-n2px{margin-right:-2px!important;margin-left:-2px!important}.mx-sm-n3px{margin-right:-3px!important;margin-left:-3px!important}.mx-sm-n5px{margin-right:-5px!important;margin-left:-5px!important}.mx-sm-n6px{margin-right:-6px!important;margin-left:-6px!important}.mx-sm-n9px{margin-right:-9px!important;margin-left:-9px!important}.mx-sm-n10px{margin-right:-10px!important;margin-left:-10px!important}.mx-sm-n11px{margin-right:-11px!important;margin-left:-11px!important}.mx-sm-n12px{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n13px{margin-right:-13px!important;margin-left:-13px!important}.mx-sm-n14px{margin-right:-14px!important;margin-left:-14px!important}.mx-sm-n15px{margin-right:-15px!important;margin-left:-15px!important}.mx-sm-n18px{margin-right:-18px!important;margin-left:-18px!important}.mx-sm-n19px{margin-right:-19px!important;margin-left:-19px!important}.mx-sm-n20px{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n22px{margin-right:-22px!important;margin-left:-22px!important}.mx-sm-n23px{margin-right:-23px!important;margin-left:-23px!important}.mx-sm-n26px{margin-right:-26px!important;margin-left:-26px!important}.mx-sm-n28px{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n30px{margin-right:-30px!important;margin-left:-30px!important}.mx-sm-n34px{margin-right:-34px!important;margin-left:-34px!important}.mx-sm-n36px{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n40px{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n44px{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n50px{margin-right:-50px!important;margin-left:-50px!important}.mx-sm-n56px{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n60px{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n72px{margin-right:-72px!important;margin-left:-72px!important}.mx-sm-n75px{margin-right:-75px!important;margin-left:-75px!important}.mx-sm-n82px{margin-right:-82px!important;margin-left:-82px!important}.mx-sm-n88px{margin-right:-88px!important;margin-left:-88px!important}.mx-sm-n90px{margin-right:-90px!important;margin-left:-90px!important}.my-sm-nauto{margin-top:-auto!important;margin-bottom:-auto!important}.my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-sm-n2rem{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-sm-n4rem{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-sm-n5rem{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-sm-n6rem{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-sm-n7rem{margin-top:-7rem!important;margin-bottom:-7rem!important}.my-sm-n9rem{margin-top:-9rem!important;margin-bottom:-9rem!important}.my-sm-n15rem{margin-top:-15rem!important;margin-bottom:-15rem!important}.my-sm-n17rem{margin-top:-17rem!important;margin-bottom:-17rem!important}.my-sm-n1px{margin-top:-1px!important;margin-bottom:-1px!important}.my-sm-n2px{margin-top:-2px!important;margin-bottom:-2px!important}.my-sm-n3px{margin-top:-3px!important;margin-bottom:-3px!important}.my-sm-n5px{margin-top:-5px!important;margin-bottom:-5px!important}.my-sm-n6px{margin-top:-6px!important;margin-bottom:-6px!important}.my-sm-n9px{margin-top:-9px!important;margin-bottom:-9px!important}.my-sm-n10px{margin-top:-10px!important;margin-bottom:-10px!important}.my-sm-n11px{margin-top:-11px!important;margin-bottom:-11px!important}.my-sm-n12px{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n13px{margin-top:-13px!important;margin-bottom:-13px!important}.my-sm-n14px{margin-top:-14px!important;margin-bottom:-14px!important}.my-sm-n15px{margin-top:-15px!important;margin-bottom:-15px!important}.my-sm-n18px{margin-top:-18px!important;margin-bottom:-18px!important}.my-sm-n19px{margin-top:-19px!important;margin-bottom:-19px!important}.my-sm-n20px{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n22px{margin-top:-22px!important;margin-bottom:-22px!important}.my-sm-n23px{margin-top:-23px!important;margin-bottom:-23px!important}.my-sm-n26px{margin-top:-26px!important;margin-bottom:-26px!important}.my-sm-n28px{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n30px{margin-top:-30px!important;margin-bottom:-30px!important}.my-sm-n34px{margin-top:-34px!important;margin-bottom:-34px!important}.my-sm-n36px{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n40px{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n44px{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n50px{margin-top:-50px!important;margin-bottom:-50px!important}.my-sm-n56px{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n60px{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n72px{margin-top:-72px!important;margin-bottom:-72px!important}.my-sm-n75px{margin-top:-75px!important;margin-bottom:-75px!important}.my-sm-n82px{margin-top:-82px!important;margin-bottom:-82px!important}.my-sm-n88px{margin-top:-88px!important;margin-bottom:-88px!important}.my-sm-n90px{margin-top:-90px!important;margin-bottom:-90px!important}.mt-sm-nauto{margin-top:-auto!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mt-sm-n2rem{margin-top:-2rem!important}.mt-sm-n4rem{margin-top:-4rem!important}.mt-sm-n5rem{margin-top:-5rem!important}.mt-sm-n6rem{margin-top:-6rem!important}.mt-sm-n7rem{margin-top:-7rem!important}.mt-sm-n9rem{margin-top:-9rem!important}.mt-sm-n15rem{margin-top:-15rem!important}.mt-sm-n17rem{margin-top:-17rem!important}.mt-sm-n1px{margin-top:-1px!important}.mt-sm-n2px{margin-top:-2px!important}.mt-sm-n3px{margin-top:-3px!important}.mt-sm-n5px{margin-top:-5px!important}.mt-sm-n6px{margin-top:-6px!important}.mt-sm-n9px{margin-top:-9px!important}.mt-sm-n10px{margin-top:-10px!important}.mt-sm-n11px{margin-top:-11px!important}.mt-sm-n12px{margin-top:-12px!important}.mt-sm-n13px{margin-top:-13px!important}.mt-sm-n14px{margin-top:-14px!important}.mt-sm-n15px{margin-top:-15px!important}.mt-sm-n18px{margin-top:-18px!important}.mt-sm-n19px{margin-top:-19px!important}.mt-sm-n20px{margin-top:-20px!important}.mt-sm-n22px{margin-top:-22px!important}.mt-sm-n23px{margin-top:-23px!important}.mt-sm-n26px{margin-top:-26px!important}.mt-sm-n28px{margin-top:-28px!important}.mt-sm-n30px{margin-top:-30px!important}.mt-sm-n34px{margin-top:-34px!important}.mt-sm-n36px{margin-top:-36px!important}.mt-sm-n40px{margin-top:-40px!important}.mt-sm-n44px{margin-top:-44px!important}.mt-sm-n50px{margin-top:-50px!important}.mt-sm-n56px{margin-top:-56px!important}.mt-sm-n60px{margin-top:-60px!important}.mt-sm-n72px{margin-top:-72px!important}.mt-sm-n75px{margin-top:-75px!important}.mt-sm-n82px{margin-top:-82px!important}.mt-sm-n88px{margin-top:-88px!important}.mt-sm-n90px{margin-top:-90px!important}.me-sm-nauto{margin-right:-auto!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-3rem!important}.me-sm-n2rem{margin-right:-2rem!important}.me-sm-n4rem{margin-right:-4rem!important}.me-sm-n5rem{margin-right:-5rem!important}.me-sm-n6rem{margin-right:-6rem!important}.me-sm-n7rem{margin-right:-7rem!important}.me-sm-n9rem{margin-right:-9rem!important}.me-sm-n15rem{margin-right:-15rem!important}.me-sm-n17rem{margin-right:-17rem!important}.me-sm-n1px{margin-right:-1px!important}.me-sm-n2px{margin-right:-2px!important}.me-sm-n3px{margin-right:-3px!important}.me-sm-n5px{margin-right:-5px!important}.me-sm-n6px{margin-right:-6px!important}.me-sm-n9px{margin-right:-9px!important}.me-sm-n10px{margin-right:-10px!important}.me-sm-n11px{margin-right:-11px!important}.me-sm-n12px{margin-right:-12px!important}.me-sm-n13px{margin-right:-13px!important}.me-sm-n14px{margin-right:-14px!important}.me-sm-n15px{margin-right:-15px!important}.me-sm-n18px{margin-right:-18px!important}.me-sm-n19px{margin-right:-19px!important}.me-sm-n20px{margin-right:-20px!important}.me-sm-n22px{margin-right:-22px!important}.me-sm-n23px{margin-right:-23px!important}.me-sm-n26px{margin-right:-26px!important}.me-sm-n28px{margin-right:-28px!important}.me-sm-n30px{margin-right:-30px!important}.me-sm-n34px{margin-right:-34px!important}.me-sm-n36px{margin-right:-36px!important}.me-sm-n40px{margin-right:-40px!important}.me-sm-n44px{margin-right:-44px!important}.me-sm-n50px{margin-right:-50px!important}.me-sm-n56px{margin-right:-56px!important}.me-sm-n60px{margin-right:-60px!important}.me-sm-n72px{margin-right:-72px!important}.me-sm-n75px{margin-right:-75px!important}.me-sm-n82px{margin-right:-82px!important}.me-sm-n88px{margin-right:-88px!important}.me-sm-n90px{margin-right:-90px!important}.mb-sm-nauto{margin-bottom:-auto!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.mb-sm-n2rem{margin-bottom:-2rem!important}.mb-sm-n4rem{margin-bottom:-4rem!important}.mb-sm-n5rem{margin-bottom:-5rem!important}.mb-sm-n6rem{margin-bottom:-6rem!important}.mb-sm-n7rem{margin-bottom:-7rem!important}.mb-sm-n9rem{margin-bottom:-9rem!important}.mb-sm-n15rem{margin-bottom:-15rem!important}.mb-sm-n17rem{margin-bottom:-17rem!important}.mb-sm-n1px{margin-bottom:-1px!important}.mb-sm-n2px{margin-bottom:-2px!important}.mb-sm-n3px{margin-bottom:-3px!important}.mb-sm-n5px{margin-bottom:-5px!important}.mb-sm-n6px{margin-bottom:-6px!important}.mb-sm-n9px{margin-bottom:-9px!important}.mb-sm-n10px{margin-bottom:-10px!important}.mb-sm-n11px{margin-bottom:-11px!important}.mb-sm-n12px{margin-bottom:-12px!important}.mb-sm-n13px{margin-bottom:-13px!important}.mb-sm-n14px{margin-bottom:-14px!important}.mb-sm-n15px{margin-bottom:-15px!important}.mb-sm-n18px{margin-bottom:-18px!important}.mb-sm-n19px{margin-bottom:-19px!important}.mb-sm-n20px{margin-bottom:-20px!important}.mb-sm-n22px{margin-bottom:-22px!important}.mb-sm-n23px{margin-bottom:-23px!important}.mb-sm-n26px{margin-bottom:-26px!important}.mb-sm-n28px{margin-bottom:-28px!important}.mb-sm-n30px{margin-bottom:-30px!important}.mb-sm-n34px{margin-bottom:-34px!important}.mb-sm-n36px{margin-bottom:-36px!important}.mb-sm-n40px{margin-bottom:-40px!important}.mb-sm-n44px{margin-bottom:-44px!important}.mb-sm-n50px{margin-bottom:-50px!important}.mb-sm-n56px{margin-bottom:-56px!important}.mb-sm-n60px{margin-bottom:-60px!important}.mb-sm-n72px{margin-bottom:-72px!important}.mb-sm-n75px{margin-bottom:-75px!important}.mb-sm-n82px{margin-bottom:-82px!important}.mb-sm-n88px{margin-bottom:-88px!important}.mb-sm-n90px{margin-bottom:-90px!important}.ms-sm-nauto{margin-left:-auto!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-3rem!important}.ms-sm-n2rem{margin-left:-2rem!important}.ms-sm-n4rem{margin-left:-4rem!important}.ms-sm-n5rem{margin-left:-5rem!important}.ms-sm-n6rem{margin-left:-6rem!important}.ms-sm-n7rem{margin-left:-7rem!important}.ms-sm-n9rem{margin-left:-9rem!important}.ms-sm-n15rem{margin-left:-15rem!important}.ms-sm-n17rem{margin-left:-17rem!important}.ms-sm-n1px{margin-left:-1px!important}.ms-sm-n2px{margin-left:-2px!important}.ms-sm-n3px{margin-left:-3px!important}.ms-sm-n5px{margin-left:-5px!important}.ms-sm-n6px{margin-left:-6px!important}.ms-sm-n9px{margin-left:-9px!important}.ms-sm-n10px{margin-left:-10px!important}.ms-sm-n11px{margin-left:-11px!important}.ms-sm-n12px{margin-left:-12px!important}.ms-sm-n13px{margin-left:-13px!important}.ms-sm-n14px{margin-left:-14px!important}.ms-sm-n15px{margin-left:-15px!important}.ms-sm-n18px{margin-left:-18px!important}.ms-sm-n19px{margin-left:-19px!important}.ms-sm-n20px{margin-left:-20px!important}.ms-sm-n22px{margin-left:-22px!important}.ms-sm-n23px{margin-left:-23px!important}.ms-sm-n26px{margin-left:-26px!important}.ms-sm-n28px{margin-left:-28px!important}.ms-sm-n30px{margin-left:-30px!important}.ms-sm-n34px{margin-left:-34px!important}.ms-sm-n36px{margin-left:-36px!important}.ms-sm-n40px{margin-left:-40px!important}.ms-sm-n44px{margin-left:-44px!important}.ms-sm-n50px{margin-left:-50px!important}.ms-sm-n56px{margin-left:-56px!important}.ms-sm-n60px{margin-left:-60px!important}.ms-sm-n72px{margin-left:-72px!important}.ms-sm-n75px{margin-left:-75px!important}.ms-sm-n82px{margin-left:-82px!important}.ms-sm-n88px{margin-left:-88px!important}.ms-sm-n90px{margin-left:-90px!important}.p-sm-auto{padding:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-2rem{padding:2rem!important}.p-sm-4rem{padding:4rem!important}.p-sm-5rem{padding:5rem!important}.p-sm-6rem{padding:6rem!important}.p-sm-7rem{padding:7rem!important}.p-sm-9rem{padding:9rem!important}.p-sm-15rem{padding:15rem!important}.p-sm-17rem{padding:17rem!important}.p-sm-1px{padding:1px!important}.p-sm-2px{padding:2px!important}.p-sm-3px{padding:3px!important}.p-sm-5px{padding:5px!important}.p-sm-6px{padding:6px!important}.p-sm-9px{padding:9px!important}.p-sm-10px{padding:10px!important}.p-sm-11px{padding:11px!important}.p-sm-12px{padding:12px!important}.p-sm-13px{padding:13px!important}.p-sm-14px{padding:14px!important}.p-sm-15px{padding:15px!important}.p-sm-18px{padding:18px!important}.p-sm-19px{padding:19px!important}.p-sm-20px{padding:20px!important}.p-sm-22px{padding:22px!important}.p-sm-23px{padding:23px!important}.p-sm-26px{padding:26px!important}.p-sm-28px{padding:28px!important}.p-sm-30px{padding:30px!important}.p-sm-34px{padding:34px!important}.p-sm-36px{padding:36px!important}.p-sm-40px{padding:40px!important}.p-sm-44px{padding:44px!important}.p-sm-50px{padding:50px!important}.p-sm-56px{padding:56px!important}.p-sm-60px{padding:60px!important}.p-sm-72px{padding:72px!important}.p-sm-75px{padding:75px!important}.p-sm-82px{padding:82px!important}.p-sm-88px{padding:88px!important}.p-sm-90px{padding:90px!important}.px-sm-auto{padding-right:auto!important;padding-left:auto!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.px-sm-2rem{padding-right:2rem!important;padding-left:2rem!important}.px-sm-4rem{padding-right:4rem!important;padding-left:4rem!important}.px-sm-5rem{padding-right:5rem!important;padding-left:5rem!important}.px-sm-6rem{padding-right:6rem!important;padding-left:6rem!important}.px-sm-7rem{padding-right:7rem!important;padding-left:7rem!important}.px-sm-9rem{padding-right:9rem!important;padding-left:9rem!important}.px-sm-15rem{padding-right:15rem!important;padding-left:15rem!important}.px-sm-17rem{padding-right:17rem!important;padding-left:17rem!important}.px-sm-1px{padding-right:1px!important;padding-left:1px!important}.px-sm-2px{padding-right:2px!important;padding-left:2px!important}.px-sm-3px{padding-right:3px!important;padding-left:3px!important}.px-sm-5px{padding-right:5px!important;padding-left:5px!important}.px-sm-6px{padding-right:6px!important;padding-left:6px!important}.px-sm-9px{padding-right:9px!important;padding-left:9px!important}.px-sm-10px{padding-right:10px!important;padding-left:10px!important}.px-sm-11px{padding-right:11px!important;padding-left:11px!important}.px-sm-12px{padding-right:12px!important;padding-left:12px!important}.px-sm-13px{padding-right:13px!important;padding-left:13px!important}.px-sm-14px{padding-right:14px!important;padding-left:14px!important}.px-sm-15px{padding-right:15px!important;padding-left:15px!important}.px-sm-18px{padding-right:18px!important;padding-left:18px!important}.px-sm-19px{padding-right:19px!important;padding-left:19px!important}.px-sm-20px{padding-right:20px!important;padding-left:20px!important}.px-sm-22px{padding-right:22px!important;padding-left:22px!important}.px-sm-23px{padding-right:23px!important;padding-left:23px!important}.px-sm-26px{padding-right:26px!important;padding-left:26px!important}.px-sm-28px{padding-right:28px!important;padding-left:28px!important}.px-sm-30px{padding-right:30px!important;padding-left:30px!important}.px-sm-34px{padding-right:34px!important;padding-left:34px!important}.px-sm-36px{padding-right:36px!important;padding-left:36px!important}.px-sm-40px{padding-right:40px!important;padding-left:40px!important}.px-sm-44px{padding-right:44px!important;padding-left:44px!important}.px-sm-50px{padding-right:50px!important;padding-left:50px!important}.px-sm-56px{padding-right:56px!important;padding-left:56px!important}.px-sm-60px{padding-right:60px!important;padding-left:60px!important}.px-sm-72px{padding-right:72px!important;padding-left:72px!important}.px-sm-75px{padding-right:75px!important;padding-left:75px!important}.px-sm-82px{padding-right:82px!important;padding-left:82px!important}.px-sm-88px{padding-right:88px!important;padding-left:88px!important}.px-sm-90px{padding-right:90px!important;padding-left:90px!important}.py-sm-auto{padding-top:auto!important;padding-bottom:auto!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.py-sm-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.py-sm-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.py-sm-7rem{padding-top:7rem!important;padding-bottom:7rem!important}.py-sm-9rem{padding-top:9rem!important;padding-bottom:9rem!important}.py-sm-15rem{padding-top:15rem!important;padding-bottom:15rem!important}.py-sm-17rem{padding-top:17rem!important;padding-bottom:17rem!important}.py-sm-1px{padding-top:1px!important;padding-bottom:1px!important}.py-sm-2px{padding-top:2px!important;padding-bottom:2px!important}.py-sm-3px{padding-top:3px!important;padding-bottom:3px!important}.py-sm-5px{padding-top:5px!important;padding-bottom:5px!important}.py-sm-6px{padding-top:6px!important;padding-bottom:6px!important}.py-sm-9px{padding-top:9px!important;padding-bottom:9px!important}.py-sm-10px{padding-top:10px!important;padding-bottom:10px!important}.py-sm-11px{padding-top:11px!important;padding-bottom:11px!important}.py-sm-12px{padding-top:12px!important;padding-bottom:12px!important}.py-sm-13px{padding-top:13px!important;padding-bottom:13px!important}.py-sm-14px{padding-top:14px!important;padding-bottom:14px!important}.py-sm-15px{padding-top:15px!important;padding-bottom:15px!important}.py-sm-18px{padding-top:18px!important;padding-bottom:18px!important}.py-sm-19px{padding-top:19px!important;padding-bottom:19px!important}.py-sm-20px{padding-top:20px!important;padding-bottom:20px!important}.py-sm-22px{padding-top:22px!important;padding-bottom:22px!important}.py-sm-23px{padding-top:23px!important;padding-bottom:23px!important}.py-sm-26px{padding-top:26px!important;padding-bottom:26px!important}.py-sm-28px{padding-top:28px!important;padding-bottom:28px!important}.py-sm-30px{padding-top:30px!important;padding-bottom:30px!important}.py-sm-34px{padding-top:34px!important;padding-bottom:34px!important}.py-sm-36px{padding-top:36px!important;padding-bottom:36px!important}.py-sm-40px{padding-top:40px!important;padding-bottom:40px!important}.py-sm-44px{padding-top:44px!important;padding-bottom:44px!important}.py-sm-50px{padding-top:50px!important;padding-bottom:50px!important}.py-sm-56px{padding-top:56px!important;padding-bottom:56px!important}.py-sm-60px{padding-top:60px!important;padding-bottom:60px!important}.py-sm-72px{padding-top:72px!important;padding-bottom:72px!important}.py-sm-75px{padding-top:75px!important;padding-bottom:75px!important}.py-sm-82px{padding-top:82px!important;padding-bottom:82px!important}.py-sm-88px{padding-top:88px!important;padding-bottom:88px!important}.py-sm-90px{padding-top:90px!important;padding-bottom:90px!important}.pt-sm-auto{padding-top:auto!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-2rem{padding-top:2rem!important}.pt-sm-4rem{padding-top:4rem!important}.pt-sm-5rem{padding-top:5rem!important}.pt-sm-6rem{padding-top:6rem!important}.pt-sm-7rem{padding-top:7rem!important}.pt-sm-9rem{padding-top:9rem!important}.pt-sm-15rem{padding-top:15rem!important}.pt-sm-17rem{padding-top:17rem!important}.pt-sm-1px{padding-top:1px!important}.pt-sm-2px{padding-top:2px!important}.pt-sm-3px{padding-top:3px!important}.pt-sm-5px{padding-top:5px!important}.pt-sm-6px{padding-top:6px!important}.pt-sm-9px{padding-top:9px!important}.pt-sm-10px{padding-top:10px!important}.pt-sm-11px{padding-top:11px!important}.pt-sm-12px{padding-top:12px!important}.pt-sm-13px{padding-top:13px!important}.pt-sm-14px{padding-top:14px!important}.pt-sm-15px{padding-top:15px!important}.pt-sm-18px{padding-top:18px!important}.pt-sm-19px{padding-top:19px!important}.pt-sm-20px{padding-top:20px!important}.pt-sm-22px{padding-top:22px!important}.pt-sm-23px{padding-top:23px!important}.pt-sm-26px{padding-top:26px!important}.pt-sm-28px{padding-top:28px!important}.pt-sm-30px{padding-top:30px!important}.pt-sm-34px{padding-top:34px!important}.pt-sm-36px{padding-top:36px!important}.pt-sm-40px{padding-top:40px!important}.pt-sm-44px{padding-top:44px!important}.pt-sm-50px{padding-top:50px!important}.pt-sm-56px{padding-top:56px!important}.pt-sm-60px{padding-top:60px!important}.pt-sm-72px{padding-top:72px!important}.pt-sm-75px{padding-top:75px!important}.pt-sm-82px{padding-top:82px!important}.pt-sm-88px{padding-top:88px!important}.pt-sm-90px{padding-top:90px!important}.pe-sm-auto{padding-right:auto!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-2rem{padding-right:2rem!important}.pe-sm-4rem{padding-right:4rem!important}.pe-sm-5rem{padding-right:5rem!important}.pe-sm-6rem{padding-right:6rem!important}.pe-sm-7rem{padding-right:7rem!important}.pe-sm-9rem{padding-right:9rem!important}.pe-sm-15rem{padding-right:15rem!important}.pe-sm-17rem{padding-right:17rem!important}.pe-sm-1px{padding-right:1px!important}.pe-sm-2px{padding-right:2px!important}.pe-sm-3px{padding-right:3px!important}.pe-sm-5px{padding-right:5px!important}.pe-sm-6px{padding-right:6px!important}.pe-sm-9px{padding-right:9px!important}.pe-sm-10px{padding-right:10px!important}.pe-sm-11px{padding-right:11px!important}.pe-sm-12px{padding-right:12px!important}.pe-sm-13px{padding-right:13px!important}.pe-sm-14px{padding-right:14px!important}.pe-sm-15px{padding-right:15px!important}.pe-sm-18px{padding-right:18px!important}.pe-sm-19px{padding-right:19px!important}.pe-sm-20px{padding-right:20px!important}.pe-sm-22px{padding-right:22px!important}.pe-sm-23px{padding-right:23px!important}.pe-sm-26px{padding-right:26px!important}.pe-sm-28px{padding-right:28px!important}.pe-sm-30px{padding-right:30px!important}.pe-sm-34px{padding-right:34px!important}.pe-sm-36px{padding-right:36px!important}.pe-sm-40px{padding-right:40px!important}.pe-sm-44px{padding-right:44px!important}.pe-sm-50px{padding-right:50px!important}.pe-sm-56px{padding-right:56px!important}.pe-sm-60px{padding-right:60px!important}.pe-sm-72px{padding-right:72px!important}.pe-sm-75px{padding-right:75px!important}.pe-sm-82px{padding-right:82px!important}.pe-sm-88px{padding-right:88px!important}.pe-sm-90px{padding-right:90px!important}.pb-sm-auto{padding-bottom:auto!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-2rem{padding-bottom:2rem!important}.pb-sm-4rem{padding-bottom:4rem!important}.pb-sm-5rem{padding-bottom:5rem!important}.pb-sm-6rem{padding-bottom:6rem!important}.pb-sm-7rem{padding-bottom:7rem!important}.pb-sm-9rem{padding-bottom:9rem!important}.pb-sm-15rem{padding-bottom:15rem!important}.pb-sm-17rem{padding-bottom:17rem!important}.pb-sm-1px{padding-bottom:1px!important}.pb-sm-2px{padding-bottom:2px!important}.pb-sm-3px{padding-bottom:3px!important}.pb-sm-5px{padding-bottom:5px!important}.pb-sm-6px{padding-bottom:6px!important}.pb-sm-9px{padding-bottom:9px!important}.pb-sm-10px{padding-bottom:10px!important}.pb-sm-11px{padding-bottom:11px!important}.pb-sm-12px{padding-bottom:12px!important}.pb-sm-13px{padding-bottom:13px!important}.pb-sm-14px{padding-bottom:14px!important}.pb-sm-15px{padding-bottom:15px!important}.pb-sm-18px{padding-bottom:18px!important}.pb-sm-19px{padding-bottom:19px!important}.pb-sm-20px{padding-bottom:20px!important}.pb-sm-22px{padding-bottom:22px!important}.pb-sm-23px{padding-bottom:23px!important}.pb-sm-26px{padding-bottom:26px!important}.pb-sm-28px{padding-bottom:28px!important}.pb-sm-30px{padding-bottom:30px!important}.pb-sm-34px{padding-bottom:34px!important}.pb-sm-36px{padding-bottom:36px!important}.pb-sm-40px{padding-bottom:40px!important}.pb-sm-44px{padding-bottom:44px!important}.pb-sm-50px{padding-bottom:50px!important}.pb-sm-56px{padding-bottom:56px!important}.pb-sm-60px{padding-bottom:60px!important}.pb-sm-72px{padding-bottom:72px!important}.pb-sm-75px{padding-bottom:75px!important}.pb-sm-82px{padding-bottom:82px!important}.pb-sm-88px{padding-bottom:88px!important}.pb-sm-90px{padding-bottom:90px!important}.ps-sm-auto{padding-left:auto!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-2rem{padding-left:2rem!important}.ps-sm-4rem{padding-left:4rem!important}.ps-sm-5rem{padding-left:5rem!important}.ps-sm-6rem{padding-left:6rem!important}.ps-sm-7rem{padding-left:7rem!important}.ps-sm-9rem{padding-left:9rem!important}.ps-sm-15rem{padding-left:15rem!important}.ps-sm-17rem{padding-left:17rem!important}.ps-sm-1px{padding-left:1px!important}.ps-sm-2px{padding-left:2px!important}.ps-sm-3px{padding-left:3px!important}.ps-sm-5px{padding-left:5px!important}.ps-sm-6px{padding-left:6px!important}.ps-sm-9px{padding-left:9px!important}.ps-sm-10px{padding-left:10px!important}.ps-sm-11px{padding-left:11px!important}.ps-sm-12px{padding-left:12px!important}.ps-sm-13px{padding-left:13px!important}.ps-sm-14px{padding-left:14px!important}.ps-sm-15px{padding-left:15px!important}.ps-sm-18px{padding-left:18px!important}.ps-sm-19px{padding-left:19px!important}.ps-sm-20px{padding-left:20px!important}.ps-sm-22px{padding-left:22px!important}.ps-sm-23px{padding-left:23px!important}.ps-sm-26px{padding-left:26px!important}.ps-sm-28px{padding-left:28px!important}.ps-sm-30px{padding-left:30px!important}.ps-sm-34px{padding-left:34px!important}.ps-sm-36px{padding-left:36px!important}.ps-sm-40px{padding-left:40px!important}.ps-sm-44px{padding-left:44px!important}.ps-sm-50px{padding-left:50px!important}.ps-sm-56px{padding-left:56px!important}.ps-sm-60px{padding-left:60px!important}.ps-sm-72px{padding-left:72px!important}.ps-sm-75px{padding-left:75px!important}.ps-sm-82px{padding-left:82px!important}.ps-sm-88px{padding-left:88px!important}.ps-sm-90px{padding-left:90px!important}.fs-sm-1{font-size:calc(1.425rem + 2.1vw)!important}.fs-sm-2{font-size:calc(1.375rem + 1.5vw)!important}.fs-sm-3{font-size:calc(1.325rem + .9vw)!important}.fs-sm-4{font-size:calc(1.275rem + .3vw)!important}.fs-sm-5{font-size:1.125rem!important}.fs-sm-6{font-size:1rem!important}.fs-sm-7{font-size:.875rem!important}.fs-sm-8{font-size:.75rem!important}.fs-sm-9{font-size:.5rem!important}.fs-sm-200{font-size:calc(2.375rem + 13.5vw)!important}.fs-sm-140{font-size:calc(2rem + 9vw)!important}.fs-sm-100{font-size:calc(1.75rem + 6vw)!important}.fs-sm-90{font-size:calc(1.6875rem + 5.25vw)!important}.fs-sm-80{font-size:calc(1.625rem + 4.5vw)!important}.fs-sm-70{font-size:calc(1.5625rem + 3.75vw)!important}.fs-sm-60{font-size:calc(1.5rem + 3vw)!important}.fs-sm-56{font-size:calc(1.475rem + 2.7vw)!important}.fs-sm-36{font-size:calc(1.35rem + 1.2vw)!important}.fs-sm-34{font-size:calc(1.3375rem + 1.05vw)!important}.fs-sm-28{font-size:calc(1.3rem + .6vw)!important}.fs-sm-30{font-size:calc(1.3125rem + .75vw)!important}.fs-sm-22{font-size:calc(1.2625rem + .15vw)!important}.fs-sm-20{font-size:1.25rem!important}.fs-sm-17{font-size:1.0625rem!important}.fs-sm-12{font-size:.75rem!important}.fs-sm-11{font-size:.6875rem!important}.fs-sm-10{font-size:.625rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-sm-primary-50{--bs-text-opacity:1;color:rgba(var(--bs-primary-50-rgb),var(--bs-text-opacity))!important}.text-sm-primary-100{--bs-text-opacity:1;color:rgba(var(--bs-primary-100-rgb),var(--bs-text-opacity))!important}.text-sm-primary-light{--bs-text-opacity:1;color:rgba(var(--bs-primary-light-rgb),var(--bs-text-opacity))!important}.text-sm-primary-dark{--bs-text-opacity:1;color:rgba(var(--bs-primary-dark-rgb),var(--bs-text-opacity))!important}.text-sm-primary-stroke{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-rgb),var(--bs-text-opacity))!important}.text-sm-primary-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-text-opacity))!important}.text-sm-primary-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-text-opacity))!important}.text-sm-profile{--bs-text-opacity:1;color:rgba(var(--bs-profile-rgb),var(--bs-text-opacity))!important}.text-sm-profile-stroke{--bs-text-opacity:1;color:rgba(var(--bs-profile-stroke-rgb),var(--bs-text-opacity))!important}.text-sm-profile-block{--bs-text-opacity:1;color:rgba(var(--bs-profile-block-rgb),var(--bs-text-opacity))!important}.text-sm-profile-text{--bs-text-opacity:1;color:rgba(var(--bs-profile-text-rgb),var(--bs-text-opacity))!important}.text-sm-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-sm-secondary-50{--bs-text-opacity:1;color:rgba(var(--bs-secondary-50-rgb),var(--bs-text-opacity))!important}.text-sm-secondary-100{--bs-text-opacity:1;color:rgba(var(--bs-secondary-100-rgb),var(--bs-text-opacity))!important}.text-sm-secondary-light{--bs-text-opacity:1;color:rgba(var(--bs-secondary-light-rgb),var(--bs-text-opacity))!important}.text-sm-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-sm-success-light{--bs-text-opacity:1;color:rgba(var(--bs-success-light-rgb),var(--bs-text-opacity))!important}.text-sm-success-bullet{--bs-text-opacity:1;color:rgba(var(--bs-success-bullet-rgb),var(--bs-text-opacity))!important}.text-sm-success-lighter{--bs-text-opacity:1;color:rgba(var(--bs-success-lighter-rgb),var(--bs-text-opacity))!important}.text-sm-success-dark{--bs-text-opacity:1;color:rgba(var(--bs-success-dark-rgb),var(--bs-text-opacity))!important}.text-sm-success-darken{--bs-text-opacity:1;color:rgba(var(--bs-success-darken-rgb),var(--bs-text-opacity))!important}.text-sm-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-sm-info-50{--bs-text-opacity:1;color:rgba(var(--bs-info-50-rgb),var(--bs-text-opacity))!important}.text-sm-info-100{--bs-text-opacity:1;color:rgba(var(--bs-info-100-rgb),var(--bs-text-opacity))!important}.text-sm-info-300{--bs-text-opacity:1;color:rgba(var(--bs-info-300-rgb),var(--bs-text-opacity))!important}.text-sm-info-stroke{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-rgb),var(--bs-text-opacity))!important}.text-sm-info-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-text-opacity))!important}.text-sm-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-sm-warning-50{--bs-text-opacity:1;color:rgba(var(--bs-warning-50-rgb),var(--bs-text-opacity))!important}.text-sm-warning-100{--bs-text-opacity:1;color:rgba(var(--bs-warning-100-rgb),var(--bs-text-opacity))!important}.text-sm-warning-title{--bs-text-opacity:1;color:rgba(var(--bs-warning-title-rgb),var(--bs-text-opacity))!important}.text-sm-warning-light{--bs-text-opacity:1;color:rgba(var(--bs-warning-light-rgb),var(--bs-text-opacity))!important}.text-sm-warning-bg{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-rgb),var(--bs-text-opacity))!important}.text-sm-warning-bg-1{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-text-opacity))!important}.text-sm-warning-bg-2{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-text-opacity))!important}.text-sm-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-sm-danger-50{--bs-text-opacity:1;color:rgba(var(--bs-danger-50-rgb),var(--bs-text-opacity))!important}.text-sm-danger-light{--bs-text-opacity:1;color:rgba(var(--bs-danger-light-rgb),var(--bs-text-opacity))!important}.text-sm-danger-dark{--bs-text-opacity:1;color:rgba(var(--bs-danger-dark-rgb),var(--bs-text-opacity))!important}.text-sm-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-sm-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-sm-dark-50{--bs-text-opacity:1;color:rgba(var(--bs-dark-50-rgb),var(--bs-text-opacity))!important}.text-sm-dark-100{--bs-text-opacity:1;color:rgba(var(--bs-dark-100-rgb),var(--bs-text-opacity))!important}.text-sm-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important}.text-sm-purple{--bs-text-opacity:1;color:rgba(var(--bs-purple-rgb),var(--bs-text-opacity))!important}.text-sm-purple-light{--bs-text-opacity:1;color:rgba(var(--bs-purple-light-rgb),var(--bs-text-opacity))!important}.text-sm-body-1{--bs-text-opacity:1;color:rgba(var(--bs-body-1-rgb),var(--bs-text-opacity))!important}.text-sm-body-2{--bs-text-opacity:1;color:rgba(var(--bs-body-2-rgb),var(--bs-text-opacity))!important}.text-sm-gray-body{--bs-text-opacity:1;color:rgba(var(--bs-gray-body-rgb),var(--bs-text-opacity))!important}.text-sm-gray-border{--bs-text-opacity:1;color:rgba(var(--bs-gray-border-rgb),var(--bs-text-opacity))!important}.text-sm-gray-50{--bs-text-opacity:1;color:rgba(var(--bs-gray-50-rgb),var(--bs-text-opacity))!important}.text-sm-gray-100{--bs-text-opacity:1;color:rgba(var(--bs-gray-100-rgb),var(--bs-text-opacity))!important}.text-sm-gray-200{--bs-text-opacity:1;color:rgba(var(--bs-gray-200-rgb),var(--bs-text-opacity))!important}.text-sm-gray-300{--bs-text-opacity:1;color:rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important}.text-sm-gray-400{--bs-text-opacity:1;color:rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity))!important}.text-sm-gray-500{--bs-text-opacity:1;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-sm-gray-600{--bs-text-opacity:1;color:rgba(var(--bs-gray-600-rgb),var(--bs-text-opacity))!important}.text-sm-gray-700{--bs-text-opacity:1;color:rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity))!important}.text-sm-gray-800{--bs-text-opacity:1;color:rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important}.text-sm-gray-900{--bs-text-opacity:1;color:rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important}.text-sm-gray-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-text-opacity))!important}.text-sm-transparent{--bs-text-opacity:1;color:rgba(var(--bs-transparent-rgb),var(--bs-text-opacity))!important}.text-sm-purple-600{--bs-text-opacity:1;color:rgba(var(--bs-purple-600-rgb),var(--bs-text-opacity))!important}.text-sm-light-100{--bs-text-opacity:1;color:rgba(var(--bs-light-100-rgb),var(--bs-text-opacity))!important}.text-sm-blue-300{--bs-text-opacity:1;color:rgba(var(--bs-blue-300-rgb),var(--bs-text-opacity))!important}.text-sm-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-sm-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-sm-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-sm-muted{--bs-text-opacity:1;color:#8a8a8e!important}.text-sm-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-sm-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-sm-reset{--bs-text-opacity:1;color:inherit!important}.bg-sm-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-sm-primary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-50-rgb),var(--bs-bg-opacity))!important}.bg-sm-primary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-100-rgb),var(--bs-bg-opacity))!important}.bg-sm-primary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-light-rgb),var(--bs-bg-opacity))!important}.bg-sm-primary-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-dark-rgb),var(--bs-bg-opacity))!important}.bg-sm-primary-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-rgb),var(--bs-bg-opacity))!important}.bg-sm-primary-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-sm-primary-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-sm-profile{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-rgb),var(--bs-bg-opacity))!important}.bg-sm-profile-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-stroke-rgb),var(--bs-bg-opacity))!important}.bg-sm-profile-block{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-block-rgb),var(--bs-bg-opacity))!important}.bg-sm-profile-text{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-text-rgb),var(--bs-bg-opacity))!important}.bg-sm-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-sm-secondary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-50-rgb),var(--bs-bg-opacity))!important}.bg-sm-secondary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-100-rgb),var(--bs-bg-opacity))!important}.bg-sm-secondary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-light-rgb),var(--bs-bg-opacity))!important}.bg-sm-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-sm-success-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-light-rgb),var(--bs-bg-opacity))!important}.bg-sm-success-bullet{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-bullet-rgb),var(--bs-bg-opacity))!important}.bg-sm-success-lighter{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-lighter-rgb),var(--bs-bg-opacity))!important}.bg-sm-success-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-dark-rgb),var(--bs-bg-opacity))!important}.bg-sm-success-darken{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-darken-rgb),var(--bs-bg-opacity))!important}.bg-sm-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-sm-info-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-50-rgb),var(--bs-bg-opacity))!important}.bg-sm-info-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-100-rgb),var(--bs-bg-opacity))!important}.bg-sm-info-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-300-rgb),var(--bs-bg-opacity))!important}.bg-sm-info-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-rgb),var(--bs-bg-opacity))!important}.bg-sm-info-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-sm-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-sm-warning-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-50-rgb),var(--bs-bg-opacity))!important}.bg-sm-warning-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-100-rgb),var(--bs-bg-opacity))!important}.bg-sm-warning-title{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-title-rgb),var(--bs-bg-opacity))!important}.bg-sm-warning-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-light-rgb),var(--bs-bg-opacity))!important}.bg-sm-warning-bg{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-rgb),var(--bs-bg-opacity))!important}.bg-sm-warning-bg-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-bg-opacity))!important}.bg-sm-warning-bg-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-bg-opacity))!important}.bg-sm-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-sm-danger-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-50-rgb),var(--bs-bg-opacity))!important}.bg-sm-danger-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-light-rgb),var(--bs-bg-opacity))!important}.bg-sm-danger-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-dark-rgb),var(--bs-bg-opacity))!important}.bg-sm-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-sm-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-sm-dark-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-50-rgb),var(--bs-bg-opacity))!important}.bg-sm-dark-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-100-rgb),var(--bs-bg-opacity))!important}.bg-sm-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity))!important}.bg-sm-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity))!important}.bg-sm-purple-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-light-rgb),var(--bs-bg-opacity))!important}.bg-sm-body-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-1-rgb),var(--bs-bg-opacity))!important}.bg-sm-body-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-2-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-body-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-border{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-border-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-50-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-100-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-200{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-400{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-400-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-500{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-700{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-700-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-800{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-900{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-900-rgb),var(--bs-bg-opacity))!important}.bg-sm-gray-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-sm-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-sm-purple-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-600-rgb),var(--bs-bg-opacity))!important}.bg-sm-light-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-100-rgb),var(--bs-bg-opacity))!important}.bg-sm-blue-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-300-rgb),var(--bs-bg-opacity))!important}.bg-sm-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-sm-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-sm-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.rounded-sm{border-radius:.375rem!important}.rounded-sm-0{border-radius:0!important}.rounded-sm-1{border-radius:.25rem!important}.rounded-sm-2{border-radius:.375rem!important}.rounded-sm-3{border-radius:.625rem!important}.rounded-sm-4{border-radius:1.25rem!important}.rounded-sm-5{border-radius:2rem!important}.rounded-sm-24px{border-radius:24px!important}.rounded-sm-12px{border-radius:12px!important}.rounded-sm-rem{border-radius:1rem!important}.rounded-sm-circle{border-radius:50%!important}.rounded-sm-pill{border-radius:50rem!important}.rounded-top-sm{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-sm-0{border-top-right-radius:0!important;border-top-left-radius:0!important}.rounded-top-sm-1{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-top-sm-2{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-sm-3{border-top-right-radius:.625rem!important;border-top-left-radius:.625rem!important}.rounded-top-sm-4{border-top-right-radius:1.25rem!important;border-top-left-radius:1.25rem!important}.rounded-top-sm-5{border-top-right-radius:2rem!important;border-top-left-radius:2rem!important}.rounded-top-sm-rem{border-top-right-radius:1rem!important;border-top-left-radius:1rem!important}.rounded-top-sm-circle{border-top-right-radius:50%!important;border-top-left-radius:50%!important}.rounded-top-sm-pill{border-top-right-radius:50rem!important;border-top-left-radius:50rem!important}.cursor-sm-pointer{cursor:pointer!important}.cursor-sm-none{cursor:none!important}.cursor-sm-nallowed{cursor:not-allowed!important}.cursor-sm-copy{cursor:copy!important}.minw-sm-100{min-width:100%!important}.minw-sm-80{min-width:80%!important}.minw-sm-50vh{min-width:50vh!important}.minw-sm-70px{min-width:70px!important}.minw-sm-115px{min-width:115px!important}.minw-sm-150px{min-width:150px!important}.minw-sm-170px{min-width:170px!important}.minw-sm-270px{min-width:270px!important}.z-sm-n1{z-index:-1!important}.z-sm-0{z-index:0!important}.z-sm-1{z-index:1!important}.z-sm-2{z-index:10!important}.z-sm-3{z-index:100!important}.z-sm-header{z-index:102!important}.ob-sm-fill{object-fit:fill!important}.ob-sm-contain{object-fit:contain!important}.ob-sm-cover{object-fit:cover!important}.ob-sm-scale-down{object-fit:scale-down!important}.ob-sm-none{object-fit:none!important}.ob-sm-initial{object-fit:fill!important}.ob-sm-inherit{object-fit:inherit!important}.ls-sm-0{letter-spacing:0!important}.ls-sm-1{letter-spacing:1px!important}.ls-sm-2{letter-spacing:2px!important}.overflow-x-sm-auto{overflow-x:auto!important}.overflow-x-sm-hidden{overflow-x:hidden!important}.overflow-x-sm-visible{overflow-x:visible!important}.overflow-x-sm-scroll{overflow-x:scroll!important}.overflow-y-sm-auto{overflow-y:auto!important}.overflow-y-sm-hidden{overflow-y:hidden!important}.overflow-y-sm-visible{overflow-y:visible!important}.overflow-y-sm-scroll{overflow-y:scroll!important}.line-limit-sm-1{-webkit-line-clamp:1!important}.line-limit-sm-2{-webkit-line-clamp:2!important}.line-limit-sm-3{-webkit-line-clamp:3!important}.line-limit-sm-4{-webkit-line-clamp:4!important}.bg-image-sm-half-gray-200{background-image:linear-gradient(0deg,#f0f3fb 0 50%,#fff 50% 100%)!important}.bg-image-sm-half-gray-100{background-image:linear-gradient(180deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-sm-half-gray-100-top{background-image:linear-gradient(0deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-sm-half-warning-light{background-image:linear-gradient(180deg,transparent 0 50%,#f7efe9 50% 100%)!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.overflow-md-auto{overflow:auto!important}.overflow-md-hidden{overflow:hidden!important}.overflow-md-visible{overflow:visible!important}.overflow-md-scroll{overflow:scroll!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.shadow-md{box-shadow:0 0 10px 0 rgba(0,0,0,.25)!important}.shadow-md-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-md-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-md-image{box-shadow:0 0 4px .5px rgba(0,0,0,.251)!important}.shadow-md-menu{box-shadow:0 30px 20px -20px rgba(0,0,0,.149)!important}.shadow-md-search{box-shadow:0 20px 25px -4px rgba(51,146,229,.102)!important}.shadow-md-blog{box-shadow:0 10px 25px 0 rgba(0,0,0,.102)!important}.shadow-md-form{box-shadow:0 20px 25px -4px rgba(29,120,165,.102)!important}.shadow-md-block{box-shadow:0 11px 15px 0 #f0f3fb!important}.shadow-md-why{box-shadow:0 11px 60px 0 rgba(0,0,0,.102)!important}.shadow-md-why-block{box-shadow:0 27px 42px -4px rgba(26,34,38,.102)!important}.shadow-md-none{box-shadow:none!important}.position-md-static{position:static!important}.position-md-relative{position:relative!important}.position-md-absolute{position:absolute!important}.position-md-fixed{position:fixed!important}.position-md-sticky{position:-webkit-sticky!important;position:sticky!important}.top-md-0{top:0!important}.top-md-30{top:30%!important}.top-md-50{top:50%!important}.top-md-70{top:70%!important}.top-md-90{top:90%!important}.top-md-100{top:100%!important}.top-md-15px{top:15px!important}.top-md-80px{top:80px!important}.top-md-140px{top:140px!important}.translate-middle-md{transform:translate(-50%,-50%)!important}.translate-middle-md-40{transform:translate(40%,40%)!important}.translate-middle-md-x{transform:translateX(-50%)!important}.translate-middle-md-y{transform:translateY(-50%)!important}.translate-middle-md-25y{transform:translate(-50%,25%)!important}.border-md{border:1px solid #e9e9e9!important}.border-md-0{border:0!important}.border-top-md{border-top:1px solid #e9e9e9!important}.border-top-md-0{border-top:0!important}.border-end-md{border-right:1px solid #e9e9e9!important}.border-end-md-0{border-right:0!important}.border-bottom-md{border-bottom:1px solid #e9e9e9!important}.border-bottom-md-0{border-bottom:0!important}.border-start-md{border-left:1px solid #e9e9e9!important}.border-start-md-0{border-left:0!important}.w-md-15{width:15%!important}.w-md-20{width:20%!important}.w-md-25{width:25%!important}.w-md-30{width:30%!important}.w-md-37{width:37%!important}.w-md-40{width:40%!important}.w-md-45{width:45%!important}.w-md-50{width:50%!important}.w-md-55{width:55%!important}.w-md-60{width:60%!important}.w-md-65{width:65%!important}.w-md-70{width:70%!important}.w-md-75{width:75%!important}.w-md-77{width:77%!important}.w-md-80{width:80%!important}.w-md-85{width:85%!important}.w-md-90{width:90%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}.w-md-16px{width:16px!important}.w-md-20px{width:20px!important}.w-md-32px{width:32px!important}.w-md-36px{width:36px!important}.w-md-40px{width:40px!important}.w-md-44px{width:44px!important}.w-md-48px{width:48px!important}.w-md-52px{width:52px!important}.w-md-60px{width:60px!important}.w-md-230px{width:230px!important}.w-md-324px{width:324px!important}.w-md-350px{width:350px!important}.mw-md-100{max-width:100%!important}.mw-md-80{max-width:80%!important}.mw-md-50vh{max-width:50vh!important}.mw-md-75px{max-width:75px!important}.mw-md-50{max-width:50%!important}.mw-md-75{max-width:75%!important}.mw-md-280px{max-width:280px!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.h-md-auto{height:auto!important}.h-md-6px{height:6px!important}.h-md-8px{height:8px!important}.h-md-20px{height:20px!important}.h-md-28px{height:28px!important}.h-md-32px{height:32px!important}.h-md-36px{height:36px!important}.h-md-40px{height:40px!important}.h-md-44px{height:44px!important}.h-md-48px{height:48px!important}.h-md-52px{height:52px!important}.h-md-60px{height:60px!important}.h-md-78px{height:78px!important}.h-md-300px{height:300px!important}.h-md-504px{height:504px!important}.h-md-unset{height:unset!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-grow-2{flex-grow:2!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-auto{gap:auto!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.gap-md-2rem{gap:2rem!important}.gap-md-4rem{gap:4rem!important}.gap-md-5rem{gap:5rem!important}.gap-md-6rem{gap:6rem!important}.gap-md-7rem{gap:7rem!important}.gap-md-9rem{gap:9rem!important}.gap-md-15rem{gap:15rem!important}.gap-md-17rem{gap:17rem!important}.gap-md-1px{gap:1px!important}.gap-md-2px{gap:2px!important}.gap-md-3px{gap:3px!important}.gap-md-5px{gap:5px!important}.gap-md-6px{gap:6px!important}.gap-md-9px{gap:9px!important}.gap-md-10px{gap:10px!important}.gap-md-11px{gap:11px!important}.gap-md-12px{gap:12px!important}.gap-md-13px{gap:13px!important}.gap-md-14px{gap:14px!important}.gap-md-15px{gap:15px!important}.gap-md-18px{gap:18px!important}.gap-md-19px{gap:19px!important}.gap-md-20px{gap:20px!important}.gap-md-22px{gap:22px!important}.gap-md-23px{gap:23px!important}.gap-md-26px{gap:26px!important}.gap-md-28px{gap:28px!important}.gap-md-30px{gap:30px!important}.gap-md-34px{gap:34px!important}.gap-md-36px{gap:36px!important}.gap-md-40px{gap:40px!important}.gap-md-44px{gap:44px!important}.gap-md-50px{gap:50px!important}.gap-md-56px{gap:56px!important}.gap-md-60px{gap:60px!important}.gap-md-72px{gap:72px!important}.gap-md-75px{gap:75px!important}.gap-md-82px{gap:82px!important}.gap-md-88px{gap:88px!important}.gap-md-90px{gap:90px!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-auto{margin:auto!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-2rem{margin:2rem!important}.m-md-4rem{margin:4rem!important}.m-md-5rem{margin:5rem!important}.m-md-6rem{margin:6rem!important}.m-md-7rem{margin:7rem!important}.m-md-9rem{margin:9rem!important}.m-md-15rem{margin:15rem!important}.m-md-17rem{margin:17rem!important}.m-md-1px{margin:1px!important}.m-md-2px{margin:2px!important}.m-md-3px{margin:3px!important}.m-md-5px{margin:5px!important}.m-md-6px{margin:6px!important}.m-md-9px{margin:9px!important}.m-md-10px{margin:10px!important}.m-md-11px{margin:11px!important}.m-md-12px{margin:12px!important}.m-md-13px{margin:13px!important}.m-md-14px{margin:14px!important}.m-md-15px{margin:15px!important}.m-md-18px{margin:18px!important}.m-md-19px{margin:19px!important}.m-md-20px{margin:20px!important}.m-md-22px{margin:22px!important}.m-md-23px{margin:23px!important}.m-md-26px{margin:26px!important}.m-md-28px{margin:28px!important}.m-md-30px{margin:30px!important}.m-md-34px{margin:34px!important}.m-md-36px{margin:36px!important}.m-md-40px{margin:40px!important}.m-md-44px{margin:44px!important}.m-md-50px{margin:50px!important}.m-md-56px{margin:56px!important}.m-md-60px{margin:60px!important}.m-md-72px{margin:72px!important}.m-md-75px{margin:75px!important}.m-md-82px{margin:82px!important}.m-md-88px{margin:88px!important}.m-md-90px{margin:90px!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-2rem{margin-right:2rem!important;margin-left:2rem!important}.mx-md-4rem{margin-right:4rem!important;margin-left:4rem!important}.mx-md-5rem{margin-right:5rem!important;margin-left:5rem!important}.mx-md-6rem{margin-right:6rem!important;margin-left:6rem!important}.mx-md-7rem{margin-right:7rem!important;margin-left:7rem!important}.mx-md-9rem{margin-right:9rem!important;margin-left:9rem!important}.mx-md-15rem{margin-right:15rem!important;margin-left:15rem!important}.mx-md-17rem{margin-right:17rem!important;margin-left:17rem!important}.mx-md-1px{margin-right:1px!important;margin-left:1px!important}.mx-md-2px{margin-right:2px!important;margin-left:2px!important}.mx-md-3px{margin-right:3px!important;margin-left:3px!important}.mx-md-5px{margin-right:5px!important;margin-left:5px!important}.mx-md-6px{margin-right:6px!important;margin-left:6px!important}.mx-md-9px{margin-right:9px!important;margin-left:9px!important}.mx-md-10px{margin-right:10px!important;margin-left:10px!important}.mx-md-11px{margin-right:11px!important;margin-left:11px!important}.mx-md-12px{margin-right:12px!important;margin-left:12px!important}.mx-md-13px{margin-right:13px!important;margin-left:13px!important}.mx-md-14px{margin-right:14px!important;margin-left:14px!important}.mx-md-15px{margin-right:15px!important;margin-left:15px!important}.mx-md-18px{margin-right:18px!important;margin-left:18px!important}.mx-md-19px{margin-right:19px!important;margin-left:19px!important}.mx-md-20px{margin-right:20px!important;margin-left:20px!important}.mx-md-22px{margin-right:22px!important;margin-left:22px!important}.mx-md-23px{margin-right:23px!important;margin-left:23px!important}.mx-md-26px{margin-right:26px!important;margin-left:26px!important}.mx-md-28px{margin-right:28px!important;margin-left:28px!important}.mx-md-30px{margin-right:30px!important;margin-left:30px!important}.mx-md-34px{margin-right:34px!important;margin-left:34px!important}.mx-md-36px{margin-right:36px!important;margin-left:36px!important}.mx-md-40px{margin-right:40px!important;margin-left:40px!important}.mx-md-44px{margin-right:44px!important;margin-left:44px!important}.mx-md-50px{margin-right:50px!important;margin-left:50px!important}.mx-md-56px{margin-right:56px!important;margin-left:56px!important}.mx-md-60px{margin-right:60px!important;margin-left:60px!important}.mx-md-72px{margin-right:72px!important;margin-left:72px!important}.mx-md-75px{margin-right:75px!important;margin-left:75px!important}.mx-md-82px{margin-right:82px!important;margin-left:82px!important}.mx-md-88px{margin-right:88px!important;margin-left:88px!important}.mx-md-90px{margin-right:90px!important;margin-left:90px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.my-md-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.my-md-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.my-md-7rem{margin-top:7rem!important;margin-bottom:7rem!important}.my-md-9rem{margin-top:9rem!important;margin-bottom:9rem!important}.my-md-15rem{margin-top:15rem!important;margin-bottom:15rem!important}.my-md-17rem{margin-top:17rem!important;margin-bottom:17rem!important}.my-md-1px{margin-top:1px!important;margin-bottom:1px!important}.my-md-2px{margin-top:2px!important;margin-bottom:2px!important}.my-md-3px{margin-top:3px!important;margin-bottom:3px!important}.my-md-5px{margin-top:5px!important;margin-bottom:5px!important}.my-md-6px{margin-top:6px!important;margin-bottom:6px!important}.my-md-9px{margin-top:9px!important;margin-bottom:9px!important}.my-md-10px{margin-top:10px!important;margin-bottom:10px!important}.my-md-11px{margin-top:11px!important;margin-bottom:11px!important}.my-md-12px{margin-top:12px!important;margin-bottom:12px!important}.my-md-13px{margin-top:13px!important;margin-bottom:13px!important}.my-md-14px{margin-top:14px!important;margin-bottom:14px!important}.my-md-15px{margin-top:15px!important;margin-bottom:15px!important}.my-md-18px{margin-top:18px!important;margin-bottom:18px!important}.my-md-19px{margin-top:19px!important;margin-bottom:19px!important}.my-md-20px{margin-top:20px!important;margin-bottom:20px!important}.my-md-22px{margin-top:22px!important;margin-bottom:22px!important}.my-md-23px{margin-top:23px!important;margin-bottom:23px!important}.my-md-26px{margin-top:26px!important;margin-bottom:26px!important}.my-md-28px{margin-top:28px!important;margin-bottom:28px!important}.my-md-30px{margin-top:30px!important;margin-bottom:30px!important}.my-md-34px{margin-top:34px!important;margin-bottom:34px!important}.my-md-36px{margin-top:36px!important;margin-bottom:36px!important}.my-md-40px{margin-top:40px!important;margin-bottom:40px!important}.my-md-44px{margin-top:44px!important;margin-bottom:44px!important}.my-md-50px{margin-top:50px!important;margin-bottom:50px!important}.my-md-56px{margin-top:56px!important;margin-bottom:56px!important}.my-md-60px{margin-top:60px!important;margin-bottom:60px!important}.my-md-72px{margin-top:72px!important;margin-bottom:72px!important}.my-md-75px{margin-top:75px!important;margin-bottom:75px!important}.my-md-82px{margin-top:82px!important;margin-bottom:82px!important}.my-md-88px{margin-top:88px!important;margin-bottom:88px!important}.my-md-90px{margin-top:90px!important;margin-bottom:90px!important}.mt-md-auto{margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-2rem{margin-top:2rem!important}.mt-md-4rem{margin-top:4rem!important}.mt-md-5rem{margin-top:5rem!important}.mt-md-6rem{margin-top:6rem!important}.mt-md-7rem{margin-top:7rem!important}.mt-md-9rem{margin-top:9rem!important}.mt-md-15rem{margin-top:15rem!important}.mt-md-17rem{margin-top:17rem!important}.mt-md-1px{margin-top:1px!important}.mt-md-2px{margin-top:2px!important}.mt-md-3px{margin-top:3px!important}.mt-md-5px{margin-top:5px!important}.mt-md-6px{margin-top:6px!important}.mt-md-9px{margin-top:9px!important}.mt-md-10px{margin-top:10px!important}.mt-md-11px{margin-top:11px!important}.mt-md-12px{margin-top:12px!important}.mt-md-13px{margin-top:13px!important}.mt-md-14px{margin-top:14px!important}.mt-md-15px{margin-top:15px!important}.mt-md-18px{margin-top:18px!important}.mt-md-19px{margin-top:19px!important}.mt-md-20px{margin-top:20px!important}.mt-md-22px{margin-top:22px!important}.mt-md-23px{margin-top:23px!important}.mt-md-26px{margin-top:26px!important}.mt-md-28px{margin-top:28px!important}.mt-md-30px{margin-top:30px!important}.mt-md-34px{margin-top:34px!important}.mt-md-36px{margin-top:36px!important}.mt-md-40px{margin-top:40px!important}.mt-md-44px{margin-top:44px!important}.mt-md-50px{margin-top:50px!important}.mt-md-56px{margin-top:56px!important}.mt-md-60px{margin-top:60px!important}.mt-md-72px{margin-top:72px!important}.mt-md-75px{margin-top:75px!important}.mt-md-82px{margin-top:82px!important}.mt-md-88px{margin-top:88px!important}.mt-md-90px{margin-top:90px!important}.me-md-auto{margin-right:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-2rem{margin-right:2rem!important}.me-md-4rem{margin-right:4rem!important}.me-md-5rem{margin-right:5rem!important}.me-md-6rem{margin-right:6rem!important}.me-md-7rem{margin-right:7rem!important}.me-md-9rem{margin-right:9rem!important}.me-md-15rem{margin-right:15rem!important}.me-md-17rem{margin-right:17rem!important}.me-md-1px{margin-right:1px!important}.me-md-2px{margin-right:2px!important}.me-md-3px{margin-right:3px!important}.me-md-5px{margin-right:5px!important}.me-md-6px{margin-right:6px!important}.me-md-9px{margin-right:9px!important}.me-md-10px{margin-right:10px!important}.me-md-11px{margin-right:11px!important}.me-md-12px{margin-right:12px!important}.me-md-13px{margin-right:13px!important}.me-md-14px{margin-right:14px!important}.me-md-15px{margin-right:15px!important}.me-md-18px{margin-right:18px!important}.me-md-19px{margin-right:19px!important}.me-md-20px{margin-right:20px!important}.me-md-22px{margin-right:22px!important}.me-md-23px{margin-right:23px!important}.me-md-26px{margin-right:26px!important}.me-md-28px{margin-right:28px!important}.me-md-30px{margin-right:30px!important}.me-md-34px{margin-right:34px!important}.me-md-36px{margin-right:36px!important}.me-md-40px{margin-right:40px!important}.me-md-44px{margin-right:44px!important}.me-md-50px{margin-right:50px!important}.me-md-56px{margin-right:56px!important}.me-md-60px{margin-right:60px!important}.me-md-72px{margin-right:72px!important}.me-md-75px{margin-right:75px!important}.me-md-82px{margin-right:82px!important}.me-md-88px{margin-right:88px!important}.me-md-90px{margin-right:90px!important}.mb-md-auto{margin-bottom:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-2rem{margin-bottom:2rem!important}.mb-md-4rem{margin-bottom:4rem!important}.mb-md-5rem{margin-bottom:5rem!important}.mb-md-6rem{margin-bottom:6rem!important}.mb-md-7rem{margin-bottom:7rem!important}.mb-md-9rem{margin-bottom:9rem!important}.mb-md-15rem{margin-bottom:15rem!important}.mb-md-17rem{margin-bottom:17rem!important}.mb-md-1px{margin-bottom:1px!important}.mb-md-2px{margin-bottom:2px!important}.mb-md-3px{margin-bottom:3px!important}.mb-md-5px{margin-bottom:5px!important}.mb-md-6px{margin-bottom:6px!important}.mb-md-9px{margin-bottom:9px!important}.mb-md-10px{margin-bottom:10px!important}.mb-md-11px{margin-bottom:11px!important}.mb-md-12px{margin-bottom:12px!important}.mb-md-13px{margin-bottom:13px!important}.mb-md-14px{margin-bottom:14px!important}.mb-md-15px{margin-bottom:15px!important}.mb-md-18px{margin-bottom:18px!important}.mb-md-19px{margin-bottom:19px!important}.mb-md-20px{margin-bottom:20px!important}.mb-md-22px{margin-bottom:22px!important}.mb-md-23px{margin-bottom:23px!important}.mb-md-26px{margin-bottom:26px!important}.mb-md-28px{margin-bottom:28px!important}.mb-md-30px{margin-bottom:30px!important}.mb-md-34px{margin-bottom:34px!important}.mb-md-36px{margin-bottom:36px!important}.mb-md-40px{margin-bottom:40px!important}.mb-md-44px{margin-bottom:44px!important}.mb-md-50px{margin-bottom:50px!important}.mb-md-56px{margin-bottom:56px!important}.mb-md-60px{margin-bottom:60px!important}.mb-md-72px{margin-bottom:72px!important}.mb-md-75px{margin-bottom:75px!important}.mb-md-82px{margin-bottom:82px!important}.mb-md-88px{margin-bottom:88px!important}.mb-md-90px{margin-bottom:90px!important}.ms-md-auto{margin-left:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-2rem{margin-left:2rem!important}.ms-md-4rem{margin-left:4rem!important}.ms-md-5rem{margin-left:5rem!important}.ms-md-6rem{margin-left:6rem!important}.ms-md-7rem{margin-left:7rem!important}.ms-md-9rem{margin-left:9rem!important}.ms-md-15rem{margin-left:15rem!important}.ms-md-17rem{margin-left:17rem!important}.ms-md-1px{margin-left:1px!important}.ms-md-2px{margin-left:2px!important}.ms-md-3px{margin-left:3px!important}.ms-md-5px{margin-left:5px!important}.ms-md-6px{margin-left:6px!important}.ms-md-9px{margin-left:9px!important}.ms-md-10px{margin-left:10px!important}.ms-md-11px{margin-left:11px!important}.ms-md-12px{margin-left:12px!important}.ms-md-13px{margin-left:13px!important}.ms-md-14px{margin-left:14px!important}.ms-md-15px{margin-left:15px!important}.ms-md-18px{margin-left:18px!important}.ms-md-19px{margin-left:19px!important}.ms-md-20px{margin-left:20px!important}.ms-md-22px{margin-left:22px!important}.ms-md-23px{margin-left:23px!important}.ms-md-26px{margin-left:26px!important}.ms-md-28px{margin-left:28px!important}.ms-md-30px{margin-left:30px!important}.ms-md-34px{margin-left:34px!important}.ms-md-36px{margin-left:36px!important}.ms-md-40px{margin-left:40px!important}.ms-md-44px{margin-left:44px!important}.ms-md-50px{margin-left:50px!important}.ms-md-56px{margin-left:56px!important}.ms-md-60px{margin-left:60px!important}.ms-md-72px{margin-left:72px!important}.ms-md-75px{margin-left:75px!important}.ms-md-82px{margin-left:82px!important}.ms-md-88px{margin-left:88px!important}.ms-md-90px{margin-left:90px!important}.m-md-nauto{margin:-auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.m-md-n2rem{margin:-2rem!important}.m-md-n4rem{margin:-4rem!important}.m-md-n5rem{margin:-5rem!important}.m-md-n6rem{margin:-6rem!important}.m-md-n7rem{margin:-7rem!important}.m-md-n9rem{margin:-9rem!important}.m-md-n15rem{margin:-15rem!important}.m-md-n17rem{margin:-17rem!important}.m-md-n1px{margin:-1px!important}.m-md-n2px{margin:-2px!important}.m-md-n3px{margin:-3px!important}.m-md-n5px{margin:-5px!important}.m-md-n6px{margin:-6px!important}.m-md-n9px{margin:-9px!important}.m-md-n10px{margin:-10px!important}.m-md-n11px{margin:-11px!important}.m-md-n12px{margin:-12px!important}.m-md-n13px{margin:-13px!important}.m-md-n14px{margin:-14px!important}.m-md-n15px{margin:-15px!important}.m-md-n18px{margin:-18px!important}.m-md-n19px{margin:-19px!important}.m-md-n20px{margin:-20px!important}.m-md-n22px{margin:-22px!important}.m-md-n23px{margin:-23px!important}.m-md-n26px{margin:-26px!important}.m-md-n28px{margin:-28px!important}.m-md-n30px{margin:-30px!important}.m-md-n34px{margin:-34px!important}.m-md-n36px{margin:-36px!important}.m-md-n40px{margin:-40px!important}.m-md-n44px{margin:-44px!important}.m-md-n50px{margin:-50px!important}.m-md-n56px{margin:-56px!important}.m-md-n60px{margin:-60px!important}.m-md-n72px{margin:-72px!important}.m-md-n75px{margin:-75px!important}.m-md-n82px{margin:-82px!important}.m-md-n88px{margin:-88px!important}.m-md-n90px{margin:-90px!important}.mx-md-nauto{margin-right:-auto!important;margin-left:-auto!important}.mx-md-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-md-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-md-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-md-n2rem{margin-right:-2rem!important;margin-left:-2rem!important}.mx-md-n4rem{margin-right:-4rem!important;margin-left:-4rem!important}.mx-md-n5rem{margin-right:-5rem!important;margin-left:-5rem!important}.mx-md-n6rem{margin-right:-6rem!important;margin-left:-6rem!important}.mx-md-n7rem{margin-right:-7rem!important;margin-left:-7rem!important}.mx-md-n9rem{margin-right:-9rem!important;margin-left:-9rem!important}.mx-md-n15rem{margin-right:-15rem!important;margin-left:-15rem!important}.mx-md-n17rem{margin-right:-17rem!important;margin-left:-17rem!important}.mx-md-n1px{margin-right:-1px!important;margin-left:-1px!important}.mx-md-n2px{margin-right:-2px!important;margin-left:-2px!important}.mx-md-n3px{margin-right:-3px!important;margin-left:-3px!important}.mx-md-n5px{margin-right:-5px!important;margin-left:-5px!important}.mx-md-n6px{margin-right:-6px!important;margin-left:-6px!important}.mx-md-n9px{margin-right:-9px!important;margin-left:-9px!important}.mx-md-n10px{margin-right:-10px!important;margin-left:-10px!important}.mx-md-n11px{margin-right:-11px!important;margin-left:-11px!important}.mx-md-n12px{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n13px{margin-right:-13px!important;margin-left:-13px!important}.mx-md-n14px{margin-right:-14px!important;margin-left:-14px!important}.mx-md-n15px{margin-right:-15px!important;margin-left:-15px!important}.mx-md-n18px{margin-right:-18px!important;margin-left:-18px!important}.mx-md-n19px{margin-right:-19px!important;margin-left:-19px!important}.mx-md-n20px{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n22px{margin-right:-22px!important;margin-left:-22px!important}.mx-md-n23px{margin-right:-23px!important;margin-left:-23px!important}.mx-md-n26px{margin-right:-26px!important;margin-left:-26px!important}.mx-md-n28px{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n30px{margin-right:-30px!important;margin-left:-30px!important}.mx-md-n34px{margin-right:-34px!important;margin-left:-34px!important}.mx-md-n36px{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n40px{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n44px{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n50px{margin-right:-50px!important;margin-left:-50px!important}.mx-md-n56px{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n60px{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n72px{margin-right:-72px!important;margin-left:-72px!important}.mx-md-n75px{margin-right:-75px!important;margin-left:-75px!important}.mx-md-n82px{margin-right:-82px!important;margin-left:-82px!important}.mx-md-n88px{margin-right:-88px!important;margin-left:-88px!important}.mx-md-n90px{margin-right:-90px!important;margin-left:-90px!important}.my-md-nauto{margin-top:-auto!important;margin-bottom:-auto!important}.my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-md-n2rem{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-md-n4rem{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-md-n5rem{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-md-n6rem{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-md-n7rem{margin-top:-7rem!important;margin-bottom:-7rem!important}.my-md-n9rem{margin-top:-9rem!important;margin-bottom:-9rem!important}.my-md-n15rem{margin-top:-15rem!important;margin-bottom:-15rem!important}.my-md-n17rem{margin-top:-17rem!important;margin-bottom:-17rem!important}.my-md-n1px{margin-top:-1px!important;margin-bottom:-1px!important}.my-md-n2px{margin-top:-2px!important;margin-bottom:-2px!important}.my-md-n3px{margin-top:-3px!important;margin-bottom:-3px!important}.my-md-n5px{margin-top:-5px!important;margin-bottom:-5px!important}.my-md-n6px{margin-top:-6px!important;margin-bottom:-6px!important}.my-md-n9px{margin-top:-9px!important;margin-bottom:-9px!important}.my-md-n10px{margin-top:-10px!important;margin-bottom:-10px!important}.my-md-n11px{margin-top:-11px!important;margin-bottom:-11px!important}.my-md-n12px{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n13px{margin-top:-13px!important;margin-bottom:-13px!important}.my-md-n14px{margin-top:-14px!important;margin-bottom:-14px!important}.my-md-n15px{margin-top:-15px!important;margin-bottom:-15px!important}.my-md-n18px{margin-top:-18px!important;margin-bottom:-18px!important}.my-md-n19px{margin-top:-19px!important;margin-bottom:-19px!important}.my-md-n20px{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n22px{margin-top:-22px!important;margin-bottom:-22px!important}.my-md-n23px{margin-top:-23px!important;margin-bottom:-23px!important}.my-md-n26px{margin-top:-26px!important;margin-bottom:-26px!important}.my-md-n28px{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n30px{margin-top:-30px!important;margin-bottom:-30px!important}.my-md-n34px{margin-top:-34px!important;margin-bottom:-34px!important}.my-md-n36px{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n40px{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n44px{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n50px{margin-top:-50px!important;margin-bottom:-50px!important}.my-md-n56px{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n60px{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n72px{margin-top:-72px!important;margin-bottom:-72px!important}.my-md-n75px{margin-top:-75px!important;margin-bottom:-75px!important}.my-md-n82px{margin-top:-82px!important;margin-bottom:-82px!important}.my-md-n88px{margin-top:-88px!important;margin-bottom:-88px!important}.my-md-n90px{margin-top:-90px!important;margin-bottom:-90px!important}.mt-md-nauto{margin-top:-auto!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mt-md-n2rem{margin-top:-2rem!important}.mt-md-n4rem{margin-top:-4rem!important}.mt-md-n5rem{margin-top:-5rem!important}.mt-md-n6rem{margin-top:-6rem!important}.mt-md-n7rem{margin-top:-7rem!important}.mt-md-n9rem{margin-top:-9rem!important}.mt-md-n15rem{margin-top:-15rem!important}.mt-md-n17rem{margin-top:-17rem!important}.mt-md-n1px{margin-top:-1px!important}.mt-md-n2px{margin-top:-2px!important}.mt-md-n3px{margin-top:-3px!important}.mt-md-n5px{margin-top:-5px!important}.mt-md-n6px{margin-top:-6px!important}.mt-md-n9px{margin-top:-9px!important}.mt-md-n10px{margin-top:-10px!important}.mt-md-n11px{margin-top:-11px!important}.mt-md-n12px{margin-top:-12px!important}.mt-md-n13px{margin-top:-13px!important}.mt-md-n14px{margin-top:-14px!important}.mt-md-n15px{margin-top:-15px!important}.mt-md-n18px{margin-top:-18px!important}.mt-md-n19px{margin-top:-19px!important}.mt-md-n20px{margin-top:-20px!important}.mt-md-n22px{margin-top:-22px!important}.mt-md-n23px{margin-top:-23px!important}.mt-md-n26px{margin-top:-26px!important}.mt-md-n28px{margin-top:-28px!important}.mt-md-n30px{margin-top:-30px!important}.mt-md-n34px{margin-top:-34px!important}.mt-md-n36px{margin-top:-36px!important}.mt-md-n40px{margin-top:-40px!important}.mt-md-n44px{margin-top:-44px!important}.mt-md-n50px{margin-top:-50px!important}.mt-md-n56px{margin-top:-56px!important}.mt-md-n60px{margin-top:-60px!important}.mt-md-n72px{margin-top:-72px!important}.mt-md-n75px{margin-top:-75px!important}.mt-md-n82px{margin-top:-82px!important}.mt-md-n88px{margin-top:-88px!important}.mt-md-n90px{margin-top:-90px!important}.me-md-nauto{margin-right:-auto!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-3rem!important}.me-md-n2rem{margin-right:-2rem!important}.me-md-n4rem{margin-right:-4rem!important}.me-md-n5rem{margin-right:-5rem!important}.me-md-n6rem{margin-right:-6rem!important}.me-md-n7rem{margin-right:-7rem!important}.me-md-n9rem{margin-right:-9rem!important}.me-md-n15rem{margin-right:-15rem!important}.me-md-n17rem{margin-right:-17rem!important}.me-md-n1px{margin-right:-1px!important}.me-md-n2px{margin-right:-2px!important}.me-md-n3px{margin-right:-3px!important}.me-md-n5px{margin-right:-5px!important}.me-md-n6px{margin-right:-6px!important}.me-md-n9px{margin-right:-9px!important}.me-md-n10px{margin-right:-10px!important}.me-md-n11px{margin-right:-11px!important}.me-md-n12px{margin-right:-12px!important}.me-md-n13px{margin-right:-13px!important}.me-md-n14px{margin-right:-14px!important}.me-md-n15px{margin-right:-15px!important}.me-md-n18px{margin-right:-18px!important}.me-md-n19px{margin-right:-19px!important}.me-md-n20px{margin-right:-20px!important}.me-md-n22px{margin-right:-22px!important}.me-md-n23px{margin-right:-23px!important}.me-md-n26px{margin-right:-26px!important}.me-md-n28px{margin-right:-28px!important}.me-md-n30px{margin-right:-30px!important}.me-md-n34px{margin-right:-34px!important}.me-md-n36px{margin-right:-36px!important}.me-md-n40px{margin-right:-40px!important}.me-md-n44px{margin-right:-44px!important}.me-md-n50px{margin-right:-50px!important}.me-md-n56px{margin-right:-56px!important}.me-md-n60px{margin-right:-60px!important}.me-md-n72px{margin-right:-72px!important}.me-md-n75px{margin-right:-75px!important}.me-md-n82px{margin-right:-82px!important}.me-md-n88px{margin-right:-88px!important}.me-md-n90px{margin-right:-90px!important}.mb-md-nauto{margin-bottom:-auto!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.mb-md-n2rem{margin-bottom:-2rem!important}.mb-md-n4rem{margin-bottom:-4rem!important}.mb-md-n5rem{margin-bottom:-5rem!important}.mb-md-n6rem{margin-bottom:-6rem!important}.mb-md-n7rem{margin-bottom:-7rem!important}.mb-md-n9rem{margin-bottom:-9rem!important}.mb-md-n15rem{margin-bottom:-15rem!important}.mb-md-n17rem{margin-bottom:-17rem!important}.mb-md-n1px{margin-bottom:-1px!important}.mb-md-n2px{margin-bottom:-2px!important}.mb-md-n3px{margin-bottom:-3px!important}.mb-md-n5px{margin-bottom:-5px!important}.mb-md-n6px{margin-bottom:-6px!important}.mb-md-n9px{margin-bottom:-9px!important}.mb-md-n10px{margin-bottom:-10px!important}.mb-md-n11px{margin-bottom:-11px!important}.mb-md-n12px{margin-bottom:-12px!important}.mb-md-n13px{margin-bottom:-13px!important}.mb-md-n14px{margin-bottom:-14px!important}.mb-md-n15px{margin-bottom:-15px!important}.mb-md-n18px{margin-bottom:-18px!important}.mb-md-n19px{margin-bottom:-19px!important}.mb-md-n20px{margin-bottom:-20px!important}.mb-md-n22px{margin-bottom:-22px!important}.mb-md-n23px{margin-bottom:-23px!important}.mb-md-n26px{margin-bottom:-26px!important}.mb-md-n28px{margin-bottom:-28px!important}.mb-md-n30px{margin-bottom:-30px!important}.mb-md-n34px{margin-bottom:-34px!important}.mb-md-n36px{margin-bottom:-36px!important}.mb-md-n40px{margin-bottom:-40px!important}.mb-md-n44px{margin-bottom:-44px!important}.mb-md-n50px{margin-bottom:-50px!important}.mb-md-n56px{margin-bottom:-56px!important}.mb-md-n60px{margin-bottom:-60px!important}.mb-md-n72px{margin-bottom:-72px!important}.mb-md-n75px{margin-bottom:-75px!important}.mb-md-n82px{margin-bottom:-82px!important}.mb-md-n88px{margin-bottom:-88px!important}.mb-md-n90px{margin-bottom:-90px!important}.ms-md-nauto{margin-left:-auto!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-3rem!important}.ms-md-n2rem{margin-left:-2rem!important}.ms-md-n4rem{margin-left:-4rem!important}.ms-md-n5rem{margin-left:-5rem!important}.ms-md-n6rem{margin-left:-6rem!important}.ms-md-n7rem{margin-left:-7rem!important}.ms-md-n9rem{margin-left:-9rem!important}.ms-md-n15rem{margin-left:-15rem!important}.ms-md-n17rem{margin-left:-17rem!important}.ms-md-n1px{margin-left:-1px!important}.ms-md-n2px{margin-left:-2px!important}.ms-md-n3px{margin-left:-3px!important}.ms-md-n5px{margin-left:-5px!important}.ms-md-n6px{margin-left:-6px!important}.ms-md-n9px{margin-left:-9px!important}.ms-md-n10px{margin-left:-10px!important}.ms-md-n11px{margin-left:-11px!important}.ms-md-n12px{margin-left:-12px!important}.ms-md-n13px{margin-left:-13px!important}.ms-md-n14px{margin-left:-14px!important}.ms-md-n15px{margin-left:-15px!important}.ms-md-n18px{margin-left:-18px!important}.ms-md-n19px{margin-left:-19px!important}.ms-md-n20px{margin-left:-20px!important}.ms-md-n22px{margin-left:-22px!important}.ms-md-n23px{margin-left:-23px!important}.ms-md-n26px{margin-left:-26px!important}.ms-md-n28px{margin-left:-28px!important}.ms-md-n30px{margin-left:-30px!important}.ms-md-n34px{margin-left:-34px!important}.ms-md-n36px{margin-left:-36px!important}.ms-md-n40px{margin-left:-40px!important}.ms-md-n44px{margin-left:-44px!important}.ms-md-n50px{margin-left:-50px!important}.ms-md-n56px{margin-left:-56px!important}.ms-md-n60px{margin-left:-60px!important}.ms-md-n72px{margin-left:-72px!important}.ms-md-n75px{margin-left:-75px!important}.ms-md-n82px{margin-left:-82px!important}.ms-md-n88px{margin-left:-88px!important}.ms-md-n90px{margin-left:-90px!important}.p-md-auto{padding:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-2rem{padding:2rem!important}.p-md-4rem{padding:4rem!important}.p-md-5rem{padding:5rem!important}.p-md-6rem{padding:6rem!important}.p-md-7rem{padding:7rem!important}.p-md-9rem{padding:9rem!important}.p-md-15rem{padding:15rem!important}.p-md-17rem{padding:17rem!important}.p-md-1px{padding:1px!important}.p-md-2px{padding:2px!important}.p-md-3px{padding:3px!important}.p-md-5px{padding:5px!important}.p-md-6px{padding:6px!important}.p-md-9px{padding:9px!important}.p-md-10px{padding:10px!important}.p-md-11px{padding:11px!important}.p-md-12px{padding:12px!important}.p-md-13px{padding:13px!important}.p-md-14px{padding:14px!important}.p-md-15px{padding:15px!important}.p-md-18px{padding:18px!important}.p-md-19px{padding:19px!important}.p-md-20px{padding:20px!important}.p-md-22px{padding:22px!important}.p-md-23px{padding:23px!important}.p-md-26px{padding:26px!important}.p-md-28px{padding:28px!important}.p-md-30px{padding:30px!important}.p-md-34px{padding:34px!important}.p-md-36px{padding:36px!important}.p-md-40px{padding:40px!important}.p-md-44px{padding:44px!important}.p-md-50px{padding:50px!important}.p-md-56px{padding:56px!important}.p-md-60px{padding:60px!important}.p-md-72px{padding:72px!important}.p-md-75px{padding:75px!important}.p-md-82px{padding:82px!important}.p-md-88px{padding:88px!important}.p-md-90px{padding:90px!important}.px-md-auto{padding-right:auto!important;padding-left:auto!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.px-md-2rem{padding-right:2rem!important;padding-left:2rem!important}.px-md-4rem{padding-right:4rem!important;padding-left:4rem!important}.px-md-5rem{padding-right:5rem!important;padding-left:5rem!important}.px-md-6rem{padding-right:6rem!important;padding-left:6rem!important}.px-md-7rem{padding-right:7rem!important;padding-left:7rem!important}.px-md-9rem{padding-right:9rem!important;padding-left:9rem!important}.px-md-15rem{padding-right:15rem!important;padding-left:15rem!important}.px-md-17rem{padding-right:17rem!important;padding-left:17rem!important}.px-md-1px{padding-right:1px!important;padding-left:1px!important}.px-md-2px{padding-right:2px!important;padding-left:2px!important}.px-md-3px{padding-right:3px!important;padding-left:3px!important}.px-md-5px{padding-right:5px!important;padding-left:5px!important}.px-md-6px{padding-right:6px!important;padding-left:6px!important}.px-md-9px{padding-right:9px!important;padding-left:9px!important}.px-md-10px{padding-right:10px!important;padding-left:10px!important}.px-md-11px{padding-right:11px!important;padding-left:11px!important}.px-md-12px{padding-right:12px!important;padding-left:12px!important}.px-md-13px{padding-right:13px!important;padding-left:13px!important}.px-md-14px{padding-right:14px!important;padding-left:14px!important}.px-md-15px{padding-right:15px!important;padding-left:15px!important}.px-md-18px{padding-right:18px!important;padding-left:18px!important}.px-md-19px{padding-right:19px!important;padding-left:19px!important}.px-md-20px{padding-right:20px!important;padding-left:20px!important}.px-md-22px{padding-right:22px!important;padding-left:22px!important}.px-md-23px{padding-right:23px!important;padding-left:23px!important}.px-md-26px{padding-right:26px!important;padding-left:26px!important}.px-md-28px{padding-right:28px!important;padding-left:28px!important}.px-md-30px{padding-right:30px!important;padding-left:30px!important}.px-md-34px{padding-right:34px!important;padding-left:34px!important}.px-md-36px{padding-right:36px!important;padding-left:36px!important}.px-md-40px{padding-right:40px!important;padding-left:40px!important}.px-md-44px{padding-right:44px!important;padding-left:44px!important}.px-md-50px{padding-right:50px!important;padding-left:50px!important}.px-md-56px{padding-right:56px!important;padding-left:56px!important}.px-md-60px{padding-right:60px!important;padding-left:60px!important}.px-md-72px{padding-right:72px!important;padding-left:72px!important}.px-md-75px{padding-right:75px!important;padding-left:75px!important}.px-md-82px{padding-right:82px!important;padding-left:82px!important}.px-md-88px{padding-right:88px!important;padding-left:88px!important}.px-md-90px{padding-right:90px!important;padding-left:90px!important}.py-md-auto{padding-top:auto!important;padding-bottom:auto!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.py-md-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.py-md-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.py-md-7rem{padding-top:7rem!important;padding-bottom:7rem!important}.py-md-9rem{padding-top:9rem!important;padding-bottom:9rem!important}.py-md-15rem{padding-top:15rem!important;padding-bottom:15rem!important}.py-md-17rem{padding-top:17rem!important;padding-bottom:17rem!important}.py-md-1px{padding-top:1px!important;padding-bottom:1px!important}.py-md-2px{padding-top:2px!important;padding-bottom:2px!important}.py-md-3px{padding-top:3px!important;padding-bottom:3px!important}.py-md-5px{padding-top:5px!important;padding-bottom:5px!important}.py-md-6px{padding-top:6px!important;padding-bottom:6px!important}.py-md-9px{padding-top:9px!important;padding-bottom:9px!important}.py-md-10px{padding-top:10px!important;padding-bottom:10px!important}.py-md-11px{padding-top:11px!important;padding-bottom:11px!important}.py-md-12px{padding-top:12px!important;padding-bottom:12px!important}.py-md-13px{padding-top:13px!important;padding-bottom:13px!important}.py-md-14px{padding-top:14px!important;padding-bottom:14px!important}.py-md-15px{padding-top:15px!important;padding-bottom:15px!important}.py-md-18px{padding-top:18px!important;padding-bottom:18px!important}.py-md-19px{padding-top:19px!important;padding-bottom:19px!important}.py-md-20px{padding-top:20px!important;padding-bottom:20px!important}.py-md-22px{padding-top:22px!important;padding-bottom:22px!important}.py-md-23px{padding-top:23px!important;padding-bottom:23px!important}.py-md-26px{padding-top:26px!important;padding-bottom:26px!important}.py-md-28px{padding-top:28px!important;padding-bottom:28px!important}.py-md-30px{padding-top:30px!important;padding-bottom:30px!important}.py-md-34px{padding-top:34px!important;padding-bottom:34px!important}.py-md-36px{padding-top:36px!important;padding-bottom:36px!important}.py-md-40px{padding-top:40px!important;padding-bottom:40px!important}.py-md-44px{padding-top:44px!important;padding-bottom:44px!important}.py-md-50px{padding-top:50px!important;padding-bottom:50px!important}.py-md-56px{padding-top:56px!important;padding-bottom:56px!important}.py-md-60px{padding-top:60px!important;padding-bottom:60px!important}.py-md-72px{padding-top:72px!important;padding-bottom:72px!important}.py-md-75px{padding-top:75px!important;padding-bottom:75px!important}.py-md-82px{padding-top:82px!important;padding-bottom:82px!important}.py-md-88px{padding-top:88px!important;padding-bottom:88px!important}.py-md-90px{padding-top:90px!important;padding-bottom:90px!important}.pt-md-auto{padding-top:auto!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-2rem{padding-top:2rem!important}.pt-md-4rem{padding-top:4rem!important}.pt-md-5rem{padding-top:5rem!important}.pt-md-6rem{padding-top:6rem!important}.pt-md-7rem{padding-top:7rem!important}.pt-md-9rem{padding-top:9rem!important}.pt-md-15rem{padding-top:15rem!important}.pt-md-17rem{padding-top:17rem!important}.pt-md-1px{padding-top:1px!important}.pt-md-2px{padding-top:2px!important}.pt-md-3px{padding-top:3px!important}.pt-md-5px{padding-top:5px!important}.pt-md-6px{padding-top:6px!important}.pt-md-9px{padding-top:9px!important}.pt-md-10px{padding-top:10px!important}.pt-md-11px{padding-top:11px!important}.pt-md-12px{padding-top:12px!important}.pt-md-13px{padding-top:13px!important}.pt-md-14px{padding-top:14px!important}.pt-md-15px{padding-top:15px!important}.pt-md-18px{padding-top:18px!important}.pt-md-19px{padding-top:19px!important}.pt-md-20px{padding-top:20px!important}.pt-md-22px{padding-top:22px!important}.pt-md-23px{padding-top:23px!important}.pt-md-26px{padding-top:26px!important}.pt-md-28px{padding-top:28px!important}.pt-md-30px{padding-top:30px!important}.pt-md-34px{padding-top:34px!important}.pt-md-36px{padding-top:36px!important}.pt-md-40px{padding-top:40px!important}.pt-md-44px{padding-top:44px!important}.pt-md-50px{padding-top:50px!important}.pt-md-56px{padding-top:56px!important}.pt-md-60px{padding-top:60px!important}.pt-md-72px{padding-top:72px!important}.pt-md-75px{padding-top:75px!important}.pt-md-82px{padding-top:82px!important}.pt-md-88px{padding-top:88px!important}.pt-md-90px{padding-top:90px!important}.pe-md-auto{padding-right:auto!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-2rem{padding-right:2rem!important}.pe-md-4rem{padding-right:4rem!important}.pe-md-5rem{padding-right:5rem!important}.pe-md-6rem{padding-right:6rem!important}.pe-md-7rem{padding-right:7rem!important}.pe-md-9rem{padding-right:9rem!important}.pe-md-15rem{padding-right:15rem!important}.pe-md-17rem{padding-right:17rem!important}.pe-md-1px{padding-right:1px!important}.pe-md-2px{padding-right:2px!important}.pe-md-3px{padding-right:3px!important}.pe-md-5px{padding-right:5px!important}.pe-md-6px{padding-right:6px!important}.pe-md-9px{padding-right:9px!important}.pe-md-10px{padding-right:10px!important}.pe-md-11px{padding-right:11px!important}.pe-md-12px{padding-right:12px!important}.pe-md-13px{padding-right:13px!important}.pe-md-14px{padding-right:14px!important}.pe-md-15px{padding-right:15px!important}.pe-md-18px{padding-right:18px!important}.pe-md-19px{padding-right:19px!important}.pe-md-20px{padding-right:20px!important}.pe-md-22px{padding-right:22px!important}.pe-md-23px{padding-right:23px!important}.pe-md-26px{padding-right:26px!important}.pe-md-28px{padding-right:28px!important}.pe-md-30px{padding-right:30px!important}.pe-md-34px{padding-right:34px!important}.pe-md-36px{padding-right:36px!important}.pe-md-40px{padding-right:40px!important}.pe-md-44px{padding-right:44px!important}.pe-md-50px{padding-right:50px!important}.pe-md-56px{padding-right:56px!important}.pe-md-60px{padding-right:60px!important}.pe-md-72px{padding-right:72px!important}.pe-md-75px{padding-right:75px!important}.pe-md-82px{padding-right:82px!important}.pe-md-88px{padding-right:88px!important}.pe-md-90px{padding-right:90px!important}.pb-md-auto{padding-bottom:auto!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-2rem{padding-bottom:2rem!important}.pb-md-4rem{padding-bottom:4rem!important}.pb-md-5rem{padding-bottom:5rem!important}.pb-md-6rem{padding-bottom:6rem!important}.pb-md-7rem{padding-bottom:7rem!important}.pb-md-9rem{padding-bottom:9rem!important}.pb-md-15rem{padding-bottom:15rem!important}.pb-md-17rem{padding-bottom:17rem!important}.pb-md-1px{padding-bottom:1px!important}.pb-md-2px{padding-bottom:2px!important}.pb-md-3px{padding-bottom:3px!important}.pb-md-5px{padding-bottom:5px!important}.pb-md-6px{padding-bottom:6px!important}.pb-md-9px{padding-bottom:9px!important}.pb-md-10px{padding-bottom:10px!important}.pb-md-11px{padding-bottom:11px!important}.pb-md-12px{padding-bottom:12px!important}.pb-md-13px{padding-bottom:13px!important}.pb-md-14px{padding-bottom:14px!important}.pb-md-15px{padding-bottom:15px!important}.pb-md-18px{padding-bottom:18px!important}.pb-md-19px{padding-bottom:19px!important}.pb-md-20px{padding-bottom:20px!important}.pb-md-22px{padding-bottom:22px!important}.pb-md-23px{padding-bottom:23px!important}.pb-md-26px{padding-bottom:26px!important}.pb-md-28px{padding-bottom:28px!important}.pb-md-30px{padding-bottom:30px!important}.pb-md-34px{padding-bottom:34px!important}.pb-md-36px{padding-bottom:36px!important}.pb-md-40px{padding-bottom:40px!important}.pb-md-44px{padding-bottom:44px!important}.pb-md-50px{padding-bottom:50px!important}.pb-md-56px{padding-bottom:56px!important}.pb-md-60px{padding-bottom:60px!important}.pb-md-72px{padding-bottom:72px!important}.pb-md-75px{padding-bottom:75px!important}.pb-md-82px{padding-bottom:82px!important}.pb-md-88px{padding-bottom:88px!important}.pb-md-90px{padding-bottom:90px!important}.ps-md-auto{padding-left:auto!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-2rem{padding-left:2rem!important}.ps-md-4rem{padding-left:4rem!important}.ps-md-5rem{padding-left:5rem!important}.ps-md-6rem{padding-left:6rem!important}.ps-md-7rem{padding-left:7rem!important}.ps-md-9rem{padding-left:9rem!important}.ps-md-15rem{padding-left:15rem!important}.ps-md-17rem{padding-left:17rem!important}.ps-md-1px{padding-left:1px!important}.ps-md-2px{padding-left:2px!important}.ps-md-3px{padding-left:3px!important}.ps-md-5px{padding-left:5px!important}.ps-md-6px{padding-left:6px!important}.ps-md-9px{padding-left:9px!important}.ps-md-10px{padding-left:10px!important}.ps-md-11px{padding-left:11px!important}.ps-md-12px{padding-left:12px!important}.ps-md-13px{padding-left:13px!important}.ps-md-14px{padding-left:14px!important}.ps-md-15px{padding-left:15px!important}.ps-md-18px{padding-left:18px!important}.ps-md-19px{padding-left:19px!important}.ps-md-20px{padding-left:20px!important}.ps-md-22px{padding-left:22px!important}.ps-md-23px{padding-left:23px!important}.ps-md-26px{padding-left:26px!important}.ps-md-28px{padding-left:28px!important}.ps-md-30px{padding-left:30px!important}.ps-md-34px{padding-left:34px!important}.ps-md-36px{padding-left:36px!important}.ps-md-40px{padding-left:40px!important}.ps-md-44px{padding-left:44px!important}.ps-md-50px{padding-left:50px!important}.ps-md-56px{padding-left:56px!important}.ps-md-60px{padding-left:60px!important}.ps-md-72px{padding-left:72px!important}.ps-md-75px{padding-left:75px!important}.ps-md-82px{padding-left:82px!important}.ps-md-88px{padding-left:88px!important}.ps-md-90px{padding-left:90px!important}.fs-md-1{font-size:calc(1.425rem + 2.1vw)!important}.fs-md-2{font-size:calc(1.375rem + 1.5vw)!important}.fs-md-3{font-size:calc(1.325rem + .9vw)!important}.fs-md-4{font-size:calc(1.275rem + .3vw)!important}.fs-md-5{font-size:1.125rem!important}.fs-md-6{font-size:1rem!important}.fs-md-7{font-size:.875rem!important}.fs-md-8{font-size:.75rem!important}.fs-md-9{font-size:.5rem!important}.fs-md-200{font-size:calc(2.375rem + 13.5vw)!important}.fs-md-140{font-size:calc(2rem + 9vw)!important}.fs-md-100{font-size:calc(1.75rem + 6vw)!important}.fs-md-90{font-size:calc(1.6875rem + 5.25vw)!important}.fs-md-80{font-size:calc(1.625rem + 4.5vw)!important}.fs-md-70{font-size:calc(1.5625rem + 3.75vw)!important}.fs-md-60{font-size:calc(1.5rem + 3vw)!important}.fs-md-56{font-size:calc(1.475rem + 2.7vw)!important}.fs-md-36{font-size:calc(1.35rem + 1.2vw)!important}.fs-md-34{font-size:calc(1.3375rem + 1.05vw)!important}.fs-md-28{font-size:calc(1.3rem + .6vw)!important}.fs-md-30{font-size:calc(1.3125rem + .75vw)!important}.fs-md-22{font-size:calc(1.2625rem + .15vw)!important}.fs-md-20{font-size:1.25rem!important}.fs-md-17{font-size:1.0625rem!important}.fs-md-12{font-size:.75rem!important}.fs-md-11{font-size:.6875rem!important}.fs-md-10{font-size:.625rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.text-md-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-md-primary-50{--bs-text-opacity:1;color:rgba(var(--bs-primary-50-rgb),var(--bs-text-opacity))!important}.text-md-primary-100{--bs-text-opacity:1;color:rgba(var(--bs-primary-100-rgb),var(--bs-text-opacity))!important}.text-md-primary-light{--bs-text-opacity:1;color:rgba(var(--bs-primary-light-rgb),var(--bs-text-opacity))!important}.text-md-primary-dark{--bs-text-opacity:1;color:rgba(var(--bs-primary-dark-rgb),var(--bs-text-opacity))!important}.text-md-primary-stroke{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-rgb),var(--bs-text-opacity))!important}.text-md-primary-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-text-opacity))!important}.text-md-primary-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-text-opacity))!important}.text-md-profile{--bs-text-opacity:1;color:rgba(var(--bs-profile-rgb),var(--bs-text-opacity))!important}.text-md-profile-stroke{--bs-text-opacity:1;color:rgba(var(--bs-profile-stroke-rgb),var(--bs-text-opacity))!important}.text-md-profile-block{--bs-text-opacity:1;color:rgba(var(--bs-profile-block-rgb),var(--bs-text-opacity))!important}.text-md-profile-text{--bs-text-opacity:1;color:rgba(var(--bs-profile-text-rgb),var(--bs-text-opacity))!important}.text-md-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-md-secondary-50{--bs-text-opacity:1;color:rgba(var(--bs-secondary-50-rgb),var(--bs-text-opacity))!important}.text-md-secondary-100{--bs-text-opacity:1;color:rgba(var(--bs-secondary-100-rgb),var(--bs-text-opacity))!important}.text-md-secondary-light{--bs-text-opacity:1;color:rgba(var(--bs-secondary-light-rgb),var(--bs-text-opacity))!important}.text-md-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-md-success-light{--bs-text-opacity:1;color:rgba(var(--bs-success-light-rgb),var(--bs-text-opacity))!important}.text-md-success-bullet{--bs-text-opacity:1;color:rgba(var(--bs-success-bullet-rgb),var(--bs-text-opacity))!important}.text-md-success-lighter{--bs-text-opacity:1;color:rgba(var(--bs-success-lighter-rgb),var(--bs-text-opacity))!important}.text-md-success-dark{--bs-text-opacity:1;color:rgba(var(--bs-success-dark-rgb),var(--bs-text-opacity))!important}.text-md-success-darken{--bs-text-opacity:1;color:rgba(var(--bs-success-darken-rgb),var(--bs-text-opacity))!important}.text-md-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-md-info-50{--bs-text-opacity:1;color:rgba(var(--bs-info-50-rgb),var(--bs-text-opacity))!important}.text-md-info-100{--bs-text-opacity:1;color:rgba(var(--bs-info-100-rgb),var(--bs-text-opacity))!important}.text-md-info-300{--bs-text-opacity:1;color:rgba(var(--bs-info-300-rgb),var(--bs-text-opacity))!important}.text-md-info-stroke{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-rgb),var(--bs-text-opacity))!important}.text-md-info-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-text-opacity))!important}.text-md-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-md-warning-50{--bs-text-opacity:1;color:rgba(var(--bs-warning-50-rgb),var(--bs-text-opacity))!important}.text-md-warning-100{--bs-text-opacity:1;color:rgba(var(--bs-warning-100-rgb),var(--bs-text-opacity))!important}.text-md-warning-title{--bs-text-opacity:1;color:rgba(var(--bs-warning-title-rgb),var(--bs-text-opacity))!important}.text-md-warning-light{--bs-text-opacity:1;color:rgba(var(--bs-warning-light-rgb),var(--bs-text-opacity))!important}.text-md-warning-bg{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-rgb),var(--bs-text-opacity))!important}.text-md-warning-bg-1{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-text-opacity))!important}.text-md-warning-bg-2{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-text-opacity))!important}.text-md-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-md-danger-50{--bs-text-opacity:1;color:rgba(var(--bs-danger-50-rgb),var(--bs-text-opacity))!important}.text-md-danger-light{--bs-text-opacity:1;color:rgba(var(--bs-danger-light-rgb),var(--bs-text-opacity))!important}.text-md-danger-dark{--bs-text-opacity:1;color:rgba(var(--bs-danger-dark-rgb),var(--bs-text-opacity))!important}.text-md-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-md-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-md-dark-50{--bs-text-opacity:1;color:rgba(var(--bs-dark-50-rgb),var(--bs-text-opacity))!important}.text-md-dark-100{--bs-text-opacity:1;color:rgba(var(--bs-dark-100-rgb),var(--bs-text-opacity))!important}.text-md-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important}.text-md-purple{--bs-text-opacity:1;color:rgba(var(--bs-purple-rgb),var(--bs-text-opacity))!important}.text-md-purple-light{--bs-text-opacity:1;color:rgba(var(--bs-purple-light-rgb),var(--bs-text-opacity))!important}.text-md-body-1{--bs-text-opacity:1;color:rgba(var(--bs-body-1-rgb),var(--bs-text-opacity))!important}.text-md-body-2{--bs-text-opacity:1;color:rgba(var(--bs-body-2-rgb),var(--bs-text-opacity))!important}.text-md-gray-body{--bs-text-opacity:1;color:rgba(var(--bs-gray-body-rgb),var(--bs-text-opacity))!important}.text-md-gray-border{--bs-text-opacity:1;color:rgba(var(--bs-gray-border-rgb),var(--bs-text-opacity))!important}.text-md-gray-50{--bs-text-opacity:1;color:rgba(var(--bs-gray-50-rgb),var(--bs-text-opacity))!important}.text-md-gray-100{--bs-text-opacity:1;color:rgba(var(--bs-gray-100-rgb),var(--bs-text-opacity))!important}.text-md-gray-200{--bs-text-opacity:1;color:rgba(var(--bs-gray-200-rgb),var(--bs-text-opacity))!important}.text-md-gray-300{--bs-text-opacity:1;color:rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important}.text-md-gray-400{--bs-text-opacity:1;color:rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity))!important}.text-md-gray-500{--bs-text-opacity:1;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-md-gray-600{--bs-text-opacity:1;color:rgba(var(--bs-gray-600-rgb),var(--bs-text-opacity))!important}.text-md-gray-700{--bs-text-opacity:1;color:rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity))!important}.text-md-gray-800{--bs-text-opacity:1;color:rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important}.text-md-gray-900{--bs-text-opacity:1;color:rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important}.text-md-gray-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-text-opacity))!important}.text-md-transparent{--bs-text-opacity:1;color:rgba(var(--bs-transparent-rgb),var(--bs-text-opacity))!important}.text-md-purple-600{--bs-text-opacity:1;color:rgba(var(--bs-purple-600-rgb),var(--bs-text-opacity))!important}.text-md-light-100{--bs-text-opacity:1;color:rgba(var(--bs-light-100-rgb),var(--bs-text-opacity))!important}.text-md-blue-300{--bs-text-opacity:1;color:rgba(var(--bs-blue-300-rgb),var(--bs-text-opacity))!important}.text-md-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-md-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-md-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-md-muted{--bs-text-opacity:1;color:#8a8a8e!important}.text-md-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-md-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-md-reset{--bs-text-opacity:1;color:inherit!important}.bg-md-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-md-primary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-50-rgb),var(--bs-bg-opacity))!important}.bg-md-primary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-100-rgb),var(--bs-bg-opacity))!important}.bg-md-primary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-light-rgb),var(--bs-bg-opacity))!important}.bg-md-primary-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-dark-rgb),var(--bs-bg-opacity))!important}.bg-md-primary-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-rgb),var(--bs-bg-opacity))!important}.bg-md-primary-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-md-primary-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-md-profile{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-rgb),var(--bs-bg-opacity))!important}.bg-md-profile-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-stroke-rgb),var(--bs-bg-opacity))!important}.bg-md-profile-block{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-block-rgb),var(--bs-bg-opacity))!important}.bg-md-profile-text{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-text-rgb),var(--bs-bg-opacity))!important}.bg-md-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-md-secondary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-50-rgb),var(--bs-bg-opacity))!important}.bg-md-secondary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-100-rgb),var(--bs-bg-opacity))!important}.bg-md-secondary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-light-rgb),var(--bs-bg-opacity))!important}.bg-md-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-md-success-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-light-rgb),var(--bs-bg-opacity))!important}.bg-md-success-bullet{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-bullet-rgb),var(--bs-bg-opacity))!important}.bg-md-success-lighter{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-lighter-rgb),var(--bs-bg-opacity))!important}.bg-md-success-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-dark-rgb),var(--bs-bg-opacity))!important}.bg-md-success-darken{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-darken-rgb),var(--bs-bg-opacity))!important}.bg-md-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-md-info-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-50-rgb),var(--bs-bg-opacity))!important}.bg-md-info-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-100-rgb),var(--bs-bg-opacity))!important}.bg-md-info-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-300-rgb),var(--bs-bg-opacity))!important}.bg-md-info-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-rgb),var(--bs-bg-opacity))!important}.bg-md-info-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-md-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-md-warning-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-50-rgb),var(--bs-bg-opacity))!important}.bg-md-warning-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-100-rgb),var(--bs-bg-opacity))!important}.bg-md-warning-title{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-title-rgb),var(--bs-bg-opacity))!important}.bg-md-warning-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-light-rgb),var(--bs-bg-opacity))!important}.bg-md-warning-bg{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-rgb),var(--bs-bg-opacity))!important}.bg-md-warning-bg-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-bg-opacity))!important}.bg-md-warning-bg-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-bg-opacity))!important}.bg-md-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-md-danger-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-50-rgb),var(--bs-bg-opacity))!important}.bg-md-danger-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-light-rgb),var(--bs-bg-opacity))!important}.bg-md-danger-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-dark-rgb),var(--bs-bg-opacity))!important}.bg-md-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-md-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-md-dark-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-50-rgb),var(--bs-bg-opacity))!important}.bg-md-dark-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-100-rgb),var(--bs-bg-opacity))!important}.bg-md-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity))!important}.bg-md-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity))!important}.bg-md-purple-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-light-rgb),var(--bs-bg-opacity))!important}.bg-md-body-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-1-rgb),var(--bs-bg-opacity))!important}.bg-md-body-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-2-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-body-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-border{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-border-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-50-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-100-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-200{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-400{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-400-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-500{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-700{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-700-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-800{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-900{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-900-rgb),var(--bs-bg-opacity))!important}.bg-md-gray-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-md-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-md-purple-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-600-rgb),var(--bs-bg-opacity))!important}.bg-md-light-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-100-rgb),var(--bs-bg-opacity))!important}.bg-md-blue-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-300-rgb),var(--bs-bg-opacity))!important}.bg-md-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-md-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-md-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.rounded-md{border-radius:.375rem!important}.rounded-md-0{border-radius:0!important}.rounded-md-1{border-radius:.25rem!important}.rounded-md-2{border-radius:.375rem!important}.rounded-md-3{border-radius:.625rem!important}.rounded-md-4{border-radius:1.25rem!important}.rounded-md-5{border-radius:2rem!important}.rounded-md-24px{border-radius:24px!important}.rounded-md-12px{border-radius:12px!important}.rounded-md-rem{border-radius:1rem!important}.rounded-md-circle{border-radius:50%!important}.rounded-md-pill{border-radius:50rem!important}.rounded-top-md{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-md-0{border-top-right-radius:0!important;border-top-left-radius:0!important}.rounded-top-md-1{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-top-md-2{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-md-3{border-top-right-radius:.625rem!important;border-top-left-radius:.625rem!important}.rounded-top-md-4{border-top-right-radius:1.25rem!important;border-top-left-radius:1.25rem!important}.rounded-top-md-5{border-top-right-radius:2rem!important;border-top-left-radius:2rem!important}.rounded-top-md-rem{border-top-right-radius:1rem!important;border-top-left-radius:1rem!important}.rounded-top-md-circle{border-top-right-radius:50%!important;border-top-left-radius:50%!important}.rounded-top-md-pill{border-top-right-radius:50rem!important;border-top-left-radius:50rem!important}.cursor-md-pointer{cursor:pointer!important}.cursor-md-none{cursor:none!important}.cursor-md-nallowed{cursor:not-allowed!important}.cursor-md-copy{cursor:copy!important}.minw-md-100{min-width:100%!important}.minw-md-80{min-width:80%!important}.minw-md-50vh{min-width:50vh!important}.minw-md-70px{min-width:70px!important}.minw-md-115px{min-width:115px!important}.minw-md-150px{min-width:150px!important}.minw-md-170px{min-width:170px!important}.minw-md-270px{min-width:270px!important}.z-md-n1{z-index:-1!important}.z-md-0{z-index:0!important}.z-md-1{z-index:1!important}.z-md-2{z-index:10!important}.z-md-3{z-index:100!important}.z-md-header{z-index:102!important}.ob-md-fill{object-fit:fill!important}.ob-md-contain{object-fit:contain!important}.ob-md-cover{object-fit:cover!important}.ob-md-scale-down{object-fit:scale-down!important}.ob-md-none{object-fit:none!important}.ob-md-initial{object-fit:fill!important}.ob-md-inherit{object-fit:inherit!important}.ls-md-0{letter-spacing:0!important}.ls-md-1{letter-spacing:1px!important}.ls-md-2{letter-spacing:2px!important}.overflow-x-md-auto{overflow-x:auto!important}.overflow-x-md-hidden{overflow-x:hidden!important}.overflow-x-md-visible{overflow-x:visible!important}.overflow-x-md-scroll{overflow-x:scroll!important}.overflow-y-md-auto{overflow-y:auto!important}.overflow-y-md-hidden{overflow-y:hidden!important}.overflow-y-md-visible{overflow-y:visible!important}.overflow-y-md-scroll{overflow-y:scroll!important}.line-limit-md-1{-webkit-line-clamp:1!important}.line-limit-md-2{-webkit-line-clamp:2!important}.line-limit-md-3{-webkit-line-clamp:3!important}.line-limit-md-4{-webkit-line-clamp:4!important}.bg-image-md-half-gray-200{background-image:linear-gradient(0deg,#f0f3fb 0 50%,#fff 50% 100%)!important}.bg-image-md-half-gray-100{background-image:linear-gradient(180deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-md-half-gray-100-top{background-image:linear-gradient(0deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-md-half-warning-light{background-image:linear-gradient(180deg,transparent 0 50%,#f7efe9 50% 100%)!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.overflow-lg-auto{overflow:auto!important}.overflow-lg-hidden{overflow:hidden!important}.overflow-lg-visible{overflow:visible!important}.overflow-lg-scroll{overflow:scroll!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.shadow-lg{box-shadow:0 0 10px 0 rgba(0,0,0,.25)!important}.shadow-lg-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-lg-image{box-shadow:0 0 4px .5px rgba(0,0,0,.251)!important}.shadow-lg-menu{box-shadow:0 30px 20px -20px rgba(0,0,0,.149)!important}.shadow-lg-search{box-shadow:0 20px 25px -4px rgba(51,146,229,.102)!important}.shadow-lg-blog{box-shadow:0 10px 25px 0 rgba(0,0,0,.102)!important}.shadow-lg-form{box-shadow:0 20px 25px -4px rgba(29,120,165,.102)!important}.shadow-lg-block{box-shadow:0 11px 15px 0 #f0f3fb!important}.shadow-lg-why{box-shadow:0 11px 60px 0 rgba(0,0,0,.102)!important}.shadow-lg-why-block{box-shadow:0 27px 42px -4px rgba(26,34,38,.102)!important}.shadow-lg-none{box-shadow:none!important}.position-lg-static{position:static!important}.position-lg-relative{position:relative!important}.position-lg-absolute{position:absolute!important}.position-lg-fixed{position:fixed!important}.position-lg-sticky{position:-webkit-sticky!important;position:sticky!important}.top-lg-0{top:0!important}.top-lg-30{top:30%!important}.top-lg-50{top:50%!important}.top-lg-70{top:70%!important}.top-lg-90{top:90%!important}.top-lg-100{top:100%!important}.top-lg-15px{top:15px!important}.top-lg-80px{top:80px!important}.top-lg-140px{top:140px!important}.translate-middle-lg{transform:translate(-50%,-50%)!important}.translate-middle-lg-40{transform:translate(40%,40%)!important}.translate-middle-lg-x{transform:translateX(-50%)!important}.translate-middle-lg-y{transform:translateY(-50%)!important}.translate-middle-lg-25y{transform:translate(-50%,25%)!important}.border-lg{border:1px solid #e9e9e9!important}.border-lg-0{border:0!important}.border-top-lg{border-top:1px solid #e9e9e9!important}.border-top-lg-0{border-top:0!important}.border-end-lg{border-right:1px solid #e9e9e9!important}.border-end-lg-0{border-right:0!important}.border-bottom-lg{border-bottom:1px solid #e9e9e9!important}.border-bottom-lg-0{border-bottom:0!important}.border-start-lg{border-left:1px solid #e9e9e9!important}.border-start-lg-0{border-left:0!important}.w-lg-15{width:15%!important}.w-lg-20{width:20%!important}.w-lg-25{width:25%!important}.w-lg-30{width:30%!important}.w-lg-37{width:37%!important}.w-lg-40{width:40%!important}.w-lg-45{width:45%!important}.w-lg-50{width:50%!important}.w-lg-55{width:55%!important}.w-lg-60{width:60%!important}.w-lg-65{width:65%!important}.w-lg-70{width:70%!important}.w-lg-75{width:75%!important}.w-lg-77{width:77%!important}.w-lg-80{width:80%!important}.w-lg-85{width:85%!important}.w-lg-90{width:90%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}.w-lg-16px{width:16px!important}.w-lg-20px{width:20px!important}.w-lg-32px{width:32px!important}.w-lg-36px{width:36px!important}.w-lg-40px{width:40px!important}.w-lg-44px{width:44px!important}.w-lg-48px{width:48px!important}.w-lg-52px{width:52px!important}.w-lg-60px{width:60px!important}.w-lg-230px{width:230px!important}.w-lg-324px{width:324px!important}.w-lg-350px{width:350px!important}.mw-lg-100{max-width:100%!important}.mw-lg-80{max-width:80%!important}.mw-lg-50vh{max-width:50vh!important}.mw-lg-75px{max-width:75px!important}.mw-lg-50{max-width:50%!important}.mw-lg-75{max-width:75%!important}.mw-lg-280px{max-width:280px!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.h-lg-auto{height:auto!important}.h-lg-6px{height:6px!important}.h-lg-8px{height:8px!important}.h-lg-20px{height:20px!important}.h-lg-28px{height:28px!important}.h-lg-32px{height:32px!important}.h-lg-36px{height:36px!important}.h-lg-40px{height:40px!important}.h-lg-44px{height:44px!important}.h-lg-48px{height:48px!important}.h-lg-52px{height:52px!important}.h-lg-60px{height:60px!important}.h-lg-78px{height:78px!important}.h-lg-300px{height:300px!important}.h-lg-504px{height:504px!important}.h-lg-unset{height:unset!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-grow-2{flex-grow:2!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-auto{gap:auto!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.gap-lg-2rem{gap:2rem!important}.gap-lg-4rem{gap:4rem!important}.gap-lg-5rem{gap:5rem!important}.gap-lg-6rem{gap:6rem!important}.gap-lg-7rem{gap:7rem!important}.gap-lg-9rem{gap:9rem!important}.gap-lg-15rem{gap:15rem!important}.gap-lg-17rem{gap:17rem!important}.gap-lg-1px{gap:1px!important}.gap-lg-2px{gap:2px!important}.gap-lg-3px{gap:3px!important}.gap-lg-5px{gap:5px!important}.gap-lg-6px{gap:6px!important}.gap-lg-9px{gap:9px!important}.gap-lg-10px{gap:10px!important}.gap-lg-11px{gap:11px!important}.gap-lg-12px{gap:12px!important}.gap-lg-13px{gap:13px!important}.gap-lg-14px{gap:14px!important}.gap-lg-15px{gap:15px!important}.gap-lg-18px{gap:18px!important}.gap-lg-19px{gap:19px!important}.gap-lg-20px{gap:20px!important}.gap-lg-22px{gap:22px!important}.gap-lg-23px{gap:23px!important}.gap-lg-26px{gap:26px!important}.gap-lg-28px{gap:28px!important}.gap-lg-30px{gap:30px!important}.gap-lg-34px{gap:34px!important}.gap-lg-36px{gap:36px!important}.gap-lg-40px{gap:40px!important}.gap-lg-44px{gap:44px!important}.gap-lg-50px{gap:50px!important}.gap-lg-56px{gap:56px!important}.gap-lg-60px{gap:60px!important}.gap-lg-72px{gap:72px!important}.gap-lg-75px{gap:75px!important}.gap-lg-82px{gap:82px!important}.gap-lg-88px{gap:88px!important}.gap-lg-90px{gap:90px!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-auto{margin:auto!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-2rem{margin:2rem!important}.m-lg-4rem{margin:4rem!important}.m-lg-5rem{margin:5rem!important}.m-lg-6rem{margin:6rem!important}.m-lg-7rem{margin:7rem!important}.m-lg-9rem{margin:9rem!important}.m-lg-15rem{margin:15rem!important}.m-lg-17rem{margin:17rem!important}.m-lg-1px{margin:1px!important}.m-lg-2px{margin:2px!important}.m-lg-3px{margin:3px!important}.m-lg-5px{margin:5px!important}.m-lg-6px{margin:6px!important}.m-lg-9px{margin:9px!important}.m-lg-10px{margin:10px!important}.m-lg-11px{margin:11px!important}.m-lg-12px{margin:12px!important}.m-lg-13px{margin:13px!important}.m-lg-14px{margin:14px!important}.m-lg-15px{margin:15px!important}.m-lg-18px{margin:18px!important}.m-lg-19px{margin:19px!important}.m-lg-20px{margin:20px!important}.m-lg-22px{margin:22px!important}.m-lg-23px{margin:23px!important}.m-lg-26px{margin:26px!important}.m-lg-28px{margin:28px!important}.m-lg-30px{margin:30px!important}.m-lg-34px{margin:34px!important}.m-lg-36px{margin:36px!important}.m-lg-40px{margin:40px!important}.m-lg-44px{margin:44px!important}.m-lg-50px{margin:50px!important}.m-lg-56px{margin:56px!important}.m-lg-60px{margin:60px!important}.m-lg-72px{margin:72px!important}.m-lg-75px{margin:75px!important}.m-lg-82px{margin:82px!important}.m-lg-88px{margin:88px!important}.m-lg-90px{margin:90px!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-2rem{margin-right:2rem!important;margin-left:2rem!important}.mx-lg-4rem{margin-right:4rem!important;margin-left:4rem!important}.mx-lg-5rem{margin-right:5rem!important;margin-left:5rem!important}.mx-lg-6rem{margin-right:6rem!important;margin-left:6rem!important}.mx-lg-7rem{margin-right:7rem!important;margin-left:7rem!important}.mx-lg-9rem{margin-right:9rem!important;margin-left:9rem!important}.mx-lg-15rem{margin-right:15rem!important;margin-left:15rem!important}.mx-lg-17rem{margin-right:17rem!important;margin-left:17rem!important}.mx-lg-1px{margin-right:1px!important;margin-left:1px!important}.mx-lg-2px{margin-right:2px!important;margin-left:2px!important}.mx-lg-3px{margin-right:3px!important;margin-left:3px!important}.mx-lg-5px{margin-right:5px!important;margin-left:5px!important}.mx-lg-6px{margin-right:6px!important;margin-left:6px!important}.mx-lg-9px{margin-right:9px!important;margin-left:9px!important}.mx-lg-10px{margin-right:10px!important;margin-left:10px!important}.mx-lg-11px{margin-right:11px!important;margin-left:11px!important}.mx-lg-12px{margin-right:12px!important;margin-left:12px!important}.mx-lg-13px{margin-right:13px!important;margin-left:13px!important}.mx-lg-14px{margin-right:14px!important;margin-left:14px!important}.mx-lg-15px{margin-right:15px!important;margin-left:15px!important}.mx-lg-18px{margin-right:18px!important;margin-left:18px!important}.mx-lg-19px{margin-right:19px!important;margin-left:19px!important}.mx-lg-20px{margin-right:20px!important;margin-left:20px!important}.mx-lg-22px{margin-right:22px!important;margin-left:22px!important}.mx-lg-23px{margin-right:23px!important;margin-left:23px!important}.mx-lg-26px{margin-right:26px!important;margin-left:26px!important}.mx-lg-28px{margin-right:28px!important;margin-left:28px!important}.mx-lg-30px{margin-right:30px!important;margin-left:30px!important}.mx-lg-34px{margin-right:34px!important;margin-left:34px!important}.mx-lg-36px{margin-right:36px!important;margin-left:36px!important}.mx-lg-40px{margin-right:40px!important;margin-left:40px!important}.mx-lg-44px{margin-right:44px!important;margin-left:44px!important}.mx-lg-50px{margin-right:50px!important;margin-left:50px!important}.mx-lg-56px{margin-right:56px!important;margin-left:56px!important}.mx-lg-60px{margin-right:60px!important;margin-left:60px!important}.mx-lg-72px{margin-right:72px!important;margin-left:72px!important}.mx-lg-75px{margin-right:75px!important;margin-left:75px!important}.mx-lg-82px{margin-right:82px!important;margin-left:82px!important}.mx-lg-88px{margin-right:88px!important;margin-left:88px!important}.mx-lg-90px{margin-right:90px!important;margin-left:90px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.my-lg-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.my-lg-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.my-lg-7rem{margin-top:7rem!important;margin-bottom:7rem!important}.my-lg-9rem{margin-top:9rem!important;margin-bottom:9rem!important}.my-lg-15rem{margin-top:15rem!important;margin-bottom:15rem!important}.my-lg-17rem{margin-top:17rem!important;margin-bottom:17rem!important}.my-lg-1px{margin-top:1px!important;margin-bottom:1px!important}.my-lg-2px{margin-top:2px!important;margin-bottom:2px!important}.my-lg-3px{margin-top:3px!important;margin-bottom:3px!important}.my-lg-5px{margin-top:5px!important;margin-bottom:5px!important}.my-lg-6px{margin-top:6px!important;margin-bottom:6px!important}.my-lg-9px{margin-top:9px!important;margin-bottom:9px!important}.my-lg-10px{margin-top:10px!important;margin-bottom:10px!important}.my-lg-11px{margin-top:11px!important;margin-bottom:11px!important}.my-lg-12px{margin-top:12px!important;margin-bottom:12px!important}.my-lg-13px{margin-top:13px!important;margin-bottom:13px!important}.my-lg-14px{margin-top:14px!important;margin-bottom:14px!important}.my-lg-15px{margin-top:15px!important;margin-bottom:15px!important}.my-lg-18px{margin-top:18px!important;margin-bottom:18px!important}.my-lg-19px{margin-top:19px!important;margin-bottom:19px!important}.my-lg-20px{margin-top:20px!important;margin-bottom:20px!important}.my-lg-22px{margin-top:22px!important;margin-bottom:22px!important}.my-lg-23px{margin-top:23px!important;margin-bottom:23px!important}.my-lg-26px{margin-top:26px!important;margin-bottom:26px!important}.my-lg-28px{margin-top:28px!important;margin-bottom:28px!important}.my-lg-30px{margin-top:30px!important;margin-bottom:30px!important}.my-lg-34px{margin-top:34px!important;margin-bottom:34px!important}.my-lg-36px{margin-top:36px!important;margin-bottom:36px!important}.my-lg-40px{margin-top:40px!important;margin-bottom:40px!important}.my-lg-44px{margin-top:44px!important;margin-bottom:44px!important}.my-lg-50px{margin-top:50px!important;margin-bottom:50px!important}.my-lg-56px{margin-top:56px!important;margin-bottom:56px!important}.my-lg-60px{margin-top:60px!important;margin-bottom:60px!important}.my-lg-72px{margin-top:72px!important;margin-bottom:72px!important}.my-lg-75px{margin-top:75px!important;margin-bottom:75px!important}.my-lg-82px{margin-top:82px!important;margin-bottom:82px!important}.my-lg-88px{margin-top:88px!important;margin-bottom:88px!important}.my-lg-90px{margin-top:90px!important;margin-bottom:90px!important}.mt-lg-auto{margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-2rem{margin-top:2rem!important}.mt-lg-4rem{margin-top:4rem!important}.mt-lg-5rem{margin-top:5rem!important}.mt-lg-6rem{margin-top:6rem!important}.mt-lg-7rem{margin-top:7rem!important}.mt-lg-9rem{margin-top:9rem!important}.mt-lg-15rem{margin-top:15rem!important}.mt-lg-17rem{margin-top:17rem!important}.mt-lg-1px{margin-top:1px!important}.mt-lg-2px{margin-top:2px!important}.mt-lg-3px{margin-top:3px!important}.mt-lg-5px{margin-top:5px!important}.mt-lg-6px{margin-top:6px!important}.mt-lg-9px{margin-top:9px!important}.mt-lg-10px{margin-top:10px!important}.mt-lg-11px{margin-top:11px!important}.mt-lg-12px{margin-top:12px!important}.mt-lg-13px{margin-top:13px!important}.mt-lg-14px{margin-top:14px!important}.mt-lg-15px{margin-top:15px!important}.mt-lg-18px{margin-top:18px!important}.mt-lg-19px{margin-top:19px!important}.mt-lg-20px{margin-top:20px!important}.mt-lg-22px{margin-top:22px!important}.mt-lg-23px{margin-top:23px!important}.mt-lg-26px{margin-top:26px!important}.mt-lg-28px{margin-top:28px!important}.mt-lg-30px{margin-top:30px!important}.mt-lg-34px{margin-top:34px!important}.mt-lg-36px{margin-top:36px!important}.mt-lg-40px{margin-top:40px!important}.mt-lg-44px{margin-top:44px!important}.mt-lg-50px{margin-top:50px!important}.mt-lg-56px{margin-top:56px!important}.mt-lg-60px{margin-top:60px!important}.mt-lg-72px{margin-top:72px!important}.mt-lg-75px{margin-top:75px!important}.mt-lg-82px{margin-top:82px!important}.mt-lg-88px{margin-top:88px!important}.mt-lg-90px{margin-top:90px!important}.me-lg-auto{margin-right:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-2rem{margin-right:2rem!important}.me-lg-4rem{margin-right:4rem!important}.me-lg-5rem{margin-right:5rem!important}.me-lg-6rem{margin-right:6rem!important}.me-lg-7rem{margin-right:7rem!important}.me-lg-9rem{margin-right:9rem!important}.me-lg-15rem{margin-right:15rem!important}.me-lg-17rem{margin-right:17rem!important}.me-lg-1px{margin-right:1px!important}.me-lg-2px{margin-right:2px!important}.me-lg-3px{margin-right:3px!important}.me-lg-5px{margin-right:5px!important}.me-lg-6px{margin-right:6px!important}.me-lg-9px{margin-right:9px!important}.me-lg-10px{margin-right:10px!important}.me-lg-11px{margin-right:11px!important}.me-lg-12px{margin-right:12px!important}.me-lg-13px{margin-right:13px!important}.me-lg-14px{margin-right:14px!important}.me-lg-15px{margin-right:15px!important}.me-lg-18px{margin-right:18px!important}.me-lg-19px{margin-right:19px!important}.me-lg-20px{margin-right:20px!important}.me-lg-22px{margin-right:22px!important}.me-lg-23px{margin-right:23px!important}.me-lg-26px{margin-right:26px!important}.me-lg-28px{margin-right:28px!important}.me-lg-30px{margin-right:30px!important}.me-lg-34px{margin-right:34px!important}.me-lg-36px{margin-right:36px!important}.me-lg-40px{margin-right:40px!important}.me-lg-44px{margin-right:44px!important}.me-lg-50px{margin-right:50px!important}.me-lg-56px{margin-right:56px!important}.me-lg-60px{margin-right:60px!important}.me-lg-72px{margin-right:72px!important}.me-lg-75px{margin-right:75px!important}.me-lg-82px{margin-right:82px!important}.me-lg-88px{margin-right:88px!important}.me-lg-90px{margin-right:90px!important}.mb-lg-auto{margin-bottom:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-2rem{margin-bottom:2rem!important}.mb-lg-4rem{margin-bottom:4rem!important}.mb-lg-5rem{margin-bottom:5rem!important}.mb-lg-6rem{margin-bottom:6rem!important}.mb-lg-7rem{margin-bottom:7rem!important}.mb-lg-9rem{margin-bottom:9rem!important}.mb-lg-15rem{margin-bottom:15rem!important}.mb-lg-17rem{margin-bottom:17rem!important}.mb-lg-1px{margin-bottom:1px!important}.mb-lg-2px{margin-bottom:2px!important}.mb-lg-3px{margin-bottom:3px!important}.mb-lg-5px{margin-bottom:5px!important}.mb-lg-6px{margin-bottom:6px!important}.mb-lg-9px{margin-bottom:9px!important}.mb-lg-10px{margin-bottom:10px!important}.mb-lg-11px{margin-bottom:11px!important}.mb-lg-12px{margin-bottom:12px!important}.mb-lg-13px{margin-bottom:13px!important}.mb-lg-14px{margin-bottom:14px!important}.mb-lg-15px{margin-bottom:15px!important}.mb-lg-18px{margin-bottom:18px!important}.mb-lg-19px{margin-bottom:19px!important}.mb-lg-20px{margin-bottom:20px!important}.mb-lg-22px{margin-bottom:22px!important}.mb-lg-23px{margin-bottom:23px!important}.mb-lg-26px{margin-bottom:26px!important}.mb-lg-28px{margin-bottom:28px!important}.mb-lg-30px{margin-bottom:30px!important}.mb-lg-34px{margin-bottom:34px!important}.mb-lg-36px{margin-bottom:36px!important}.mb-lg-40px{margin-bottom:40px!important}.mb-lg-44px{margin-bottom:44px!important}.mb-lg-50px{margin-bottom:50px!important}.mb-lg-56px{margin-bottom:56px!important}.mb-lg-60px{margin-bottom:60px!important}.mb-lg-72px{margin-bottom:72px!important}.mb-lg-75px{margin-bottom:75px!important}.mb-lg-82px{margin-bottom:82px!important}.mb-lg-88px{margin-bottom:88px!important}.mb-lg-90px{margin-bottom:90px!important}.ms-lg-auto{margin-left:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-2rem{margin-left:2rem!important}.ms-lg-4rem{margin-left:4rem!important}.ms-lg-5rem{margin-left:5rem!important}.ms-lg-6rem{margin-left:6rem!important}.ms-lg-7rem{margin-left:7rem!important}.ms-lg-9rem{margin-left:9rem!important}.ms-lg-15rem{margin-left:15rem!important}.ms-lg-17rem{margin-left:17rem!important}.ms-lg-1px{margin-left:1px!important}.ms-lg-2px{margin-left:2px!important}.ms-lg-3px{margin-left:3px!important}.ms-lg-5px{margin-left:5px!important}.ms-lg-6px{margin-left:6px!important}.ms-lg-9px{margin-left:9px!important}.ms-lg-10px{margin-left:10px!important}.ms-lg-11px{margin-left:11px!important}.ms-lg-12px{margin-left:12px!important}.ms-lg-13px{margin-left:13px!important}.ms-lg-14px{margin-left:14px!important}.ms-lg-15px{margin-left:15px!important}.ms-lg-18px{margin-left:18px!important}.ms-lg-19px{margin-left:19px!important}.ms-lg-20px{margin-left:20px!important}.ms-lg-22px{margin-left:22px!important}.ms-lg-23px{margin-left:23px!important}.ms-lg-26px{margin-left:26px!important}.ms-lg-28px{margin-left:28px!important}.ms-lg-30px{margin-left:30px!important}.ms-lg-34px{margin-left:34px!important}.ms-lg-36px{margin-left:36px!important}.ms-lg-40px{margin-left:40px!important}.ms-lg-44px{margin-left:44px!important}.ms-lg-50px{margin-left:50px!important}.ms-lg-56px{margin-left:56px!important}.ms-lg-60px{margin-left:60px!important}.ms-lg-72px{margin-left:72px!important}.ms-lg-75px{margin-left:75px!important}.ms-lg-82px{margin-left:82px!important}.ms-lg-88px{margin-left:88px!important}.ms-lg-90px{margin-left:90px!important}.m-lg-nauto{margin:-auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.m-lg-n2rem{margin:-2rem!important}.m-lg-n4rem{margin:-4rem!important}.m-lg-n5rem{margin:-5rem!important}.m-lg-n6rem{margin:-6rem!important}.m-lg-n7rem{margin:-7rem!important}.m-lg-n9rem{margin:-9rem!important}.m-lg-n15rem{margin:-15rem!important}.m-lg-n17rem{margin:-17rem!important}.m-lg-n1px{margin:-1px!important}.m-lg-n2px{margin:-2px!important}.m-lg-n3px{margin:-3px!important}.m-lg-n5px{margin:-5px!important}.m-lg-n6px{margin:-6px!important}.m-lg-n9px{margin:-9px!important}.m-lg-n10px{margin:-10px!important}.m-lg-n11px{margin:-11px!important}.m-lg-n12px{margin:-12px!important}.m-lg-n13px{margin:-13px!important}.m-lg-n14px{margin:-14px!important}.m-lg-n15px{margin:-15px!important}.m-lg-n18px{margin:-18px!important}.m-lg-n19px{margin:-19px!important}.m-lg-n20px{margin:-20px!important}.m-lg-n22px{margin:-22px!important}.m-lg-n23px{margin:-23px!important}.m-lg-n26px{margin:-26px!important}.m-lg-n28px{margin:-28px!important}.m-lg-n30px{margin:-30px!important}.m-lg-n34px{margin:-34px!important}.m-lg-n36px{margin:-36px!important}.m-lg-n40px{margin:-40px!important}.m-lg-n44px{margin:-44px!important}.m-lg-n50px{margin:-50px!important}.m-lg-n56px{margin:-56px!important}.m-lg-n60px{margin:-60px!important}.m-lg-n72px{margin:-72px!important}.m-lg-n75px{margin:-75px!important}.m-lg-n82px{margin:-82px!important}.m-lg-n88px{margin:-88px!important}.m-lg-n90px{margin:-90px!important}.mx-lg-nauto{margin-right:-auto!important;margin-left:-auto!important}.mx-lg-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-lg-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-lg-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-lg-n2rem{margin-right:-2rem!important;margin-left:-2rem!important}.mx-lg-n4rem{margin-right:-4rem!important;margin-left:-4rem!important}.mx-lg-n5rem{margin-right:-5rem!important;margin-left:-5rem!important}.mx-lg-n6rem{margin-right:-6rem!important;margin-left:-6rem!important}.mx-lg-n7rem{margin-right:-7rem!important;margin-left:-7rem!important}.mx-lg-n9rem{margin-right:-9rem!important;margin-left:-9rem!important}.mx-lg-n15rem{margin-right:-15rem!important;margin-left:-15rem!important}.mx-lg-n17rem{margin-right:-17rem!important;margin-left:-17rem!important}.mx-lg-n1px{margin-right:-1px!important;margin-left:-1px!important}.mx-lg-n2px{margin-right:-2px!important;margin-left:-2px!important}.mx-lg-n3px{margin-right:-3px!important;margin-left:-3px!important}.mx-lg-n5px{margin-right:-5px!important;margin-left:-5px!important}.mx-lg-n6px{margin-right:-6px!important;margin-left:-6px!important}.mx-lg-n9px{margin-right:-9px!important;margin-left:-9px!important}.mx-lg-n10px{margin-right:-10px!important;margin-left:-10px!important}.mx-lg-n11px{margin-right:-11px!important;margin-left:-11px!important}.mx-lg-n12px{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n13px{margin-right:-13px!important;margin-left:-13px!important}.mx-lg-n14px{margin-right:-14px!important;margin-left:-14px!important}.mx-lg-n15px{margin-right:-15px!important;margin-left:-15px!important}.mx-lg-n18px{margin-right:-18px!important;margin-left:-18px!important}.mx-lg-n19px{margin-right:-19px!important;margin-left:-19px!important}.mx-lg-n20px{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n22px{margin-right:-22px!important;margin-left:-22px!important}.mx-lg-n23px{margin-right:-23px!important;margin-left:-23px!important}.mx-lg-n26px{margin-right:-26px!important;margin-left:-26px!important}.mx-lg-n28px{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n30px{margin-right:-30px!important;margin-left:-30px!important}.mx-lg-n34px{margin-right:-34px!important;margin-left:-34px!important}.mx-lg-n36px{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n40px{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n44px{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n50px{margin-right:-50px!important;margin-left:-50px!important}.mx-lg-n56px{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n60px{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n72px{margin-right:-72px!important;margin-left:-72px!important}.mx-lg-n75px{margin-right:-75px!important;margin-left:-75px!important}.mx-lg-n82px{margin-right:-82px!important;margin-left:-82px!important}.mx-lg-n88px{margin-right:-88px!important;margin-left:-88px!important}.mx-lg-n90px{margin-right:-90px!important;margin-left:-90px!important}.my-lg-nauto{margin-top:-auto!important;margin-bottom:-auto!important}.my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-lg-n2rem{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-lg-n4rem{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-lg-n5rem{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-lg-n6rem{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-lg-n7rem{margin-top:-7rem!important;margin-bottom:-7rem!important}.my-lg-n9rem{margin-top:-9rem!important;margin-bottom:-9rem!important}.my-lg-n15rem{margin-top:-15rem!important;margin-bottom:-15rem!important}.my-lg-n17rem{margin-top:-17rem!important;margin-bottom:-17rem!important}.my-lg-n1px{margin-top:-1px!important;margin-bottom:-1px!important}.my-lg-n2px{margin-top:-2px!important;margin-bottom:-2px!important}.my-lg-n3px{margin-top:-3px!important;margin-bottom:-3px!important}.my-lg-n5px{margin-top:-5px!important;margin-bottom:-5px!important}.my-lg-n6px{margin-top:-6px!important;margin-bottom:-6px!important}.my-lg-n9px{margin-top:-9px!important;margin-bottom:-9px!important}.my-lg-n10px{margin-top:-10px!important;margin-bottom:-10px!important}.my-lg-n11px{margin-top:-11px!important;margin-bottom:-11px!important}.my-lg-n12px{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n13px{margin-top:-13px!important;margin-bottom:-13px!important}.my-lg-n14px{margin-top:-14px!important;margin-bottom:-14px!important}.my-lg-n15px{margin-top:-15px!important;margin-bottom:-15px!important}.my-lg-n18px{margin-top:-18px!important;margin-bottom:-18px!important}.my-lg-n19px{margin-top:-19px!important;margin-bottom:-19px!important}.my-lg-n20px{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n22px{margin-top:-22px!important;margin-bottom:-22px!important}.my-lg-n23px{margin-top:-23px!important;margin-bottom:-23px!important}.my-lg-n26px{margin-top:-26px!important;margin-bottom:-26px!important}.my-lg-n28px{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n30px{margin-top:-30px!important;margin-bottom:-30px!important}.my-lg-n34px{margin-top:-34px!important;margin-bottom:-34px!important}.my-lg-n36px{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n40px{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n44px{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n50px{margin-top:-50px!important;margin-bottom:-50px!important}.my-lg-n56px{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n60px{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n72px{margin-top:-72px!important;margin-bottom:-72px!important}.my-lg-n75px{margin-top:-75px!important;margin-bottom:-75px!important}.my-lg-n82px{margin-top:-82px!important;margin-bottom:-82px!important}.my-lg-n88px{margin-top:-88px!important;margin-bottom:-88px!important}.my-lg-n90px{margin-top:-90px!important;margin-bottom:-90px!important}.mt-lg-nauto{margin-top:-auto!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mt-lg-n2rem{margin-top:-2rem!important}.mt-lg-n4rem{margin-top:-4rem!important}.mt-lg-n5rem{margin-top:-5rem!important}.mt-lg-n6rem{margin-top:-6rem!important}.mt-lg-n7rem{margin-top:-7rem!important}.mt-lg-n9rem{margin-top:-9rem!important}.mt-lg-n15rem{margin-top:-15rem!important}.mt-lg-n17rem{margin-top:-17rem!important}.mt-lg-n1px{margin-top:-1px!important}.mt-lg-n2px{margin-top:-2px!important}.mt-lg-n3px{margin-top:-3px!important}.mt-lg-n5px{margin-top:-5px!important}.mt-lg-n6px{margin-top:-6px!important}.mt-lg-n9px{margin-top:-9px!important}.mt-lg-n10px{margin-top:-10px!important}.mt-lg-n11px{margin-top:-11px!important}.mt-lg-n12px{margin-top:-12px!important}.mt-lg-n13px{margin-top:-13px!important}.mt-lg-n14px{margin-top:-14px!important}.mt-lg-n15px{margin-top:-15px!important}.mt-lg-n18px{margin-top:-18px!important}.mt-lg-n19px{margin-top:-19px!important}.mt-lg-n20px{margin-top:-20px!important}.mt-lg-n22px{margin-top:-22px!important}.mt-lg-n23px{margin-top:-23px!important}.mt-lg-n26px{margin-top:-26px!important}.mt-lg-n28px{margin-top:-28px!important}.mt-lg-n30px{margin-top:-30px!important}.mt-lg-n34px{margin-top:-34px!important}.mt-lg-n36px{margin-top:-36px!important}.mt-lg-n40px{margin-top:-40px!important}.mt-lg-n44px{margin-top:-44px!important}.mt-lg-n50px{margin-top:-50px!important}.mt-lg-n56px{margin-top:-56px!important}.mt-lg-n60px{margin-top:-60px!important}.mt-lg-n72px{margin-top:-72px!important}.mt-lg-n75px{margin-top:-75px!important}.mt-lg-n82px{margin-top:-82px!important}.mt-lg-n88px{margin-top:-88px!important}.mt-lg-n90px{margin-top:-90px!important}.me-lg-nauto{margin-right:-auto!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-3rem!important}.me-lg-n2rem{margin-right:-2rem!important}.me-lg-n4rem{margin-right:-4rem!important}.me-lg-n5rem{margin-right:-5rem!important}.me-lg-n6rem{margin-right:-6rem!important}.me-lg-n7rem{margin-right:-7rem!important}.me-lg-n9rem{margin-right:-9rem!important}.me-lg-n15rem{margin-right:-15rem!important}.me-lg-n17rem{margin-right:-17rem!important}.me-lg-n1px{margin-right:-1px!important}.me-lg-n2px{margin-right:-2px!important}.me-lg-n3px{margin-right:-3px!important}.me-lg-n5px{margin-right:-5px!important}.me-lg-n6px{margin-right:-6px!important}.me-lg-n9px{margin-right:-9px!important}.me-lg-n10px{margin-right:-10px!important}.me-lg-n11px{margin-right:-11px!important}.me-lg-n12px{margin-right:-12px!important}.me-lg-n13px{margin-right:-13px!important}.me-lg-n14px{margin-right:-14px!important}.me-lg-n15px{margin-right:-15px!important}.me-lg-n18px{margin-right:-18px!important}.me-lg-n19px{margin-right:-19px!important}.me-lg-n20px{margin-right:-20px!important}.me-lg-n22px{margin-right:-22px!important}.me-lg-n23px{margin-right:-23px!important}.me-lg-n26px{margin-right:-26px!important}.me-lg-n28px{margin-right:-28px!important}.me-lg-n30px{margin-right:-30px!important}.me-lg-n34px{margin-right:-34px!important}.me-lg-n36px{margin-right:-36px!important}.me-lg-n40px{margin-right:-40px!important}.me-lg-n44px{margin-right:-44px!important}.me-lg-n50px{margin-right:-50px!important}.me-lg-n56px{margin-right:-56px!important}.me-lg-n60px{margin-right:-60px!important}.me-lg-n72px{margin-right:-72px!important}.me-lg-n75px{margin-right:-75px!important}.me-lg-n82px{margin-right:-82px!important}.me-lg-n88px{margin-right:-88px!important}.me-lg-n90px{margin-right:-90px!important}.mb-lg-nauto{margin-bottom:-auto!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.mb-lg-n2rem{margin-bottom:-2rem!important}.mb-lg-n4rem{margin-bottom:-4rem!important}.mb-lg-n5rem{margin-bottom:-5rem!important}.mb-lg-n6rem{margin-bottom:-6rem!important}.mb-lg-n7rem{margin-bottom:-7rem!important}.mb-lg-n9rem{margin-bottom:-9rem!important}.mb-lg-n15rem{margin-bottom:-15rem!important}.mb-lg-n17rem{margin-bottom:-17rem!important}.mb-lg-n1px{margin-bottom:-1px!important}.mb-lg-n2px{margin-bottom:-2px!important}.mb-lg-n3px{margin-bottom:-3px!important}.mb-lg-n5px{margin-bottom:-5px!important}.mb-lg-n6px{margin-bottom:-6px!important}.mb-lg-n9px{margin-bottom:-9px!important}.mb-lg-n10px{margin-bottom:-10px!important}.mb-lg-n11px{margin-bottom:-11px!important}.mb-lg-n12px{margin-bottom:-12px!important}.mb-lg-n13px{margin-bottom:-13px!important}.mb-lg-n14px{margin-bottom:-14px!important}.mb-lg-n15px{margin-bottom:-15px!important}.mb-lg-n18px{margin-bottom:-18px!important}.mb-lg-n19px{margin-bottom:-19px!important}.mb-lg-n20px{margin-bottom:-20px!important}.mb-lg-n22px{margin-bottom:-22px!important}.mb-lg-n23px{margin-bottom:-23px!important}.mb-lg-n26px{margin-bottom:-26px!important}.mb-lg-n28px{margin-bottom:-28px!important}.mb-lg-n30px{margin-bottom:-30px!important}.mb-lg-n34px{margin-bottom:-34px!important}.mb-lg-n36px{margin-bottom:-36px!important}.mb-lg-n40px{margin-bottom:-40px!important}.mb-lg-n44px{margin-bottom:-44px!important}.mb-lg-n50px{margin-bottom:-50px!important}.mb-lg-n56px{margin-bottom:-56px!important}.mb-lg-n60px{margin-bottom:-60px!important}.mb-lg-n72px{margin-bottom:-72px!important}.mb-lg-n75px{margin-bottom:-75px!important}.mb-lg-n82px{margin-bottom:-82px!important}.mb-lg-n88px{margin-bottom:-88px!important}.mb-lg-n90px{margin-bottom:-90px!important}.ms-lg-nauto{margin-left:-auto!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-3rem!important}.ms-lg-n2rem{margin-left:-2rem!important}.ms-lg-n4rem{margin-left:-4rem!important}.ms-lg-n5rem{margin-left:-5rem!important}.ms-lg-n6rem{margin-left:-6rem!important}.ms-lg-n7rem{margin-left:-7rem!important}.ms-lg-n9rem{margin-left:-9rem!important}.ms-lg-n15rem{margin-left:-15rem!important}.ms-lg-n17rem{margin-left:-17rem!important}.ms-lg-n1px{margin-left:-1px!important}.ms-lg-n2px{margin-left:-2px!important}.ms-lg-n3px{margin-left:-3px!important}.ms-lg-n5px{margin-left:-5px!important}.ms-lg-n6px{margin-left:-6px!important}.ms-lg-n9px{margin-left:-9px!important}.ms-lg-n10px{margin-left:-10px!important}.ms-lg-n11px{margin-left:-11px!important}.ms-lg-n12px{margin-left:-12px!important}.ms-lg-n13px{margin-left:-13px!important}.ms-lg-n14px{margin-left:-14px!important}.ms-lg-n15px{margin-left:-15px!important}.ms-lg-n18px{margin-left:-18px!important}.ms-lg-n19px{margin-left:-19px!important}.ms-lg-n20px{margin-left:-20px!important}.ms-lg-n22px{margin-left:-22px!important}.ms-lg-n23px{margin-left:-23px!important}.ms-lg-n26px{margin-left:-26px!important}.ms-lg-n28px{margin-left:-28px!important}.ms-lg-n30px{margin-left:-30px!important}.ms-lg-n34px{margin-left:-34px!important}.ms-lg-n36px{margin-left:-36px!important}.ms-lg-n40px{margin-left:-40px!important}.ms-lg-n44px{margin-left:-44px!important}.ms-lg-n50px{margin-left:-50px!important}.ms-lg-n56px{margin-left:-56px!important}.ms-lg-n60px{margin-left:-60px!important}.ms-lg-n72px{margin-left:-72px!important}.ms-lg-n75px{margin-left:-75px!important}.ms-lg-n82px{margin-left:-82px!important}.ms-lg-n88px{margin-left:-88px!important}.ms-lg-n90px{margin-left:-90px!important}.p-lg-auto{padding:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-2rem{padding:2rem!important}.p-lg-4rem{padding:4rem!important}.p-lg-5rem{padding:5rem!important}.p-lg-6rem{padding:6rem!important}.p-lg-7rem{padding:7rem!important}.p-lg-9rem{padding:9rem!important}.p-lg-15rem{padding:15rem!important}.p-lg-17rem{padding:17rem!important}.p-lg-1px{padding:1px!important}.p-lg-2px{padding:2px!important}.p-lg-3px{padding:3px!important}.p-lg-5px{padding:5px!important}.p-lg-6px{padding:6px!important}.p-lg-9px{padding:9px!important}.p-lg-10px{padding:10px!important}.p-lg-11px{padding:11px!important}.p-lg-12px{padding:12px!important}.p-lg-13px{padding:13px!important}.p-lg-14px{padding:14px!important}.p-lg-15px{padding:15px!important}.p-lg-18px{padding:18px!important}.p-lg-19px{padding:19px!important}.p-lg-20px{padding:20px!important}.p-lg-22px{padding:22px!important}.p-lg-23px{padding:23px!important}.p-lg-26px{padding:26px!important}.p-lg-28px{padding:28px!important}.p-lg-30px{padding:30px!important}.p-lg-34px{padding:34px!important}.p-lg-36px{padding:36px!important}.p-lg-40px{padding:40px!important}.p-lg-44px{padding:44px!important}.p-lg-50px{padding:50px!important}.p-lg-56px{padding:56px!important}.p-lg-60px{padding:60px!important}.p-lg-72px{padding:72px!important}.p-lg-75px{padding:75px!important}.p-lg-82px{padding:82px!important}.p-lg-88px{padding:88px!important}.p-lg-90px{padding:90px!important}.px-lg-auto{padding-right:auto!important;padding-left:auto!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.px-lg-2rem{padding-right:2rem!important;padding-left:2rem!important}.px-lg-4rem{padding-right:4rem!important;padding-left:4rem!important}.px-lg-5rem{padding-right:5rem!important;padding-left:5rem!important}.px-lg-6rem{padding-right:6rem!important;padding-left:6rem!important}.px-lg-7rem{padding-right:7rem!important;padding-left:7rem!important}.px-lg-9rem{padding-right:9rem!important;padding-left:9rem!important}.px-lg-15rem{padding-right:15rem!important;padding-left:15rem!important}.px-lg-17rem{padding-right:17rem!important;padding-left:17rem!important}.px-lg-1px{padding-right:1px!important;padding-left:1px!important}.px-lg-2px{padding-right:2px!important;padding-left:2px!important}.px-lg-3px{padding-right:3px!important;padding-left:3px!important}.px-lg-5px{padding-right:5px!important;padding-left:5px!important}.px-lg-6px{padding-right:6px!important;padding-left:6px!important}.px-lg-9px{padding-right:9px!important;padding-left:9px!important}.px-lg-10px{padding-right:10px!important;padding-left:10px!important}.px-lg-11px{padding-right:11px!important;padding-left:11px!important}.px-lg-12px{padding-right:12px!important;padding-left:12px!important}.px-lg-13px{padding-right:13px!important;padding-left:13px!important}.px-lg-14px{padding-right:14px!important;padding-left:14px!important}.px-lg-15px{padding-right:15px!important;padding-left:15px!important}.px-lg-18px{padding-right:18px!important;padding-left:18px!important}.px-lg-19px{padding-right:19px!important;padding-left:19px!important}.px-lg-20px{padding-right:20px!important;padding-left:20px!important}.px-lg-22px{padding-right:22px!important;padding-left:22px!important}.px-lg-23px{padding-right:23px!important;padding-left:23px!important}.px-lg-26px{padding-right:26px!important;padding-left:26px!important}.px-lg-28px{padding-right:28px!important;padding-left:28px!important}.px-lg-30px{padding-right:30px!important;padding-left:30px!important}.px-lg-34px{padding-right:34px!important;padding-left:34px!important}.px-lg-36px{padding-right:36px!important;padding-left:36px!important}.px-lg-40px{padding-right:40px!important;padding-left:40px!important}.px-lg-44px{padding-right:44px!important;padding-left:44px!important}.px-lg-50px{padding-right:50px!important;padding-left:50px!important}.px-lg-56px{padding-right:56px!important;padding-left:56px!important}.px-lg-60px{padding-right:60px!important;padding-left:60px!important}.px-lg-72px{padding-right:72px!important;padding-left:72px!important}.px-lg-75px{padding-right:75px!important;padding-left:75px!important}.px-lg-82px{padding-right:82px!important;padding-left:82px!important}.px-lg-88px{padding-right:88px!important;padding-left:88px!important}.px-lg-90px{padding-right:90px!important;padding-left:90px!important}.py-lg-auto{padding-top:auto!important;padding-bottom:auto!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.py-lg-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.py-lg-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.py-lg-7rem{padding-top:7rem!important;padding-bottom:7rem!important}.py-lg-9rem{padding-top:9rem!important;padding-bottom:9rem!important}.py-lg-15rem{padding-top:15rem!important;padding-bottom:15rem!important}.py-lg-17rem{padding-top:17rem!important;padding-bottom:17rem!important}.py-lg-1px{padding-top:1px!important;padding-bottom:1px!important}.py-lg-2px{padding-top:2px!important;padding-bottom:2px!important}.py-lg-3px{padding-top:3px!important;padding-bottom:3px!important}.py-lg-5px{padding-top:5px!important;padding-bottom:5px!important}.py-lg-6px{padding-top:6px!important;padding-bottom:6px!important}.py-lg-9px{padding-top:9px!important;padding-bottom:9px!important}.py-lg-10px{padding-top:10px!important;padding-bottom:10px!important}.py-lg-11px{padding-top:11px!important;padding-bottom:11px!important}.py-lg-12px{padding-top:12px!important;padding-bottom:12px!important}.py-lg-13px{padding-top:13px!important;padding-bottom:13px!important}.py-lg-14px{padding-top:14px!important;padding-bottom:14px!important}.py-lg-15px{padding-top:15px!important;padding-bottom:15px!important}.py-lg-18px{padding-top:18px!important;padding-bottom:18px!important}.py-lg-19px{padding-top:19px!important;padding-bottom:19px!important}.py-lg-20px{padding-top:20px!important;padding-bottom:20px!important}.py-lg-22px{padding-top:22px!important;padding-bottom:22px!important}.py-lg-23px{padding-top:23px!important;padding-bottom:23px!important}.py-lg-26px{padding-top:26px!important;padding-bottom:26px!important}.py-lg-28px{padding-top:28px!important;padding-bottom:28px!important}.py-lg-30px{padding-top:30px!important;padding-bottom:30px!important}.py-lg-34px{padding-top:34px!important;padding-bottom:34px!important}.py-lg-36px{padding-top:36px!important;padding-bottom:36px!important}.py-lg-40px{padding-top:40px!important;padding-bottom:40px!important}.py-lg-44px{padding-top:44px!important;padding-bottom:44px!important}.py-lg-50px{padding-top:50px!important;padding-bottom:50px!important}.py-lg-56px{padding-top:56px!important;padding-bottom:56px!important}.py-lg-60px{padding-top:60px!important;padding-bottom:60px!important}.py-lg-72px{padding-top:72px!important;padding-bottom:72px!important}.py-lg-75px{padding-top:75px!important;padding-bottom:75px!important}.py-lg-82px{padding-top:82px!important;padding-bottom:82px!important}.py-lg-88px{padding-top:88px!important;padding-bottom:88px!important}.py-lg-90px{padding-top:90px!important;padding-bottom:90px!important}.pt-lg-auto{padding-top:auto!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-2rem{padding-top:2rem!important}.pt-lg-4rem{padding-top:4rem!important}.pt-lg-5rem{padding-top:5rem!important}.pt-lg-6rem{padding-top:6rem!important}.pt-lg-7rem{padding-top:7rem!important}.pt-lg-9rem{padding-top:9rem!important}.pt-lg-15rem{padding-top:15rem!important}.pt-lg-17rem{padding-top:17rem!important}.pt-lg-1px{padding-top:1px!important}.pt-lg-2px{padding-top:2px!important}.pt-lg-3px{padding-top:3px!important}.pt-lg-5px{padding-top:5px!important}.pt-lg-6px{padding-top:6px!important}.pt-lg-9px{padding-top:9px!important}.pt-lg-10px{padding-top:10px!important}.pt-lg-11px{padding-top:11px!important}.pt-lg-12px{padding-top:12px!important}.pt-lg-13px{padding-top:13px!important}.pt-lg-14px{padding-top:14px!important}.pt-lg-15px{padding-top:15px!important}.pt-lg-18px{padding-top:18px!important}.pt-lg-19px{padding-top:19px!important}.pt-lg-20px{padding-top:20px!important}.pt-lg-22px{padding-top:22px!important}.pt-lg-23px{padding-top:23px!important}.pt-lg-26px{padding-top:26px!important}.pt-lg-28px{padding-top:28px!important}.pt-lg-30px{padding-top:30px!important}.pt-lg-34px{padding-top:34px!important}.pt-lg-36px{padding-top:36px!important}.pt-lg-40px{padding-top:40px!important}.pt-lg-44px{padding-top:44px!important}.pt-lg-50px{padding-top:50px!important}.pt-lg-56px{padding-top:56px!important}.pt-lg-60px{padding-top:60px!important}.pt-lg-72px{padding-top:72px!important}.pt-lg-75px{padding-top:75px!important}.pt-lg-82px{padding-top:82px!important}.pt-lg-88px{padding-top:88px!important}.pt-lg-90px{padding-top:90px!important}.pe-lg-auto{padding-right:auto!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-2rem{padding-right:2rem!important}.pe-lg-4rem{padding-right:4rem!important}.pe-lg-5rem{padding-right:5rem!important}.pe-lg-6rem{padding-right:6rem!important}.pe-lg-7rem{padding-right:7rem!important}.pe-lg-9rem{padding-right:9rem!important}.pe-lg-15rem{padding-right:15rem!important}.pe-lg-17rem{padding-right:17rem!important}.pe-lg-1px{padding-right:1px!important}.pe-lg-2px{padding-right:2px!important}.pe-lg-3px{padding-right:3px!important}.pe-lg-5px{padding-right:5px!important}.pe-lg-6px{padding-right:6px!important}.pe-lg-9px{padding-right:9px!important}.pe-lg-10px{padding-right:10px!important}.pe-lg-11px{padding-right:11px!important}.pe-lg-12px{padding-right:12px!important}.pe-lg-13px{padding-right:13px!important}.pe-lg-14px{padding-right:14px!important}.pe-lg-15px{padding-right:15px!important}.pe-lg-18px{padding-right:18px!important}.pe-lg-19px{padding-right:19px!important}.pe-lg-20px{padding-right:20px!important}.pe-lg-22px{padding-right:22px!important}.pe-lg-23px{padding-right:23px!important}.pe-lg-26px{padding-right:26px!important}.pe-lg-28px{padding-right:28px!important}.pe-lg-30px{padding-right:30px!important}.pe-lg-34px{padding-right:34px!important}.pe-lg-36px{padding-right:36px!important}.pe-lg-40px{padding-right:40px!important}.pe-lg-44px{padding-right:44px!important}.pe-lg-50px{padding-right:50px!important}.pe-lg-56px{padding-right:56px!important}.pe-lg-60px{padding-right:60px!important}.pe-lg-72px{padding-right:72px!important}.pe-lg-75px{padding-right:75px!important}.pe-lg-82px{padding-right:82px!important}.pe-lg-88px{padding-right:88px!important}.pe-lg-90px{padding-right:90px!important}.pb-lg-auto{padding-bottom:auto!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-2rem{padding-bottom:2rem!important}.pb-lg-4rem{padding-bottom:4rem!important}.pb-lg-5rem{padding-bottom:5rem!important}.pb-lg-6rem{padding-bottom:6rem!important}.pb-lg-7rem{padding-bottom:7rem!important}.pb-lg-9rem{padding-bottom:9rem!important}.pb-lg-15rem{padding-bottom:15rem!important}.pb-lg-17rem{padding-bottom:17rem!important}.pb-lg-1px{padding-bottom:1px!important}.pb-lg-2px{padding-bottom:2px!important}.pb-lg-3px{padding-bottom:3px!important}.pb-lg-5px{padding-bottom:5px!important}.pb-lg-6px{padding-bottom:6px!important}.pb-lg-9px{padding-bottom:9px!important}.pb-lg-10px{padding-bottom:10px!important}.pb-lg-11px{padding-bottom:11px!important}.pb-lg-12px{padding-bottom:12px!important}.pb-lg-13px{padding-bottom:13px!important}.pb-lg-14px{padding-bottom:14px!important}.pb-lg-15px{padding-bottom:15px!important}.pb-lg-18px{padding-bottom:18px!important}.pb-lg-19px{padding-bottom:19px!important}.pb-lg-20px{padding-bottom:20px!important}.pb-lg-22px{padding-bottom:22px!important}.pb-lg-23px{padding-bottom:23px!important}.pb-lg-26px{padding-bottom:26px!important}.pb-lg-28px{padding-bottom:28px!important}.pb-lg-30px{padding-bottom:30px!important}.pb-lg-34px{padding-bottom:34px!important}.pb-lg-36px{padding-bottom:36px!important}.pb-lg-40px{padding-bottom:40px!important}.pb-lg-44px{padding-bottom:44px!important}.pb-lg-50px{padding-bottom:50px!important}.pb-lg-56px{padding-bottom:56px!important}.pb-lg-60px{padding-bottom:60px!important}.pb-lg-72px{padding-bottom:72px!important}.pb-lg-75px{padding-bottom:75px!important}.pb-lg-82px{padding-bottom:82px!important}.pb-lg-88px{padding-bottom:88px!important}.pb-lg-90px{padding-bottom:90px!important}.ps-lg-auto{padding-left:auto!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-2rem{padding-left:2rem!important}.ps-lg-4rem{padding-left:4rem!important}.ps-lg-5rem{padding-left:5rem!important}.ps-lg-6rem{padding-left:6rem!important}.ps-lg-7rem{padding-left:7rem!important}.ps-lg-9rem{padding-left:9rem!important}.ps-lg-15rem{padding-left:15rem!important}.ps-lg-17rem{padding-left:17rem!important}.ps-lg-1px{padding-left:1px!important}.ps-lg-2px{padding-left:2px!important}.ps-lg-3px{padding-left:3px!important}.ps-lg-5px{padding-left:5px!important}.ps-lg-6px{padding-left:6px!important}.ps-lg-9px{padding-left:9px!important}.ps-lg-10px{padding-left:10px!important}.ps-lg-11px{padding-left:11px!important}.ps-lg-12px{padding-left:12px!important}.ps-lg-13px{padding-left:13px!important}.ps-lg-14px{padding-left:14px!important}.ps-lg-15px{padding-left:15px!important}.ps-lg-18px{padding-left:18px!important}.ps-lg-19px{padding-left:19px!important}.ps-lg-20px{padding-left:20px!important}.ps-lg-22px{padding-left:22px!important}.ps-lg-23px{padding-left:23px!important}.ps-lg-26px{padding-left:26px!important}.ps-lg-28px{padding-left:28px!important}.ps-lg-30px{padding-left:30px!important}.ps-lg-34px{padding-left:34px!important}.ps-lg-36px{padding-left:36px!important}.ps-lg-40px{padding-left:40px!important}.ps-lg-44px{padding-left:44px!important}.ps-lg-50px{padding-left:50px!important}.ps-lg-56px{padding-left:56px!important}.ps-lg-60px{padding-left:60px!important}.ps-lg-72px{padding-left:72px!important}.ps-lg-75px{padding-left:75px!important}.ps-lg-82px{padding-left:82px!important}.ps-lg-88px{padding-left:88px!important}.ps-lg-90px{padding-left:90px!important}.fs-lg-1{font-size:calc(1.425rem + 2.1vw)!important}.fs-lg-2{font-size:calc(1.375rem + 1.5vw)!important}.fs-lg-3{font-size:calc(1.325rem + .9vw)!important}.fs-lg-4{font-size:calc(1.275rem + .3vw)!important}.fs-lg-5{font-size:1.125rem!important}.fs-lg-6{font-size:1rem!important}.fs-lg-7{font-size:.875rem!important}.fs-lg-8{font-size:.75rem!important}.fs-lg-9{font-size:.5rem!important}.fs-lg-200{font-size:calc(2.375rem + 13.5vw)!important}.fs-lg-140{font-size:calc(2rem + 9vw)!important}.fs-lg-100{font-size:calc(1.75rem + 6vw)!important}.fs-lg-90{font-size:calc(1.6875rem + 5.25vw)!important}.fs-lg-80{font-size:calc(1.625rem + 4.5vw)!important}.fs-lg-70{font-size:calc(1.5625rem + 3.75vw)!important}.fs-lg-60{font-size:calc(1.5rem + 3vw)!important}.fs-lg-56{font-size:calc(1.475rem + 2.7vw)!important}.fs-lg-36{font-size:calc(1.35rem + 1.2vw)!important}.fs-lg-34{font-size:calc(1.3375rem + 1.05vw)!important}.fs-lg-28{font-size:calc(1.3rem + .6vw)!important}.fs-lg-30{font-size:calc(1.3125rem + .75vw)!important}.fs-lg-22{font-size:calc(1.2625rem + .15vw)!important}.fs-lg-20{font-size:1.25rem!important}.fs-lg-17{font-size:1.0625rem!important}.fs-lg-12{font-size:.75rem!important}.fs-lg-11{font-size:.6875rem!important}.fs-lg-10{font-size:.625rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-lg-primary-50{--bs-text-opacity:1;color:rgba(var(--bs-primary-50-rgb),var(--bs-text-opacity))!important}.text-lg-primary-100{--bs-text-opacity:1;color:rgba(var(--bs-primary-100-rgb),var(--bs-text-opacity))!important}.text-lg-primary-light{--bs-text-opacity:1;color:rgba(var(--bs-primary-light-rgb),var(--bs-text-opacity))!important}.text-lg-primary-dark{--bs-text-opacity:1;color:rgba(var(--bs-primary-dark-rgb),var(--bs-text-opacity))!important}.text-lg-primary-stroke{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-rgb),var(--bs-text-opacity))!important}.text-lg-primary-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-text-opacity))!important}.text-lg-primary-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-text-opacity))!important}.text-lg-profile{--bs-text-opacity:1;color:rgba(var(--bs-profile-rgb),var(--bs-text-opacity))!important}.text-lg-profile-stroke{--bs-text-opacity:1;color:rgba(var(--bs-profile-stroke-rgb),var(--bs-text-opacity))!important}.text-lg-profile-block{--bs-text-opacity:1;color:rgba(var(--bs-profile-block-rgb),var(--bs-text-opacity))!important}.text-lg-profile-text{--bs-text-opacity:1;color:rgba(var(--bs-profile-text-rgb),var(--bs-text-opacity))!important}.text-lg-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-lg-secondary-50{--bs-text-opacity:1;color:rgba(var(--bs-secondary-50-rgb),var(--bs-text-opacity))!important}.text-lg-secondary-100{--bs-text-opacity:1;color:rgba(var(--bs-secondary-100-rgb),var(--bs-text-opacity))!important}.text-lg-secondary-light{--bs-text-opacity:1;color:rgba(var(--bs-secondary-light-rgb),var(--bs-text-opacity))!important}.text-lg-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-lg-success-light{--bs-text-opacity:1;color:rgba(var(--bs-success-light-rgb),var(--bs-text-opacity))!important}.text-lg-success-bullet{--bs-text-opacity:1;color:rgba(var(--bs-success-bullet-rgb),var(--bs-text-opacity))!important}.text-lg-success-lighter{--bs-text-opacity:1;color:rgba(var(--bs-success-lighter-rgb),var(--bs-text-opacity))!important}.text-lg-success-dark{--bs-text-opacity:1;color:rgba(var(--bs-success-dark-rgb),var(--bs-text-opacity))!important}.text-lg-success-darken{--bs-text-opacity:1;color:rgba(var(--bs-success-darken-rgb),var(--bs-text-opacity))!important}.text-lg-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-lg-info-50{--bs-text-opacity:1;color:rgba(var(--bs-info-50-rgb),var(--bs-text-opacity))!important}.text-lg-info-100{--bs-text-opacity:1;color:rgba(var(--bs-info-100-rgb),var(--bs-text-opacity))!important}.text-lg-info-300{--bs-text-opacity:1;color:rgba(var(--bs-info-300-rgb),var(--bs-text-opacity))!important}.text-lg-info-stroke{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-rgb),var(--bs-text-opacity))!important}.text-lg-info-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-text-opacity))!important}.text-lg-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-lg-warning-50{--bs-text-opacity:1;color:rgba(var(--bs-warning-50-rgb),var(--bs-text-opacity))!important}.text-lg-warning-100{--bs-text-opacity:1;color:rgba(var(--bs-warning-100-rgb),var(--bs-text-opacity))!important}.text-lg-warning-title{--bs-text-opacity:1;color:rgba(var(--bs-warning-title-rgb),var(--bs-text-opacity))!important}.text-lg-warning-light{--bs-text-opacity:1;color:rgba(var(--bs-warning-light-rgb),var(--bs-text-opacity))!important}.text-lg-warning-bg{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-rgb),var(--bs-text-opacity))!important}.text-lg-warning-bg-1{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-text-opacity))!important}.text-lg-warning-bg-2{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-text-opacity))!important}.text-lg-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-lg-danger-50{--bs-text-opacity:1;color:rgba(var(--bs-danger-50-rgb),var(--bs-text-opacity))!important}.text-lg-danger-light{--bs-text-opacity:1;color:rgba(var(--bs-danger-light-rgb),var(--bs-text-opacity))!important}.text-lg-danger-dark{--bs-text-opacity:1;color:rgba(var(--bs-danger-dark-rgb),var(--bs-text-opacity))!important}.text-lg-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-lg-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-lg-dark-50{--bs-text-opacity:1;color:rgba(var(--bs-dark-50-rgb),var(--bs-text-opacity))!important}.text-lg-dark-100{--bs-text-opacity:1;color:rgba(var(--bs-dark-100-rgb),var(--bs-text-opacity))!important}.text-lg-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important}.text-lg-purple{--bs-text-opacity:1;color:rgba(var(--bs-purple-rgb),var(--bs-text-opacity))!important}.text-lg-purple-light{--bs-text-opacity:1;color:rgba(var(--bs-purple-light-rgb),var(--bs-text-opacity))!important}.text-lg-body-1{--bs-text-opacity:1;color:rgba(var(--bs-body-1-rgb),var(--bs-text-opacity))!important}.text-lg-body-2{--bs-text-opacity:1;color:rgba(var(--bs-body-2-rgb),var(--bs-text-opacity))!important}.text-lg-gray-body{--bs-text-opacity:1;color:rgba(var(--bs-gray-body-rgb),var(--bs-text-opacity))!important}.text-lg-gray-border{--bs-text-opacity:1;color:rgba(var(--bs-gray-border-rgb),var(--bs-text-opacity))!important}.text-lg-gray-50{--bs-text-opacity:1;color:rgba(var(--bs-gray-50-rgb),var(--bs-text-opacity))!important}.text-lg-gray-100{--bs-text-opacity:1;color:rgba(var(--bs-gray-100-rgb),var(--bs-text-opacity))!important}.text-lg-gray-200{--bs-text-opacity:1;color:rgba(var(--bs-gray-200-rgb),var(--bs-text-opacity))!important}.text-lg-gray-300{--bs-text-opacity:1;color:rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important}.text-lg-gray-400{--bs-text-opacity:1;color:rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity))!important}.text-lg-gray-500{--bs-text-opacity:1;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-lg-gray-600{--bs-text-opacity:1;color:rgba(var(--bs-gray-600-rgb),var(--bs-text-opacity))!important}.text-lg-gray-700{--bs-text-opacity:1;color:rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity))!important}.text-lg-gray-800{--bs-text-opacity:1;color:rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important}.text-lg-gray-900{--bs-text-opacity:1;color:rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important}.text-lg-gray-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-text-opacity))!important}.text-lg-transparent{--bs-text-opacity:1;color:rgba(var(--bs-transparent-rgb),var(--bs-text-opacity))!important}.text-lg-purple-600{--bs-text-opacity:1;color:rgba(var(--bs-purple-600-rgb),var(--bs-text-opacity))!important}.text-lg-light-100{--bs-text-opacity:1;color:rgba(var(--bs-light-100-rgb),var(--bs-text-opacity))!important}.text-lg-blue-300{--bs-text-opacity:1;color:rgba(var(--bs-blue-300-rgb),var(--bs-text-opacity))!important}.text-lg-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-lg-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-lg-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-lg-muted{--bs-text-opacity:1;color:#8a8a8e!important}.text-lg-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-lg-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-lg-reset{--bs-text-opacity:1;color:inherit!important}.bg-lg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-lg-primary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-50-rgb),var(--bs-bg-opacity))!important}.bg-lg-primary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-100-rgb),var(--bs-bg-opacity))!important}.bg-lg-primary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-light-rgb),var(--bs-bg-opacity))!important}.bg-lg-primary-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-dark-rgb),var(--bs-bg-opacity))!important}.bg-lg-primary-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-rgb),var(--bs-bg-opacity))!important}.bg-lg-primary-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-lg-primary-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-lg-profile{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-rgb),var(--bs-bg-opacity))!important}.bg-lg-profile-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-stroke-rgb),var(--bs-bg-opacity))!important}.bg-lg-profile-block{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-block-rgb),var(--bs-bg-opacity))!important}.bg-lg-profile-text{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-text-rgb),var(--bs-bg-opacity))!important}.bg-lg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-lg-secondary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-50-rgb),var(--bs-bg-opacity))!important}.bg-lg-secondary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-100-rgb),var(--bs-bg-opacity))!important}.bg-lg-secondary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-light-rgb),var(--bs-bg-opacity))!important}.bg-lg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-lg-success-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-light-rgb),var(--bs-bg-opacity))!important}.bg-lg-success-bullet{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-bullet-rgb),var(--bs-bg-opacity))!important}.bg-lg-success-lighter{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-lighter-rgb),var(--bs-bg-opacity))!important}.bg-lg-success-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-dark-rgb),var(--bs-bg-opacity))!important}.bg-lg-success-darken{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-darken-rgb),var(--bs-bg-opacity))!important}.bg-lg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-lg-info-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-50-rgb),var(--bs-bg-opacity))!important}.bg-lg-info-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-100-rgb),var(--bs-bg-opacity))!important}.bg-lg-info-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-300-rgb),var(--bs-bg-opacity))!important}.bg-lg-info-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-rgb),var(--bs-bg-opacity))!important}.bg-lg-info-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-lg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-lg-warning-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-50-rgb),var(--bs-bg-opacity))!important}.bg-lg-warning-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-100-rgb),var(--bs-bg-opacity))!important}.bg-lg-warning-title{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-title-rgb),var(--bs-bg-opacity))!important}.bg-lg-warning-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-light-rgb),var(--bs-bg-opacity))!important}.bg-lg-warning-bg{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-rgb),var(--bs-bg-opacity))!important}.bg-lg-warning-bg-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-bg-opacity))!important}.bg-lg-warning-bg-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-bg-opacity))!important}.bg-lg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-lg-danger-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-50-rgb),var(--bs-bg-opacity))!important}.bg-lg-danger-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-light-rgb),var(--bs-bg-opacity))!important}.bg-lg-danger-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-dark-rgb),var(--bs-bg-opacity))!important}.bg-lg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-lg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-lg-dark-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-50-rgb),var(--bs-bg-opacity))!important}.bg-lg-dark-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-100-rgb),var(--bs-bg-opacity))!important}.bg-lg-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity))!important}.bg-lg-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity))!important}.bg-lg-purple-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-light-rgb),var(--bs-bg-opacity))!important}.bg-lg-body-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-1-rgb),var(--bs-bg-opacity))!important}.bg-lg-body-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-2-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-body-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-border{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-border-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-50-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-100-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-200{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-400{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-400-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-500{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-700{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-700-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-800{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-900{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-900-rgb),var(--bs-bg-opacity))!important}.bg-lg-gray-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-lg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-lg-purple-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-600-rgb),var(--bs-bg-opacity))!important}.bg-lg-light-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-100-rgb),var(--bs-bg-opacity))!important}.bg-lg-blue-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-300-rgb),var(--bs-bg-opacity))!important}.bg-lg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-lg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-lg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.rounded-lg{border-radius:.375rem!important}.rounded-lg-0{border-radius:0!important}.rounded-lg-1{border-radius:.25rem!important}.rounded-lg-2{border-radius:.375rem!important}.rounded-lg-3{border-radius:.625rem!important}.rounded-lg-4{border-radius:1.25rem!important}.rounded-lg-5{border-radius:2rem!important}.rounded-lg-24px{border-radius:24px!important}.rounded-lg-12px{border-radius:12px!important}.rounded-lg-rem{border-radius:1rem!important}.rounded-lg-circle{border-radius:50%!important}.rounded-lg-pill{border-radius:50rem!important}.rounded-top-lg{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-lg-0{border-top-right-radius:0!important;border-top-left-radius:0!important}.rounded-top-lg-1{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-top-lg-2{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-lg-3{border-top-right-radius:.625rem!important;border-top-left-radius:.625rem!important}.rounded-top-lg-4{border-top-right-radius:1.25rem!important;border-top-left-radius:1.25rem!important}.rounded-top-lg-5{border-top-right-radius:2rem!important;border-top-left-radius:2rem!important}.rounded-top-lg-rem{border-top-right-radius:1rem!important;border-top-left-radius:1rem!important}.rounded-top-lg-circle{border-top-right-radius:50%!important;border-top-left-radius:50%!important}.rounded-top-lg-pill{border-top-right-radius:50rem!important;border-top-left-radius:50rem!important}.cursor-lg-pointer{cursor:pointer!important}.cursor-lg-none{cursor:none!important}.cursor-lg-nallowed{cursor:not-allowed!important}.cursor-lg-copy{cursor:copy!important}.minw-lg-100{min-width:100%!important}.minw-lg-80{min-width:80%!important}.minw-lg-50vh{min-width:50vh!important}.minw-lg-70px{min-width:70px!important}.minw-lg-115px{min-width:115px!important}.minw-lg-150px{min-width:150px!important}.minw-lg-170px{min-width:170px!important}.minw-lg-270px{min-width:270px!important}.z-lg-n1{z-index:-1!important}.z-lg-0{z-index:0!important}.z-lg-1{z-index:1!important}.z-lg-2{z-index:10!important}.z-lg-3{z-index:100!important}.z-lg-header{z-index:102!important}.ob-lg-fill{object-fit:fill!important}.ob-lg-contain{object-fit:contain!important}.ob-lg-cover{object-fit:cover!important}.ob-lg-scale-down{object-fit:scale-down!important}.ob-lg-none{object-fit:none!important}.ob-lg-initial{object-fit:fill!important}.ob-lg-inherit{object-fit:inherit!important}.ls-lg-0{letter-spacing:0!important}.ls-lg-1{letter-spacing:1px!important}.ls-lg-2{letter-spacing:2px!important}.overflow-x-lg-auto{overflow-x:auto!important}.overflow-x-lg-hidden{overflow-x:hidden!important}.overflow-x-lg-visible{overflow-x:visible!important}.overflow-x-lg-scroll{overflow-x:scroll!important}.overflow-y-lg-auto{overflow-y:auto!important}.overflow-y-lg-hidden{overflow-y:hidden!important}.overflow-y-lg-visible{overflow-y:visible!important}.overflow-y-lg-scroll{overflow-y:scroll!important}.line-limit-lg-1{-webkit-line-clamp:1!important}.line-limit-lg-2{-webkit-line-clamp:2!important}.line-limit-lg-3{-webkit-line-clamp:3!important}.line-limit-lg-4{-webkit-line-clamp:4!important}.bg-image-lg-half-gray-200{background-image:linear-gradient(0deg,#f0f3fb 0 50%,#fff 50% 100%)!important}.bg-image-lg-half-gray-100{background-image:linear-gradient(180deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-lg-half-gray-100-top{background-image:linear-gradient(0deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-lg-half-warning-light{background-image:linear-gradient(180deg,transparent 0 50%,#f7efe9 50% 100%)!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.overflow-xl-auto{overflow:auto!important}.overflow-xl-hidden{overflow:hidden!important}.overflow-xl-visible{overflow:visible!important}.overflow-xl-scroll{overflow:scroll!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.shadow-xl{box-shadow:0 0 10px 0 rgba(0,0,0,.25)!important}.shadow-xl-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-xl-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-xl-image{box-shadow:0 0 4px .5px rgba(0,0,0,.251)!important}.shadow-xl-menu{box-shadow:0 30px 20px -20px rgba(0,0,0,.149)!important}.shadow-xl-search{box-shadow:0 20px 25px -4px rgba(51,146,229,.102)!important}.shadow-xl-blog{box-shadow:0 10px 25px 0 rgba(0,0,0,.102)!important}.shadow-xl-form{box-shadow:0 20px 25px -4px rgba(29,120,165,.102)!important}.shadow-xl-block{box-shadow:0 11px 15px 0 #f0f3fb!important}.shadow-xl-why{box-shadow:0 11px 60px 0 rgba(0,0,0,.102)!important}.shadow-xl-why-block{box-shadow:0 27px 42px -4px rgba(26,34,38,.102)!important}.shadow-xl-none{box-shadow:none!important}.position-xl-static{position:static!important}.position-xl-relative{position:relative!important}.position-xl-absolute{position:absolute!important}.position-xl-fixed{position:fixed!important}.position-xl-sticky{position:-webkit-sticky!important;position:sticky!important}.top-xl-0{top:0!important}.top-xl-30{top:30%!important}.top-xl-50{top:50%!important}.top-xl-70{top:70%!important}.top-xl-90{top:90%!important}.top-xl-100{top:100%!important}.top-xl-15px{top:15px!important}.top-xl-80px{top:80px!important}.top-xl-140px{top:140px!important}.translate-middle-xl{transform:translate(-50%,-50%)!important}.translate-middle-xl-40{transform:translate(40%,40%)!important}.translate-middle-xl-x{transform:translateX(-50%)!important}.translate-middle-xl-y{transform:translateY(-50%)!important}.translate-middle-xl-25y{transform:translate(-50%,25%)!important}.border-xl{border:1px solid #e9e9e9!important}.border-xl-0{border:0!important}.border-top-xl{border-top:1px solid #e9e9e9!important}.border-top-xl-0{border-top:0!important}.border-end-xl{border-right:1px solid #e9e9e9!important}.border-end-xl-0{border-right:0!important}.border-bottom-xl{border-bottom:1px solid #e9e9e9!important}.border-bottom-xl-0{border-bottom:0!important}.border-start-xl{border-left:1px solid #e9e9e9!important}.border-start-xl-0{border-left:0!important}.w-xl-15{width:15%!important}.w-xl-20{width:20%!important}.w-xl-25{width:25%!important}.w-xl-30{width:30%!important}.w-xl-37{width:37%!important}.w-xl-40{width:40%!important}.w-xl-45{width:45%!important}.w-xl-50{width:50%!important}.w-xl-55{width:55%!important}.w-xl-60{width:60%!important}.w-xl-65{width:65%!important}.w-xl-70{width:70%!important}.w-xl-75{width:75%!important}.w-xl-77{width:77%!important}.w-xl-80{width:80%!important}.w-xl-85{width:85%!important}.w-xl-90{width:90%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}.w-xl-16px{width:16px!important}.w-xl-20px{width:20px!important}.w-xl-32px{width:32px!important}.w-xl-36px{width:36px!important}.w-xl-40px{width:40px!important}.w-xl-44px{width:44px!important}.w-xl-48px{width:48px!important}.w-xl-52px{width:52px!important}.w-xl-60px{width:60px!important}.w-xl-230px{width:230px!important}.w-xl-324px{width:324px!important}.w-xl-350px{width:350px!important}.mw-xl-100{max-width:100%!important}.mw-xl-80{max-width:80%!important}.mw-xl-50vh{max-width:50vh!important}.mw-xl-75px{max-width:75px!important}.mw-xl-50{max-width:50%!important}.mw-xl-75{max-width:75%!important}.mw-xl-280px{max-width:280px!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.h-xl-auto{height:auto!important}.h-xl-6px{height:6px!important}.h-xl-8px{height:8px!important}.h-xl-20px{height:20px!important}.h-xl-28px{height:28px!important}.h-xl-32px{height:32px!important}.h-xl-36px{height:36px!important}.h-xl-40px{height:40px!important}.h-xl-44px{height:44px!important}.h-xl-48px{height:48px!important}.h-xl-52px{height:52px!important}.h-xl-60px{height:60px!important}.h-xl-78px{height:78px!important}.h-xl-300px{height:300px!important}.h-xl-504px{height:504px!important}.h-xl-unset{height:unset!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-grow-2{flex-grow:2!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-auto{gap:auto!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.gap-xl-2rem{gap:2rem!important}.gap-xl-4rem{gap:4rem!important}.gap-xl-5rem{gap:5rem!important}.gap-xl-6rem{gap:6rem!important}.gap-xl-7rem{gap:7rem!important}.gap-xl-9rem{gap:9rem!important}.gap-xl-15rem{gap:15rem!important}.gap-xl-17rem{gap:17rem!important}.gap-xl-1px{gap:1px!important}.gap-xl-2px{gap:2px!important}.gap-xl-3px{gap:3px!important}.gap-xl-5px{gap:5px!important}.gap-xl-6px{gap:6px!important}.gap-xl-9px{gap:9px!important}.gap-xl-10px{gap:10px!important}.gap-xl-11px{gap:11px!important}.gap-xl-12px{gap:12px!important}.gap-xl-13px{gap:13px!important}.gap-xl-14px{gap:14px!important}.gap-xl-15px{gap:15px!important}.gap-xl-18px{gap:18px!important}.gap-xl-19px{gap:19px!important}.gap-xl-20px{gap:20px!important}.gap-xl-22px{gap:22px!important}.gap-xl-23px{gap:23px!important}.gap-xl-26px{gap:26px!important}.gap-xl-28px{gap:28px!important}.gap-xl-30px{gap:30px!important}.gap-xl-34px{gap:34px!important}.gap-xl-36px{gap:36px!important}.gap-xl-40px{gap:40px!important}.gap-xl-44px{gap:44px!important}.gap-xl-50px{gap:50px!important}.gap-xl-56px{gap:56px!important}.gap-xl-60px{gap:60px!important}.gap-xl-72px{gap:72px!important}.gap-xl-75px{gap:75px!important}.gap-xl-82px{gap:82px!important}.gap-xl-88px{gap:88px!important}.gap-xl-90px{gap:90px!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-auto{margin:auto!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-2rem{margin:2rem!important}.m-xl-4rem{margin:4rem!important}.m-xl-5rem{margin:5rem!important}.m-xl-6rem{margin:6rem!important}.m-xl-7rem{margin:7rem!important}.m-xl-9rem{margin:9rem!important}.m-xl-15rem{margin:15rem!important}.m-xl-17rem{margin:17rem!important}.m-xl-1px{margin:1px!important}.m-xl-2px{margin:2px!important}.m-xl-3px{margin:3px!important}.m-xl-5px{margin:5px!important}.m-xl-6px{margin:6px!important}.m-xl-9px{margin:9px!important}.m-xl-10px{margin:10px!important}.m-xl-11px{margin:11px!important}.m-xl-12px{margin:12px!important}.m-xl-13px{margin:13px!important}.m-xl-14px{margin:14px!important}.m-xl-15px{margin:15px!important}.m-xl-18px{margin:18px!important}.m-xl-19px{margin:19px!important}.m-xl-20px{margin:20px!important}.m-xl-22px{margin:22px!important}.m-xl-23px{margin:23px!important}.m-xl-26px{margin:26px!important}.m-xl-28px{margin:28px!important}.m-xl-30px{margin:30px!important}.m-xl-34px{margin:34px!important}.m-xl-36px{margin:36px!important}.m-xl-40px{margin:40px!important}.m-xl-44px{margin:44px!important}.m-xl-50px{margin:50px!important}.m-xl-56px{margin:56px!important}.m-xl-60px{margin:60px!important}.m-xl-72px{margin:72px!important}.m-xl-75px{margin:75px!important}.m-xl-82px{margin:82px!important}.m-xl-88px{margin:88px!important}.m-xl-90px{margin:90px!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-2rem{margin-right:2rem!important;margin-left:2rem!important}.mx-xl-4rem{margin-right:4rem!important;margin-left:4rem!important}.mx-xl-5rem{margin-right:5rem!important;margin-left:5rem!important}.mx-xl-6rem{margin-right:6rem!important;margin-left:6rem!important}.mx-xl-7rem{margin-right:7rem!important;margin-left:7rem!important}.mx-xl-9rem{margin-right:9rem!important;margin-left:9rem!important}.mx-xl-15rem{margin-right:15rem!important;margin-left:15rem!important}.mx-xl-17rem{margin-right:17rem!important;margin-left:17rem!important}.mx-xl-1px{margin-right:1px!important;margin-left:1px!important}.mx-xl-2px{margin-right:2px!important;margin-left:2px!important}.mx-xl-3px{margin-right:3px!important;margin-left:3px!important}.mx-xl-5px{margin-right:5px!important;margin-left:5px!important}.mx-xl-6px{margin-right:6px!important;margin-left:6px!important}.mx-xl-9px{margin-right:9px!important;margin-left:9px!important}.mx-xl-10px{margin-right:10px!important;margin-left:10px!important}.mx-xl-11px{margin-right:11px!important;margin-left:11px!important}.mx-xl-12px{margin-right:12px!important;margin-left:12px!important}.mx-xl-13px{margin-right:13px!important;margin-left:13px!important}.mx-xl-14px{margin-right:14px!important;margin-left:14px!important}.mx-xl-15px{margin-right:15px!important;margin-left:15px!important}.mx-xl-18px{margin-right:18px!important;margin-left:18px!important}.mx-xl-19px{margin-right:19px!important;margin-left:19px!important}.mx-xl-20px{margin-right:20px!important;margin-left:20px!important}.mx-xl-22px{margin-right:22px!important;margin-left:22px!important}.mx-xl-23px{margin-right:23px!important;margin-left:23px!important}.mx-xl-26px{margin-right:26px!important;margin-left:26px!important}.mx-xl-28px{margin-right:28px!important;margin-left:28px!important}.mx-xl-30px{margin-right:30px!important;margin-left:30px!important}.mx-xl-34px{margin-right:34px!important;margin-left:34px!important}.mx-xl-36px{margin-right:36px!important;margin-left:36px!important}.mx-xl-40px{margin-right:40px!important;margin-left:40px!important}.mx-xl-44px{margin-right:44px!important;margin-left:44px!important}.mx-xl-50px{margin-right:50px!important;margin-left:50px!important}.mx-xl-56px{margin-right:56px!important;margin-left:56px!important}.mx-xl-60px{margin-right:60px!important;margin-left:60px!important}.mx-xl-72px{margin-right:72px!important;margin-left:72px!important}.mx-xl-75px{margin-right:75px!important;margin-left:75px!important}.mx-xl-82px{margin-right:82px!important;margin-left:82px!important}.mx-xl-88px{margin-right:88px!important;margin-left:88px!important}.mx-xl-90px{margin-right:90px!important;margin-left:90px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.my-xl-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.my-xl-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.my-xl-7rem{margin-top:7rem!important;margin-bottom:7rem!important}.my-xl-9rem{margin-top:9rem!important;margin-bottom:9rem!important}.my-xl-15rem{margin-top:15rem!important;margin-bottom:15rem!important}.my-xl-17rem{margin-top:17rem!important;margin-bottom:17rem!important}.my-xl-1px{margin-top:1px!important;margin-bottom:1px!important}.my-xl-2px{margin-top:2px!important;margin-bottom:2px!important}.my-xl-3px{margin-top:3px!important;margin-bottom:3px!important}.my-xl-5px{margin-top:5px!important;margin-bottom:5px!important}.my-xl-6px{margin-top:6px!important;margin-bottom:6px!important}.my-xl-9px{margin-top:9px!important;margin-bottom:9px!important}.my-xl-10px{margin-top:10px!important;margin-bottom:10px!important}.my-xl-11px{margin-top:11px!important;margin-bottom:11px!important}.my-xl-12px{margin-top:12px!important;margin-bottom:12px!important}.my-xl-13px{margin-top:13px!important;margin-bottom:13px!important}.my-xl-14px{margin-top:14px!important;margin-bottom:14px!important}.my-xl-15px{margin-top:15px!important;margin-bottom:15px!important}.my-xl-18px{margin-top:18px!important;margin-bottom:18px!important}.my-xl-19px{margin-top:19px!important;margin-bottom:19px!important}.my-xl-20px{margin-top:20px!important;margin-bottom:20px!important}.my-xl-22px{margin-top:22px!important;margin-bottom:22px!important}.my-xl-23px{margin-top:23px!important;margin-bottom:23px!important}.my-xl-26px{margin-top:26px!important;margin-bottom:26px!important}.my-xl-28px{margin-top:28px!important;margin-bottom:28px!important}.my-xl-30px{margin-top:30px!important;margin-bottom:30px!important}.my-xl-34px{margin-top:34px!important;margin-bottom:34px!important}.my-xl-36px{margin-top:36px!important;margin-bottom:36px!important}.my-xl-40px{margin-top:40px!important;margin-bottom:40px!important}.my-xl-44px{margin-top:44px!important;margin-bottom:44px!important}.my-xl-50px{margin-top:50px!important;margin-bottom:50px!important}.my-xl-56px{margin-top:56px!important;margin-bottom:56px!important}.my-xl-60px{margin-top:60px!important;margin-bottom:60px!important}.my-xl-72px{margin-top:72px!important;margin-bottom:72px!important}.my-xl-75px{margin-top:75px!important;margin-bottom:75px!important}.my-xl-82px{margin-top:82px!important;margin-bottom:82px!important}.my-xl-88px{margin-top:88px!important;margin-bottom:88px!important}.my-xl-90px{margin-top:90px!important;margin-bottom:90px!important}.mt-xl-auto{margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-2rem{margin-top:2rem!important}.mt-xl-4rem{margin-top:4rem!important}.mt-xl-5rem{margin-top:5rem!important}.mt-xl-6rem{margin-top:6rem!important}.mt-xl-7rem{margin-top:7rem!important}.mt-xl-9rem{margin-top:9rem!important}.mt-xl-15rem{margin-top:15rem!important}.mt-xl-17rem{margin-top:17rem!important}.mt-xl-1px{margin-top:1px!important}.mt-xl-2px{margin-top:2px!important}.mt-xl-3px{margin-top:3px!important}.mt-xl-5px{margin-top:5px!important}.mt-xl-6px{margin-top:6px!important}.mt-xl-9px{margin-top:9px!important}.mt-xl-10px{margin-top:10px!important}.mt-xl-11px{margin-top:11px!important}.mt-xl-12px{margin-top:12px!important}.mt-xl-13px{margin-top:13px!important}.mt-xl-14px{margin-top:14px!important}.mt-xl-15px{margin-top:15px!important}.mt-xl-18px{margin-top:18px!important}.mt-xl-19px{margin-top:19px!important}.mt-xl-20px{margin-top:20px!important}.mt-xl-22px{margin-top:22px!important}.mt-xl-23px{margin-top:23px!important}.mt-xl-26px{margin-top:26px!important}.mt-xl-28px{margin-top:28px!important}.mt-xl-30px{margin-top:30px!important}.mt-xl-34px{margin-top:34px!important}.mt-xl-36px{margin-top:36px!important}.mt-xl-40px{margin-top:40px!important}.mt-xl-44px{margin-top:44px!important}.mt-xl-50px{margin-top:50px!important}.mt-xl-56px{margin-top:56px!important}.mt-xl-60px{margin-top:60px!important}.mt-xl-72px{margin-top:72px!important}.mt-xl-75px{margin-top:75px!important}.mt-xl-82px{margin-top:82px!important}.mt-xl-88px{margin-top:88px!important}.mt-xl-90px{margin-top:90px!important}.me-xl-auto{margin-right:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-2rem{margin-right:2rem!important}.me-xl-4rem{margin-right:4rem!important}.me-xl-5rem{margin-right:5rem!important}.me-xl-6rem{margin-right:6rem!important}.me-xl-7rem{margin-right:7rem!important}.me-xl-9rem{margin-right:9rem!important}.me-xl-15rem{margin-right:15rem!important}.me-xl-17rem{margin-right:17rem!important}.me-xl-1px{margin-right:1px!important}.me-xl-2px{margin-right:2px!important}.me-xl-3px{margin-right:3px!important}.me-xl-5px{margin-right:5px!important}.me-xl-6px{margin-right:6px!important}.me-xl-9px{margin-right:9px!important}.me-xl-10px{margin-right:10px!important}.me-xl-11px{margin-right:11px!important}.me-xl-12px{margin-right:12px!important}.me-xl-13px{margin-right:13px!important}.me-xl-14px{margin-right:14px!important}.me-xl-15px{margin-right:15px!important}.me-xl-18px{margin-right:18px!important}.me-xl-19px{margin-right:19px!important}.me-xl-20px{margin-right:20px!important}.me-xl-22px{margin-right:22px!important}.me-xl-23px{margin-right:23px!important}.me-xl-26px{margin-right:26px!important}.me-xl-28px{margin-right:28px!important}.me-xl-30px{margin-right:30px!important}.me-xl-34px{margin-right:34px!important}.me-xl-36px{margin-right:36px!important}.me-xl-40px{margin-right:40px!important}.me-xl-44px{margin-right:44px!important}.me-xl-50px{margin-right:50px!important}.me-xl-56px{margin-right:56px!important}.me-xl-60px{margin-right:60px!important}.me-xl-72px{margin-right:72px!important}.me-xl-75px{margin-right:75px!important}.me-xl-82px{margin-right:82px!important}.me-xl-88px{margin-right:88px!important}.me-xl-90px{margin-right:90px!important}.mb-xl-auto{margin-bottom:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-2rem{margin-bottom:2rem!important}.mb-xl-4rem{margin-bottom:4rem!important}.mb-xl-5rem{margin-bottom:5rem!important}.mb-xl-6rem{margin-bottom:6rem!important}.mb-xl-7rem{margin-bottom:7rem!important}.mb-xl-9rem{margin-bottom:9rem!important}.mb-xl-15rem{margin-bottom:15rem!important}.mb-xl-17rem{margin-bottom:17rem!important}.mb-xl-1px{margin-bottom:1px!important}.mb-xl-2px{margin-bottom:2px!important}.mb-xl-3px{margin-bottom:3px!important}.mb-xl-5px{margin-bottom:5px!important}.mb-xl-6px{margin-bottom:6px!important}.mb-xl-9px{margin-bottom:9px!important}.mb-xl-10px{margin-bottom:10px!important}.mb-xl-11px{margin-bottom:11px!important}.mb-xl-12px{margin-bottom:12px!important}.mb-xl-13px{margin-bottom:13px!important}.mb-xl-14px{margin-bottom:14px!important}.mb-xl-15px{margin-bottom:15px!important}.mb-xl-18px{margin-bottom:18px!important}.mb-xl-19px{margin-bottom:19px!important}.mb-xl-20px{margin-bottom:20px!important}.mb-xl-22px{margin-bottom:22px!important}.mb-xl-23px{margin-bottom:23px!important}.mb-xl-26px{margin-bottom:26px!important}.mb-xl-28px{margin-bottom:28px!important}.mb-xl-30px{margin-bottom:30px!important}.mb-xl-34px{margin-bottom:34px!important}.mb-xl-36px{margin-bottom:36px!important}.mb-xl-40px{margin-bottom:40px!important}.mb-xl-44px{margin-bottom:44px!important}.mb-xl-50px{margin-bottom:50px!important}.mb-xl-56px{margin-bottom:56px!important}.mb-xl-60px{margin-bottom:60px!important}.mb-xl-72px{margin-bottom:72px!important}.mb-xl-75px{margin-bottom:75px!important}.mb-xl-82px{margin-bottom:82px!important}.mb-xl-88px{margin-bottom:88px!important}.mb-xl-90px{margin-bottom:90px!important}.ms-xl-auto{margin-left:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-2rem{margin-left:2rem!important}.ms-xl-4rem{margin-left:4rem!important}.ms-xl-5rem{margin-left:5rem!important}.ms-xl-6rem{margin-left:6rem!important}.ms-xl-7rem{margin-left:7rem!important}.ms-xl-9rem{margin-left:9rem!important}.ms-xl-15rem{margin-left:15rem!important}.ms-xl-17rem{margin-left:17rem!important}.ms-xl-1px{margin-left:1px!important}.ms-xl-2px{margin-left:2px!important}.ms-xl-3px{margin-left:3px!important}.ms-xl-5px{margin-left:5px!important}.ms-xl-6px{margin-left:6px!important}.ms-xl-9px{margin-left:9px!important}.ms-xl-10px{margin-left:10px!important}.ms-xl-11px{margin-left:11px!important}.ms-xl-12px{margin-left:12px!important}.ms-xl-13px{margin-left:13px!important}.ms-xl-14px{margin-left:14px!important}.ms-xl-15px{margin-left:15px!important}.ms-xl-18px{margin-left:18px!important}.ms-xl-19px{margin-left:19px!important}.ms-xl-20px{margin-left:20px!important}.ms-xl-22px{margin-left:22px!important}.ms-xl-23px{margin-left:23px!important}.ms-xl-26px{margin-left:26px!important}.ms-xl-28px{margin-left:28px!important}.ms-xl-30px{margin-left:30px!important}.ms-xl-34px{margin-left:34px!important}.ms-xl-36px{margin-left:36px!important}.ms-xl-40px{margin-left:40px!important}.ms-xl-44px{margin-left:44px!important}.ms-xl-50px{margin-left:50px!important}.ms-xl-56px{margin-left:56px!important}.ms-xl-60px{margin-left:60px!important}.ms-xl-72px{margin-left:72px!important}.ms-xl-75px{margin-left:75px!important}.ms-xl-82px{margin-left:82px!important}.ms-xl-88px{margin-left:88px!important}.ms-xl-90px{margin-left:90px!important}.m-xl-nauto{margin:-auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.m-xl-n2rem{margin:-2rem!important}.m-xl-n4rem{margin:-4rem!important}.m-xl-n5rem{margin:-5rem!important}.m-xl-n6rem{margin:-6rem!important}.m-xl-n7rem{margin:-7rem!important}.m-xl-n9rem{margin:-9rem!important}.m-xl-n15rem{margin:-15rem!important}.m-xl-n17rem{margin:-17rem!important}.m-xl-n1px{margin:-1px!important}.m-xl-n2px{margin:-2px!important}.m-xl-n3px{margin:-3px!important}.m-xl-n5px{margin:-5px!important}.m-xl-n6px{margin:-6px!important}.m-xl-n9px{margin:-9px!important}.m-xl-n10px{margin:-10px!important}.m-xl-n11px{margin:-11px!important}.m-xl-n12px{margin:-12px!important}.m-xl-n13px{margin:-13px!important}.m-xl-n14px{margin:-14px!important}.m-xl-n15px{margin:-15px!important}.m-xl-n18px{margin:-18px!important}.m-xl-n19px{margin:-19px!important}.m-xl-n20px{margin:-20px!important}.m-xl-n22px{margin:-22px!important}.m-xl-n23px{margin:-23px!important}.m-xl-n26px{margin:-26px!important}.m-xl-n28px{margin:-28px!important}.m-xl-n30px{margin:-30px!important}.m-xl-n34px{margin:-34px!important}.m-xl-n36px{margin:-36px!important}.m-xl-n40px{margin:-40px!important}.m-xl-n44px{margin:-44px!important}.m-xl-n50px{margin:-50px!important}.m-xl-n56px{margin:-56px!important}.m-xl-n60px{margin:-60px!important}.m-xl-n72px{margin:-72px!important}.m-xl-n75px{margin:-75px!important}.m-xl-n82px{margin:-82px!important}.m-xl-n88px{margin:-88px!important}.m-xl-n90px{margin:-90px!important}.mx-xl-nauto{margin-right:-auto!important;margin-left:-auto!important}.mx-xl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xl-n2rem{margin-right:-2rem!important;margin-left:-2rem!important}.mx-xl-n4rem{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xl-n5rem{margin-right:-5rem!important;margin-left:-5rem!important}.mx-xl-n6rem{margin-right:-6rem!important;margin-left:-6rem!important}.mx-xl-n7rem{margin-right:-7rem!important;margin-left:-7rem!important}.mx-xl-n9rem{margin-right:-9rem!important;margin-left:-9rem!important}.mx-xl-n15rem{margin-right:-15rem!important;margin-left:-15rem!important}.mx-xl-n17rem{margin-right:-17rem!important;margin-left:-17rem!important}.mx-xl-n1px{margin-right:-1px!important;margin-left:-1px!important}.mx-xl-n2px{margin-right:-2px!important;margin-left:-2px!important}.mx-xl-n3px{margin-right:-3px!important;margin-left:-3px!important}.mx-xl-n5px{margin-right:-5px!important;margin-left:-5px!important}.mx-xl-n6px{margin-right:-6px!important;margin-left:-6px!important}.mx-xl-n9px{margin-right:-9px!important;margin-left:-9px!important}.mx-xl-n10px{margin-right:-10px!important;margin-left:-10px!important}.mx-xl-n11px{margin-right:-11px!important;margin-left:-11px!important}.mx-xl-n12px{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n13px{margin-right:-13px!important;margin-left:-13px!important}.mx-xl-n14px{margin-right:-14px!important;margin-left:-14px!important}.mx-xl-n15px{margin-right:-15px!important;margin-left:-15px!important}.mx-xl-n18px{margin-right:-18px!important;margin-left:-18px!important}.mx-xl-n19px{margin-right:-19px!important;margin-left:-19px!important}.mx-xl-n20px{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n22px{margin-right:-22px!important;margin-left:-22px!important}.mx-xl-n23px{margin-right:-23px!important;margin-left:-23px!important}.mx-xl-n26px{margin-right:-26px!important;margin-left:-26px!important}.mx-xl-n28px{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n30px{margin-right:-30px!important;margin-left:-30px!important}.mx-xl-n34px{margin-right:-34px!important;margin-left:-34px!important}.mx-xl-n36px{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n40px{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n44px{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n50px{margin-right:-50px!important;margin-left:-50px!important}.mx-xl-n56px{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n60px{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n72px{margin-right:-72px!important;margin-left:-72px!important}.mx-xl-n75px{margin-right:-75px!important;margin-left:-75px!important}.mx-xl-n82px{margin-right:-82px!important;margin-left:-82px!important}.mx-xl-n88px{margin-right:-88px!important;margin-left:-88px!important}.mx-xl-n90px{margin-right:-90px!important;margin-left:-90px!important}.my-xl-nauto{margin-top:-auto!important;margin-bottom:-auto!important}.my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xl-n2rem{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-xl-n4rem{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xl-n5rem{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-xl-n6rem{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-xl-n7rem{margin-top:-7rem!important;margin-bottom:-7rem!important}.my-xl-n9rem{margin-top:-9rem!important;margin-bottom:-9rem!important}.my-xl-n15rem{margin-top:-15rem!important;margin-bottom:-15rem!important}.my-xl-n17rem{margin-top:-17rem!important;margin-bottom:-17rem!important}.my-xl-n1px{margin-top:-1px!important;margin-bottom:-1px!important}.my-xl-n2px{margin-top:-2px!important;margin-bottom:-2px!important}.my-xl-n3px{margin-top:-3px!important;margin-bottom:-3px!important}.my-xl-n5px{margin-top:-5px!important;margin-bottom:-5px!important}.my-xl-n6px{margin-top:-6px!important;margin-bottom:-6px!important}.my-xl-n9px{margin-top:-9px!important;margin-bottom:-9px!important}.my-xl-n10px{margin-top:-10px!important;margin-bottom:-10px!important}.my-xl-n11px{margin-top:-11px!important;margin-bottom:-11px!important}.my-xl-n12px{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n13px{margin-top:-13px!important;margin-bottom:-13px!important}.my-xl-n14px{margin-top:-14px!important;margin-bottom:-14px!important}.my-xl-n15px{margin-top:-15px!important;margin-bottom:-15px!important}.my-xl-n18px{margin-top:-18px!important;margin-bottom:-18px!important}.my-xl-n19px{margin-top:-19px!important;margin-bottom:-19px!important}.my-xl-n20px{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n22px{margin-top:-22px!important;margin-bottom:-22px!important}.my-xl-n23px{margin-top:-23px!important;margin-bottom:-23px!important}.my-xl-n26px{margin-top:-26px!important;margin-bottom:-26px!important}.my-xl-n28px{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n30px{margin-top:-30px!important;margin-bottom:-30px!important}.my-xl-n34px{margin-top:-34px!important;margin-bottom:-34px!important}.my-xl-n36px{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n40px{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n44px{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n50px{margin-top:-50px!important;margin-bottom:-50px!important}.my-xl-n56px{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n60px{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n72px{margin-top:-72px!important;margin-bottom:-72px!important}.my-xl-n75px{margin-top:-75px!important;margin-bottom:-75px!important}.my-xl-n82px{margin-top:-82px!important;margin-bottom:-82px!important}.my-xl-n88px{margin-top:-88px!important;margin-bottom:-88px!important}.my-xl-n90px{margin-top:-90px!important;margin-bottom:-90px!important}.mt-xl-nauto{margin-top:-auto!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mt-xl-n2rem{margin-top:-2rem!important}.mt-xl-n4rem{margin-top:-4rem!important}.mt-xl-n5rem{margin-top:-5rem!important}.mt-xl-n6rem{margin-top:-6rem!important}.mt-xl-n7rem{margin-top:-7rem!important}.mt-xl-n9rem{margin-top:-9rem!important}.mt-xl-n15rem{margin-top:-15rem!important}.mt-xl-n17rem{margin-top:-17rem!important}.mt-xl-n1px{margin-top:-1px!important}.mt-xl-n2px{margin-top:-2px!important}.mt-xl-n3px{margin-top:-3px!important}.mt-xl-n5px{margin-top:-5px!important}.mt-xl-n6px{margin-top:-6px!important}.mt-xl-n9px{margin-top:-9px!important}.mt-xl-n10px{margin-top:-10px!important}.mt-xl-n11px{margin-top:-11px!important}.mt-xl-n12px{margin-top:-12px!important}.mt-xl-n13px{margin-top:-13px!important}.mt-xl-n14px{margin-top:-14px!important}.mt-xl-n15px{margin-top:-15px!important}.mt-xl-n18px{margin-top:-18px!important}.mt-xl-n19px{margin-top:-19px!important}.mt-xl-n20px{margin-top:-20px!important}.mt-xl-n22px{margin-top:-22px!important}.mt-xl-n23px{margin-top:-23px!important}.mt-xl-n26px{margin-top:-26px!important}.mt-xl-n28px{margin-top:-28px!important}.mt-xl-n30px{margin-top:-30px!important}.mt-xl-n34px{margin-top:-34px!important}.mt-xl-n36px{margin-top:-36px!important}.mt-xl-n40px{margin-top:-40px!important}.mt-xl-n44px{margin-top:-44px!important}.mt-xl-n50px{margin-top:-50px!important}.mt-xl-n56px{margin-top:-56px!important}.mt-xl-n60px{margin-top:-60px!important}.mt-xl-n72px{margin-top:-72px!important}.mt-xl-n75px{margin-top:-75px!important}.mt-xl-n82px{margin-top:-82px!important}.mt-xl-n88px{margin-top:-88px!important}.mt-xl-n90px{margin-top:-90px!important}.me-xl-nauto{margin-right:-auto!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-3rem!important}.me-xl-n2rem{margin-right:-2rem!important}.me-xl-n4rem{margin-right:-4rem!important}.me-xl-n5rem{margin-right:-5rem!important}.me-xl-n6rem{margin-right:-6rem!important}.me-xl-n7rem{margin-right:-7rem!important}.me-xl-n9rem{margin-right:-9rem!important}.me-xl-n15rem{margin-right:-15rem!important}.me-xl-n17rem{margin-right:-17rem!important}.me-xl-n1px{margin-right:-1px!important}.me-xl-n2px{margin-right:-2px!important}.me-xl-n3px{margin-right:-3px!important}.me-xl-n5px{margin-right:-5px!important}.me-xl-n6px{margin-right:-6px!important}.me-xl-n9px{margin-right:-9px!important}.me-xl-n10px{margin-right:-10px!important}.me-xl-n11px{margin-right:-11px!important}.me-xl-n12px{margin-right:-12px!important}.me-xl-n13px{margin-right:-13px!important}.me-xl-n14px{margin-right:-14px!important}.me-xl-n15px{margin-right:-15px!important}.me-xl-n18px{margin-right:-18px!important}.me-xl-n19px{margin-right:-19px!important}.me-xl-n20px{margin-right:-20px!important}.me-xl-n22px{margin-right:-22px!important}.me-xl-n23px{margin-right:-23px!important}.me-xl-n26px{margin-right:-26px!important}.me-xl-n28px{margin-right:-28px!important}.me-xl-n30px{margin-right:-30px!important}.me-xl-n34px{margin-right:-34px!important}.me-xl-n36px{margin-right:-36px!important}.me-xl-n40px{margin-right:-40px!important}.me-xl-n44px{margin-right:-44px!important}.me-xl-n50px{margin-right:-50px!important}.me-xl-n56px{margin-right:-56px!important}.me-xl-n60px{margin-right:-60px!important}.me-xl-n72px{margin-right:-72px!important}.me-xl-n75px{margin-right:-75px!important}.me-xl-n82px{margin-right:-82px!important}.me-xl-n88px{margin-right:-88px!important}.me-xl-n90px{margin-right:-90px!important}.mb-xl-nauto{margin-bottom:-auto!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.mb-xl-n2rem{margin-bottom:-2rem!important}.mb-xl-n4rem{margin-bottom:-4rem!important}.mb-xl-n5rem{margin-bottom:-5rem!important}.mb-xl-n6rem{margin-bottom:-6rem!important}.mb-xl-n7rem{margin-bottom:-7rem!important}.mb-xl-n9rem{margin-bottom:-9rem!important}.mb-xl-n15rem{margin-bottom:-15rem!important}.mb-xl-n17rem{margin-bottom:-17rem!important}.mb-xl-n1px{margin-bottom:-1px!important}.mb-xl-n2px{margin-bottom:-2px!important}.mb-xl-n3px{margin-bottom:-3px!important}.mb-xl-n5px{margin-bottom:-5px!important}.mb-xl-n6px{margin-bottom:-6px!important}.mb-xl-n9px{margin-bottom:-9px!important}.mb-xl-n10px{margin-bottom:-10px!important}.mb-xl-n11px{margin-bottom:-11px!important}.mb-xl-n12px{margin-bottom:-12px!important}.mb-xl-n13px{margin-bottom:-13px!important}.mb-xl-n14px{margin-bottom:-14px!important}.mb-xl-n15px{margin-bottom:-15px!important}.mb-xl-n18px{margin-bottom:-18px!important}.mb-xl-n19px{margin-bottom:-19px!important}.mb-xl-n20px{margin-bottom:-20px!important}.mb-xl-n22px{margin-bottom:-22px!important}.mb-xl-n23px{margin-bottom:-23px!important}.mb-xl-n26px{margin-bottom:-26px!important}.mb-xl-n28px{margin-bottom:-28px!important}.mb-xl-n30px{margin-bottom:-30px!important}.mb-xl-n34px{margin-bottom:-34px!important}.mb-xl-n36px{margin-bottom:-36px!important}.mb-xl-n40px{margin-bottom:-40px!important}.mb-xl-n44px{margin-bottom:-44px!important}.mb-xl-n50px{margin-bottom:-50px!important}.mb-xl-n56px{margin-bottom:-56px!important}.mb-xl-n60px{margin-bottom:-60px!important}.mb-xl-n72px{margin-bottom:-72px!important}.mb-xl-n75px{margin-bottom:-75px!important}.mb-xl-n82px{margin-bottom:-82px!important}.mb-xl-n88px{margin-bottom:-88px!important}.mb-xl-n90px{margin-bottom:-90px!important}.ms-xl-nauto{margin-left:-auto!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-3rem!important}.ms-xl-n2rem{margin-left:-2rem!important}.ms-xl-n4rem{margin-left:-4rem!important}.ms-xl-n5rem{margin-left:-5rem!important}.ms-xl-n6rem{margin-left:-6rem!important}.ms-xl-n7rem{margin-left:-7rem!important}.ms-xl-n9rem{margin-left:-9rem!important}.ms-xl-n15rem{margin-left:-15rem!important}.ms-xl-n17rem{margin-left:-17rem!important}.ms-xl-n1px{margin-left:-1px!important}.ms-xl-n2px{margin-left:-2px!important}.ms-xl-n3px{margin-left:-3px!important}.ms-xl-n5px{margin-left:-5px!important}.ms-xl-n6px{margin-left:-6px!important}.ms-xl-n9px{margin-left:-9px!important}.ms-xl-n10px{margin-left:-10px!important}.ms-xl-n11px{margin-left:-11px!important}.ms-xl-n12px{margin-left:-12px!important}.ms-xl-n13px{margin-left:-13px!important}.ms-xl-n14px{margin-left:-14px!important}.ms-xl-n15px{margin-left:-15px!important}.ms-xl-n18px{margin-left:-18px!important}.ms-xl-n19px{margin-left:-19px!important}.ms-xl-n20px{margin-left:-20px!important}.ms-xl-n22px{margin-left:-22px!important}.ms-xl-n23px{margin-left:-23px!important}.ms-xl-n26px{margin-left:-26px!important}.ms-xl-n28px{margin-left:-28px!important}.ms-xl-n30px{margin-left:-30px!important}.ms-xl-n34px{margin-left:-34px!important}.ms-xl-n36px{margin-left:-36px!important}.ms-xl-n40px{margin-left:-40px!important}.ms-xl-n44px{margin-left:-44px!important}.ms-xl-n50px{margin-left:-50px!important}.ms-xl-n56px{margin-left:-56px!important}.ms-xl-n60px{margin-left:-60px!important}.ms-xl-n72px{margin-left:-72px!important}.ms-xl-n75px{margin-left:-75px!important}.ms-xl-n82px{margin-left:-82px!important}.ms-xl-n88px{margin-left:-88px!important}.ms-xl-n90px{margin-left:-90px!important}.p-xl-auto{padding:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xl-2rem{padding:2rem!important}.p-xl-4rem{padding:4rem!important}.p-xl-5rem{padding:5rem!important}.p-xl-6rem{padding:6rem!important}.p-xl-7rem{padding:7rem!important}.p-xl-9rem{padding:9rem!important}.p-xl-15rem{padding:15rem!important}.p-xl-17rem{padding:17rem!important}.p-xl-1px{padding:1px!important}.p-xl-2px{padding:2px!important}.p-xl-3px{padding:3px!important}.p-xl-5px{padding:5px!important}.p-xl-6px{padding:6px!important}.p-xl-9px{padding:9px!important}.p-xl-10px{padding:10px!important}.p-xl-11px{padding:11px!important}.p-xl-12px{padding:12px!important}.p-xl-13px{padding:13px!important}.p-xl-14px{padding:14px!important}.p-xl-15px{padding:15px!important}.p-xl-18px{padding:18px!important}.p-xl-19px{padding:19px!important}.p-xl-20px{padding:20px!important}.p-xl-22px{padding:22px!important}.p-xl-23px{padding:23px!important}.p-xl-26px{padding:26px!important}.p-xl-28px{padding:28px!important}.p-xl-30px{padding:30px!important}.p-xl-34px{padding:34px!important}.p-xl-36px{padding:36px!important}.p-xl-40px{padding:40px!important}.p-xl-44px{padding:44px!important}.p-xl-50px{padding:50px!important}.p-xl-56px{padding:56px!important}.p-xl-60px{padding:60px!important}.p-xl-72px{padding:72px!important}.p-xl-75px{padding:75px!important}.p-xl-82px{padding:82px!important}.p-xl-88px{padding:88px!important}.p-xl-90px{padding:90px!important}.px-xl-auto{padding-right:auto!important;padding-left:auto!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.px-xl-2rem{padding-right:2rem!important;padding-left:2rem!important}.px-xl-4rem{padding-right:4rem!important;padding-left:4rem!important}.px-xl-5rem{padding-right:5rem!important;padding-left:5rem!important}.px-xl-6rem{padding-right:6rem!important;padding-left:6rem!important}.px-xl-7rem{padding-right:7rem!important;padding-left:7rem!important}.px-xl-9rem{padding-right:9rem!important;padding-left:9rem!important}.px-xl-15rem{padding-right:15rem!important;padding-left:15rem!important}.px-xl-17rem{padding-right:17rem!important;padding-left:17rem!important}.px-xl-1px{padding-right:1px!important;padding-left:1px!important}.px-xl-2px{padding-right:2px!important;padding-left:2px!important}.px-xl-3px{padding-right:3px!important;padding-left:3px!important}.px-xl-5px{padding-right:5px!important;padding-left:5px!important}.px-xl-6px{padding-right:6px!important;padding-left:6px!important}.px-xl-9px{padding-right:9px!important;padding-left:9px!important}.px-xl-10px{padding-right:10px!important;padding-left:10px!important}.px-xl-11px{padding-right:11px!important;padding-left:11px!important}.px-xl-12px{padding-right:12px!important;padding-left:12px!important}.px-xl-13px{padding-right:13px!important;padding-left:13px!important}.px-xl-14px{padding-right:14px!important;padding-left:14px!important}.px-xl-15px{padding-right:15px!important;padding-left:15px!important}.px-xl-18px{padding-right:18px!important;padding-left:18px!important}.px-xl-19px{padding-right:19px!important;padding-left:19px!important}.px-xl-20px{padding-right:20px!important;padding-left:20px!important}.px-xl-22px{padding-right:22px!important;padding-left:22px!important}.px-xl-23px{padding-right:23px!important;padding-left:23px!important}.px-xl-26px{padding-right:26px!important;padding-left:26px!important}.px-xl-28px{padding-right:28px!important;padding-left:28px!important}.px-xl-30px{padding-right:30px!important;padding-left:30px!important}.px-xl-34px{padding-right:34px!important;padding-left:34px!important}.px-xl-36px{padding-right:36px!important;padding-left:36px!important}.px-xl-40px{padding-right:40px!important;padding-left:40px!important}.px-xl-44px{padding-right:44px!important;padding-left:44px!important}.px-xl-50px{padding-right:50px!important;padding-left:50px!important}.px-xl-56px{padding-right:56px!important;padding-left:56px!important}.px-xl-60px{padding-right:60px!important;padding-left:60px!important}.px-xl-72px{padding-right:72px!important;padding-left:72px!important}.px-xl-75px{padding-right:75px!important;padding-left:75px!important}.px-xl-82px{padding-right:82px!important;padding-left:82px!important}.px-xl-88px{padding-right:88px!important;padding-left:88px!important}.px-xl-90px{padding-right:90px!important;padding-left:90px!important}.py-xl-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.py-xl-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.py-xl-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.py-xl-7rem{padding-top:7rem!important;padding-bottom:7rem!important}.py-xl-9rem{padding-top:9rem!important;padding-bottom:9rem!important}.py-xl-15rem{padding-top:15rem!important;padding-bottom:15rem!important}.py-xl-17rem{padding-top:17rem!important;padding-bottom:17rem!important}.py-xl-1px{padding-top:1px!important;padding-bottom:1px!important}.py-xl-2px{padding-top:2px!important;padding-bottom:2px!important}.py-xl-3px{padding-top:3px!important;padding-bottom:3px!important}.py-xl-5px{padding-top:5px!important;padding-bottom:5px!important}.py-xl-6px{padding-top:6px!important;padding-bottom:6px!important}.py-xl-9px{padding-top:9px!important;padding-bottom:9px!important}.py-xl-10px{padding-top:10px!important;padding-bottom:10px!important}.py-xl-11px{padding-top:11px!important;padding-bottom:11px!important}.py-xl-12px{padding-top:12px!important;padding-bottom:12px!important}.py-xl-13px{padding-top:13px!important;padding-bottom:13px!important}.py-xl-14px{padding-top:14px!important;padding-bottom:14px!important}.py-xl-15px{padding-top:15px!important;padding-bottom:15px!important}.py-xl-18px{padding-top:18px!important;padding-bottom:18px!important}.py-xl-19px{padding-top:19px!important;padding-bottom:19px!important}.py-xl-20px{padding-top:20px!important;padding-bottom:20px!important}.py-xl-22px{padding-top:22px!important;padding-bottom:22px!important}.py-xl-23px{padding-top:23px!important;padding-bottom:23px!important}.py-xl-26px{padding-top:26px!important;padding-bottom:26px!important}.py-xl-28px{padding-top:28px!important;padding-bottom:28px!important}.py-xl-30px{padding-top:30px!important;padding-bottom:30px!important}.py-xl-34px{padding-top:34px!important;padding-bottom:34px!important}.py-xl-36px{padding-top:36px!important;padding-bottom:36px!important}.py-xl-40px{padding-top:40px!important;padding-bottom:40px!important}.py-xl-44px{padding-top:44px!important;padding-bottom:44px!important}.py-xl-50px{padding-top:50px!important;padding-bottom:50px!important}.py-xl-56px{padding-top:56px!important;padding-bottom:56px!important}.py-xl-60px{padding-top:60px!important;padding-bottom:60px!important}.py-xl-72px{padding-top:72px!important;padding-bottom:72px!important}.py-xl-75px{padding-top:75px!important;padding-bottom:75px!important}.py-xl-82px{padding-top:82px!important;padding-bottom:82px!important}.py-xl-88px{padding-top:88px!important;padding-bottom:88px!important}.py-xl-90px{padding-top:90px!important;padding-bottom:90px!important}.pt-xl-auto{padding-top:auto!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-2rem{padding-top:2rem!important}.pt-xl-4rem{padding-top:4rem!important}.pt-xl-5rem{padding-top:5rem!important}.pt-xl-6rem{padding-top:6rem!important}.pt-xl-7rem{padding-top:7rem!important}.pt-xl-9rem{padding-top:9rem!important}.pt-xl-15rem{padding-top:15rem!important}.pt-xl-17rem{padding-top:17rem!important}.pt-xl-1px{padding-top:1px!important}.pt-xl-2px{padding-top:2px!important}.pt-xl-3px{padding-top:3px!important}.pt-xl-5px{padding-top:5px!important}.pt-xl-6px{padding-top:6px!important}.pt-xl-9px{padding-top:9px!important}.pt-xl-10px{padding-top:10px!important}.pt-xl-11px{padding-top:11px!important}.pt-xl-12px{padding-top:12px!important}.pt-xl-13px{padding-top:13px!important}.pt-xl-14px{padding-top:14px!important}.pt-xl-15px{padding-top:15px!important}.pt-xl-18px{padding-top:18px!important}.pt-xl-19px{padding-top:19px!important}.pt-xl-20px{padding-top:20px!important}.pt-xl-22px{padding-top:22px!important}.pt-xl-23px{padding-top:23px!important}.pt-xl-26px{padding-top:26px!important}.pt-xl-28px{padding-top:28px!important}.pt-xl-30px{padding-top:30px!important}.pt-xl-34px{padding-top:34px!important}.pt-xl-36px{padding-top:36px!important}.pt-xl-40px{padding-top:40px!important}.pt-xl-44px{padding-top:44px!important}.pt-xl-50px{padding-top:50px!important}.pt-xl-56px{padding-top:56px!important}.pt-xl-60px{padding-top:60px!important}.pt-xl-72px{padding-top:72px!important}.pt-xl-75px{padding-top:75px!important}.pt-xl-82px{padding-top:82px!important}.pt-xl-88px{padding-top:88px!important}.pt-xl-90px{padding-top:90px!important}.pe-xl-auto{padding-right:auto!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pe-xl-2rem{padding-right:2rem!important}.pe-xl-4rem{padding-right:4rem!important}.pe-xl-5rem{padding-right:5rem!important}.pe-xl-6rem{padding-right:6rem!important}.pe-xl-7rem{padding-right:7rem!important}.pe-xl-9rem{padding-right:9rem!important}.pe-xl-15rem{padding-right:15rem!important}.pe-xl-17rem{padding-right:17rem!important}.pe-xl-1px{padding-right:1px!important}.pe-xl-2px{padding-right:2px!important}.pe-xl-3px{padding-right:3px!important}.pe-xl-5px{padding-right:5px!important}.pe-xl-6px{padding-right:6px!important}.pe-xl-9px{padding-right:9px!important}.pe-xl-10px{padding-right:10px!important}.pe-xl-11px{padding-right:11px!important}.pe-xl-12px{padding-right:12px!important}.pe-xl-13px{padding-right:13px!important}.pe-xl-14px{padding-right:14px!important}.pe-xl-15px{padding-right:15px!important}.pe-xl-18px{padding-right:18px!important}.pe-xl-19px{padding-right:19px!important}.pe-xl-20px{padding-right:20px!important}.pe-xl-22px{padding-right:22px!important}.pe-xl-23px{padding-right:23px!important}.pe-xl-26px{padding-right:26px!important}.pe-xl-28px{padding-right:28px!important}.pe-xl-30px{padding-right:30px!important}.pe-xl-34px{padding-right:34px!important}.pe-xl-36px{padding-right:36px!important}.pe-xl-40px{padding-right:40px!important}.pe-xl-44px{padding-right:44px!important}.pe-xl-50px{padding-right:50px!important}.pe-xl-56px{padding-right:56px!important}.pe-xl-60px{padding-right:60px!important}.pe-xl-72px{padding-right:72px!important}.pe-xl-75px{padding-right:75px!important}.pe-xl-82px{padding-right:82px!important}.pe-xl-88px{padding-right:88px!important}.pe-xl-90px{padding-right:90px!important}.pb-xl-auto{padding-bottom:auto!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-2rem{padding-bottom:2rem!important}.pb-xl-4rem{padding-bottom:4rem!important}.pb-xl-5rem{padding-bottom:5rem!important}.pb-xl-6rem{padding-bottom:6rem!important}.pb-xl-7rem{padding-bottom:7rem!important}.pb-xl-9rem{padding-bottom:9rem!important}.pb-xl-15rem{padding-bottom:15rem!important}.pb-xl-17rem{padding-bottom:17rem!important}.pb-xl-1px{padding-bottom:1px!important}.pb-xl-2px{padding-bottom:2px!important}.pb-xl-3px{padding-bottom:3px!important}.pb-xl-5px{padding-bottom:5px!important}.pb-xl-6px{padding-bottom:6px!important}.pb-xl-9px{padding-bottom:9px!important}.pb-xl-10px{padding-bottom:10px!important}.pb-xl-11px{padding-bottom:11px!important}.pb-xl-12px{padding-bottom:12px!important}.pb-xl-13px{padding-bottom:13px!important}.pb-xl-14px{padding-bottom:14px!important}.pb-xl-15px{padding-bottom:15px!important}.pb-xl-18px{padding-bottom:18px!important}.pb-xl-19px{padding-bottom:19px!important}.pb-xl-20px{padding-bottom:20px!important}.pb-xl-22px{padding-bottom:22px!important}.pb-xl-23px{padding-bottom:23px!important}.pb-xl-26px{padding-bottom:26px!important}.pb-xl-28px{padding-bottom:28px!important}.pb-xl-30px{padding-bottom:30px!important}.pb-xl-34px{padding-bottom:34px!important}.pb-xl-36px{padding-bottom:36px!important}.pb-xl-40px{padding-bottom:40px!important}.pb-xl-44px{padding-bottom:44px!important}.pb-xl-50px{padding-bottom:50px!important}.pb-xl-56px{padding-bottom:56px!important}.pb-xl-60px{padding-bottom:60px!important}.pb-xl-72px{padding-bottom:72px!important}.pb-xl-75px{padding-bottom:75px!important}.pb-xl-82px{padding-bottom:82px!important}.pb-xl-88px{padding-bottom:88px!important}.pb-xl-90px{padding-bottom:90px!important}.ps-xl-auto{padding-left:auto!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.ps-xl-2rem{padding-left:2rem!important}.ps-xl-4rem{padding-left:4rem!important}.ps-xl-5rem{padding-left:5rem!important}.ps-xl-6rem{padding-left:6rem!important}.ps-xl-7rem{padding-left:7rem!important}.ps-xl-9rem{padding-left:9rem!important}.ps-xl-15rem{padding-left:15rem!important}.ps-xl-17rem{padding-left:17rem!important}.ps-xl-1px{padding-left:1px!important}.ps-xl-2px{padding-left:2px!important}.ps-xl-3px{padding-left:3px!important}.ps-xl-5px{padding-left:5px!important}.ps-xl-6px{padding-left:6px!important}.ps-xl-9px{padding-left:9px!important}.ps-xl-10px{padding-left:10px!important}.ps-xl-11px{padding-left:11px!important}.ps-xl-12px{padding-left:12px!important}.ps-xl-13px{padding-left:13px!important}.ps-xl-14px{padding-left:14px!important}.ps-xl-15px{padding-left:15px!important}.ps-xl-18px{padding-left:18px!important}.ps-xl-19px{padding-left:19px!important}.ps-xl-20px{padding-left:20px!important}.ps-xl-22px{padding-left:22px!important}.ps-xl-23px{padding-left:23px!important}.ps-xl-26px{padding-left:26px!important}.ps-xl-28px{padding-left:28px!important}.ps-xl-30px{padding-left:30px!important}.ps-xl-34px{padding-left:34px!important}.ps-xl-36px{padding-left:36px!important}.ps-xl-40px{padding-left:40px!important}.ps-xl-44px{padding-left:44px!important}.ps-xl-50px{padding-left:50px!important}.ps-xl-56px{padding-left:56px!important}.ps-xl-60px{padding-left:60px!important}.ps-xl-72px{padding-left:72px!important}.ps-xl-75px{padding-left:75px!important}.ps-xl-82px{padding-left:82px!important}.ps-xl-88px{padding-left:88px!important}.ps-xl-90px{padding-left:90px!important}.fs-xl-1{font-size:calc(1.425rem + 2.1vw)!important}.fs-xl-2{font-size:calc(1.375rem + 1.5vw)!important}.fs-xl-3{font-size:calc(1.325rem + .9vw)!important}.fs-xl-4{font-size:calc(1.275rem + .3vw)!important}.fs-xl-5{font-size:1.125rem!important}.fs-xl-6{font-size:1rem!important}.fs-xl-7{font-size:.875rem!important}.fs-xl-8{font-size:.75rem!important}.fs-xl-9{font-size:.5rem!important}.fs-xl-200{font-size:calc(2.375rem + 13.5vw)!important}.fs-xl-140{font-size:calc(2rem + 9vw)!important}.fs-xl-100{font-size:calc(1.75rem + 6vw)!important}.fs-xl-90{font-size:calc(1.6875rem + 5.25vw)!important}.fs-xl-80{font-size:calc(1.625rem + 4.5vw)!important}.fs-xl-70{font-size:calc(1.5625rem + 3.75vw)!important}.fs-xl-60{font-size:calc(1.5rem + 3vw)!important}.fs-xl-56{font-size:calc(1.475rem + 2.7vw)!important}.fs-xl-36{font-size:calc(1.35rem + 1.2vw)!important}.fs-xl-34{font-size:calc(1.3375rem + 1.05vw)!important}.fs-xl-28{font-size:calc(1.3rem + .6vw)!important}.fs-xl-30{font-size:calc(1.3125rem + .75vw)!important}.fs-xl-22{font-size:calc(1.2625rem + .15vw)!important}.fs-xl-20{font-size:1.25rem!important}.fs-xl-17{font-size:1.0625rem!important}.fs-xl-12{font-size:.75rem!important}.fs-xl-11{font-size:.6875rem!important}.fs-xl-10{font-size:.625rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-xl-primary-50{--bs-text-opacity:1;color:rgba(var(--bs-primary-50-rgb),var(--bs-text-opacity))!important}.text-xl-primary-100{--bs-text-opacity:1;color:rgba(var(--bs-primary-100-rgb),var(--bs-text-opacity))!important}.text-xl-primary-light{--bs-text-opacity:1;color:rgba(var(--bs-primary-light-rgb),var(--bs-text-opacity))!important}.text-xl-primary-dark{--bs-text-opacity:1;color:rgba(var(--bs-primary-dark-rgb),var(--bs-text-opacity))!important}.text-xl-primary-stroke{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-rgb),var(--bs-text-opacity))!important}.text-xl-primary-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-text-opacity))!important}.text-xl-primary-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-text-opacity))!important}.text-xl-profile{--bs-text-opacity:1;color:rgba(var(--bs-profile-rgb),var(--bs-text-opacity))!important}.text-xl-profile-stroke{--bs-text-opacity:1;color:rgba(var(--bs-profile-stroke-rgb),var(--bs-text-opacity))!important}.text-xl-profile-block{--bs-text-opacity:1;color:rgba(var(--bs-profile-block-rgb),var(--bs-text-opacity))!important}.text-xl-profile-text{--bs-text-opacity:1;color:rgba(var(--bs-profile-text-rgb),var(--bs-text-opacity))!important}.text-xl-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-xl-secondary-50{--bs-text-opacity:1;color:rgba(var(--bs-secondary-50-rgb),var(--bs-text-opacity))!important}.text-xl-secondary-100{--bs-text-opacity:1;color:rgba(var(--bs-secondary-100-rgb),var(--bs-text-opacity))!important}.text-xl-secondary-light{--bs-text-opacity:1;color:rgba(var(--bs-secondary-light-rgb),var(--bs-text-opacity))!important}.text-xl-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-xl-success-light{--bs-text-opacity:1;color:rgba(var(--bs-success-light-rgb),var(--bs-text-opacity))!important}.text-xl-success-bullet{--bs-text-opacity:1;color:rgba(var(--bs-success-bullet-rgb),var(--bs-text-opacity))!important}.text-xl-success-lighter{--bs-text-opacity:1;color:rgba(var(--bs-success-lighter-rgb),var(--bs-text-opacity))!important}.text-xl-success-dark{--bs-text-opacity:1;color:rgba(var(--bs-success-dark-rgb),var(--bs-text-opacity))!important}.text-xl-success-darken{--bs-text-opacity:1;color:rgba(var(--bs-success-darken-rgb),var(--bs-text-opacity))!important}.text-xl-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-xl-info-50{--bs-text-opacity:1;color:rgba(var(--bs-info-50-rgb),var(--bs-text-opacity))!important}.text-xl-info-100{--bs-text-opacity:1;color:rgba(var(--bs-info-100-rgb),var(--bs-text-opacity))!important}.text-xl-info-300{--bs-text-opacity:1;color:rgba(var(--bs-info-300-rgb),var(--bs-text-opacity))!important}.text-xl-info-stroke{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-rgb),var(--bs-text-opacity))!important}.text-xl-info-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-text-opacity))!important}.text-xl-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-xl-warning-50{--bs-text-opacity:1;color:rgba(var(--bs-warning-50-rgb),var(--bs-text-opacity))!important}.text-xl-warning-100{--bs-text-opacity:1;color:rgba(var(--bs-warning-100-rgb),var(--bs-text-opacity))!important}.text-xl-warning-title{--bs-text-opacity:1;color:rgba(var(--bs-warning-title-rgb),var(--bs-text-opacity))!important}.text-xl-warning-light{--bs-text-opacity:1;color:rgba(var(--bs-warning-light-rgb),var(--bs-text-opacity))!important}.text-xl-warning-bg{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-rgb),var(--bs-text-opacity))!important}.text-xl-warning-bg-1{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-text-opacity))!important}.text-xl-warning-bg-2{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-text-opacity))!important}.text-xl-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-xl-danger-50{--bs-text-opacity:1;color:rgba(var(--bs-danger-50-rgb),var(--bs-text-opacity))!important}.text-xl-danger-light{--bs-text-opacity:1;color:rgba(var(--bs-danger-light-rgb),var(--bs-text-opacity))!important}.text-xl-danger-dark{--bs-text-opacity:1;color:rgba(var(--bs-danger-dark-rgb),var(--bs-text-opacity))!important}.text-xl-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-xl-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-xl-dark-50{--bs-text-opacity:1;color:rgba(var(--bs-dark-50-rgb),var(--bs-text-opacity))!important}.text-xl-dark-100{--bs-text-opacity:1;color:rgba(var(--bs-dark-100-rgb),var(--bs-text-opacity))!important}.text-xl-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important}.text-xl-purple{--bs-text-opacity:1;color:rgba(var(--bs-purple-rgb),var(--bs-text-opacity))!important}.text-xl-purple-light{--bs-text-opacity:1;color:rgba(var(--bs-purple-light-rgb),var(--bs-text-opacity))!important}.text-xl-body-1{--bs-text-opacity:1;color:rgba(var(--bs-body-1-rgb),var(--bs-text-opacity))!important}.text-xl-body-2{--bs-text-opacity:1;color:rgba(var(--bs-body-2-rgb),var(--bs-text-opacity))!important}.text-xl-gray-body{--bs-text-opacity:1;color:rgba(var(--bs-gray-body-rgb),var(--bs-text-opacity))!important}.text-xl-gray-border{--bs-text-opacity:1;color:rgba(var(--bs-gray-border-rgb),var(--bs-text-opacity))!important}.text-xl-gray-50{--bs-text-opacity:1;color:rgba(var(--bs-gray-50-rgb),var(--bs-text-opacity))!important}.text-xl-gray-100{--bs-text-opacity:1;color:rgba(var(--bs-gray-100-rgb),var(--bs-text-opacity))!important}.text-xl-gray-200{--bs-text-opacity:1;color:rgba(var(--bs-gray-200-rgb),var(--bs-text-opacity))!important}.text-xl-gray-300{--bs-text-opacity:1;color:rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important}.text-xl-gray-400{--bs-text-opacity:1;color:rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity))!important}.text-xl-gray-500{--bs-text-opacity:1;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-xl-gray-600{--bs-text-opacity:1;color:rgba(var(--bs-gray-600-rgb),var(--bs-text-opacity))!important}.text-xl-gray-700{--bs-text-opacity:1;color:rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity))!important}.text-xl-gray-800{--bs-text-opacity:1;color:rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important}.text-xl-gray-900{--bs-text-opacity:1;color:rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important}.text-xl-gray-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-text-opacity))!important}.text-xl-transparent{--bs-text-opacity:1;color:rgba(var(--bs-transparent-rgb),var(--bs-text-opacity))!important}.text-xl-purple-600{--bs-text-opacity:1;color:rgba(var(--bs-purple-600-rgb),var(--bs-text-opacity))!important}.text-xl-light-100{--bs-text-opacity:1;color:rgba(var(--bs-light-100-rgb),var(--bs-text-opacity))!important}.text-xl-blue-300{--bs-text-opacity:1;color:rgba(var(--bs-blue-300-rgb),var(--bs-text-opacity))!important}.text-xl-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-xl-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-xl-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-xl-muted{--bs-text-opacity:1;color:#8a8a8e!important}.text-xl-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-xl-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-xl-reset{--bs-text-opacity:1;color:inherit!important}.bg-xl-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-xl-primary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-50-rgb),var(--bs-bg-opacity))!important}.bg-xl-primary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-100-rgb),var(--bs-bg-opacity))!important}.bg-xl-primary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-light-rgb),var(--bs-bg-opacity))!important}.bg-xl-primary-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-dark-rgb),var(--bs-bg-opacity))!important}.bg-xl-primary-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-rgb),var(--bs-bg-opacity))!important}.bg-xl-primary-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-xl-primary-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-xl-profile{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-rgb),var(--bs-bg-opacity))!important}.bg-xl-profile-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-stroke-rgb),var(--bs-bg-opacity))!important}.bg-xl-profile-block{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-block-rgb),var(--bs-bg-opacity))!important}.bg-xl-profile-text{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-text-rgb),var(--bs-bg-opacity))!important}.bg-xl-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-xl-secondary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-50-rgb),var(--bs-bg-opacity))!important}.bg-xl-secondary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-100-rgb),var(--bs-bg-opacity))!important}.bg-xl-secondary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-light-rgb),var(--bs-bg-opacity))!important}.bg-xl-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-xl-success-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-light-rgb),var(--bs-bg-opacity))!important}.bg-xl-success-bullet{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-bullet-rgb),var(--bs-bg-opacity))!important}.bg-xl-success-lighter{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-lighter-rgb),var(--bs-bg-opacity))!important}.bg-xl-success-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-dark-rgb),var(--bs-bg-opacity))!important}.bg-xl-success-darken{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-darken-rgb),var(--bs-bg-opacity))!important}.bg-xl-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-xl-info-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-50-rgb),var(--bs-bg-opacity))!important}.bg-xl-info-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-100-rgb),var(--bs-bg-opacity))!important}.bg-xl-info-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-300-rgb),var(--bs-bg-opacity))!important}.bg-xl-info-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-rgb),var(--bs-bg-opacity))!important}.bg-xl-info-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-xl-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-xl-warning-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-50-rgb),var(--bs-bg-opacity))!important}.bg-xl-warning-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-100-rgb),var(--bs-bg-opacity))!important}.bg-xl-warning-title{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-title-rgb),var(--bs-bg-opacity))!important}.bg-xl-warning-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-light-rgb),var(--bs-bg-opacity))!important}.bg-xl-warning-bg{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-rgb),var(--bs-bg-opacity))!important}.bg-xl-warning-bg-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-bg-opacity))!important}.bg-xl-warning-bg-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-bg-opacity))!important}.bg-xl-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-xl-danger-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-50-rgb),var(--bs-bg-opacity))!important}.bg-xl-danger-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-light-rgb),var(--bs-bg-opacity))!important}.bg-xl-danger-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-dark-rgb),var(--bs-bg-opacity))!important}.bg-xl-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-xl-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-xl-dark-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-50-rgb),var(--bs-bg-opacity))!important}.bg-xl-dark-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-100-rgb),var(--bs-bg-opacity))!important}.bg-xl-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity))!important}.bg-xl-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity))!important}.bg-xl-purple-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-light-rgb),var(--bs-bg-opacity))!important}.bg-xl-body-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-1-rgb),var(--bs-bg-opacity))!important}.bg-xl-body-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-2-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-body-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-border{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-border-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-50-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-100-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-200{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-400{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-400-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-500{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-700{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-700-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-800{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-900{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-900-rgb),var(--bs-bg-opacity))!important}.bg-xl-gray-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-xl-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-xl-purple-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-600-rgb),var(--bs-bg-opacity))!important}.bg-xl-light-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-100-rgb),var(--bs-bg-opacity))!important}.bg-xl-blue-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-300-rgb),var(--bs-bg-opacity))!important}.bg-xl-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-xl-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-xl-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.rounded-xl{border-radius:.375rem!important}.rounded-xl-0{border-radius:0!important}.rounded-xl-1{border-radius:.25rem!important}.rounded-xl-2{border-radius:.375rem!important}.rounded-xl-3{border-radius:.625rem!important}.rounded-xl-4{border-radius:1.25rem!important}.rounded-xl-5{border-radius:2rem!important}.rounded-xl-24px{border-radius:24px!important}.rounded-xl-12px{border-radius:12px!important}.rounded-xl-rem{border-radius:1rem!important}.rounded-xl-circle{border-radius:50%!important}.rounded-xl-pill{border-radius:50rem!important}.rounded-top-xl{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-xl-0{border-top-right-radius:0!important;border-top-left-radius:0!important}.rounded-top-xl-1{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-top-xl-2{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-xl-3{border-top-right-radius:.625rem!important;border-top-left-radius:.625rem!important}.rounded-top-xl-4{border-top-right-radius:1.25rem!important;border-top-left-radius:1.25rem!important}.rounded-top-xl-5{border-top-right-radius:2rem!important;border-top-left-radius:2rem!important}.rounded-top-xl-rem{border-top-right-radius:1rem!important;border-top-left-radius:1rem!important}.rounded-top-xl-circle{border-top-right-radius:50%!important;border-top-left-radius:50%!important}.rounded-top-xl-pill{border-top-right-radius:50rem!important;border-top-left-radius:50rem!important}.cursor-xl-pointer{cursor:pointer!important}.cursor-xl-none{cursor:none!important}.cursor-xl-nallowed{cursor:not-allowed!important}.cursor-xl-copy{cursor:copy!important}.minw-xl-100{min-width:100%!important}.minw-xl-80{min-width:80%!important}.minw-xl-50vh{min-width:50vh!important}.minw-xl-70px{min-width:70px!important}.minw-xl-115px{min-width:115px!important}.minw-xl-150px{min-width:150px!important}.minw-xl-170px{min-width:170px!important}.minw-xl-270px{min-width:270px!important}.z-xl-n1{z-index:-1!important}.z-xl-0{z-index:0!important}.z-xl-1{z-index:1!important}.z-xl-2{z-index:10!important}.z-xl-3{z-index:100!important}.z-xl-header{z-index:102!important}.ob-xl-fill{object-fit:fill!important}.ob-xl-contain{object-fit:contain!important}.ob-xl-cover{object-fit:cover!important}.ob-xl-scale-down{object-fit:scale-down!important}.ob-xl-none{object-fit:none!important}.ob-xl-initial{object-fit:fill!important}.ob-xl-inherit{object-fit:inherit!important}.ls-xl-0{letter-spacing:0!important}.ls-xl-1{letter-spacing:1px!important}.ls-xl-2{letter-spacing:2px!important}.overflow-x-xl-auto{overflow-x:auto!important}.overflow-x-xl-hidden{overflow-x:hidden!important}.overflow-x-xl-visible{overflow-x:visible!important}.overflow-x-xl-scroll{overflow-x:scroll!important}.overflow-y-xl-auto{overflow-y:auto!important}.overflow-y-xl-hidden{overflow-y:hidden!important}.overflow-y-xl-visible{overflow-y:visible!important}.overflow-y-xl-scroll{overflow-y:scroll!important}.line-limit-xl-1{-webkit-line-clamp:1!important}.line-limit-xl-2{-webkit-line-clamp:2!important}.line-limit-xl-3{-webkit-line-clamp:3!important}.line-limit-xl-4{-webkit-line-clamp:4!important}.bg-image-xl-half-gray-200{background-image:linear-gradient(0deg,#f0f3fb 0 50%,#fff 50% 100%)!important}.bg-image-xl-half-gray-100{background-image:linear-gradient(180deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-xl-half-gray-100-top{background-image:linear-gradient(0deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-xl-half-warning-light{background-image:linear-gradient(180deg,transparent 0 50%,#f7efe9 50% 100%)!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.overflow-xxl-auto{overflow:auto!important}.overflow-xxl-hidden{overflow:hidden!important}.overflow-xxl-visible{overflow:visible!important}.overflow-xxl-scroll{overflow:scroll!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.shadow-xxl{box-shadow:0 0 10px 0 rgba(0,0,0,.25)!important}.shadow-xxl-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-xxl-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-xxl-image{box-shadow:0 0 4px .5px rgba(0,0,0,.251)!important}.shadow-xxl-menu{box-shadow:0 30px 20px -20px rgba(0,0,0,.149)!important}.shadow-xxl-search{box-shadow:0 20px 25px -4px rgba(51,146,229,.102)!important}.shadow-xxl-blog{box-shadow:0 10px 25px 0 rgba(0,0,0,.102)!important}.shadow-xxl-form{box-shadow:0 20px 25px -4px rgba(29,120,165,.102)!important}.shadow-xxl-block{box-shadow:0 11px 15px 0 #f0f3fb!important}.shadow-xxl-why{box-shadow:0 11px 60px 0 rgba(0,0,0,.102)!important}.shadow-xxl-why-block{box-shadow:0 27px 42px -4px rgba(26,34,38,.102)!important}.shadow-xxl-none{box-shadow:none!important}.position-xxl-static{position:static!important}.position-xxl-relative{position:relative!important}.position-xxl-absolute{position:absolute!important}.position-xxl-fixed{position:fixed!important}.position-xxl-sticky{position:-webkit-sticky!important;position:sticky!important}.top-xxl-0{top:0!important}.top-xxl-30{top:30%!important}.top-xxl-50{top:50%!important}.top-xxl-70{top:70%!important}.top-xxl-90{top:90%!important}.top-xxl-100{top:100%!important}.top-xxl-15px{top:15px!important}.top-xxl-80px{top:80px!important}.top-xxl-140px{top:140px!important}.translate-middle-xxl{transform:translate(-50%,-50%)!important}.translate-middle-xxl-40{transform:translate(40%,40%)!important}.translate-middle-xxl-x{transform:translateX(-50%)!important}.translate-middle-xxl-y{transform:translateY(-50%)!important}.translate-middle-xxl-25y{transform:translate(-50%,25%)!important}.border-xxl{border:1px solid #e9e9e9!important}.border-xxl-0{border:0!important}.border-top-xxl{border-top:1px solid #e9e9e9!important}.border-top-xxl-0{border-top:0!important}.border-end-xxl{border-right:1px solid #e9e9e9!important}.border-end-xxl-0{border-right:0!important}.border-bottom-xxl{border-bottom:1px solid #e9e9e9!important}.border-bottom-xxl-0{border-bottom:0!important}.border-start-xxl{border-left:1px solid #e9e9e9!important}.border-start-xxl-0{border-left:0!important}.w-xxl-15{width:15%!important}.w-xxl-20{width:20%!important}.w-xxl-25{width:25%!important}.w-xxl-30{width:30%!important}.w-xxl-37{width:37%!important}.w-xxl-40{width:40%!important}.w-xxl-45{width:45%!important}.w-xxl-50{width:50%!important}.w-xxl-55{width:55%!important}.w-xxl-60{width:60%!important}.w-xxl-65{width:65%!important}.w-xxl-70{width:70%!important}.w-xxl-75{width:75%!important}.w-xxl-77{width:77%!important}.w-xxl-80{width:80%!important}.w-xxl-85{width:85%!important}.w-xxl-90{width:90%!important}.w-xxl-100{width:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-16px{width:16px!important}.w-xxl-20px{width:20px!important}.w-xxl-32px{width:32px!important}.w-xxl-36px{width:36px!important}.w-xxl-40px{width:40px!important}.w-xxl-44px{width:44px!important}.w-xxl-48px{width:48px!important}.w-xxl-52px{width:52px!important}.w-xxl-60px{width:60px!important}.w-xxl-230px{width:230px!important}.w-xxl-324px{width:324px!important}.w-xxl-350px{width:350px!important}.mw-xxl-100{max-width:100%!important}.mw-xxl-80{max-width:80%!important}.mw-xxl-50vh{max-width:50vh!important}.mw-xxl-75px{max-width:75px!important}.mw-xxl-50{max-width:50%!important}.mw-xxl-75{max-width:75%!important}.mw-xxl-280px{max-width:280px!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.h-xxl-auto{height:auto!important}.h-xxl-6px{height:6px!important}.h-xxl-8px{height:8px!important}.h-xxl-20px{height:20px!important}.h-xxl-28px{height:28px!important}.h-xxl-32px{height:32px!important}.h-xxl-36px{height:36px!important}.h-xxl-40px{height:40px!important}.h-xxl-44px{height:44px!important}.h-xxl-48px{height:48px!important}.h-xxl-52px{height:52px!important}.h-xxl-60px{height:60px!important}.h-xxl-78px{height:78px!important}.h-xxl-300px{height:300px!important}.h-xxl-504px{height:504px!important}.h-xxl-unset{height:unset!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-grow-2{flex-grow:2!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-auto{gap:auto!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.gap-xxl-2rem{gap:2rem!important}.gap-xxl-4rem{gap:4rem!important}.gap-xxl-5rem{gap:5rem!important}.gap-xxl-6rem{gap:6rem!important}.gap-xxl-7rem{gap:7rem!important}.gap-xxl-9rem{gap:9rem!important}.gap-xxl-15rem{gap:15rem!important}.gap-xxl-17rem{gap:17rem!important}.gap-xxl-1px{gap:1px!important}.gap-xxl-2px{gap:2px!important}.gap-xxl-3px{gap:3px!important}.gap-xxl-5px{gap:5px!important}.gap-xxl-6px{gap:6px!important}.gap-xxl-9px{gap:9px!important}.gap-xxl-10px{gap:10px!important}.gap-xxl-11px{gap:11px!important}.gap-xxl-12px{gap:12px!important}.gap-xxl-13px{gap:13px!important}.gap-xxl-14px{gap:14px!important}.gap-xxl-15px{gap:15px!important}.gap-xxl-18px{gap:18px!important}.gap-xxl-19px{gap:19px!important}.gap-xxl-20px{gap:20px!important}.gap-xxl-22px{gap:22px!important}.gap-xxl-23px{gap:23px!important}.gap-xxl-26px{gap:26px!important}.gap-xxl-28px{gap:28px!important}.gap-xxl-30px{gap:30px!important}.gap-xxl-34px{gap:34px!important}.gap-xxl-36px{gap:36px!important}.gap-xxl-40px{gap:40px!important}.gap-xxl-44px{gap:44px!important}.gap-xxl-50px{gap:50px!important}.gap-xxl-56px{gap:56px!important}.gap-xxl-60px{gap:60px!important}.gap-xxl-72px{gap:72px!important}.gap-xxl-75px{gap:75px!important}.gap-xxl-82px{gap:82px!important}.gap-xxl-88px{gap:88px!important}.gap-xxl-90px{gap:90px!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-auto{margin:auto!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-2rem{margin:2rem!important}.m-xxl-4rem{margin:4rem!important}.m-xxl-5rem{margin:5rem!important}.m-xxl-6rem{margin:6rem!important}.m-xxl-7rem{margin:7rem!important}.m-xxl-9rem{margin:9rem!important}.m-xxl-15rem{margin:15rem!important}.m-xxl-17rem{margin:17rem!important}.m-xxl-1px{margin:1px!important}.m-xxl-2px{margin:2px!important}.m-xxl-3px{margin:3px!important}.m-xxl-5px{margin:5px!important}.m-xxl-6px{margin:6px!important}.m-xxl-9px{margin:9px!important}.m-xxl-10px{margin:10px!important}.m-xxl-11px{margin:11px!important}.m-xxl-12px{margin:12px!important}.m-xxl-13px{margin:13px!important}.m-xxl-14px{margin:14px!important}.m-xxl-15px{margin:15px!important}.m-xxl-18px{margin:18px!important}.m-xxl-19px{margin:19px!important}.m-xxl-20px{margin:20px!important}.m-xxl-22px{margin:22px!important}.m-xxl-23px{margin:23px!important}.m-xxl-26px{margin:26px!important}.m-xxl-28px{margin:28px!important}.m-xxl-30px{margin:30px!important}.m-xxl-34px{margin:34px!important}.m-xxl-36px{margin:36px!important}.m-xxl-40px{margin:40px!important}.m-xxl-44px{margin:44px!important}.m-xxl-50px{margin:50px!important}.m-xxl-56px{margin:56px!important}.m-xxl-60px{margin:60px!important}.m-xxl-72px{margin:72px!important}.m-xxl-75px{margin:75px!important}.m-xxl-82px{margin:82px!important}.m-xxl-88px{margin:88px!important}.m-xxl-90px{margin:90px!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-2rem{margin-right:2rem!important;margin-left:2rem!important}.mx-xxl-4rem{margin-right:4rem!important;margin-left:4rem!important}.mx-xxl-5rem{margin-right:5rem!important;margin-left:5rem!important}.mx-xxl-6rem{margin-right:6rem!important;margin-left:6rem!important}.mx-xxl-7rem{margin-right:7rem!important;margin-left:7rem!important}.mx-xxl-9rem{margin-right:9rem!important;margin-left:9rem!important}.mx-xxl-15rem{margin-right:15rem!important;margin-left:15rem!important}.mx-xxl-17rem{margin-right:17rem!important;margin-left:17rem!important}.mx-xxl-1px{margin-right:1px!important;margin-left:1px!important}.mx-xxl-2px{margin-right:2px!important;margin-left:2px!important}.mx-xxl-3px{margin-right:3px!important;margin-left:3px!important}.mx-xxl-5px{margin-right:5px!important;margin-left:5px!important}.mx-xxl-6px{margin-right:6px!important;margin-left:6px!important}.mx-xxl-9px{margin-right:9px!important;margin-left:9px!important}.mx-xxl-10px{margin-right:10px!important;margin-left:10px!important}.mx-xxl-11px{margin-right:11px!important;margin-left:11px!important}.mx-xxl-12px{margin-right:12px!important;margin-left:12px!important}.mx-xxl-13px{margin-right:13px!important;margin-left:13px!important}.mx-xxl-14px{margin-right:14px!important;margin-left:14px!important}.mx-xxl-15px{margin-right:15px!important;margin-left:15px!important}.mx-xxl-18px{margin-right:18px!important;margin-left:18px!important}.mx-xxl-19px{margin-right:19px!important;margin-left:19px!important}.mx-xxl-20px{margin-right:20px!important;margin-left:20px!important}.mx-xxl-22px{margin-right:22px!important;margin-left:22px!important}.mx-xxl-23px{margin-right:23px!important;margin-left:23px!important}.mx-xxl-26px{margin-right:26px!important;margin-left:26px!important}.mx-xxl-28px{margin-right:28px!important;margin-left:28px!important}.mx-xxl-30px{margin-right:30px!important;margin-left:30px!important}.mx-xxl-34px{margin-right:34px!important;margin-left:34px!important}.mx-xxl-36px{margin-right:36px!important;margin-left:36px!important}.mx-xxl-40px{margin-right:40px!important;margin-left:40px!important}.mx-xxl-44px{margin-right:44px!important;margin-left:44px!important}.mx-xxl-50px{margin-right:50px!important;margin-left:50px!important}.mx-xxl-56px{margin-right:56px!important;margin-left:56px!important}.mx-xxl-60px{margin-right:60px!important;margin-left:60px!important}.mx-xxl-72px{margin-right:72px!important;margin-left:72px!important}.mx-xxl-75px{margin-right:75px!important;margin-left:75px!important}.mx-xxl-82px{margin-right:82px!important;margin-left:82px!important}.mx-xxl-88px{margin-right:88px!important;margin-left:88px!important}.mx-xxl-90px{margin-right:90px!important;margin-left:90px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.my-xxl-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.my-xxl-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.my-xxl-7rem{margin-top:7rem!important;margin-bottom:7rem!important}.my-xxl-9rem{margin-top:9rem!important;margin-bottom:9rem!important}.my-xxl-15rem{margin-top:15rem!important;margin-bottom:15rem!important}.my-xxl-17rem{margin-top:17rem!important;margin-bottom:17rem!important}.my-xxl-1px{margin-top:1px!important;margin-bottom:1px!important}.my-xxl-2px{margin-top:2px!important;margin-bottom:2px!important}.my-xxl-3px{margin-top:3px!important;margin-bottom:3px!important}.my-xxl-5px{margin-top:5px!important;margin-bottom:5px!important}.my-xxl-6px{margin-top:6px!important;margin-bottom:6px!important}.my-xxl-9px{margin-top:9px!important;margin-bottom:9px!important}.my-xxl-10px{margin-top:10px!important;margin-bottom:10px!important}.my-xxl-11px{margin-top:11px!important;margin-bottom:11px!important}.my-xxl-12px{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-13px{margin-top:13px!important;margin-bottom:13px!important}.my-xxl-14px{margin-top:14px!important;margin-bottom:14px!important}.my-xxl-15px{margin-top:15px!important;margin-bottom:15px!important}.my-xxl-18px{margin-top:18px!important;margin-bottom:18px!important}.my-xxl-19px{margin-top:19px!important;margin-bottom:19px!important}.my-xxl-20px{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-22px{margin-top:22px!important;margin-bottom:22px!important}.my-xxl-23px{margin-top:23px!important;margin-bottom:23px!important}.my-xxl-26px{margin-top:26px!important;margin-bottom:26px!important}.my-xxl-28px{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-30px{margin-top:30px!important;margin-bottom:30px!important}.my-xxl-34px{margin-top:34px!important;margin-bottom:34px!important}.my-xxl-36px{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-40px{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-44px{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-50px{margin-top:50px!important;margin-bottom:50px!important}.my-xxl-56px{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-60px{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-72px{margin-top:72px!important;margin-bottom:72px!important}.my-xxl-75px{margin-top:75px!important;margin-bottom:75px!important}.my-xxl-82px{margin-top:82px!important;margin-bottom:82px!important}.my-xxl-88px{margin-top:88px!important;margin-bottom:88px!important}.my-xxl-90px{margin-top:90px!important;margin-bottom:90px!important}.mt-xxl-auto{margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-2rem{margin-top:2rem!important}.mt-xxl-4rem{margin-top:4rem!important}.mt-xxl-5rem{margin-top:5rem!important}.mt-xxl-6rem{margin-top:6rem!important}.mt-xxl-7rem{margin-top:7rem!important}.mt-xxl-9rem{margin-top:9rem!important}.mt-xxl-15rem{margin-top:15rem!important}.mt-xxl-17rem{margin-top:17rem!important}.mt-xxl-1px{margin-top:1px!important}.mt-xxl-2px{margin-top:2px!important}.mt-xxl-3px{margin-top:3px!important}.mt-xxl-5px{margin-top:5px!important}.mt-xxl-6px{margin-top:6px!important}.mt-xxl-9px{margin-top:9px!important}.mt-xxl-10px{margin-top:10px!important}.mt-xxl-11px{margin-top:11px!important}.mt-xxl-12px{margin-top:12px!important}.mt-xxl-13px{margin-top:13px!important}.mt-xxl-14px{margin-top:14px!important}.mt-xxl-15px{margin-top:15px!important}.mt-xxl-18px{margin-top:18px!important}.mt-xxl-19px{margin-top:19px!important}.mt-xxl-20px{margin-top:20px!important}.mt-xxl-22px{margin-top:22px!important}.mt-xxl-23px{margin-top:23px!important}.mt-xxl-26px{margin-top:26px!important}.mt-xxl-28px{margin-top:28px!important}.mt-xxl-30px{margin-top:30px!important}.mt-xxl-34px{margin-top:34px!important}.mt-xxl-36px{margin-top:36px!important}.mt-xxl-40px{margin-top:40px!important}.mt-xxl-44px{margin-top:44px!important}.mt-xxl-50px{margin-top:50px!important}.mt-xxl-56px{margin-top:56px!important}.mt-xxl-60px{margin-top:60px!important}.mt-xxl-72px{margin-top:72px!important}.mt-xxl-75px{margin-top:75px!important}.mt-xxl-82px{margin-top:82px!important}.mt-xxl-88px{margin-top:88px!important}.mt-xxl-90px{margin-top:90px!important}.me-xxl-auto{margin-right:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-2rem{margin-right:2rem!important}.me-xxl-4rem{margin-right:4rem!important}.me-xxl-5rem{margin-right:5rem!important}.me-xxl-6rem{margin-right:6rem!important}.me-xxl-7rem{margin-right:7rem!important}.me-xxl-9rem{margin-right:9rem!important}.me-xxl-15rem{margin-right:15rem!important}.me-xxl-17rem{margin-right:17rem!important}.me-xxl-1px{margin-right:1px!important}.me-xxl-2px{margin-right:2px!important}.me-xxl-3px{margin-right:3px!important}.me-xxl-5px{margin-right:5px!important}.me-xxl-6px{margin-right:6px!important}.me-xxl-9px{margin-right:9px!important}.me-xxl-10px{margin-right:10px!important}.me-xxl-11px{margin-right:11px!important}.me-xxl-12px{margin-right:12px!important}.me-xxl-13px{margin-right:13px!important}.me-xxl-14px{margin-right:14px!important}.me-xxl-15px{margin-right:15px!important}.me-xxl-18px{margin-right:18px!important}.me-xxl-19px{margin-right:19px!important}.me-xxl-20px{margin-right:20px!important}.me-xxl-22px{margin-right:22px!important}.me-xxl-23px{margin-right:23px!important}.me-xxl-26px{margin-right:26px!important}.me-xxl-28px{margin-right:28px!important}.me-xxl-30px{margin-right:30px!important}.me-xxl-34px{margin-right:34px!important}.me-xxl-36px{margin-right:36px!important}.me-xxl-40px{margin-right:40px!important}.me-xxl-44px{margin-right:44px!important}.me-xxl-50px{margin-right:50px!important}.me-xxl-56px{margin-right:56px!important}.me-xxl-60px{margin-right:60px!important}.me-xxl-72px{margin-right:72px!important}.me-xxl-75px{margin-right:75px!important}.me-xxl-82px{margin-right:82px!important}.me-xxl-88px{margin-right:88px!important}.me-xxl-90px{margin-right:90px!important}.mb-xxl-auto{margin-bottom:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-2rem{margin-bottom:2rem!important}.mb-xxl-4rem{margin-bottom:4rem!important}.mb-xxl-5rem{margin-bottom:5rem!important}.mb-xxl-6rem{margin-bottom:6rem!important}.mb-xxl-7rem{margin-bottom:7rem!important}.mb-xxl-9rem{margin-bottom:9rem!important}.mb-xxl-15rem{margin-bottom:15rem!important}.mb-xxl-17rem{margin-bottom:17rem!important}.mb-xxl-1px{margin-bottom:1px!important}.mb-xxl-2px{margin-bottom:2px!important}.mb-xxl-3px{margin-bottom:3px!important}.mb-xxl-5px{margin-bottom:5px!important}.mb-xxl-6px{margin-bottom:6px!important}.mb-xxl-9px{margin-bottom:9px!important}.mb-xxl-10px{margin-bottom:10px!important}.mb-xxl-11px{margin-bottom:11px!important}.mb-xxl-12px{margin-bottom:12px!important}.mb-xxl-13px{margin-bottom:13px!important}.mb-xxl-14px{margin-bottom:14px!important}.mb-xxl-15px{margin-bottom:15px!important}.mb-xxl-18px{margin-bottom:18px!important}.mb-xxl-19px{margin-bottom:19px!important}.mb-xxl-20px{margin-bottom:20px!important}.mb-xxl-22px{margin-bottom:22px!important}.mb-xxl-23px{margin-bottom:23px!important}.mb-xxl-26px{margin-bottom:26px!important}.mb-xxl-28px{margin-bottom:28px!important}.mb-xxl-30px{margin-bottom:30px!important}.mb-xxl-34px{margin-bottom:34px!important}.mb-xxl-36px{margin-bottom:36px!important}.mb-xxl-40px{margin-bottom:40px!important}.mb-xxl-44px{margin-bottom:44px!important}.mb-xxl-50px{margin-bottom:50px!important}.mb-xxl-56px{margin-bottom:56px!important}.mb-xxl-60px{margin-bottom:60px!important}.mb-xxl-72px{margin-bottom:72px!important}.mb-xxl-75px{margin-bottom:75px!important}.mb-xxl-82px{margin-bottom:82px!important}.mb-xxl-88px{margin-bottom:88px!important}.mb-xxl-90px{margin-bottom:90px!important}.ms-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-2rem{margin-left:2rem!important}.ms-xxl-4rem{margin-left:4rem!important}.ms-xxl-5rem{margin-left:5rem!important}.ms-xxl-6rem{margin-left:6rem!important}.ms-xxl-7rem{margin-left:7rem!important}.ms-xxl-9rem{margin-left:9rem!important}.ms-xxl-15rem{margin-left:15rem!important}.ms-xxl-17rem{margin-left:17rem!important}.ms-xxl-1px{margin-left:1px!important}.ms-xxl-2px{margin-left:2px!important}.ms-xxl-3px{margin-left:3px!important}.ms-xxl-5px{margin-left:5px!important}.ms-xxl-6px{margin-left:6px!important}.ms-xxl-9px{margin-left:9px!important}.ms-xxl-10px{margin-left:10px!important}.ms-xxl-11px{margin-left:11px!important}.ms-xxl-12px{margin-left:12px!important}.ms-xxl-13px{margin-left:13px!important}.ms-xxl-14px{margin-left:14px!important}.ms-xxl-15px{margin-left:15px!important}.ms-xxl-18px{margin-left:18px!important}.ms-xxl-19px{margin-left:19px!important}.ms-xxl-20px{margin-left:20px!important}.ms-xxl-22px{margin-left:22px!important}.ms-xxl-23px{margin-left:23px!important}.ms-xxl-26px{margin-left:26px!important}.ms-xxl-28px{margin-left:28px!important}.ms-xxl-30px{margin-left:30px!important}.ms-xxl-34px{margin-left:34px!important}.ms-xxl-36px{margin-left:36px!important}.ms-xxl-40px{margin-left:40px!important}.ms-xxl-44px{margin-left:44px!important}.ms-xxl-50px{margin-left:50px!important}.ms-xxl-56px{margin-left:56px!important}.ms-xxl-60px{margin-left:60px!important}.ms-xxl-72px{margin-left:72px!important}.ms-xxl-75px{margin-left:75px!important}.ms-xxl-82px{margin-left:82px!important}.ms-xxl-88px{margin-left:88px!important}.ms-xxl-90px{margin-left:90px!important}.m-xxl-nauto{margin:-auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.m-xxl-n2rem{margin:-2rem!important}.m-xxl-n4rem{margin:-4rem!important}.m-xxl-n5rem{margin:-5rem!important}.m-xxl-n6rem{margin:-6rem!important}.m-xxl-n7rem{margin:-7rem!important}.m-xxl-n9rem{margin:-9rem!important}.m-xxl-n15rem{margin:-15rem!important}.m-xxl-n17rem{margin:-17rem!important}.m-xxl-n1px{margin:-1px!important}.m-xxl-n2px{margin:-2px!important}.m-xxl-n3px{margin:-3px!important}.m-xxl-n5px{margin:-5px!important}.m-xxl-n6px{margin:-6px!important}.m-xxl-n9px{margin:-9px!important}.m-xxl-n10px{margin:-10px!important}.m-xxl-n11px{margin:-11px!important}.m-xxl-n12px{margin:-12px!important}.m-xxl-n13px{margin:-13px!important}.m-xxl-n14px{margin:-14px!important}.m-xxl-n15px{margin:-15px!important}.m-xxl-n18px{margin:-18px!important}.m-xxl-n19px{margin:-19px!important}.m-xxl-n20px{margin:-20px!important}.m-xxl-n22px{margin:-22px!important}.m-xxl-n23px{margin:-23px!important}.m-xxl-n26px{margin:-26px!important}.m-xxl-n28px{margin:-28px!important}.m-xxl-n30px{margin:-30px!important}.m-xxl-n34px{margin:-34px!important}.m-xxl-n36px{margin:-36px!important}.m-xxl-n40px{margin:-40px!important}.m-xxl-n44px{margin:-44px!important}.m-xxl-n50px{margin:-50px!important}.m-xxl-n56px{margin:-56px!important}.m-xxl-n60px{margin:-60px!important}.m-xxl-n72px{margin:-72px!important}.m-xxl-n75px{margin:-75px!important}.m-xxl-n82px{margin:-82px!important}.m-xxl-n88px{margin:-88px!important}.m-xxl-n90px{margin:-90px!important}.mx-xxl-nauto{margin-right:-auto!important;margin-left:-auto!important}.mx-xxl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xxl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xxl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xxl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xxl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xxl-n2rem{margin-right:-2rem!important;margin-left:-2rem!important}.mx-xxl-n4rem{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xxl-n5rem{margin-right:-5rem!important;margin-left:-5rem!important}.mx-xxl-n6rem{margin-right:-6rem!important;margin-left:-6rem!important}.mx-xxl-n7rem{margin-right:-7rem!important;margin-left:-7rem!important}.mx-xxl-n9rem{margin-right:-9rem!important;margin-left:-9rem!important}.mx-xxl-n15rem{margin-right:-15rem!important;margin-left:-15rem!important}.mx-xxl-n17rem{margin-right:-17rem!important;margin-left:-17rem!important}.mx-xxl-n1px{margin-right:-1px!important;margin-left:-1px!important}.mx-xxl-n2px{margin-right:-2px!important;margin-left:-2px!important}.mx-xxl-n3px{margin-right:-3px!important;margin-left:-3px!important}.mx-xxl-n5px{margin-right:-5px!important;margin-left:-5px!important}.mx-xxl-n6px{margin-right:-6px!important;margin-left:-6px!important}.mx-xxl-n9px{margin-right:-9px!important;margin-left:-9px!important}.mx-xxl-n10px{margin-right:-10px!important;margin-left:-10px!important}.mx-xxl-n11px{margin-right:-11px!important;margin-left:-11px!important}.mx-xxl-n12px{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n13px{margin-right:-13px!important;margin-left:-13px!important}.mx-xxl-n14px{margin-right:-14px!important;margin-left:-14px!important}.mx-xxl-n15px{margin-right:-15px!important;margin-left:-15px!important}.mx-xxl-n18px{margin-right:-18px!important;margin-left:-18px!important}.mx-xxl-n19px{margin-right:-19px!important;margin-left:-19px!important}.mx-xxl-n20px{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n22px{margin-right:-22px!important;margin-left:-22px!important}.mx-xxl-n23px{margin-right:-23px!important;margin-left:-23px!important}.mx-xxl-n26px{margin-right:-26px!important;margin-left:-26px!important}.mx-xxl-n28px{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n30px{margin-right:-30px!important;margin-left:-30px!important}.mx-xxl-n34px{margin-right:-34px!important;margin-left:-34px!important}.mx-xxl-n36px{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n40px{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n44px{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n50px{margin-right:-50px!important;margin-left:-50px!important}.mx-xxl-n56px{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n60px{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n72px{margin-right:-72px!important;margin-left:-72px!important}.mx-xxl-n75px{margin-right:-75px!important;margin-left:-75px!important}.mx-xxl-n82px{margin-right:-82px!important;margin-left:-82px!important}.mx-xxl-n88px{margin-right:-88px!important;margin-left:-88px!important}.mx-xxl-n90px{margin-right:-90px!important;margin-left:-90px!important}.my-xxl-nauto{margin-top:-auto!important;margin-bottom:-auto!important}.my-xxl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xxl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xxl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xxl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xxl-n2rem{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-xxl-n4rem{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xxl-n5rem{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-xxl-n6rem{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-xxl-n7rem{margin-top:-7rem!important;margin-bottom:-7rem!important}.my-xxl-n9rem{margin-top:-9rem!important;margin-bottom:-9rem!important}.my-xxl-n15rem{margin-top:-15rem!important;margin-bottom:-15rem!important}.my-xxl-n17rem{margin-top:-17rem!important;margin-bottom:-17rem!important}.my-xxl-n1px{margin-top:-1px!important;margin-bottom:-1px!important}.my-xxl-n2px{margin-top:-2px!important;margin-bottom:-2px!important}.my-xxl-n3px{margin-top:-3px!important;margin-bottom:-3px!important}.my-xxl-n5px{margin-top:-5px!important;margin-bottom:-5px!important}.my-xxl-n6px{margin-top:-6px!important;margin-bottom:-6px!important}.my-xxl-n9px{margin-top:-9px!important;margin-bottom:-9px!important}.my-xxl-n10px{margin-top:-10px!important;margin-bottom:-10px!important}.my-xxl-n11px{margin-top:-11px!important;margin-bottom:-11px!important}.my-xxl-n12px{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n13px{margin-top:-13px!important;margin-bottom:-13px!important}.my-xxl-n14px{margin-top:-14px!important;margin-bottom:-14px!important}.my-xxl-n15px{margin-top:-15px!important;margin-bottom:-15px!important}.my-xxl-n18px{margin-top:-18px!important;margin-bottom:-18px!important}.my-xxl-n19px{margin-top:-19px!important;margin-bottom:-19px!important}.my-xxl-n20px{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n22px{margin-top:-22px!important;margin-bottom:-22px!important}.my-xxl-n23px{margin-top:-23px!important;margin-bottom:-23px!important}.my-xxl-n26px{margin-top:-26px!important;margin-bottom:-26px!important}.my-xxl-n28px{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n30px{margin-top:-30px!important;margin-bottom:-30px!important}.my-xxl-n34px{margin-top:-34px!important;margin-bottom:-34px!important}.my-xxl-n36px{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n40px{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n44px{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n50px{margin-top:-50px!important;margin-bottom:-50px!important}.my-xxl-n56px{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n60px{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n72px{margin-top:-72px!important;margin-bottom:-72px!important}.my-xxl-n75px{margin-top:-75px!important;margin-bottom:-75px!important}.my-xxl-n82px{margin-top:-82px!important;margin-bottom:-82px!important}.my-xxl-n88px{margin-top:-88px!important;margin-bottom:-88px!important}.my-xxl-n90px{margin-top:-90px!important;margin-bottom:-90px!important}.mt-xxl-nauto{margin-top:-auto!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-3rem!important}.mt-xxl-n2rem{margin-top:-2rem!important}.mt-xxl-n4rem{margin-top:-4rem!important}.mt-xxl-n5rem{margin-top:-5rem!important}.mt-xxl-n6rem{margin-top:-6rem!important}.mt-xxl-n7rem{margin-top:-7rem!important}.mt-xxl-n9rem{margin-top:-9rem!important}.mt-xxl-n15rem{margin-top:-15rem!important}.mt-xxl-n17rem{margin-top:-17rem!important}.mt-xxl-n1px{margin-top:-1px!important}.mt-xxl-n2px{margin-top:-2px!important}.mt-xxl-n3px{margin-top:-3px!important}.mt-xxl-n5px{margin-top:-5px!important}.mt-xxl-n6px{margin-top:-6px!important}.mt-xxl-n9px{margin-top:-9px!important}.mt-xxl-n10px{margin-top:-10px!important}.mt-xxl-n11px{margin-top:-11px!important}.mt-xxl-n12px{margin-top:-12px!important}.mt-xxl-n13px{margin-top:-13px!important}.mt-xxl-n14px{margin-top:-14px!important}.mt-xxl-n15px{margin-top:-15px!important}.mt-xxl-n18px{margin-top:-18px!important}.mt-xxl-n19px{margin-top:-19px!important}.mt-xxl-n20px{margin-top:-20px!important}.mt-xxl-n22px{margin-top:-22px!important}.mt-xxl-n23px{margin-top:-23px!important}.mt-xxl-n26px{margin-top:-26px!important}.mt-xxl-n28px{margin-top:-28px!important}.mt-xxl-n30px{margin-top:-30px!important}.mt-xxl-n34px{margin-top:-34px!important}.mt-xxl-n36px{margin-top:-36px!important}.mt-xxl-n40px{margin-top:-40px!important}.mt-xxl-n44px{margin-top:-44px!important}.mt-xxl-n50px{margin-top:-50px!important}.mt-xxl-n56px{margin-top:-56px!important}.mt-xxl-n60px{margin-top:-60px!important}.mt-xxl-n72px{margin-top:-72px!important}.mt-xxl-n75px{margin-top:-75px!important}.mt-xxl-n82px{margin-top:-82px!important}.mt-xxl-n88px{margin-top:-88px!important}.mt-xxl-n90px{margin-top:-90px!important}.me-xxl-nauto{margin-right:-auto!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-3rem!important}.me-xxl-n2rem{margin-right:-2rem!important}.me-xxl-n4rem{margin-right:-4rem!important}.me-xxl-n5rem{margin-right:-5rem!important}.me-xxl-n6rem{margin-right:-6rem!important}.me-xxl-n7rem{margin-right:-7rem!important}.me-xxl-n9rem{margin-right:-9rem!important}.me-xxl-n15rem{margin-right:-15rem!important}.me-xxl-n17rem{margin-right:-17rem!important}.me-xxl-n1px{margin-right:-1px!important}.me-xxl-n2px{margin-right:-2px!important}.me-xxl-n3px{margin-right:-3px!important}.me-xxl-n5px{margin-right:-5px!important}.me-xxl-n6px{margin-right:-6px!important}.me-xxl-n9px{margin-right:-9px!important}.me-xxl-n10px{margin-right:-10px!important}.me-xxl-n11px{margin-right:-11px!important}.me-xxl-n12px{margin-right:-12px!important}.me-xxl-n13px{margin-right:-13px!important}.me-xxl-n14px{margin-right:-14px!important}.me-xxl-n15px{margin-right:-15px!important}.me-xxl-n18px{margin-right:-18px!important}.me-xxl-n19px{margin-right:-19px!important}.me-xxl-n20px{margin-right:-20px!important}.me-xxl-n22px{margin-right:-22px!important}.me-xxl-n23px{margin-right:-23px!important}.me-xxl-n26px{margin-right:-26px!important}.me-xxl-n28px{margin-right:-28px!important}.me-xxl-n30px{margin-right:-30px!important}.me-xxl-n34px{margin-right:-34px!important}.me-xxl-n36px{margin-right:-36px!important}.me-xxl-n40px{margin-right:-40px!important}.me-xxl-n44px{margin-right:-44px!important}.me-xxl-n50px{margin-right:-50px!important}.me-xxl-n56px{margin-right:-56px!important}.me-xxl-n60px{margin-right:-60px!important}.me-xxl-n72px{margin-right:-72px!important}.me-xxl-n75px{margin-right:-75px!important}.me-xxl-n82px{margin-right:-82px!important}.me-xxl-n88px{margin-right:-88px!important}.me-xxl-n90px{margin-right:-90px!important}.mb-xxl-nauto{margin-bottom:-auto!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-3rem!important}.mb-xxl-n2rem{margin-bottom:-2rem!important}.mb-xxl-n4rem{margin-bottom:-4rem!important}.mb-xxl-n5rem{margin-bottom:-5rem!important}.mb-xxl-n6rem{margin-bottom:-6rem!important}.mb-xxl-n7rem{margin-bottom:-7rem!important}.mb-xxl-n9rem{margin-bottom:-9rem!important}.mb-xxl-n15rem{margin-bottom:-15rem!important}.mb-xxl-n17rem{margin-bottom:-17rem!important}.mb-xxl-n1px{margin-bottom:-1px!important}.mb-xxl-n2px{margin-bottom:-2px!important}.mb-xxl-n3px{margin-bottom:-3px!important}.mb-xxl-n5px{margin-bottom:-5px!important}.mb-xxl-n6px{margin-bottom:-6px!important}.mb-xxl-n9px{margin-bottom:-9px!important}.mb-xxl-n10px{margin-bottom:-10px!important}.mb-xxl-n11px{margin-bottom:-11px!important}.mb-xxl-n12px{margin-bottom:-12px!important}.mb-xxl-n13px{margin-bottom:-13px!important}.mb-xxl-n14px{margin-bottom:-14px!important}.mb-xxl-n15px{margin-bottom:-15px!important}.mb-xxl-n18px{margin-bottom:-18px!important}.mb-xxl-n19px{margin-bottom:-19px!important}.mb-xxl-n20px{margin-bottom:-20px!important}.mb-xxl-n22px{margin-bottom:-22px!important}.mb-xxl-n23px{margin-bottom:-23px!important}.mb-xxl-n26px{margin-bottom:-26px!important}.mb-xxl-n28px{margin-bottom:-28px!important}.mb-xxl-n30px{margin-bottom:-30px!important}.mb-xxl-n34px{margin-bottom:-34px!important}.mb-xxl-n36px{margin-bottom:-36px!important}.mb-xxl-n40px{margin-bottom:-40px!important}.mb-xxl-n44px{margin-bottom:-44px!important}.mb-xxl-n50px{margin-bottom:-50px!important}.mb-xxl-n56px{margin-bottom:-56px!important}.mb-xxl-n60px{margin-bottom:-60px!important}.mb-xxl-n72px{margin-bottom:-72px!important}.mb-xxl-n75px{margin-bottom:-75px!important}.mb-xxl-n82px{margin-bottom:-82px!important}.mb-xxl-n88px{margin-bottom:-88px!important}.mb-xxl-n90px{margin-bottom:-90px!important}.ms-xxl-nauto{margin-left:-auto!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-3rem!important}.ms-xxl-n2rem{margin-left:-2rem!important}.ms-xxl-n4rem{margin-left:-4rem!important}.ms-xxl-n5rem{margin-left:-5rem!important}.ms-xxl-n6rem{margin-left:-6rem!important}.ms-xxl-n7rem{margin-left:-7rem!important}.ms-xxl-n9rem{margin-left:-9rem!important}.ms-xxl-n15rem{margin-left:-15rem!important}.ms-xxl-n17rem{margin-left:-17rem!important}.ms-xxl-n1px{margin-left:-1px!important}.ms-xxl-n2px{margin-left:-2px!important}.ms-xxl-n3px{margin-left:-3px!important}.ms-xxl-n5px{margin-left:-5px!important}.ms-xxl-n6px{margin-left:-6px!important}.ms-xxl-n9px{margin-left:-9px!important}.ms-xxl-n10px{margin-left:-10px!important}.ms-xxl-n11px{margin-left:-11px!important}.ms-xxl-n12px{margin-left:-12px!important}.ms-xxl-n13px{margin-left:-13px!important}.ms-xxl-n14px{margin-left:-14px!important}.ms-xxl-n15px{margin-left:-15px!important}.ms-xxl-n18px{margin-left:-18px!important}.ms-xxl-n19px{margin-left:-19px!important}.ms-xxl-n20px{margin-left:-20px!important}.ms-xxl-n22px{margin-left:-22px!important}.ms-xxl-n23px{margin-left:-23px!important}.ms-xxl-n26px{margin-left:-26px!important}.ms-xxl-n28px{margin-left:-28px!important}.ms-xxl-n30px{margin-left:-30px!important}.ms-xxl-n34px{margin-left:-34px!important}.ms-xxl-n36px{margin-left:-36px!important}.ms-xxl-n40px{margin-left:-40px!important}.ms-xxl-n44px{margin-left:-44px!important}.ms-xxl-n50px{margin-left:-50px!important}.ms-xxl-n56px{margin-left:-56px!important}.ms-xxl-n60px{margin-left:-60px!important}.ms-xxl-n72px{margin-left:-72px!important}.ms-xxl-n75px{margin-left:-75px!important}.ms-xxl-n82px{margin-left:-82px!important}.ms-xxl-n88px{margin-left:-88px!important}.ms-xxl-n90px{margin-left:-90px!important}.p-xxl-auto{padding:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-2rem{padding:2rem!important}.p-xxl-4rem{padding:4rem!important}.p-xxl-5rem{padding:5rem!important}.p-xxl-6rem{padding:6rem!important}.p-xxl-7rem{padding:7rem!important}.p-xxl-9rem{padding:9rem!important}.p-xxl-15rem{padding:15rem!important}.p-xxl-17rem{padding:17rem!important}.p-xxl-1px{padding:1px!important}.p-xxl-2px{padding:2px!important}.p-xxl-3px{padding:3px!important}.p-xxl-5px{padding:5px!important}.p-xxl-6px{padding:6px!important}.p-xxl-9px{padding:9px!important}.p-xxl-10px{padding:10px!important}.p-xxl-11px{padding:11px!important}.p-xxl-12px{padding:12px!important}.p-xxl-13px{padding:13px!important}.p-xxl-14px{padding:14px!important}.p-xxl-15px{padding:15px!important}.p-xxl-18px{padding:18px!important}.p-xxl-19px{padding:19px!important}.p-xxl-20px{padding:20px!important}.p-xxl-22px{padding:22px!important}.p-xxl-23px{padding:23px!important}.p-xxl-26px{padding:26px!important}.p-xxl-28px{padding:28px!important}.p-xxl-30px{padding:30px!important}.p-xxl-34px{padding:34px!important}.p-xxl-36px{padding:36px!important}.p-xxl-40px{padding:40px!important}.p-xxl-44px{padding:44px!important}.p-xxl-50px{padding:50px!important}.p-xxl-56px{padding:56px!important}.p-xxl-60px{padding:60px!important}.p-xxl-72px{padding:72px!important}.p-xxl-75px{padding:75px!important}.p-xxl-82px{padding:82px!important}.p-xxl-88px{padding:88px!important}.p-xxl-90px{padding:90px!important}.px-xxl-auto{padding-right:auto!important;padding-left:auto!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-2rem{padding-right:2rem!important;padding-left:2rem!important}.px-xxl-4rem{padding-right:4rem!important;padding-left:4rem!important}.px-xxl-5rem{padding-right:5rem!important;padding-left:5rem!important}.px-xxl-6rem{padding-right:6rem!important;padding-left:6rem!important}.px-xxl-7rem{padding-right:7rem!important;padding-left:7rem!important}.px-xxl-9rem{padding-right:9rem!important;padding-left:9rem!important}.px-xxl-15rem{padding-right:15rem!important;padding-left:15rem!important}.px-xxl-17rem{padding-right:17rem!important;padding-left:17rem!important}.px-xxl-1px{padding-right:1px!important;padding-left:1px!important}.px-xxl-2px{padding-right:2px!important;padding-left:2px!important}.px-xxl-3px{padding-right:3px!important;padding-left:3px!important}.px-xxl-5px{padding-right:5px!important;padding-left:5px!important}.px-xxl-6px{padding-right:6px!important;padding-left:6px!important}.px-xxl-9px{padding-right:9px!important;padding-left:9px!important}.px-xxl-10px{padding-right:10px!important;padding-left:10px!important}.px-xxl-11px{padding-right:11px!important;padding-left:11px!important}.px-xxl-12px{padding-right:12px!important;padding-left:12px!important}.px-xxl-13px{padding-right:13px!important;padding-left:13px!important}.px-xxl-14px{padding-right:14px!important;padding-left:14px!important}.px-xxl-15px{padding-right:15px!important;padding-left:15px!important}.px-xxl-18px{padding-right:18px!important;padding-left:18px!important}.px-xxl-19px{padding-right:19px!important;padding-left:19px!important}.px-xxl-20px{padding-right:20px!important;padding-left:20px!important}.px-xxl-22px{padding-right:22px!important;padding-left:22px!important}.px-xxl-23px{padding-right:23px!important;padding-left:23px!important}.px-xxl-26px{padding-right:26px!important;padding-left:26px!important}.px-xxl-28px{padding-right:28px!important;padding-left:28px!important}.px-xxl-30px{padding-right:30px!important;padding-left:30px!important}.px-xxl-34px{padding-right:34px!important;padding-left:34px!important}.px-xxl-36px{padding-right:36px!important;padding-left:36px!important}.px-xxl-40px{padding-right:40px!important;padding-left:40px!important}.px-xxl-44px{padding-right:44px!important;padding-left:44px!important}.px-xxl-50px{padding-right:50px!important;padding-left:50px!important}.px-xxl-56px{padding-right:56px!important;padding-left:56px!important}.px-xxl-60px{padding-right:60px!important;padding-left:60px!important}.px-xxl-72px{padding-right:72px!important;padding-left:72px!important}.px-xxl-75px{padding-right:75px!important;padding-left:75px!important}.px-xxl-82px{padding-right:82px!important;padding-left:82px!important}.px-xxl-88px{padding-right:88px!important;padding-left:88px!important}.px-xxl-90px{padding-right:90px!important;padding-left:90px!important}.py-xxl-auto{padding-top:auto!important;padding-bottom:auto!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.py-xxl-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.py-xxl-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.py-xxl-7rem{padding-top:7rem!important;padding-bottom:7rem!important}.py-xxl-9rem{padding-top:9rem!important;padding-bottom:9rem!important}.py-xxl-15rem{padding-top:15rem!important;padding-bottom:15rem!important}.py-xxl-17rem{padding-top:17rem!important;padding-bottom:17rem!important}.py-xxl-1px{padding-top:1px!important;padding-bottom:1px!important}.py-xxl-2px{padding-top:2px!important;padding-bottom:2px!important}.py-xxl-3px{padding-top:3px!important;padding-bottom:3px!important}.py-xxl-5px{padding-top:5px!important;padding-bottom:5px!important}.py-xxl-6px{padding-top:6px!important;padding-bottom:6px!important}.py-xxl-9px{padding-top:9px!important;padding-bottom:9px!important}.py-xxl-10px{padding-top:10px!important;padding-bottom:10px!important}.py-xxl-11px{padding-top:11px!important;padding-bottom:11px!important}.py-xxl-12px{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-13px{padding-top:13px!important;padding-bottom:13px!important}.py-xxl-14px{padding-top:14px!important;padding-bottom:14px!important}.py-xxl-15px{padding-top:15px!important;padding-bottom:15px!important}.py-xxl-18px{padding-top:18px!important;padding-bottom:18px!important}.py-xxl-19px{padding-top:19px!important;padding-bottom:19px!important}.py-xxl-20px{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-22px{padding-top:22px!important;padding-bottom:22px!important}.py-xxl-23px{padding-top:23px!important;padding-bottom:23px!important}.py-xxl-26px{padding-top:26px!important;padding-bottom:26px!important}.py-xxl-28px{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-30px{padding-top:30px!important;padding-bottom:30px!important}.py-xxl-34px{padding-top:34px!important;padding-bottom:34px!important}.py-xxl-36px{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-40px{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-44px{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-50px{padding-top:50px!important;padding-bottom:50px!important}.py-xxl-56px{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-60px{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-72px{padding-top:72px!important;padding-bottom:72px!important}.py-xxl-75px{padding-top:75px!important;padding-bottom:75px!important}.py-xxl-82px{padding-top:82px!important;padding-bottom:82px!important}.py-xxl-88px{padding-top:88px!important;padding-bottom:88px!important}.py-xxl-90px{padding-top:90px!important;padding-bottom:90px!important}.pt-xxl-auto{padding-top:auto!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pt-xxl-2rem{padding-top:2rem!important}.pt-xxl-4rem{padding-top:4rem!important}.pt-xxl-5rem{padding-top:5rem!important}.pt-xxl-6rem{padding-top:6rem!important}.pt-xxl-7rem{padding-top:7rem!important}.pt-xxl-9rem{padding-top:9rem!important}.pt-xxl-15rem{padding-top:15rem!important}.pt-xxl-17rem{padding-top:17rem!important}.pt-xxl-1px{padding-top:1px!important}.pt-xxl-2px{padding-top:2px!important}.pt-xxl-3px{padding-top:3px!important}.pt-xxl-5px{padding-top:5px!important}.pt-xxl-6px{padding-top:6px!important}.pt-xxl-9px{padding-top:9px!important}.pt-xxl-10px{padding-top:10px!important}.pt-xxl-11px{padding-top:11px!important}.pt-xxl-12px{padding-top:12px!important}.pt-xxl-13px{padding-top:13px!important}.pt-xxl-14px{padding-top:14px!important}.pt-xxl-15px{padding-top:15px!important}.pt-xxl-18px{padding-top:18px!important}.pt-xxl-19px{padding-top:19px!important}.pt-xxl-20px{padding-top:20px!important}.pt-xxl-22px{padding-top:22px!important}.pt-xxl-23px{padding-top:23px!important}.pt-xxl-26px{padding-top:26px!important}.pt-xxl-28px{padding-top:28px!important}.pt-xxl-30px{padding-top:30px!important}.pt-xxl-34px{padding-top:34px!important}.pt-xxl-36px{padding-top:36px!important}.pt-xxl-40px{padding-top:40px!important}.pt-xxl-44px{padding-top:44px!important}.pt-xxl-50px{padding-top:50px!important}.pt-xxl-56px{padding-top:56px!important}.pt-xxl-60px{padding-top:60px!important}.pt-xxl-72px{padding-top:72px!important}.pt-xxl-75px{padding-top:75px!important}.pt-xxl-82px{padding-top:82px!important}.pt-xxl-88px{padding-top:88px!important}.pt-xxl-90px{padding-top:90px!important}.pe-xxl-auto{padding-right:auto!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pe-xxl-2rem{padding-right:2rem!important}.pe-xxl-4rem{padding-right:4rem!important}.pe-xxl-5rem{padding-right:5rem!important}.pe-xxl-6rem{padding-right:6rem!important}.pe-xxl-7rem{padding-right:7rem!important}.pe-xxl-9rem{padding-right:9rem!important}.pe-xxl-15rem{padding-right:15rem!important}.pe-xxl-17rem{padding-right:17rem!important}.pe-xxl-1px{padding-right:1px!important}.pe-xxl-2px{padding-right:2px!important}.pe-xxl-3px{padding-right:3px!important}.pe-xxl-5px{padding-right:5px!important}.pe-xxl-6px{padding-right:6px!important}.pe-xxl-9px{padding-right:9px!important}.pe-xxl-10px{padding-right:10px!important}.pe-xxl-11px{padding-right:11px!important}.pe-xxl-12px{padding-right:12px!important}.pe-xxl-13px{padding-right:13px!important}.pe-xxl-14px{padding-right:14px!important}.pe-xxl-15px{padding-right:15px!important}.pe-xxl-18px{padding-right:18px!important}.pe-xxl-19px{padding-right:19px!important}.pe-xxl-20px{padding-right:20px!important}.pe-xxl-22px{padding-right:22px!important}.pe-xxl-23px{padding-right:23px!important}.pe-xxl-26px{padding-right:26px!important}.pe-xxl-28px{padding-right:28px!important}.pe-xxl-30px{padding-right:30px!important}.pe-xxl-34px{padding-right:34px!important}.pe-xxl-36px{padding-right:36px!important}.pe-xxl-40px{padding-right:40px!important}.pe-xxl-44px{padding-right:44px!important}.pe-xxl-50px{padding-right:50px!important}.pe-xxl-56px{padding-right:56px!important}.pe-xxl-60px{padding-right:60px!important}.pe-xxl-72px{padding-right:72px!important}.pe-xxl-75px{padding-right:75px!important}.pe-xxl-82px{padding-right:82px!important}.pe-xxl-88px{padding-right:88px!important}.pe-xxl-90px{padding-right:90px!important}.pb-xxl-auto{padding-bottom:auto!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pb-xxl-2rem{padding-bottom:2rem!important}.pb-xxl-4rem{padding-bottom:4rem!important}.pb-xxl-5rem{padding-bottom:5rem!important}.pb-xxl-6rem{padding-bottom:6rem!important}.pb-xxl-7rem{padding-bottom:7rem!important}.pb-xxl-9rem{padding-bottom:9rem!important}.pb-xxl-15rem{padding-bottom:15rem!important}.pb-xxl-17rem{padding-bottom:17rem!important}.pb-xxl-1px{padding-bottom:1px!important}.pb-xxl-2px{padding-bottom:2px!important}.pb-xxl-3px{padding-bottom:3px!important}.pb-xxl-5px{padding-bottom:5px!important}.pb-xxl-6px{padding-bottom:6px!important}.pb-xxl-9px{padding-bottom:9px!important}.pb-xxl-10px{padding-bottom:10px!important}.pb-xxl-11px{padding-bottom:11px!important}.pb-xxl-12px{padding-bottom:12px!important}.pb-xxl-13px{padding-bottom:13px!important}.pb-xxl-14px{padding-bottom:14px!important}.pb-xxl-15px{padding-bottom:15px!important}.pb-xxl-18px{padding-bottom:18px!important}.pb-xxl-19px{padding-bottom:19px!important}.pb-xxl-20px{padding-bottom:20px!important}.pb-xxl-22px{padding-bottom:22px!important}.pb-xxl-23px{padding-bottom:23px!important}.pb-xxl-26px{padding-bottom:26px!important}.pb-xxl-28px{padding-bottom:28px!important}.pb-xxl-30px{padding-bottom:30px!important}.pb-xxl-34px{padding-bottom:34px!important}.pb-xxl-36px{padding-bottom:36px!important}.pb-xxl-40px{padding-bottom:40px!important}.pb-xxl-44px{padding-bottom:44px!important}.pb-xxl-50px{padding-bottom:50px!important}.pb-xxl-56px{padding-bottom:56px!important}.pb-xxl-60px{padding-bottom:60px!important}.pb-xxl-72px{padding-bottom:72px!important}.pb-xxl-75px{padding-bottom:75px!important}.pb-xxl-82px{padding-bottom:82px!important}.pb-xxl-88px{padding-bottom:88px!important}.pb-xxl-90px{padding-bottom:90px!important}.ps-xxl-auto{padding-left:auto!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.ps-xxl-2rem{padding-left:2rem!important}.ps-xxl-4rem{padding-left:4rem!important}.ps-xxl-5rem{padding-left:5rem!important}.ps-xxl-6rem{padding-left:6rem!important}.ps-xxl-7rem{padding-left:7rem!important}.ps-xxl-9rem{padding-left:9rem!important}.ps-xxl-15rem{padding-left:15rem!important}.ps-xxl-17rem{padding-left:17rem!important}.ps-xxl-1px{padding-left:1px!important}.ps-xxl-2px{padding-left:2px!important}.ps-xxl-3px{padding-left:3px!important}.ps-xxl-5px{padding-left:5px!important}.ps-xxl-6px{padding-left:6px!important}.ps-xxl-9px{padding-left:9px!important}.ps-xxl-10px{padding-left:10px!important}.ps-xxl-11px{padding-left:11px!important}.ps-xxl-12px{padding-left:12px!important}.ps-xxl-13px{padding-left:13px!important}.ps-xxl-14px{padding-left:14px!important}.ps-xxl-15px{padding-left:15px!important}.ps-xxl-18px{padding-left:18px!important}.ps-xxl-19px{padding-left:19px!important}.ps-xxl-20px{padding-left:20px!important}.ps-xxl-22px{padding-left:22px!important}.ps-xxl-23px{padding-left:23px!important}.ps-xxl-26px{padding-left:26px!important}.ps-xxl-28px{padding-left:28px!important}.ps-xxl-30px{padding-left:30px!important}.ps-xxl-34px{padding-left:34px!important}.ps-xxl-36px{padding-left:36px!important}.ps-xxl-40px{padding-left:40px!important}.ps-xxl-44px{padding-left:44px!important}.ps-xxl-50px{padding-left:50px!important}.ps-xxl-56px{padding-left:56px!important}.ps-xxl-60px{padding-left:60px!important}.ps-xxl-72px{padding-left:72px!important}.ps-xxl-75px{padding-left:75px!important}.ps-xxl-82px{padding-left:82px!important}.ps-xxl-88px{padding-left:88px!important}.ps-xxl-90px{padding-left:90px!important}.fs-xxl-1{font-size:calc(1.425rem + 2.1vw)!important}.fs-xxl-2{font-size:calc(1.375rem + 1.5vw)!important}.fs-xxl-3{font-size:calc(1.325rem + .9vw)!important}.fs-xxl-4{font-size:calc(1.275rem + .3vw)!important}.fs-xxl-5{font-size:1.125rem!important}.fs-xxl-6{font-size:1rem!important}.fs-xxl-7{font-size:.875rem!important}.fs-xxl-8{font-size:.75rem!important}.fs-xxl-9{font-size:.5rem!important}.fs-xxl-200{font-size:calc(2.375rem + 13.5vw)!important}.fs-xxl-140{font-size:calc(2rem + 9vw)!important}.fs-xxl-100{font-size:calc(1.75rem + 6vw)!important}.fs-xxl-90{font-size:calc(1.6875rem + 5.25vw)!important}.fs-xxl-80{font-size:calc(1.625rem + 4.5vw)!important}.fs-xxl-70{font-size:calc(1.5625rem + 3.75vw)!important}.fs-xxl-60{font-size:calc(1.5rem + 3vw)!important}.fs-xxl-56{font-size:calc(1.475rem + 2.7vw)!important}.fs-xxl-36{font-size:calc(1.35rem + 1.2vw)!important}.fs-xxl-34{font-size:calc(1.3375rem + 1.05vw)!important}.fs-xxl-28{font-size:calc(1.3rem + .6vw)!important}.fs-xxl-30{font-size:calc(1.3125rem + .75vw)!important}.fs-xxl-22{font-size:calc(1.2625rem + .15vw)!important}.fs-xxl-20{font-size:1.25rem!important}.fs-xxl-17{font-size:1.0625rem!important}.fs-xxl-12{font-size:.75rem!important}.fs-xxl-11{font-size:.6875rem!important}.fs-xxl-10{font-size:.625rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-xxl-primary-50{--bs-text-opacity:1;color:rgba(var(--bs-primary-50-rgb),var(--bs-text-opacity))!important}.text-xxl-primary-100{--bs-text-opacity:1;color:rgba(var(--bs-primary-100-rgb),var(--bs-text-opacity))!important}.text-xxl-primary-light{--bs-text-opacity:1;color:rgba(var(--bs-primary-light-rgb),var(--bs-text-opacity))!important}.text-xxl-primary-dark{--bs-text-opacity:1;color:rgba(var(--bs-primary-dark-rgb),var(--bs-text-opacity))!important}.text-xxl-primary-stroke{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-rgb),var(--bs-text-opacity))!important}.text-xxl-primary-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-text-opacity))!important}.text-xxl-primary-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-text-opacity))!important}.text-xxl-profile{--bs-text-opacity:1;color:rgba(var(--bs-profile-rgb),var(--bs-text-opacity))!important}.text-xxl-profile-stroke{--bs-text-opacity:1;color:rgba(var(--bs-profile-stroke-rgb),var(--bs-text-opacity))!important}.text-xxl-profile-block{--bs-text-opacity:1;color:rgba(var(--bs-profile-block-rgb),var(--bs-text-opacity))!important}.text-xxl-profile-text{--bs-text-opacity:1;color:rgba(var(--bs-profile-text-rgb),var(--bs-text-opacity))!important}.text-xxl-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-xxl-secondary-50{--bs-text-opacity:1;color:rgba(var(--bs-secondary-50-rgb),var(--bs-text-opacity))!important}.text-xxl-secondary-100{--bs-text-opacity:1;color:rgba(var(--bs-secondary-100-rgb),var(--bs-text-opacity))!important}.text-xxl-secondary-light{--bs-text-opacity:1;color:rgba(var(--bs-secondary-light-rgb),var(--bs-text-opacity))!important}.text-xxl-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-xxl-success-light{--bs-text-opacity:1;color:rgba(var(--bs-success-light-rgb),var(--bs-text-opacity))!important}.text-xxl-success-bullet{--bs-text-opacity:1;color:rgba(var(--bs-success-bullet-rgb),var(--bs-text-opacity))!important}.text-xxl-success-lighter{--bs-text-opacity:1;color:rgba(var(--bs-success-lighter-rgb),var(--bs-text-opacity))!important}.text-xxl-success-dark{--bs-text-opacity:1;color:rgba(var(--bs-success-dark-rgb),var(--bs-text-opacity))!important}.text-xxl-success-darken{--bs-text-opacity:1;color:rgba(var(--bs-success-darken-rgb),var(--bs-text-opacity))!important}.text-xxl-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-xxl-info-50{--bs-text-opacity:1;color:rgba(var(--bs-info-50-rgb),var(--bs-text-opacity))!important}.text-xxl-info-100{--bs-text-opacity:1;color:rgba(var(--bs-info-100-rgb),var(--bs-text-opacity))!important}.text-xxl-info-300{--bs-text-opacity:1;color:rgba(var(--bs-info-300-rgb),var(--bs-text-opacity))!important}.text-xxl-info-stroke{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-rgb),var(--bs-text-opacity))!important}.text-xxl-info-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-text-opacity))!important}.text-xxl-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-xxl-warning-50{--bs-text-opacity:1;color:rgba(var(--bs-warning-50-rgb),var(--bs-text-opacity))!important}.text-xxl-warning-100{--bs-text-opacity:1;color:rgba(var(--bs-warning-100-rgb),var(--bs-text-opacity))!important}.text-xxl-warning-title{--bs-text-opacity:1;color:rgba(var(--bs-warning-title-rgb),var(--bs-text-opacity))!important}.text-xxl-warning-light{--bs-text-opacity:1;color:rgba(var(--bs-warning-light-rgb),var(--bs-text-opacity))!important}.text-xxl-warning-bg{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-rgb),var(--bs-text-opacity))!important}.text-xxl-warning-bg-1{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-text-opacity))!important}.text-xxl-warning-bg-2{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-text-opacity))!important}.text-xxl-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-xxl-danger-50{--bs-text-opacity:1;color:rgba(var(--bs-danger-50-rgb),var(--bs-text-opacity))!important}.text-xxl-danger-light{--bs-text-opacity:1;color:rgba(var(--bs-danger-light-rgb),var(--bs-text-opacity))!important}.text-xxl-danger-dark{--bs-text-opacity:1;color:rgba(var(--bs-danger-dark-rgb),var(--bs-text-opacity))!important}.text-xxl-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-xxl-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-xxl-dark-50{--bs-text-opacity:1;color:rgba(var(--bs-dark-50-rgb),var(--bs-text-opacity))!important}.text-xxl-dark-100{--bs-text-opacity:1;color:rgba(var(--bs-dark-100-rgb),var(--bs-text-opacity))!important}.text-xxl-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important}.text-xxl-purple{--bs-text-opacity:1;color:rgba(var(--bs-purple-rgb),var(--bs-text-opacity))!important}.text-xxl-purple-light{--bs-text-opacity:1;color:rgba(var(--bs-purple-light-rgb),var(--bs-text-opacity))!important}.text-xxl-body-1{--bs-text-opacity:1;color:rgba(var(--bs-body-1-rgb),var(--bs-text-opacity))!important}.text-xxl-body-2{--bs-text-opacity:1;color:rgba(var(--bs-body-2-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-body{--bs-text-opacity:1;color:rgba(var(--bs-gray-body-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-border{--bs-text-opacity:1;color:rgba(var(--bs-gray-border-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-50{--bs-text-opacity:1;color:rgba(var(--bs-gray-50-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-100{--bs-text-opacity:1;color:rgba(var(--bs-gray-100-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-200{--bs-text-opacity:1;color:rgba(var(--bs-gray-200-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-300{--bs-text-opacity:1;color:rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-400{--bs-text-opacity:1;color:rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-500{--bs-text-opacity:1;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-600{--bs-text-opacity:1;color:rgba(var(--bs-gray-600-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-700{--bs-text-opacity:1;color:rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-800{--bs-text-opacity:1;color:rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-900{--bs-text-opacity:1;color:rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important}.text-xxl-gray-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-text-opacity))!important}.text-xxl-transparent{--bs-text-opacity:1;color:rgba(var(--bs-transparent-rgb),var(--bs-text-opacity))!important}.text-xxl-purple-600{--bs-text-opacity:1;color:rgba(var(--bs-purple-600-rgb),var(--bs-text-opacity))!important}.text-xxl-light-100{--bs-text-opacity:1;color:rgba(var(--bs-light-100-rgb),var(--bs-text-opacity))!important}.text-xxl-blue-300{--bs-text-opacity:1;color:rgba(var(--bs-blue-300-rgb),var(--bs-text-opacity))!important}.text-xxl-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-xxl-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-xxl-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-xxl-muted{--bs-text-opacity:1;color:#8a8a8e!important}.text-xxl-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-xxl-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-xxl-reset{--bs-text-opacity:1;color:inherit!important}.bg-xxl-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-xxl-primary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-50-rgb),var(--bs-bg-opacity))!important}.bg-xxl-primary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-100-rgb),var(--bs-bg-opacity))!important}.bg-xxl-primary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-light-rgb),var(--bs-bg-opacity))!important}.bg-xxl-primary-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-dark-rgb),var(--bs-bg-opacity))!important}.bg-xxl-primary-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-rgb),var(--bs-bg-opacity))!important}.bg-xxl-primary-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-xxl-primary-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-xxl-profile{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-rgb),var(--bs-bg-opacity))!important}.bg-xxl-profile-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-stroke-rgb),var(--bs-bg-opacity))!important}.bg-xxl-profile-block{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-block-rgb),var(--bs-bg-opacity))!important}.bg-xxl-profile-text{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-text-rgb),var(--bs-bg-opacity))!important}.bg-xxl-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-xxl-secondary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-50-rgb),var(--bs-bg-opacity))!important}.bg-xxl-secondary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-100-rgb),var(--bs-bg-opacity))!important}.bg-xxl-secondary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-light-rgb),var(--bs-bg-opacity))!important}.bg-xxl-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-xxl-success-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-light-rgb),var(--bs-bg-opacity))!important}.bg-xxl-success-bullet{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-bullet-rgb),var(--bs-bg-opacity))!important}.bg-xxl-success-lighter{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-lighter-rgb),var(--bs-bg-opacity))!important}.bg-xxl-success-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-dark-rgb),var(--bs-bg-opacity))!important}.bg-xxl-success-darken{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-darken-rgb),var(--bs-bg-opacity))!important}.bg-xxl-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-xxl-info-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-50-rgb),var(--bs-bg-opacity))!important}.bg-xxl-info-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-100-rgb),var(--bs-bg-opacity))!important}.bg-xxl-info-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-300-rgb),var(--bs-bg-opacity))!important}.bg-xxl-info-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-rgb),var(--bs-bg-opacity))!important}.bg-xxl-info-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-xxl-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-xxl-warning-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-50-rgb),var(--bs-bg-opacity))!important}.bg-xxl-warning-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-100-rgb),var(--bs-bg-opacity))!important}.bg-xxl-warning-title{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-title-rgb),var(--bs-bg-opacity))!important}.bg-xxl-warning-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-light-rgb),var(--bs-bg-opacity))!important}.bg-xxl-warning-bg{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-rgb),var(--bs-bg-opacity))!important}.bg-xxl-warning-bg-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-bg-opacity))!important}.bg-xxl-warning-bg-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-bg-opacity))!important}.bg-xxl-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-xxl-danger-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-50-rgb),var(--bs-bg-opacity))!important}.bg-xxl-danger-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-light-rgb),var(--bs-bg-opacity))!important}.bg-xxl-danger-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-dark-rgb),var(--bs-bg-opacity))!important}.bg-xxl-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-xxl-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-xxl-dark-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-50-rgb),var(--bs-bg-opacity))!important}.bg-xxl-dark-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-100-rgb),var(--bs-bg-opacity))!important}.bg-xxl-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity))!important}.bg-xxl-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity))!important}.bg-xxl-purple-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-light-rgb),var(--bs-bg-opacity))!important}.bg-xxl-body-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-1-rgb),var(--bs-bg-opacity))!important}.bg-xxl-body-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-2-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-body-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-border{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-border-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-50-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-100-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-200{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-400{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-400-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-500{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-700{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-700-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-800{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-900{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-900-rgb),var(--bs-bg-opacity))!important}.bg-xxl-gray-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-xxl-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-xxl-purple-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-600-rgb),var(--bs-bg-opacity))!important}.bg-xxl-light-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-100-rgb),var(--bs-bg-opacity))!important}.bg-xxl-blue-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-300-rgb),var(--bs-bg-opacity))!important}.bg-xxl-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-xxl-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-xxl-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.rounded-xxl{border-radius:.375rem!important}.rounded-xxl-0{border-radius:0!important}.rounded-xxl-1{border-radius:.25rem!important}.rounded-xxl-2{border-radius:.375rem!important}.rounded-xxl-3{border-radius:.625rem!important}.rounded-xxl-4{border-radius:1.25rem!important}.rounded-xxl-5{border-radius:2rem!important}.rounded-xxl-24px{border-radius:24px!important}.rounded-xxl-12px{border-radius:12px!important}.rounded-xxl-rem{border-radius:1rem!important}.rounded-xxl-circle{border-radius:50%!important}.rounded-xxl-pill{border-radius:50rem!important}.rounded-top-xxl{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-xxl-0{border-top-right-radius:0!important;border-top-left-radius:0!important}.rounded-top-xxl-1{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-top-xxl-2{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-xxl-3{border-top-right-radius:.625rem!important;border-top-left-radius:.625rem!important}.rounded-top-xxl-4{border-top-right-radius:1.25rem!important;border-top-left-radius:1.25rem!important}.rounded-top-xxl-5{border-top-right-radius:2rem!important;border-top-left-radius:2rem!important}.rounded-top-xxl-rem{border-top-right-radius:1rem!important;border-top-left-radius:1rem!important}.rounded-top-xxl-circle{border-top-right-radius:50%!important;border-top-left-radius:50%!important}.rounded-top-xxl-pill{border-top-right-radius:50rem!important;border-top-left-radius:50rem!important}.cursor-xxl-pointer{cursor:pointer!important}.cursor-xxl-none{cursor:none!important}.cursor-xxl-nallowed{cursor:not-allowed!important}.cursor-xxl-copy{cursor:copy!important}.minw-xxl-100{min-width:100%!important}.minw-xxl-80{min-width:80%!important}.minw-xxl-50vh{min-width:50vh!important}.minw-xxl-70px{min-width:70px!important}.minw-xxl-115px{min-width:115px!important}.minw-xxl-150px{min-width:150px!important}.minw-xxl-170px{min-width:170px!important}.minw-xxl-270px{min-width:270px!important}.z-xxl-n1{z-index:-1!important}.z-xxl-0{z-index:0!important}.z-xxl-1{z-index:1!important}.z-xxl-2{z-index:10!important}.z-xxl-3{z-index:100!important}.z-xxl-header{z-index:102!important}.ob-xxl-fill{object-fit:fill!important}.ob-xxl-contain{object-fit:contain!important}.ob-xxl-cover{object-fit:cover!important}.ob-xxl-scale-down{object-fit:scale-down!important}.ob-xxl-none{object-fit:none!important}.ob-xxl-initial{object-fit:fill!important}.ob-xxl-inherit{object-fit:inherit!important}.ls-xxl-0{letter-spacing:0!important}.ls-xxl-1{letter-spacing:1px!important}.ls-xxl-2{letter-spacing:2px!important}.overflow-x-xxl-auto{overflow-x:auto!important}.overflow-x-xxl-hidden{overflow-x:hidden!important}.overflow-x-xxl-visible{overflow-x:visible!important}.overflow-x-xxl-scroll{overflow-x:scroll!important}.overflow-y-xxl-auto{overflow-y:auto!important}.overflow-y-xxl-hidden{overflow-y:hidden!important}.overflow-y-xxl-visible{overflow-y:visible!important}.overflow-y-xxl-scroll{overflow-y:scroll!important}.line-limit-xxl-1{-webkit-line-clamp:1!important}.line-limit-xxl-2{-webkit-line-clamp:2!important}.line-limit-xxl-3{-webkit-line-clamp:3!important}.line-limit-xxl-4{-webkit-line-clamp:4!important}.bg-image-xxl-half-gray-200{background-image:linear-gradient(0deg,#f0f3fb 0 50%,#fff 50% 100%)!important}.bg-image-xxl-half-gray-100{background-image:linear-gradient(180deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-xxl-half-gray-100-top{background-image:linear-gradient(0deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-xxl-half-warning-light{background-image:linear-gradient(180deg,transparent 0 50%,#f7efe9 50% 100%)!important}}@media(min-width:1700px){.float-exl-start{float:left!important}.float-exl-end{float:right!important}.float-exl-none{float:none!important}.overflow-exl-auto{overflow:auto!important}.overflow-exl-hidden{overflow:hidden!important}.overflow-exl-visible{overflow:visible!important}.overflow-exl-scroll{overflow:scroll!important}.d-exl-inline{display:inline!important}.d-exl-inline-block{display:inline-block!important}.d-exl-block{display:block!important}.d-exl-grid{display:grid!important}.d-exl-table{display:table!important}.d-exl-table-row{display:table-row!important}.d-exl-table-cell{display:table-cell!important}.d-exl-flex{display:flex!important}.d-exl-inline-flex{display:inline-flex!important}.d-exl-none{display:none!important}.shadow-exl{box-shadow:0 0 10px 0 rgba(0,0,0,.25)!important}.shadow-exl-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-exl-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-exl-image{box-shadow:0 0 4px .5px rgba(0,0,0,.251)!important}.shadow-exl-menu{box-shadow:0 30px 20px -20px rgba(0,0,0,.149)!important}.shadow-exl-search{box-shadow:0 20px 25px -4px rgba(51,146,229,.102)!important}.shadow-exl-blog{box-shadow:0 10px 25px 0 rgba(0,0,0,.102)!important}.shadow-exl-form{box-shadow:0 20px 25px -4px rgba(29,120,165,.102)!important}.shadow-exl-block{box-shadow:0 11px 15px 0 #f0f3fb!important}.shadow-exl-why{box-shadow:0 11px 60px 0 rgba(0,0,0,.102)!important}.shadow-exl-why-block{box-shadow:0 27px 42px -4px rgba(26,34,38,.102)!important}.shadow-exl-none{box-shadow:none!important}.position-exl-static{position:static!important}.position-exl-relative{position:relative!important}.position-exl-absolute{position:absolute!important}.position-exl-fixed{position:fixed!important}.position-exl-sticky{position:-webkit-sticky!important;position:sticky!important}.top-exl-0{top:0!important}.top-exl-30{top:30%!important}.top-exl-50{top:50%!important}.top-exl-70{top:70%!important}.top-exl-90{top:90%!important}.top-exl-100{top:100%!important}.top-exl-15px{top:15px!important}.top-exl-80px{top:80px!important}.top-exl-140px{top:140px!important}.translate-middle-exl{transform:translate(-50%,-50%)!important}.translate-middle-exl-40{transform:translate(40%,40%)!important}.translate-middle-exl-x{transform:translateX(-50%)!important}.translate-middle-exl-y{transform:translateY(-50%)!important}.translate-middle-exl-25y{transform:translate(-50%,25%)!important}.border-exl{border:1px solid #e9e9e9!important}.border-exl-0{border:0!important}.border-top-exl{border-top:1px solid #e9e9e9!important}.border-top-exl-0{border-top:0!important}.border-end-exl{border-right:1px solid #e9e9e9!important}.border-end-exl-0{border-right:0!important}.border-bottom-exl{border-bottom:1px solid #e9e9e9!important}.border-bottom-exl-0{border-bottom:0!important}.border-start-exl{border-left:1px solid #e9e9e9!important}.border-start-exl-0{border-left:0!important}.w-exl-15{width:15%!important}.w-exl-20{width:20%!important}.w-exl-25{width:25%!important}.w-exl-30{width:30%!important}.w-exl-37{width:37%!important}.w-exl-40{width:40%!important}.w-exl-45{width:45%!important}.w-exl-50{width:50%!important}.w-exl-55{width:55%!important}.w-exl-60{width:60%!important}.w-exl-65{width:65%!important}.w-exl-70{width:70%!important}.w-exl-75{width:75%!important}.w-exl-77{width:77%!important}.w-exl-80{width:80%!important}.w-exl-85{width:85%!important}.w-exl-90{width:90%!important}.w-exl-100{width:100%!important}.w-exl-auto{width:auto!important}.w-exl-16px{width:16px!important}.w-exl-20px{width:20px!important}.w-exl-32px{width:32px!important}.w-exl-36px{width:36px!important}.w-exl-40px{width:40px!important}.w-exl-44px{width:44px!important}.w-exl-48px{width:48px!important}.w-exl-52px{width:52px!important}.w-exl-60px{width:60px!important}.w-exl-230px{width:230px!important}.w-exl-324px{width:324px!important}.w-exl-350px{width:350px!important}.mw-exl-100{max-width:100%!important}.mw-exl-80{max-width:80%!important}.mw-exl-50vh{max-width:50vh!important}.mw-exl-75px{max-width:75px!important}.mw-exl-50{max-width:50%!important}.mw-exl-75{max-width:75%!important}.mw-exl-280px{max-width:280px!important}.h-exl-25{height:25%!important}.h-exl-50{height:50%!important}.h-exl-75{height:75%!important}.h-exl-100{height:100%!important}.h-exl-auto{height:auto!important}.h-exl-6px{height:6px!important}.h-exl-8px{height:8px!important}.h-exl-20px{height:20px!important}.h-exl-28px{height:28px!important}.h-exl-32px{height:32px!important}.h-exl-36px{height:36px!important}.h-exl-40px{height:40px!important}.h-exl-44px{height:44px!important}.h-exl-48px{height:48px!important}.h-exl-52px{height:52px!important}.h-exl-60px{height:60px!important}.h-exl-78px{height:78px!important}.h-exl-300px{height:300px!important}.h-exl-504px{height:504px!important}.h-exl-unset{height:unset!important}.flex-exl-fill{flex:1 1 auto!important}.flex-exl-row{flex-direction:row!important}.flex-exl-column{flex-direction:column!important}.flex-exl-row-reverse{flex-direction:row-reverse!important}.flex-exl-column-reverse{flex-direction:column-reverse!important}.flex-exl-grow-0{flex-grow:0!important}.flex-exl-grow-1{flex-grow:1!important}.flex-exl-grow-2{flex-grow:2!important}.flex-exl-shrink-0{flex-shrink:0!important}.flex-exl-shrink-1{flex-shrink:1!important}.flex-exl-wrap{flex-wrap:wrap!important}.flex-exl-nowrap{flex-wrap:nowrap!important}.flex-exl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-exl-auto{gap:auto!important}.gap-exl-0{gap:0!important}.gap-exl-1{gap:.25rem!important}.gap-exl-2{gap:.5rem!important}.gap-exl-3{gap:1rem!important}.gap-exl-4{gap:1.5rem!important}.gap-exl-5{gap:3rem!important}.gap-exl-2rem{gap:2rem!important}.gap-exl-4rem{gap:4rem!important}.gap-exl-5rem{gap:5rem!important}.gap-exl-6rem{gap:6rem!important}.gap-exl-7rem{gap:7rem!important}.gap-exl-9rem{gap:9rem!important}.gap-exl-15rem{gap:15rem!important}.gap-exl-17rem{gap:17rem!important}.gap-exl-1px{gap:1px!important}.gap-exl-2px{gap:2px!important}.gap-exl-3px{gap:3px!important}.gap-exl-5px{gap:5px!important}.gap-exl-6px{gap:6px!important}.gap-exl-9px{gap:9px!important}.gap-exl-10px{gap:10px!important}.gap-exl-11px{gap:11px!important}.gap-exl-12px{gap:12px!important}.gap-exl-13px{gap:13px!important}.gap-exl-14px{gap:14px!important}.gap-exl-15px{gap:15px!important}.gap-exl-18px{gap:18px!important}.gap-exl-19px{gap:19px!important}.gap-exl-20px{gap:20px!important}.gap-exl-22px{gap:22px!important}.gap-exl-23px{gap:23px!important}.gap-exl-26px{gap:26px!important}.gap-exl-28px{gap:28px!important}.gap-exl-30px{gap:30px!important}.gap-exl-34px{gap:34px!important}.gap-exl-36px{gap:36px!important}.gap-exl-40px{gap:40px!important}.gap-exl-44px{gap:44px!important}.gap-exl-50px{gap:50px!important}.gap-exl-56px{gap:56px!important}.gap-exl-60px{gap:60px!important}.gap-exl-72px{gap:72px!important}.gap-exl-75px{gap:75px!important}.gap-exl-82px{gap:82px!important}.gap-exl-88px{gap:88px!important}.gap-exl-90px{gap:90px!important}.justify-content-exl-start{justify-content:flex-start!important}.justify-content-exl-end{justify-content:flex-end!important}.justify-content-exl-center{justify-content:center!important}.justify-content-exl-between{justify-content:space-between!important}.justify-content-exl-around{justify-content:space-around!important}.justify-content-exl-evenly{justify-content:space-evenly!important}.align-items-exl-start{align-items:flex-start!important}.align-items-exl-end{align-items:flex-end!important}.align-items-exl-center{align-items:center!important}.align-items-exl-baseline{align-items:baseline!important}.align-items-exl-stretch{align-items:stretch!important}.align-content-exl-start{align-content:flex-start!important}.align-content-exl-end{align-content:flex-end!important}.align-content-exl-center{align-content:center!important}.align-content-exl-between{align-content:space-between!important}.align-content-exl-around{align-content:space-around!important}.align-content-exl-stretch{align-content:stretch!important}.align-self-exl-auto{align-self:auto!important}.align-self-exl-start{align-self:flex-start!important}.align-self-exl-end{align-self:flex-end!important}.align-self-exl-center{align-self:center!important}.align-self-exl-baseline{align-self:baseline!important}.align-self-exl-stretch{align-self:stretch!important}.order-exl-first{order:-1!important}.order-exl-0{order:0!important}.order-exl-1{order:1!important}.order-exl-2{order:2!important}.order-exl-3{order:3!important}.order-exl-4{order:4!important}.order-exl-5{order:5!important}.order-exl-last{order:6!important}.m-exl-auto{margin:auto!important}.m-exl-0{margin:0!important}.m-exl-1{margin:.25rem!important}.m-exl-2{margin:.5rem!important}.m-exl-3{margin:1rem!important}.m-exl-4{margin:1.5rem!important}.m-exl-5{margin:3rem!important}.m-exl-2rem{margin:2rem!important}.m-exl-4rem{margin:4rem!important}.m-exl-5rem{margin:5rem!important}.m-exl-6rem{margin:6rem!important}.m-exl-7rem{margin:7rem!important}.m-exl-9rem{margin:9rem!important}.m-exl-15rem{margin:15rem!important}.m-exl-17rem{margin:17rem!important}.m-exl-1px{margin:1px!important}.m-exl-2px{margin:2px!important}.m-exl-3px{margin:3px!important}.m-exl-5px{margin:5px!important}.m-exl-6px{margin:6px!important}.m-exl-9px{margin:9px!important}.m-exl-10px{margin:10px!important}.m-exl-11px{margin:11px!important}.m-exl-12px{margin:12px!important}.m-exl-13px{margin:13px!important}.m-exl-14px{margin:14px!important}.m-exl-15px{margin:15px!important}.m-exl-18px{margin:18px!important}.m-exl-19px{margin:19px!important}.m-exl-20px{margin:20px!important}.m-exl-22px{margin:22px!important}.m-exl-23px{margin:23px!important}.m-exl-26px{margin:26px!important}.m-exl-28px{margin:28px!important}.m-exl-30px{margin:30px!important}.m-exl-34px{margin:34px!important}.m-exl-36px{margin:36px!important}.m-exl-40px{margin:40px!important}.m-exl-44px{margin:44px!important}.m-exl-50px{margin:50px!important}.m-exl-56px{margin:56px!important}.m-exl-60px{margin:60px!important}.m-exl-72px{margin:72px!important}.m-exl-75px{margin:75px!important}.m-exl-82px{margin:82px!important}.m-exl-88px{margin:88px!important}.m-exl-90px{margin:90px!important}.mx-exl-auto{margin-right:auto!important;margin-left:auto!important}.mx-exl-0{margin-right:0!important;margin-left:0!important}.mx-exl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-exl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-exl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-exl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-exl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-exl-2rem{margin-right:2rem!important;margin-left:2rem!important}.mx-exl-4rem{margin-right:4rem!important;margin-left:4rem!important}.mx-exl-5rem{margin-right:5rem!important;margin-left:5rem!important}.mx-exl-6rem{margin-right:6rem!important;margin-left:6rem!important}.mx-exl-7rem{margin-right:7rem!important;margin-left:7rem!important}.mx-exl-9rem{margin-right:9rem!important;margin-left:9rem!important}.mx-exl-15rem{margin-right:15rem!important;margin-left:15rem!important}.mx-exl-17rem{margin-right:17rem!important;margin-left:17rem!important}.mx-exl-1px{margin-right:1px!important;margin-left:1px!important}.mx-exl-2px{margin-right:2px!important;margin-left:2px!important}.mx-exl-3px{margin-right:3px!important;margin-left:3px!important}.mx-exl-5px{margin-right:5px!important;margin-left:5px!important}.mx-exl-6px{margin-right:6px!important;margin-left:6px!important}.mx-exl-9px{margin-right:9px!important;margin-left:9px!important}.mx-exl-10px{margin-right:10px!important;margin-left:10px!important}.mx-exl-11px{margin-right:11px!important;margin-left:11px!important}.mx-exl-12px{margin-right:12px!important;margin-left:12px!important}.mx-exl-13px{margin-right:13px!important;margin-left:13px!important}.mx-exl-14px{margin-right:14px!important;margin-left:14px!important}.mx-exl-15px{margin-right:15px!important;margin-left:15px!important}.mx-exl-18px{margin-right:18px!important;margin-left:18px!important}.mx-exl-19px{margin-right:19px!important;margin-left:19px!important}.mx-exl-20px{margin-right:20px!important;margin-left:20px!important}.mx-exl-22px{margin-right:22px!important;margin-left:22px!important}.mx-exl-23px{margin-right:23px!important;margin-left:23px!important}.mx-exl-26px{margin-right:26px!important;margin-left:26px!important}.mx-exl-28px{margin-right:28px!important;margin-left:28px!important}.mx-exl-30px{margin-right:30px!important;margin-left:30px!important}.mx-exl-34px{margin-right:34px!important;margin-left:34px!important}.mx-exl-36px{margin-right:36px!important;margin-left:36px!important}.mx-exl-40px{margin-right:40px!important;margin-left:40px!important}.mx-exl-44px{margin-right:44px!important;margin-left:44px!important}.mx-exl-50px{margin-right:50px!important;margin-left:50px!important}.mx-exl-56px{margin-right:56px!important;margin-left:56px!important}.mx-exl-60px{margin-right:60px!important;margin-left:60px!important}.mx-exl-72px{margin-right:72px!important;margin-left:72px!important}.mx-exl-75px{margin-right:75px!important;margin-left:75px!important}.mx-exl-82px{margin-right:82px!important;margin-left:82px!important}.mx-exl-88px{margin-right:88px!important;margin-left:88px!important}.mx-exl-90px{margin-right:90px!important;margin-left:90px!important}.my-exl-auto{margin-top:auto!important;margin-bottom:auto!important}.my-exl-0{margin-top:0!important;margin-bottom:0!important}.my-exl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-exl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-exl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-exl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-exl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-exl-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.my-exl-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.my-exl-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.my-exl-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.my-exl-7rem{margin-top:7rem!important;margin-bottom:7rem!important}.my-exl-9rem{margin-top:9rem!important;margin-bottom:9rem!important}.my-exl-15rem{margin-top:15rem!important;margin-bottom:15rem!important}.my-exl-17rem{margin-top:17rem!important;margin-bottom:17rem!important}.my-exl-1px{margin-top:1px!important;margin-bottom:1px!important}.my-exl-2px{margin-top:2px!important;margin-bottom:2px!important}.my-exl-3px{margin-top:3px!important;margin-bottom:3px!important}.my-exl-5px{margin-top:5px!important;margin-bottom:5px!important}.my-exl-6px{margin-top:6px!important;margin-bottom:6px!important}.my-exl-9px{margin-top:9px!important;margin-bottom:9px!important}.my-exl-10px{margin-top:10px!important;margin-bottom:10px!important}.my-exl-11px{margin-top:11px!important;margin-bottom:11px!important}.my-exl-12px{margin-top:12px!important;margin-bottom:12px!important}.my-exl-13px{margin-top:13px!important;margin-bottom:13px!important}.my-exl-14px{margin-top:14px!important;margin-bottom:14px!important}.my-exl-15px{margin-top:15px!important;margin-bottom:15px!important}.my-exl-18px{margin-top:18px!important;margin-bottom:18px!important}.my-exl-19px{margin-top:19px!important;margin-bottom:19px!important}.my-exl-20px{margin-top:20px!important;margin-bottom:20px!important}.my-exl-22px{margin-top:22px!important;margin-bottom:22px!important}.my-exl-23px{margin-top:23px!important;margin-bottom:23px!important}.my-exl-26px{margin-top:26px!important;margin-bottom:26px!important}.my-exl-28px{margin-top:28px!important;margin-bottom:28px!important}.my-exl-30px{margin-top:30px!important;margin-bottom:30px!important}.my-exl-34px{margin-top:34px!important;margin-bottom:34px!important}.my-exl-36px{margin-top:36px!important;margin-bottom:36px!important}.my-exl-40px{margin-top:40px!important;margin-bottom:40px!important}.my-exl-44px{margin-top:44px!important;margin-bottom:44px!important}.my-exl-50px{margin-top:50px!important;margin-bottom:50px!important}.my-exl-56px{margin-top:56px!important;margin-bottom:56px!important}.my-exl-60px{margin-top:60px!important;margin-bottom:60px!important}.my-exl-72px{margin-top:72px!important;margin-bottom:72px!important}.my-exl-75px{margin-top:75px!important;margin-bottom:75px!important}.my-exl-82px{margin-top:82px!important;margin-bottom:82px!important}.my-exl-88px{margin-top:88px!important;margin-bottom:88px!important}.my-exl-90px{margin-top:90px!important;margin-bottom:90px!important}.mt-exl-auto{margin-top:auto!important}.mt-exl-0{margin-top:0!important}.mt-exl-1{margin-top:.25rem!important}.mt-exl-2{margin-top:.5rem!important}.mt-exl-3{margin-top:1rem!important}.mt-exl-4{margin-top:1.5rem!important}.mt-exl-5{margin-top:3rem!important}.mt-exl-2rem{margin-top:2rem!important}.mt-exl-4rem{margin-top:4rem!important}.mt-exl-5rem{margin-top:5rem!important}.mt-exl-6rem{margin-top:6rem!important}.mt-exl-7rem{margin-top:7rem!important}.mt-exl-9rem{margin-top:9rem!important}.mt-exl-15rem{margin-top:15rem!important}.mt-exl-17rem{margin-top:17rem!important}.mt-exl-1px{margin-top:1px!important}.mt-exl-2px{margin-top:2px!important}.mt-exl-3px{margin-top:3px!important}.mt-exl-5px{margin-top:5px!important}.mt-exl-6px{margin-top:6px!important}.mt-exl-9px{margin-top:9px!important}.mt-exl-10px{margin-top:10px!important}.mt-exl-11px{margin-top:11px!important}.mt-exl-12px{margin-top:12px!important}.mt-exl-13px{margin-top:13px!important}.mt-exl-14px{margin-top:14px!important}.mt-exl-15px{margin-top:15px!important}.mt-exl-18px{margin-top:18px!important}.mt-exl-19px{margin-top:19px!important}.mt-exl-20px{margin-top:20px!important}.mt-exl-22px{margin-top:22px!important}.mt-exl-23px{margin-top:23px!important}.mt-exl-26px{margin-top:26px!important}.mt-exl-28px{margin-top:28px!important}.mt-exl-30px{margin-top:30px!important}.mt-exl-34px{margin-top:34px!important}.mt-exl-36px{margin-top:36px!important}.mt-exl-40px{margin-top:40px!important}.mt-exl-44px{margin-top:44px!important}.mt-exl-50px{margin-top:50px!important}.mt-exl-56px{margin-top:56px!important}.mt-exl-60px{margin-top:60px!important}.mt-exl-72px{margin-top:72px!important}.mt-exl-75px{margin-top:75px!important}.mt-exl-82px{margin-top:82px!important}.mt-exl-88px{margin-top:88px!important}.mt-exl-90px{margin-top:90px!important}.me-exl-auto{margin-right:auto!important}.me-exl-0{margin-right:0!important}.me-exl-1{margin-right:.25rem!important}.me-exl-2{margin-right:.5rem!important}.me-exl-3{margin-right:1rem!important}.me-exl-4{margin-right:1.5rem!important}.me-exl-5{margin-right:3rem!important}.me-exl-2rem{margin-right:2rem!important}.me-exl-4rem{margin-right:4rem!important}.me-exl-5rem{margin-right:5rem!important}.me-exl-6rem{margin-right:6rem!important}.me-exl-7rem{margin-right:7rem!important}.me-exl-9rem{margin-right:9rem!important}.me-exl-15rem{margin-right:15rem!important}.me-exl-17rem{margin-right:17rem!important}.me-exl-1px{margin-right:1px!important}.me-exl-2px{margin-right:2px!important}.me-exl-3px{margin-right:3px!important}.me-exl-5px{margin-right:5px!important}.me-exl-6px{margin-right:6px!important}.me-exl-9px{margin-right:9px!important}.me-exl-10px{margin-right:10px!important}.me-exl-11px{margin-right:11px!important}.me-exl-12px{margin-right:12px!important}.me-exl-13px{margin-right:13px!important}.me-exl-14px{margin-right:14px!important}.me-exl-15px{margin-right:15px!important}.me-exl-18px{margin-right:18px!important}.me-exl-19px{margin-right:19px!important}.me-exl-20px{margin-right:20px!important}.me-exl-22px{margin-right:22px!important}.me-exl-23px{margin-right:23px!important}.me-exl-26px{margin-right:26px!important}.me-exl-28px{margin-right:28px!important}.me-exl-30px{margin-right:30px!important}.me-exl-34px{margin-right:34px!important}.me-exl-36px{margin-right:36px!important}.me-exl-40px{margin-right:40px!important}.me-exl-44px{margin-right:44px!important}.me-exl-50px{margin-right:50px!important}.me-exl-56px{margin-right:56px!important}.me-exl-60px{margin-right:60px!important}.me-exl-72px{margin-right:72px!important}.me-exl-75px{margin-right:75px!important}.me-exl-82px{margin-right:82px!important}.me-exl-88px{margin-right:88px!important}.me-exl-90px{margin-right:90px!important}.mb-exl-auto{margin-bottom:auto!important}.mb-exl-0{margin-bottom:0!important}.mb-exl-1{margin-bottom:.25rem!important}.mb-exl-2{margin-bottom:.5rem!important}.mb-exl-3{margin-bottom:1rem!important}.mb-exl-4{margin-bottom:1.5rem!important}.mb-exl-5{margin-bottom:3rem!important}.mb-exl-2rem{margin-bottom:2rem!important}.mb-exl-4rem{margin-bottom:4rem!important}.mb-exl-5rem{margin-bottom:5rem!important}.mb-exl-6rem{margin-bottom:6rem!important}.mb-exl-7rem{margin-bottom:7rem!important}.mb-exl-9rem{margin-bottom:9rem!important}.mb-exl-15rem{margin-bottom:15rem!important}.mb-exl-17rem{margin-bottom:17rem!important}.mb-exl-1px{margin-bottom:1px!important}.mb-exl-2px{margin-bottom:2px!important}.mb-exl-3px{margin-bottom:3px!important}.mb-exl-5px{margin-bottom:5px!important}.mb-exl-6px{margin-bottom:6px!important}.mb-exl-9px{margin-bottom:9px!important}.mb-exl-10px{margin-bottom:10px!important}.mb-exl-11px{margin-bottom:11px!important}.mb-exl-12px{margin-bottom:12px!important}.mb-exl-13px{margin-bottom:13px!important}.mb-exl-14px{margin-bottom:14px!important}.mb-exl-15px{margin-bottom:15px!important}.mb-exl-18px{margin-bottom:18px!important}.mb-exl-19px{margin-bottom:19px!important}.mb-exl-20px{margin-bottom:20px!important}.mb-exl-22px{margin-bottom:22px!important}.mb-exl-23px{margin-bottom:23px!important}.mb-exl-26px{margin-bottom:26px!important}.mb-exl-28px{margin-bottom:28px!important}.mb-exl-30px{margin-bottom:30px!important}.mb-exl-34px{margin-bottom:34px!important}.mb-exl-36px{margin-bottom:36px!important}.mb-exl-40px{margin-bottom:40px!important}.mb-exl-44px{margin-bottom:44px!important}.mb-exl-50px{margin-bottom:50px!important}.mb-exl-56px{margin-bottom:56px!important}.mb-exl-60px{margin-bottom:60px!important}.mb-exl-72px{margin-bottom:72px!important}.mb-exl-75px{margin-bottom:75px!important}.mb-exl-82px{margin-bottom:82px!important}.mb-exl-88px{margin-bottom:88px!important}.mb-exl-90px{margin-bottom:90px!important}.ms-exl-auto{margin-left:auto!important}.ms-exl-0{margin-left:0!important}.ms-exl-1{margin-left:.25rem!important}.ms-exl-2{margin-left:.5rem!important}.ms-exl-3{margin-left:1rem!important}.ms-exl-4{margin-left:1.5rem!important}.ms-exl-5{margin-left:3rem!important}.ms-exl-2rem{margin-left:2rem!important}.ms-exl-4rem{margin-left:4rem!important}.ms-exl-5rem{margin-left:5rem!important}.ms-exl-6rem{margin-left:6rem!important}.ms-exl-7rem{margin-left:7rem!important}.ms-exl-9rem{margin-left:9rem!important}.ms-exl-15rem{margin-left:15rem!important}.ms-exl-17rem{margin-left:17rem!important}.ms-exl-1px{margin-left:1px!important}.ms-exl-2px{margin-left:2px!important}.ms-exl-3px{margin-left:3px!important}.ms-exl-5px{margin-left:5px!important}.ms-exl-6px{margin-left:6px!important}.ms-exl-9px{margin-left:9px!important}.ms-exl-10px{margin-left:10px!important}.ms-exl-11px{margin-left:11px!important}.ms-exl-12px{margin-left:12px!important}.ms-exl-13px{margin-left:13px!important}.ms-exl-14px{margin-left:14px!important}.ms-exl-15px{margin-left:15px!important}.ms-exl-18px{margin-left:18px!important}.ms-exl-19px{margin-left:19px!important}.ms-exl-20px{margin-left:20px!important}.ms-exl-22px{margin-left:22px!important}.ms-exl-23px{margin-left:23px!important}.ms-exl-26px{margin-left:26px!important}.ms-exl-28px{margin-left:28px!important}.ms-exl-30px{margin-left:30px!important}.ms-exl-34px{margin-left:34px!important}.ms-exl-36px{margin-left:36px!important}.ms-exl-40px{margin-left:40px!important}.ms-exl-44px{margin-left:44px!important}.ms-exl-50px{margin-left:50px!important}.ms-exl-56px{margin-left:56px!important}.ms-exl-60px{margin-left:60px!important}.ms-exl-72px{margin-left:72px!important}.ms-exl-75px{margin-left:75px!important}.ms-exl-82px{margin-left:82px!important}.ms-exl-88px{margin-left:88px!important}.ms-exl-90px{margin-left:90px!important}.m-exl-nauto{margin:-auto!important}.m-exl-n1{margin:-.25rem!important}.m-exl-n2{margin:-.5rem!important}.m-exl-n3{margin:-1rem!important}.m-exl-n4{margin:-1.5rem!important}.m-exl-n5{margin:-3rem!important}.m-exl-n2rem{margin:-2rem!important}.m-exl-n4rem{margin:-4rem!important}.m-exl-n5rem{margin:-5rem!important}.m-exl-n6rem{margin:-6rem!important}.m-exl-n7rem{margin:-7rem!important}.m-exl-n9rem{margin:-9rem!important}.m-exl-n15rem{margin:-15rem!important}.m-exl-n17rem{margin:-17rem!important}.m-exl-n1px{margin:-1px!important}.m-exl-n2px{margin:-2px!important}.m-exl-n3px{margin:-3px!important}.m-exl-n5px{margin:-5px!important}.m-exl-n6px{margin:-6px!important}.m-exl-n9px{margin:-9px!important}.m-exl-n10px{margin:-10px!important}.m-exl-n11px{margin:-11px!important}.m-exl-n12px{margin:-12px!important}.m-exl-n13px{margin:-13px!important}.m-exl-n14px{margin:-14px!important}.m-exl-n15px{margin:-15px!important}.m-exl-n18px{margin:-18px!important}.m-exl-n19px{margin:-19px!important}.m-exl-n20px{margin:-20px!important}.m-exl-n22px{margin:-22px!important}.m-exl-n23px{margin:-23px!important}.m-exl-n26px{margin:-26px!important}.m-exl-n28px{margin:-28px!important}.m-exl-n30px{margin:-30px!important}.m-exl-n34px{margin:-34px!important}.m-exl-n36px{margin:-36px!important}.m-exl-n40px{margin:-40px!important}.m-exl-n44px{margin:-44px!important}.m-exl-n50px{margin:-50px!important}.m-exl-n56px{margin:-56px!important}.m-exl-n60px{margin:-60px!important}.m-exl-n72px{margin:-72px!important}.m-exl-n75px{margin:-75px!important}.m-exl-n82px{margin:-82px!important}.m-exl-n88px{margin:-88px!important}.m-exl-n90px{margin:-90px!important}.mx-exl-nauto{margin-right:-auto!important;margin-left:-auto!important}.mx-exl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-exl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-exl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-exl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-exl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-exl-n2rem{margin-right:-2rem!important;margin-left:-2rem!important}.mx-exl-n4rem{margin-right:-4rem!important;margin-left:-4rem!important}.mx-exl-n5rem{margin-right:-5rem!important;margin-left:-5rem!important}.mx-exl-n6rem{margin-right:-6rem!important;margin-left:-6rem!important}.mx-exl-n7rem{margin-right:-7rem!important;margin-left:-7rem!important}.mx-exl-n9rem{margin-right:-9rem!important;margin-left:-9rem!important}.mx-exl-n15rem{margin-right:-15rem!important;margin-left:-15rem!important}.mx-exl-n17rem{margin-right:-17rem!important;margin-left:-17rem!important}.mx-exl-n1px{margin-right:-1px!important;margin-left:-1px!important}.mx-exl-n2px{margin-right:-2px!important;margin-left:-2px!important}.mx-exl-n3px{margin-right:-3px!important;margin-left:-3px!important}.mx-exl-n5px{margin-right:-5px!important;margin-left:-5px!important}.mx-exl-n6px{margin-right:-6px!important;margin-left:-6px!important}.mx-exl-n9px{margin-right:-9px!important;margin-left:-9px!important}.mx-exl-n10px{margin-right:-10px!important;margin-left:-10px!important}.mx-exl-n11px{margin-right:-11px!important;margin-left:-11px!important}.mx-exl-n12px{margin-right:-12px!important;margin-left:-12px!important}.mx-exl-n13px{margin-right:-13px!important;margin-left:-13px!important}.mx-exl-n14px{margin-right:-14px!important;margin-left:-14px!important}.mx-exl-n15px{margin-right:-15px!important;margin-left:-15px!important}.mx-exl-n18px{margin-right:-18px!important;margin-left:-18px!important}.mx-exl-n19px{margin-right:-19px!important;margin-left:-19px!important}.mx-exl-n20px{margin-right:-20px!important;margin-left:-20px!important}.mx-exl-n22px{margin-right:-22px!important;margin-left:-22px!important}.mx-exl-n23px{margin-right:-23px!important;margin-left:-23px!important}.mx-exl-n26px{margin-right:-26px!important;margin-left:-26px!important}.mx-exl-n28px{margin-right:-28px!important;margin-left:-28px!important}.mx-exl-n30px{margin-right:-30px!important;margin-left:-30px!important}.mx-exl-n34px{margin-right:-34px!important;margin-left:-34px!important}.mx-exl-n36px{margin-right:-36px!important;margin-left:-36px!important}.mx-exl-n40px{margin-right:-40px!important;margin-left:-40px!important}.mx-exl-n44px{margin-right:-44px!important;margin-left:-44px!important}.mx-exl-n50px{margin-right:-50px!important;margin-left:-50px!important}.mx-exl-n56px{margin-right:-56px!important;margin-left:-56px!important}.mx-exl-n60px{margin-right:-60px!important;margin-left:-60px!important}.mx-exl-n72px{margin-right:-72px!important;margin-left:-72px!important}.mx-exl-n75px{margin-right:-75px!important;margin-left:-75px!important}.mx-exl-n82px{margin-right:-82px!important;margin-left:-82px!important}.mx-exl-n88px{margin-right:-88px!important;margin-left:-88px!important}.mx-exl-n90px{margin-right:-90px!important;margin-left:-90px!important}.my-exl-nauto{margin-top:-auto!important;margin-bottom:-auto!important}.my-exl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-exl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-exl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-exl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-exl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-exl-n2rem{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-exl-n4rem{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-exl-n5rem{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-exl-n6rem{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-exl-n7rem{margin-top:-7rem!important;margin-bottom:-7rem!important}.my-exl-n9rem{margin-top:-9rem!important;margin-bottom:-9rem!important}.my-exl-n15rem{margin-top:-15rem!important;margin-bottom:-15rem!important}.my-exl-n17rem{margin-top:-17rem!important;margin-bottom:-17rem!important}.my-exl-n1px{margin-top:-1px!important;margin-bottom:-1px!important}.my-exl-n2px{margin-top:-2px!important;margin-bottom:-2px!important}.my-exl-n3px{margin-top:-3px!important;margin-bottom:-3px!important}.my-exl-n5px{margin-top:-5px!important;margin-bottom:-5px!important}.my-exl-n6px{margin-top:-6px!important;margin-bottom:-6px!important}.my-exl-n9px{margin-top:-9px!important;margin-bottom:-9px!important}.my-exl-n10px{margin-top:-10px!important;margin-bottom:-10px!important}.my-exl-n11px{margin-top:-11px!important;margin-bottom:-11px!important}.my-exl-n12px{margin-top:-12px!important;margin-bottom:-12px!important}.my-exl-n13px{margin-top:-13px!important;margin-bottom:-13px!important}.my-exl-n14px{margin-top:-14px!important;margin-bottom:-14px!important}.my-exl-n15px{margin-top:-15px!important;margin-bottom:-15px!important}.my-exl-n18px{margin-top:-18px!important;margin-bottom:-18px!important}.my-exl-n19px{margin-top:-19px!important;margin-bottom:-19px!important}.my-exl-n20px{margin-top:-20px!important;margin-bottom:-20px!important}.my-exl-n22px{margin-top:-22px!important;margin-bottom:-22px!important}.my-exl-n23px{margin-top:-23px!important;margin-bottom:-23px!important}.my-exl-n26px{margin-top:-26px!important;margin-bottom:-26px!important}.my-exl-n28px{margin-top:-28px!important;margin-bottom:-28px!important}.my-exl-n30px{margin-top:-30px!important;margin-bottom:-30px!important}.my-exl-n34px{margin-top:-34px!important;margin-bottom:-34px!important}.my-exl-n36px{margin-top:-36px!important;margin-bottom:-36px!important}.my-exl-n40px{margin-top:-40px!important;margin-bottom:-40px!important}.my-exl-n44px{margin-top:-44px!important;margin-bottom:-44px!important}.my-exl-n50px{margin-top:-50px!important;margin-bottom:-50px!important}.my-exl-n56px{margin-top:-56px!important;margin-bottom:-56px!important}.my-exl-n60px{margin-top:-60px!important;margin-bottom:-60px!important}.my-exl-n72px{margin-top:-72px!important;margin-bottom:-72px!important}.my-exl-n75px{margin-top:-75px!important;margin-bottom:-75px!important}.my-exl-n82px{margin-top:-82px!important;margin-bottom:-82px!important}.my-exl-n88px{margin-top:-88px!important;margin-bottom:-88px!important}.my-exl-n90px{margin-top:-90px!important;margin-bottom:-90px!important}.mt-exl-nauto{margin-top:-auto!important}.mt-exl-n1{margin-top:-.25rem!important}.mt-exl-n2{margin-top:-.5rem!important}.mt-exl-n3{margin-top:-1rem!important}.mt-exl-n4{margin-top:-1.5rem!important}.mt-exl-n5{margin-top:-3rem!important}.mt-exl-n2rem{margin-top:-2rem!important}.mt-exl-n4rem{margin-top:-4rem!important}.mt-exl-n5rem{margin-top:-5rem!important}.mt-exl-n6rem{margin-top:-6rem!important}.mt-exl-n7rem{margin-top:-7rem!important}.mt-exl-n9rem{margin-top:-9rem!important}.mt-exl-n15rem{margin-top:-15rem!important}.mt-exl-n17rem{margin-top:-17rem!important}.mt-exl-n1px{margin-top:-1px!important}.mt-exl-n2px{margin-top:-2px!important}.mt-exl-n3px{margin-top:-3px!important}.mt-exl-n5px{margin-top:-5px!important}.mt-exl-n6px{margin-top:-6px!important}.mt-exl-n9px{margin-top:-9px!important}.mt-exl-n10px{margin-top:-10px!important}.mt-exl-n11px{margin-top:-11px!important}.mt-exl-n12px{margin-top:-12px!important}.mt-exl-n13px{margin-top:-13px!important}.mt-exl-n14px{margin-top:-14px!important}.mt-exl-n15px{margin-top:-15px!important}.mt-exl-n18px{margin-top:-18px!important}.mt-exl-n19px{margin-top:-19px!important}.mt-exl-n20px{margin-top:-20px!important}.mt-exl-n22px{margin-top:-22px!important}.mt-exl-n23px{margin-top:-23px!important}.mt-exl-n26px{margin-top:-26px!important}.mt-exl-n28px{margin-top:-28px!important}.mt-exl-n30px{margin-top:-30px!important}.mt-exl-n34px{margin-top:-34px!important}.mt-exl-n36px{margin-top:-36px!important}.mt-exl-n40px{margin-top:-40px!important}.mt-exl-n44px{margin-top:-44px!important}.mt-exl-n50px{margin-top:-50px!important}.mt-exl-n56px{margin-top:-56px!important}.mt-exl-n60px{margin-top:-60px!important}.mt-exl-n72px{margin-top:-72px!important}.mt-exl-n75px{margin-top:-75px!important}.mt-exl-n82px{margin-top:-82px!important}.mt-exl-n88px{margin-top:-88px!important}.mt-exl-n90px{margin-top:-90px!important}.me-exl-nauto{margin-right:-auto!important}.me-exl-n1{margin-right:-.25rem!important}.me-exl-n2{margin-right:-.5rem!important}.me-exl-n3{margin-right:-1rem!important}.me-exl-n4{margin-right:-1.5rem!important}.me-exl-n5{margin-right:-3rem!important}.me-exl-n2rem{margin-right:-2rem!important}.me-exl-n4rem{margin-right:-4rem!important}.me-exl-n5rem{margin-right:-5rem!important}.me-exl-n6rem{margin-right:-6rem!important}.me-exl-n7rem{margin-right:-7rem!important}.me-exl-n9rem{margin-right:-9rem!important}.me-exl-n15rem{margin-right:-15rem!important}.me-exl-n17rem{margin-right:-17rem!important}.me-exl-n1px{margin-right:-1px!important}.me-exl-n2px{margin-right:-2px!important}.me-exl-n3px{margin-right:-3px!important}.me-exl-n5px{margin-right:-5px!important}.me-exl-n6px{margin-right:-6px!important}.me-exl-n9px{margin-right:-9px!important}.me-exl-n10px{margin-right:-10px!important}.me-exl-n11px{margin-right:-11px!important}.me-exl-n12px{margin-right:-12px!important}.me-exl-n13px{margin-right:-13px!important}.me-exl-n14px{margin-right:-14px!important}.me-exl-n15px{margin-right:-15px!important}.me-exl-n18px{margin-right:-18px!important}.me-exl-n19px{margin-right:-19px!important}.me-exl-n20px{margin-right:-20px!important}.me-exl-n22px{margin-right:-22px!important}.me-exl-n23px{margin-right:-23px!important}.me-exl-n26px{margin-right:-26px!important}.me-exl-n28px{margin-right:-28px!important}.me-exl-n30px{margin-right:-30px!important}.me-exl-n34px{margin-right:-34px!important}.me-exl-n36px{margin-right:-36px!important}.me-exl-n40px{margin-right:-40px!important}.me-exl-n44px{margin-right:-44px!important}.me-exl-n50px{margin-right:-50px!important}.me-exl-n56px{margin-right:-56px!important}.me-exl-n60px{margin-right:-60px!important}.me-exl-n72px{margin-right:-72px!important}.me-exl-n75px{margin-right:-75px!important}.me-exl-n82px{margin-right:-82px!important}.me-exl-n88px{margin-right:-88px!important}.me-exl-n90px{margin-right:-90px!important}.mb-exl-nauto{margin-bottom:-auto!important}.mb-exl-n1{margin-bottom:-.25rem!important}.mb-exl-n2{margin-bottom:-.5rem!important}.mb-exl-n3{margin-bottom:-1rem!important}.mb-exl-n4{margin-bottom:-1.5rem!important}.mb-exl-n5{margin-bottom:-3rem!important}.mb-exl-n2rem{margin-bottom:-2rem!important}.mb-exl-n4rem{margin-bottom:-4rem!important}.mb-exl-n5rem{margin-bottom:-5rem!important}.mb-exl-n6rem{margin-bottom:-6rem!important}.mb-exl-n7rem{margin-bottom:-7rem!important}.mb-exl-n9rem{margin-bottom:-9rem!important}.mb-exl-n15rem{margin-bottom:-15rem!important}.mb-exl-n17rem{margin-bottom:-17rem!important}.mb-exl-n1px{margin-bottom:-1px!important}.mb-exl-n2px{margin-bottom:-2px!important}.mb-exl-n3px{margin-bottom:-3px!important}.mb-exl-n5px{margin-bottom:-5px!important}.mb-exl-n6px{margin-bottom:-6px!important}.mb-exl-n9px{margin-bottom:-9px!important}.mb-exl-n10px{margin-bottom:-10px!important}.mb-exl-n11px{margin-bottom:-11px!important}.mb-exl-n12px{margin-bottom:-12px!important}.mb-exl-n13px{margin-bottom:-13px!important}.mb-exl-n14px{margin-bottom:-14px!important}.mb-exl-n15px{margin-bottom:-15px!important}.mb-exl-n18px{margin-bottom:-18px!important}.mb-exl-n19px{margin-bottom:-19px!important}.mb-exl-n20px{margin-bottom:-20px!important}.mb-exl-n22px{margin-bottom:-22px!important}.mb-exl-n23px{margin-bottom:-23px!important}.mb-exl-n26px{margin-bottom:-26px!important}.mb-exl-n28px{margin-bottom:-28px!important}.mb-exl-n30px{margin-bottom:-30px!important}.mb-exl-n34px{margin-bottom:-34px!important}.mb-exl-n36px{margin-bottom:-36px!important}.mb-exl-n40px{margin-bottom:-40px!important}.mb-exl-n44px{margin-bottom:-44px!important}.mb-exl-n50px{margin-bottom:-50px!important}.mb-exl-n56px{margin-bottom:-56px!important}.mb-exl-n60px{margin-bottom:-60px!important}.mb-exl-n72px{margin-bottom:-72px!important}.mb-exl-n75px{margin-bottom:-75px!important}.mb-exl-n82px{margin-bottom:-82px!important}.mb-exl-n88px{margin-bottom:-88px!important}.mb-exl-n90px{margin-bottom:-90px!important}.ms-exl-nauto{margin-left:-auto!important}.ms-exl-n1{margin-left:-.25rem!important}.ms-exl-n2{margin-left:-.5rem!important}.ms-exl-n3{margin-left:-1rem!important}.ms-exl-n4{margin-left:-1.5rem!important}.ms-exl-n5{margin-left:-3rem!important}.ms-exl-n2rem{margin-left:-2rem!important}.ms-exl-n4rem{margin-left:-4rem!important}.ms-exl-n5rem{margin-left:-5rem!important}.ms-exl-n6rem{margin-left:-6rem!important}.ms-exl-n7rem{margin-left:-7rem!important}.ms-exl-n9rem{margin-left:-9rem!important}.ms-exl-n15rem{margin-left:-15rem!important}.ms-exl-n17rem{margin-left:-17rem!important}.ms-exl-n1px{margin-left:-1px!important}.ms-exl-n2px{margin-left:-2px!important}.ms-exl-n3px{margin-left:-3px!important}.ms-exl-n5px{margin-left:-5px!important}.ms-exl-n6px{margin-left:-6px!important}.ms-exl-n9px{margin-left:-9px!important}.ms-exl-n10px{margin-left:-10px!important}.ms-exl-n11px{margin-left:-11px!important}.ms-exl-n12px{margin-left:-12px!important}.ms-exl-n13px{margin-left:-13px!important}.ms-exl-n14px{margin-left:-14px!important}.ms-exl-n15px{margin-left:-15px!important}.ms-exl-n18px{margin-left:-18px!important}.ms-exl-n19px{margin-left:-19px!important}.ms-exl-n20px{margin-left:-20px!important}.ms-exl-n22px{margin-left:-22px!important}.ms-exl-n23px{margin-left:-23px!important}.ms-exl-n26px{margin-left:-26px!important}.ms-exl-n28px{margin-left:-28px!important}.ms-exl-n30px{margin-left:-30px!important}.ms-exl-n34px{margin-left:-34px!important}.ms-exl-n36px{margin-left:-36px!important}.ms-exl-n40px{margin-left:-40px!important}.ms-exl-n44px{margin-left:-44px!important}.ms-exl-n50px{margin-left:-50px!important}.ms-exl-n56px{margin-left:-56px!important}.ms-exl-n60px{margin-left:-60px!important}.ms-exl-n72px{margin-left:-72px!important}.ms-exl-n75px{margin-left:-75px!important}.ms-exl-n82px{margin-left:-82px!important}.ms-exl-n88px{margin-left:-88px!important}.ms-exl-n90px{margin-left:-90px!important}.p-exl-auto{padding:auto!important}.p-exl-0{padding:0!important}.p-exl-1{padding:.25rem!important}.p-exl-2{padding:.5rem!important}.p-exl-3{padding:1rem!important}.p-exl-4{padding:1.5rem!important}.p-exl-5{padding:3rem!important}.p-exl-2rem{padding:2rem!important}.p-exl-4rem{padding:4rem!important}.p-exl-5rem{padding:5rem!important}.p-exl-6rem{padding:6rem!important}.p-exl-7rem{padding:7rem!important}.p-exl-9rem{padding:9rem!important}.p-exl-15rem{padding:15rem!important}.p-exl-17rem{padding:17rem!important}.p-exl-1px{padding:1px!important}.p-exl-2px{padding:2px!important}.p-exl-3px{padding:3px!important}.p-exl-5px{padding:5px!important}.p-exl-6px{padding:6px!important}.p-exl-9px{padding:9px!important}.p-exl-10px{padding:10px!important}.p-exl-11px{padding:11px!important}.p-exl-12px{padding:12px!important}.p-exl-13px{padding:13px!important}.p-exl-14px{padding:14px!important}.p-exl-15px{padding:15px!important}.p-exl-18px{padding:18px!important}.p-exl-19px{padding:19px!important}.p-exl-20px{padding:20px!important}.p-exl-22px{padding:22px!important}.p-exl-23px{padding:23px!important}.p-exl-26px{padding:26px!important}.p-exl-28px{padding:28px!important}.p-exl-30px{padding:30px!important}.p-exl-34px{padding:34px!important}.p-exl-36px{padding:36px!important}.p-exl-40px{padding:40px!important}.p-exl-44px{padding:44px!important}.p-exl-50px{padding:50px!important}.p-exl-56px{padding:56px!important}.p-exl-60px{padding:60px!important}.p-exl-72px{padding:72px!important}.p-exl-75px{padding:75px!important}.p-exl-82px{padding:82px!important}.p-exl-88px{padding:88px!important}.p-exl-90px{padding:90px!important}.px-exl-auto{padding-right:auto!important;padding-left:auto!important}.px-exl-0{padding-right:0!important;padding-left:0!important}.px-exl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-exl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-exl-3{padding-right:1rem!important;padding-left:1rem!important}.px-exl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-exl-5{padding-right:3rem!important;padding-left:3rem!important}.px-exl-2rem{padding-right:2rem!important;padding-left:2rem!important}.px-exl-4rem{padding-right:4rem!important;padding-left:4rem!important}.px-exl-5rem{padding-right:5rem!important;padding-left:5rem!important}.px-exl-6rem{padding-right:6rem!important;padding-left:6rem!important}.px-exl-7rem{padding-right:7rem!important;padding-left:7rem!important}.px-exl-9rem{padding-right:9rem!important;padding-left:9rem!important}.px-exl-15rem{padding-right:15rem!important;padding-left:15rem!important}.px-exl-17rem{padding-right:17rem!important;padding-left:17rem!important}.px-exl-1px{padding-right:1px!important;padding-left:1px!important}.px-exl-2px{padding-right:2px!important;padding-left:2px!important}.px-exl-3px{padding-right:3px!important;padding-left:3px!important}.px-exl-5px{padding-right:5px!important;padding-left:5px!important}.px-exl-6px{padding-right:6px!important;padding-left:6px!important}.px-exl-9px{padding-right:9px!important;padding-left:9px!important}.px-exl-10px{padding-right:10px!important;padding-left:10px!important}.px-exl-11px{padding-right:11px!important;padding-left:11px!important}.px-exl-12px{padding-right:12px!important;padding-left:12px!important}.px-exl-13px{padding-right:13px!important;padding-left:13px!important}.px-exl-14px{padding-right:14px!important;padding-left:14px!important}.px-exl-15px{padding-right:15px!important;padding-left:15px!important}.px-exl-18px{padding-right:18px!important;padding-left:18px!important}.px-exl-19px{padding-right:19px!important;padding-left:19px!important}.px-exl-20px{padding-right:20px!important;padding-left:20px!important}.px-exl-22px{padding-right:22px!important;padding-left:22px!important}.px-exl-23px{padding-right:23px!important;padding-left:23px!important}.px-exl-26px{padding-right:26px!important;padding-left:26px!important}.px-exl-28px{padding-right:28px!important;padding-left:28px!important}.px-exl-30px{padding-right:30px!important;padding-left:30px!important}.px-exl-34px{padding-right:34px!important;padding-left:34px!important}.px-exl-36px{padding-right:36px!important;padding-left:36px!important}.px-exl-40px{padding-right:40px!important;padding-left:40px!important}.px-exl-44px{padding-right:44px!important;padding-left:44px!important}.px-exl-50px{padding-right:50px!important;padding-left:50px!important}.px-exl-56px{padding-right:56px!important;padding-left:56px!important}.px-exl-60px{padding-right:60px!important;padding-left:60px!important}.px-exl-72px{padding-right:72px!important;padding-left:72px!important}.px-exl-75px{padding-right:75px!important;padding-left:75px!important}.px-exl-82px{padding-right:82px!important;padding-left:82px!important}.px-exl-88px{padding-right:88px!important;padding-left:88px!important}.px-exl-90px{padding-right:90px!important;padding-left:90px!important}.py-exl-auto{padding-top:auto!important;padding-bottom:auto!important}.py-exl-0{padding-top:0!important;padding-bottom:0!important}.py-exl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-exl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-exl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-exl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-exl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-exl-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.py-exl-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.py-exl-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.py-exl-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.py-exl-7rem{padding-top:7rem!important;padding-bottom:7rem!important}.py-exl-9rem{padding-top:9rem!important;padding-bottom:9rem!important}.py-exl-15rem{padding-top:15rem!important;padding-bottom:15rem!important}.py-exl-17rem{padding-top:17rem!important;padding-bottom:17rem!important}.py-exl-1px{padding-top:1px!important;padding-bottom:1px!important}.py-exl-2px{padding-top:2px!important;padding-bottom:2px!important}.py-exl-3px{padding-top:3px!important;padding-bottom:3px!important}.py-exl-5px{padding-top:5px!important;padding-bottom:5px!important}.py-exl-6px{padding-top:6px!important;padding-bottom:6px!important}.py-exl-9px{padding-top:9px!important;padding-bottom:9px!important}.py-exl-10px{padding-top:10px!important;padding-bottom:10px!important}.py-exl-11px{padding-top:11px!important;padding-bottom:11px!important}.py-exl-12px{padding-top:12px!important;padding-bottom:12px!important}.py-exl-13px{padding-top:13px!important;padding-bottom:13px!important}.py-exl-14px{padding-top:14px!important;padding-bottom:14px!important}.py-exl-15px{padding-top:15px!important;padding-bottom:15px!important}.py-exl-18px{padding-top:18px!important;padding-bottom:18px!important}.py-exl-19px{padding-top:19px!important;padding-bottom:19px!important}.py-exl-20px{padding-top:20px!important;padding-bottom:20px!important}.py-exl-22px{padding-top:22px!important;padding-bottom:22px!important}.py-exl-23px{padding-top:23px!important;padding-bottom:23px!important}.py-exl-26px{padding-top:26px!important;padding-bottom:26px!important}.py-exl-28px{padding-top:28px!important;padding-bottom:28px!important}.py-exl-30px{padding-top:30px!important;padding-bottom:30px!important}.py-exl-34px{padding-top:34px!important;padding-bottom:34px!important}.py-exl-36px{padding-top:36px!important;padding-bottom:36px!important}.py-exl-40px{padding-top:40px!important;padding-bottom:40px!important}.py-exl-44px{padding-top:44px!important;padding-bottom:44px!important}.py-exl-50px{padding-top:50px!important;padding-bottom:50px!important}.py-exl-56px{padding-top:56px!important;padding-bottom:56px!important}.py-exl-60px{padding-top:60px!important;padding-bottom:60px!important}.py-exl-72px{padding-top:72px!important;padding-bottom:72px!important}.py-exl-75px{padding-top:75px!important;padding-bottom:75px!important}.py-exl-82px{padding-top:82px!important;padding-bottom:82px!important}.py-exl-88px{padding-top:88px!important;padding-bottom:88px!important}.py-exl-90px{padding-top:90px!important;padding-bottom:90px!important}.pt-exl-auto{padding-top:auto!important}.pt-exl-0{padding-top:0!important}.pt-exl-1{padding-top:.25rem!important}.pt-exl-2{padding-top:.5rem!important}.pt-exl-3{padding-top:1rem!important}.pt-exl-4{padding-top:1.5rem!important}.pt-exl-5{padding-top:3rem!important}.pt-exl-2rem{padding-top:2rem!important}.pt-exl-4rem{padding-top:4rem!important}.pt-exl-5rem{padding-top:5rem!important}.pt-exl-6rem{padding-top:6rem!important}.pt-exl-7rem{padding-top:7rem!important}.pt-exl-9rem{padding-top:9rem!important}.pt-exl-15rem{padding-top:15rem!important}.pt-exl-17rem{padding-top:17rem!important}.pt-exl-1px{padding-top:1px!important}.pt-exl-2px{padding-top:2px!important}.pt-exl-3px{padding-top:3px!important}.pt-exl-5px{padding-top:5px!important}.pt-exl-6px{padding-top:6px!important}.pt-exl-9px{padding-top:9px!important}.pt-exl-10px{padding-top:10px!important}.pt-exl-11px{padding-top:11px!important}.pt-exl-12px{padding-top:12px!important}.pt-exl-13px{padding-top:13px!important}.pt-exl-14px{padding-top:14px!important}.pt-exl-15px{padding-top:15px!important}.pt-exl-18px{padding-top:18px!important}.pt-exl-19px{padding-top:19px!important}.pt-exl-20px{padding-top:20px!important}.pt-exl-22px{padding-top:22px!important}.pt-exl-23px{padding-top:23px!important}.pt-exl-26px{padding-top:26px!important}.pt-exl-28px{padding-top:28px!important}.pt-exl-30px{padding-top:30px!important}.pt-exl-34px{padding-top:34px!important}.pt-exl-36px{padding-top:36px!important}.pt-exl-40px{padding-top:40px!important}.pt-exl-44px{padding-top:44px!important}.pt-exl-50px{padding-top:50px!important}.pt-exl-56px{padding-top:56px!important}.pt-exl-60px{padding-top:60px!important}.pt-exl-72px{padding-top:72px!important}.pt-exl-75px{padding-top:75px!important}.pt-exl-82px{padding-top:82px!important}.pt-exl-88px{padding-top:88px!important}.pt-exl-90px{padding-top:90px!important}.pe-exl-auto{padding-right:auto!important}.pe-exl-0{padding-right:0!important}.pe-exl-1{padding-right:.25rem!important}.pe-exl-2{padding-right:.5rem!important}.pe-exl-3{padding-right:1rem!important}.pe-exl-4{padding-right:1.5rem!important}.pe-exl-5{padding-right:3rem!important}.pe-exl-2rem{padding-right:2rem!important}.pe-exl-4rem{padding-right:4rem!important}.pe-exl-5rem{padding-right:5rem!important}.pe-exl-6rem{padding-right:6rem!important}.pe-exl-7rem{padding-right:7rem!important}.pe-exl-9rem{padding-right:9rem!important}.pe-exl-15rem{padding-right:15rem!important}.pe-exl-17rem{padding-right:17rem!important}.pe-exl-1px{padding-right:1px!important}.pe-exl-2px{padding-right:2px!important}.pe-exl-3px{padding-right:3px!important}.pe-exl-5px{padding-right:5px!important}.pe-exl-6px{padding-right:6px!important}.pe-exl-9px{padding-right:9px!important}.pe-exl-10px{padding-right:10px!important}.pe-exl-11px{padding-right:11px!important}.pe-exl-12px{padding-right:12px!important}.pe-exl-13px{padding-right:13px!important}.pe-exl-14px{padding-right:14px!important}.pe-exl-15px{padding-right:15px!important}.pe-exl-18px{padding-right:18px!important}.pe-exl-19px{padding-right:19px!important}.pe-exl-20px{padding-right:20px!important}.pe-exl-22px{padding-right:22px!important}.pe-exl-23px{padding-right:23px!important}.pe-exl-26px{padding-right:26px!important}.pe-exl-28px{padding-right:28px!important}.pe-exl-30px{padding-right:30px!important}.pe-exl-34px{padding-right:34px!important}.pe-exl-36px{padding-right:36px!important}.pe-exl-40px{padding-right:40px!important}.pe-exl-44px{padding-right:44px!important}.pe-exl-50px{padding-right:50px!important}.pe-exl-56px{padding-right:56px!important}.pe-exl-60px{padding-right:60px!important}.pe-exl-72px{padding-right:72px!important}.pe-exl-75px{padding-right:75px!important}.pe-exl-82px{padding-right:82px!important}.pe-exl-88px{padding-right:88px!important}.pe-exl-90px{padding-right:90px!important}.pb-exl-auto{padding-bottom:auto!important}.pb-exl-0{padding-bottom:0!important}.pb-exl-1{padding-bottom:.25rem!important}.pb-exl-2{padding-bottom:.5rem!important}.pb-exl-3{padding-bottom:1rem!important}.pb-exl-4{padding-bottom:1.5rem!important}.pb-exl-5{padding-bottom:3rem!important}.pb-exl-2rem{padding-bottom:2rem!important}.pb-exl-4rem{padding-bottom:4rem!important}.pb-exl-5rem{padding-bottom:5rem!important}.pb-exl-6rem{padding-bottom:6rem!important}.pb-exl-7rem{padding-bottom:7rem!important}.pb-exl-9rem{padding-bottom:9rem!important}.pb-exl-15rem{padding-bottom:15rem!important}.pb-exl-17rem{padding-bottom:17rem!important}.pb-exl-1px{padding-bottom:1px!important}.pb-exl-2px{padding-bottom:2px!important}.pb-exl-3px{padding-bottom:3px!important}.pb-exl-5px{padding-bottom:5px!important}.pb-exl-6px{padding-bottom:6px!important}.pb-exl-9px{padding-bottom:9px!important}.pb-exl-10px{padding-bottom:10px!important}.pb-exl-11px{padding-bottom:11px!important}.pb-exl-12px{padding-bottom:12px!important}.pb-exl-13px{padding-bottom:13px!important}.pb-exl-14px{padding-bottom:14px!important}.pb-exl-15px{padding-bottom:15px!important}.pb-exl-18px{padding-bottom:18px!important}.pb-exl-19px{padding-bottom:19px!important}.pb-exl-20px{padding-bottom:20px!important}.pb-exl-22px{padding-bottom:22px!important}.pb-exl-23px{padding-bottom:23px!important}.pb-exl-26px{padding-bottom:26px!important}.pb-exl-28px{padding-bottom:28px!important}.pb-exl-30px{padding-bottom:30px!important}.pb-exl-34px{padding-bottom:34px!important}.pb-exl-36px{padding-bottom:36px!important}.pb-exl-40px{padding-bottom:40px!important}.pb-exl-44px{padding-bottom:44px!important}.pb-exl-50px{padding-bottom:50px!important}.pb-exl-56px{padding-bottom:56px!important}.pb-exl-60px{padding-bottom:60px!important}.pb-exl-72px{padding-bottom:72px!important}.pb-exl-75px{padding-bottom:75px!important}.pb-exl-82px{padding-bottom:82px!important}.pb-exl-88px{padding-bottom:88px!important}.pb-exl-90px{padding-bottom:90px!important}.ps-exl-auto{padding-left:auto!important}.ps-exl-0{padding-left:0!important}.ps-exl-1{padding-left:.25rem!important}.ps-exl-2{padding-left:.5rem!important}.ps-exl-3{padding-left:1rem!important}.ps-exl-4{padding-left:1.5rem!important}.ps-exl-5{padding-left:3rem!important}.ps-exl-2rem{padding-left:2rem!important}.ps-exl-4rem{padding-left:4rem!important}.ps-exl-5rem{padding-left:5rem!important}.ps-exl-6rem{padding-left:6rem!important}.ps-exl-7rem{padding-left:7rem!important}.ps-exl-9rem{padding-left:9rem!important}.ps-exl-15rem{padding-left:15rem!important}.ps-exl-17rem{padding-left:17rem!important}.ps-exl-1px{padding-left:1px!important}.ps-exl-2px{padding-left:2px!important}.ps-exl-3px{padding-left:3px!important}.ps-exl-5px{padding-left:5px!important}.ps-exl-6px{padding-left:6px!important}.ps-exl-9px{padding-left:9px!important}.ps-exl-10px{padding-left:10px!important}.ps-exl-11px{padding-left:11px!important}.ps-exl-12px{padding-left:12px!important}.ps-exl-13px{padding-left:13px!important}.ps-exl-14px{padding-left:14px!important}.ps-exl-15px{padding-left:15px!important}.ps-exl-18px{padding-left:18px!important}.ps-exl-19px{padding-left:19px!important}.ps-exl-20px{padding-left:20px!important}.ps-exl-22px{padding-left:22px!important}.ps-exl-23px{padding-left:23px!important}.ps-exl-26px{padding-left:26px!important}.ps-exl-28px{padding-left:28px!important}.ps-exl-30px{padding-left:30px!important}.ps-exl-34px{padding-left:34px!important}.ps-exl-36px{padding-left:36px!important}.ps-exl-40px{padding-left:40px!important}.ps-exl-44px{padding-left:44px!important}.ps-exl-50px{padding-left:50px!important}.ps-exl-56px{padding-left:56px!important}.ps-exl-60px{padding-left:60px!important}.ps-exl-72px{padding-left:72px!important}.ps-exl-75px{padding-left:75px!important}.ps-exl-82px{padding-left:82px!important}.ps-exl-88px{padding-left:88px!important}.ps-exl-90px{padding-left:90px!important}.fs-exl-1{font-size:calc(1.425rem + 2.1vw)!important}.fs-exl-2{font-size:calc(1.375rem + 1.5vw)!important}.fs-exl-3{font-size:calc(1.325rem + .9vw)!important}.fs-exl-4{font-size:calc(1.275rem + .3vw)!important}.fs-exl-5{font-size:1.125rem!important}.fs-exl-6{font-size:1rem!important}.fs-exl-7{font-size:.875rem!important}.fs-exl-8{font-size:.75rem!important}.fs-exl-9{font-size:.5rem!important}.fs-exl-200{font-size:calc(2.375rem + 13.5vw)!important}.fs-exl-140{font-size:calc(2rem + 9vw)!important}.fs-exl-100{font-size:calc(1.75rem + 6vw)!important}.fs-exl-90{font-size:calc(1.6875rem + 5.25vw)!important}.fs-exl-80{font-size:calc(1.625rem + 4.5vw)!important}.fs-exl-70{font-size:calc(1.5625rem + 3.75vw)!important}.fs-exl-60{font-size:calc(1.5rem + 3vw)!important}.fs-exl-56{font-size:calc(1.475rem + 2.7vw)!important}.fs-exl-36{font-size:calc(1.35rem + 1.2vw)!important}.fs-exl-34{font-size:calc(1.3375rem + 1.05vw)!important}.fs-exl-28{font-size:calc(1.3rem + .6vw)!important}.fs-exl-30{font-size:calc(1.3125rem + .75vw)!important}.fs-exl-22{font-size:calc(1.2625rem + .15vw)!important}.fs-exl-20{font-size:1.25rem!important}.fs-exl-17{font-size:1.0625rem!important}.fs-exl-12{font-size:.75rem!important}.fs-exl-11{font-size:.6875rem!important}.fs-exl-10{font-size:.625rem!important}.text-exl-start{text-align:left!important}.text-exl-end{text-align:right!important}.text-exl-center{text-align:center!important}.text-exl-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-exl-primary-50{--bs-text-opacity:1;color:rgba(var(--bs-primary-50-rgb),var(--bs-text-opacity))!important}.text-exl-primary-100{--bs-text-opacity:1;color:rgba(var(--bs-primary-100-rgb),var(--bs-text-opacity))!important}.text-exl-primary-light{--bs-text-opacity:1;color:rgba(var(--bs-primary-light-rgb),var(--bs-text-opacity))!important}.text-exl-primary-dark{--bs-text-opacity:1;color:rgba(var(--bs-primary-dark-rgb),var(--bs-text-opacity))!important}.text-exl-primary-stroke{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-rgb),var(--bs-text-opacity))!important}.text-exl-primary-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-text-opacity))!important}.text-exl-primary-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-text-opacity))!important}.text-exl-profile{--bs-text-opacity:1;color:rgba(var(--bs-profile-rgb),var(--bs-text-opacity))!important}.text-exl-profile-stroke{--bs-text-opacity:1;color:rgba(var(--bs-profile-stroke-rgb),var(--bs-text-opacity))!important}.text-exl-profile-block{--bs-text-opacity:1;color:rgba(var(--bs-profile-block-rgb),var(--bs-text-opacity))!important}.text-exl-profile-text{--bs-text-opacity:1;color:rgba(var(--bs-profile-text-rgb),var(--bs-text-opacity))!important}.text-exl-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-exl-secondary-50{--bs-text-opacity:1;color:rgba(var(--bs-secondary-50-rgb),var(--bs-text-opacity))!important}.text-exl-secondary-100{--bs-text-opacity:1;color:rgba(var(--bs-secondary-100-rgb),var(--bs-text-opacity))!important}.text-exl-secondary-light{--bs-text-opacity:1;color:rgba(var(--bs-secondary-light-rgb),var(--bs-text-opacity))!important}.text-exl-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-exl-success-light{--bs-text-opacity:1;color:rgba(var(--bs-success-light-rgb),var(--bs-text-opacity))!important}.text-exl-success-bullet{--bs-text-opacity:1;color:rgba(var(--bs-success-bullet-rgb),var(--bs-text-opacity))!important}.text-exl-success-lighter{--bs-text-opacity:1;color:rgba(var(--bs-success-lighter-rgb),var(--bs-text-opacity))!important}.text-exl-success-dark{--bs-text-opacity:1;color:rgba(var(--bs-success-dark-rgb),var(--bs-text-opacity))!important}.text-exl-success-darken{--bs-text-opacity:1;color:rgba(var(--bs-success-darken-rgb),var(--bs-text-opacity))!important}.text-exl-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-exl-info-50{--bs-text-opacity:1;color:rgba(var(--bs-info-50-rgb),var(--bs-text-opacity))!important}.text-exl-info-100{--bs-text-opacity:1;color:rgba(var(--bs-info-100-rgb),var(--bs-text-opacity))!important}.text-exl-info-300{--bs-text-opacity:1;color:rgba(var(--bs-info-300-rgb),var(--bs-text-opacity))!important}.text-exl-info-stroke{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-rgb),var(--bs-text-opacity))!important}.text-exl-info-stroke-1{--bs-text-opacity:1;color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-text-opacity))!important}.text-exl-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-exl-warning-50{--bs-text-opacity:1;color:rgba(var(--bs-warning-50-rgb),var(--bs-text-opacity))!important}.text-exl-warning-100{--bs-text-opacity:1;color:rgba(var(--bs-warning-100-rgb),var(--bs-text-opacity))!important}.text-exl-warning-title{--bs-text-opacity:1;color:rgba(var(--bs-warning-title-rgb),var(--bs-text-opacity))!important}.text-exl-warning-light{--bs-text-opacity:1;color:rgba(var(--bs-warning-light-rgb),var(--bs-text-opacity))!important}.text-exl-warning-bg{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-rgb),var(--bs-text-opacity))!important}.text-exl-warning-bg-1{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-text-opacity))!important}.text-exl-warning-bg-2{--bs-text-opacity:1;color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-text-opacity))!important}.text-exl-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-exl-danger-50{--bs-text-opacity:1;color:rgba(var(--bs-danger-50-rgb),var(--bs-text-opacity))!important}.text-exl-danger-light{--bs-text-opacity:1;color:rgba(var(--bs-danger-light-rgb),var(--bs-text-opacity))!important}.text-exl-danger-dark{--bs-text-opacity:1;color:rgba(var(--bs-danger-dark-rgb),var(--bs-text-opacity))!important}.text-exl-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-exl-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-exl-dark-50{--bs-text-opacity:1;color:rgba(var(--bs-dark-50-rgb),var(--bs-text-opacity))!important}.text-exl-dark-100{--bs-text-opacity:1;color:rgba(var(--bs-dark-100-rgb),var(--bs-text-opacity))!important}.text-exl-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important}.text-exl-purple{--bs-text-opacity:1;color:rgba(var(--bs-purple-rgb),var(--bs-text-opacity))!important}.text-exl-purple-light{--bs-text-opacity:1;color:rgba(var(--bs-purple-light-rgb),var(--bs-text-opacity))!important}.text-exl-body-1{--bs-text-opacity:1;color:rgba(var(--bs-body-1-rgb),var(--bs-text-opacity))!important}.text-exl-body-2{--bs-text-opacity:1;color:rgba(var(--bs-body-2-rgb),var(--bs-text-opacity))!important}.text-exl-gray-body{--bs-text-opacity:1;color:rgba(var(--bs-gray-body-rgb),var(--bs-text-opacity))!important}.text-exl-gray-border{--bs-text-opacity:1;color:rgba(var(--bs-gray-border-rgb),var(--bs-text-opacity))!important}.text-exl-gray-50{--bs-text-opacity:1;color:rgba(var(--bs-gray-50-rgb),var(--bs-text-opacity))!important}.text-exl-gray-100{--bs-text-opacity:1;color:rgba(var(--bs-gray-100-rgb),var(--bs-text-opacity))!important}.text-exl-gray-200{--bs-text-opacity:1;color:rgba(var(--bs-gray-200-rgb),var(--bs-text-opacity))!important}.text-exl-gray-300{--bs-text-opacity:1;color:rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important}.text-exl-gray-400{--bs-text-opacity:1;color:rgba(var(--bs-gray-400-rgb),var(--bs-text-opacity))!important}.text-exl-gray-500{--bs-text-opacity:1;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-exl-gray-600{--bs-text-opacity:1;color:rgba(var(--bs-gray-600-rgb),var(--bs-text-opacity))!important}.text-exl-gray-700{--bs-text-opacity:1;color:rgba(var(--bs-gray-700-rgb),var(--bs-text-opacity))!important}.text-exl-gray-800{--bs-text-opacity:1;color:rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important}.text-exl-gray-900{--bs-text-opacity:1;color:rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important}.text-exl-gray-stroke-2{--bs-text-opacity:1;color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-text-opacity))!important}.text-exl-transparent{--bs-text-opacity:1;color:rgba(var(--bs-transparent-rgb),var(--bs-text-opacity))!important}.text-exl-purple-600{--bs-text-opacity:1;color:rgba(var(--bs-purple-600-rgb),var(--bs-text-opacity))!important}.text-exl-light-100{--bs-text-opacity:1;color:rgba(var(--bs-light-100-rgb),var(--bs-text-opacity))!important}.text-exl-blue-300{--bs-text-opacity:1;color:rgba(var(--bs-blue-300-rgb),var(--bs-text-opacity))!important}.text-exl-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-exl-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-exl-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-exl-muted{--bs-text-opacity:1;color:#8a8a8e!important}.text-exl-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-exl-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-exl-reset{--bs-text-opacity:1;color:inherit!important}.bg-exl-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-exl-primary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-50-rgb),var(--bs-bg-opacity))!important}.bg-exl-primary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-100-rgb),var(--bs-bg-opacity))!important}.bg-exl-primary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-light-rgb),var(--bs-bg-opacity))!important}.bg-exl-primary-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-dark-rgb),var(--bs-bg-opacity))!important}.bg-exl-primary-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-rgb),var(--bs-bg-opacity))!important}.bg-exl-primary-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-exl-primary-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-exl-profile{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-rgb),var(--bs-bg-opacity))!important}.bg-exl-profile-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-stroke-rgb),var(--bs-bg-opacity))!important}.bg-exl-profile-block{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-block-rgb),var(--bs-bg-opacity))!important}.bg-exl-profile-text{--bs-bg-opacity:1;background-color:rgba(var(--bs-profile-text-rgb),var(--bs-bg-opacity))!important}.bg-exl-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-exl-secondary-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-50-rgb),var(--bs-bg-opacity))!important}.bg-exl-secondary-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-100-rgb),var(--bs-bg-opacity))!important}.bg-exl-secondary-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-light-rgb),var(--bs-bg-opacity))!important}.bg-exl-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-exl-success-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-light-rgb),var(--bs-bg-opacity))!important}.bg-exl-success-bullet{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-bullet-rgb),var(--bs-bg-opacity))!important}.bg-exl-success-lighter{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-lighter-rgb),var(--bs-bg-opacity))!important}.bg-exl-success-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-dark-rgb),var(--bs-bg-opacity))!important}.bg-exl-success-darken{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-darken-rgb),var(--bs-bg-opacity))!important}.bg-exl-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-exl-info-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-50-rgb),var(--bs-bg-opacity))!important}.bg-exl-info-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-100-rgb),var(--bs-bg-opacity))!important}.bg-exl-info-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-300-rgb),var(--bs-bg-opacity))!important}.bg-exl-info-stroke{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-rgb),var(--bs-bg-opacity))!important}.bg-exl-info-stroke-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-stroke-1-rgb),var(--bs-bg-opacity))!important}.bg-exl-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-exl-warning-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-50-rgb),var(--bs-bg-opacity))!important}.bg-exl-warning-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-100-rgb),var(--bs-bg-opacity))!important}.bg-exl-warning-title{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-title-rgb),var(--bs-bg-opacity))!important}.bg-exl-warning-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-light-rgb),var(--bs-bg-opacity))!important}.bg-exl-warning-bg{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-rgb),var(--bs-bg-opacity))!important}.bg-exl-warning-bg-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-1-rgb),var(--bs-bg-opacity))!important}.bg-exl-warning-bg-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-bg-2-rgb),var(--bs-bg-opacity))!important}.bg-exl-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-exl-danger-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-50-rgb),var(--bs-bg-opacity))!important}.bg-exl-danger-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-light-rgb),var(--bs-bg-opacity))!important}.bg-exl-danger-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-dark-rgb),var(--bs-bg-opacity))!important}.bg-exl-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-exl-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-exl-dark-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-50-rgb),var(--bs-bg-opacity))!important}.bg-exl-dark-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-100-rgb),var(--bs-bg-opacity))!important}.bg-exl-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity))!important}.bg-exl-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity))!important}.bg-exl-purple-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-light-rgb),var(--bs-bg-opacity))!important}.bg-exl-body-1{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-1-rgb),var(--bs-bg-opacity))!important}.bg-exl-body-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-2-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-body-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-border{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-border-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-50{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-50-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-100-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-200{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-200-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-400{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-400-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-500{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-600-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-700{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-700-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-800{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-900{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-900-rgb),var(--bs-bg-opacity))!important}.bg-exl-gray-stroke-2{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-stroke-2-rgb),var(--bs-bg-opacity))!important}.bg-exl-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-exl-purple-600{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-600-rgb),var(--bs-bg-opacity))!important}.bg-exl-light-100{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-100-rgb),var(--bs-bg-opacity))!important}.bg-exl-blue-300{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-300-rgb),var(--bs-bg-opacity))!important}.bg-exl-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-exl-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-exl-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.rounded-exl{border-radius:.375rem!important}.rounded-exl-0{border-radius:0!important}.rounded-exl-1{border-radius:.25rem!important}.rounded-exl-2{border-radius:.375rem!important}.rounded-exl-3{border-radius:.625rem!important}.rounded-exl-4{border-radius:1.25rem!important}.rounded-exl-5{border-radius:2rem!important}.rounded-exl-24px{border-radius:24px!important}.rounded-exl-12px{border-radius:12px!important}.rounded-exl-rem{border-radius:1rem!important}.rounded-exl-circle{border-radius:50%!important}.rounded-exl-pill{border-radius:50rem!important}.rounded-top-exl{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-exl-0{border-top-right-radius:0!important;border-top-left-radius:0!important}.rounded-top-exl-1{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}.rounded-top-exl-2{border-top-right-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-top-exl-3{border-top-right-radius:.625rem!important;border-top-left-radius:.625rem!important}.rounded-top-exl-4{border-top-right-radius:1.25rem!important;border-top-left-radius:1.25rem!important}.rounded-top-exl-5{border-top-right-radius:2rem!important;border-top-left-radius:2rem!important}.rounded-top-exl-rem{border-top-right-radius:1rem!important;border-top-left-radius:1rem!important}.rounded-top-exl-circle{border-top-right-radius:50%!important;border-top-left-radius:50%!important}.rounded-top-exl-pill{border-top-right-radius:50rem!important;border-top-left-radius:50rem!important}.cursor-exl-pointer{cursor:pointer!important}.cursor-exl-none{cursor:none!important}.cursor-exl-nallowed{cursor:not-allowed!important}.cursor-exl-copy{cursor:copy!important}.minw-exl-100{min-width:100%!important}.minw-exl-80{min-width:80%!important}.minw-exl-50vh{min-width:50vh!important}.minw-exl-70px{min-width:70px!important}.minw-exl-115px{min-width:115px!important}.minw-exl-150px{min-width:150px!important}.minw-exl-170px{min-width:170px!important}.minw-exl-270px{min-width:270px!important}.z-exl-n1{z-index:-1!important}.z-exl-0{z-index:0!important}.z-exl-1{z-index:1!important}.z-exl-2{z-index:10!important}.z-exl-3{z-index:100!important}.z-exl-header{z-index:102!important}.ob-exl-fill{object-fit:fill!important}.ob-exl-contain{object-fit:contain!important}.ob-exl-cover{object-fit:cover!important}.ob-exl-scale-down{object-fit:scale-down!important}.ob-exl-none{object-fit:none!important}.ob-exl-initial{object-fit:fill!important}.ob-exl-inherit{object-fit:inherit!important}.ls-exl-0{letter-spacing:0!important}.ls-exl-1{letter-spacing:1px!important}.ls-exl-2{letter-spacing:2px!important}.overflow-x-exl-auto{overflow-x:auto!important}.overflow-x-exl-hidden{overflow-x:hidden!important}.overflow-x-exl-visible{overflow-x:visible!important}.overflow-x-exl-scroll{overflow-x:scroll!important}.overflow-y-exl-auto{overflow-y:auto!important}.overflow-y-exl-hidden{overflow-y:hidden!important}.overflow-y-exl-visible{overflow-y:visible!important}.overflow-y-exl-scroll{overflow-y:scroll!important}.line-limit-exl-1{-webkit-line-clamp:1!important}.line-limit-exl-2{-webkit-line-clamp:2!important}.line-limit-exl-3{-webkit-line-clamp:3!important}.line-limit-exl-4{-webkit-line-clamp:4!important}.bg-image-exl-half-gray-200{background-image:linear-gradient(0deg,#f0f3fb 0 50%,#fff 50% 100%)!important}.bg-image-exl-half-gray-100{background-image:linear-gradient(180deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-exl-half-gray-100-top{background-image:linear-gradient(0deg,transparent 0 50%,#f0f3fb 50% 100%)!important}.bg-image-exl-half-warning-light{background-image:linear-gradient(180deg,transparent 0 50%,#f7efe9 50% 100%)!important}}@media(min-width:1200px){.fs-1{font-size:3rem!important}.fs-2{font-size:2.5rem!important}.fs-3{font-size:2rem!important}.fs-4{font-size:1.5rem!important}.fs-200{font-size:12.5rem!important}.fs-140{font-size:8.75rem!important}.fs-100{font-size:6.25rem!important}.fs-90{font-size:5.625rem!important}.fs-80{font-size:5rem!important}.fs-70{font-size:4.375rem!important}.fs-60{font-size:3.75rem!important}.fs-56{font-size:3.5rem!important}.fs-36{font-size:2.25rem!important}.fs-34{font-size:2.125rem!important}.fs-28{font-size:1.75rem!important}.fs-30{font-size:1.875rem!important}.fs-22{font-size:1.375rem!important}.fs-sm-1{font-size:3rem!important}.fs-sm-2{font-size:2.5rem!important}.fs-sm-3{font-size:2rem!important}.fs-sm-4{font-size:1.5rem!important}.fs-sm-200{font-size:12.5rem!important}.fs-sm-140{font-size:8.75rem!important}.fs-sm-100{font-size:6.25rem!important}.fs-sm-90{font-size:5.625rem!important}.fs-sm-80{font-size:5rem!important}.fs-sm-70{font-size:4.375rem!important}.fs-sm-60{font-size:3.75rem!important}.fs-sm-56{font-size:3.5rem!important}.fs-sm-36{font-size:2.25rem!important}.fs-sm-34{font-size:2.125rem!important}.fs-sm-28{font-size:1.75rem!important}.fs-sm-30{font-size:1.875rem!important}.fs-sm-22{font-size:1.375rem!important}.fs-md-1{font-size:3rem!important}.fs-md-2{font-size:2.5rem!important}.fs-md-3{font-size:2rem!important}.fs-md-4{font-size:1.5rem!important}.fs-md-200{font-size:12.5rem!important}.fs-md-140{font-size:8.75rem!important}.fs-md-100{font-size:6.25rem!important}.fs-md-90{font-size:5.625rem!important}.fs-md-80{font-size:5rem!important}.fs-md-70{font-size:4.375rem!important}.fs-md-60{font-size:3.75rem!important}.fs-md-56{font-size:3.5rem!important}.fs-md-36{font-size:2.25rem!important}.fs-md-34{font-size:2.125rem!important}.fs-md-28{font-size:1.75rem!important}.fs-md-30{font-size:1.875rem!important}.fs-md-22{font-size:1.375rem!important}.fs-lg-1{font-size:3rem!important}.fs-lg-2{font-size:2.5rem!important}.fs-lg-3{font-size:2rem!important}.fs-lg-4{font-size:1.5rem!important}.fs-lg-200{font-size:12.5rem!important}.fs-lg-140{font-size:8.75rem!important}.fs-lg-100{font-size:6.25rem!important}.fs-lg-90{font-size:5.625rem!important}.fs-lg-80{font-size:5rem!important}.fs-lg-70{font-size:4.375rem!important}.fs-lg-60{font-size:3.75rem!important}.fs-lg-56{font-size:3.5rem!important}.fs-lg-36{font-size:2.25rem!important}.fs-lg-34{font-size:2.125rem!important}.fs-lg-28{font-size:1.75rem!important}.fs-lg-30{font-size:1.875rem!important}.fs-lg-22{font-size:1.375rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px;opacity:1}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{overflow-x:hidden}img{max-width:100%}@media(min-width:1700px){.container.exl{max-width:1696px;--bs-gutter-x:1rem}}.icon:before{display:block;flex-shrink:0;content:"";width:20px;height:20px;margin-right:4px;background-repeat:no-repeat}.icon-book:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.32031 16.3125V5.71094C1.32031 5.64323 1.32552 5.58073 1.33594 5.52344C1.34635 5.46615 1.3724 5.40365 1.41406 5.33594C1.64844 4.9349 1.98958 4.5651 2.4375 4.22656C2.89062 3.88802 3.42188 3.61719 4.03125 3.41406C4.64583 3.20573 5.3125 3.10156 6.03125 3.10156C6.88021 3.10156 7.65365 3.25521 8.35156 3.5625C9.05469 3.86458 9.60417 4.25781 10 4.74219C10.3906 4.25781 10.9349 3.86458 11.6328 3.5625C12.3359 3.25521 13.1146 3.10156 13.9688 3.10156C14.6823 3.10156 15.3438 3.20573 15.9531 3.41406C16.5677 3.61719 17.1016 3.88802 17.5547 4.22656C18.0078 4.5651 18.349 4.9349 18.5781 5.33594C18.6198 5.40365 18.6458 5.46615 18.6562 5.52344C18.6667 5.58073 18.6719 5.64323 18.6719 5.71094V16.3125C18.6719 16.6354 18.5833 16.8646 18.4062 17C18.2292 17.1354 18.026 17.2031 17.7969 17.2031C17.6615 17.2031 17.5312 17.1693 17.4062 17.1016C17.2812 17.0391 17.1458 16.9609 17 16.8672C16.5677 16.5755 16.0938 16.3438 15.5781 16.1719C15.0677 16.0052 14.5417 15.9245 14 15.9297C13.4323 15.9349 12.8776 16.0417 12.3359 16.25C11.7995 16.4583 11.3125 16.7734 10.875 17.1953C10.7083 17.3516 10.5547 17.4583 10.4141 17.5156C10.2786 17.5781 10.1406 17.6094 10 17.6094C9.85417 17.6094 9.71354 17.5781 9.57812 17.5156C9.44271 17.4583 9.28906 17.3516 9.11719 17.1953C8.67969 16.7734 8.1901 16.4583 7.64844 16.25C7.11198 16.0417 6.5625 15.9349 6 15.9297C5.45312 15.9245 4.92188 16.0052 4.40625 16.1719C3.89583 16.3438 3.42448 16.5755 2.99219 16.8672C2.84635 16.9609 2.71094 17.0391 2.58594 17.1016C2.46094 17.1693 2.33333 17.2031 2.20312 17.2031C1.96875 17.2031 1.76302 17.1354 1.58594 17C1.40885 16.8646 1.32031 16.6354 1.32031 16.3125ZM2.57812 15.6484C2.98958 15.3516 3.4974 15.1146 4.10156 14.9375C4.70573 14.7604 5.34896 14.6719 6.03125 14.6719C6.46354 14.6719 6.88542 14.7214 7.29688 14.8203C7.70833 14.9141 8.08854 15.0443 8.4375 15.2109C8.79167 15.3776 9.10156 15.5677 9.36719 15.7812V5.9375C9.09115 5.45833 8.65104 5.07552 8.04688 4.78906C7.44271 4.5026 6.77083 4.35938 6.03125 4.35938C5.54688 4.35938 5.08073 4.42448 4.63281 4.55469C4.1901 4.67969 3.78906 4.85677 3.42969 5.08594C3.07031 5.3151 2.78646 5.58333 2.57812 5.89062V15.6484ZM10.625 15.7812C10.8906 15.5677 11.2005 15.3776 11.5547 15.2109C11.9089 15.0443 12.2891 14.9141 12.6953 14.8203C13.1068 14.7214 13.5312 14.6719 13.9688 14.6719C14.6458 14.6719 15.2865 14.7604 15.8906 14.9375C16.4948 15.1146 17.0026 15.3516 17.4141 15.6484V5.89062C17.2057 5.58333 16.9219 5.3151 16.5625 5.08594C16.2031 4.85677 15.7995 4.67969 15.3516 4.55469C14.9089 4.42448 14.4479 4.35938 13.9688 4.35938C13.224 4.35938 12.5495 4.5026 11.9453 4.78906C11.3411 5.07552 10.901 5.45833 10.625 5.9375V15.7812Z" fill="white"/></svg>')}.icon-globe:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 17.8906C9.45833 17.8906 8.94792 17.7031 8.46875 17.3281C7.99479 16.9531 7.57552 16.4271 7.21094 15.75C6.85156 15.0729 6.56771 14.2786 6.35938 13.3672C6.15625 12.4505 6.05469 11.4531 6.05469 10.375C6.05469 9.29688 6.15625 8.29948 6.35938 7.38281C6.56771 6.46094 6.85156 5.66146 7.21094 4.98438C7.57031 4.30208 7.98698 3.77344 8.46094 3.39844C8.9401 3.02344 9.45312 2.83594 10 2.83594C10.5469 2.83594 11.0573 3.02344 11.5312 3.39844C12.0104 3.77344 12.4297 4.30208 12.7891 4.98438C13.1536 5.66146 13.4375 6.46094 13.6406 7.38281C13.8438 8.29948 13.9453 9.29688 13.9453 10.375C13.9453 11.4531 13.8411 12.4505 13.6328 13.3672C13.4297 14.2786 13.1458 15.0729 12.7812 15.75C12.4219 16.4271 12.0026 16.9531 11.5234 17.3281C11.0495 17.7031 10.5417 17.8906 10 17.8906ZM10 3.78125C9.61979 3.78125 9.25521 3.95833 8.90625 4.3125C8.55729 4.66146 8.2474 5.14062 7.97656 5.75C7.70573 6.35938 7.49219 7.0625 7.33594 7.85938C7.17969 8.65104 7.10156 9.48958 7.10156 10.375C7.10156 11.25 7.17969 12.0807 7.33594 12.8672C7.49219 13.6536 7.70573 14.3542 7.97656 14.9688C8.2474 15.5781 8.55729 16.0573 8.90625 16.4062C9.25521 16.7604 9.61979 16.9375 10 16.9375C10.3802 16.9375 10.7448 16.7604 11.0938 16.4062C11.4427 16.0573 11.7526 15.5781 12.0234 14.9688C12.2943 14.3542 12.5078 13.6536 12.6641 12.8672C12.8203 12.0807 12.8984 11.25 12.8984 10.375C12.8984 9.48958 12.8203 8.65104 12.6641 7.85938C12.5078 7.0625 12.2943 6.35938 12.0234 5.75C11.7526 5.14062 11.4427 4.66146 11.0938 4.3125C10.7448 3.95833 10.3802 3.78125 10 3.78125ZM9.49219 2.94531H10.5156V17.7422H9.49219V2.94531ZM10 13.2969C10.8021 13.2969 11.5625 13.3646 12.2812 13.5C13 13.6302 13.6458 13.8203 14.2188 14.0703C14.7969 14.3151 15.2682 14.6042 15.6328 14.9375L14.8438 15.5859C14.5 15.3151 14.0859 15.0859 13.6016 14.8984C13.1224 14.7057 12.5781 14.5625 11.9688 14.4688C11.3646 14.3698 10.7083 14.3203 10 14.3203C9.29167 14.3203 8.63281 14.3698 8.02344 14.4688C7.41927 14.5625 6.875 14.7057 6.39062 14.8984C5.91146 15.0859 5.5 15.3151 5.15625 15.5859L4.36719 14.9375C4.73177 14.6042 5.20052 14.3151 5.77344 14.0703C6.35156 13.8203 7 13.6302 7.71875 13.5C8.4375 13.3646 9.19792 13.2969 10 13.2969ZM17.2109 9.84375V10.8672H2.78906V9.84375H17.2109ZM10 7.46094C9.19792 7.46094 8.4375 7.39583 7.71875 7.26562C7 7.13021 6.35156 6.9401 5.77344 6.69531C5.20052 6.44531 4.73177 6.15365 4.36719 5.82031L5.15625 5.17188C5.5 5.44271 5.91146 5.67448 6.39062 5.86719C6.875 6.05469 7.41927 6.19792 8.02344 6.29688C8.63281 6.39062 9.29167 6.4375 10 6.4375C10.7083 6.4375 11.3646 6.39062 11.9688 6.29688C12.5781 6.19792 13.1224 6.05469 13.6016 5.86719C14.0859 5.67448 14.5 5.44271 14.8438 5.17188L15.6328 5.82031C15.2682 6.15365 14.7969 6.44531 14.2188 6.69531C13.6458 6.9401 13 7.13021 12.2812 7.26562C11.5625 7.39583 10.8021 7.46094 10 7.46094ZM10 18.3281C8.90104 18.3281 7.86979 18.1198 6.90625 17.7031C5.94271 17.2917 5.09635 16.7214 4.36719 15.9922C3.63802 15.263 3.0651 14.4167 2.64844 13.4531C2.23698 12.4896 2.03125 11.4583 2.03125 10.3594C2.03125 9.26042 2.23698 8.22917 2.64844 7.26562C3.0651 6.30208 3.63802 5.45573 4.36719 4.72656C5.09635 3.99219 5.94271 3.41927 6.90625 3.00781C7.86979 2.59635 8.90104 2.39062 10 2.39062C11.099 2.39062 12.1302 2.59635 13.0938 3.00781C14.0573 3.41927 14.9036 3.99219 15.6328 4.72656C16.362 5.45573 16.9323 6.30208 17.3438 7.26562C17.7604 8.22917 17.9688 9.26042 17.9688 10.3594C17.9688 11.4583 17.7604 12.4896 17.3438 13.4531C16.9323 14.4167 16.362 15.263 15.6328 15.9922C14.9036 16.7214 14.0573 17.2917 13.0938 17.7031C12.1302 18.1198 11.099 18.3281 10 18.3281ZM10 17.2656C10.9531 17.2656 11.8464 17.0859 12.6797 16.7266C13.513 16.3672 14.2474 15.8724 14.8828 15.2422C15.5182 14.6068 16.013 13.8724 16.3672 13.0391C16.7266 12.2057 16.9062 11.3125 16.9062 10.3594C16.9062 9.40625 16.7266 8.51302 16.3672 7.67969C16.013 6.84115 15.5182 6.10677 14.8828 5.47656C14.2474 4.84115 13.513 4.34635 12.6797 3.99219C11.8464 3.63281 10.9531 3.45312 10 3.45312C9.04688 3.45312 8.15365 3.63281 7.32031 3.99219C6.48698 4.34635 5.7526 4.84115 5.11719 5.47656C4.48177 6.10677 3.98438 6.84115 3.625 7.67969C3.27083 8.51302 3.09375 9.40625 3.09375 10.3594C3.09375 11.3125 3.27083 12.2057 3.625 13.0391C3.98438 13.8724 4.48177 14.6068 5.11719 15.2422C5.7526 15.8724 6.48698 16.3672 7.32031 16.7266C8.15365 17.0859 9.04688 17.2656 10 17.2656Z" fill="white"/></svg>')}.btn.disabled,.btn:disabled,.btn[disabled]{opacity:1;background:#a5a4b5;color:#fff;border-color:transparent}.newsletter-modal .modal-dialog{max-width:824px}.Toastify__toast-container{min-width:400px}.Toastify__toast-container .Toastify__toast-theme--light{position:relative;padding:12px 10px 12px 20px}.Toastify__toast-container .Toastify__toast-theme--light.Toastify__toast--success{background-color:#d1fae5}.Toastify__toast-container .Toastify__toast-theme--light.Toastify__toast--error{background-color:#fee2e2}.Toastify__toast-container .Toastify__toast-theme--light:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/_next/static/media/toast_bg.b8f76d9b.svg);background-repeat:repeat;opacity:.19;z-index:0}.Toastify__toast-container .Toastify__toast-theme--light .Toastify__toast-body{padding:0;margin:0}.Toastify__toast-container .Toastify__toast-theme--light .Toastify__toast-body .Toastify__toast-icon{display:none}.Toastify__toast-container .Toastify__toast-theme--light .Toastify__toast-body .toast-popup-image{flex-shrink:0}@media(min-width:992px){.sidemenu-list{max-height:300px;overflow-y:auto}.sidemenu-list::-webkit-scrollbar-track{border-radius:5px;background-color:#f5f5f5}.sidemenu-list::-webkit-scrollbar{width:7px;background-color:#f5f5f5}.sidemenu-list::-webkit-scrollbar-thumb{border-radius:5px;background-color:#e9e9e9}}.dashboard-menu::-webkit-scrollbar-track,.modal-body::-webkit-scrollbar-track{border-radius:5px;background-color:#f5f5f5}.dashboard-menu::-webkit-scrollbar,.modal-body::-webkit-scrollbar{width:7px;background-color:#f5f5f5}.dashboard-menu::-webkit-scrollbar-thumb,.modal-body::-webkit-scrollbar-thumb{border-radius:5px;background-color:#e9e9e9}.dashboard-menu-item{transition:all .2s ease}.dashboard-menu-item.active,.dashboard-menu-item:hover{background:#0a5aff}.dashboard-menu-item.active>a,.dashboard-menu-item:hover>a{color:#fff!important}.dashboard-menu-item.active .svg-icon,.dashboard-menu-item:hover .svg-icon{background-color:#fff!important}.hambuber-icon{width:24px;height:24px;padding:3px;margin-top:4px;margin-bottom:5px}.hambuber-icon>span{width:18px;height:2px;transition:all .6s ease;transform-origin:right}.hambuber-icon.show>span:nth-child(2){transition:all .1 ease;visibility:hidden;opacity:0}.hambuber-icon.show>span:first-child{transform:rotate(-45deg);margin-right:4px}.hambuber-icon.show>span:last-child{transform:translateY(1px) rotate(45deg);margin-right:4px}.logo{opacity:1;visibility:visible;transition:all .3s ease}.solutions-logo,.swap-logo .logo{opacity:0;visibility:hidden;transition:all .3s ease}.swap-logo .solutions-logo{opacity:1;visibility:visible;transition:all .3s ease}.header{position:relative;transition:background-color .2s ease}.header::-webkit-scrollbar{display:none}.header .header-bottom{visibility:visible;opacity:1;transition:all .3s ease}.header .header-bottom-overlay{min-height:48px}.header .header-bottom-overlay>.container>div{right:-100%;transition:right .3s ease}.header #main-menu nav,.header #main-menu>div:last-child{transition:all .3s ease;visibility:visible;opacity:1}.header.dark-header{background-color:#101529!important}.header.dark-header .main-menu .menu-list:hover .menu-item:not(:hover)>.menu-link{color:#8a8a8e}.header.dark-header .main-menu .menu-list .menu-item>.menu-link{color:#fff}.header.dark-header .main-menu .menu-list .menu-item:hover>.menu-link{border-bottom:1px solid #fff}.header.menu-fixed{position:fixed;transition:box-shadow .3s ease;left:0;right:0;top:0;z-index:100;box-shadow:0 0 32px 0 rgba(0,0,0,.2)}.header.menu-fixed:not(.dark-header){background:transparent!important}.header.menu-fixed:not(.dark-header):before{content:"";position:absolute;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:hsla(0,0%,100%,.749);top:0;z-index:-1}.header.show-solutions-menu #main-menu nav,.header.show-solutions-menu #main-menu>div:last-child{visibility:hidden;opacity:0;pointer-events:none}.header.show-solutions-menu .header-bottom{visibility:visible;opacity:0;height:0}.header.show-solutions-menu .header-bottom-overlay>.container>div{right:16px}.main-menu .menu-list:hover .menu-item:not(:hover)>.menu-link{color:rgba(60,60,67,.6)}.main-menu .menu-list .menu-item>.menu-link{color:#132342;transition:all .2s ease;border-bottom:1px solid transparent}.main-menu .menu-list .menu-item:hover>.menu-link{border-bottom:1px solid #132342}.main-menu .menu-list .menu-item:hover .mega-menu,.main-menu .menu-list .menu-item:hover .sub-menu{visibility:visible;opacity:1}.main-menu .menu-list .menu-item:nth-last-child(-n+2) .sub-menu{right:0}.main-menu .sub-menu{min-width:auto;max-width:432px}@media(min-width:992px){.main-menu .sub-menu{min-width:360px}}.main-menu .sub-menu:after{border-radius:10px}.main-menu .mega-menu,.main-menu .sub-menu{transition:all .3s ease;top:calc(100% + 16px);position:relative}@media(min-width:992px){.main-menu .mega-menu,.main-menu .sub-menu{visibility:hidden;opacity:0;background:hsla(0,0%,100%,.749);box-shadow:0 0 32px 0 rgba(0,0,0,.2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}}.main-menu .mega-menu:before,.main-menu .sub-menu:before{content:"";position:absolute;height:16px;bottom:100%;left:0;right:0}.main-menu .mega-menu .logo-image,.main-menu .sub-menu .logo-image{border:1px solid #fff;box-shadow:0 0 2px 0 rgba(0,0,0,.2)}.main-menu .sub-menu-item .sub-menu-item_des,.main-menu .sub-menu-item .sub-menu-item_title,.main-menu .sub-menu-item .svg-icon{transition:all .2s ease}.main-menu .sub-menu-item:hover .svg-icon{background-color:#1ab394!important}.main-menu .sub-menu-item:hover .sub-menu-item_title{color:#1ab394!important}.main-menu .sub-menu-item:hover .sub-menu-item_des{color:rgba(26,179,148,.8)!important}.solutions-menu>a{position:relative}.solutions-menu>a:before{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#1ab394;opacity:0;transition:all .2s ease}.solutions-menu>a:hover:before{opacity:1}span:has(img.next-image){display:block!important}.img-out-container-right{display:flex;margin-right:calc(50% - 50vw)}.accordion-header>button{padding:0}.accordion-header>button:not(.collapsed){box-shadow:none}[class*=line-limit-]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.zoom-effect img{transition:all .3s ease}.zoom-effect:hover img{transform:scale(1.05)}.blog-item{transition:all .3s ease}.blog-item .blog-item-image img{object-position:0 0}.blog-item .blog-item-readmore{opacity:0;transition:all .3s ease}.blog-item .blog-item-content,.blog-item .blog-item-content a,.blog-item .blog-item-date,.blog-item .blog-item-date a{transition:all .3s ease}.blog-item:hover .blog-item-content,.blog-item:hover .blog-item-date{border-color:#1ab394!important}.blog-item:hover .blog-item-content a,.blog-item:hover .blog-item-date a{color:#1ab394}.blog-item:hover .blog-item-readmore{opacity:1}.doc-item:hover .doc-item-image img{transform:scale(1.05)}.doc-item:hover .doc-item-content .h3,.doc-item:hover .doc-item-content h3{color:#1ab394}.doc-item .doc-item-image img{transition:transform .2s ease}.doc-item .doc-item-content .h3,.doc-item .doc-item-content h3{color:#132342;transition:color .2s ease}.doc-item .doc-item-type{width:34px;height:34px;transition:all .2s ease}.doc-item .doc-item-type img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gradient-border{position:relative}.gradient-border:before{content:"";position:absolute;width:1px;height:100%;left:50%;top:0;background:linear-gradient(180deg,rgba(130,87,232,.129),#9f76ff 35%,rgba(159,118,255,0) 90%)}@media(max-width:991.98px){.gradient-border:before{content:unset}}.gradient-text{background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(270deg,#f9394d,#0e6bfe,#af53ae);color:transparent}.gradient-line{height:4px;background:linear-gradient(270deg,#af53ae,#0e6bfe,#f9394d);width:calc(100% - 30px);max-width:1382px;margin:0 auto;border-radius:50%}.custom-shadow{box-shadow:4px 10px 24px 0 rgba(0,0,0,.102),16px 41px 44px 0 rgba(0,0,0,.09),36px 92px 59px 0 rgba(0,0,0,.051),65px 164px 70px 0 rgba(0,0,0,.012),101px 256px 77px 0 transparent}.shadow-banner>span{position:relative;box-shadow:0 45px 72px -2px rgba(0,0,0,.051)}.shadow-banner>span:before{content:"";z-index:1;position:absolute;left:-18px;top:-18px;right:-18px;bottom:0;background:hsla(0,0%,100%,.4);border-top-left-radius:8px;border-top-right-radius:8px;border:1px solid hsla(0,0%,100%,.6)}.shadow-banner>span:after{content:"";z-index:0;position:absolute;left:-30%;top:-80%;right:-30%;bottom:0;background:radial-gradient(closest-side,rgba(154,103,216,.5) 0,rgba(154,103,216,0) 100%);transform:translateY(20%)}.slider-button-prev{left:1.5rem}@media(min-width:1800px){.slider-button-prev:not(.in-container){left:14rem}}.slider-button-next{right:1.5rem}@media(min-width:1800px){.slider-button-next:not(.in-container){right:14rem}}html{scroll-padding-top:100px}html:has(.header-bottom){scroll-padding-top:140px}.background-tab{background:linear-gradient(90deg,#0c162c,#0a5aff 39.08%,#9047ff 72%,#0c162c)}.modal-backdrop{background-color:rgba(0,0,0,.6)!important;opacity:1!important;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}body.modal-open:not(.modal-sso-open) .aesirxconsent{z-index:1056!important}body.modal-sso-open .aesirxconsent .toast-container{--aesirxconsent-toast-zindex:100!important}.aesirxconsent .toast-container:has(>.minimize){--aesirxconsent-toast-zindex:90!important}.white-image{filter:brightness(0) invert(1)}.sort-icon{height:20px}.icon-check-green{background-image:url(/_next/static/media/icon-checked.f0594272.png)}.icon-check-circle,.icon-check-green{background-repeat:no-repeat;background-position:left 3px;padding-left:25px}.icon-check-circle{background-image:url(/_next/static/media/icon-checked-circle.4fb6472a.png)}.pricing-item .pricing-content.annual .monthly,.pricing-item .pricing-content.monthly .annual{display:none}.list-check-icon>p{display:flex}.list-check-icon>p:before{display:block;flex-shrink:0;content:"";width:18px;height:18px;margin-right:12px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 512 512"><path fill="%231AB394" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>');background-repeat:no-repeat}.list-check-icon.shield.small>p:before{width:16px;height:18px;margin-right:4px;background-size:18px}.list-check-icon.shield>p:before{width:26px;height:28px;margin-right:8px;margin-top:-4px;background-image:url('data:image/svg+xml,<svg width="26" height="28" viewBox="0 0 26 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 25.0938C12.9141 25.0938 12.8066 25.0758 12.6777 25.04C12.556 25.0114 12.4271 24.9613 12.291 24.8896C10.7943 24.0374 9.52669 23.2855 8.48828 22.6338C7.45703 21.9821 6.6263 21.3519 5.99609 20.7432C5.37305 20.1273 4.91829 19.4648 4.63184 18.7559C4.35254 18.0397 4.21289 17.1982 4.21289 16.2314V8.13184C4.21289 7.5804 4.33105 7.18294 4.56738 6.93945C4.80371 6.6888 5.14388 6.47396 5.58789 6.29492C5.83854 6.19466 6.18229 6.06217 6.61914 5.89746C7.05599 5.72559 7.53581 5.54297 8.05859 5.34961C8.58854 5.14909 9.11491 4.95573 9.6377 4.76953C10.1676 4.57617 10.651 4.4043 11.0879 4.25391C11.5247 4.09635 11.8685 3.97461 12.1191 3.88867C12.2624 3.8457 12.4056 3.8099 12.5488 3.78125C12.6992 3.7526 12.8496 3.73828 13 3.73828C13.1504 3.73828 13.3008 3.7526 13.4512 3.78125C13.6016 3.8099 13.7484 3.8457 13.8916 3.88867C14.1423 3.97461 14.4824 4.09635 14.9121 4.25391C15.349 4.4043 15.8288 4.57617 16.3516 4.76953C16.8815 4.96289 17.4079 5.15625 17.9307 5.34961C18.4606 5.54297 18.944 5.72201 19.3809 5.88672C19.8177 6.05143 20.1615 6.1875 20.4121 6.29492C20.8633 6.48112 21.2035 6.69596 21.4326 6.93945C21.6689 7.18294 21.7871 7.5804 21.7871 8.13184V16.2314C21.7871 17.1982 21.651 18.0469 21.3789 18.7773C21.1068 19.5007 20.6592 20.1774 20.0361 20.8076C19.4202 21.4378 18.5931 22.0752 17.5547 22.7197C16.5234 23.3643 15.2415 24.0876 13.709 24.8896C13.5729 24.9613 13.4404 25.0114 13.3115 25.04C13.1898 25.0758 13.0859 25.0938 13 25.0938ZM11.8076 19.2607C11.9938 19.2607 12.1621 19.2178 12.3125 19.1318C12.4629 19.0459 12.5954 18.917 12.71 18.7451L17.7588 10.7852C17.8232 10.6777 17.8841 10.5632 17.9414 10.4414C17.9987 10.3197 18.0273 10.1979 18.0273 10.0762C18.0273 9.82552 17.9342 9.62858 17.748 9.48535C17.5618 9.33496 17.3542 9.25977 17.125 9.25977C16.8099 9.25977 16.5521 9.42448 16.3516 9.75391L11.7646 17.123L9.58398 14.3086C9.44792 14.1296 9.31543 14.0078 9.18652 13.9434C9.06478 13.8789 8.92513 13.8467 8.76758 13.8467C8.52409 13.8467 8.31999 13.9362 8.15527 14.1152C7.99056 14.2871 7.9082 14.4948 7.9082 14.7383C7.9082 14.86 7.92969 14.9818 7.97266 15.1035C8.02279 15.2181 8.08724 15.3291 8.16602 15.4365L10.8623 18.7451C11.0055 18.9313 11.1523 19.0638 11.3027 19.1426C11.4531 19.2214 11.6214 19.2607 11.8076 19.2607Z" fill="%231AB394"/></svg>')}.list-check-icon.badge>p:before{width:25px;height:25px;margin-right:8px;margin-top:1px;background-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.99023 21.5576C5.0306 21.5576 4.32161 21.3285 3.86328 20.8701C3.40495 20.4118 3.17578 19.7028 3.17578 18.7432V16.4229C3.17578 16.208 3.10417 16.0254 2.96094 15.875L1.31738 14.2207C0.637044 13.5475 0.296875 12.8887 0.296875 12.2441C0.296875 11.5996 0.637044 10.9372 1.31738 10.2568L2.96094 8.60254C3.10417 8.45215 3.17578 8.27311 3.17578 8.06543V5.73438C3.17578 4.76758 3.40495 4.05859 3.86328 3.60742C4.32161 3.14909 5.0306 2.91992 5.99023 2.91992H8.32129C8.53613 2.91992 8.71517 2.84831 8.8584 2.70508L10.5127 1.06152C11.193 0.381185 11.8555 0.0410156 12.5 0.0410156C13.1445 0.0338542 13.8034 0.374023 14.4766 1.06152L16.1309 2.70508C16.2812 2.84831 16.4639 2.91992 16.6787 2.91992H18.999C19.9658 2.91992 20.6748 3.15267 21.126 3.61816C21.5843 4.0765 21.8135 4.7819 21.8135 5.73438V8.06543C21.8135 8.27311 21.8887 8.45215 22.0391 8.60254L23.6826 10.2568C24.3558 10.9372 24.6924 11.5996 24.6924 12.2441C24.6995 12.8887 24.363 13.5475 23.6826 14.2207L22.0391 15.875C21.8887 16.0254 21.8135 16.208 21.8135 16.4229V18.7432C21.8135 19.71 21.5843 20.4189 21.126 20.8701C20.6676 21.3285 19.9587 21.5576 18.999 21.5576H16.6787C16.4639 21.5576 16.2812 21.6328 16.1309 21.7832L14.4766 23.4268C13.8034 24.0999 13.1445 24.4365 12.5 24.4365C11.8555 24.4437 11.193 24.1071 10.5127 23.4268L8.8584 21.7832C8.71517 21.6328 8.53613 21.5576 8.32129 21.5576H5.99023ZM11.2969 17.4863C11.4831 17.4863 11.6514 17.4434 11.8018 17.3574C11.9521 17.2715 12.0846 17.1426 12.1992 16.9707L17.248 9.01074C17.3125 8.90332 17.3734 8.78874 17.4307 8.66699C17.488 8.54525 17.5166 8.4235 17.5166 8.30176C17.5166 8.05111 17.4235 7.85417 17.2373 7.71094C17.0511 7.56055 16.8434 7.48535 16.6143 7.48535C16.2992 7.48535 16.0413 7.65007 15.8408 7.97949L11.2539 15.3486L9.07324 12.5342C8.93717 12.3551 8.80469 12.2334 8.67578 12.1689C8.55404 12.1045 8.41439 12.0723 8.25684 12.0723C8.01335 12.0723 7.80924 12.1618 7.64453 12.3408C7.47982 12.5127 7.39746 12.7204 7.39746 12.9639C7.39746 13.0856 7.41895 13.2074 7.46191 13.3291C7.51204 13.4437 7.5765 13.5547 7.65527 13.6621L10.3516 16.9707C10.4948 17.1569 10.6416 17.2894 10.792 17.3682C10.9424 17.4469 11.1107 17.4863 11.2969 17.4863Z" fill="%231AB394"/></svg>')}.list-check-icon.crosses>p:before{width:24px;height:24px;margin-right:8px;margin-top:-4px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="%23cc222c" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" /></svg>')}.list-check-icon.square-tick>p:before{width:18px;height:19px;margin-right:8px;margin-top:2px;background-image:url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.01562 11.0859C0.4375 10.5078 0.145833 9.9349 0.140625 9.36719C0.135417 8.79427 0.419271 8.21875 0.992188 7.64062L7.28906 1.35156C7.86198 0.778646 8.4349 0.494792 9.00781 0.5C9.58073 0.505208 10.1562 0.796875 10.7344 1.375L16.9844 7.625C17.5625 8.20312 17.8542 8.78125 17.8594 9.35938C17.8646 9.93229 17.5807 10.5026 17.0078 11.0703L10.7188 17.3672C10.1458 17.9401 9.57292 18.224 9 18.2188C8.42708 18.2135 7.85156 17.9219 7.27344 17.3438L1.01562 11.0859ZM8.13281 13.1719C8.26823 13.1719 8.39062 13.1406 8.5 13.0781C8.60938 13.0156 8.70573 12.9219 8.78906 12.7969L12.4609 7.00781C12.5078 6.92969 12.5521 6.84635 12.5938 6.75781C12.6354 6.66927 12.6562 6.58073 12.6562 6.49219C12.6562 6.3099 12.5885 6.16667 12.4531 6.0625C12.3177 5.95312 12.1667 5.89844 12 5.89844C11.7708 5.89844 11.5833 6.01823 11.4375 6.25781L8.10156 11.6172L6.51562 9.57031C6.41667 9.4401 6.32031 9.35156 6.22656 9.30469C6.13802 9.25781 6.03646 9.23438 5.92188 9.23438C5.74479 9.23438 5.59635 9.29948 5.47656 9.42969C5.35677 9.55469 5.29688 9.70573 5.29688 9.88281C5.29688 9.97135 5.3125 10.0599 5.34375 10.1484C5.38021 10.2318 5.42708 10.3125 5.48438 10.3906L7.44531 12.7969C7.54948 12.9323 7.65625 13.0286 7.76562 13.0859C7.875 13.1432 7.9974 13.1719 8.13281 13.1719Z" fill="%2334C759"/></svg>')}.list-check-icon.square-tick.white>p:before{background-image:url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.01562 11.0859C0.4375 10.5078 0.145833 9.9349 0.140625 9.36719C0.135417 8.79427 0.419271 8.21875 0.992188 7.64062L7.28906 1.35156C7.86198 0.778646 8.4349 0.494792 9.00781 0.5C9.58073 0.505208 10.1562 0.796875 10.7344 1.375L16.9844 7.625C17.5625 8.20312 17.8542 8.78125 17.8594 9.35938C17.8646 9.93229 17.5807 10.5026 17.0078 11.0703L10.7188 17.3672C10.1458 17.9401 9.57292 18.224 9 18.2188C8.42708 18.2135 7.85156 17.9219 7.27344 17.3438L1.01562 11.0859ZM8.13281 13.1719C8.26823 13.1719 8.39062 13.1406 8.5 13.0781C8.60938 13.0156 8.70573 12.9219 8.78906 12.7969L12.4609 7.00781C12.5078 6.92969 12.5521 6.84635 12.5938 6.75781C12.6354 6.66927 12.6562 6.58073 12.6562 6.49219C12.6562 6.3099 12.5885 6.16667 12.4531 6.0625C12.3177 5.95312 12.1667 5.89844 12 5.89844C11.7708 5.89844 11.5833 6.01823 11.4375 6.25781L8.10156 11.6172L6.51562 9.57031C6.41667 9.4401 6.32031 9.35156 6.22656 9.30469C6.13802 9.25781 6.03646 9.23438 5.92188 9.23438C5.74479 9.23438 5.59635 9.29948 5.47656 9.42969C5.35677 9.55469 5.29688 9.70573 5.29688 9.88281C5.29688 9.97135 5.3125 10.0599 5.34375 10.1484C5.38021 10.2318 5.42708 10.3125 5.48438 10.3906L7.44531 12.7969C7.54948 12.9323 7.65625 13.0286 7.76562 13.0859C7.875 13.1432 7.9974 13.1719 8.13281 13.1719Z" fill="%23ffffff"/></svg>')}.list-check-icon.square-tick.primary>p:before{background-image:url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.01562 11.0859C0.4375 10.5078 0.145833 9.9349 0.140625 9.36719C0.135417 8.79427 0.419271 8.21875 0.992188 7.64062L7.28906 1.35156C7.86198 0.778646 8.4349 0.494792 9.00781 0.5C9.58073 0.505208 10.1562 0.796875 10.7344 1.375L16.9844 7.625C17.5625 8.20312 17.8542 8.78125 17.8594 9.35938C17.8646 9.93229 17.5807 10.5026 17.0078 11.0703L10.7188 17.3672C10.1458 17.9401 9.57292 18.224 9 18.2188C8.42708 18.2135 7.85156 17.9219 7.27344 17.3438L1.01562 11.0859ZM8.13281 13.1719C8.26823 13.1719 8.39062 13.1406 8.5 13.0781C8.60938 13.0156 8.70573 12.9219 8.78906 12.7969L12.4609 7.00781C12.5078 6.92969 12.5521 6.84635 12.5938 6.75781C12.6354 6.66927 12.6562 6.58073 12.6562 6.49219C12.6562 6.3099 12.5885 6.16667 12.4531 6.0625C12.3177 5.95312 12.1667 5.89844 12 5.89844C11.7708 5.89844 11.5833 6.01823 11.4375 6.25781L8.10156 11.6172L6.51562 9.57031C6.41667 9.4401 6.32031 9.35156 6.22656 9.30469C6.13802 9.25781 6.03646 9.23438 5.92188 9.23438C5.74479 9.23438 5.59635 9.29948 5.47656 9.42969C5.35677 9.55469 5.29688 9.70573 5.29688 9.88281C5.29688 9.97135 5.3125 10.0599 5.34375 10.1484C5.38021 10.2318 5.42708 10.3125 5.48438 10.3906L7.44531 12.7969C7.54948 12.9323 7.65625 13.0286 7.76562 13.0859C7.875 13.1432 7.9974 13.1719 8.13281 13.1719Z" fill="%230a083b"/></svg>')}.list-check-icon.circle-tick>p:before{width:23px;height:23px;margin-right:8px;margin-top:2px;background-image:url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 22.2012C9.98893 22.2012 8.57096 21.9147 7.24609 21.3418C5.92122 20.776 4.75749 19.9919 3.75488 18.9893C2.75228 17.9867 1.96452 16.8229 1.3916 15.498C0.825846 14.1732 0.542969 12.7552 0.542969 11.2441C0.542969 9.73307 0.825846 8.3151 1.3916 6.99023C1.96452 5.66536 2.75228 4.50163 3.75488 3.49902C4.75749 2.48926 5.92122 1.7015 7.24609 1.13574C8.57096 0.569987 9.98893 0.287109 11.5 0.287109C13.0111 0.287109 14.429 0.569987 15.7539 1.13574C17.0788 1.7015 18.2425 2.48926 19.2451 3.49902C20.2477 4.50163 21.0319 5.66536 21.5977 6.99023C22.1706 8.3151 22.457 9.73307 22.457 11.2441C22.457 12.7552 22.1706 14.1732 21.5977 15.498C21.0319 16.8229 20.2477 17.9867 19.2451 18.9893C18.2425 19.9919 17.0788 20.776 15.7539 21.3418C14.429 21.9147 13.0111 22.2012 11.5 22.2012ZM11.5 20.375C12.7604 20.375 13.9421 20.1387 15.0449 19.666C16.1478 19.1934 17.1182 18.5381 17.9561 17.7002C18.7939 16.8623 19.4492 15.8919 19.9219 14.7891C20.3945 13.6862 20.6309 12.5046 20.6309 11.2441C20.6309 9.98372 20.3945 8.80208 19.9219 7.69922C19.4492 6.58919 18.7939 5.61882 17.9561 4.78809C17.1182 3.9502 16.1478 3.29492 15.0449 2.82227C13.9421 2.34961 12.7604 2.11328 11.5 2.11328C10.2396 2.11328 9.05794 2.34961 7.95508 2.82227C6.85221 3.29492 5.88184 3.9502 5.04395 4.78809C4.20605 5.61882 3.55078 6.58919 3.07812 7.69922C2.60547 8.80208 2.36914 9.98372 2.36914 11.2441C2.36914 12.5046 2.60547 13.6862 3.07812 14.7891C3.55078 15.8919 4.20605 16.8623 5.04395 17.7002C5.88184 18.5381 6.85221 19.1934 7.95508 19.666C9.05794 20.1387 10.2396 20.375 11.5 20.375ZM10.3184 16.3359C10.1393 16.3359 9.97461 16.2965 9.82422 16.2178C9.68099 16.139 9.54134 16.0137 9.40527 15.8418L6.78418 12.6191C6.61947 12.3971 6.53711 12.1751 6.53711 11.9531C6.53711 11.7168 6.61589 11.5163 6.77344 11.3516C6.93815 11.1797 7.13509 11.0938 7.36426 11.0938C7.51465 11.0938 7.65072 11.126 7.77246 11.1904C7.90137 11.2477 8.03027 11.3623 8.15918 11.5342L10.2754 14.2734L14.7334 7.11914C14.9339 6.79688 15.1846 6.63574 15.4854 6.63574C15.7074 6.63574 15.9079 6.70736 16.0869 6.85059C16.266 6.99382 16.3555 7.18359 16.3555 7.41992C16.3555 7.54167 16.3268 7.66341 16.2695 7.78516C16.2194 7.89974 16.1621 8.00716 16.0977 8.10742L11.1885 15.8418C10.9736 16.1712 10.6836 16.3359 10.3184 16.3359Z" fill="%2320DFB8"/></svg>')}.list-check-icon.tick>p:before{width:14px;height:14px;margin-right:8px;margin-top:5px;background-image:url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.38281 13.5781C5.00781 13.5781 4.6875 13.4115 4.42188 13.0781L0.375 8.01562C0.276042 7.89583 0.203125 7.77865 0.15625 7.66406C0.114583 7.54948 0.09375 7.43229 0.09375 7.3125C0.09375 7.04167 0.182292 6.81771 0.359375 6.64062C0.541667 6.46354 0.770833 6.375 1.04688 6.375C1.36458 6.375 1.63281 6.51823 1.85156 6.80469L5.35156 11.2969L12.1328 0.523438C12.2526 0.341146 12.375 0.213542 12.5 0.140625C12.625 0.0625 12.7865 0.0234375 12.9844 0.0234375C13.2552 0.0234375 13.4766 0.109375 13.6484 0.28125C13.8203 0.447917 13.9062 0.666667 13.9062 0.9375C13.9062 1.04688 13.888 1.15885 13.8516 1.27344C13.8151 1.38281 13.7578 1.5 13.6797 1.625L6.33594 13.0703C6.10677 13.4089 5.78906 13.5781 5.38281 13.5781Z" fill="%2334C759"/></svg>')}.list-check-icon.flash>p:before{width:24px;height:24px;margin-right:8px;margin-top:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M6.08913 14.0797H9.17913V21.2797C9.17913 22.9597 10.0891 23.2997 11.1991 22.0397L18.7691 13.4397C19.6991 12.3897 19.3091 11.5197 17.8991 11.5197H14.8091V4.3197C14.8091 2.6397 13.8991 2.2997 12.7891 3.5597L5.21913 12.1597C4.29913 13.2197 4.68913 14.0797 6.08913 14.0797Z' stroke='%233A3A3A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media(min-width:992px){.dashboard-container{max-width:calc(100vw - 280px)}}.z-player{z-index:101;transition:padding .2s ease}.z-player.player-shadow{z-index:100;min-width:172px;max-width:186px;border:1px solid #d5eeff}.z-player.player-shadow .music-player{border-color:transparent!important}.z-player.player-shadow .music-player+p{width:100%;transition:width 0s ease-out .1s}.z-player.player-shadow:hover .music-player.running{gap:0!important}.z-player.player-shadow:hover .music-player.running+p{width:0}.z-player:hover:has(>.running){padding-left:0!important;padding-right:0!important}.z-player:hover .music-player.running{padding:0 24px}.z-player:hover .music-player.running .icon-image{visibility:visible;opacity:1;width:16px;height:16px;margin:3px}.z-player:hover .music-player.running .action-button{background-color:transparent}.z-player:hover .music-player.running .action-button>span{box-shadow:0 3px 3px 0 #c1def7;transform:scale(.8);background-color:#0a5aff}.z-player:hover .music-player.running .action-button>span:after,.z-player:hover .music-player.running .action-button>span:before{width:4px;height:14px;border:0;background-color:#fff;border-radius:2px}.z-player:hover .music-player.running .action-button>span:after{margin-left:4px}.z-player:hover .music-player.running .action-button>span:before{margin-left:-4px}.z-player:not(:hover) .music-player.running .action-button>span{opacity:0}.z-player:not(:hover) .music-player.running .action-button .sound-wave{opacity:1}.z-player:not(:hover):not(.player-shadow) .music-player{animation:call 2s linear .3s infinite}.z-player .music-player{height:48px;box-sizing:content-box;transition:all .3s ease;border:1px solid #d5eeff}.z-player .music-player .icon-image{background-color:#97979e;visibility:hidden;opacity:0;cursor:pointer;width:0;transition:all .3s ease-in-out;height:0}.z-player .music-player .icon-image.active{background-color:#0a5aff}.z-player .music-player .action-button{position:relative;cursor:pointer;border-radius:50%;background-color:#fff;width:48px;height:48px;transition:background-color .2s ease;overflow:hidden}.z-player .music-player .action-button>span{display:block;width:100%;border-radius:50%;position:relative;background-color:#fff;height:100%}.z-player .music-player .action-button>span:after,.z-player .music-player .action-button>span:before{content:"";position:absolute;height:14px;transition:all .2s ease;left:50%;top:50%;transform:translate(-50%,-50%)}.z-player .music-player .action-button>span:before{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid #0a5aff}.z-player .music-player .action-button .sound-wave{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center}.z-player .music-player .action-button .sound-wave>span{display:block;width:2px;margin-right:1px;height:14px;background:#0a5aff;animation:sound 0ms linear -.8s infinite alternate;transition:height .4s}.z-player .music-player .action-button .sound-wave>span:first-child{height:2px;animation-duration:474ms}.z-player .music-player .action-button .sound-wave>span:nth-child(2){height:10px;animation-duration:433ms}.z-player .music-player .action-button .sound-wave>span:nth-child(3){height:18px;animation-duration:407ms}.z-player .music-player .action-button .sound-wave>span:nth-child(4){height:26px;animation-duration:458ms}.z-player .music-player .action-button .sound-wave>span:nth-child(5){height:30px;animation-duration:.4s}.z-player .music-player .action-button .sound-wave>span:nth-child(6){height:32px;animation-duration:427ms}.z-player .music-player .action-button .sound-wave>span:nth-child(7){height:34px;animation-duration:441ms}.z-player .music-player .action-button .sound-wave>span:nth-child(8){height:36px;animation-duration:419ms}.z-player .music-player .action-button .sound-wave>span:nth-child(9){height:40px;animation-duration:487ms}.z-player .music-player .action-button .sound-wave>span:nth-child(10){height:46px;animation-duration:442ms}.player-shadow{box-shadow:0 4px 40px 0 rgba(51,146,229,.102)}@keyframes call{0%{box-shadow:0 0 0 0 #0a5aff,0 0 0 0 #0a5aff}40%{box-shadow:0 0 0 30px transparent,0 0 0 0 #0a5aff}80%{box-shadow:0 0 0 30px transparent,0 0 0 20px transparent}to{box-shadow:0 0 0 0 transparent,0 0 0 20px transparent}}@keyframes sound{0%{opacity:.35;height:5px}to{opacity:1;height:30px}}.styles_drag-drop__TjkaZ{min-height:180px}.styles_icon__QrGAb{cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;box-shadow:0 1px 2px 0 rgba(10,13,18,.051),0 -2px 0 0 rgba(10,13,18,.051);border:1px solid #d5d7da;border-radius:8px;margin-bottom:12px}.portfolio .portfolio-image{transition:all .4s ease;right:-150px!important;top:-50px!important}@media(min-width:1400px){.portfolio .portfolio-image{right:0!important;top:0!important}}.portfolio .portfolio-image:before{content:"";position:absolute;left:0;top:0;bottom:0;z-index:1;background-color:#fff;-webkit-clip-path:polygon(100% 0,0 0,0 170%);clip-path:polygon(100% 0,0 0,0 170%);width:350px;transition:all .4s ease}@media(min-width:1400px)and (max-width:1799px){.portfolio .portfolio-image:before{width:275px}}.portfolio .portfolio-link{min-height:64px;width:100%;display:flex;align-items:center;justify-content:center;background-color:#fff}@media(min-width:1199px){.portfolio .portfolio-link{width:165px}}@media(max-width:1199px)and (min-width:700px){.portfolio .portfolio-link{width:165px}}@media(min-width:1400px)and (max-width:1799px){.portfolio .portfolio-link{min-width:200px}}@media(min-width:1400px)and (max-width:1500px){.portfolio .portfolio-link{min-width:180px}}.portfolio .portfolio-content{padding-top:6rem;padding-bottom:4rem}@media(min-width:1400px)and (max-width:1500px){.portfolio .portfolio-content{padding-right:250px}}.portfolio-text{color:#0a021c}@media(max-height:600px)and (min-width:1200px){.portfolio .portfolio-image:before{-webkit-clip-path:polygon(100% 0,0 0,0 280%);clip-path:polygon(100% 0,0 0,0 280%)}.portfolio .portfolio-content p{font-size:14px}.portfolio .portfolio-logo{margin-top:1rem!important;position:unset!important}.portfolio .portfolio-link{min-height:55px!important;max-height:55px!important}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}