@charset "UTF-8";: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:translate3d(0,0,var(--toastify-z-index) px);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;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:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;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}@-webkit-keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@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{-webkit-animation:Toastify__trackProgress linear 1 forwards;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-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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)}}@-webkit-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__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}@-webkit-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)}}@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{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;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__flipIn{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@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{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{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)}}@-webkit-keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{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)}}@-webkit-keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{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)}}@-webkit-keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{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{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,.4);--pswp-preloader-color-secondary:hsla(0,0%,100%,.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);z-index:var(--pswp-root-z-index);display:none;touch-action:none;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp,.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp,.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp{position:fixed}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;-webkit-animation:pswp-clockwise .6s linear infinite;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@-webkit-keyframes pswp-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pswp__counter{height:30px;margin:15px 0 0 20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}#nprogress{pointer-events:none}#nprogress .bar{background:#bf2c2c;position:fixed;z-index:1031;top:0;left:0;width:100%;height:4px}@media screen and (min-width:768px){#nprogress .bar{height:2px}}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #bf2c2c,0 0 5px #bf2c2c;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#bf2c2c transparent transparent #bf2c2c;border-style:solid;border-width:2px;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;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}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.info-banner{background:#ddd;color:#333;position:fixed;bottom:24px;max-width:410px;left:24px;max-height:100%;overflow:hidden;padding:24px;border-radius:4px;z-index:9999}.info-banner .header{margin-bottom:8px}.info-banner .btn-link{color:#333;font-weight:700;text-decoration:none}@media screen and (max-width:992px){.info-banner{right:24px;margin:auto}}:export{red:#bf2c2c;cream:#f6e7d4;concreteGray:#f5f5f5;ironGray:#ddd;dustGray:#6b6b6b;mineGray:#333;darkRed:#872f2f}@font-face{font-family:Inter;font-style:normal;font-weight:100;src:url(/static/fonts/inter/inter-100.eot);src:local(""),url(/static/fonts/inter/inter-100.eot?#iefix) format("embedded-opentype"),url(/static/fonts/inter/inter-100.woff2) format("woff2"),url(/static/fonts/inter/inter-100.woff) format("woff"),url(/static/fonts/inter/inter-100.ttf) format("truetype"),url(/static/fonts/inter/inter-100.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:200;src:url(/static/fonts/inter/inter-200.eot);src:local(""),url(/static/fonts/inter/inter-200.eot?#iefix) format("embedded-opentype"),url(/static/fonts/inter/inter-200.woff2) format("woff2"),url(/static/fonts/inter/inter-200.woff) format("woff"),url(/static/fonts/inter/inter-200.ttf) format("truetype"),url(/static/fonts/inter/inter-200.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:url(/static/fonts/inter/inter-300.eot);src:local(""),url(/static/fonts/inter/inter-300.eot?#iefix) format("embedded-opentype"),url(/static/fonts/inter/inter-300.woff2) format("woff2"),url(/static/fonts/inter/inter-300.woff) format("woff"),url(/static/fonts/inter/inter-300.ttf) format("truetype"),url(/static/fonts/inter/inter-300.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(/static/fonts/inter/inter-regular.eot);src:local(""),url(/static/fonts/inter/inter-regular.eot?#iefix) format("embedded-opentype"),url(/static/fonts/inter/inter-400.woff2) format("woff2"),url(/static/fonts/inter/inter-400.woff) format("woff"),url(/static/fonts/inter/inter-400.ttf) format("truetype"),url(/static/fonts/inter/inter-regular.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(/static/fonts/inter/inter-500.eot);src:local(""),url(/static/fonts/inter/inter-500.eot?#iefix) format("embedded-opentype"),url(/static/fonts/inter/inter-500.woff2) format("woff2"),url(/static/fonts/inter/inter-500.woff) format("woff"),url(/static/fonts/inter/inter-500.ttf) format("truetype"),url(/static/fonts/inter/inter-500.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:url(/static/fonts/inter/inter-600.eot);src:local(""),url(/static/fonts/inter/inter-600.eot?#iefix) format("embedded-opentype"),url(/static/fonts/inter/inter-600.woff2) format("woff2"),url(/static/fonts/inter/inter-600.woff) format("woff"),url(/static/fonts/inter/inter-600.ttf) format("truetype"),url(/static/fonts/inter/inter-600.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:url(/static/fonts/inter/inter-700.eot);src:local(""),url(/static/fonts/inter/inter-700.eot?#iefix) format("embedded-opentype"),url(/static/fonts/inter/inter-700.woff2) format("woff2"),url(/static/fonts/inter/inter-700.woff) format("woff"),url(/static/fonts/inter/inter-700.ttf) format("truetype"),url(/static/fonts/inter/inter-700.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:800;src:url(/static/fonts/inter/inter-800.eot);src:local(""),url(/static/fonts/inter/inter-800.eot?#iefix) format("embedded-opentype"),url(/static/fonts/inter/inter-800.woff2) format("woff2"),url(/static/fonts/inter/inter-800.woff) format("woff"),url(/static/fonts/inter/inter-800.ttf) format("truetype"),url(/static/fonts/inter/inter-800.svg#Inter) format("svg")}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:url(/static/fonts/inter/inter-900.eot);src:local(""),url(/static/fonts/inter/inter-900.eot?#iefix) format("embedded-opentype"),url(/static/fonts/inter/inter-900.woff2) format("woff2"),url(/static/fonts/inter/inter-900.woff) format("woff"),url(/static/fonts/inter/inter-900.ttf) format("truetype"),url(/static/fonts/inter/inter-900.svg#Inter) format("svg")}.form-label{font-family:Inter var,Inter,sans-serif;letter-spacing:.1rem;text-transform:uppercase}.alert{background-color:#f5f5f5}.alert .alert-heading{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;margin-bottom:0;padding-left:45px;background-repeat:no-repeat;background-position:0 0;min-height:32px}.alert p{color:#333;margin-top:10px;overflow-wrap:break-word;word-wrap:break-word}.alert .btn-close{padding:1.45rem 1.25rem!important}.alert.alert-success .alert-heading.h4{background-image:url("data:image/svg+xml;utf8,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='32' height='32' rx='16' fill='%23D3E9D7'/><path d='M13.8601 21.9999C13.723 21.9995 13.5874 21.9708 13.4618 21.9158C13.3362 21.8607 13.2233 21.7804 13.1301 21.6799L8.27009 16.5099C8.08841 16.3163 7.99109 16.0585 7.99953 15.7931C8.00797 15.5277 8.12148 15.2766 8.31509 15.0949C8.50869 14.9132 8.76654 14.8159 9.03191 14.8244C9.29727 14.8328 9.54841 14.9463 9.73009 15.1399L13.8501 19.5299L22.2601 10.3299C22.3454 10.2236 22.4516 10.1359 22.5721 10.0722C22.6926 10.0084 22.8248 9.96997 22.9607 9.95919C23.0966 9.94841 23.2332 9.96551 23.3622 10.0095C23.4912 10.0534 23.6099 10.1233 23.711 10.2148C23.812 10.3062 23.8933 10.4174 23.9498 10.5415C24.0063 10.6655 24.0369 10.7998 24.0396 10.936C24.0423 11.0723 24.0172 11.2077 23.9657 11.3339C23.9141 11.4601 23.8374 11.5745 23.7401 11.6699L14.6001 21.6699C14.5077 21.7723 14.3952 21.8544 14.2696 21.9112C14.144 21.968 14.0079 21.9982 13.8701 21.9999H13.8601Z' fill='%23333333'/></svg>")}.alert.alert-error .alert-heading.h4{background-image:url("data:image/svg+xml;utf8,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='32' height='32' rx='16' fill='%23FFC7C7'/><path d='M17.4099 16.0002L21.7099 11.7102C21.8982 11.5219 22.004 11.2665 22.004 11.0002C22.004 10.7339 21.8982 10.4785 21.7099 10.2902C21.5216 10.1019 21.2662 9.99609 20.9999 9.99609C20.7336 9.99609 20.4782 10.1019 20.2899 10.2902L15.9999 14.5902L11.7099 10.2902C11.5216 10.1019 11.2662 9.99609 10.9999 9.99609C10.7336 9.99609 10.4782 10.1019 10.2899 10.2902C10.1016 10.4785 9.99585 10.7339 9.99585 11.0002C9.99585 11.2665 10.1016 11.5219 10.2899 11.7102L14.5899 16.0002L10.2899 20.2902C10.1962 20.3831 10.1218 20.4937 10.071 20.6156C10.0203 20.7375 9.99414 20.8682 9.99414 21.0002C9.99414 21.1322 10.0203 21.2629 10.071 21.3848C10.1218 21.5066 10.1962 21.6172 10.2899 21.7102C10.3829 21.8039 10.4935 21.8783 10.6154 21.9291C10.7372 21.9798 10.8679 22.006 10.9999 22.006C11.132 22.006 11.2627 21.9798 11.3845 21.9291C11.5064 21.8783 11.617 21.8039 11.7099 21.7102L15.9999 17.4102L20.2899 21.7102C20.3829 21.8039 20.4935 21.8783 20.6154 21.9291C20.7372 21.9798 20.8679 22.006 20.9999 22.006C21.132 22.006 21.2627 21.9798 21.3845 21.9291C21.5064 21.8783 21.617 21.8039 21.7099 21.7102C21.8037 21.6172 21.8781 21.5066 21.9288 21.3848C21.9796 21.2629 22.0057 21.1322 22.0057 21.0002C22.0057 20.8682 21.9796 20.7375 21.9288 20.6156C21.8781 20.4937 21.8037 20.3831 21.7099 20.2902L17.4099 16.0002Z' fill='%23333333'/></svg>")}.subscribeSection .field-item{margin-bottom:24px;display:inline-block;width:100%}.subscribeSection .field-item .field-item-message,.subscribeSection .field-item label.error{display:none;margin-top:4px;font-family:Inter var,Inter,sans-serif;color:#6b6b6b;font-weight:400;font-size:14px;letter-spacing:0}.subscribeSection .field-item .field-item-message.error,.subscribeSection .field-item label.error.error{color:#bf2c2c;padding-left:22px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNzUgMTEuNzVMNy4yNSAxMS43NUw3LjI1IDEwLjI1TDguNzUgMTAuMjVMOC43NSAxMS43NVpNOC43NSA4Ljc1TDcuMjUgOC43NUw3LjI1IDQuMjVMOC43NSA0LjI1TDguNzUgOC43NVpNOCAxNS41QzEyLjE0IDE1LjUgMTUuNSAxMi4xNCAxNS41IDhDMTUuNSAzLjg2IDEyLjE0IDAuNTAwMDAyIDggMC41MDAwMDFDMy44NiAwLjUwMDAwMSAwLjQ5OTk5OSAzLjg2IDAuNDk5OTk5IDhDMC40OTk5OTggMTIuMTQgMy44NiAxNS41IDggMTUuNVpNOCAyQzExLjMwNzUgMiAxNCA0LjY5MjUgMTQgOEMxNCAxMS4zMDc1IDExLjMwNzUgMTQgOCAxNEM0LjY5MjUgMTQgMiAxMS4zMDc1IDIgOEMyIDQuNjkyNSA0LjY5MjUgMiA4IDJaIiBmaWxsPSIjQkYyQzJDIi8+Cjwvc3ZnPgo=");background-repeat:no-repeat;background-size:15px;background-position:left 4px;display:inline-block}.subscribeSection .field-item .field-item-message a,.subscribeSection .field-item label.error a{color:#6b6b6b;font-weight:700}.subscribeSection .field-item .field-item-message a:hover,.subscribeSection .field-item label.error a:hover{text-decoration:underline}.subscribeSection .field-item.error .w-input,.subscribeSection .field-item.error .w-select,.subscribeSection .field-item.error input{border-color:#bf2c2c}.subscribeSection .field-item.error .field-item-message.error{display:inline-block}.subscribeSection .field-item .w-checkbox{display:flex;margin-bottom:5px}.subscribeSection .field-item .w-checkbox .w-checkbox-input{display:inline-block;line-height:normal}.subscribeSection .field-item .checkbox-field{margin-bottom:20px;position:relative}.subscribeSection .field-item .checkbox-field label.error{position:absolute;bottom:-26px}.subscribeSection .field-item .checkbox-standard{width:24px;height:18px;border:1px solid #333}.subscribeSection .field-item .checkbox-standard-label{margin-bottom:0;padding-top:2px;padding-left:10px;font-weight:400;display:inline-block;font-size:16px;font-family:Georgia,Times,Times New Roman,serif;letter-spacing:0}.subscribeSection .field-item .input-standard{margin-bottom:0;background-color:#fff}.subscribeSection .field-item .input-standard.error{border-color:#bf2c2c}.subscribeSection .field-item .input-standard:hover{background-color:transparent}.subscribeSection .field-item .input-standard:focus{border:1px solid #333;background-color:transparent;outline:none}.subscribeSection .field-item .input-standard:disabled{border:1px solid #ddd;background-color:#f5f5f5;color:#6b6b6b;outline:none}.subscribeSection .field-item .input-standard:-ms-input-placeholder{background-color:transparent;color:#6b6b6b}.subscribeSection .field-item .input-standard::-moz-placeholder{background-color:transparent;color:#6b6b6b}.subscribeSection .field-item .input-standard::placeholder{background-color:transparent;color:#6b6b6b}.subscribeSection .w-input,.subscribeSection .w-select{display:block;width:100%;height:48px;padding:8px 12px;margin-bottom:10px;font-size:16px;line-height:1.428571429;color:#333;vertical-align:middle;background-color:#fff;border:1px solid #ddd;border-radius:2px}.subscribeSection .w-input.error,.subscribeSection .w-select.error{border-color:#bf2c2c}.subscribeSection .w-select.w-select-inline-block{display:inline-block}.subscribeSection .w-select.birth-day,.subscribeSection .w-select.birth-year{min-width:100px}@media screen and (max-width:700px){.subscribeSection .w-select.birth-day,.subscribeSection .w-select.birth-year{min-width:50px}}.col-lg-6 .col-lg-6 .postCard a.postCardImageLink{width:100%}@media screen and (max-width:700px){.col-lg-6 .col-lg-6 .postCard .postCardMeta{width:100%;padding-left:0}}.editionPostListGrid .postCard{margin-bottom:32px}/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#bf2c2c;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#bf2c2c;--bs-secondary:#6b6b6b;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#bf2c2c;--bs-light:#f5f5f5;--bs-dark:#333;--bs-primary-rgb:191,44,44;--bs-secondary-rgb:107,107,107;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:191,44,44;--bs-light-rgb:245,245,245;--bs-dark-rgb:51,51,51;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:"Inter var","Inter",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:Georgia,Times,Times New Roman,serif;--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--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-family:Inter var,Inter,sans-serif;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.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:#bf2c2c;text-decoration:underline}a:hover{color:#992323}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:#212529;border-radius:.2rem}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:.5rem;padding-bottom:.5rem;color:#6c757d;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:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:576px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:768px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:992px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x: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-25,.gx-25{--bs-gutter-x:0.75rem}.g-25,.gy-25{--bs-gutter-y:0.75rem}.g-35,.gx-35{--bs-gutter-x:1.25rem}.g-35,.gy-35{--bs-gutter-y:1.25rem}.g-45,.gx-45{--bs-gutter-x:1.75rem}.g-45,.gy-45{--bs-gutter-y:1.75rem}@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-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-25,.gx-sm-25{--bs-gutter-x:0.75rem}.g-sm-25,.gy-sm-25{--bs-gutter-y:0.75rem}.g-sm-35,.gx-sm-35{--bs-gutter-x:1.25rem}.g-sm-35,.gy-sm-35{--bs-gutter-y:1.25rem}.g-sm-45,.gx-sm-45{--bs-gutter-x:1.75rem}.g-sm-45,.gy-sm-45{--bs-gutter-y:1.75rem}}@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-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-25,.gx-md-25{--bs-gutter-x:0.75rem}.g-md-25,.gy-md-25{--bs-gutter-y:0.75rem}.g-md-35,.gx-md-35{--bs-gutter-x:1.25rem}.g-md-35,.gy-md-35{--bs-gutter-y:1.25rem}.g-md-45,.gx-md-45{--bs-gutter-x:1.75rem}.g-md-45,.gy-md-45{--bs-gutter-y:1.75rem}}@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-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-25,.gx-lg-25{--bs-gutter-x:0.75rem}.g-lg-25,.gy-lg-25{--bs-gutter-y:0.75rem}.g-lg-35,.gx-lg-35{--bs-gutter-x:1.25rem}.g-lg-35,.gy-lg-35{--bs-gutter-y:1.25rem}.g-lg-45,.gx-lg-45{--bs-gutter-x:1.75rem}.g-lg-45,.gy-lg-45{--bs-gutter-y:1.75rem}}@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-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-25,.gx-xl-25{--bs-gutter-x:0.75rem}.g-xl-25,.gy-xl-25{--bs-gutter-y:0.75rem}.g-xl-35,.gx-xl-35{--bs-gutter-x:1.25rem}.g-xl-35,.gy-xl-35{--bs-gutter-y:1.25rem}.g-xl-45,.gx-xl-45{--bs-gutter-x:1.75rem}.g-xl-45,.gy-xl-45{--bs-gutter-y:1.75rem}}@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-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-25,.gx-xxl-25{--bs-gutter-x:0.75rem}.g-xxl-25,.gy-xxl-25{--bs-gutter-y:0.75rem}.g-xxl-35,.gx-xxl-35{--bs-gutter-x:1.25rem}.g-xxl-35,.gy-xxl-35{--bs-gutter-y:1.25rem}.g-xxl-45,.gx-xxl-45{--bs-gutter-x:1.75rem}.g-xxl-45,.gy-xxl-45{--bs-gutter-y:1.75rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0,0,0,.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem;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:#f2d5d5;--bs-table-striped-bg:#e6caca;--bs-table-striped-color:#000;--bs-table-active-bg:#dac0c0;--bs-table-active-color:#000;--bs-table-hover-bg:#e0c5c5;--bs-table-hover-color:#000;color:#000;border-color:#dac0c0}.table-secondary{--bs-table-bg:#e1e1e1;--bs-table-striped-bg:#d6d6d6;--bs-table-striped-color:#000;--bs-table-active-bg:#cbcbcb;--bs-table-active-color:#000;--bs-table-hover-bg:#d0d0d0;--bs-table-hover-color:#000;color:#000;border-color:#cbcbcb}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f2d5d5;--bs-table-striped-bg:#e6caca;--bs-table-striped-color:#000;--bs-table-active-bg:#dac0c0;--bs-table-active-color:#000;--bs-table-hover-bg:#e0c5c5;--bs-table-hover-color:#000;color:#000;border-color:#dac0c0}.table-light{--bs-table-bg:#f5f5f5;--bs-table-striped-bg:#e9e9e9;--bs-table-striped-color:#000;--bs-table-active-bg:#ddd;--bs-table-active-color:#000;--bs-table-hover-bg:#e3e3e3;--bs-table-hover-color:#000;color:#000;border-color:#ddd}.table-dark{--bs-table-bg:#333;--bs-table-striped-bg:#3d3d3d;--bs-table-striped-color:#fff;--bs-table-active-bg:#474747;--bs-table-active-color:#fff;--bs-table-hover-bg:#424242;--bs-table-hover-color:#fff;color:#fff;border-color:#474747}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.3rem;font-size:.75rem}.col-form-label,.form-label{font-style:normal;font-weight:700;color:#333}.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:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;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:#212529;background-color:#fff;border-color:#df9696;outline:0;box-shadow:0 0 0 .25rem rgba(191,44,44,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;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::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;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:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;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:.2rem}.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:.3rem}.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:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.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:#212529;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='%23343a40' 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 #ced4da;border-radius:.25rem;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:#df9696;outline:0;box-shadow:0 0 0 .25rem rgba(191,44,44,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.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:#df9696;outline:0;box-shadow:0 0 0 .25rem rgba(191,44,44,.25)}.form-check-input:checked{background-color:#bf2c2c;border-color:#bf2c2c}.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='%23ffffff' 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='%23ffffff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#bf2c2c;border-color:#bf2c2c;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='%23ffffff' 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='%23ffffff'/%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:checked,.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='%23ffffff'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:100%}.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:1}.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(191,44,44,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(191,44,44,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#bf2c2c;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:#ecc0c0}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#bf2c2c;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:#ecc0c0}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.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::-moz-placeholder{color:transparent}.form-floating>.form-control:-ms-input-placeholder{color:transparent}.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:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.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:.3rem}.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:.2rem}.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:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.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:#198754;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='%23198754' 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:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.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:#198754}.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='%23343a40' 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='%23198754' 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:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.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:#bf2c2c}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(191,44,44,.9);border-radius:.25rem}.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:#bf2c2c;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='%23bf2c2c'%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='%23bf2c2c' 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:#bf2c2c;box-shadow:0 0 0 .25rem rgba(191,44,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:#bf2c2c}.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='%23343a40' 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='%23bf2c2c'%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='%23bf2c2c' 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:#bf2c2c;box-shadow:0 0 0 .25rem rgba(191,44,44,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#bf2c2c}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#bf2c2c}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(191,44,44,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#bf2c2c}.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{display:inline-block;font-family:Inter var,Inter,sans-serif;font-weight:700;line-height:19px;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:10.5px 22px;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(191,44,44,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:1}.btn-primary{color:#fff;background-color:#bf2c2c;border-color:#bf2c2c}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#a22525;border-color:#992323}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(201,76,76,.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:#992323;border-color:#8f2121}.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(201,76,76,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#bf2c2c;border-color:#bf2c2c}.btn-secondary{color:#fff;background-color:#6b6b6b;border-color:#6b6b6b}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5b5b5b;border-color:#565656}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem hsla(0,0%,51%,.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:#565656;border-color:#505050}.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 hsla(0,0%,51%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6b6b6b;border-color:#6b6b6b}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.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(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.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(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.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:#ffcd39;border-color:#ffc720}.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,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#bf2c2c;border-color:#bf2c2c}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#a22525;border-color:#992323}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem rgba(201,76,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:#992323;border-color:#8f2121}.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(201,76,76,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#bf2c2c;border-color:#bf2c2c}.btn-light{color:#000;background-color:#f5f5f5;border-color:#f5f5f5}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{color:#000;background-color:#f7f7f7;border-color:#f6f6f6}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem hsla(0,0%,82%,.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:#f7f7f7;border-color:#f6f6f6}.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 hsla(0,0%,82%,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f5f5f5;border-color:#f5f5f5}.btn-dark{color:#fff;background-color:#333;border-color:#333}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#2b2b2b;border-color:#292929}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .25rem rgba(82,82,82,.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:#292929;border-color:#262626}.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(82,82,82,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary{color:#bf2c2c;border-color:#bf2c2c}.btn-outline-primary:hover{color:#fff;background-color:#bf2c2c;border-color:#bf2c2c}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(191,44,44,.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:#bf2c2c;border-color:#bf2c2c}.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(191,44,44,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#bf2c2c;background-color:transparent}.btn-outline-secondary{color:#6b6b6b;border-color:#6b6b6b}.btn-outline-secondary:hover{color:#fff;background-color:#6b6b6b;border-color:#6b6b6b}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem hsla(0,0%,42%,.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:#6b6b6b;border-color:#6b6b6b}.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 hsla(0,0%,42%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6b6b6b;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.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:#fff;background-color:#198754;border-color:#198754}.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(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.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:#000;background-color:#0dcaf0;border-color:#0dcaf0}.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(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.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:#ffc107;border-color:#ffc107}.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,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#bf2c2c;border-color:#bf2c2c}.btn-outline-danger:hover{color:#fff;background-color:#bf2c2c;border-color:#bf2c2c}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(191,44,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:#bf2c2c;border-color:#bf2c2c}.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(191,44,44,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#bf2c2c;background-color:transparent}.btn-outline-light{color:#f5f5f5;border-color:#f5f5f5}.btn-outline-light:hover{color:#000;background-color:#f5f5f5;border-color:#f5f5f5}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem hsla(0,0%,96%,.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:#f5f5f5;border-color:#f5f5f5}.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 hsla(0,0%,96%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f5f5f5;background-color:transparent}.btn-outline-dark{color:#333;border-color:#333}.btn-outline-dark:hover{color:#fff;background-color:#333;border-color:#333}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(51,51,51,.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:#333;border-color:#333}.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(51,51,51,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#333;background-color:transparent}.btn-link{font-weight:400;color:#bf2c2c;text-decoration:underline}.btn-link:hover{color:#992323}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:8.5px 16px;font-size:.875rem;border-radius:.2rem}.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}}.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:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[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}}.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:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#bf2c2c}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.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:#bf2c2c}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.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:16.5px;padding-left:16.5px}.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:12px;padding-left:12px}.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}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#bf2c2c;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:#992323}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#bf2c2c}.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{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:.25rem;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}}.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}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.5rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;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:#ac2828;background-color:none;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.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='%23ac2828'%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");transform:rotate(-180deg)}.accordion-button:after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");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:#df9696;outline:0;box-shadow:0 0 0 .25rem rgba(191,44,44,.25)}.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:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.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}.breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#333;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#333;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#992323;background-color:#e9ecef;outline:0;box-shadow:none}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#333;border-color:#333}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:4px 8px;font-size:.75rem;font-weight:400;line-height:1;color:#333;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:2px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:0 solid transparent;border-radius:.25rem}.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:#731a1a;background-color:#f2d5d5;border-color:#ecc0c0}.alert-primary .alert-link{color:#5c1515}.alert-secondary{color:#404040;background-color:#e1e1e1;border-color:#d3d3d3}.alert-secondary .alert-link{color:#333}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#731a1a;background-color:#f2d5d5;border-color:#ecc0c0}.alert-danger .alert-link{color:#5c1515}.alert-light{color:#626262;background-color:#fdfdfd;border-color:#fcfcfc}.alert-light .alert-link{color:#4e4e4e}.alert-dark{color:#1f1f1f;background-color:#d6d6d6;border-color:#c2c2c2}.alert-dark .alert-link{color:#191919}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{height:1rem;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.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:#bf2c2c;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{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.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:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;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:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#bf2c2c;border-color:#bf2c2c}.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:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;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:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;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:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;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:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;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:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;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:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;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}}.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:#731a1a;background-color:#f2d5d5}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#731a1a;background-color:#dac0c0}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#731a1a;border-color:#731a1a}.list-group-item-secondary{color:#404040;background-color:#e1e1e1}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#404040;background-color:#cbcbcb}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#404040;border-color:#404040}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#731a1a;background-color:#f2d5d5}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#731a1a;background-color:#dac0c0}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#731a1a;border-color:#731a1a}.list-group-item-light{color:#626262;background-color:#fdfdfd}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#626262;background-color:#e4e4e4}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#626262;border-color:#626262}.list-group-item-dark{color:#1f1f1f;background-color:#d6d6d6}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1f1f1f;background-color:#c1c1c1}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1f1f1f;border-color:#1f1f1f}.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='%23000000'%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:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(191,44,44,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.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:.3rem;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 #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 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 #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media(min-width:576px){.modal-dialog{max-width:500px;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:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{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}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:Georgia,Times,Times New Roman,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:.9}.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:#000}.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:#000}.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:#000}.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:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:Georgia,Times,Times New Roman,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:.3rem}.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(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@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%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@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;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.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}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#bf2c2c}.link-primary:focus,.link-primary:hover{color:#992323}.link-secondary{color:#6b6b6b}.link-secondary:focus,.link-secondary:hover{color:#565656}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#bf2c2c}.link-danger:focus,.link-danger:hover{color:#992323}.link-light{color:#f5f5f5}.link-light:focus,.link-light:hover{color:#f7f7f7}.link-dark{color:#333}.link-dark:focus,.link-dark:hover{color:#292929}.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}}.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}.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-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 .5rem 1rem rgba(0,0,0,.15)!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-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-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#bf2c2c!important}.border-secondary{border-color:#6b6b6b!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#bf2c2c!important}.border-light{border-color:#f5f5f5!important}.border-dark{border-color:#333!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-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!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}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{grid-gap:0!important;gap:0!important}.gap-1{grid-gap:.25rem!important;gap:.25rem!important}.gap-2{grid-gap:.5rem!important;gap:.5rem!important}.gap-3{grid-gap:1rem!important;gap:1rem!important}.gap-4{grid-gap:1.5rem!important;gap:1.5rem!important}.gap-5{grid-gap:3rem!important;gap:3rem!important}.gap-25{grid-gap:.75rem!important;gap:.75rem!important}.gap-35{grid-gap:1.25rem!important;gap:1.25rem!important}.gap-45{grid-gap:1.75rem!important;gap:1.75rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-25{margin:.75rem!important}.m-35{margin:1.25rem!important}.m-45{margin:1.75rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-25{margin-right:.75rem!important;margin-left:.75rem!important}.mx-35{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-45{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-25{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-35{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-45{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-25{margin-top:.75rem!important}.mt-35{margin-top:1.25rem!important}.mt-45{margin-top:1.75rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-25{margin-right:.75rem!important}.me-35{margin-right:1.25rem!important}.me-45{margin-right:1.75rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-25{margin-bottom:.75rem!important}.mb-35{margin-bottom:1.25rem!important}.mb-45{margin-bottom:1.75rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-25{margin-left:.75rem!important}.ms-35{margin-left:1.25rem!important}.ms-45{margin-left:1.75rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-25{padding:.75rem!important}.p-35{padding:1.25rem!important}.p-45{padding:1.75rem!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-25{padding-right:.75rem!important;padding-left:.75rem!important}.px-35{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-45{padding-right:1.75rem!important;padding-left:1.75rem!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-25{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-35{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-45{padding-top:1.75rem!important;padding-bottom:1.75rem!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-25{padding-top:.75rem!important}.pt-35{padding-top:1.25rem!important}.pt-45{padding-top:1.75rem!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-25{padding-right:.75rem!important}.pe-35{padding-right:1.25rem!important}.pe-45{padding-right:1.75rem!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-25{padding-bottom:.75rem!important}.pb-35{padding-bottom:1.25rem!important}.pb-45{padding-bottom:1.75rem!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-25{padding-left:.75rem!important}.ps-35{padding-left:1.25rem!important}.ps-45{padding-left:1.75rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!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-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-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-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:#6c757d!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-75{--bs-text-opacity:0.75}.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-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-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-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.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;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{grid-gap:0!important;gap:0!important}.gap-sm-1{grid-gap:.25rem!important;gap:.25rem!important}.gap-sm-2{grid-gap:.5rem!important;gap:.5rem!important}.gap-sm-3{grid-gap:1rem!important;gap:1rem!important}.gap-sm-4{grid-gap:1.5rem!important;gap:1.5rem!important}.gap-sm-5{grid-gap:3rem!important;gap:3rem!important}.gap-sm-25{grid-gap:.75rem!important;gap:.75rem!important}.gap-sm-35{grid-gap:1.25rem!important;gap:1.25rem!important}.gap-sm-45{grid-gap:1.75rem!important;gap:1.75rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-25{margin:.75rem!important}.m-sm-35{margin:1.25rem!important}.m-sm-45{margin:1.75rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-25{margin-right:.75rem!important;margin-left:.75rem!important}.mx-sm-35{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-sm-45{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-25{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-sm-35{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-sm-45{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-25{margin-top:.75rem!important}.mt-sm-35{margin-top:1.25rem!important}.mt-sm-45{margin-top:1.75rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-25{margin-right:.75rem!important}.me-sm-35{margin-right:1.25rem!important}.me-sm-45{margin-right:1.75rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-25{margin-bottom:.75rem!important}.mb-sm-35{margin-bottom:1.25rem!important}.mb-sm-45{margin-bottom:1.75rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-25{margin-left:.75rem!important}.ms-sm-35{margin-left:1.25rem!important}.ms-sm-45{margin-left:1.75rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-25{padding:.75rem!important}.p-sm-35{padding:1.25rem!important}.p-sm-45{padding:1.75rem!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-25{padding-right:.75rem!important;padding-left:.75rem!important}.px-sm-35{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-sm-45{padding-right:1.75rem!important;padding-left:1.75rem!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-25{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-sm-35{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-sm-45{padding-top:1.75rem!important;padding-bottom:1.75rem!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-25{padding-top:.75rem!important}.pt-sm-35{padding-top:1.25rem!important}.pt-sm-45{padding-top:1.75rem!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-25{padding-right:.75rem!important}.pe-sm-35{padding-right:1.25rem!important}.pe-sm-45{padding-right:1.75rem!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-25{padding-bottom:.75rem!important}.pb-sm-35{padding-bottom:1.25rem!important}.pb-sm-45{padding-bottom:1.75rem!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-25{padding-left:.75rem!important}.ps-sm-35{padding-left:1.25rem!important}.ps-sm-45{padding-left:1.75rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.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}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{grid-gap:0!important;gap:0!important}.gap-md-1{grid-gap:.25rem!important;gap:.25rem!important}.gap-md-2{grid-gap:.5rem!important;gap:.5rem!important}.gap-md-3{grid-gap:1rem!important;gap:1rem!important}.gap-md-4{grid-gap:1.5rem!important;gap:1.5rem!important}.gap-md-5{grid-gap:3rem!important;gap:3rem!important}.gap-md-25{grid-gap:.75rem!important;gap:.75rem!important}.gap-md-35{grid-gap:1.25rem!important;gap:1.25rem!important}.gap-md-45{grid-gap:1.75rem!important;gap:1.75rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-25{margin:.75rem!important}.m-md-35{margin:1.25rem!important}.m-md-45{margin:1.75rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-25{margin-right:.75rem!important;margin-left:.75rem!important}.mx-md-35{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-md-45{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-25{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-md-35{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-md-45{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-25{margin-top:.75rem!important}.mt-md-35{margin-top:1.25rem!important}.mt-md-45{margin-top:1.75rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-25{margin-right:.75rem!important}.me-md-35{margin-right:1.25rem!important}.me-md-45{margin-right:1.75rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-25{margin-bottom:.75rem!important}.mb-md-35{margin-bottom:1.25rem!important}.mb-md-45{margin-bottom:1.75rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-25{margin-left:.75rem!important}.ms-md-35{margin-left:1.25rem!important}.ms-md-45{margin-left:1.75rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-25{padding:.75rem!important}.p-md-35{padding:1.25rem!important}.p-md-45{padding:1.75rem!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-25{padding-right:.75rem!important;padding-left:.75rem!important}.px-md-35{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-md-45{padding-right:1.75rem!important;padding-left:1.75rem!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-25{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-md-35{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-md-45{padding-top:1.75rem!important;padding-bottom:1.75rem!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-25{padding-top:.75rem!important}.pt-md-35{padding-top:1.25rem!important}.pt-md-45{padding-top:1.75rem!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-25{padding-right:.75rem!important}.pe-md-35{padding-right:1.25rem!important}.pe-md-45{padding-right:1.75rem!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-25{padding-bottom:.75rem!important}.pb-md-35{padding-bottom:1.25rem!important}.pb-md-45{padding-bottom:1.75rem!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-25{padding-left:.75rem!important}.ps-md-35{padding-left:1.25rem!important}.ps-md-45{padding-left:1.75rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.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}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{grid-gap:0!important;gap:0!important}.gap-lg-1{grid-gap:.25rem!important;gap:.25rem!important}.gap-lg-2{grid-gap:.5rem!important;gap:.5rem!important}.gap-lg-3{grid-gap:1rem!important;gap:1rem!important}.gap-lg-4{grid-gap:1.5rem!important;gap:1.5rem!important}.gap-lg-5{grid-gap:3rem!important;gap:3rem!important}.gap-lg-25{grid-gap:.75rem!important;gap:.75rem!important}.gap-lg-35{grid-gap:1.25rem!important;gap:1.25rem!important}.gap-lg-45{grid-gap:1.75rem!important;gap:1.75rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-25{margin:.75rem!important}.m-lg-35{margin:1.25rem!important}.m-lg-45{margin:1.75rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-25{margin-right:.75rem!important;margin-left:.75rem!important}.mx-lg-35{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-lg-45{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-25{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-lg-35{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-lg-45{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-25{margin-top:.75rem!important}.mt-lg-35{margin-top:1.25rem!important}.mt-lg-45{margin-top:1.75rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-25{margin-right:.75rem!important}.me-lg-35{margin-right:1.25rem!important}.me-lg-45{margin-right:1.75rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-25{margin-bottom:.75rem!important}.mb-lg-35{margin-bottom:1.25rem!important}.mb-lg-45{margin-bottom:1.75rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-25{margin-left:.75rem!important}.ms-lg-35{margin-left:1.25rem!important}.ms-lg-45{margin-left:1.75rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-25{padding:.75rem!important}.p-lg-35{padding:1.25rem!important}.p-lg-45{padding:1.75rem!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-25{padding-right:.75rem!important;padding-left:.75rem!important}.px-lg-35{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-lg-45{padding-right:1.75rem!important;padding-left:1.75rem!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-25{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-lg-35{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-lg-45{padding-top:1.75rem!important;padding-bottom:1.75rem!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-25{padding-top:.75rem!important}.pt-lg-35{padding-top:1.25rem!important}.pt-lg-45{padding-top:1.75rem!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-25{padding-right:.75rem!important}.pe-lg-35{padding-right:1.25rem!important}.pe-lg-45{padding-right:1.75rem!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-25{padding-bottom:.75rem!important}.pb-lg-35{padding-bottom:1.25rem!important}.pb-lg-45{padding-bottom:1.75rem!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-25{padding-left:.75rem!important}.ps-lg-35{padding-left:1.25rem!important}.ps-lg-45{padding-left:1.75rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.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}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{grid-gap:0!important;gap:0!important}.gap-xl-1{grid-gap:.25rem!important;gap:.25rem!important}.gap-xl-2{grid-gap:.5rem!important;gap:.5rem!important}.gap-xl-3{grid-gap:1rem!important;gap:1rem!important}.gap-xl-4{grid-gap:1.5rem!important;gap:1.5rem!important}.gap-xl-5{grid-gap:3rem!important;gap:3rem!important}.gap-xl-25{grid-gap:.75rem!important;gap:.75rem!important}.gap-xl-35{grid-gap:1.25rem!important;gap:1.25rem!important}.gap-xl-45{grid-gap:1.75rem!important;gap:1.75rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-25{margin:.75rem!important}.m-xl-35{margin:1.25rem!important}.m-xl-45{margin:1.75rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-25{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xl-35{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-xl-45{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-25{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xl-35{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-xl-45{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-25{margin-top:.75rem!important}.mt-xl-35{margin-top:1.25rem!important}.mt-xl-45{margin-top:1.75rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-25{margin-right:.75rem!important}.me-xl-35{margin-right:1.25rem!important}.me-xl-45{margin-right:1.75rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-25{margin-bottom:.75rem!important}.mb-xl-35{margin-bottom:1.25rem!important}.mb-xl-45{margin-bottom:1.75rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-25{margin-left:.75rem!important}.ms-xl-35{margin-left:1.25rem!important}.ms-xl-45{margin-left:1.75rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xl-25{padding:.75rem!important}.p-xl-35{padding:1.25rem!important}.p-xl-45{padding:1.75rem!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-25{padding-right:.75rem!important;padding-left:.75rem!important}.px-xl-35{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-xl-45{padding-right:1.75rem!important;padding-left:1.75rem!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-25{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xl-35{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-xl-45{padding-top:1.75rem!important;padding-bottom:1.75rem!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-25{padding-top:.75rem!important}.pt-xl-35{padding-top:1.25rem!important}.pt-xl-45{padding-top:1.75rem!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-25{padding-right:.75rem!important}.pe-xl-35{padding-right:1.25rem!important}.pe-xl-45{padding-right:1.75rem!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-25{padding-bottom:.75rem!important}.pb-xl-35{padding-bottom:1.25rem!important}.pb-xl-45{padding-bottom:1.75rem!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-25{padding-left:.75rem!important}.ps-xl-35{padding-left:1.25rem!important}.ps-xl-45{padding-left:1.75rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.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}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{grid-gap:0!important;gap:0!important}.gap-xxl-1{grid-gap:.25rem!important;gap:.25rem!important}.gap-xxl-2{grid-gap:.5rem!important;gap:.5rem!important}.gap-xxl-3{grid-gap:1rem!important;gap:1rem!important}.gap-xxl-4{grid-gap:1.5rem!important;gap:1.5rem!important}.gap-xxl-5{grid-gap:3rem!important;gap:3rem!important}.gap-xxl-25{grid-gap:.75rem!important;gap:.75rem!important}.gap-xxl-35{grid-gap:1.25rem!important;gap:1.25rem!important}.gap-xxl-45{grid-gap:1.75rem!important;gap:1.75rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-25{margin:.75rem!important}.m-xxl-35{margin:1.25rem!important}.m-xxl-45{margin:1.75rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-25{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xxl-35{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-xxl-45{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-25{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xxl-35{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-xxl-45{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-25{margin-top:.75rem!important}.mt-xxl-35{margin-top:1.25rem!important}.mt-xxl-45{margin-top:1.75rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-25{margin-right:.75rem!important}.me-xxl-35{margin-right:1.25rem!important}.me-xxl-45{margin-right:1.75rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-25{margin-bottom:.75rem!important}.mb-xxl-35{margin-bottom:1.25rem!important}.mb-xxl-45{margin-bottom:1.75rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-25{margin-left:.75rem!important}.ms-xxl-35{margin-left:1.25rem!important}.ms-xxl-45{margin-left:1.75rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-25{padding:.75rem!important}.p-xxl-35{padding:1.25rem!important}.p-xxl-45{padding:1.75rem!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-25{padding-right:.75rem!important;padding-left:.75rem!important}.px-xxl-35{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-xxl-45{padding-right:1.75rem!important;padding-left:1.75rem!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-25{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xxl-35{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-xxl-45{padding-top:1.75rem!important;padding-bottom:1.75rem!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-25{padding-top:.75rem!important}.pt-xxl-35{padding-top:1.25rem!important}.pt-xxl-45{padding-top:1.75rem!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-25{padding-right:.75rem!important}.pe-xxl-35{padding-right:1.25rem!important}.pe-xxl-45{padding-right:1.75rem!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-25{padding-bottom:.75rem!important}.pb-xxl-35{padding-bottom:1.25rem!important}.pb-xxl-45{padding-bottom:1.75rem!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-25{padding-left:.75rem!important}.ps-xxl-35{padding-left:1.25rem!important}.ps-xxl-45{padding-left:1.75rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!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}}.subhead-1{font-size:23px;line-height:28px;font-weight:300}.subhead-1,.subhead-2{font-family:Inter var,Inter,sans-serif;color:#333}.subhead-2{font-size:18px;line-height:22px;font-weight:400}.subhead-overline-1{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.subhead-overline-2{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.subhead-overline-2.form-label{margin-bottom:8px;text-transform:uppercase}.subhead-4{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.body .small,.body-2{font-size:14px}.body-2{font-family:Inter var,Inter,sans-serif}body{font-family:Georgia,Times,Times New Roman,serif;color:#333;font-size:16px;line-height:130%}.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{letter-spacing:0}.h1,h1{font-size:33px;line-height:44px;font-weight:800}.fs-h2,.h1,.h2,h1,h2{margin-top:0;margin-bottom:.5rem;font-family:Inter var,Inter,sans-serif;color:#333}.fs-h2,.h2,h2{font-size:23px;line-height:28px;font-weight:700}.fs-h3,.h3,h3{font-size:18px;line-height:22px;font-weight:700}.fs-h3,.fs-h4,.h3,.h4,h3,h4{font-family:Inter var,Inter,sans-serif;color:#333}.fs-h4,.h4,h4{font-size:16px;line-height:20px;font-weight:800}.fs-h3{margin-top:20px;margin-bottom:10px}p{font-family:Georgia,Times,Times New Roman,serif;font-size:16px;line-height:21px;font-style:normal;font-weight:400;letter-spacing:0;text-align:left}blockquote{margin-top:32px;margin-bottom:32px;padding:0 0 0 30px;border-left:6px solid #bf2c2c}blockquote,blockquote p{font-style:italic;font-weight:400;font-size:inherit;line-height:inherit}hr{border-top:1px solid #ddd;margin:20px 0}a:not(.btn){font-family:Inter var,Inter,sans-serif;color:#bf2c2c;font-size:14px;text-decoration:none;font-weight:400}a:not(.btn):hover{text-decoration:none;color:#872f2f}.ArticleBody{padding-bottom:30px;color:#000;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word}.ArticleBody,.ArticleBody p{font-size:18px;line-height:27px}.ArticleBody p{font-family:Georgia,Times,Times New Roman,serif;font-style:normal;font-weight:400;letter-spacing:0;text-align:left}.ArticleBody .h1,.ArticleBody .h2,.ArticleBody .h3,.ArticleBody .h4,.ArticleBody .h5,.ArticleBody .h6,.ArticleBody h1,.ArticleBody h2,.ArticleBody h3,.ArticleBody h4,.ArticleBody h5,.ArticleBody h6{font-family:Inter var,Inter,sans-serif;font-style:normal;margin-bottom:1rem;line-height:120%}.ArticleBody .h1,.ArticleBody .h2,.ArticleBody h1,.ArticleBody h2{font-weight:800;font-size:33px}.ArticleBody .h3,.ArticleBody h3{font-weight:800;font-size:23px}.ArticleBody .h4,.ArticleBody h4{font-weight:800;font-size:18px}.ArticleBody .h5,.ArticleBody h5{font-weight:800;font-size:16px}.ArticleBody .h6,.ArticleBody h6{font-weight:700;font-size:14px;text-transform:uppercase}.ArticleBody a{font-weight:700;font-family:Georgia,Times,Times New Roman,serif;font-size:18px}.ArticleBody a:hover{color:#bf2c2c}.ArticleBody a:visited{color:#872f2f}.ArticleBody ol,.ArticleBody ul{font-size:16px;padding-left:0;list-style-position:inside}.ArticleBody img{max-width:100%;height:auto;margin-bottom:1em}@media screen and (min-width:768px){.ArticleBody img.fullwidth{min-width:992px;height:auto;margin-left:-112px}}.ArticleBody blockquote{margin-top:32px;margin-bottom:32px;padding:0 0 0 30px;border-left:6px solid #bf2c2c;font-style:italic;font-weight:400;font-size:20px;line-height:29px}.ArticleBody blockquote p:first-child:before{content:"❝";padding-right:10px;padding-left:4px}.ArticleBody blockquote p:first-child:before,.ArticleBody blockquote p:last-of-type:after{color:#ddd;font-style:normal;font-size:40px;line-height:20px;display:inline-block;vertical-align:bottom}.ArticleBody blockquote p:last-of-type:after{content:"❞";padding-left:10px;padding-right:4px}.ArticleBody blockquote .h5,.ArticleBody blockquote h5{font-family:Inter var,Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#6b6b6b;margin-top:16px}.ArticleBody .RelatedPostLink{margin-top:50px;margin-bottom:50px;padding:5px 0 0 25px;border-left:8px solid #bf2c2c}.ArticleBody .RelatedPostLink .h5,.ArticleBody .RelatedPostLink h5{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:110%;letter-spacing:.1em;text-transform:uppercase;color:#6b6b6b}.ArticleBody .RelatedPostLink a{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:130%;color:#bf2c2c}.ArticleBody figure{margin:2rem 0}.ArticleBody figure figure{margin:0}.ArticleBody figure img{margin-bottom:5px;cursor:zoom-in}.ArticleBody figure.alignright{width:100%!important}.ArticleBody figure.alignright img{width:auto!important}.ArticleBody figure.alignright p{float:none}@media screen and (min-width:768px){.ArticleBody figure.alignright{width:50%!important;float:right;margin:.5rem 0 1.5rem .5rem}.ArticleBody figure.alignright p{float:left}.ArticleBody figure.alignright img{width:auto;margin-bottom:5px}}.ArticleBody figure.alignleft{width:100%!important}.ArticleBody figure.alignleft img{width:auto!important}.ArticleBody figure.alignleft p{float:none}@media screen and (min-width:768px){.ArticleBody figure.alignleft{width:50%!important;float:left;margin:.5rem 1.5rem .5rem 0}.ArticleBody figure.alignleft img{width:auto;margin-bottom:5px}.ArticleBody figure.alignleft p{float:left}}.ArticleBody figure.aligncenter{width:100%!important;margin-top:2rem;margin-bottom:2rem}.ArticleBody figure.aligncenter img{max-width:100%}@media screen and (min-width:992px){.ArticleBody figure.aligncenter{min-width:700px;margin-left:-50px}}@media screen and (min-width:1200px){.ArticleBody figure.aligncenter{min-width:900px;margin-left:-100px}}.ArticleBody figure .wp-caption-text{font-family:Inter var,Inter,sans-serif;display:block;font-style:normal;font-weight:400;font-size:12px;line-height:150%;color:#6b6b6b;text-align:left;width:100%;margin-top:5px}.ArticleBody.forceItalic,.ArticleBody.forceItalic p{font-style:italic}.container-large{max-width:1440px;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}.full-width{width:100%}body .GridRow:last-of-type>.GridColumn:last-of-type,body .GridRow:last-of-type>:after{border-bottom:none!important}.GridRow .GridColumn:last-of-type{border-right:none!important}.GridRow .GridColumn.border-right{border-bottom:1px solid #ddd}@media screen and (min-width:992px){.GridRow .GridColumn.border-right{border-bottom:none;border-right:1px solid #ddd}}body .GridRow:last-of-type>.GridColumn.border-right:last-of-type{border-bottom:none}body.loading *{transition:none!important}.popover-body{background:#f5f5f5;font-family:Inter var,Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:0;text-align:left;padding:24px;color:#333}.popover-body a{font-weight:700;text-decoration:none}.popover-body a:hover{color:#bf2c2c;text-decoration:underline}.ButtonTooltip{background:#f5f5f5;border-radius:4px}.ButtonTooltip .tooltip-inner{background:#f5f5f5;font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#333}.ButtonTooltip .tooltip-arrow{display:none}.ButtonTooltip .tooltip-arrow:before{border-color:#f5f5f5;padding:0 20px}.ButtonTooltip.show{opacity:1}.ButtonTooltip .TooltipIcon{width:15px;height:auto}.ButtonTooltip.lg{display:none}@media screen and (min-width:992px){.ButtonTooltip.md{display:none}.ButtonTooltip.lg{display:inline;display:initial}}.dropdown.dropdown-calendar,.dropdown.dropdown-contextMenu{display:inline-block}.dropdown.dropdown-calendar button,.dropdown.dropdown-contextMenu button{background:transparent!important;border:none!important;color:#bf2c2c!important;box-shadow:none!important;margin-bottom:.5em;display:flex;align-items:center}.dropdown.dropdown-calendar a,.dropdown.dropdown-contextMenu a{font-family:Inter var,Inter,sans-serif;color:#6b6b6b;line-height:19px;font-size:16px;height:43px;padding:7px 32px 7px 16px;display:block;display:flex;align-items:center}.dropdown.dropdown-calendar a:active,.dropdown.dropdown-contextMenu a:active{color:#fff}.dropdown.dropdown-calendar a.selected,.dropdown.dropdown-contextMenu a.selected{font-weight:700;color:#333}.dropdown.dropdown-calendar .form-group,.dropdown.dropdown-contextMenu .form-group{padding-left:16px;padding-right:32px}.dropdown.dropdown-calendar .form-group .form-check:first-child,.dropdown.dropdown-contextMenu .form-group .form-check:first-child{margin-top:8px}.dropdown.dropdown-calendar .form-group .form-check .form-check-label,.dropdown.dropdown-contextMenu .form-group .form-check .form-check-label{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;letter-spacing:0;text-align:left;white-space:nowrap;padding-left:8px;color:#333}.dropdown.dropdown-calendar .toolsArea,.dropdown.dropdown-contextMenu .toolsArea{display:flex;align-items:baseline;justify-content:space-around;padding-top:4px}.dropdown.dropdown-calendar .toolsArea .buttonMainAction,.dropdown.dropdown-contextMenu .toolsArea .buttonMainAction{background:#bf2c2c!important;color:#fff!important}.dropdown.dropdown-calendar .toolsArea a,.dropdown.dropdown-contextMenu .toolsArea a{font-weight:700}.dropdown.dropdown-calendar .toggleLabelBeforeImage,.dropdown.dropdown-contextMenu .toggleLabelBeforeImage{margin-right:8px}.dropdown.dropdown-calendar.editionBrowseCalendarlist a.dropdown-item.active,.dropdown.dropdown-contextMenu.editionBrowseCalendarlist a.dropdown-item.active{color:#fff;font-weight:700}.dropdown.dropdown-contextMenu .dropdown-toggle:after{display:none}.dropdown.dropdown-contextMenu .dropdown-item svg{fill:#6b6b6b;margin-right:8px;height:26px;width:auto}.dropdown.dropdown-contextMenu .dropdown-item svg:active{fill:#fff}.dropdown.dropdown-contextMenu .dropdown-menu{overflow:hidden;right:0}.dropdown.dropdown-calendar .dropdown-menu{overflow:hidden;right:0;padding-top:0}.dropdown.dropdown-calendar.dropdown-edition-dates .dropdown-menu{border-top:none}@media screen and (min-width:992px){.postCard .dropdown.dropdown-contextMenu,.postCollectionItem .dropdown.dropdown-contextMenu{display:none}.postCard .dropdown.dropdown-contextMenu button,.postCollectionItem .dropdown.dropdown-contextMenu button{margin:0;padding:0}.postCard:hover .dropdown.dropdown-contextMenu,.postCollectionItem:hover .dropdown.dropdown-contextMenu{display:inline-block}}.embed-container{position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden;margin-bottom:1rem}.embed-container.twitter{padding:0;height:auto;overflow:visible;overflow:initial}.embed-container.twitter blockquote{margin-top:2rem;margin-bottom:2rem;border-color:#1da1f2}.embed-container.twitter blockquote a{color:#0c7fc5}.embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.slick-slider .slick-arrow{z-index:999999}.slick-slider .slick-arrow.slick-next{border-bottom:2px solid #333;border-right:2px solid #333;width:12px;height:12px;transform:rotate(315deg);padding-right:3px;right:2px}.slick-slider .slick-arrow.slick-next:before{content:none}@media screen and (min-width:1280px){.slick-slider .slick-arrow.slick-next{right:-25px}}.slick-slider .slick-arrow.slick-prev{border-bottom:2px solid #333;border-right:2px solid #333;width:12px;height:12px;transform:rotate(135deg);left:2px}.slick-slider .slick-arrow.slick-prev:before{content:none}@media screen and (min-width:1280px){.slick-slider .slick-arrow.slick-prev{left:-25px}}.slick-slider .slick-arrow.slick-disabled{border-color:#ddd}.service-page{margin-top:80px;margin-bottom:80px}.service-page .h1,.service-page h1{margin-bottom:30px}.campaign-modal{max-width:600px}.campaign-modal .campaign-modal-header{background:#f5f5f5;border-bottom:none;padding:23px 25px 0 0}@media screen and (min-width:768px){.campaign-modal .campaign-modal-header{padding:23px 25px 0 23px}}.campaign-modal .campaign-modal-header .title{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:800;font-size:23px;line-height:28px;color:#333;padding:17px 25px 12px}.campaign-modal .campaign-modal-body{padding:12px 27px 40px;background:#f5f5f5}@media screen and (min-width:768px){.campaign-modal .campaign-modal-body{padding:12px 50px 40px}}.campaign-modal .campaign-modal-body .intro{font-family:Georgia;font-style:normal;font-weight:400;font-size:16px;line-height:130%;color:#6b6b6b;margin-bottom:24px}.campaign-modal .campaign-modal-body .summary{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding-top:16px;padding-bottom:16px;margin-top:32px;margin-bottom:24px}.campaign-modal .campaign-modal-body .summary .heading{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:14px;display:flex;align-items:center;letter-spacing:.1em;text-transform:uppercase;color:#6b6b6b;margin-bottom:12px}.campaign-modal .campaign-modal-body .summary .body p{margin-bottom:0}.campaign-modal .campaign-modal-body .more-assistance{font-family:Georgia;font-style:normal;font-weight:400;font-size:14px;line-height:130%;color:#6b6b6b}a.mention{font-size:15px}.masonryGrid{display:flex;margin-left:-30px;width:auto}.masonryGrid .masonryGridColumn{padding-left:30px;background-clip:padding-box}.masonryGrid .masonryGridColumn>.masonryBrick{margin-bottom:30px}.masonryGrid .masonryGridColumn>.masonryBrick>figure{margin-bottom:0!important;cursor:zoom-in}.masonryGrid .masonryGridColumn>.masonryBrick>span{display:none!important}.masonryGrid .masonryGridColumn:first-child{padding-top:140px}.masonryGrid .masonryGridColumn:nth-child(3){padding-top:100px}.masonryGrid .masonryGridColumn:nth-child(4){padding-top:160px}.Toastify__toast{padding:16px;grid-gap:12px;gap:12px;background:#333;box-shadow:0 0 6px rgba(0,0,0,.25);border-radius:4px}.Toastify__toast-body p{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:18px;margin:0;display:block}.Toastify__toast-body a{align-items:center;padding:8px 16px;grid-gap:10px;gap:10px;border:1px solid #fff;border-radius:3px;color:#fff}.pswp{font-family:Inter var,Inter,sans-serif}.pswp .pswp__caption__center{text-align:center}.pswp--animate_opacity,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__bg,.pswp__caption,.pswp__top-bar{transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--zoom-allowed .pswp__img{-o-object-fit:contain;object-fit:contain}.Abstract_subhead-1__mRfW7{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.Abstract_subhead-2__UUF4B{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.Abstract_subhead-overline-1__QCaM0{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Abstract_subhead-overline-2__qWciN{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Abstract_subhead-overline-2__qWciN.Abstract_form-label__U8TQQ{margin-bottom:8px;text-transform:uppercase}.Abstract_subhead-4__CTzTl{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Abstract_body__XlsDI .Abstract_small__CoGC7{font-size:14px}.Abstract_body-2__8KF6J{font-family:Inter var,Inter,sans-serif;font-size:14px}.Abstract_Abstract__9kEPO ul{margin:2em 0;padding:0 1.35em;list-style:none}.Abstract_Abstract__9kEPO li:before{content:"";border-color:transparent #ddd;border-style:solid;border-width:.5em 0 .5em .9em;display:block;height:0;width:0;left:-1.35em;top:1.25em;position:relative}.Abstract_Abstract__9kEPO li{font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin-top:-.5em}.ActionCard_subhead-1__J0d7r{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.ActionCard_subhead-2__squ_H{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.ActionCard_subhead-overline-1__kBMVH{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.ActionCard_subhead-overline-2__dJES9{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.ActionCard_subhead-overline-2__dJES9.ActionCard_form-label__ke9YT{margin-bottom:8px;text-transform:uppercase}.ActionCard_subhead-4__Gmjph{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.ActionCard_body__u7iTX .ActionCard_small__zJNAE{font-size:14px}.ActionCard_ActionCard__lw4ha,.ActionCard_body-2__WZ3do{font-family:Inter var,Inter,sans-serif;font-size:14px}.ActionCard_ActionCard__lw4ha{display:flex;flex-direction:column;align-items:flex-start;padding:24px;background:#f5f5f5;border-radius:5px;color:#333;font-style:normal;font-weight:400;line-height:18px}.ActionCard_ActionCard__lw4ha.ActionCard_Ghost__mNGVf{background:transparent;padding:0}.ActionCard_ActionCard__lw4ha.ActionCard_Ghost__mNGVf [role=button] svg *,.ActionCard_ActionCard__lw4ha.ActionCard_Ghost__mNGVf button svg *{stroke:#bf2c2c}.ActionCard_ActionCard__lw4ha.ActionCard_Ghost__mNGVf [role=button]:hover svg *,.ActionCard_ActionCard__lw4ha.ActionCard_Ghost__mNGVf button:hover svg *{stroke:#fff}.ActionCard_ActionCard__lw4ha [role=button],.ActionCard_ActionCard__lw4ha button{display:flex;align-items:center}.ActionCard_ActionCard__lw4ha [role=button] svg,.ActionCard_ActionCard__lw4ha button svg{margin:0 7px 0 0}.Adv_subhead-1__A70u5{font-size:23px;line-height:28px;font-weight:300}.Adv_subhead-1__A70u5,.Adv_subhead-2__6Gt5r{font-family:Inter var,Inter,sans-serif;color:#333}.Adv_subhead-2__6Gt5r{font-size:18px;line-height:22px;font-weight:400}.Adv_subhead-overline-1__Mn0EQ{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Adv_subhead-overline-2__RiFUM{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Adv_subhead-overline-2__RiFUM.Adv_form-label__bEQrM{margin-bottom:8px;text-transform:uppercase}.Adv_subhead-4__skP3I{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Adv_body__XHhQz .Adv_small__afOCR{font-size:14px}.Adv_body-2__xF2MR{font-family:Inter var,Inter,sans-serif;font-size:14px}.Adv_Adv__xWPyE{display:flex;background:#f6e7d4;border-radius:5px;padding:24px;margin-top:24px;justify-content:center}.Adv_Adv__xWPyE img{max-width:100%;width:100%;height:auto}.ArchiveBox_subhead-1__IvJ3T{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.ArchiveBox_subhead-2__G3q__{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.ArchiveBox_subhead-overline-1__fOAgQ{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.ArchiveBox_subhead-overline-2__H8Eat{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.ArchiveBox_subhead-overline-2__H8Eat.ArchiveBox_form-label__GGL7W{margin-bottom:8px;text-transform:uppercase}.ArchiveBox_subhead-4__eNDXS{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.ArchiveBox_body__lCsm3 .ArchiveBox_small__Oyvs1{font-size:14px}.ArchiveBox_body-2__rlDbq{font-family:Inter var,Inter,sans-serif;font-size:14px}.ArchiveBox_ArchiveBox__9IzwV{display:flex;align-items:center;flex-direction:column}.ArchiveBox_ArchiveBox__9IzwV .ArchiveBox_BandTitle__fIo7Z{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:800;line-height:20px;letter-spacing:.08em;text-align:left;text-transform:uppercase;color:#6b6b6b;background-color:#f5f5f5;display:inline-block;padding:8px 16px;margin-bottom:33px}.ArchiveBox_ArchiveBox__9IzwV a.ArchiveBox_Image__hWp_c{width:100%;display:flex;justify-content:center;margin-bottom:16px}.ArchiveBox_ArchiveBox__9IzwV a.ArchiveBox_Image__hWp_c img{height:400px;max-width:70%;-o-object-fit:fill;object-fit:fill;margin-bottom:18px}@media screen and (min-width:768px){.ArchiveBox_ArchiveBox__9IzwV a.ArchiveBox_Image__hWp_c img{height:300px}}.ArchiveBox_ArchiveBox__9IzwV .ArchiveBox_Description__yhyXy{font-weight:400;margin-bottom:3px}.ArchiveBox_ArchiveBox__9IzwV .ArchiveBox_ArchiveLink__nYqdv,.ArchiveBox_ArchiveBox__9IzwV .ArchiveBox_Description__yhyXy{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;line-height:21px;letter-spacing:0;text-align:center}.ArchiveBox_ArchiveBox__9IzwV .ArchiveBox_ArchiveLink__nYqdv{font-weight:700}.ArchiveResultsItem_subhead-1__v__nJ{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.ArchiveResultsItem_subhead-2__5EbO7{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.ArchiveResultsItem_subhead-overline-1__eHVth{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.ArchiveResultsItem_subhead-overline-2__GlJW4{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.ArchiveResultsItem_subhead-overline-2__GlJW4.ArchiveResultsItem_form-label__SR1qW{margin-bottom:8px;text-transform:uppercase}.ArchiveResultsItem_subhead-4__8KOxR{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.ArchiveResultsItem_body__1aOj3 .ArchiveResultsItem_small__T11Fr{font-size:14px}.ArchiveResultsItem_body-2__nfIRu{font-family:Inter var,Inter,sans-serif;font-size:14px}.ArchiveResultsItem_ArchiveResultsItem__Uk6Sr{margin-bottom:48px}.ArchiveResultsItem_ArchiveResultsItem__Uk6Sr a.ArchiveResultsItem_ArticleTitle__sjfmP{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:800;font-size:23px;line-height:28px;display:inline-block;margin-bottom:8px;color:#333}@media screen and (min-width:768px){.ArchiveResultsItem_ArchiveResultsItem__Uk6Sr a.ArchiveResultsItem_ArticleTitle__sjfmP{font-size:33px;line-height:40px}}.ArchiveResultsItem_ArchiveResultsItem__Uk6Sr .ArchiveResultsItem_ArticleMeta__q_zop{font-family:Georgia;font-size:16px;line-height:16px;font-style:italic;font-weight:400;letter-spacing:0;text-align:left;margin-bottom:16px;color:#6b6b6b}@media screen and (min-width:768px){.ArchiveResultsItem_ArchiveResultsItem__Uk6Sr .ArchiveResultsItem_ArticleMeta__q_zop{font-size:18px;line-height:18px}}.ArchiveResultsItem_ArchiveResultsItem__Uk6Sr .ArchiveResultsItem_ArticleMeta__q_zop a{color:inherit}.ArchiveResultsItem_ArchiveResultsItem__Uk6Sr .ArchiveResultsItem_ArticleSummary__EBd3h{font-family:Georgia;font-size:16px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0;text-align:left;color:#333}.ArchiveResultsItemSkeleton_subhead-1__fUfZp{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.ArchiveResultsItemSkeleton_subhead-2__U_vOH{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.ArchiveResultsItemSkeleton_subhead-overline-1__ra_cJ{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.ArchiveResultsItemSkeleton_subhead-overline-2__Yta6F{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.ArchiveResultsItemSkeleton_subhead-overline-2__Yta6F.ArchiveResultsItemSkeleton_form-label__RShMs{margin-bottom:8px;text-transform:uppercase}.ArchiveResultsItemSkeleton_subhead-4__D8hki{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.ArchiveResultsItemSkeleton_body__rb3eW .ArchiveResultsItemSkeleton_small__ttfPt{font-size:14px}.ArchiveResultsItemSkeleton_body-2__JlCjl{font-family:Inter var,Inter,sans-serif;font-size:14px}.ArchiveResultsItemSkeleton_ArchiveResultsItemSkeleton__ag1Os{margin-bottom:48px}.ArchiveResultsItemSkeleton_ArchiveResultsItemSkeleton__ag1Os a.ArchiveResultsItemSkeleton_ArticleTitle__pevCW{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:800;font-size:23px;line-height:28px;display:inline-block;margin-bottom:8px;color:#333}@media screen and (min-width:768px){.ArchiveResultsItemSkeleton_ArchiveResultsItemSkeleton__ag1Os a.ArchiveResultsItemSkeleton_ArticleTitle__pevCW{font-size:33px;line-height:40px}}.ArchiveResultsItemSkeleton_ArchiveResultsItemSkeleton__ag1Os .ArchiveResultsItemSkeleton_ArticleMeta__jWARt{font-family:Georgia;font-size:16px;line-height:16px;font-style:italic;font-weight:400;letter-spacing:0;text-align:left;margin-bottom:16px;color:#6b6b6b}@media screen and (min-width:768px){.ArchiveResultsItemSkeleton_ArchiveResultsItemSkeleton__ag1Os .ArchiveResultsItemSkeleton_ArticleMeta__jWARt{font-size:18px;line-height:18px}}.ArchiveResultsItemSkeleton_ArchiveResultsItemSkeleton__ag1Os .ArchiveResultsItemSkeleton_ArticleMeta__jWARt a{color:inherit}.ArchiveResultsItemSkeleton_ArchiveResultsItemSkeleton__ag1Os .ArchiveResultsItemSkeleton_ArticleSummary__oKfG9{font-family:Georgia;font-size:16px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0;text-align:left;color:#333}.Author_subhead-1__BiSLk{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.Author_subhead-2__UC1BB{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.Author_subhead-overline-1__36PM1{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Author_subhead-overline-2__lll1C{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Author_subhead-overline-2__lll1C.Author_form-label__jbmvt{margin-bottom:8px;text-transform:uppercase}.Author_subhead-4__QJcvx{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Author_body__1cTXo .Author_small__gCoeR{font-size:14px}.Author_body-2__QLLA_{font-family:Inter var,Inter,sans-serif;font-size:14px}.Author_AuthorContainer__eAol8{display:flex;justify-content:center}.Author_AuthorContainer__eAol8 .Author_Author__wki3B img{margin-bottom:16px;max-width:140px}@media screen and (min-width:992px){.Author_AuthorContainer__eAol8 .Author_Author__wki3B img{max-width:170px}}.Author_AuthorContainer__eAol8 .Author_Author__wki3B h4{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:800;line-height:19px;letter-spacing:0;text-align:left;color:#333;margin-bottom:11px}.Author_AuthorContainer__eAol8 .Author_Author__wki3B .Author_details__YnGrZ{font-family:Georgia;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:0;text-align:left;color:#333}.Author_AuthorContainer__eAol8 .Author_Author__wki3B a:hover{text-decoration:none;color:inherit}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.AuthorsCarousel_subhead-1__12YHg{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.AuthorsCarousel_subhead-2__Cdf51{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.AuthorsCarousel_subhead-overline-1__D5KYc{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.AuthorsCarousel_subhead-overline-2__uTxYi{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.AuthorsCarousel_subhead-overline-2__uTxYi.AuthorsCarousel_form-label__WIJ_3{margin-bottom:8px;text-transform:uppercase}.AuthorsCarousel_subhead-4__c9ILB{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.AuthorsCarousel_body__IJcM_ .AuthorsCarousel_small__QP8Ct{font-size:14px}.AuthorsCarousel_body-2__Dn6Fc{font-family:Inter var,Inter,sans-serif;font-size:14px}.AuthorsCarousel_AuthorsCarousel__894Ql h3{display:inline-block;background-color:#f5f5f5;padding:6px 16px;font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:800;line-height:20px;letter-spacing:.08em;text-align:left;color:#6b6b6b;text-transform:uppercase;margin-bottom:9px}@media screen and (min-width:768px){.AuthorsCarousel_AuthorsCarousel__894Ql h3{margin-bottom:45px}}.AutocompleteSelect_subhead-1__XVG7f{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.AutocompleteSelect_subhead-2__N9xxc{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.AutocompleteSelect_subhead-overline-1__3CtE_{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.AutocompleteSelect_subhead-overline-2__GDbIz{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.AutocompleteSelect_subhead-overline-2__GDbIz.AutocompleteSelect_form-label__9aWor{margin-bottom:8px;text-transform:uppercase}.AutocompleteSelect_subhead-4__wQmHK{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.AutocompleteSelect_body__fmPdN .AutocompleteSelect_small__0xP3_{font-size:14px}.AutocompleteSelect_body-2__dn4N4{font-family:Inter var,Inter,sans-serif;font-size:14px}.Badge_subhead-1__m_aax{font-size:23px;line-height:28px;font-weight:300}.Badge_subhead-1__m_aax,.Badge_subhead-2__WT2Vn{font-family:Inter var,Inter,sans-serif;color:#333}.Badge_subhead-2__WT2Vn{font-size:18px;line-height:22px;font-weight:400}.Badge_subhead-overline-1__ltM0I{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Badge_subhead-overline-2__ei1oa{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Badge_subhead-overline-2__ei1oa.Badge_form-label__B274d{margin-bottom:8px;text-transform:uppercase}.Badge_subhead-4__m75Pw{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Badge_body__3iQWI .Badge_small__aqdry{font-size:14px}.Badge_body-2__g_vJe{font-family:Inter var,Inter,sans-serif;font-size:14px}.Badge_Badge__B0KCO{display:inline-flex;height:1em}.Badge_Badge__B0KCO.Badge_big__Z3QW0{height:.7em;margin-right:12px}.Badge_Badge__B0KCO svg{height:100%;width:auto}.Badge_Badge__B0KCO svg:first-of-type{margin-left:3px}.Badge_Badge__B0KCO svg:last-of-type{margin-right:3px}.Badge_Badge__B0KCO .Badge_badgeOuterContainer__NKxrO{display:flex}.Banner_subhead-1__hAYqv{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.Banner_subhead-2__47jhd{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.Banner_subhead-overline-1__L5drT{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Banner_subhead-overline-2__I_0_A{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Banner_subhead-overline-2__I_0_A.Banner_form-label__EO_ns{margin-bottom:8px;text-transform:uppercase}.Banner_subhead-4__NGb_W{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Banner_body__miJpL .Banner_small__XyCv_{font-size:14px}.Banner_body-2__YG6Hm{font-family:Inter var,Inter,sans-serif;font-size:14px}.Banner_Banner__SaRRA{background:#f5f5f5;padding:46px 24px}.Banner_Banner__SaRRA.Banner_alignCenter__Lmlkn{text-align:center}.Banner_Banner__SaRRA .Banner_Title__n9354{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:800;line-height:19px;letter-spacing:0;margin-bottom:12px}.Banner_Banner__SaRRA .Banner_Body__PDkqi{font-family:Inter var,Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:0;color:#333;margin-bottom:20px}.Banner_Banner__SaRRA .Banner_Image__HwCXD{display:flex;max-width:100%;min-width:100%;height:auto;margin-bottom:16px}.Banner_Banner__SaRRA a.Banner_Link__IDBqa{font-family:Inter var,Inter,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:17px;letter-spacing:0}.Banner_Banner__SaRRA.Banner_darkMode__tzy9x .Banner_Body__PDkqi,.Banner_Banner__SaRRA.Banner_darkMode__tzy9x .Banner_Title__n9354{color:#ddd}.Banner_Banner__SaRRA.Banner_darkMode__tzy9x a.Banner_Link__IDBqa{background-color:#ddd;border:none}.Banner_Banner__SaRRA.Banner_darkMode__tzy9x a.Banner_Link__IDBqa:hover{background-color:#bf2c2c}.BannerFullWidth_subhead-1__zooyG{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.BannerFullWidth_subhead-2__HlLU_{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.BannerFullWidth_subhead-overline-1__ja3RR{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.BannerFullWidth_subhead-overline-2__8CoFZ{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.BannerFullWidth_subhead-overline-2__8CoFZ.BannerFullWidth_form-label__BZmCc{margin-bottom:8px;text-transform:uppercase}.BannerFullWidth_subhead-4__mEzX_{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.BannerFullWidth_body__kIFrZ .BannerFullWidth_small__XCyC6{font-size:14px}.BannerFullWidth_body-2__ed5qh{font-family:Inter var,Inter,sans-serif;font-size:14px}.BannerFullWidth_BannerFullWidth__0U23o{background-color:#f6e7d4;margin-bottom:48px}.BannerFullWidth_BannerFullWidth__0U23o .BannerFullWidth_Inner__a2hDW{align-items:center}.BannerFullWidth_BannerFullWidth__0U23o .BannerFullWidth_Inner__a2hDW .BannerFullWidth_Image__VJgqp img{max-width:100%}@media screen and (max-width:990px){.BannerFullWidth_BannerFullWidth__0U23o .BannerFullWidth_Inner__a2hDW .BannerFullWidth_Image__VJgqp{display:none}}.BannerFullWidth_BannerFullWidth__0U23o .BannerFullWidth_Inner__a2hDW .BannerFullWidth_Content__FTv_L a:hover svg *{fill:#fff;stroke:#fff}@media screen and (max-width:990px){.BannerFullWidth_BannerFullWidth__0U23o .BannerFullWidth_Inner__a2hDW .BannerFullWidth_Content__FTv_L{width:100%}}.BigIntroBand_subhead-1__1OMiu{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.BigIntroBand_subhead-2__zAwPW{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.BigIntroBand_subhead-overline-1__Zg1Fi{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.BigIntroBand_subhead-overline-2__63MYU{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.BigIntroBand_subhead-overline-2__63MYU.BigIntroBand_form-label__qvTSd{margin-bottom:8px;text-transform:uppercase}.BigIntroBand_subhead-4__2BoE2{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.BigIntroBand_body__RTe_u .BigIntroBand_small__gf3mk{font-size:14px}.BigIntroBand_body-2___E4Cb{font-family:Inter var,Inter,sans-serif;font-size:14px}.BigIntroBand_BigIntroBand__ZmTBP{padding-top:50px;padding-bottom:50px}.BigIntroBand_BigIntroBand__ZmTBP .BigIntroBand_Title___wy5A{font-family:Inter var,Inter,sans-serif;font-size:50px;line-height:151%;font-style:normal;font-weight:800;letter-spacing:-.01em;text-align:center;color:#333;margin-bottom:50px}@media screen and (min-width:992px){.BigIntroBand_BigIntroBand__ZmTBP .BigIntroBand_Title___wy5A{font-size:125px;line-height:151px}}.BigIntroBand_BigIntroBand__ZmTBP .BigIntroBand_Body__YjlKZ{font-family:Georgia;font-size:18px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:0;text-align:left;margin-bottom:50px}.BigIntroBand_BigIntroBand__ZmTBP .BigIntroBand_Image__aLrH6{width:100%;height:auto}.BreakingNews_subhead-1__w6f6f{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.BreakingNews_subhead-2__InVwe{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.BreakingNews_subhead-overline-1__VO_V1{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.BreakingNews_subhead-overline-2__RK4wi{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.BreakingNews_subhead-overline-2__RK4wi.BreakingNews_form-label__udlld{margin-bottom:8px;text-transform:uppercase}.BreakingNews_subhead-4___ljt5{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.BreakingNews_body__ojoNF .BreakingNews_small__RKTkc{font-size:14px}.BreakingNews_body-2__Oy3e8{font-family:Inter var,Inter,sans-serif;font-size:14px}.BreakingNews_BreakingNews__xbQoX{background:rgba(191,44,44,.15);border-radius:4px;padding:24px;position:relative}.BreakingNews_BreakingNews__xbQoX h2{font-weight:800}.BreakingNews_BreakingNews__xbQoX h2>div{padding-top:4px}.BreakingNews_BreakingNews__xbQoX h2 a{color:#333}.BreakingNews_BreakingNews__xbQoX .BreakingNews_breakingOvertitle__IF7Rz{text-transform:uppercase;color:#bf2c2c;margin-bottom:12px}.BreakingNews_BreakingNews__xbQoX .BreakingNews_breakingLink__0Dsdx{text-decoration:underline;font-weight:800}.BreakingNews_BreakingNews__xbQoX .BreakingNews_dismiss__sqAWs{position:absolute;top:12px;right:12px;cursor:pointer}.BrowserListItem_subhead-1__WqEyI{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.BrowserListItem_subhead-2__wW_Ze{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.BrowserListItem_subhead-overline-1__ZxhTI{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.BrowserListItem_subhead-overline-2__vk58a{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.BrowserListItem_subhead-overline-2__vk58a.BrowserListItem_form-label__zpnBD{margin-bottom:8px;text-transform:uppercase}.BrowserListItem_subhead-4__czfpY{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.BrowserListItem_body__gKwgl .BrowserListItem_small__SWins{font-size:14px}.BrowserListItem_body-2__222kt{font-family:Inter var,Inter,sans-serif;font-size:14px}.BrowserListItem_BrowserListItem__aD_pz{margin-bottom:60px;border:1px solid #ddd;padding:16px 16px 24px;border-radius:8px}.BrowserListItem_BrowserListItem__aD_pz h3{font-family:Inter var,Inter,sans-serif;font-size:18px;font-style:normal;font-weight:800;line-height:22px;letter-spacing:0;text-align:left;margin-bottom:16px}.BrowserListItem_BrowserListItem__aD_pz img{width:100%;border:1px solid #e4e4e4;margin-bottom:16px}.BrowserListItem_BrowserListItem__aD_pz .BrowserListItem_detailsArea__fIApQ{display:flex;flex-direction:column}.BrowserListItem_BrowserListItem__aD_pz .BrowserListItem_detailsArea__fIApQ .BrowserListItem_actionsArea__3Lf3q{display:flex}.BrowserListItem_BrowserListItem__aD_pz .BrowserListItem_detailsArea__fIApQ .BrowserListItem_actionsArea__3Lf3q .BrowserListItem_button__AToPa{margin-right:16px;padding-left:1.5em;padding-right:1.5em}.BrowserListItem_BrowserListItem__aD_pz .BrowserListItem_detailsArea__fIApQ .BrowserListItem_actionsArea__3Lf3q .BrowserListItem_buttonPDF__VofGV{border:none}.BrowserListItem_BrowserListItem__aD_pz .BrowserListItem_detailsArea__fIApQ .BrowserListItem_actionsArea__3Lf3q .BrowserListItem_buttonPDF__VofGV:hover{background:inherit;color:#bf2c2c;text-decoration:underline}.BrowserListItemSkeleton_subhead-1__dLsp_{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.BrowserListItemSkeleton_subhead-2__JIZAD{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.BrowserListItemSkeleton_subhead-overline-1__hPf99{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.BrowserListItemSkeleton_subhead-overline-2__PSx0Y{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.BrowserListItemSkeleton_subhead-overline-2__PSx0Y.BrowserListItemSkeleton_form-label__m51k_{margin-bottom:8px;text-transform:uppercase}.BrowserListItemSkeleton_subhead-4__jGtok{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.BrowserListItemSkeleton_body__ETORL .BrowserListItemSkeleton_small__HCldY{font-size:14px}.BrowserListItemSkeleton_body-2__E7O_H{font-family:Inter var,Inter,sans-serif;font-size:14px}.BrowserListItemSkeleton_BrowserListItem__0Q3c9{margin-bottom:60px;border:1px solid #ddd;padding:16px 16px 24px;border-radius:8px}.BrowserListItemSkeleton_BrowserListItem__0Q3c9 h3{font-family:Inter var,Inter,sans-serif;font-size:18px;font-style:normal;font-weight:800;line-height:22px;letter-spacing:0;text-align:left;margin-bottom:16px}.BrowserListItemSkeleton_BrowserListItem__0Q3c9 img{width:100%;border:1px solid #e4e4e4;margin-bottom:16px}.BrowserListItemSkeleton_BrowserListItem__0Q3c9 .BrowserListItemSkeleton_detailsArea___aRRX{display:flex;flex-direction:column}.BrowserListItemSkeleton_BrowserListItem__0Q3c9 .BrowserListItemSkeleton_detailsArea___aRRX .BrowserListItemSkeleton_actionsArea__KJKp_{display:flex}.BrowserListItemSkeleton_BrowserListItem__0Q3c9 .BrowserListItemSkeleton_detailsArea___aRRX .BrowserListItemSkeleton_actionsArea__KJKp_ .BrowserListItemSkeleton_button__SjlZL{margin-right:16px;padding-left:1.5em;padding-right:1.5em}.BrowserListItemSkeleton_BrowserListItem__0Q3c9 .BrowserListItemSkeleton_detailsArea___aRRX .BrowserListItemSkeleton_actionsArea__KJKp_ .BrowserListItemSkeleton_buttonPDF__50dz_{border:none}.BrowserListItemSkeleton_BrowserListItem__0Q3c9 .BrowserListItemSkeleton_detailsArea___aRRX .BrowserListItemSkeleton_actionsArea__KJKp_ .BrowserListItemSkeleton_buttonPDF__50dz_:hover{background:inherit;color:#bf2c2c;text-decoration:underline}.CovidBand_subhead-1__oJzTs{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.CovidBand_subhead-2__AOZZa{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.CovidBand_subhead-overline-1__WL51_{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.CovidBand_subhead-overline-2__iBHnV{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.CovidBand_subhead-overline-2__iBHnV.CovidBand_form-label__mV4Og{margin-bottom:8px;text-transform:uppercase}.CovidBand_subhead-4__xnMjc{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.CovidBand_body__T9LJ5 .CovidBand_small__iLQVN{font-size:14px}.CovidBand_body-2___rbs0{font-family:Inter var,Inter,sans-serif;font-size:14px}.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da{background-color:#f5f5f5;border-radius:2px;padding:28px}.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da span{color:#333;margin-bottom:14px;font-weight:400;font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px;text-align:center}@media screen and (min-width:992px){.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da span{text-align:left}}.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da .CovidBand_covidTitle___TtvG{margin-bottom:16px;font-weight:800;font-size:16px;line-height:20px;text-transform:uppercase}.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da strong{font-weight:800;font-family:Inter var,Inter,sans-serif;font-size:33px;line-height:40px;margin-bottom:16px;text-align:center}@media screen and (min-width:992px){.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da strong{text-align:left}}.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da div.CovidBand_covidColumn__cLJEM{display:flex;flex-direction:column;margin-bottom:32px;align-items:center}@media screen and (min-width:992px){.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da div.CovidBand_covidColumn__cLJEM{margin-bottom:0;align-items:flex-start}}.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da div.CovidBand_covidColumn__cLJEM:last-child{margin-bottom:0}.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da p{margin-bottom:0;font-family:Inter var,Inter,sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#6b6b6b;text-align:center}@media screen and (min-width:992px){.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da p{text-align:left}}.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da .CovidBand_covidSubtitle__wiF9c{color:#333}@media screen and (min-width:768px){.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da .CovidBand_covidSubtitle__wiF9c{padding:0 32px}}@media screen and (min-width:992px){.CovidBand_CovidBand__pqJ9g .CovidBand_covidContainer__Vd9da .CovidBand_covidSubtitle__wiF9c{padding:0 44px 0 0}}.Divider_subhead-1__BIvy_{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.Divider_subhead-2__yn97b{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.Divider_subhead-overline-1__RW0v5{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Divider_subhead-overline-2__yMCUQ{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Divider_subhead-overline-2__yMCUQ.Divider_form-label__TuDeK{margin-bottom:8px;text-transform:uppercase}.Divider_subhead-4__BPGvJ{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Divider_body__UnLnB .Divider_small__cgT6z{font-size:14px}.Divider_body-2__nJ7SE{font-family:Inter var,Inter,sans-serif;font-size:14px}.Divider_Divider__9PIP7{border-top:1px solid rgba(0,0,0,.155);margin:1.5rem 0}@media screen and (min-width:768px){.Divider_Divider__9PIP7{margin:3rem 0}}.Divider_Divider__9PIP7.Divider_noBorder__kAv1v{border-top:1px solid transparent}.DonationCard_subhead-1__3CKl0{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.DonationCard_subhead-2__Fk6R5{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.DonationCard_subhead-overline-1__kRFg6{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.DonationCard_subhead-overline-2__2jwMt{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.DonationCard_subhead-overline-2__2jwMt.DonationCard_form-label__phYWp{margin-bottom:8px;text-transform:uppercase}.DonationCard_subhead-4__cRyFD{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.DonationCard_body__xIEAi .DonationCard_small__Ukdfg{font-size:14px}.DonationCard_body-2__fU6lK{font-family:Inter var,Inter,sans-serif;font-size:14px}.DonationCard_DonationCard__xHoFe{display:flex;width:auto;flex-direction:column;justify-content:space-between;align-self:stretch;border:1px solid #ddd;border-radius:5px}.DonationCard_DonationCard__xHoFe .DonationCard_Inner__WV1TS{padding:16px 24px}.DonationCard_DonationCard__xHoFe .DonationCard_Inner__WV1TS .DonationCard_Price__jMUt_{margin-right:10px;font-family:Inter var,Inter,sans-serif;font-size:14px;line-height:16px}.DonationCard_DonationCard__xHoFe .DonationCard_Inner__WV1TS .DonationCard_Detail__hH_xh{color:#6b6b6b;font-family:Inter var,Inter,sans-serif;font-size:14px;line-height:16px}.EditionBox_subhead-1__CNslJ{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.EditionBox_subhead-2__74_lP{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.EditionBox_subhead-overline-1__zQaqB{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.EditionBox_subhead-overline-2__CsBWK{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.EditionBox_subhead-overline-2__CsBWK.EditionBox_form-label__jAbmv{margin-bottom:8px;text-transform:uppercase}.EditionBox_subhead-4__xNQ2e{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.EditionBox_body__fofyX .EditionBox_small__r7GwG{font-size:14px}.EditionBox_body-2__xiiIJ{font-family:Inter var,Inter,sans-serif;font-size:14px}.EditionBox_EditionBox__3cQwT{background:#f5f5f5;text-align:center;padding:24px}.EditionBox_EditionBox__3cQwT>span{box-shadow:3px 1px 3px rgba(0,0,0,.2)}.EditionBox_EditionBox__3cQwT .EditionBox_Title__Rz0QS{display:inline-block;color:#bf2c2c;font-family:Inter var,Inter,sans-serif;font-size:14px;font-weight:800;line-height:14px;letter-spacing:.08em;text-transform:uppercase;background-color:#f5f5f5;padding:10px 16px;margin-bottom:12px}.EditionBox_EditionBox__3cQwT .EditionBox_Image__dHcjs{max-width:100%;min-width:100%;height:auto;margin-bottom:16px}.EditionBox_EditionBox__3cQwT .EditionBox_Button__9f0o1{font-size:14px;width:100%;margin-top:12px}.ErrataCorrige_subhead-1__vL76j{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.ErrataCorrige_subhead-2__qBDos{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.ErrataCorrige_subhead-overline-1__Q2aO5{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.ErrataCorrige_subhead-overline-2__Zsykw{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.ErrataCorrige_subhead-overline-2__Zsykw.ErrataCorrige_form-label__I7sWC{margin-bottom:8px;text-transform:uppercase}.ErrataCorrige_subhead-4__wXyuw{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.ErrataCorrige_body__MJUvb .ErrataCorrige_small__8RDOU{font-size:14px}.ErrataCorrige_body-2__xKnLG{font-family:Inter var,Inter,sans-serif;font-size:14px}.ErrataCorrige_ErrataCorrige__94FfF{margin-top:2rem}.ErrataCorrige_ErrataCorrige__94FfF .ErrataCorrige_title___bJ2A{color:#333;font-family:Inter var,Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.GridColumn_subhead-1__BaOB2{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.GridColumn_subhead-2__lTJTz{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.GridColumn_subhead-overline-1__A3zw2{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.GridColumn_subhead-overline-2__921nm{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.GridColumn_subhead-overline-2__921nm.GridColumn_form-label__TLxPB{margin-bottom:8px;text-transform:uppercase}.GridColumn_subhead-4__8mqOj{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.GridColumn_body__CoU69 .GridColumn_small__BfOI4{font-size:14px}.GridColumn_body-2__nJT2P{font-family:Inter var,Inter,sans-serif;font-size:14px}.GridColumn_GridColumn__DGItg{margin-bottom:24px;padding-bottom:24px}@media screen and (min-width:992px){.GridColumn_GridColumn__DGItg{border-bottom:none;margin-bottom:0;padding-bottom:0}}.GridRow_subhead-1__6YmqO{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.GridRow_subhead-2__qN94v{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.GridRow_subhead-overline-1__90TYu{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.GridRow_subhead-overline-2__NqfA7{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.GridRow_subhead-overline-2__NqfA7.GridRow_form-label__oWH0D{margin-bottom:8px;text-transform:uppercase}.GridRow_subhead-4__jhNLx{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.GridRow_body__OoLdg .GridRow_small__erSB2{font-size:14px}.GridRow_body-2__qlu1u{font-family:Inter var,Inter,sans-serif;font-size:14px}.GridRow_GridRow__7CVAz{margin:0;padding-top:24px}.GridRow_GridRow__7CVAz.GridRow_MarginBottom-0__15ILw .GridRow_GridColumn__j_tmT{margin-bottom:0;padding-bottom:0}.GridRow_GridRow__7CVAz.GridRow_MarginBottom-1__QNSO4 .GridRow_GridColumn__j_tmT{margin-bottom:0;padding-bottom:12px}@media screen and (min-width:768px){.GridRow_GridRow__7CVAz{margin-right:-16px;margin-left:-16px}}@media screen and (min-width:992px){.GridRow_GridRow__7CVAz{padding-top:48px}.GridRow_GridRow__7CVAz:after{content:"";margin-right:16px;margin-left:16px;border-bottom:1px solid rgba(0,0,0,.155);height:48px;width:100%}.GridRow_GridRow__7CVAz.GridRow_MarginTop-1__zM4_Y{margin-top:0;padding-top:24px}.GridRow_GridRow__7CVAz.GridRow_MarginBottom-1__QNSO4{margin-bottom:0}.GridRow_GridRow__7CVAz.GridRow_MarginBottom-1__QNSO4:after{height:24px}.GridRow_GridRow__7CVAz.GridRow_MarginBottom-1__QNSO4 .GridRow_GridColumn__j_tmT{margin-bottom:0;padding-bottom:12px}}@media screen and (min-width:992px)and (min-width:992px){.GridRow_GridRow__7CVAz.GridRow_MarginBottom-1__QNSO4 .GridRow_GridColumn__j_tmT{margin-bottom:0;padding-bottom:0}}@media screen and (min-width:992px){.GridRow_GridRow__7CVAz.GridRow_MarginTop-0__DqUfO{margin-top:0;padding-top:0}.GridRow_GridRow__7CVAz.GridRow_MarginBottom-0__15ILw{margin-bottom:0}.GridRow_GridRow__7CVAz.GridRow_MarginBottom-0__15ILw:after{height:0}.GridRow_GridRow__7CVAz.GridRow_MarginBottom-0__15ILw .GridRow_GridColumn__j_tmT{margin-bottom:0;padding-bottom:0}.GridRow_GridRow__7CVAz.GridRow_noBorder__YsGht,.GridRow_GridRow__7CVAz.GridRow_noBorder__YsGht:after{border-bottom:none}}.GridRow_GridRow__7CVAz .GridRow_noBorder__YsGht .GridRow_GridColumn__j_tmT:last-of-type{border-bottom:none}.GridRow_fullWidth__U9UtB{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width:992px){.GridRow_fullWidth__U9UtB{width:calc(100vw - 8px)}}@media screen and (min-width:1200px){.GridRow_fullWidth__U9UtB{width:calc(100vw - 8px)}}.HeaderBand_subhead-1__rqjLb{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.HeaderBand_subhead-2__dkOzp{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.HeaderBand_subhead-overline-1__2eWfL{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.HeaderBand_subhead-overline-2__YPGXD{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.HeaderBand_subhead-overline-2__YPGXD.HeaderBand_form-label__MZnZG{margin-bottom:8px;text-transform:uppercase}.HeaderBand_subhead-4__xRq2i{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.HeaderBand_body__6abYP .HeaderBand_small__uYPib{font-size:14px}.HeaderBand_body-2__TYvGn{font-family:Inter var,Inter,sans-serif;font-size:14px}.HeaderBand_HeaderBand__IYYxr{background-color:#bf2c2c;position:relative;margin-bottom:0}@media screen and (min-width:992px){.HeaderBand_HeaderBand__IYYxr{margin-bottom:-30px}.HeaderBand_HeaderBand__IYYxr.HeaderBand_Legacy__YoFbj{margin-bottom:0}}.HeaderBand_HeaderBand__IYYxr *{color:#fff}.HeaderBand_HeaderBand__IYYxr .HeaderBand_Logo__sWDjS{max-height:80px;margin-bottom:32px}.HeaderBand_HeaderBand__IYYxr .HeaderBand_Image__4ALyn{background-size:cover;-o-object-fit:cover;object-fit:cover;display:none}@media screen and (min-width:992px){.HeaderBand_HeaderBand__IYYxr .HeaderBand_Image__4ALyn{display:inline;display:initial;-o-object-position:right center;object-position:right center;position:absolute;right:0;width:50%;height:100%}}.HeaderBand_HeaderBand__IYYxr .HeaderBand_Left__cxIYe{padding:80px 50px 60px 0}.HeaderBand_HeaderBand__IYYxr .HeaderBand_Left__cxIYe *{text-align:left}.HeaderBand_HeaderBand__IYYxr .HeaderBand_Center__07Wek{padding:80px 0 110px}.HeaderBand_HeaderBand__IYYxr .HeaderBand_Center__07Wek h1{margin-bottom:0}.HeaderBand_HeaderBand__IYYxr .HeaderBand_Center__07Wek *{text-align:center}@media screen and (max-width:990px){.HeaderBand_HeaderBand__IYYxr .HeaderBand_Center__07Wek{padding:24px 0}.HeaderBand_HeaderBand__IYYxr .HeaderBand_Center__07Wek h1{font-size:23px;line-height:28px;font-weight:700}}.ImageCard_subhead-1__WnINk{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.ImageCard_subhead-2__FYRh5{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.ImageCard_subhead-overline-1__9htQa{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.ImageCard_subhead-overline-2__j9Mj7{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.ImageCard_subhead-overline-2__j9Mj7.ImageCard_form-label__vux8I{margin-bottom:8px;text-transform:uppercase}.ImageCard_subhead-4__TEh1v{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.ImageCard_body__Vgamf .ImageCard_small__ojaQF{font-size:14px}.ImageCard_body-2__QVkIU{font-family:Inter var,Inter,sans-serif;font-size:14px}@media screen and (min-width:992px){.ImageCard_ImageCard__13t9_ .ImageCard_image__ts9WF{aspect-ratio:1.33}}.ImageCard_ImageCard__13t9_ img{max-width:100%;margin-bottom:12px;width:100%;-o-object-fit:cover;object-fit:cover;height:100%}.ImageCard_ImageCard__13t9_ .ImageCard_heading__ce71U h3.ImageCard_overTitle__tH4Nr{text-transform:uppercase}.ImageCard_ImageCard__13t9_ .ImageCard_heading__ce71U h2.ImageCard_cardTitle__erBAk{margin-bottom:12px}@media screen and (min-width:768px){.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-12__bD2d4 .ImageCard_imageCardInner__BEuGL,.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-8__wJm43 .ImageCard_imageCardInner__BEuGL{display:flex;flex-direction:row-reverse;align-items:center}.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-12__bD2d4 .ImageCard_imageCardInner__BEuGL .ImageCard_image__ts9WF,.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-12__bD2d4 .ImageCard_imageCardInner__BEuGL .ImageCard_text__59_NQ,.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-8__wJm43 .ImageCard_imageCardInner__BEuGL .ImageCard_image__ts9WF,.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-8__wJm43 .ImageCard_imageCardInner__BEuGL .ImageCard_text__59_NQ{flex:50% 1}.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-12__bD2d4 img,.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-8__wJm43 img{margin-bottom:0}}.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-12__bD2d4 .ImageCard_cardTitle__erBAk,.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-8__wJm43 .ImageCard_cardTitle__erBAk{font-size:33px;line-height:38px;margin-bottom:12px}@media screen and (min-width:768px){.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-6__oufkQ .ImageCard_imageCardInner__BEuGL{display:flex;flex-direction:row-reverse;align-items:center}.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-6__oufkQ .ImageCard_imageCardInner__BEuGL .ImageCard_image__ts9WF,.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-6__oufkQ .ImageCard_imageCardInner__BEuGL .ImageCard_text__59_NQ{flex:50% 1}.ImageCard_ImageCard__13t9_ .ImageCard_imageCardContainer-6__oufkQ img{margin-bottom:0}}.ImageCard_ImageCard__13t9_ .ImageCard_withBorder__YjhIP{border:1px solid #ddd;border-radius:4px;padding:1rem}.ImageCard_ImageCard__13t9_ .ImageCard_noBorder__GDeGM{border:none;padding:0}.ImageCard_ImageCard__13t9_ .ImageCard_text__59_NQ{padding-right:24px}.InputPassword_subhead-1__xg1dd{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.InputPassword_subhead-2__ZhW7B{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.InputPassword_subhead-overline-1___JuKf{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.InputPassword_subhead-overline-2__85Afk{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.InputPassword_subhead-overline-2__85Afk.InputPassword_form-label__Z1A1S{margin-bottom:8px;text-transform:uppercase}.InputPassword_subhead-4__MVoAe{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.InputPassword_body__v1dPC .InputPassword_small__0XNv_{font-size:14px}.InputPassword_body-2__iXvwS{font-family:Inter var,Inter,sans-serif;font-size:14px}.InputPassword_InputPassword__p5Uf_{position:relative}.InputPassword_InputPassword__p5Uf_ .InputPassword_input-password__8CmEs{background-image:none!important}.InputPassword_InputPassword__p5Uf_ span{position:absolute;right:10px;top:0;height:100%;cursor:pointer}.InputPassword_InputPassword__p5Uf_ span svg{height:100%;fill:#333}.IntroBand_subhead-1__BQymn{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.IntroBand_subhead-2__ymNeg{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.IntroBand_subhead-overline-1__DmM7x{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.IntroBand_subhead-overline-2__T4o5Q{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.IntroBand_subhead-overline-2__T4o5Q.IntroBand_form-label__WcZFR{margin-bottom:8px;text-transform:uppercase}.IntroBand_subhead-4__h4EoM{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.IntroBand_body__sbM1i .IntroBand_small__7dxNi{font-size:14px}.IntroBand_body-2__F180q{font-family:Inter var,Inter,sans-serif;font-size:14px}.IntroBand_IntroBand__GY7mI{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width:992px){.IntroBand_IntroBand__GY7mI{width:calc(100vw - 8px)}}@media screen and (min-width:1200px){.IntroBand_IntroBand__GY7mI{width:calc(100vw - 8px)}}@media only screen and (min-width:1400px){.IntroBand_IntroBand__GY7mI>div{max-width:1360px}}.IntroBand_IntroBand__GY7mI h1,.IntroBand_IntroBand__GY7mI h2{font-family:Inter var,Inter,sans-serif;font-size:28px;line-height:34px;font-style:normal;font-weight:800;letter-spacing:0;text-align:left;margin-bottom:32px}@media screen and (min-width:992px){.IntroBand_IntroBand__GY7mI h1,.IntroBand_IntroBand__GY7mI h2{font-size:55px;line-height:67px}}.IntroBand_IntroBand__GY7mI .IntroBand_Image__S4QSn{background-size:cover;position:relative}@media screen and (max-width:990px){.IntroBand_IntroBand__GY7mI .IntroBand_Image__S4QSn{padding-right:0;padding-left:0;min-width:1px}}@media screen and (min-width:992px){.IntroBand_IntroBand__GY7mI .IntroBand_Image__S4QSn{min-height:300px}}.IntroBand_IntroBand__GY7mI .IntroBand_Image__S4QSn img{max-width:100%}@media screen and (min-width:992px){.IntroBand_IntroBand__GY7mI .IntroBand_Image__S4QSn img{height:100%;aspect-ratio:1.33;-o-object-fit:contain;object-fit:contain}}.IntroBand_IntroBand__GY7mI .IntroBand_body__sbM1i{font-family:Georgia;font-size:16px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0;text-align:left}.IntroBand_IntroBand__GY7mI .IntroBand_Left__ozVtc{padding:32px 32px 32px 0;display:flex;flex-direction:column;flex-flow:wrap}@media screen and (min-width:992px){.IntroBand_IntroBand__GY7mI .IntroBand_Left__ozVtc{padding:50px 50px 70px 0}.IntroBand_IntroBand__GY7mI .IntroBand_Left__ozVtc>div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}}@media screen and (min-width:1200px){.IntroBand_IntroBand__GY7mI .IntroBand_Left__ozVtc{padding:0 50px 0 0;min-height:450px}.IntroBand_IntroBand__GY7mI .IntroBand_Left__ozVtc>div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}}.IntroBand_IntroBand__GY7mI a.IntroBand_Link__lG3AG{margin-top:32px;padding:10px 20px}.IntroBand_IntroBand__GY7mI a.IntroBand_Link__lG3AG.IntroBand_red__7sGp5{color:#bf2c2c;border:1px solid #bf2c2c}.NoticeCard_subhead-1__Psfuz{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.NoticeCard_subhead-2__LFOEU{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.NoticeCard_subhead-overline-1__CYq2q{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.NoticeCard_subhead-overline-2__mICSh{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.NoticeCard_subhead-overline-2__mICSh.NoticeCard_form-label__FGWEB{margin-bottom:8px;text-transform:uppercase}.NoticeCard_subhead-4__L377t{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.NoticeCard_body__dhcnA .NoticeCard_small__vxQ4p{font-size:14px}.NoticeCard_body-2__dbwxN{font-family:Inter var,Inter,sans-serif;font-size:14px}.NoticeCard_NoticeCard__QWvau{padding:14px 13px;background-color:#f5f5f5;border-radius:5px}.LegacyProductCard_subhead-1__7Ik_L{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.LegacyProductCard_subhead-2__Dvcan{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.LegacyProductCard_subhead-overline-1__Ikg__{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.LegacyProductCard_subhead-overline-2__G_Y8G{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.LegacyProductCard_subhead-overline-2__G_Y8G.LegacyProductCard_form-label__hsCay{margin-bottom:8px;text-transform:uppercase}.LegacyProductCard_subhead-4__vE_oc{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.LegacyProductCard_body__uxSg5 .LegacyProductCard_small__8mhKl{font-size:14px}.LegacyProductCard_body-2__17pYz{font-family:Inter var,Inter,sans-serif;font-size:14px}.LegacyProductCard_LegacyProductCard__DkbNx{width:auto;border:1px solid #ddd;border-radius:5px;display:flex;flex-direction:column;height:100%}.LegacyProductCard_LegacyProductCard__DkbNx .LegacyProductCard_Header__VRi5D{display:flex;position:relative;overflow:hidden;height:160px;background-color:#f5f5f5;justify-content:center}.LegacyProductCard_LegacyProductCard__DkbNx .LegacyProductCard_Header__VRi5D img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;-o-object-position:center;object-position:center}.LegacyProductCard_LegacyProductCard__DkbNx .LegacyProductCard_Header__VRi5D .LegacyProductCard_Badge___oCIl{position:absolute;left:19px;top:auto;right:auto;bottom:15px;padding:4px 8px;border-radius:5px;background-color:#f6e7d4;font-family:Inter var,Inter,sans-serif;font-size:13px;line-height:24px}.LegacyProductCard_LegacyProductCard__DkbNx .LegacyProductCard_Body__urEs0{display:flex;padding-top:25px;padding-right:16px;padding-left:16px;flex-direction:column;justify-content:space-between;flex:1 1}.LegacyProductCard_LegacyProductCard__DkbNx .LegacyProductCard_Body__urEs0.LegacyProductCard_Membership__3kDu1{background-color:#f6e7d4}.LegacyProductCard_LegacyProductCard__DkbNx .LegacyProductCard_Body__urEs0 .LegacyProductCard_Footer__Ythu9{display:flex;justify-content:space-around;margin-bottom:24px}.LegacyProductCard_LegacyProductCard__DkbNx .LegacyProductCard_Body__urEs0 .LegacyProductCard_Footer__Ythu9 a{max-width:45%}.LegacyProductCard_LegacyProductCard__DkbNx .LegacyProductCard_Body__urEs0 .LegacyProductCard_Footer__Ythu9 a.LegacyProductCard_full-width__wnwgD{max-width:100%}@media screen and (max-width:990px){.LegacyProductCard_LegacyProductCard__DkbNx .LegacyProductCard_Body__urEs0 .LegacyProductCard_Footer__Ythu9 a.LegacyProductCard_full-width-mobile__vW_Mz{width:95%;max-width:95%;margin:0 auto}}.LetterListItem_subhead-1__PCdJ4{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.LetterListItem_subhead-2__odZa8{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.LetterListItem_subhead-overline-1__rrYFL{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.LetterListItem_subhead-overline-2__u72Ot{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.LetterListItem_subhead-overline-2__u72Ot.LetterListItem_form-label__A74VS{margin-bottom:8px;text-transform:uppercase}.LetterListItem_subhead-4__RHieH{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.LetterListItem_body__bXjWX .LetterListItem_small__IhpDa{font-size:14px}.LetterListItem_body-2__zFRUw{font-family:Inter var,Inter,sans-serif;font-size:14px}.LetterListItem_LetterListItem__T6kdB{margin-bottom:24px}.LetterListItem_LetterListItem__T6kdB a.LetterListItem_ArticleTitle__mkNpf{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:800;font-size:18px;line-height:22px;color:#333;margin-bottom:10px;display:inline-block}.LetterListItem_LetterListItem__T6kdB .LetterListItem_ArticleMeta__TCw1d{font-family:Georgia;font-style:italic;font-weight:400;font-size:14px;line-height:130%;color:#6b6b6b;margin-bottom:16px}.LetterListItem_LetterListItem__T6kdB .LetterListItem_ArticleMeta__TCw1d a{color:inherit}.LetterListItem_LetterListItem__T6kdB .LetterListItem_ArticleMeta__TCw1d .LetterListItem_ArticleDate__TsG2G{font-style:normal}.LetterListItem_LetterListItem__T6kdB .LetterListItem_ArticleSummary__ebnFD{font-family:Georgia;font-style:italic;font-weight:400;font-size:16px;line-height:130%;color:#333}.MemaBand_subhead-1__kqded{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.MemaBand_subhead-2__omB3U{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.MemaBand_subhead-overline-1__8fOrb{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.MemaBand_subhead-overline-2__eBqpR{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.MemaBand_subhead-overline-2__eBqpR.MemaBand_form-label__8_ZYe{margin-bottom:8px;text-transform:uppercase}.MemaBand_subhead-4__evxn0{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.MemaBand_body__lJP5d .MemaBand_small__6fTfG{font-size:14px}.MemaBand_body-2__7tgek{font-family:Inter var,Inter,sans-serif;font-size:14px}.MemaBand_MemaBand__iJbrW .MemaBand_BandTitle__WiVRP{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:800;line-height:20px;letter-spacing:.08em;text-align:left;text-transform:uppercase;color:#6b6b6b;background-color:#f5f5f5;display:inline-block;padding:8px 16px;margin-bottom:33px}.MemaBand_MemaBand__iJbrW .MemaBand_Image__DTN1l{display:block;width:100%;height:200px;-o-object-fit:cover;object-fit:cover;margin-bottom:18px}.MemaBand_MemaBand__iJbrW .MemaBand_Body__lMd_c,.MemaBand_MemaBand__iJbrW .MemaBand_Intro__VPtsr{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;line-height:20px;letter-spacing:0;text-align:left;color:#333}.MemaBand_MemaBand__iJbrW .MemaBand_Body__lMd_c a,.MemaBand_MemaBand__iJbrW .MemaBand_Body__lMd_c b,.MemaBand_MemaBand__iJbrW .MemaBand_Body__lMd_c strong,.MemaBand_MemaBand__iJbrW .MemaBand_Intro__VPtsr a,.MemaBand_MemaBand__iJbrW .MemaBand_Intro__VPtsr b,.MemaBand_MemaBand__iJbrW .MemaBand_Intro__VPtsr strong{font-weight:700}.MemaBand_MemaBand__iJbrW .MemaBand_Body__lMd_c{margin-top:16px;margin-bottom:24px}@media screen and (min-width:992px){.MemaBand_MemaBand__iJbrW .MemaBand_Body__lMd_c{margin-top:64px}}.MemaBand_MemaBand__iJbrW .MemaBand_Body__lMd_c a{color:#bf2c2c}.MemaBand_MemaBand__iJbrW .MemaBand_Article__PD5eY{border:1px solid #ddd;padding:16px;margin-bottom:24px}.MemaBand_MemaBand__iJbrW .MemaBand_Article__PD5eY .MemaBand_Date__xiGhu{font-family:Inter var,Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:0;color:#6b6b6b;margin-bottom:4px}.MemaBand_MemaBand__iJbrW .MemaBand_Article__PD5eY .MemaBand_Title__7sNgv{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:800;line-height:19px;letter-spacing:0;text-align:left;color:#333}.MemaBand_MemaBand__iJbrW .MemaBand_Article__PD5eY .MemaBand_Author__LxRgb{font-family:Georgia;font-size:14px;font-style:italic;font-weight:400;line-height:17px;letter-spacing:0;text-align:left;color:#6b6b6b}.MemaBand_MemaBand__iJbrW .MemaBand_buttonRel__07Ezn:before{content:"";width:16px;height:16px;display:inline-block;margin-right:5px;margin-top:3px;vertical-align:text-top;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-image:url(/_next/static/media/icon-relations.190178d0.svg)}.MemaBand_MemaBand__iJbrW .MemaBand_buttonRel__07Ezn:hover:before{background-image:url(/_next/static/media/icon-relations-white.c63ba4fe.svg)}.PostSnippet_subhead-1__gYkGL{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostSnippet_subhead-2__SUX3u{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostSnippet_subhead-overline-1__FwTAq{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostSnippet_subhead-overline-2__s1WbL{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostSnippet_subhead-overline-2__s1WbL.PostSnippet_form-label__lqx9X{margin-bottom:8px;text-transform:uppercase}.PostSnippet_subhead-4__rjmiJ{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostSnippet_body__xC2zo .PostSnippet_small__ScEQ9{font-size:14px}.PostSnippet_body-2__q7efb{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostSnippet_PostSnippet__7n3oP{margin-bottom:16px;min-height:54px}.PostSnippet_PostSnippet__7n3oP .PostSnippet_imageContainer__EGqZ4{height:54px}.PostSnippet_PostSnippet__7n3oP .PostSnippet_imageContainer__EGqZ4 span{max-width:100%;max-height:100%}.PostSnippet_PostSnippet__7n3oP .PostSnippet_imageContainer__EGqZ4 span img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.PostSnippet_PostSnippet__7n3oP a{cursor:pointer}.PostSnippet_PostSnippet__7n3oP a.PostSnippet_title__gvvUW{display:block;font-family:Inter var,Inter,sans-serif;font-size:13px;line-height:17px;font-style:normal;font-weight:700;color:#333;text-decoration:none}.PostSnippet_PostSnippet__7n3oP a.PostSnippet_title__gvvUW:hover{color:#bf2c2c}.PostSnippet_PostSnippet__7n3oP .PostSnippet_author__ZE71n{color:#6b6b6b;font-size:16px;font-style:italic;font-weight:400;line-height:21px;letter-spacing:0;margin-top:16px}.PostSnippet_PostSnippet__7n3oP .PostSnippet_date__oE04j{font-family:Inter var,Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:0;color:#6b6b6b;margin-bottom:4px}.PostSnippet_PostSnippet__7n3oP.PostSnippet_big__T6oDh .PostSnippet_title__gvvUW{font-size:18px;font-weight:800;line-height:22px}.PostSnippet_PostSnippet__7n3oP.PostSnippet_big__T6oDh .PostSnippet_imageContainer__EGqZ4{height:155px}.PostSnippet_PostSnippet__7n3oP.PostSnippet_medium__pElIb .PostSnippet_title__gvvUW{font-size:16px;font-weight:800;line-height:20px}.PostSnippet_PostSnippet__7n3oP.PostSnippet_medium__pElIb .PostSnippet_imageContainer__EGqZ4{height:100px}.MemaBox_subhead-1__xV9tb{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.MemaBox_subhead-2___kKA5{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.MemaBox_subhead-overline-1__Rn5Dv{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.MemaBox_subhead-overline-2__Ms9hR{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.MemaBox_subhead-overline-2__Ms9hR.MemaBox_form-label__k__1_{margin-bottom:8px;text-transform:uppercase}.MemaBox_subhead-4__yfJcI{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.MemaBox_body__e9WK3 .MemaBox_small__luXGf{font-size:14px}.MemaBox_body-2__xopw6{font-family:Inter var,Inter,sans-serif;font-size:14px}.MemaBox_MemaBox__31S7q{padding:48px 0}.MemaBox_MemaBox__31S7q h4{font-weight:700;line-height:14px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.MemaBox_MemaBox__31S7q .MemaBox_subtitle__ZwFON,.MemaBox_MemaBox__31S7q h4{font-family:Inter var,Inter,sans-serif;font-size:14px;font-style:normal;text-align:center;color:#6b6b6b}.MemaBox_MemaBox__31S7q .MemaBox_subtitle__ZwFON{font-weight:400;line-height:18px;letter-spacing:0;margin-bottom:32px}.MemaBox_MemaBox__31S7q .MemaBox_subtitle__ZwFON img{width:18px;height:auto;margin-left:3px;cursor:pointer}.MemaBox_MemaBox__31S7q .MemaBox_suggestSummary__7Rc2R{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0;text-align:center;margin-bottom:32px}.MemaBox_MemaBox__31S7q .MemaBox_suggestSummary__7Rc2R a{font-weight:700;text-decoration:none;color:#bf2c2c;cursor:pointer}.MemaBox_MemaBox__31S7q .MemaBox_suggestSummary__7Rc2R a:hover{color:#bf2c2c;text-decoration:underline}.MemaBox_MemaBox__31S7q .MemaBox_postSnippet__tmDpz{border:1px solid rgba(0,0,0,.155);padding-top:16px}.MemaBox_MemaBox__31S7q .MemaBox_buttonArea__wDfZi{margin-top:32px}.NewsletterListItemSkeleton_subhead-1__uJfoQ{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.NewsletterListItemSkeleton_subhead-2__e4b2q{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.NewsletterListItemSkeleton_subhead-overline-1__lkZoZ{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.NewsletterListItemSkeleton_subhead-overline-2__3lzwH{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.NewsletterListItemSkeleton_subhead-overline-2__3lzwH.NewsletterListItemSkeleton_form-label__XoUSy{margin-bottom:8px;text-transform:uppercase}.NewsletterListItemSkeleton_subhead-4__MBviq{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.NewsletterListItemSkeleton_body__g_SeU .NewsletterListItemSkeleton_small__9baDf{font-size:14px}.NewsletterListItemSkeleton_body-2__DxjOY{font-family:Inter var,Inter,sans-serif;font-size:14px}.NewsletterListItemSkeleton_NewsletterListItem__EfhGY{border:1px solid #e5e5e5;padding:16px;position:relative}.NewsletterListItemSkeleton_NewsletterListItem__EfhGY span:first-child{height:40%!important;width:100%!important}.NewsletterListItemSkeleton_NewsletterListItem__EfhGY .NewsletterListItemSkeleton_Image__9gdOX{width:100%;height:170px;margin-bottom:16px;-o-object-fit:cover;object-fit:cover}.NewsletterListItemSkeleton_NewsletterListItem__EfhGY .NewsletterListItemSkeleton_Topic__hAvQr{font-family:Inter var,Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;letter-spacing:.1em;text-align:left;color:#6b6b6b;text-transform:uppercase;margin-bottom:8px;margin-top:16px}.NewsletterListItemSkeleton_NewsletterListItem__EfhGY .NewsletterListItemSkeleton_Title__THMcW{font-family:Inter var,Inter,sans-serif;font-size:23px;font-style:normal;font-weight:800;line-height:28px;letter-spacing:0;text-align:left;color:#333;margin-bottom:12px}.NewsletterListItemSkeleton_NewsletterListItem__EfhGY .NewsletterListItemSkeleton_Summary__Dmn3o{font-family:Georgia;font-size:16px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0;text-align:left;color:#333}.NewsletterListItemSkeleton_NewsletterListItem__EfhGY .NewsletterListItemSkeleton_Tools__H3RhW{margin-top:16px;display:flex;position:absolute;bottom:16px}.NewsletterListItemSkeleton_NewsletterListItem__EfhGY .NewsletterListItemSkeleton_Tools__H3RhW .NewsletterListItemSkeleton_ButtonMore__AF1G8{margin-left:16px}.NewsletterListItemSkeleton_NewsletterListItem__EfhGY .NewsletterListItemSkeleton_Tools__H3RhW .NewsletterListItemSkeleton_Subscribed__aIUDQ{font-family:Inter var,Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;text-transform:uppercase;background-color:#f1f1f1;display:flex;align:center;padding:4px 10px;width:min-intrinsic;width:-webkit-min-content;width:-moz-min-content;width:min-content;color:#333}.NewsletterSubscriptionBand_subhead-1__v_eOa{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.NewsletterSubscriptionBand_subhead-2__hqk_a{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.NewsletterSubscriptionBand_subhead-overline-1__zsIIo{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.NewsletterSubscriptionBand_subhead-overline-2__WMEqg{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.NewsletterSubscriptionBand_subhead-overline-2__WMEqg.NewsletterSubscriptionBand_form-label__qAbtB{margin-bottom:8px;text-transform:uppercase}.NewsletterSubscriptionBand_subhead-4__kZoT0{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.NewsletterSubscriptionBand_body__WCV7j .NewsletterSubscriptionBand_small__0NLmw{font-size:14px}.NewsletterSubscriptionBand_body-2__o0_gZ{font-family:Inter var,Inter,sans-serif;font-size:14px}.NewsletterSubscriptionBand_NewsletterSubscriptionBand__IuRNs{margin-bottom:64px}.NewsletterSubscriptionBand_NewsletterSubscriptionBand__IuRNs .NewsletterSubscriptionBand_subscribedLabel__dEiZG{display:inline-block;font-family:Inter var,Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;letter-spacing:0;text-align:left;color:#333;margin-bottom:20px;text-transform:uppercase;background-color:#f1f1f1;padding:4px 10px}.NewsletterSubscriptionBand_NewsletterSubscriptionBand__IuRNs .NewsletterSubscriptionBand_profileArea__imyfS{display:flex;align-items:baseline;flex-direction:column}@media screen and (min-width:768px){.NewsletterSubscriptionBand_NewsletterSubscriptionBand__IuRNs .NewsletterSubscriptionBand_profileArea__imyfS{flex-direction:row}}.NewsletterSubscriptionBand_NewsletterSubscriptionBand__IuRNs .NewsletterSubscriptionBand_profileArea__imyfS p{display:inline;font-family:Inter var,Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:0;text-align:left;color:#333;margin-right:16px}.OpeningImage_subhead-1__weQXQ{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.OpeningImage_subhead-2__FpNLG{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.OpeningImage_subhead-overline-1__h78vW{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.OpeningImage_subhead-overline-2__VSwHf{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.OpeningImage_subhead-overline-2__VSwHf.OpeningImage_form-label__LDKcd{margin-bottom:8px;text-transform:uppercase}.OpeningImage_subhead-4__G3W2l{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.OpeningImage_body__Y_08E .OpeningImage_small__vkZQ_{font-size:14px}.OpeningImage_body-2__kwAzT{font-family:Inter var,Inter,sans-serif;font-size:14px}.OpeningImage_OpeningImage__bMEEu{position:relative}.OpeningImage_OpeningImage__bMEEu span{width:100%!important}.OpeningImage_OpeningImage__bMEEu span img{width:100%;max-height:300px;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:992px){.OpeningImage_OpeningImage__bMEEu span img{max-height:none;height:350px}}.OpeningImage_OpeningImage__bMEEu h2{position:absolute;bottom:0;left:0;right:0;padding-left:16px;padding-right:16px;padding-bottom:16px;margin-bottom:0;background:linear-gradient(180deg,transparent,#000);font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:800;font-size:32px;line-height:40px;color:#fff}@media screen and (min-width:768px){.OpeningImage_OpeningImage__bMEEu h2{padding-left:32px;padding-right:32px;font-size:50px;line-height:61px}}.OpeningImage_OpeningImage__bMEEu .OpeningImage_ImageInfo__CPRtd{position:absolute;bottom:16px;left:16px;right:16px;font-family:Inter var,Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:0;text-align:left;color:#f5f5f5}.OpeningPost_subhead-1__wsb2Y{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.OpeningPost_subhead-2__QrvPm{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.OpeningPost_subhead-overline-1__acPkU{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.OpeningPost_subhead-overline-2__s_PsD{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.OpeningPost_subhead-overline-2__s_PsD.OpeningPost_form-label__WAUDX{margin-bottom:8px;text-transform:uppercase}.OpeningPost_subhead-4__ehIO8{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.OpeningPost_body__j6rO5 .OpeningPost_small__yCLMF{font-size:14px}.OpeningPost_body-2__7oz0K{font-family:Inter var,Inter,sans-serif;font-size:14px}.OpeningPost_OpeningPost__EtMWx{background-color:#f5f5f5;padding:16px;margin-bottom:32px}@media screen and (min-width:992px){.OpeningPost_OpeningPost__EtMWx{padding:16px;margin-bottom:0}}.OpeningPost_OpeningPost__EtMWx .OpeningPost_OpeningCategory__3BzSw{margin-bottom:15px}.OpeningPost_OpeningPost__EtMWx .OpeningPost_OpeningCategory__3BzSw>a{font-family:Inter var,Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;letter-spacing:.1em;text-align:left;color:#bf2c2c;text-transform:uppercase}.OpeningPost_OpeningPost__EtMWx .OpeningPost_OpeningSummary__PQ8QE{font-family:Georgia;font-size:16px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0;text-align:left;color:#333;margin-top:32px;margin-bottom:16px}.PostContextMenu_subhead-1__GO1tN{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostContextMenu_subhead-2__2oimM{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostContextMenu_subhead-overline-1__sGFg0{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostContextMenu_subhead-overline-2__552Mu{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostContextMenu_subhead-overline-2__552Mu.PostContextMenu_form-label__5kR7z{margin-bottom:8px;text-transform:uppercase}.PostContextMenu_subhead-4__i4giY{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostContextMenu_body__jVD9a .PostContextMenu_small__zEB8M{font-size:14px}.PostContextMenu_body-2__QnHMB{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostContextMenu_PostContextMenu__NVdA3{position:absolute;right:0;bottom:1em;height:1em}@media screen and (min-width:768px){.PostContextMenu_PostContextMenu__NVdA3{bottom:1em}}@media screen and (min-width:992px){.PostContextMenu_PostContextMenu__NVdA3{bottom:.75em}}.PostContextMenu_PostContextMenu__NVdA3 .PostContextMenu_contextIcon__rwE4K{width:32px;height:32px}.PostContextMenu_PostContextMenu__NVdA3 .PostContextMenu_contextIcon__rwE4K svg{background-color:#f5f5f5;border-radius:100%;padding:4px;max-width:100%;height:auto;vertical-align:top}@media screen and (min-width:992px){.PostContextMenu_PostContextMenu__NVdA3 .PostContextMenu_contextIcon__rwE4K svg{vertical-align:middle}}.PostContextMenu_PostContextMenu__NVdA3 .PostContextMenu_shareItem__s7wHL svg{fill:#fff!important}.PostCard_subhead-1__TI8ji{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostCard_subhead-2__VFP13{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostCard_subhead-overline-1__PWPzQ{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostCard_subhead-overline-2__G8uNu{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostCard_subhead-overline-2__G8uNu.PostCard_form-label__NOUdg{margin-bottom:8px;text-transform:uppercase}.PostCard_subhead-4___MX_v{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostCard_body__Rd0p9 .PostCard_small__XZq42{font-size:14px}.PostCard_body-2__Q9t3o{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostCard_PostCard__hFQZz>article{display:flex;flex-wrap:wrap;margin-bottom:12px}.PostCard_PostCard__hFQZz p{margin:0}.PostCard_PostCard__hFQZz .PostCard_details__UPqmc{display:flex;justify-content:space-between;align-items:baseline;position:relative;padding-right:20px}.PostCard_PostCard__hFQZz .PostCard_details__UPqmc p{margin-top:0}.PostCard_PostCard__hFQZz .PostCard_details__UPqmc p.PostCard_author__qqng8{color:#6b6b6b;font-family:Georgia,Times,Times New Roman,serif;font-size:14px;font-weight:400;font-style:italic;line-height:21px}.PostCard_PostCard__hFQZz .PostCard_details__UPqmc p.PostCard_author__qqng8 span:not(:first-child):before{display:inline-block;content:" · ";width:10px;text-align:center}.PostCard_PostCard__hFQZz .PostCard_details__UPqmc p .PostCard_postInfo__M66CM{font-style:normal}.PostCard_PostCard__hFQZz .PostCard_details__UPqmc p .PostCard_postInfo__M66CM.PostCard_postInfoCardLocalita__VgGwY{font-size:13px}.PostCard_PostCard__hFQZz .PostCard_imgContainer__bmDVr{width:100%;margin-bottom:16px}@media screen and (min-width:768px){.PostCard_PostCard__hFQZz .PostCard_imgContainer__bmDVr{width:50%}}.PostCard_PostCard__hFQZz .PostCard_imgContainer__bmDVr span{aspect-ratio:1.33;width:100%!important}.PostCard_PostCard__hFQZz .PostCard_imgContainer__bmDVr img{width:100%;height:181px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.PostCard_PostCard__hFQZz a.PostCard_img__hLX7S{width:100%}.PostCard_PostCard__hFQZz .PostCard_title__P8R30,.PostCard_PostCard__hFQZz .PostCard_title__P8R30 a{font-size:13px;line-height:17px;font-weight:800;font-family:Inter var,Inter,sans-serif;color:#333;margin-bottom:8px}.PostCard_PostCard__hFQZz .PostCard_summary___PlOw{color:#333;font-family:Georgia,Times,Times New Roman,serif;font-weight:400;margin-top:16px}@media screen and (min-width:992px){.PostCard_PostCard__hFQZz .PostCard_summary___PlOw{font-size:16px;line-height:20.8px}}.PostCard_PostCard__hFQZz .PostCard_summary___PlOw .PostCard_summaryIncipit__Kk7Op{text-transform:uppercase;font-family:Inter var,Inter,sans-serif;letter-spacing:10%;font-weight:700;font-size:12px;display:inline;margin-right:6px}.PostCard_PostCard__hFQZz .PostCard_meta__Qs4hf{width:100%}.PostCard_PostCard__hFQZz .PostCard_meta__Qs4hf .PostCard_category__di2Ij{font-family:Inter var,Inter,sans-serif;display:inline-block;text-transform:uppercase;color:#bf2c2c;font-size:12px;line-height:14px;font-weight:700}.PostCard_PostCard__hFQZz .PostCard_meta__Qs4hf .PostCard_eyelet__2FfOe{font-family:Inter var,Inter,sans-serif;display:inline-block;text-transform:uppercase;color:#6b6b6b;font-size:12px;line-height:14px;font-weight:700;margin-bottom:8px}.PostCard_PostCard__hFQZz .PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_PostCard__hFQZz .PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a{font-size:26px;line-height:31.5px}.PostCard_PostCard__hFQZz .PostCard_breakingNews__G3yf0 .PostCard_meta__Qs4hf{background:rgba(191,44,44,.15);padding:16px}.PostCard_PostCard__hFQZz .PostCard_breakingNews__G3yf0 .PostCard_imgContainer__bmDVr{margin-bottom:0}.PostCard_post-2__blkNJ .PostCard_imgContainer__bmDVr,.PostCard_post-2__blkNJ img{width:100%}.PostCard_post-2__blkNJ .PostCard_title__P8R30{margin-top:0}.PostCard_post-3__YRmI0 .PostCard_imgContainer__bmDVr,.PostCard_post-3__YRmI0 img,.PostCard_post-4__wD7y8 .PostCard_imgContainer__bmDVr,.PostCard_post-4__wD7y8 img{width:100%}.PostCard_post-3__YRmI0 .PostCard_title__P8R30,.PostCard_post-4__wD7y8 .PostCard_title__P8R30{margin-top:0}.PostCard_post-3__YRmI0.PostCard_breakingNews__G3yf0 .PostCard_meta__Qs4hf,.PostCard_post-4__wD7y8.PostCard_breakingNews__G3yf0 .PostCard_meta__Qs4hf{padding:16px}.PostCard_post-3__YRmI0 .PostCard_title__P8R30,.PostCard_post-3__YRmI0 .PostCard_title__P8R30 a,.PostCard_post-4__wD7y8 .PostCard_title__P8R30,.PostCard_post-4__wD7y8 .PostCard_title__P8R30 a{font-size:18px;line-height:22px}.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a,.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30,.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30 a,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30 a{font-size:23px;line-height:28px}@media screen and (min-width:992px){.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a,.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30,.PostCard_post-3__YRmI0.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30 a,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30,.PostCard_post-4__wD7y8.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30 a{font-size:33px;line-height:40px}}@media screen and (min-width:768px)and (max-width:992px){.PostCard_post-4__wD7y8 .PostCard_imgContainer__bmDVr{width:50%}.PostCard_post-4__wD7y8 .PostCard_meta__Qs4hf{width:50%;padding-left:16px;display:flex;justify-content:center;flex-direction:column}}.PostCard_post-6__IcGFb img,.PostCard_post-8__bB7ZL img,.PostCard_post-9__1FYM_ img{max-height:207px}@media screen and (min-width:992px){.PostCard_post-6__IcGFb img,.PostCard_post-8__bB7ZL img,.PostCard_post-9__1FYM_ img{height:207px;max-height:none}}.PostCard_post-6__IcGFb .PostCard_title__P8R30,.PostCard_post-8__bB7ZL .PostCard_title__P8R30,.PostCard_post-9__1FYM_ .PostCard_title__P8R30{margin:0 0 8px}@media screen and (min-width:768px){.PostCard_post-6__IcGFb .PostCard_meta__Qs4hf,.PostCard_post-8__bB7ZL .PostCard_meta__Qs4hf,.PostCard_post-9__1FYM_ .PostCard_meta__Qs4hf{width:50%;display:flex;justify-content:center;flex-direction:column}}@media screen and (min-width:992px){.PostCard_post-6__IcGFb a.PostCard_img__hLX7S,.PostCard_post-8__bB7ZL a.PostCard_img__hLX7S,.PostCard_post-9__1FYM_ a.PostCard_img__hLX7S{width:50%}.PostCard_post-6__IcGFb .PostCard_meta__Qs4hf,.PostCard_post-8__bB7ZL .PostCard_meta__Qs4hf,.PostCard_post-9__1FYM_ .PostCard_meta__Qs4hf{width:50%;display:flex;justify-content:center;flex-direction:column}.PostCard_post-6__IcGFb.PostCard_breakingNews__G3yf0 .PostCard_meta__Qs4hf,.PostCard_post-8__bB7ZL.PostCard_breakingNews__G3yf0 .PostCard_meta__Qs4hf,.PostCard_post-9__1FYM_.PostCard_breakingNews__G3yf0 .PostCard_meta__Qs4hf{padding:0}}.PostCard_post-6__IcGFb .PostCard_title__P8R30,.PostCard_post-6__IcGFb .PostCard_title__P8R30 a{font-size:18px;line-height:22px}.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a,.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30,.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30 a{font-size:23px;line-height:28px}@media screen and (min-width:992px){.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a{font-size:33px;line-height:40px}}.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA.PostCard_smallImage__vGBfi .PostCard_title__P8R30,.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA.PostCard_smallImage__vGBfi .PostCard_title__P8R30 a{font-size:18px;line-height:22px}@media screen and (min-width:992px){.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA.PostCard_smallImage__vGBfi .PostCard_title__P8R30,.PostCard_post-6__IcGFb.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA.PostCard_smallImage__vGBfi .PostCard_title__P8R30 a{font-size:23px;line-height:28px}}.PostCard_post-8__bB7ZL .PostCard_title__P8R30,.PostCard_post-8__bB7ZL .PostCard_title__P8R30 a{font-size:23px;line-height:28px}.PostCard_post-8__bB7ZL img{height:284px}.PostCard_post-8__bB7ZL.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-8__bB7ZL.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-8__bB7ZL.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-8__bB7ZL.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a{font-size:23px;line-height:28px}@media screen and (min-width:992px){.PostCard_post-8__bB7ZL.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-8__bB7ZL.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-8__bB7ZL.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-8__bB7ZL.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a{font-size:33px;line-height:40px}}.PostCard_post-9__1FYM_ .PostCard_title__P8R30,.PostCard_post-9__1FYM_ .PostCard_title__P8R30 a{font-size:23px;line-height:28px}.PostCard_post-9__1FYM_ img{height:334px}.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a,.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30,.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30 a{font-size:23px;line-height:28px}@media screen and (min-width:992px){.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a,.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30,.PostCard_post-9__1FYM_.PostCard_featuredTitle__EvGBV.PostCard_withImage__G_SuA .PostCard_title__P8R30 a{font-size:33px;line-height:40px}}.PostCard_post-12__r2B1_>article{display:block}.PostCard_post-12__r2B1_ img{height:auto;max-height:300px}.PostCard_post-12__r2B1_ .PostCard_title__P8R30,.PostCard_post-12__r2B1_ .PostCard_title__P8R30 a{font-size:33px;line-height:40px;margin:0 0 8px}.PostCard_post-12__r2B1_ .PostCard_author__qqng8{margin-top:8px}@media screen and (min-width:768px){.PostCard_post-12__r2B1_{max-height:none}.PostCard_post-12__r2B1_ .PostCard_meta__Qs4hf{width:50%}}@media screen and (min-width:992px){.PostCard_post-12__r2B1_>article{display:flex}.PostCard_post-12__r2B1_ .PostCard_imgContainer__bmDVr{width:50%;margin-bottom:0}.PostCard_post-12__r2B1_ .PostCard_imgContainer__bmDVr img{height:360px;max-height:none}.PostCard_post-12__r2B1_ .PostCard_imgContainer__bmDVr.PostCard_breakingNews__G3yf0 .PostCard_meta__Qs4hf{padding:0}.PostCard_post-12__r2B1_ .PostCard_meta__Qs4hf{width:50%;display:flex;justify-content:center;flex-direction:column}}@media screen and (min-width:1200px){.PostCard_post-12__r2B1_ .PostCard_imgContainer__bmDVr img{height:438px}}.PostCard_post-12__r2B1_.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-12__r2B1_.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-12__r2B1_.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-12__r2B1_.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a{font-size:23px;line-height:28px}@media screen and (min-width:992px){.PostCard_post-12__r2B1_.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_post-12__r2B1_.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_post-12__r2B1_.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30,.PostCard_post-12__r2B1_.PostCard_featuredTitle__EvGBV.PostCard_noImage__d7dnr .PostCard_title__P8R30 a{font-size:33px;line-height:40px}}@media screen and (min-width:768px){.PostCard_withImage__G_SuA.PostCard_post-6__IcGFb .PostCard_meta__Qs4hf,.PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL .PostCard_meta__Qs4hf,.PostCard_withImage__G_SuA.PostCard_post-9__1FYM_ .PostCard_meta__Qs4hf{padding-left:24px}}.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_meta__Qs4hf{padding-top:16px}@media screen and (min-width:768px){.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_meta__Qs4hf{padding-top:0;padding-left:32px}}.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_.PostCard_swapImageOrder__GYUD8 .PostCard_meta__Qs4hf{padding-top:16px}@media screen and (min-width:992px){.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_.PostCard_swapImageOrder__GYUD8 .PostCard_meta__Qs4hf{padding-top:0;padding-right:24px}}.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_.PostCard_bgColor__siU7c article{margin-top:16px}@media screen and (min-width:992px){.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_.PostCard_bgColor__siU7c article{margin-top:0}}.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_.PostCard_bgColor__siU7c .PostCard_meta__Qs4hf{padding:16px}@media screen and (min-width:768px){.PostCard_photo-2__UM_wJ .PostCard_withImage__G_SuA.PostCard_post-6__IcGFb .PostCard_meta__Qs4hf,.PostCard_photo-2__UM_wJ .PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL .PostCard_meta__Qs4hf,.PostCard_photo-2__UM_wJ .PostCard_withImage__G_SuA.PostCard_post-9__1FYM_ .PostCard_meta__Qs4hf,.PostCard_photo-3__Bg0jQ:first-of-type .PostCard_withImage__G_SuA.PostCard_post-6__IcGFb .PostCard_meta__Qs4hf,.PostCard_photo-3__Bg0jQ:first-of-type .PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL .PostCard_meta__Qs4hf,.PostCard_photo-3__Bg0jQ:first-of-type .PostCard_withImage__G_SuA.PostCard_post-9__1FYM_ .PostCard_meta__Qs4hf{padding-left:0}}.PostCard_internalPadding__r5a16 .PostCard_meta__Qs4hf{padding-left:16px;padding-right:16px;padding-bottom:16px}article.PostCard_swapImageOrder__GYUD8{flex-direction:row-reverse}.PostCard_withCategory__ccB5x .PostCard_title__P8R30{margin-top:0}.PostCard_withCategory__ccB5x .PostCard_category__di2Ij{margin-bottom:8px}.PostCard_noCategory__IeBj6 .PostCard_title__P8R30,.PostCard_withCategory__ccB5x.PostCard_post-12__r2B1_ .PostCard_category__di2Ij,.PostCard_withCategory__ccB5x.PostCard_post-6__IcGFb .PostCard_category__di2Ij,.PostCard_withCategory__ccB5x.PostCard_post-8__bB7ZL .PostCard_category__di2Ij,.PostCard_withCategory__ccB5x.PostCard_post-9__1FYM_ .PostCard_category__di2Ij{margin-top:0}.PostCard_noImage__d7dnr .PostCard_meta__Qs4hf{width:100%}.PostCard_noImage__d7dnr .PostCard_category__di2Ij,.PostCard_noImage__d7dnr.PostCard_noCategory__IeBj6 .PostCard_title__P8R30{margin-top:0}.PostCard_noImage__d7dnr.PostCard_post-12__r2B1_ .PostCard_title__P8R30,.PostCard_noImage__d7dnr.PostCard_post-12__r2B1_ .PostCard_title__P8R30 a,.PostCard_noImage__d7dnr.PostCard_post-6__IcGFb .PostCard_title__P8R30,.PostCard_noImage__d7dnr.PostCard_post-6__IcGFb .PostCard_title__P8R30 a,.PostCard_noImage__d7dnr.PostCard_post-8__bB7ZL .PostCard_title__P8R30,.PostCard_noImage__d7dnr.PostCard_post-8__bB7ZL .PostCard_title__P8R30 a,.PostCard_noImage__d7dnr.PostCard_post-9__1FYM_ .PostCard_title__P8R30,.PostCard_noImage__d7dnr.PostCard_post-9__1FYM_ .PostCard_title__P8R30 a{font-size:18px;line-height:22px}@media screen and (min-width:992px){.PostCard_noImage__d7dnr.PostCard_post-12__r2B1_ .PostCard_title__P8R30,.PostCard_noImage__d7dnr.PostCard_post-12__r2B1_ .PostCard_title__P8R30 a,.PostCard_noImage__d7dnr.PostCard_post-6__IcGFb .PostCard_title__P8R30,.PostCard_noImage__d7dnr.PostCard_post-6__IcGFb .PostCard_title__P8R30 a,.PostCard_noImage__d7dnr.PostCard_post-8__bB7ZL .PostCard_title__P8R30,.PostCard_noImage__d7dnr.PostCard_post-8__bB7ZL .PostCard_title__P8R30 a,.PostCard_noImage__d7dnr.PostCard_post-9__1FYM_ .PostCard_title__P8R30,.PostCard_noImage__d7dnr.PostCard_post-9__1FYM_ .PostCard_title__P8R30 a{font-size:23px;line-height:28px}}.PostCard_noImage__d7dnr.PostCard_post-3__YRmI0 .PostCard_title__P8R30,.PostCard_noImage__d7dnr.PostCard_post-3__YRmI0 .PostCard_title__P8R30 a,.PostCard_noImage__d7dnr.PostCard_post-4__wD7y8 .PostCard_title__P8R30,.PostCard_noImage__d7dnr.PostCard_post-4__wD7y8 .PostCard_title__P8R30 a{font-size:18px;line-height:22px}.PostCard_noImage__d7dnr.PostCard_breakingNews__G3yf0 .PostCard_meta__Qs4hf{padding:24px}.PostCard_smallImage__vGBfi .PostCard_imgContainer__bmDVr{width:100px;margin-bottom:0}@media screen and (min-width:768px){.PostCard_smallImage__vGBfi .PostCard_imgContainer__bmDVr{width:150px}}.PostCard_smallImage__vGBfi a.PostCard_img__hLX7S{width:100px}@media screen and (min-width:768px){.PostCard_smallImage__vGBfi a.PostCard_img__hLX7S{width:150px}}.PostCard_smallImage__vGBfi a.PostCard_img__hLX7S img{height:112px;width:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media screen and (min-width:768px){.PostCard_smallImage__vGBfi a.PostCard_img__hLX7S img{height:112px}}.PostCard_smallImage__vGBfi .PostCard_meta__Qs4hf{width:calc(100% - 100px);padding-top:0;padding-left:16px}@media screen and (min-width:768px){.PostCard_smallImage__vGBfi .PostCard_meta__Qs4hf{width:calc(100% - 150px)}}@media screen and (min-width:992px){.PostCard_smallImage__vGBfi .PostCard_meta__Qs4hf{padding-left:0;width:calc(100% - 150px)}}.PostCard_smallImage__vGBfi.PostCard_noImage__d7dnr .PostCard_meta__Qs4hf{width:100%;padding-left:0}.PostCard_smallImage__vGBfi.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_meta__Qs4hf{padding-top:0}.PostCard_post-0__wMxAV>article{display:block}.PostCard_post-0__wMxAV img{height:auto;max-height:300px}.PostCard_post-0__wMxAV .PostCard_title__P8R30{margin:0 0 8px}.PostCard_collectionItem__O_sml{margin-bottom:16px}.PostCard_collectionItem__O_sml.PostCard_collectionItemBorder__hcrmF{border-bottom:1px solid #ddd}.PostCard_collectionItem__O_sml.PostCard_collectionItemBorder__hcrmF article{border-bottom:none}.PostCard_collectionItem__O_sml:last-child{border-bottom:none;margin-bottom:0}.PostCard_collectionItem__O_sml article{display:flex;align-items:flex-start;margin-bottom:30px;position:relative}@media screen and (min-width:768px)and (max-width:992px){.PostCard_collectionItem__O_sml article{align-items:center}}.PostCard_collectionItem__O_sml article:last-child{margin-bottom:0}.PostCard_collectionItem__O_sml article .PostCard_imgContainer__bmDVr{width:100px;height:75px;overflow:hidden}@media screen and (min-width:768px){.PostCard_collectionItem__O_sml article .PostCard_imgContainer__bmDVr{width:120px;height:90px}}.PostCard_collectionItem__O_sml article .PostCard_imgContainer__bmDVr span{max-height:90px}.PostCard_collectionItem__O_sml img{margin-right:13px}.PostCard_collectionItem__O_sml .PostCard_author__qqng8{display:block;margin-top:0;font-family:Georgia,Times,Times New Roman,serif;font-weight:400;font-size:13px;font-style:italic;line-height:17px;color:#6b6b6b}.PostCard_collectionItem__O_sml .PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_collectionItem__O_sml .PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_collectionItem__O_sml .PostCard_title__P8R30,.PostCard_collectionItem__O_sml .PostCard_title__P8R30 a{font-size:18px;line-height:22px}@media screen and (min-width:992px){.PostCard_collectionItem__O_sml .PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_collectionItem__O_sml .PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a{font-size:23px;line-height:28px}}.PostCard_collectionItem__O_sml .PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_collectionItem__O_sml .PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a a{font-size:18px;line-height:22px}@media screen and (min-width:992px){.PostCard_collectionItem__O_sml .PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCard_collectionItem__O_sml .PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a a{font-size:23px;line-height:28px}}.PostCard_collectionItem__O_sml .PostCard_category__di2Ij{font-family:Inter var,Inter,sans-serif;display:inline-block;margin-bottom:8px;text-transform:uppercase;color:#bf2c2c;font-size:12px;line-height:14px;font-weight:700}.PostCard_collectionItem__O_sml.PostCard_photo-1__Bj1ic .PostCard_meta__Qs4hf,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:not(first-of-type) .PostCard_meta__Qs4hf{width:calc(100% - 120px);padding-left:16px}@media screen and (min-width:992px){.PostCard_collectionItem__O_sml.PostCard_photo-1__Bj1ic .PostCard_meta__Qs4hf,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:not(first-of-type) .PostCard_meta__Qs4hf{width:calc(100% - 150px)}}.PostCard_collectionItem__O_sml.PostCard_photo-1__Bj1ic .PostCard_noImage__d7dnr .PostCard_meta__Qs4hf,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:not(first-of-type) .PostCard_noImage__d7dnr .PostCard_meta__Qs4hf{width:100%;padding-left:0}.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article .PostCard_imgContainer__bmDVr,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article .PostCard_imgContainer__bmDVr{width:100%;height:auto}.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article .PostCard_imgContainer__bmDVr span,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article .PostCard_imgContainer__bmDVr span{max-height:none;aspect-ratio:1.5}@media screen and (min-width:768px)and (max-width:992px){.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article .PostCard_imgContainer__bmDVr,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article .PostCard_imgContainer__bmDVr{width:50%}}.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-6__IcGFb,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-9__1FYM_,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-6__IcGFb,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-9__1FYM_{align-items:center}.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_imgContainer__bmDVr,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-6__IcGFb .PostCard_imgContainer__bmDVr,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL .PostCard_imgContainer__bmDVr,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-9__1FYM_ .PostCard_imgContainer__bmDVr,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_imgContainer__bmDVr,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-6__IcGFb .PostCard_imgContainer__bmDVr,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL .PostCard_imgContainer__bmDVr,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-9__1FYM_ .PostCard_imgContainer__bmDVr{width:50%;height:auto;padding-right:16px}.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_imgContainer__bmDVr span,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-6__IcGFb .PostCard_imgContainer__bmDVr span,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL .PostCard_imgContainer__bmDVr span,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-9__1FYM_ .PostCard_imgContainer__bmDVr span,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_imgContainer__bmDVr span,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-6__IcGFb .PostCard_imgContainer__bmDVr span,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL .PostCard_imgContainer__bmDVr span,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-9__1FYM_ .PostCard_imgContainer__bmDVr span{max-height:none;aspect-ratio:1.33}.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_meta__Qs4hf,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-6__IcGFb .PostCard_meta__Qs4hf,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL .PostCard_meta__Qs4hf,.PostCard_collectionItem__O_sml.PostCard_photo-2__UM_wJ article.PostCard_withImage__G_SuA.PostCard_post-9__1FYM_ .PostCard_meta__Qs4hf,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_meta__Qs4hf,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-6__IcGFb .PostCard_meta__Qs4hf,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-8__bB7ZL .PostCard_meta__Qs4hf,.PostCard_collectionItem__O_sml.PostCard_photo-3__Bg0jQ:first-of-type article.PostCard_withImage__G_SuA.PostCard_post-9__1FYM_ .PostCard_meta__Qs4hf{width:50%}.PostCard_collectionItem__O_sml .PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_imgContainer__bmDVr{margin-bottom:16px}.PostCard_collectionItem__O_sml .PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_meta__Qs4hf{padding-left:0;width:100%}.PostCard_collectionItem__O_sml .PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_title__P8R30,.PostCard_collectionItem__O_sml .PostCard_withImage__G_SuA.PostCard_post-12__r2B1_ .PostCard_title__P8R30 a{font-size:18px;line-height:22px}.PostCard_collectionItem__O_sml .PostCard_withImage__G_SuA.PostCard_post-12__r2B1_.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30,.PostCard_collectionItem__O_sml .PostCard_withImage__G_SuA.PostCard_post-12__r2B1_.PostCard_featuredTitle__EvGBV .PostCard_title__P8R30 a,.PostCategory_subhead-1__oGyqo{font-size:23px;line-height:28px}.PostCategory_subhead-1__oGyqo{font-family:Inter var,Inter,sans-serif;color:#333;font-weight:300}.PostCategory_subhead-2__JzQPd{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostCategory_subhead-overline-1__WmAP_{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostCategory_subhead-overline-2__JTWQm{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostCategory_subhead-overline-2__JTWQm.PostCategory_form-label__1UHNp{margin-bottom:8px;text-transform:uppercase}.PostCategory_subhead-4__GfsqV{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostCategory_body__FxWdM .PostCategory_small___JLFr{font-size:14px}.PostCategory_body-2__J9QxU{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostCategory_PostCategory__wrOMI{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:800;font-size:16px;line-height:125%;letter-spacing:.08em;text-transform:uppercase;color:#bf2c2c;margin-bottom:12px;text-align:left}.PostCategory_PostCategory__wrOMI img{width:48px;height:48px;margin-right:16px}.PostCategory_PostCategory__wrOMI a{color:inherit;font-weight:700}@media screen and (min-width:768px){.PostCategory_PostCategory__wrOMI{text-align:left;margin-top:0}}.PostCategory_centered__zGJaG{text-align:center}.PostCategory_marginTop__1tEmN{margin-top:32px}.PostImageCaption_subhead-1__NfEaF{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostImageCaption_subhead-2__GspzX{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostImageCaption_subhead-overline-1__sUlnk{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostImageCaption_subhead-overline-2__XBj65{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostImageCaption_subhead-overline-2__XBj65.PostImageCaption_form-label__s3vBy{margin-bottom:8px;text-transform:uppercase}.PostImageCaption_subhead-4__6jeeU{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostImageCaption_body__QGDjg .PostImageCaption_small__c6vKf{font-size:14px}.PostImageCaption_body-2__4p5vQ{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostImageCaption_PostImageCaption__P9W_K.PostImageCaption_caption__4nePw{font-family:Inter var,Inter,sans-serif;display:block;font-style:normal;font-weight:400;font-size:12px;line-height:150%;color:#6b6b6b;text-align:left;width:100%;margin-top:5px}.PostImageCaption_PostImageCaption__P9W_K.PostImageCaption_centered__ZpP9H{text-align:center}.PostTitle_subhead-1__vB38d{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostTitle_subhead-2__E_xsd{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostTitle_subhead-overline-1___cX2p{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostTitle_subhead-overline-2__KFiHC{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostTitle_subhead-overline-2__KFiHC.PostTitle_form-label__nw1VN{margin-bottom:8px;text-transform:uppercase}.PostTitle_subhead-4__XMqt7{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostTitle_body__KAiuQ .PostTitle_small__Litq5{font-size:14px}.PostTitle_body-2__x2EAu{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostTitle_PostTitle__ypVQ4{font-family:Inter var,Inter,sans-serif;font-size:28px;font-style:normal;font-weight:800;line-height:34px;letter-spacing:-.01em;text-align:left}@media screen and (min-width:768px){.PostTitle_PostTitle__ypVQ4{font-size:70px;line-height:85px}}.PostTitle_TitleArea__cJX_x{display:flex;align-items:flex-start;margin-bottom:24px}.PostTitle_TitleArea__cJX_x .PostTitle_Icon__zFLRy{width:80px;height:auto;margin-right:24px}.PostTitle_TitleArea__cJX_x .PostTitle_titleWithIcon__VrmOc{margin-left:24px}.PostTitle_big__PAOIx{font-size:35px;line-height:42px;text-align:center}@media screen and (min-width:768px){.PostTitle_big__PAOIx{font-size:94px;line-height:114px;margin-top:12px;margin-bottom:32px}}.PostTitle_small__Litq5{font-size:28px;line-height:120%}@media screen and (min-width:768px){.PostTitle_small__Litq5{font-size:45px}}.PostTitle_medium__jAZiT{font-size:26px;line-height:34px}@media screen and (min-width:768px){.PostTitle_medium__jAZiT{font-size:50px;line-height:61px;margin-bottom:0}}.PostTitle_light__iZKm9{font-weight:400}.PostTitle_italic__9WQ0Y{font-style:italic}.PostTitle_serif__Nvbav{font-family:Georgia,Times,Times New Roman,serif}.PostImage_subhead-1__y9uF3{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostImage_subhead-2__MlS_0{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostImage_subhead-overline-1__OkCv_{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostImage_subhead-overline-2__uyW7i{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostImage_subhead-overline-2__uyW7i.PostImage_form-label__CH86_{margin-bottom:8px;text-transform:uppercase}.PostImage_subhead-4__Qhkxy{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostImage_body__R4snx .PostImage_small__OqR2v{font-size:14px}.PostImage_body-2__4pstG{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostImage_PostImage__lIAl_{text-align:center;padding:0;background-size:cover;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.PostImage_PostImage__lIAl_ .PostImage_imageVertical__OnKmH,.PostImage_PostImage__lIAl_ .PostImage_image__UQFKc{width:100%;height:auto}.PostImage_PostImage__lIAl_.PostImage_standard__CcpH9{align-items:flex-start}.PostImage_PostImage__lIAl_.PostImage_fill__WG9Ey{padding:20px 0;min-height:200px;background-blend-mode:multiply}@media screen and (min-width:992px){.PostImage_PostImage__lIAl_.PostImage_fill__WG9Ey{min-height:inherit}}.PostImage_PostImage__lIAl_.PostImage_filtered__wy6Ry{padding:20px 0 0;background-blend-mode:multiply}@media screen and (min-width:992px){.PostImage_PostImage__lIAl_.PostImage_filtered__wy6Ry{padding:20px 0 40px}.PostImage_PostImage__lIAl_.PostImage_boxed__ZMKLu{padding:20px 0}}.PostImage_PostImage__lIAl_.PostImage_boxed__ZMKLu .PostImage_image__UQFKc{max-width:90%;max-height:90%;height:auto;width:90%;margin-top:1rem;margin-bottom:3px;-o-object-fit:contain;object-fit:contain}.PostImage_PostImage__lIAl_.PostImage_boxed__ZMKLu .PostImage_imageVertical__OnKmH{max-height:90%;width:auto;height:90%;margin-top:1rem;margin-bottom:3px}.PostImage_PostImage__lIAl_.PostImage_boxed__ZMKLu .PostImage_caption__yhUIT{text-align:center}.PostImage_PostImage__lIAl_.PostImage_boxed__ZMKLu .PostImage_noCaption__09Deb{margin-top:0}.PostImage_PostImage__lIAl_ .PostImage_titleArea__HoRQa{align-self:flex-end}.PostImage_fixedHeight__Ou22F{height:auto;min-height:35vh}@media screen and (min-width:992px){.PostImage_fixedHeight__Ou22F{height:60vh}}.PostImage_PostVideoContainerOuter__09eyu{padding:20px 0}.PostImage_PostVideoContainerOuter__09eyu .PostImage_PostVideoContainer__UgBV_{padding-right:0;padding-left:0}@media screen and (min-width:768px){.PostImage_PostVideoContainerOuter__09eyu .PostImage_PostVideoContainer__UgBV_{padding-right:0;padding-left:0}}.PostImage_PostVideoContainerOuter__09eyu .PostImage_PostVideoContainer__UgBV_ .PostImage_PostVideo__QmuBx{display:block;position:relative;height:0;overflow:hidden;padding:0 0 65%}@media screen and (min-width:768px){.PostImage_PostVideoContainerOuter__09eyu .PostImage_PostVideoContainer__UgBV_ .PostImage_PostVideo__QmuBx{padding:0 5%;padding-bottom:53.5%}}.PostImage_PostVideoContainerOuter__09eyu .PostImage_PostVideoContainer__UgBV_ .PostImage_PostVideo__QmuBx .PostImage_embed-container__Alr2g{position:relative;padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden}.PostImage_PostVideoContainerOuter__09eyu .PostImage_PostVideoContainer__UgBV_ .PostImage_PostVideo__QmuBx .PostImage_embed-container__Alr2g iframe{position:absolute;top:0;left:0;width:100%;height:100%}.Vignette_subhead-1__SWFlF{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.Vignette_subhead-2__Yh7Yp{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.Vignette_subhead-overline-1___valz{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Vignette_subhead-overline-2___gxND{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Vignette_subhead-overline-2___gxND.Vignette_form-label__MhHfT{margin-bottom:8px;text-transform:uppercase}.Vignette_subhead-4__7C_SW{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Vignette_body__rLp4D .Vignette_small__fcrSF{font-size:14px}.Vignette_body-2__7cF3Q{font-family:Inter var,Inter,sans-serif;font-size:14px}.Vignette_Vignette__yPjQ3{border:1px solid #ddd;padding:20px 58px 5px;margin:24px 0}@media screen and (min-width:992px){.Vignette_Vignette__yPjQ3{padding:4px;margin:0}}.Vignette_Vignette__yPjQ3 .Vignette_VignetteCategory__KziV6{font-family:Inter var,Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;letter-spacing:.1em;text-align:center;color:#bf2c2c;text-transform:uppercase;margin:8px}@media screen and (min-width:768px){.Vignette_Vignette__yPjQ3 .Vignette_VignetteCategory__KziV6{text-align:left}}.Vignette_Vignette__yPjQ3 img{width:100%}.Opening_subhead-1__1rXFx{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.Opening_subhead-2__WKN4k{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.Opening_subhead-overline-1__MPrdi{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Opening_subhead-overline-2__6GFyg{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Opening_subhead-overline-2__6GFyg.Opening_form-label__Xrz1z{margin-bottom:8px;text-transform:uppercase}.Opening_subhead-4__kLZ8R{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Opening_body__ZU8Qn .Opening_small__m5W7P{font-size:14px}.Opening_body-2__h5jPK{font-family:Inter var,Inter,sans-serif;font-size:14px}.Opening_Opening__8r5ah .Opening_OpeningBorder__xRWj9{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:20px}@media screen and (min-width:992px){.Opening_Opening__8r5ah .Opening_OpeningBorder__xRWj9{width:calc(100vw - 8px)}}@media screen and (min-width:1200px){.Opening_Opening__8r5ah .Opening_OpeningBorder__xRWj9{width:calc(100vw - 8px)}}@media screen and (min-width:992px){.Opening_Opening__8r5ah .Opening_OpeningBorder__xRWj9{margin-top:0}}.Opening_Opening__8r5ah .Opening_OpeningRightFirst__iozqr{border-bottom:1px solid rgba(0,0,0,.155);margin-bottom:36px}.Opening_Opening__8r5ah .Opening_OpeningUpper__jvykQ{border-bottom:1px solid rgba(0,0,0,.155);padding-bottom:16px;margin-bottom:40px}.Opening_Opening__8r5ah .Opening_OpeningUpper__jvykQ>.Opening_postCardMeta__IgPIE{margin-top:0}.Opening_Opening__8r5ah .Opening_OpeningBottomColLeft__bngqh article{margin-bottom:24px}@media screen and (min-width:992px){.Opening_Opening__8r5ah .Opening_OpeningBottomColLeft__bngqh article{margin-bottom:inherit}}.Opening2_subhead-1__iq6Pf{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.Opening2_subhead-2__surmU{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.Opening2_subhead-overline-1__QdS5e{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Opening2_subhead-overline-2__txzbN{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Opening2_subhead-overline-2__txzbN.Opening2_form-label__XtGK6{margin-bottom:8px;text-transform:uppercase}.Opening2_subhead-4__juYtN{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Opening2_body__3leoh .Opening2_small__KoCMc{font-size:14px}.Opening2_body-2__DdWiw{font-family:Inter var,Inter,sans-serif;font-size:14px}.Opening2_Opening2__Kx_N1 .Opening2_OpeningBorder__hKwVZ{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:20px}@media screen and (min-width:992px){.Opening2_Opening2__Kx_N1 .Opening2_OpeningBorder__hKwVZ{width:calc(100vw - 8px)}}@media screen and (min-width:1200px){.Opening2_Opening2__Kx_N1 .Opening2_OpeningBorder__hKwVZ{width:calc(100vw - 8px)}}@media screen and (min-width:992px){.Opening2_Opening2__Kx_N1 .Opening2_OpeningBorder__hKwVZ{margin-top:0}}.Opening2_Opening2__Kx_N1 .Opening2_OpeningLeft__T7_Jn article{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #ddd}@media screen and (min-width:992px){.Opening2_Opening2__Kx_N1 .Opening2_OpeningLeft__T7_Jn article{margin-bottom:0;padding-bottom:0;border-bottom:none}}.Opening2_Opening2__Kx_N1 .Opening2_OpeningRightFirst__8Sdcl{border-bottom:1px solid #ddd;margin-bottom:24px;padding-bottom:0}@media screen and (min-width:992px){.Opening2_Opening2__Kx_N1 .Opening2_OpeningRightFirst__8Sdcl{margin-bottom:36px;padding-bottom:0}}.Opening2_Opening2__Kx_N1 .Opening2_OpeningRightMiddle__o8L0t,.Opening2_Opening2__Kx_N1 .Opening2_OpeningUpper__TPqVl{border-bottom:1px solid #ddd;margin-bottom:16px}.Opening2_Opening2__Kx_N1 .Opening2_OpeningImageContainer__H9ApJ{margin-bottom:16px}.Opening2_Opening2__Kx_N1 .Opening2_OpeningRightBottomLeft__55aLL article{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #ddd}@media screen and (min-width:992px){.Opening2_Opening2__Kx_N1 .Opening2_OpeningRightBottomLeft__55aLL article{margin-bottom:0;padding-bottom:0;border-bottom:none}}.Opening3_subhead-1__iPH1q{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.Opening3_subhead-2__2WlYq{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.Opening3_subhead-overline-1__Hk_4X{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Opening3_subhead-overline-2__UJYXt{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Opening3_subhead-overline-2__UJYXt.Opening3_form-label__n4z73{margin-bottom:8px;text-transform:uppercase}.Opening3_subhead-4__O7O4w{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Opening3_body__P1K0A .Opening3_small__YYTj4{font-size:14px}.Opening3_body-2__bRvM4{font-family:Inter var,Inter,sans-serif;font-size:14px}.Opening3_Opening3__o7K19 .Opening3_OpeningBorder__m42i_{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:20px}@media screen and (min-width:992px){.Opening3_Opening3__o7K19 .Opening3_OpeningBorder__m42i_{width:calc(100vw - 8px)}}@media screen and (min-width:1200px){.Opening3_Opening3__o7K19 .Opening3_OpeningBorder__m42i_{width:calc(100vw - 8px)}}@media screen and (min-width:992px){.Opening3_Opening3__o7K19 .Opening3_OpeningBorder__m42i_{margin-top:0}}.Opening3_Opening3__o7K19 .Opening3_OpeningImageContainer__eEsSV{margin-bottom:12px}@media screen and (min-width:992px){.Opening3_Opening3__o7K19 .Opening3_OpeningImageContainer__eEsSV{margin-bottom:0}}.Opening3_Opening3__o7K19 .Opening3_OpeningRightFirst__bD8RO{margin-bottom:0;padding-bottom:0}.Opening3_Opening3__o7K19 .Opening3_OpeningRightFirst__bD8RO article{margin-bottom:0}.Opening3_Opening3__o7K19 .Opening3_OpeningUpper__yyoyE{margin-bottom:0;padding-bottom:0}@media screen and (min-width:992px){.Opening3_Opening3__o7K19 .Opening3_OpeningUpper__yyoyE{padding-bottom:20px;margin-bottom:20px}}.Opening3_Opening3__o7K19 .Opening3_OpeningMiddle__3ltfu{border-bottom:1px solid #ddd;margin-bottom:32px}.Opening3_Opening3__o7K19 .Opening3_OpeningMiddle__3ltfu article{margin-bottom:0;margin-top:16px}@media screen and (min-width:992px){.Opening3_Opening3__o7K19 .Opening3_OpeningMiddle__3ltfu article{margin-top:0}}.Opening3_Opening3__o7K19 .Opening3_OpeningMiddle__3ltfu article:last-child{margin-bottom:16px}@media screen and (min-width:992px){.Opening3_Opening3__o7K19 .Opening3_OpeningMiddle__3ltfu{padding-bottom:36px;margin-bottom:40px}}@media screen and (max-width:700px){.Opening3_Opening3__o7K19 .Opening3_OpeningBottom__H2OVV article{margin-bottom:16px}}.Opening3_Opening3__o7K19 .Opening3_OpeningBottom__H2OVV .Opening3_OpeningBottomColLeft__3y_tu article{margin-bottom:24px}@media screen and (min-width:992px){.Opening3_Opening3__o7K19 .Opening3_OpeningBottom__H2OVV .Opening3_OpeningBottomColLeft__3y_tu article{margin-bottom:0}}.OptionCard_subhead-1__S1EUH{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.OptionCard_subhead-2__UB_E0{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.OptionCard_subhead-overline-1__E3BEO{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.OptionCard_subhead-overline-2__IOsdd{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.OptionCard_subhead-overline-2__IOsdd.OptionCard_form-label__iIzQU{margin-bottom:8px;text-transform:uppercase}.OptionCard_subhead-4__cwwwH{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.OptionCard_body__eyMx_ .OptionCard_small__kytqU{font-size:14px}.OptionCard_body-2__NKkaY{font-family:Inter var,Inter,sans-serif;font-size:14px}.OptionCard_OptionCard__fQu9F{border:1px solid #ddd;border-radius:5px;padding:24px}.OptionCard_OptionCard__fQu9F .OptionCard_Button__NnFc9{display:flex;align-items:center;justify-content:center}.OptionCard_OptionCard__fQu9F .OptionCard_Button__NnFc9 [role=button],.OptionCard_OptionCard__fQu9F .OptionCard_Button__NnFc9 button{width:100%}.PaywallPostCard_subhead-1__me7_l{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PaywallPostCard_subhead-2__WuFgb{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PaywallPostCard_subhead-overline-1__WEu_F{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PaywallPostCard_subhead-overline-2__PmSoC{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PaywallPostCard_subhead-overline-2__PmSoC.PaywallPostCard_form-label__e8neg{margin-bottom:8px;text-transform:uppercase}.PaywallPostCard_subhead-4__hWxat{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PaywallPostCard_body__0wj4G .PaywallPostCard_small__FT7oY{font-size:14px}.PaywallPostCard_body-2___3W1W{font-family:Inter var,Inter,sans-serif;font-size:14px}.PaywallPostCard_PaywallPostCard__bs91v{width:auto;max-width:440px;padding:0;background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:space-between;align-self:stretch;border:1px solid #ddd;border-radius:5px;margin-bottom:48px;flex:1 1}@media screen and (max-width:990px){.PaywallPostCard_PaywallPostCard__bs91v{min-width:220px}}.PaywallPostCard_PaywallPostCard__bs91v .PaywallPostCard_PaywallPostCardHeader__9rN6i img{max-width:100%}.PaywallPostCard_PaywallPostCard__bs91v .PaywallPostCard_PaywallPostCardBody__8yb2m{display:flex;padding:25px 16px 0;flex-direction:column;justify-content:space-between;flex:1 1}.PaywallPostCard_PaywallPostCard__bs91v .PaywallPostCard_PaywallPostCardBody__8yb2m .PaywallPostCard_PaywallPostCardContent__b6Lqv{text-align:left}.PaywallPostCard_PaywallPostCard__bs91v .PaywallPostCard_PaywallPostCardBody__8yb2m .PaywallPostCard_PaywallPostCardContent__b6Lqv p{margin:12px 0}.PaywallPostCard_PaywallPostCard__bs91v a{font-family:Inter var,Inter,sans-serif;color:#bf2c2c;font-size:14px;font-weight:700;text-decoration:none}.PhotoGallery_subhead-1__qGo7V{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PhotoGallery_subhead-2___GSLH{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_Title__mLD6f,.PhotoGallery_subhead-overline-1__pmULl{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_OverTitle__dLvWL,.PhotoGallery_subhead-overline-2__P86QA{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_form-label__NmbMM.PhotoGallery_OverTitle__dLvWL,.PhotoGallery_subhead-overline-2__P86QA.PhotoGallery_form-label__NmbMM{margin-bottom:8px;text-transform:uppercase}.PhotoGallery_subhead-4__BPcOS{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PhotoGallery_body__aaVDq .PhotoGallery_small__AbIdF{font-size:14px}.PhotoGallery_body-2__GoM2t{font-family:Inter var,Inter,sans-serif;font-size:14px}.PhotoGallery_PhotoGallery__cgFsG{padding-top:2rem;padding-bottom:2rem}.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_OverTitle__dLvWL{color:#bf2c2c;text-transform:uppercase;margin-bottom:8px}.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_Title__mLD6f{margin-bottom:16px;color:#333}@media screen and (min-width:768px){.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_Title__mLD6f{font-size:23px;line-height:28px}}.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_Button__NOjqR{width:100%;margin-top:16px}@media screen and (min-width:768px){.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_Button__NOjqR{width:auto}}.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_Inner__1avFx .PhotoGallery_Thumbnail__9jVKS{margin:0;width:100%;cursor:pointer}.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_Inner__1avFx .PhotoGallery_NoThumbnail___XkEt,.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_Inner__1avFx .PhotoGallery_ThumbnailCol__GCkHq{display:none}@media screen and (min-width:768px){.PhotoGallery_PhotoGallery__cgFsG .PhotoGallery_Inner__1avFx .PhotoGallery_ThumbnailCol__GCkHq{display:inline;display:initial}}.PostAuthor_subhead-1__6ulDy{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostAuthor_subhead-2__APLwK{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostAuthor_subhead-overline-1__ia21z{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostAuthor_subhead-overline-2__qM7oH{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostAuthor_subhead-overline-2__qM7oH.PostAuthor_form-label__Z0ANp{margin-bottom:8px;text-transform:uppercase}.PostAuthor_subhead-4__lZCZT{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostAuthor_body__NDUfq .PostAuthor_small__bUQSR{font-size:14px}.PostAuthor_body-2__ZBVDD{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostAuthor_PostAuthor__s1hVB{color:#333;font-size:16px;margin:10px 0 32px}.PostAuthor_PostAuthor__s1hVB a{color:#333}.PostAuthor_PostAuthor__s1hVB a:hover{color:#bf2c2c}.PostAuthor_PostAuthor__s1hVB img,.PostAuthor_PostAuthor__s1hVB svg{margin-right:10px}.PostAuthorBox_subhead-1__nqmlq{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostAuthorBox_subhead-2__qDWMK{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostAuthorBox_subhead-overline-1__PFa7r{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostAuthorBox_subhead-overline-2__M7HpK{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostAuthorBox_subhead-overline-2__M7HpK.PostAuthorBox_form-label__1P3lv{margin-bottom:8px;text-transform:uppercase}.PostAuthorBox_subhead-4__OmUC6{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostAuthorBox_body__BPihu .PostAuthorBox_small__Hahs1{font-size:14px}.PostAuthorBox_body-2__JH_cc{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostAuthorBox_PostAuthorBox__VDpOu{padding:32px 0 58px}.PostAuthorBox_PostAuthorBox__VDpOu img.PostAuthorBox_author__hvesg{width:120px;height:120px;border-radius:50%;margin-bottom:32px}@media screen and (min-width:992px){.PostAuthorBox_PostAuthorBox__VDpOu img.PostAuthorBox_author__hvesg{margin-bottom:0;width:70px;height:70px}}.PostAuthorBox_PostAuthorBox__VDpOu h4{margin-top:32px;color:#6b6b6b;font-family:Inter var,Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;letter-spacing:.1em;text-align:left;text-transform:uppercase;margin-bottom:16px}@media screen and (min-width:768px){.PostAuthorBox_PostAuthorBox__VDpOu h4{margin-top:0}}.PostAuthorBox_PostAuthorBox__VDpOu .PostAuthorBox_bio__uMOe8{color:#333;font-size:16px;font-style:normal;font-weight:400;line-height:21px}.PostCardSkeleton_subhead-1__XO6Yo{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostCardSkeleton_subhead-2__NWIVo{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostCardSkeleton_subhead-overline-1__dR_Gg{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostCardSkeleton_subhead-overline-2__wrkOR{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostCardSkeleton_subhead-overline-2__wrkOR.PostCardSkeleton_form-label__4tP63{margin-bottom:8px;text-transform:uppercase}.PostCardSkeleton_subhead-4__pSBgM{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostCardSkeleton_body__neiI9 .PostCardSkeleton_small__8wn4o{font-size:14px}.PostCardSkeleton_body-2__Fg2LT{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostCardSkeleton_PostCard__384Q4>article{display:flex;flex-wrap:wrap;margin-bottom:12px}.PostCardSkeleton_PostCard__384Q4 p{margin:0}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_details__d4bPO{display:flex;justify-content:space-between;align-items:baseline;position:relative;padding-right:20px}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_details__d4bPO p{margin-top:0}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_details__d4bPO p.PostCardSkeleton_author__x3rj9{color:#6b6b6b;font-family:Georgia,Times,Times New Roman,serif;font-size:14px;font-weight:400;font-style:italic;line-height:21px}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_details__d4bPO p.PostCardSkeleton_author__x3rj9 span:not(:first-child):before{display:inline-block;content:" · ";width:10px;text-align:center}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_details__d4bPO p .PostCardSkeleton_postInfo__aWema{font-style:normal}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_details__d4bPO p .PostCardSkeleton_postInfo__aWema.PostCardSkeleton_postInfoCardLocalita__iIzED{font-size:13px}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_imgContainer__G8Win{width:100%;margin-bottom:16px}@media screen and (min-width:768px){.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_imgContainer__G8Win{width:50%}}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_imgContainer__G8Win span{aspect-ratio:1.33;width:100%!important}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_imgContainer__G8Win img{width:100%;height:181px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.PostCardSkeleton_PostCard__384Q4 a.PostCardSkeleton_img__MeoOs{width:100%}.PostCardSkeleton_PostCard__384Q4 h2{font-size:18px;margin-bottom:8px;line-height:21px;font-weight:800;font-family:Inter var,Inter,sans-serif}.PostCardSkeleton_PostCard__384Q4 h2 a{color:#333}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_summary__Fp_A6{color:#333;font-family:Georgia,Times,Times New Roman,serif;font-weight:400;margin-top:16px}@media screen and (min-width:992px){.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_summary__Fp_A6{font-size:16px;line-height:20.8px}}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_summary__Fp_A6 .PostCardSkeleton_summaryIncipit__cbrPt{text-transform:uppercase;font-family:Inter var,Inter,sans-serif;letter-spacing:10%;font-weight:700;display:inline;margin-right:6px}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_meta__BVz9f{width:100%}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_meta__BVz9f .PostCardSkeleton_category__uxVYU{font-family:Inter var,Inter,sans-serif;display:inline-block;text-transform:uppercase;color:#bf2c2c;font-size:12px;line-height:14px;font-weight:700}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_meta__BVz9f .PostCardSkeleton_eyelet__NaTh4{font-family:Inter var,Inter,sans-serif;display:inline-block;text-transform:uppercase;color:#6b6b6b;font-size:12px;line-height:14px;font-weight:700;margin-bottom:8px}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_featuredTitle__szJBa h2{font-size:26px;line-height:31.5px}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_breakingNews__99xV3 .PostCardSkeleton_meta__BVz9f{background:rgba(191,44,44,.15);padding:16px}.PostCardSkeleton_PostCard__384Q4 .PostCardSkeleton_breakingNews__99xV3 .PostCardSkeleton_imgContainer__G8Win{margin-bottom:0}.PostCardSkeleton_post-3__MLA4w .PostCardSkeleton_imgContainer__G8Win,.PostCardSkeleton_post-3__MLA4w img,.PostCardSkeleton_post-4___I8h3 .PostCardSkeleton_imgContainer__G8Win,.PostCardSkeleton_post-4___I8h3 img{width:100%}.PostCardSkeleton_post-3__MLA4w h2,.PostCardSkeleton_post-4___I8h3 h2{margin-top:0}.PostCardSkeleton_post-3__MLA4w.PostCardSkeleton_breakingNews__99xV3 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_post-4___I8h3.PostCardSkeleton_breakingNews__99xV3 .PostCardSkeleton_meta__BVz9f{padding:16px}@media screen and (min-width:768px)and (max-width:992px){.PostCardSkeleton_post-3__MLA4w .PostCardSkeleton_imgContainer__G8Win,.PostCardSkeleton_post-4___I8h3 .PostCardSkeleton_imgContainer__G8Win{width:50%}.PostCardSkeleton_post-3__MLA4w .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_post-4___I8h3 .PostCardSkeleton_meta__BVz9f{width:50%;padding-left:16px;display:flex;justify-content:center;flex-direction:column}}.PostCardSkeleton_post-3__MLA4w h2,.PostCardSkeleton_post-4___I8h3 h2{font-size:18px;line-height:22px}.PostCardSkeleton_post-3__MLA4w.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-3__MLA4w.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2,.PostCardSkeleton_post-3__MLA4w.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_withImage___Mbhx h2,.PostCardSkeleton_post-4___I8h3.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-4___I8h3.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2,.PostCardSkeleton_post-4___I8h3.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_withImage___Mbhx h2{font-size:23px;line-height:28px}@media screen and (min-width:992px){.PostCardSkeleton_post-3__MLA4w.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-3__MLA4w.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2,.PostCardSkeleton_post-3__MLA4w.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_withImage___Mbhx h2,.PostCardSkeleton_post-4___I8h3.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-4___I8h3.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2,.PostCardSkeleton_post-4___I8h3.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_withImage___Mbhx h2{font-size:33px;line-height:40px}}.PostCardSkeleton_post-6__ZAeC5 img,.PostCardSkeleton_post-8__29RGo img,.PostCardSkeleton_post-9__ajOS0 img{max-height:207px}@media screen and (min-width:992px){.PostCardSkeleton_post-6__ZAeC5 img,.PostCardSkeleton_post-8__29RGo img,.PostCardSkeleton_post-9__ajOS0 img{height:207px;max-height:none}}.PostCardSkeleton_post-6__ZAeC5 h2,.PostCardSkeleton_post-8__29RGo h2,.PostCardSkeleton_post-9__ajOS0 h2{margin:0 0 8px}@media screen and (min-width:768px){.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_post-8__29RGo .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_meta__BVz9f{width:50%;display:flex;justify-content:center;flex-direction:column}}@media screen and (min-width:992px){.PostCardSkeleton_post-6__ZAeC5 a.PostCardSkeleton_img__MeoOs,.PostCardSkeleton_post-8__29RGo a.PostCardSkeleton_img__MeoOs,.PostCardSkeleton_post-9__ajOS0 a.PostCardSkeleton_img__MeoOs{width:50%}.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_post-8__29RGo .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_meta__BVz9f{width:50%;display:flex;justify-content:center;flex-direction:column}.PostCardSkeleton_post-6__ZAeC5.PostCardSkeleton_breakingNews__99xV3 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_post-8__29RGo.PostCardSkeleton_breakingNews__99xV3 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_post-9__ajOS0.PostCardSkeleton_breakingNews__99xV3 .PostCardSkeleton_meta__BVz9f{padding:0}}.PostCardSkeleton_post-6__ZAeC5 h2{font-size:18px;line-height:22px}.PostCardSkeleton_post-6__ZAeC5.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-6__ZAeC5.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2,.PostCardSkeleton_post-6__ZAeC5.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_withImage___Mbhx h2{font-size:23px;line-height:28px}@media screen and (min-width:992px){.PostCardSkeleton_post-6__ZAeC5.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2{font-size:33px;line-height:40px}}.PostCardSkeleton_post-6__ZAeC5.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_smallImage__F22yZ h2{font-size:18px;line-height:22px}@media screen and (min-width:992px){.PostCardSkeleton_post-6__ZAeC5.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_smallImage__F22yZ h2{font-size:23px;line-height:28px}}.PostCardSkeleton_post-8__29RGo h2{font-size:23px;line-height:28px}.PostCardSkeleton_post-8__29RGo img{height:284px}.PostCardSkeleton_post-8__29RGo.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-8__29RGo.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2{font-size:23px;line-height:28px}@media screen and (min-width:992px){.PostCardSkeleton_post-8__29RGo.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-8__29RGo.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2{font-size:33px;line-height:40px}}.PostCardSkeleton_post-9__ajOS0 h2{font-size:23px;line-height:28px}.PostCardSkeleton_post-9__ajOS0 img{height:334px}.PostCardSkeleton_post-9__ajOS0.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-9__ajOS0.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2,.PostCardSkeleton_post-9__ajOS0.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_withImage___Mbhx h2{font-size:23px;line-height:28px}@media screen and (min-width:992px){.PostCardSkeleton_post-9__ajOS0.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-9__ajOS0.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2,.PostCardSkeleton_post-9__ajOS0.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_withImage___Mbhx h2{font-size:33px;line-height:40px}}.PostCardSkeleton_post-12__w9Gag>article{display:block}.PostCardSkeleton_post-12__w9Gag img{height:auto;max-height:300px}.PostCardSkeleton_post-12__w9Gag h2{font-size:33px;line-height:40px;margin:0 0 8px}.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_author__x3rj9{margin-top:8px}@media screen and (min-width:768px){.PostCardSkeleton_post-12__w9Gag{max-height:none}.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_meta__BVz9f{width:50%}}@media screen and (min-width:992px){.PostCardSkeleton_post-12__w9Gag>article{display:flex}.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_imgContainer__G8Win{width:50%;margin-bottom:0}.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_imgContainer__G8Win img{height:360px;max-height:none}.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_imgContainer__G8Win.PostCardSkeleton_breakingNews__99xV3 .PostCardSkeleton_meta__BVz9f{padding:0}.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_meta__BVz9f{width:50%;display:flex;justify-content:center;flex-direction:column}}@media screen and (min-width:1200px){.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_imgContainer__G8Win img{height:438px}}.PostCardSkeleton_post-12__w9Gag.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-12__w9Gag.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2{font-size:23px;line-height:28px}@media screen and (min-width:992px){.PostCardSkeleton_post-12__w9Gag.PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_post-12__w9Gag.PostCardSkeleton_featuredTitle__szJBa.PostCardSkeleton_noImage__y51y6 h2{font-size:33px;line-height:40px}}@media screen and (min-width:768px){.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-8__29RGo .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_meta__BVz9f{padding-left:24px}}.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_meta__BVz9f{padding-top:16px}@media screen and (min-width:768px){.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_meta__BVz9f{padding-top:0;padding-left:32px}}.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag.PostCardSkeleton_swapImageOrder__LRG_G .PostCardSkeleton_meta__BVz9f{padding-top:16px}@media screen and (min-width:992px){.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag.PostCardSkeleton_swapImageOrder__LRG_G .PostCardSkeleton_meta__BVz9f{padding-top:0;padding-right:24px}}.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag.PostCardSkeleton_bgColor__VJixl article{margin-top:16px}@media screen and (min-width:992px){.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag.PostCardSkeleton_bgColor__VJixl article{margin-top:0}}.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag.PostCardSkeleton_bgColor__VJixl .PostCardSkeleton_meta__BVz9f{padding:16px}@media screen and (min-width:768px){.PostCardSkeleton_photo-2__TN0tF .PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_photo-2__TN0tF .PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-8__29RGo .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_photo-2__TN0tF .PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_photo-3__fAlzW:first-of-type .PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_photo-3__fAlzW:first-of-type .PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-8__29RGo .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_photo-3__fAlzW:first-of-type .PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_meta__BVz9f{padding-left:0}}.PostCardSkeleton_internalPadding__TTnDr .PostCardSkeleton_meta__BVz9f{padding-left:16px;padding-right:16px;padding-bottom:16px}article.PostCardSkeleton_swapImageOrder__LRG_G{flex-direction:row-reverse}.PostCardSkeleton_withCategory__PKvpN h2{margin-top:0}.PostCardSkeleton_withCategory__PKvpN .PostCardSkeleton_category__uxVYU{margin-bottom:8px}.PostCardSkeleton_noCategory__DaqSs h2,.PostCardSkeleton_withCategory__PKvpN.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_category__uxVYU,.PostCardSkeleton_withCategory__PKvpN.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_category__uxVYU,.PostCardSkeleton_withCategory__PKvpN.PostCardSkeleton_post-8__29RGo .PostCardSkeleton_category__uxVYU,.PostCardSkeleton_withCategory__PKvpN.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_category__uxVYU{margin-top:0}.PostCardSkeleton_noImage__y51y6 .PostCardSkeleton_meta__BVz9f{width:100%}.PostCardSkeleton_noImage__y51y6 .PostCardSkeleton_category__uxVYU,.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_noCategory__DaqSs h2{margin-top:0}.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_post-12__w9Gag h2,.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_post-6__ZAeC5 h2,.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_post-8__29RGo h2,.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_post-9__ajOS0 h2{font-size:18px;line-height:22px}@media screen and (min-width:992px){.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_post-12__w9Gag h2,.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_post-6__ZAeC5 h2,.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_post-8__29RGo h2,.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_post-9__ajOS0 h2{font-size:23px;line-height:28px}}.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_post-3__MLA4w h2,.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_post-4___I8h3 h2{font-size:18px;line-height:22px}.PostCardSkeleton_noImage__y51y6.PostCardSkeleton_breakingNews__99xV3 .PostCardSkeleton_meta__BVz9f{padding:24px}.PostCardSkeleton_smallImage__F22yZ .PostCardSkeleton_imgContainer__G8Win{width:150px;margin-bottom:0}.PostCardSkeleton_smallImage__F22yZ a.PostCardSkeleton_img__MeoOs{width:150px}.PostCardSkeleton_smallImage__F22yZ a.PostCardSkeleton_img__MeoOs img{height:112px;width:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media screen and (min-width:768px){.PostCardSkeleton_smallImage__F22yZ a.PostCardSkeleton_img__MeoOs img{height:112px}}.PostCardSkeleton_smallImage__F22yZ .PostCardSkeleton_meta__BVz9f{width:calc(100% - 120px);padding-top:0;padding-left:16px}@media screen and (min-width:992px){.PostCardSkeleton_smallImage__F22yZ .PostCardSkeleton_meta__BVz9f{padding-left:0;width:calc(100% - 150px)}}.PostCardSkeleton_smallImage__F22yZ.PostCardSkeleton_noImage__y51y6 .PostCardSkeleton_meta__BVz9f{width:100%;padding-left:0}.PostCardSkeleton_smallImage__F22yZ.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_meta__BVz9f{padding-top:0}.PostCardSkeleton_post-0__Y8jIz>article{display:block}.PostCardSkeleton_post-0__Y8jIz img{height:auto;max-height:300px}.PostCardSkeleton_post-0__Y8jIz h2{margin:0 0 8px}.PostCardSkeleton_collectionItem__xnofF{margin-bottom:16px}.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_collectionItemBorder__22s0m{border-bottom:1px solid #ddd}.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_collectionItemBorder__22s0m article{border-bottom:none}.PostCardSkeleton_collectionItem__xnofF:last-child{border-bottom:none;margin-bottom:0}.PostCardSkeleton_collectionItem__xnofF article{display:flex;align-items:flex-start;margin-bottom:30px;position:relative}@media screen and (min-width:768px)and (max-width:992px){.PostCardSkeleton_collectionItem__xnofF article{align-items:center}}.PostCardSkeleton_collectionItem__xnofF article:last-child{margin-bottom:0}.PostCardSkeleton_collectionItem__xnofF article .PostCardSkeleton_imgContainer__G8Win{width:120px;height:90px;overflow:hidden}.PostCardSkeleton_collectionItem__xnofF article .PostCardSkeleton_imgContainer__G8Win span{max-height:90px}.PostCardSkeleton_collectionItem__xnofF img{margin-right:13px}.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_author__x3rj9{display:block;margin-top:0;font-family:Georgia,Times,Times New Roman,serif;font-weight:400;font-size:13px;font-style:italic;line-height:17px;color:#6b6b6b}.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_title__I3Y1S{font-family:Inter var,Inter,sans-serif;color:#333;font-weight:800;line-height:17px;font-size:13px;display:inline-block}.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_featuredTitle__szJBa h2,.PostCardSkeleton_collectionItem__xnofF h2 .PostCardSkeleton_title__I3Y1S{font-size:18px;line-height:22px}@media screen and (min-width:992px){.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_featuredTitle__szJBa h2{font-size:23px;line-height:28px}}.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_featuredTitle__szJBa h2 .PostCardSkeleton_title__I3Y1S{font-size:18px;line-height:22px}@media screen and (min-width:992px){.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_featuredTitle__szJBa h2 .PostCardSkeleton_title__I3Y1S{font-size:23px;line-height:28px}}.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_category__uxVYU{font-family:Inter var,Inter,sans-serif;display:inline-block;margin-bottom:8px;text-transform:uppercase;color:#bf2c2c;font-size:12px;line-height:14px;font-weight:700}.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-1__AoKYp .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:not(first-of-type) .PostCardSkeleton_meta__BVz9f{width:calc(100% - 120px);padding-left:16px}@media screen and (min-width:992px){.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-1__AoKYp .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:not(first-of-type) .PostCardSkeleton_meta__BVz9f{width:calc(100% - 150px)}}.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-1__AoKYp .PostCardSkeleton_noImage__y51y6 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:not(first-of-type) .PostCardSkeleton_noImage__y51y6 .PostCardSkeleton_meta__BVz9f{width:100%;padding-left:0}.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article .PostCardSkeleton_imgContainer__G8Win,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article .PostCardSkeleton_imgContainer__G8Win{width:100%;height:auto}.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article .PostCardSkeleton_imgContainer__G8Win span,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article .PostCardSkeleton_imgContainer__G8Win span{max-height:none;aspect-ratio:1.33}@media screen and (min-width:768px)and (max-width:992px){.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article .PostCardSkeleton_imgContainer__G8Win,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article .PostCardSkeleton_imgContainer__G8Win{width:50%}}.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0{align-items:center}.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_imgContainer__G8Win,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_imgContainer__G8Win,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_imgContainer__G8Win,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_imgContainer__G8Win,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_imgContainer__G8Win,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_imgContainer__G8Win{width:50%;height:auto;padding-right:16px}.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_imgContainer__G8Win span,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_imgContainer__G8Win span,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_imgContainer__G8Win span,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_imgContainer__G8Win span,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_imgContainer__G8Win span,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_imgContainer__G8Win span{max-height:none;aspect-ratio:1.33}.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-2__TN0tF article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-6__ZAeC5 .PostCardSkeleton_meta__BVz9f,.PostCardSkeleton_collectionItem__xnofF.PostCardSkeleton_photo-3__fAlzW:first-of-type article.PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-9__ajOS0 .PostCardSkeleton_meta__BVz9f{width:50%}.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_imgContainer__G8Win{margin-bottom:16px}.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag .PostCardSkeleton_meta__BVz9f{padding-left:0;width:100%}.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag h2 .PostCardSkeleton_title__I3Y1S{font-size:18px;line-height:22px}.PostCardSkeleton_collectionItem__xnofF .PostCardSkeleton_withImage___Mbhx.PostCardSkeleton_post-12__w9Gag.PostCardSkeleton_featuredTitle__szJBa h2 .PostCardSkeleton_title__I3Y1S{font-size:23px;line-height:28px}.PostCollection_subhead-1__Mgkgq{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostCollection_subhead-2__hNuxM{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostCollection_subhead-overline-1__qjCaJ{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostCollection_subhead-overline-2__fAHnG{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostCollection_subhead-overline-2__fAHnG.PostCollection_form-label__jXIYM{margin-bottom:8px;text-transform:uppercase}.PostCollection_subhead-4__r_8RV{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostCollection_body__BTP55 .PostCollection_small__hF_Ip{font-size:14px}.PostCollection_body-2__wZ5SD{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p{display:flex;align-items:center;margin-bottom:32px}.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p a.PostCollection_collectionLink__8vwII,.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p span{margin:0 20px 0 0;font-family:Inter var,Inter,sans-serif;font-size:16px;font-weight:800;line-height:14px;letter-spacing:.08em;text-align:left;text-transform:uppercase;background-color:#f5f5f5;padding:10px 16px;width:auto}.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p a.PostCollection_collectionLink__8vwII,.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p a.PostCollection_collectionLink__8vwII:visited{color:#bf2c2c}.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p span{color:#6b6b6b}.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p span.PostCollection_collectionTitleImage__WPowV{margin-right:0}.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p span.PostCollection_collectionTitleImage__WPowV a,.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p span.PostCollection_collectionTitleImage__WPowV a.PostCollection_collectionLink__8vwII,.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p span.PostCollection_collectionTitleImage__WPowV span{margin-right:8px;letter-spacing:.08em}.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p span.PostCollection_collectionTitleImage__WPowV img{height:48px;width:auto;margin-right:8px}.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p.PostCollection_noSpace__17Qkh{min-height:auto;margin-bottom:0}.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p.PostCollection_headerImagePresent__hvAjp a.PostCollection_collectionLink__8vwII,.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p.PostCollection_headerImagePresent__hvAjp span{background:none;padding:0}.PostCollection_PostCollection__W_iaV .PostCollection_collectionTitle__bGi5p.PostCollection_ctaPresent__dcoYO{margin-bottom:30px}.PostCollection_PostCollection__W_iaV .PostCollection_mostReadCollectionTitle__8deEQ{display:flex;align-items:center;margin-bottom:24px}.PostCollection_PostCollection__W_iaV .PostCollection_mostReadCollectionTitle__8deEQ span{margin:0 12px 0 0;font-family:Inter var,Inter,sans-serif;font-size:16px;font-weight:800;line-height:20px;letter-spacing:0;text-align:left;text-transform:uppercase;background-color:#f5f5f5;padding:6px 16px;width:auto}.PostCollection_PostCollection__W_iaV article{display:flex;align-items:flex-start;margin-bottom:30px;padding-bottom:12px;position:relative}@media screen and (min-width:768px)and (max-width:992px){.PostCollection_PostCollection__W_iaV article{align-items:center}}.PostCollection_PostCollection__W_iaV article:last-child{margin-bottom:0}.PostCollection_PostCollection__W_iaV img{margin-right:13px}.PostCollection_PostCollection__W_iaV article.PostCollection_mostReadItem__mJ55u{align-items:flex-start;padding:14px 0;margin:0;border-bottom:1px solid #ddd}.PostCollection_PostCollection__W_iaV article.PostCollection_mostReadItem__mJ55u:last-child{border:0;padding-bottom:0}.PostCollection_PostCollection__W_iaV article.PostCollection_mostReadItem__mJ55u img,.PostCollection_PostCollection__W_iaV article.PostCollection_mostReadItem__mJ55u svg{margin-right:8.5px}.PostCollection_PostCollection__W_iaV article.PostCollection_mostReadItem__mJ55u svg{overflow:visible}.PostCollection_PostCollection__W_iaV article.PostCollection_mostReadItem__mJ55u .PostCollection_author__7W5A9{margin-top:8px}.PostCollection_PostCollection__W_iaV article.PostCollection_mostReadItem__mJ55u .PostCollection_title__uG4V7{font-size:16px;line-height:19.3px}.PostCollection_PostCollection__W_iaV .PostCollection_author__7W5A9{display:block;margin-top:0;font-family:Georgia,Times,Times New Roman,serif;font-weight:400;font-size:13px;font-style:italic;line-height:17px;color:#6b6b6b}.PostCollection_PostCollection__W_iaV .PostCollection_title__uG4V7{font-family:Inter var,Inter,sans-serif;color:#333;font-weight:800;line-height:17px;font-size:13px;display:inline-block}.PostCollection_PostCollection__W_iaV h3 .PostCollection_title__uG4V7{font-size:16px;line-height:19px}.PostCollection_PostCollection__W_iaV .PostCollection_featuredTitle__T6e_F h3 .PostCollection_title__uG4V7{font-size:18px;line-height:22px}.PostCollection_PostCollection__W_iaV .PostCollection_category__k37pW{font-family:Inter var,Inter,sans-serif;display:inline-block;margin-bottom:8px;text-transform:uppercase;color:#bf2c2c;font-size:12px;line-height:14px;font-weight:700}.PostCollection_photo-0__p82c6 article{padding:12px 0;border-bottom:1px solid #ddd;margin:0}.PostCollection_photo-0__p82c6 article:first-child{padding-top:0}.PostCollection_photo-0__p82c6 div:last-child article{padding-bottom:0;border-bottom:0}.PostCollection_collection-4__oCryo article img{min-width:70px;height:46px}.PostCollection_photo-1__I9Iza article{margin-bottom:24px}.PostCollection_photo-1__I9Iza article img{width:100px;height:75px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (min-width:992px){.PostCollection_photo-1__I9Iza article img{width:117px;height:87px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.PostCollection_photo-1__I9Iza article .PostCollection_title__uG4V7{display:block;max-height:40px;overflow:hidden;line-height:19.3px;font-size:16px}.PostCollection_photo-1__I9Iza article .PostCollection_author__7W5A9{font-size:14px;line-height:18px}.PostCollection_photo-2__dkoGp article{flex-wrap:wrap;padding:16px 0 12px;border-bottom:1px solid #ddd;margin:0}.PostCollection_photo-2__dkoGp article .PostCollection_title__uG4V7,.PostCollection_photo-2__dkoGp article h3{font-size:18px;line-height:22px}.PostCollection_photo-2__dkoGp article:first-child{padding-top:0}.PostCollection_photo-2__dkoGp article:first-child .PostCollection_author__7W5A9{font-size:14px}.PostCollection_photo-2__dkoGp article a{width:100%}.PostCollection_photo-2__dkoGp article img{max-width:100%;margin-right:0;margin-bottom:16px;height:auto;width:100%}@media screen and (min-width:992px){.PostCollection_photo-2__dkoGp article img{width:100%;height:181px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.PostCollection_photo-2__dkoGp article .PostCollection_author__7W5A9{line-height:20px}.PostCollection_photo-2__dkoGp div:last-child article{padding-bottom:0;border-bottom:0}.PostCollection_postItem__vGN3t img{width:25%;height:auto}.PostCollection_postItem__vGN3t .PostCollection_meta__utHyF{width:100%}.PostCollection_postItem__vGN3t .PostCollection_details__6o4Vi{position:relative;padding-right:1.5em}.PostCollection_summary__52vaq{color:#333;font-family:Georgia,Times,Times New Roman,serif;font-size:16px;font-weight:400;line-height:20px;margin-top:12px}.PostCollection_summaryIncipit__HTtUn{text-transform:uppercase;font-family:Inter var,Inter,sans-serif;letter-spacing:10%;font-weight:700;font-size:12px;line-height:14px;display:inline;margin-right:6px}.PostCollection_community__24BY2{background-color:#f6e7d4;padding:20px}.PostCollection_community__24BY2 h2{text-transform:uppercase;color:#bf2c2c;padding-bottom:40px}.PostCollection_size-6__k7F5_ .PostCollection_photo-1__I9Iza article .PostCollection_title__uG4V7{display:block;max-height:40px;overflow:hidden;line-height:21.8px;font-size:18px}.PostCollection_size-6__k7F5_ .PostCollection_photo-1__I9Iza article .PostCollection_author__7W5A9{font-size:14px;line-height:18px}.PostCollection_twoColumnsMode__odl2Q div:last-child article{padding-bottom:12px;border-bottom:1px solid #ddd}.PostCollection_twoColumnsMode__odl2Q div:last-child div:last-child article{padding-bottom:0;border-bottom:0}@media screen and (min-width:992px){.PostCollection_twoColumnsMode__odl2Q div div:last-child article{padding-bottom:0;border-bottom:0}}@media screen and (max-width:700px){.PostCollection_twoColumnsMode__odl2Q div:nth-child(2) div:first-child article{margin-top:12px}}.PostLastComment_subhead-1__i11wW{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostLastComment_subhead-2___T3M6{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostLastComment_subhead-overline-1__4JZ8e{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostLastComment_subhead-overline-2__VIZyv{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostLastComment_subhead-overline-2__VIZyv.PostLastComment_form-label__6dQ8S{margin-bottom:8px;text-transform:uppercase}.PostLastComment_subhead-4__a1W6_{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostLastComment_body__zhFNQ .PostLastComment_small__pUtAh{font-size:14px}.PostLastComment_body-2__xSkcL{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostLastComment_PostLastComment__FIzqh{color:#333}.PostLastComment_PostLastComment__FIzqh a{text-decoration:none;font-style:normal;font-family:Inter var,Inter,sans-serif}.PostLastComment_PostLastComment__FIzqh .PostLastComment_author__Rugr6{display:inline-block;line-height:130%;font-size:16px;font-style:normal;font-weight:400}.PostLastComment_PostLastComment__FIzqh .PostLastComment_avatar__dxidk{margin-right:8px}.PostLastComment_PostLastComment__FIzqh .PostLastComment_totalComments__1C2lH{display:inline-block;width:100%;font-size:12px;text-align:right;line-height:3em}.PostLastComment_PostLastComment__FIzqh .PostLastComment_text__XBydp{position:relative;font-size:16px;font-style:italic;font-weight:400;border:1px solid #ddd;box-sizing:border-box;border-radius:5px;padding:14px 16px;margin-top:12px;margin-bottom:14px}.PostLastComment_PostLastComment__FIzqh .PostLastComment_text__XBydp a,.PostLastComment_PostLastComment__FIzqh .PostLastComment_text__XBydp p{font-size:16px;font-style:italic}.PostLastComment_PostLastComment__FIzqh .PostLastComment_text__XBydp a.PostLastComment_readMore__r_IFM{font-weight:600;font-size:14px;line-height:17px;font-weight:700;font-style:normal;width:100%;text-align:right;display:inline-block}.PostLastComment_PostLastComment__FIzqh .PostLastComment_text__XBydp:before{content:"";position:absolute;top:-10px;left:14px;width:0;height:0;border-color:transparent transparent #ddd;border-style:solid;border-width:0 9.5px 10px}.PostLastComment_PostLastComment__FIzqh .PostLastComment_text__XBydp:after{content:"";position:absolute;top:-9px;left:15px;width:0;height:0;border-color:transparent transparent #fff;border-style:solid;border-width:0 8.5px 9px}.PostLastComment_PostLastComment__FIzqh .PostLastComment_join__TlStv{font-weight:600;font-size:14px;display:flex}.PostLastComment_PostLastComment__FIzqh .PostLastComment_join__TlStv img,.PostLastComment_PostLastComment__FIzqh .PostLastComment_join__TlStv svg{margin-right:5px!important}.PostMetadata_subhead-1__DLx7W{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostMetadata_subhead-2__WcbGk{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostMetadata_subhead-overline-1__p8Zql{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostMetadata_subhead-overline-2__wrANa{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostMetadata_subhead-overline-2__wrANa.PostMetadata_form-label__i3T1l{margin-bottom:8px;text-transform:uppercase}.PostMetadata_subhead-4__z5ygp{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostMetadata_body__T6ypv .PostMetadata_small__3HhHU{font-size:14px}.PostMetadata_body-2__1w7Hh{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostMetadata_PostMetadata__tPkB6 .PostMetadata_publicationDate__0gaiD{display:block;font-family:Georgia,Times,Times New Roman,serif;font-style:normal;font-weight:400;font-size:16px;line-height:130%;color:#6b6b6b;margin-bottom:8px}@media screen and (min-width:768px){.PostMetadata_PostMetadata__tPkB6 .PostMetadata_publicationDate__0gaiD{margin-bottom:24px}}@media screen and (min-width:992px){.PostMetadata_PostMetadata__tPkB6 .PostMetadata_publicationDate__0gaiD{margin-bottom:12px}}.PostMetadata_PostMetadata__tPkB6 .PostMetadata_editionDate__wiyNQ{display:inline-block;padding:5px 10px;background:#f5f5f5;border-radius:5px;font-family:Georgia,Times,Times New Roman,serif;font-style:normal;font-weight:400;font-size:14px;line-height:130%;margin-bottom:6px;color:#6b6b6b}@media screen and (min-width:768px){.PostMetadata_PostMetadata__tPkB6 .PostMetadata_editionDate__wiyNQ{display:block}}.PostMetadata_PostMetadata__tPkB6 .PostMetadata_editionDateLink__lMLiO{cursor:pointer}.PostMetadata_PostMetadata__tPkB6 .PostMetadata_author__SNbEz{display:block;font-family:Georgia,Times,Times New Roman,serif;font-style:normal;font-weight:400;font-size:16px;line-height:130%;color:#6b6b6b;margin-bottom:6px}.PostRow_subhead-1__1BUbT{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostRow_subhead-2__HsZhJ{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostRow_subhead-overline-1__s_aZ9{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostRow_subhead-overline-2__0p3kD{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostRow_subhead-overline-2__0p3kD.PostRow_form-label__rYyR3{margin-bottom:8px;text-transform:uppercase}.PostRow_subhead-4__91Ado{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostRow_body__PK66i .PostRow_small__VM_OA{font-size:14px}.PostRow_body-2__yXFcj{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostRow_PostRow__rLQ7e>div>div:nth-child(n+2)>div{margin-top:32px}@media screen and (min-width:768px){.PostRow_PostRow__rLQ7e>div>div:nth-child(n+2)>div{margin-top:0}.PostRow_PostRow__rLQ7e>div>div:nth-child(4n+5)>div,.PostRow_PostRow__rLQ7e>div>div:nth-child(4n+6)>div,.PostRow_PostRow__rLQ7e>div>div:nth-child(4n+7)>div,.PostRow_PostRow__rLQ7e>div>div:nth-child(4n+8)>div{margin-top:32px}}.PostRow_PostRow__rLQ7e a{width:100%}.PostRow_PostRow__rLQ7e a.PostRow_advancedSearchLink__e5wGE{font-family:Inter var,Inter,sans-serif;font-weight:700}.PostRow_PostRow__rLQ7e img{max-width:100%;margin-right:0;margin-bottom:16px;height:auto;width:100%}@media screen and (min-width:992px){.PostRow_PostRow__rLQ7e img{width:100%;height:181px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.PostRow_PostRow__rLQ7e .PostRow_meta__iRlxf{padding-left:0;padding-top:16px;width:100%}.PostRow_PostRow__rLQ7e .PostRow_collectionRowTitle__8J_eP{display:flex;align-items:center;margin-bottom:32px}.PostRow_PostRow__rLQ7e .PostRow_collectionRowTitle__8J_eP a.PostRow_collectionLink__jufId,.PostRow_PostRow__rLQ7e .PostRow_collectionRowTitle__8J_eP span{margin:0 12px 0 0;font-family:Inter var,Inter,sans-serif;font-size:16px;font-weight:800;line-height:20px;letter-spacing:.08em;text-align:left;text-transform:uppercase;background-color:#f5f5f5;padding:6px 16px;width:auto}.PostRow_PostRow__rLQ7e .PostRow_collectionRowTitle__8J_eP a.PostRow_collectionLink__jufId,.PostRow_PostRow__rLQ7e .PostRow_collectionRowTitle__8J_eP a.PostRow_collectionLink__jufId:visited{color:#bf2c2c}.PostRow_PostRow__rLQ7e .PostRow_collectionRowTitle__8J_eP span{color:#6b6b6b}.PostRow_PostRow__rLQ7e .PostRow_collectionRowTitle__8J_eP.PostRow_noSpace__NJXiX{min-height:auto;margin-bottom:0}.PostRow_PostRow__rLQ7e button.PostRow_loadMoreButton__CndZH{padding-left:22px;padding-right:22px;margin-bottom:40px}.PostSuggestBox_subhead-1__wpKV4{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostSuggestBox_subhead-2__gmKxF{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostSuggestBox_subhead-overline-1__5vLLA{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostSuggestBox_subhead-overline-2__0nmcz{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostSuggestBox_subhead-overline-2__0nmcz.PostSuggestBox_form-label__OabKi{margin-bottom:8px;text-transform:uppercase}.PostSuggestBox_subhead-4__E6E1o{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostSuggestBox_body__6J5FH .PostSuggestBox_small__Vpds_{font-size:14px}.PostSuggestBox_body-2__ktCsh{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostSuggestBox_PostSuggestBox__Bwu25{background:#f6e7d4;padding:64px 0}.PostSuggestBox_PostSuggestBox__Bwu25 a.PostSuggestBox_title__6hik9{color:#333;text-decoration:none}.PostSuggestBox_PostSuggestBox__Bwu25 a.PostSuggestBox_title__6hik9:hover{text-decoration:underline}.PostSuggestBox_PostSuggestBox__Bwu25 a.PostSuggestBox_title__6hik9 h2{font-family:Inter var,Inter,sans-serif;font-size:23px;font-style:normal;font-weight:800;line-height:28px;letter-spacing:0;margin-bottom:12px}.PostSuggestBox_PostSuggestBox__Bwu25 h4{font-family:Inter var,Inter,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:.1em;text-align:center;color:#6b6b6b;text-transform:uppercase;margin-bottom:48px}.PostSuggestBox_PostSuggestBox__Bwu25 img.PostSuggestBox_thumbnail__JM5V1{width:90%;margin-bottom:32px}@media screen and (min-width:992px){.PostSuggestBox_PostSuggestBox__Bwu25 img.PostSuggestBox_thumbnail__JM5V1{margin-bottom:0}}.PostSuggestBox_PostSuggestBox__Bwu25 .PostSuggestBox_body__6J5FH{font-family:Georgia,Times,Times New Roman,serif;font-size:16px;font-style:normal;line-height:22px;text-align:left}.PostSuggestBox_PostSuggestBox__Bwu25 .PostSuggestBox_body__6J5FH b,.PostSuggestBox_PostSuggestBox__Bwu25 .PostSuggestBox_body__6J5FH strong{font-family:Inter var,Inter,sans-serif;font-weight:700}.PostSummary_subhead-1__aVCSU{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostSummary_subhead-2__odhTu{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostSummary_subhead-overline-1__3WZFA{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostSummary_subhead-overline-2__D_H4s{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostSummary_subhead-overline-2__D_H4s.PostSummary_form-label__YTXRa{margin-bottom:8px;text-transform:uppercase}.PostSummary_subhead-4__ca5O6{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostSummary_body__K9ztR .PostSummary_small__Rz3OA{font-size:14px}.PostSummary_body-2__T7FEg{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostSummary_PostSummary__RhOh4{font-family:Georgia,Times,Times New Roman,serif;font-size:16px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0;text-align:left;margin-bottom:32px;margin-left:20px;margin-right:20px;color:#333}@media screen and (min-width:768px){.PostSummary_PostSummary__RhOh4{margin-bottom:0;margin-left:0;margin-right:0}}.PostSummary_PostSummary__RhOh4 span{font-family:Inter var,Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;letter-spacing:.1em;text-align:left;text-transform:uppercase}.PostTrendingBox_subhead-1__EVJo8{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PostTrendingBox_subhead-2__7h7Gg{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PostTrendingBox_subhead-overline-1__RdwaD{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PostTrendingBox_subhead-overline-2__Z_rM_{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PostTrendingBox_subhead-overline-2__Z_rM_.PostTrendingBox_form-label__snF0f{margin-bottom:8px;text-transform:uppercase}.PostTrendingBox_subhead-4__dsqqJ{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PostTrendingBox_body__ALfqJ .PostTrendingBox_small__QVnCA{font-size:14px}.PostTrendingBox_PostTrendingBox__LUYog h4,.PostTrendingBox_body-2__ZGxR4{font-family:Inter var,Inter,sans-serif;font-size:14px}.PostTrendingBox_PostTrendingBox__LUYog h4{font-style:normal;font-weight:700;line-height:140%;letter-spacing:.1em;text-align:center;color:#6b6b6b;text-transform:uppercase;margin-bottom:48px}.PostTrendingBox_PostTrendingBox__LUYog h4 a{font-weight:700}.PostTrendingBox_PostTrendingBox__LUYog .PostTrendingBox_articlesRow__Leqyk{margin-bottom:32px}.ProductCard_subhead-1__uVITi{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.ProductCard_subhead-2__au9uh{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.ProductCard_subhead-overline-1__73MME{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.ProductCard_subhead-overline-2__2O7qa{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.ProductCard_subhead-overline-2__2O7qa.ProductCard_form-label__8lo_P{margin-bottom:8px;text-transform:uppercase}.ProductCard_subhead-4__XtCKT{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.ProductCard_body__EmL5l .ProductCard_small__5jTFp{font-size:14px}.ProductCard_body-2__zwLpx{font-family:Inter var,Inter,sans-serif;font-size:14px}.ProductCard_ProductCard__Yv_aG{display:flex;flex-direction:column;border:1px solid #ddd;border-radius:5px;height:100%;background:#fff;z-index:10;padding:24px}.ProductCard_ProductCard__Yv_aG.ProductCard_New__zqy7k{background:#f6e7d4}.ProductCard_ProductCard__Yv_aG.ProductCard_New__zqy7k .ProductCard_Header__xhS0z .ProductCard_Badge__wvb06{background-color:#fff}.ProductCard_ProductCard__Yv_aG.ProductCard_New__zqy7k .ProductCard_Body__xGm50 .ProductCard_Description__niHkx{color:#333}.ProductCard_ProductCard__Yv_aG .ProductCard_Header__xhS0z{display:flex;justify-content:space-between;align-items:center}.ProductCard_ProductCard__Yv_aG .ProductCard_Header__xhS0z h2{margin:0}.ProductCard_ProductCard__Yv_aG .ProductCard_Header__xhS0z .ProductCard_Badge__wvb06{padding:4px 8px;border-radius:5px;background-color:#d3e9d7;font-family:Inter var,Inter,sans-serif;font-size:12px;line-height:15px;color:#333}.ProductCard_ProductCard__Yv_aG .ProductCard_Body__xGm50{display:flex;padding-top:16px;flex-direction:column;justify-content:space-between;flex:1 1}.ProductCard_ProductCard__Yv_aG .ProductCard_Body__xGm50 .ProductCard_Price__LjWQ9{margin-top:24px;margin-bottom:24px}.ProductCard_ProductCard__Yv_aG .ProductCard_Body__xGm50 .ProductCard_Subtitle__wWSNH{min-height:42px}.ProductCard_ProductCard__Yv_aG .ProductCard_Body__xGm50 .ProductCard_Description__niHkx{margin-top:16px;color:#6b6b6b;display:flex;flex:1 1 auto;justify-content:flex-start;flex-direction:column}.ProductCard_ProductCard__Yv_aG .ProductCard_Body__xGm50 .ProductCard_Description__niHkx ul{padding-left:1rem}.ProductCard_ProductCard__Yv_aG .ProductCard_Body__xGm50 .ProductCard_Footer___eD4s{display:flex;justify-content:space-around;margin-top:24px}.PurchaseCard_subhead-1__EjF0d{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.PurchaseCard_subhead-2__Zl_3c{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.PurchaseCard_subhead-overline-1__Z_YwL{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.PurchaseCard_subhead-overline-2__0wfpY{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.PurchaseCard_subhead-overline-2__0wfpY.PurchaseCard_form-label__03h1T{margin-bottom:8px;text-transform:uppercase}.PurchaseCard_subhead-4__G6tlT{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.PurchaseCard_body__9Ub1O .PurchaseCard_small__PNQ9U{font-size:14px}.PurchaseCard_body-2__MRZcc{font-family:Inter var,Inter,sans-serif;font-size:14px}.PurchaseCard_PurchaseCard__XSrcg{display:flex;width:auto;flex-direction:column;justify-content:space-between;align-self:stretch;border:1px solid #ddd;border-radius:5px}.PurchaseCard_PurchaseCard__XSrcg .PurchaseCard_Inner__kFCQs{padding:16px 24px}.PurchaseCard_PurchaseCard__XSrcg .PurchaseCard_Inner__kFCQs .PurchaseCard_Price__mGIxQ{margin-right:10px;font-family:Inter var,Inter,sans-serif;font-size:14px;line-height:16px}.PurchaseCard_PurchaseCard__XSrcg .PurchaseCard_Inner__kFCQs .PurchaseCard_Detail__a5bB2{color:#6b6b6b;font-family:Inter var,Inter,sans-serif;font-size:14px;line-height:16px}.RadioElement_subhead-1__DGtUq{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.RadioElement_subhead-2___dCOo{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.RadioElement_subhead-overline-1__N6Oww{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.RadioElement_subhead-overline-2__3_dFa{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.RadioElement_subhead-overline-2__3_dFa.RadioElement_form-label__MlrI4{margin-bottom:8px;text-transform:uppercase}.RadioElement_subhead-4__eMZhd{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.RadioElement_body__7U0oJ .RadioElement_small___vjnE{font-size:14px}.RadioElement_body-2__wpNXT{font-family:Inter var,Inter,sans-serif;font-size:14px}.RadioElement_RadioElement__z0x5Y{border:1px solid #6b6b6b;border-radius:5px;padding:16px;display:flex;flex-direction:column;margin-bottom:16px;cursor:pointer}.RadioElement_RadioElement__z0x5Y.RadioElement_selected__KEVUY,.RadioElement_RadioElement__z0x5Y:hover{border:1px solid #bf2c2c}.RadioElement_RadioElement__z0x5Y h4{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:0;text-align:left;color:#bf2c2c}.RadioElement_RadioElement__z0x5Y input{margin-right:16px;background-color:#bf2c2c}.RadioElement_RadioElement__z0x5Y input[type=radio]:after{width:20px;height:20px;border-radius:15px;top:-4px;left:-1px;position:relative;background-color:#fff;content:"";display:inline-block;visibility:visible;border:1px solid #ddd}.RadioElement_RadioElement__z0x5Y input[type=radio]:checked:after{width:20px;height:20px;border-radius:15px;top:-3px;left:-1px;position:relative;background-color:#bf2c2c;content:"";display:inline-block;visibility:visible;border:1px solid #bf2c2c}.RadioElement_RadioElement__z0x5Y .RadioElement_checkmark__Kj2_b{left:7px;top:4px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);content:"";position:absolute;display:none}.RadioElement_RadioElement__z0x5Y input:checked~.RadioElement_checkmark__Kj2_b{display:block}.RadioElement_RadioElement__z0x5Y label{padding:0;margin-bottom:0;display:block;position:relative;cursor:pointer}.RadioElement_RadioElement__z0x5Y h5{font-family:Georgia;font-size:16px;font-style:italic;font-weight:400;line-height:21px;letter-spacing:0;text-align:left;color:#333}.RadioElement_RadioElement__z0x5Y p{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:129%;margin-bottom:0;color:#6b6b6b}.RedMondayBand_subhead-1__qoWf5{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.RedMondayBand_subhead-2__PGLBv{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.RedMondayBand_subhead-overline-1__Y1TWZ{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.RedMondayBand_subhead-overline-2__MEl5Q{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.RedMondayBand_subhead-overline-2__MEl5Q.RedMondayBand_form-label__tLzMq{margin-bottom:8px;text-transform:uppercase}.RedMondayBand_subhead-4__bfoZM{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.RedMondayBand_body__PDgwQ .RedMondayBand_small__vqr2v{font-size:14px}.RedMondayBand_body-2__b_5Kl{font-family:Inter var,Inter,sans-serif;font-size:14px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_redMondayContainer__RV9Hm{background-color:rgba(205,36,41,.08);display:flex;justify-content:flex-start;padding:0;flex-wrap:wrap;width:100%}@media screen and (min-width:768px){.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_redMondayContainer__RV9Hm{width:100%}}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_list__hFy5o{width:100%;max-width:100%;margin-top:28px;margin-left:10px;margin-right:36px;height:100%;display:flex;flex-direction:column;justify-content:center}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_list__hFy5o li{color:#000;position:relative;margin-bottom:8px;list-style:none;font-size:14px;font-weight:400;line-height:18px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_list__hFy5o li:before{content:" ";background-image:url("data:image/svg+xml;utf8,<svg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path opacity='0.13' d='M13.5 6.63397C14.1667 7.01887 14.1667 7.98112 13.5 8.36602L2.25 14.8612C1.58333 15.2461 0.749999 14.765 0.749999 13.9952L0.75 1.00481C0.75 0.23501 1.58333 -0.246117 2.25 0.138783L13.5 6.63397Z' fill='%23333333'/></svg>");background-repeat:no-repeat;background-position:50%;width:20px;min-height:20px;display:block;position:absolute;top:0;left:-30px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_list__hFy5o li a{color:#000}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_list__hFy5o li a:hover{color:#bf2c2c}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_intro__6he0c{margin-top:15px;margin-bottom:12px;font-size:16px;line-height:20.8px;font-weight:400}@media screen and (min-width:768px){.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_intro__6he0c{padding-right:20px;max-width:250px}}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_cta__gRBv1,.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_intro__6he0c{margin-left:34px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC{display:flex;flex-wrap:wrap}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC .RedMondayBand_headingContainer__Djjhw{border-right:20px solid #bf2c2c;min-height:53px;margin-top:12px;width:90%}@media screen and (min-width:768px){.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC .RedMondayBand_headingContainer__Djjhw{border-right:41px solid #bf2c2c;width:100%;min-height:76px;width:275px}}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC .RedMondayBand_heading__oBpGW{height:100%;min-height:53px;background-color:#fff;font-size:18px;line-height:22px;font-weight:800;font-family:Inter var,Inter,sans-serif;margin-right:5px;display:grid;place-items:center;padding:0 26px}@media screen and (min-width:992px){.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC .RedMondayBand_heading__oBpGW{margin-right:13px;min-height:76px;font-size:23px;line-height:27.84px}}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC img.RedMondayBand_cover__kfSE2{display:block;width:100%;border:12px solid #000}@media screen and (min-width:768px){.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC img.RedMondayBand_cover__kfSE2{display:inline;display:initial;width:276px}}@media screen and (min-width:992px){.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC img.RedMondayBand_cover__kfSE2{max-height:195px}}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC>div{width:100%;margin:0 auto}@media screen and (min-width:768px){.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC>div{width:276px}}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC>div:first-child{position:relative}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC>div:first-child .RedMondayBand_logo__0xld9{background-color:#bf2c2c;width:81px;height:76px;position:absolute;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;top:12px;right:0}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_top__wk2eC>div:first-child .RedMondayBand_logo__0xld9 img{width:48px;height:60px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ{height:auto}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ .RedMondayBand_list__hFy5o{margin-left:0;margin-top:30px;max-width:100%;padding-right:0}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ .RedMondayBand_top__wk2eC{height:auto}@media screen and (min-width:768px){.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ{width:100%;height:268px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ .RedMondayBand_list__hFy5o{margin-left:50px;margin-right:0;max-width:450px;margin-top:0}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ .RedMondayBand_intro__6he0c{padding-right:0;margin-bottom:17px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ .RedMondayBand_top__wk2eC .RedMondayBand_headingContainer__Djjhw{margin-top:33px;height:86px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ .RedMondayBand_top__wk2eC img.RedMondayBand_cover__kfSE2{max-height:268px;width:379px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ .RedMondayBand_top__wk2eC>div{margin:initial}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ .RedMondayBand_top__wk2eC>div:first-child{width:379px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ .RedMondayBand_top__wk2eC>div:first-child .RedMondayBand_logo__0xld9{top:33px;width:93px;height:87px}.RedMondayBand_RedMondayBand__kgbZy .RedMondayBand_fullWidth__L7NeZ .RedMondayBand_top__wk2eC>div:first-child .RedMondayBand_logo__0xld9 img{width:55px;height:70px}}.RelatedPosts_subhead-1__7GHNQ{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.RelatedPosts_subhead-2__MU6CU{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.RelatedPosts_subhead-overline-1__OjZpA{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.RelatedPosts_subhead-overline-2__axgkf{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.RelatedPosts_subhead-overline-2__axgkf.RelatedPosts_form-label__opItc{margin-bottom:8px;text-transform:uppercase}.RelatedPosts_subhead-4__oxcMq{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.RelatedPosts_body__2t42e .RelatedPosts_small__gzjFJ{font-size:14px}.RelatedPosts_body-2__dvf_v{font-family:Inter var,Inter,sans-serif;font-size:14px}.RelatedPosts_RelatedPosts__gnpWY{background:#f5f5f5;padding:25px 0 9px}.RelatedPosts_RelatedPosts__gnpWY .RelatedPosts_heading__Ff5Pe{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;font-style:normal;font-weight:400;line-height:15px;margin-bottom:19px}.RelatedPosts_RelatedPosts__gnpWY .RelatedPosts_heading__Ff5Pe a{font-weight:700;color:#bf2c2c;margin-left:4px;font-size:12px}.RelatedPosts_RelatedPosts__gnpWY .RelatedPosts_heading__Ff5Pe .RelatedPosts_expandTopicMobile__jwa09{background-image:url('data:image/svg+xml;utf8,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.6561 1.27296L1.65611 1.27298L7.99985 7.16382L14.3434 1.27318C14.3434 1.27315 14.3434 1.27312 14.3435 1.27309L14.3436 1.27298L14.5137 1.45617C14.5673 1.4063 14.6309 1.36673 14.701 1.33973C14.7711 1.31273 14.8462 1.29883 14.9221 1.29883C14.998 1.29883 15.0731 1.31273 15.1432 1.33973C15.2133 1.36673 15.2769 1.4063 15.3305 1.45617L1.6561 1.27296ZM1.6561 1.27296C1.49971 1.12777 1.29133 1.04911 1.07758 1.04911C0.863836 1.04911 0.655453 1.12777 0.499069 1.27296L0.499068 1.27296C0.34206 1.41874 0.25 1.62059 0.25 1.83536C0.25 2.05013 0.34206 2.25199 0.499069 2.39776L7.4211 8.82448C7.49866 8.89667 7.58981 8.95305 7.68888 8.99122C7.78794 9.02938 7.89356 9.04883 7.99985 9.04883C8.10613 9.04883 8.21175 9.02938 8.31081 8.99122C8.40983 8.95307 8.50092 8.89674 8.57845 8.82461C8.5785 8.82457 8.57855 8.82452 8.57859 8.82448L15.5004 2.39798L15.3305 2.21455L15.5006 2.39776L15.5005 2.39788C15.5782 2.32587 15.641 2.23932 15.6842 2.14264C15.7274 2.04587 15.75 1.94139 15.75 1.83536C15.75 1.72934 15.7274 1.62486 15.6842 1.52808C15.641 1.43146 15.5783 1.34495 15.5006 1.27296L1.6561 1.27296Z" fill="%236B6B6B" stroke="%236B6B6B" stroke-width="0.5"/></svg>');background-repeat:no-repeat;position:absolute;right:10px;background-color:transparent;background-position:50%;border:none}.RelatedPosts_RelatedPosts__gnpWY .RelatedPosts_heading__Ff5Pe .RelatedPosts_expandTopicMobile__jwa09[aria-expanded=true]{transform:rotate(180deg)}.SidePanel_subhead-1__zjsfL{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd .SidePanel_Description__5SR4H *,.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd .SidePanel_Prehead__bpGPI,.SidePanel_subhead-2__BM_YU{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.SidePanel_subhead-overline-1__4FyR2{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.SidePanel_subhead-overline-2__A7ptF{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.SidePanel_subhead-overline-2__A7ptF.SidePanel_form-label__cz82o{margin-bottom:8px;text-transform:uppercase}.SidePanel_subhead-4__qmJ86{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.SidePanel_body__SQYev .SidePanel_small__a56S_{font-size:14px}.SidePanel_body-2__s1v9Y{font-family:Inter var,Inter,sans-serif;font-size:14px}.SidePanel_SidePanel__75bc8{display:flex;justify-content:center;align-items:flex-start;flex:1 1;background-color:#bf2c2c}.SidePanel_SidePanel__75bc8 img{max-width:100%}.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd{width:340px;margin-top:140px;margin-bottom:140px}.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd *{color:#fff}.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd h1{margin-bottom:20px}.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd .SidePanel_Prehead__bpGPI{color:#f5f5f5}.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd .SidePanel_Description__5SR4H *{color:#fff}.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd .SidePanel_ProgressBar__ttL_C{width:100%;height:5px;border-radius:5px;background-color:hsla(0,0%,100%,.2)}.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd .SidePanel_ProgressBar__ttL_C .SidePanel_ProgressBarTrack__lstKk{width:auto;height:5px;border-radius:5px;background-color:#fff}.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd .SidePanel_PositionLabel__kSkKb{flex:0 0 auto;font-family:Inter var,Inter,sans-serif;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em;color:#fff;margin-bottom:.5rem}@media screen and (max-width:990px){.SidePanel_SidePanel__75bc8{display:block;padding-right:25px;padding-left:25px;margin-top:-1px}.SidePanel_SidePanel__75bc8 .SidePanel_Image__bWFE5,.SidePanel_SidePanel__75bc8 .SidePanel_PositionLabel__kSkKb,.SidePanel_SidePanel__75bc8 .SidePanel_ProgressBar__ttL_C{display:none}.SidePanel_SidePanel__75bc8 .SidePanel_Inner__dn5Bd{margin:32px auto;width:100%}}.SingleImageBand_subhead-1__5iGT5{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.SingleImageBand_subhead-2__RZ70i{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.SingleImageBand_subhead-overline-1__dejjp{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.SingleImageBand_subhead-overline-2__J9UVp{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.SingleImageBand_subhead-overline-2__J9UVp.SingleImageBand_form-label__U22ZY{margin-bottom:8px;text-transform:uppercase}.SingleImageBand_subhead-4__94k2I{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.SingleImageBand_body__F3qWp .SingleImageBand_small__omIed{font-size:14px}.SingleImageBand_body-2__zRAFl{font-family:Inter var,Inter,sans-serif;font-size:14px}.SingleImageBand_SingleImageBand__H_fav{position:relative}.SingleImageBand_SingleImageBand__H_fav img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.SixPostCollection_subhead-1__K77mq{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.SixPostCollection_subhead-2__dMfjV{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.SixPostCollection_subhead-overline-1__8DflE{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.SixPostCollection_subhead-overline-2__XPPid{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.SixPostCollection_subhead-overline-2__XPPid.SixPostCollection_form-label__kYzBM{margin-bottom:8px;text-transform:uppercase}.SixPostCollection_subhead-4__EEddT{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.SixPostCollection_body__zlNKj .SixPostCollection_small__NoKlm{font-size:14px}.SixPostCollection_body-2__O_kLS{font-family:Inter var,Inter,sans-serif;font-size:14px}.SixPostCollection_SixPostCollection__fPFrl .SixPostCollection_OpeningUpper__XrgoE article{align-items:flex-start}.SixPostCollection_SixPostCollection__fPFrl .SixPostCollection_OpeningUpper__XrgoE .SixPostCollection_collectionTitle__fa2T8{margin-bottom:24px;display:flex}.SixPostCollection_SixPostCollection__fPFrl .SixPostCollection_OpeningUpper__XrgoE .SixPostCollection_collectionTitle__fa2T8 a.SixPostCollection_collectionLink__kV85G,.SixPostCollection_SixPostCollection__fPFrl .SixPostCollection_OpeningUpper__XrgoE .SixPostCollection_collectionTitle__fa2T8 span{margin:0 20px 0 0;font-family:Inter var,Inter,sans-serif;font-size:16px;font-weight:800;line-height:14px;letter-spacing:.08em;text-align:left;text-transform:uppercase;background-color:#f5f5f5;padding:10px 16px;width:auto}.SixPostCollection_SixPostCollection__fPFrl .SixPostCollection_OpeningUpper__XrgoE .SixPostCollection_collectionTitle__fa2T8 a.SixPostCollection_collectionLink__kV85G,.SixPostCollection_SixPostCollection__fPFrl .SixPostCollection_OpeningUpper__XrgoE .SixPostCollection_collectionTitle__fa2T8 a.SixPostCollection_collectionLink__kV85G:visited{color:#bf2c2c}.SixPostCollection_SixPostCollection__fPFrl .SixPostCollection_OpeningUpper__XrgoE .SixPostCollection_collectionTitle__fa2T8 span{color:#6b6b6b}@media screen and (max-width:700px){.SixPostCollection_SixPostCollection__fPFrl .SixPostCollection_secondGroup__Pr8Rb>div>div:first-child{height:0;min-height:0;margin-bottom:12px;border-top:1px solid #ddd}}.StepBand_subhead-1__yOnCU{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.StepBand_subhead-2__RWzUL{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.StepBand_subhead-overline-1___HI4f{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.StepBand_StepBand__WU7aB .StepBand_Inner__aG6vJ,.StepBand_subhead-overline-2__1hTkA{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.StepBand_StepBand__WU7aB .StepBand_form-label__EaPGW.StepBand_Inner__aG6vJ,.StepBand_subhead-overline-2__1hTkA.StepBand_form-label__EaPGW{margin-bottom:8px;text-transform:uppercase}.StepBand_subhead-4__GXngJ{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.StepBand_body__hSExb .StepBand_small__N04L9{font-size:14px}.StepBand_body-2__drZ_M{font-family:Inter var,Inter,sans-serif;font-size:14px}.StepBand_StepBand__WU7aB{display:block;padding:12px 24px;text-align:center;background:#f5f5f5}@media screen and (min-width:992px){.StepBand_StepBand__WU7aB{display:none}}.StepBand_StepBand__WU7aB .StepBand_Inner__aG6vJ{text-align:left}.StoreItem_subhead-1__kw3GJ{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.StoreItem_subhead-2__QMW1y{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.StoreItem_subhead-overline-1__wcrdy{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.StoreItem_subhead-overline-2__zrgYe{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.StoreItem_subhead-overline-2__zrgYe.StoreItem_form-label__TIS_B{margin-bottom:8px;text-transform:uppercase}.StoreItem_subhead-4__Tyt7F{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.StoreItem_body__QyoeN .StoreItem_small__YhD2z{font-size:14px}.StoreItem_body-2__8JOsn{font-family:Inter var,Inter,sans-serif;font-size:14px}.StoreItem_StoreItem__HWSp3{border:1px solid #ddd;border-radius:3px;text-align:center;padding:8px 32px 24px}.StoreItem_StoreItem__HWSp3 .StoreItem_Image__h6am0{max-width:100%;max-height:200px;margin-bottom:8px}.StoreItem_StoreItem__HWSp3 h3{font-size:16px;font-weight:800;line-height:19px}.StoreItem_StoreItem__HWSp3 .StoreItem_Pricing__d8A5i,.StoreItem_StoreItem__HWSp3 h3{font-family:Inter var,Inter,sans-serif;font-style:normal;letter-spacing:0;margin-bottom:8px;color:#333}.StoreItem_StoreItem__HWSp3 .StoreItem_Pricing__d8A5i{font-size:14px;font-weight:400;line-height:18px}.StoreItem_StoreItem__HWSp3 .StoreItem_Pricing__d8A5i .StoreItem_DiscountedPrice__KD8q9{color:#6b6b6b;text-decoration:line-through}.StoreItem_StoreItem__HWSp3 .StoreItem_Button__oytYm{font-size:14px;padding-left:32px;padding-right:32px}.Store_subhead-1__dCp4_{font-size:23px;line-height:28px;font-weight:300}.Store_subhead-1__dCp4_,.Store_subhead-2__W8aGJ{font-family:Inter var,Inter,sans-serif;color:#333}.Store_subhead-2__W8aGJ{font-size:18px;line-height:22px;font-weight:400}.Store_subhead-overline-1__8SXN_{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Store_subhead-overline-2__FZRNn{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Store_subhead-overline-2__FZRNn.Store_form-label__Blaqq{margin-bottom:8px;text-transform:uppercase}.Store_subhead-4__AuJ6I{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Store_body__QxiOA .Store_small__Mkd9v{font-size:14px}.Store_body-2__qzMus{font-family:Inter var,Inter,sans-serif;font-size:14px}.Store_Store__NCvv2 .Store_LinksArea__WrRQj{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.Store_Store__NCvv2 .Store_LinksArea__WrRQj .Store_StoreLink__cT35q{display:inline-block;background:#f5f5f5;padding:6px 10px;font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:800;font-size:16px;line-height:20px;letter-spacing:.08em;text-transform:uppercase}.Store_Store__NCvv2 .Store_LinksArea__WrRQj .Store_SeeAllLink__RML0s{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:17px;text-align:right}.SubscriptionCard_subhead-1__3S_WO{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.SubscriptionCard_subhead-2__5ulW_{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.SubscriptionCard_subhead-overline-1__TrGOq{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.SubscriptionCard_subhead-overline-2__p9XSi{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.SubscriptionCard_subhead-overline-2__p9XSi.SubscriptionCard_form-label__expEx{margin-bottom:8px;text-transform:uppercase}.SubscriptionCard_subhead-4__jO0Vs{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.SubscriptionCard_body__t4g0X .SubscriptionCard_small__nzOqz{font-size:14px}.SubscriptionCard_body-2__NiF6b{font-family:Inter var,Inter,sans-serif;font-size:14px}.SubscriptionCard_SubscriptionCard__4qLBG{display:flex;width:auto;flex-direction:column;justify-content:space-between;align-self:stretch;border:none}.SubscriptionCard_SubscriptionCard__4qLBG .SubscriptionCard_Inner__DyiNV{height:100%;width:100%;margin:0;padding:0;border:1px solid #ddd;border-radius:5px}.SubscriptionCard_SubscriptionCard__4qLBG .SubscriptionCard_Inner__DyiNV .SubscriptionCard_Content__HrQIE{padding:16px 24px}.SubscriptionCard_SubscriptionCard__4qLBG .SubscriptionCard_Inner__DyiNV .SubscriptionCard_Content__HrQIE .SubscriptionCard_RenewalStatus__v88qj{color:#333;font-family:Inter var,Inter,sans-serif;font-size:14px;line-height:16px}.SubscriptionCard_SubscriptionCard__4qLBG .SubscriptionCard_Inner__DyiNV .SubscriptionCard_Content__HrQIE .SubscriptionCard_RenewalDate__56Tiq{color:#6b6b6b;font-family:Inter var,Inter,sans-serif;font-size:14px;line-height:16px}.SubscriptionCard_SubscriptionCard__4qLBG .SubscriptionCard_Inner__DyiNV .SubscriptionCard_Content__HrQIE .SubscriptionCard_ActivationDate__jhrJe,.SubscriptionCard_SubscriptionCard__4qLBG .SubscriptionCard_Inner__DyiNV .SubscriptionCard_Content__HrQIE .SubscriptionCard_ExpiredDate__MwW87{font-family:Inter var,Inter,sans-serif;color:#6b6b6b;font-size:13px}.SubscriptionCard_SubscriptionCard__4qLBG .SubscriptionCard_Inner__DyiNV .SubscriptionCard_Content__HrQIE .SubscriptionCard_ExpirationDate__P2sHM{margin-right:20px}.SubscriptionCard_SubscriptionCard__4qLBG .SubscriptionCard_Inner__DyiNV .SubscriptionCard_Content__HrQIE .SubscriptionCard_Cancel__pAuZI{font-family:Inter var,Inter,sans-serif;font-size:14px;line-height:16px}.SubscriptionCard_SubscriptionCard__4qLBG .SubscriptionCard_Inner__DyiNV .SubscriptionCard_Content__HrQIE .SubscriptionCard_Status__AN_vE{display:inline-block;background:#f5f5f5;border-radius:2px;padding:4px 8px;text-align:center;color:#333;font-family:Inter var,Inter,sans-serif;font-size:12px;border:none;margin-right:.75rem}.SupplementBand_subhead-1__EwKJ6{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.SupplementBand_subhead-2__3OEqG{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.SupplementBand_subhead-overline-1__nHW8N{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.SupplementBand_subhead-overline-2__omFOU{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.SupplementBand_subhead-overline-2__omFOU.SupplementBand_form-label__jB1bh{margin-bottom:8px;text-transform:uppercase}.SupplementBand_subhead-4__b62gA{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.SupplementBand_body__bB1o8 .SupplementBand_small___UqIL{font-size:14px}.SupplementBand_body-2__o0Efb{font-family:Inter var,Inter,sans-serif;font-size:14px}.SupplementBand_SupplementBand__Y1my_{padding:32px;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width:768px){.SupplementBand_SupplementBand__Y1my_{padding:32px 0}}@media screen and (min-width:992px){.SupplementBand_SupplementBand__Y1my_{width:calc(100vw - 8px)}}@media screen and (min-width:1200px){.SupplementBand_SupplementBand__Y1my_{width:calc(100vw - 8px)}}.SupplementBand_SupplementBand__Y1my_ .SupplementBand_bandImgContainer__FegyA{display:flex;align-items:center;width:48px;height:48px;overflow:hidden;margin-right:20px}.SupplementBand_SupplementBand__Y1my_ .SupplementBand_bandTitle__NNqE3{margin-bottom:28px;display:flex;align-items:center;text-transform:uppercase;font-weight:800;line-height:20px;letter-spacing:1px;font-family:Inter var,Inter,sans-serif;padding-left:16px}@media screen and (min-width:768px){.SupplementBand_SupplementBand__Y1my_ .SupplementBand_bandTitle__NNqE3{padding:0}}.SupplementBand_SupplementBand__Y1my_ .SupplementBand_ctaContainer__U2ZY7{display:flex;justify-content:center;margin-bottom:24px}@media screen and (min-width:992px){.SupplementBand_SupplementBand__Y1my_ .SupplementBand_ctaContainer__U2ZY7{margin-bottom:0}}.SupplementBand_SupplementBand__Y1my_ .SupplementBand_cta___fq13{background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding:24px}.SupplementBand_SupplementBand__Y1my_ .SupplementBand_cta___fq13 img{margin-bottom:24px;width:100%;height:auto}.SupplementBand_SupplementBand__Y1my_ .SupplementBand_cta___fq13 a{margin-top:12px}.SupplementBand_SupplementBand__Y1my_ .SupplementBand_topicPosts__UX9Sy{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #ddd}@media screen and (min-width:992px){.SupplementBand_SupplementBand__Y1my_ .SupplementBand_topicPosts__UX9Sy{margin-bottom:0;padding-bottom:0;border-bottom:none}}.SupplementBand_SupplementBand__Y1my_ .SupplementBand_topicPosts__UX9Sy:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.SupplementBand_SupplementBand__Y1my_.SupplementBand_extra-terrestre__WexhM{background-color:hsla(98,12%,82%,.4)}.SupplementBand_SupplementBand__Y1my_.SupplementBand_extra-terrestre__WexhM .SupplementBand_ctaContainer__U2ZY7{padding-right:0}@media screen and (min-width:768px){.SupplementBand_SupplementBand__Y1my_.SupplementBand_extra-terrestre__WexhM .SupplementBand_ctaContainer__U2ZY7{padding-right:32px}}.SupplementBand_SupplementBand__Y1my_.SupplementBand_extra-terrestre__WexhM .SupplementBand_bandTitle__NNqE3{color:#207233}.SupplementBand_SupplementBand__Y1my_.SupplementBand_extra-terrestre__WexhM .SupplementBand_cta___fq13{padding:35px 49px}.SupplementBand_SupplementBand__Y1my_.SupplementBand_extra-terrestre__WexhM .SupplementBand_colorTitle__qOxKv{color:#207233}.SupplementBand_SupplementBand__Y1my_.SupplementBand_extra-terrestre__WexhM .SupplementBand_topicPostsRowET__4riY2 .SupplementBand_topicPosts__UX9Sy:nth-child(2) article:first-child h3 a{font-size:23px!important;line-height:27.84px!important}.SupplementBand_SupplementBand__Y1my_.SupplementBand_extra-terrestre__WexhM .SupplementBand_topicPosts__UX9Sy article h3 a{font-size:18px;line-height:22px}.SupplementBand_SupplementBand__Y1my_.SupplementBand_alias-domenica__uSGkC{background-color:#f7f3fa}.SupplementBand_SupplementBand__Y1my_.SupplementBand_alias-domenica__uSGkC .SupplementBand_bandTitle__NNqE3,.SupplementBand_SupplementBand__Y1my_.SupplementBand_alias-domenica__uSGkC .SupplementBand_colorTitle__qOxKv{color:#663871}.SupplementBand_SupplementBand__Y1my_.SupplementBand_alias-domenica__uSGkC .SupplementBand_topicPosts__UX9Sy article:first-child h3 a{font-size:23px!important;line-height:27.84px!important}.SupplementBand_SupplementBand__Y1my_.SupplementBand_alias__IBSP8{background-color:#f1f8fc}.SupplementBand_SupplementBand__Y1my_.SupplementBand_alias__IBSP8 .SupplementBand_bandTitle__NNqE3,.SupplementBand_SupplementBand__Y1my_.SupplementBand_alias__IBSP8 .SupplementBand_colorTitle__qOxKv{color:#259dd9}.SupplementBand_SupplementBand__Y1my_.SupplementBand_alias__IBSP8 .SupplementBand_topicPosts__UX9Sy article:first-child h3 a{font-size:23px!important;line-height:27.84px!important}.SupplementBand_post__xlpt_{border-bottom:1px solid #ddd;padding:16px 0}.SupplementBand_post__xlpt_:last-child{border-bottom:0}.SupplementBand_post__xlpt_:first-child{padding-top:0}.SupplementBand_post__xlpt_ img{width:100%;height:181px;max-height:181px;display:block;margin-bottom:16px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.SupplementBand_post__xlpt_ a{color:#333;font-family:Inter var,Inter,sans-serif;font-weight:800;font-size:18px;line-height:21.78px}.SupplementBand_post__xlpt_ p{font-weight:400;font-size:16px;line-height:20.8px;color:#333;margin:16px 0 0}.SupplementBand_post__xlpt_ .SupplementBand_author__uN4Vz{font-style:italic;margin-top:8px;display:block;color:#6b6b6b;font-size:14px;line-height:18.2px;font-weight:400}.SupplementBand_post__xlpt_.SupplementBand_first-post__16w_6 a{font-size:23px;line-height:27.84px}.SupplementBand_supplementContainer__LfdXE{padding:0 16px}.SupplementHeader_subhead-1__kjF8t{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.SupplementHeader_subhead-2__wvfjL{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.SupplementHeader_subhead-overline-1__7plK4{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.SupplementHeader_subhead-overline-2__zuxew{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.SupplementHeader_subhead-overline-2__zuxew.SupplementHeader_form-label__uVULM{margin-bottom:8px;text-transform:uppercase}.SupplementHeader_subhead-4__53zDP{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.SupplementHeader_body__c43_5 .SupplementHeader_small__e3gkn{font-size:14px}.SupplementHeader_body-2__cJkTC{font-family:Inter var,Inter,sans-serif;font-size:14px}.SupplementHeader_SupplementHeader__Kjbw1{background-color:#f4f2f4;text-align:center;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width:992px){.SupplementHeader_SupplementHeader__Kjbw1{width:calc(100vw - 8px)}}@media screen and (min-width:1200px){.SupplementHeader_SupplementHeader__Kjbw1{width:calc(100vw - 8px)}}@media screen and (min-width:768px){.SupplementHeader_SupplementHeader__Kjbw1{text-align:left}}.SupplementHeader_SupplementHeader__Kjbw1 .SupplementHeader_Image__AY0Nv{height:245px;width:auto;margin-top:31px;margin-bottom:27px}@media screen and (min-width:768px){.SupplementHeader_SupplementHeader__Kjbw1 .SupplementHeader_Image__AY0Nv{margin-top:36px;margin-bottom:44px}}.SupplementHeader_SupplementHeader__Kjbw1 .SupplementHeader_Title__V_sZ6{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:800;font-size:33px;line-height:39px;color:#663871;margin-top:0;margin-bottom:16px}@media screen and (min-width:768px){.SupplementHeader_SupplementHeader__Kjbw1 .SupplementHeader_Title__V_sZ6{margin-top:60px;margin-bottom:24px;font-size:43px;line-height:52px}}.SupplementHeader_SupplementHeader__Kjbw1 .SupplementHeader_Description__MSQ1r{font-family:Georgia;font-style:normal;font-weight:400;font-size:16px;line-height:130%;color:#333;margin-bottom:24px}.SupplementHeader_SupplementHeader__Kjbw1 .SupplementHeader_Button__e1VxT{padding:7px 45px;margin-bottom:24px}@media screen and (min-width:768px){.SupplementHeader_SupplementHeader__Kjbw1 .SupplementHeader_Button__e1VxT{margin-bottom:32px}}.SupplementHeader_SupplementHeader__Kjbw1 .SupplementHeader_BottomLabel__7uJQy{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:14px;letter-spacing:.1em;color:#6b6b6b;margin-bottom:38px}.TitleList_subhead-1__MXBK1{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.TitleList_subhead-2__HLO1m{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.TitleList_subhead-overline-1__PCFBU{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.TitleList_subhead-overline-2__r4AdV{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.TitleList_subhead-overline-2__r4AdV.TitleList_form-label__uvhLR{margin-bottom:8px;text-transform:uppercase}.TitleList_subhead-4__AgEiL{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.TitleList_body__bKXru .TitleList_small__DkDD9{font-size:14px}.TitleList_body-2__8UMU2{font-family:Inter var,Inter,sans-serif;font-size:14px}.TitleList_TitleList__77cyn{color:#333;font-family:Inter var,Inter,sans-serif;font-weight:800}.TitleList_TitleList__77cyn.TitleList_alignCenter__mHsCF{text-align:center}.TitleList_TitleList__77cyn a{color:#333}.TitleList_TitleList__77cyn .TitleList_titlePrimary__lAweD{font-size:28px;line-height:34px}@media screen and (min-width:992px){.TitleList_TitleList__77cyn .TitleList_titlePrimary__lAweD{font-size:41px;line-height:50px}}.TitleList_TitleList__77cyn .TitleList_titleSecondary__Qy_VA{font-size:20px;line-height:24px}@media screen and (min-width:992px){.TitleList_TitleList__77cyn .TitleList_titleSecondary__Qy_VA{font-size:28px;line-height:34px}}.TitleList_TitleList__77cyn .TitleList_titleTertiary__Fm9oe{font-size:18px;line-height:22px}@media screen and (min-width:992px){.TitleList_TitleList__77cyn .TitleList_titleTertiary__Fm9oe{font-size:20px;line-height:24px}}.TitleList_TitleList__77cyn.TitleList_alternateColor__41SqD,.TitleList_TitleList__77cyn.TitleList_alternateColor__41SqD a,.TitleList_TitleList__77cyn.TitleList_alternateColor__41SqD h1,.TitleList_TitleList__77cyn.TitleList_alternateColor__41SqD h2,.TitleList_TitleList__77cyn.TitleList_alternateColor__41SqD h3{color:#bf2c2c}.TitleList_TitleList__77cyn.TitleList_medium__Q1P_6 .TitleList_titlePrimary__lAweD{font-size:25px;line-height:30px}@media screen and (min-width:992px){.TitleList_TitleList__77cyn.TitleList_medium__Q1P_6 .TitleList_titlePrimary__lAweD{font-size:33px;line-height:40px}}.TitleList_TitleList__77cyn.TitleList_medium__Q1P_6 .TitleList_titleSecondary__Qy_VA{font-size:18px;line-height:22px}@media screen and (min-width:992px){.TitleList_TitleList__77cyn.TitleList_medium__Q1P_6 .TitleList_titleSecondary__Qy_VA{font-size:25px;line-height:30px}}.TitleList_TitleList__77cyn.TitleList_medium__Q1P_6 .TitleList_titleTertiary__Fm9oe{font-size:16px;line-height:19px}@media screen and (min-width:992px){.TitleList_TitleList__77cyn.TitleList_medium__Q1P_6 .TitleList_titleTertiary__Fm9oe{font-size:18px;line-height:22px}}.TitleList_TitleList__77cyn.TitleList_small__DkDD9 .TitleList_titlePrimary__lAweD{font-size:23px!important;line-height:28px!important}@media screen and (min-width:992px){.TitleList_TitleList__77cyn.TitleList_small__DkDD9 .TitleList_titlePrimary__lAweD{font-size:33px;line-height:40px}}.TitleList_TitleList__77cyn.TitleList_small__DkDD9 .TitleList_titleSecondary__Qy_VA{font-size:16px!important;line-height:19px!important}@media screen and (min-width:992px){.TitleList_TitleList__77cyn.TitleList_small__DkDD9 .TitleList_titleSecondary__Qy_VA{font-size:23px;line-height:28px}}.TitleList_TitleList__77cyn.TitleList_small__DkDD9 .TitleList_titleTertiary__Fm9oe{font-size:14px!important;line-height:17px!important}@media screen and (min-width:992px){.TitleList_TitleList__77cyn.TitleList_small__DkDD9 .TitleList_titleTertiary__Fm9oe{font-size:16px;line-height:19px}}.TopicBand_subhead-1__mShHU{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.TopicBand_subhead-2__TnuW4{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.TopicBand_subhead-overline-1__kwDMr{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.TopicBand_subhead-overline-2__yCX3s{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.TopicBand_subhead-overline-2__yCX3s.TopicBand_form-label__UIuuR{margin-bottom:8px;text-transform:uppercase}.TopicBand_subhead-4__PS_Zj{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.TopicBand_body__Gr_6c .TopicBand_small__prsIT{font-size:14px}.TopicBand_body-2__2ZhYl{font-family:Inter var,Inter,sans-serif;font-size:14px}.TopicBand_TopicBand___yRtC{background-color:#f5f5f5;padding:32px 0}.TopicBand_TopicBand___yRtC.TopicBand_fullWidth__5JEu5{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:32px}@media screen and (min-width:992px){.TopicBand_TopicBand___yRtC.TopicBand_fullWidth__5JEu5{width:calc(100vw - 8px)}}@media screen and (min-width:1200px){.TopicBand_TopicBand___yRtC.TopicBand_fullWidth__5JEu5{width:calc(100vw - 8px)}}@media screen and (min-width:768px){.TopicBand_TopicBand___yRtC.TopicBand_fullWidth__5JEu5{padding:32px 0}.TopicBand_TopicBand___yRtC{padding:32px 0 70px}}.TopicBand_TopicBand___yRtC figure img{margin:0 auto;display:block;max-width:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (min-width:768px){.TopicBand_TopicBand___yRtC figure img{margin:auto}}.TopicBand_TopicBand___yRtC figure span{display:block;font-size:12px;text-align:center;color:#6b6b6b;font-family:Inter var,Inter,sans-serif;line-height:16px;margin-top:13px}.TopicBand_TopicBand___yRtC .TopicBand_topicPosts__eK_r1{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #ddd}@media screen and (min-width:992px){.TopicBand_TopicBand___yRtC .TopicBand_topicPosts__eK_r1{margin-bottom:0;padding-bottom:0;border-bottom:none}}.TopicBand_TopicBand___yRtC .TopicBand_topicPosts__eK_r1:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.TopicBand_TopicBand___yRtC .TopicBand_topicPosts__eK_r1 article:first-child h3 a{font-size:23px!important;line-height:27.84px!important}.TopicBand_TopicBand___yRtC .TopicBand_first-post__8GTfr img{width:100%;height:181px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.TopicBand_topicTitleContainer__6FhY4{background-color:#fff;display:inline-block;padding:8px 20px;border-radius:5px;border:1px solid #ddd;margin-bottom:33px}.TopicBand_topicTitleContainer__6FhY4>div{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.TopicBand_topicTitleContainer__6FhY4 span{margin:0 12px;font-family:Inter var,Inter,sans-serif;color:#bf2c2c;font-size:18px;font-weight:800;line-height:22px;letter-spacing:0;text-align:left}.TopicBand_topicContainer__Mwp7p{padding:0 16px}.TopicHeader_subhead-1__jsBOB{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.TopicHeader_subhead-2__X5I1I{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.TopicHeader_subhead-overline-1__UbtgC{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.TopicHeader_subhead-overline-2__6Qu4e{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.TopicHeader_subhead-overline-2__6Qu4e.TopicHeader_form-label__rD84d{margin-bottom:8px;text-transform:uppercase}.TopicHeader_subhead-4__1_kv_{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.TopicHeader_body__JXXJj .TopicHeader_small__Z0TVg{font-size:14px}.TopicHeader_body-2__y3i8u{font-family:Inter var,Inter,sans-serif;font-size:14px}.TopicHeader_TopicHeader__4DrNP{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-top:32px}.TopicHeader_TopicHeader__4DrNP .TopicHeader_Image__shR_W img{-o-object-fit:cover;object-fit:cover;width:100%}h1.TopicHeader_topicTitle__3vyS5{display:inline-block;font-family:Inter var,Inter,sans-serif;font-weight:800;font-size:33px;line-height:39px;color:#333;background:#f5f5f5;padding:15px 29px;margin-bottom:0}@media screen and (min-width:768px){h1.TopicHeader_topicTitle__3vyS5{font-size:43px;line-height:52px}}p.TopicHeader_description__QFaXK{margin-top:32px}.UpsellingBox_subhead-1__ZR4Sr{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.UpsellingBox_subhead-2__pO12u{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.UpsellingBox_subhead-overline-1__GMlNm{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.UpsellingBox_subhead-overline-2__rQfW3{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.UpsellingBox_subhead-overline-2__rQfW3.UpsellingBox_form-label__k2WQQ{margin-bottom:8px;text-transform:uppercase}.UpsellingBox_subhead-4___UwpF{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.UpsellingBox_body__MXMAw .UpsellingBox_small__JER_r{font-size:14px}.UpsellingBox_body-2__7IP9t{font-family:Inter var,Inter,sans-serif;font-size:14px}.UpsellingBox_UpsellingBox___9tFm{margin-bottom:24px}.UpsellingBox_UpsellingBox___9tFm .UpsellingBox_heading__jVU1T{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:14px;letter-spacing:.1em;text-transform:uppercase;color:#333;margin-bottom:24px}.UpsellingBox_UpsellingBox___9tFm .UpsellingBox_info__eiXIE{border:1px solid #6b6b6b;border-radius:5px;padding:16px;display:flex;flex-direction:column;margin-bottom:16px}.UpsellingBox_UpsellingBox___9tFm .UpsellingBox_info__eiXIE h4{font-family:Inter var,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:0;text-align:left;color:#bf2c2c}.UpsellingBox_UpsellingBox___9tFm .UpsellingBox_info__eiXIE h5{font-family:Georgia;font-size:16px;font-style:italic;font-weight:400;line-height:21px;letter-spacing:0;text-align:left;color:#333}.UpsellingBox_UpsellingBox___9tFm .UpsellingBox_info__eiXIE p{font-family:Inter var,Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:129%;margin-bottom:0;color:#6b6b6b}.UserDataCard_subhead-1__v3VVR{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.UserDataCard_subhead-2__MOP0r{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.UserDataCard_subhead-overline-1__0trds{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.UserDataCard_subhead-overline-2__3rWks{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.UserDataCard_subhead-overline-2__3rWks.UserDataCard_form-label__tjKOA{margin-bottom:8px;text-transform:uppercase}.UserDataCard_subhead-4__TrOSo{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.UserDataCard_body__NUbCH .UserDataCard_small__ZnxZf{font-size:14px}.UserDataCard_body-2__CoHPh{font-family:Inter var,Inter,sans-serif;font-size:14px}.UserDataCard_UserDataCard__7vcq_{padding:23px 25px;border-radius:5px;background-color:#f5f5f5;margin-bottom:30px}.UserDataCard_UserDataCard__7vcq_ .UserDataCard_Header__ATc1D{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.UserDataCard_UserDataCard__7vcq_ a{font-weight:700}.VideoCard_subhead-1__tajXg{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.VideoCard_subhead-2__Bjr50{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.VideoCard_subhead-overline-1__FI6nQ{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.VideoCard_subhead-overline-2__ztfhr{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.VideoCard_subhead-overline-2__ztfhr.VideoCard_form-label__Bztdk{margin-bottom:8px;text-transform:uppercase}.VideoCard_subhead-4__Vvuj_{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.VideoCard_body__kz10O .VideoCard_small__6ofHP{font-size:14px}.VideoCard_body-2___TJRn{font-family:Inter var,Inter,sans-serif;font-size:14px}.VideoCard_VideoCard__f3qAG .VideoCard_heading__5c3W9 h3.VideoCard_overTitle__tzowH{text-transform:uppercase}.VideoCard_VideoCard__f3qAG .VideoCard_heading__5c3W9 h2.VideoCard_cardTitle__XETso{margin-bottom:12px}@media screen and (min-width:768px){.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-12__a9nxJ .VideoCard_videoCardInner__8TjAx,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-8__D30wW .VideoCard_videoCardInner__8TjAx,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-9___UwGO .VideoCard_videoCardInner__8TjAx{display:flex;flex-direction:row-reverse;align-items:center}.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-12__a9nxJ .VideoCard_videoCardInner__8TjAx .VideoCard_text__c9JRL,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-12__a9nxJ .VideoCard_videoCardInner__8TjAx .VideoCard_video__5It50,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-8__D30wW .VideoCard_videoCardInner__8TjAx .VideoCard_text__c9JRL,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-8__D30wW .VideoCard_videoCardInner__8TjAx .VideoCard_video__5It50,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-9___UwGO .VideoCard_videoCardInner__8TjAx .VideoCard_text__c9JRL,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-9___UwGO .VideoCard_videoCardInner__8TjAx .VideoCard_video__5It50{flex:50% 1}.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-12__a9nxJ img,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-8__D30wW img,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-9___UwGO img{margin-bottom:0}}.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-12__a9nxJ .VideoCard_cardTitle__XETso,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-8__D30wW .VideoCard_cardTitle__XETso,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-9___UwGO .VideoCard_cardTitle__XETso{font-size:33px;line-height:38px;margin-bottom:12px}@media screen and (min-width:768px){.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-6__48htc .VideoCard_videoCardInner__8TjAx{display:flex;flex-direction:row-reverse;align-items:center}.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-6__48htc .VideoCard_videoCardInner__8TjAx .VideoCard_text__c9JRL,.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-6__48htc .VideoCard_videoCardInner__8TjAx .VideoCard_video__5It50{flex:50% 1}.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-6__48htc img{margin-bottom:0}.VideoCard_VideoCard__f3qAG .VideoCard_videoCardContainer-9___UwGO .VideoCard_text__c9JRL{padding-left:5%;padding-right:5%}}.VideoCard_VideoCard__f3qAG .VideoCard_withBorder__miAVq{border:1px solid #ddd;border-radius:4px;padding:1rem}.VideoCard_VideoCard__f3qAG .VideoCard_noBorder__wOWoK{border:none;padding:0}.VideoCard_VideoCard__f3qAG .VideoCard_text__c9JRL{padding-right:24px}.VideoCard_PostVideoContainerOuter__sU42G{padding:10px 0;display:flex;flex-direction:row-reverse;align-items:center;flex:50% 1}.VideoCard_PostVideoContainerOuter__sU42G .VideoCard_PostVideoContainer__gSYwT{padding-right:0;padding-left:0}@media screen and (min-width:768px){.VideoCard_PostVideoContainerOuter__sU42G .VideoCard_PostVideoContainer__gSYwT{padding-right:0;padding-left:0}}.VideoCard_PostVideoContainerOuter__sU42G .VideoCard_PostVideoContainer__gSYwT .VideoCard_PostVideo__Yf3hE{display:block;position:relative;height:0;overflow:hidden;padding:0 0 65%}@media screen and (min-width:768px){.VideoCard_PostVideoContainerOuter__sU42G .VideoCard_PostVideoContainer__gSYwT .VideoCard_PostVideo__Yf3hE{padding:0 5%;padding-bottom:53.5%}}.BreakingNewsBanner_BreakingNewsBanner__WirHx{margin:24px 0}.Pagination_subhead-1__lTBwM{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.Pagination_subhead-2__5qsh7{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.Pagination_subhead-overline-1__0i0kl{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.Pagination_subhead-overline-2__hrJdo{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.Pagination_subhead-overline-2__hrJdo.Pagination_form-label__kFwNH{margin-bottom:8px;text-transform:uppercase}.Pagination_subhead-4__JUIr3{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.Pagination_body__n7AOV .Pagination_small__5kgIm{font-size:14px}.Pagination_body-2__yez0O{font-family:Inter var,Inter,sans-serif;font-size:14px}.Pagination_PaginationArea__jPYkz{display:flex;justify-content:center;margin-bottom:16px;font-family:Inter var,Inter,sans-serif}.Pagination_PaginationArea__jPYkz .Pagination_last__pmJFX,.Pagination_PaginationArea__jPYkz .Pagination_position__g4ZsB{display:none}@media screen and (min-width:768px){.Pagination_PaginationArea__jPYkz .Pagination_last__pmJFX,.Pagination_PaginationArea__jPYkz .Pagination_position__g4ZsB{display:inline;display:initial}}.Pagination_PaginationArea__jPYkz .Pagination_position__g4ZsB,.Pagination_PaginationArea__jPYkz .Pagination_position__g4ZsB a{cursor:text}.Pagination_PaginationArea__jPYkz .Pagination_position__g4ZsB a:hover,.Pagination_PaginationArea__jPYkz .Pagination_position__g4ZsB:hover{background:#fff}.SidePanelContainer_subhead-1__UAcEk{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.SidePanelContainer_subhead-2___uKGc{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.SidePanelContainer_subhead-overline-1__UDu3z{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.SidePanelContainer_subhead-overline-2__2gbXc{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.SidePanelContainer_subhead-overline-2__2gbXc.SidePanelContainer_form-label__cVGkm{margin-bottom:8px;text-transform:uppercase}.SidePanelContainer_subhead-4__0WHDi{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.SidePanelContainer_body__3cEW_ .SidePanelContainer_small__Soyfh{font-size:14px}.SidePanelContainer_body-2__0W8Es{font-family:Inter var,Inter,sans-serif;font-size:14px}.SidePanelContainer_SidePanelContainer__XTI4K{display:flex;flex:1 1}.SidePanelContainer_SidePanelContainer__XTI4K .SidePanelContainer_Inner__MlSwX{display:flex;flex:1 1;flex-direction:column}@media screen and (min-width:992px){.SidePanelContainer_SidePanelContainer__XTI4K .SidePanelContainer_Inner__MlSwX{flex-direction:row}}.SidePanelContainer_SidePanelContainer__XTI4K .SidePanelContainer_Inner__MlSwX .SidePanelContainer_Content__tKpoh{display:flex;flex:1 1;align-items:flex-start}@media screen and (min-width:992px){.SidePanelContainer_SidePanelContainer__XTI4K .SidePanelContainer_Inner__MlSwX .SidePanelContainer_Content__tKpoh{align-items:center}}.SidePanelContainer_SidePanelContainer__XTI4K .SidePanelContainer_Inner__MlSwX .SidePanelContainer_Content__tKpoh .SidePanelContainer_Center__MKycO{display:flex;flex:1 1;padding:1rem}.SidePanelContainer_SidePanelContainer__XTI4K .SidePanelContainer_Inner__MlSwX .SidePanelContainer_Panel__mhall{background:#bf2c2c;display:flex;align-items:flex-start}@media screen and (min-width:992px){.SidePanelContainer_SidePanelContainer__XTI4K .SidePanelContainer_Inner__MlSwX .SidePanelContainer_Panel__mhall{align-items:center}.SidePanelContainer_SidePanelContainer__XTI4K .SidePanelContainer_Inner__MlSwX .SidePanelContainer_Panel__mhall .SidePanelContainer_PanelInner__pIk3P h2,.SidePanelContainer_SidePanelContainer__XTI4K .SidePanelContainer_Inner__MlSwX .SidePanelContainer_Panel__mhall .SidePanelContainer_PanelInner__pIk3P p{display:none}}.UserPanelDropDownToggle_subhead-1__j6dJO{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.UserPanelDropDownToggle_subhead-2__1S6lL{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.UserPanelDropDownToggle_subhead-overline-1__2J7RY{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.UserPanelDropDownToggle_subhead-overline-2__oy3Ti{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.UserPanelDropDownToggle_subhead-overline-2__oy3Ti.UserPanelDropDownToggle_form-label__qguY0{margin-bottom:8px;text-transform:uppercase}.UserPanelDropDownToggle_subhead-4__7C11f{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.UserPanelDropDownToggle_body__CschD .UserPanelDropDownToggle_small__OEjCG{font-size:14px}.UserPanelDropDownToggle_body-2__98Pyh{font-family:Inter var,Inter,sans-serif;font-size:14px}.UserPanelDropDownToggle_UserPanelDropdownToggle__Rw_kg{cursor:pointer;border-radius:6px;background-color:#f5f5f5;height:40px;width:68px;display:flex;align-items:center;justify-content:space-between;padding:0 8px}.UserPanelDropDownToggle_UserPanelDropdownToggle__Rw_kg:hover{background-color:#ddd}.UserPanelDropDown_subhead-1__W2_3M{font-family:Inter var,Inter,sans-serif;color:#333;font-size:23px;line-height:28px;font-weight:300}.UserPanelDropDown_subhead-2__hw1kh{font-family:Inter var,Inter,sans-serif;color:#333;font-size:18px;line-height:22px;font-weight:400}.UserPanelDropDown_subhead-overline-1__24ISF{font-family:Inter var,Inter,sans-serif;font-size:16px;line-height:20px;font-weight:800;letter-spacing:.08px}.UserPanelDropDown_subhead-overline-2___TyqY{font-family:Inter var,Inter,sans-serif;color:#333;font-size:12px;line-height:14px;font-weight:700;letter-spacing:.1em}.UserPanelDropDown_subhead-overline-2___TyqY.UserPanelDropDown_form-label__rx0Qo{margin-bottom:8px;text-transform:uppercase}.UserPanelDropDown_subhead-4__bYiUA{font-family:Inter var,Inter,sans-serif;font-size:18px;line-height:22px}.UserPanelDropDown_body__yZx5l .UserPanelDropDown_small__ogAcD{font-size:14px}.UserPanelDropDown_body-2__Y61lk{font-family:Inter var,Inter,sans-serif;font-size:14px}.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Header___jS8n{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0}.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Header___jS8n>a{margin:0 12px}@media screen and (min-width:768px){.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Header___jS8n>a{margin-left:12px;margin-right:0}}.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Item__GfXy_{color:#6b6b6b;line-height:19px;font-size:16px;height:43px;padding:7px 32px 7px 16px;display:flex;align-items:center}.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Item__GfXy_.UserPanelDropDown_ItemNoIcon__xaCcG{padding-left:20px}.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Item__GfXy_ svg{width:24px;height:24px;margin-right:15px}.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Item__GfXy_:hover{color:#6b6b6b}.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Item__GfXy_.UserPanelDropDown_active__JCmnY,.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Item__GfXy_:active{color:#fff}.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Item__GfXy_.UserPanelDropDown_active__JCmnY svg *,.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_Item__GfXy_:active svg *{fill:#fff}.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_DropdownClosed__B7uBN svg[class*=dropdownOpenIcon],.UserPanelDropDown_UserPanelDropdown__E6hKB .UserPanelDropDown_DropdownOpen___j7Xg svg[class*=dropdownClosedIcon]{display:none}