.spinner{margin:10px auto 0;width:70px;text-align:center}.spinner>div{width:10px;height:10px;background-color:hsla(0,0%,100%,.5);border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.spinner--dark>div{background-color:rgba(0,0,0,.5)}.spinner .bounce1{animation-delay:-.32s}.spinner .bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}: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:rgba(255,255,255,0.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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g)*1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:rgba(0,0,0,0);outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap";blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}.ad{margin-bottom:30px}.ad--sticky{position:-webkit-sticky;position:sticky;top:20px}.article{margin-top:10px}.article__kicker{display:block;font-size:1.8rem;margin-bottom:15px}.article__headline{font-weight:700;margin-top:30px}.article__lead{font-size:1.9rem;margin-top:25px;margin-bottom:0}.article__info{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px}.article__meta{font-size:1.5rem}.article__author{font-weight:700}.article__featured{margin-top:40px}.article__image figcaption{color:#828282;margin-top:15px}.article__text{font-size:1.9rem;line-height:1.7;margin-top:40px;margin-bottom:50px}.article__text h1,.article__text h2,.article__text h3,.article__text h4,.article__text h5,.article__text h6{line-height:1.4;margin-top:20px;margin-bottom:10px}@media(min-width:769px){.article__text h1,.article__text h2,.article__text h3,.article__text h4,.article__text h5,.article__text h6{margin-top:40px;margin-bottom:20px}}.article__text p{font-size:1.9rem;line-height:1.7;margin-bottom:15px}@media(min-width:769px){.article__text p{margin-bottom:20px}}.article__text a{color:#e32900}.article__text a:hover{text-decoration:underline}.article__text ul{list-style:disc}.article__text ol,.article__text ul{padding-left:40px;margin-bottom:15px}@media(min-width:769px){.article__text ol,.article__text ul{margin-bottom:20px}}.article__text figure{margin-top:40px;margin-bottom:40px}.article__text figure img{display:block}.article__text .cs_img_caption,.article__text figure figcaption{font-size:1.6rem;color:#828282;margin-top:15px}.article__text blockquote{font-family:Merriweather,serif;font-size:2.8rem;font-style:italic;margin-top:40px;margin-bottom:40px}.article__box{display:flex}.article__box+.article__box{margin-top:30px}.article__box__img{width:70px;flex:0 0 70px;margin-right:20px}.article__box__img img{border-radius:100%;overflow:hidden}.article__box__name{font-weight:700;margin-bottom:5px}.article__box__role{font-size:1.4rem;text-transform:uppercase;margin-bottom:5px}.article__box__bio{font-size:1.5rem;line-height:1.6}.article__sugg{margin-top:40px}@media(min-width:769px){.article__sugg{margin-top:80px}}.article__suggBtn{text-align:center;position:absolute;bottom:0;left:0;right:0;padding-top:160px;padding-bottom:0;background-image:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.7) 35%,rgb(255,255,255) 80%)}@media(min-width:1024px){.authorBox{margin-top:55px}}.authorBox__img{width:110px;margin-bottom:20px}.authorBox__img img{border-radius:100%;overflow:hidden}.authorBox__hdl{font-size:2.8rem;font-weight:700;margin-bottom:20px}.authorBox__pos{font-size:1.4rem;text-transform:uppercase}.authorBox__bio,.authorBox__pos{margin-bottom:20px}.briefList{margin-bottom:30px}.briefList__kicker,.briefList__time{display:block;font-size:1.4rem;color:#757575;margin-bottom:10px}.briefList__hdl{font-size:1.6rem;font-weight:700}@keyframes btn-spin{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0)}to{transform:rotate(1turn)}}.btn{font-size:1.4rem;font-weight:700;padding:10px 30px;text-transform:uppercase;border:1px solid #333;background:rgba(0,0,0,0);border-radius:2px;cursor:pointer}.btn:hover{opacity:.9}.btn--color{color:#fff;background:#f45555;border:1px solid #f45555}.btn--load{position:relative;padding:10px 40px;transition:transform .2s}.btn--load:disabled .btn__spin{opacity:1}.btn--load:disabled .btn__spin:after{animation:btn-spin 1s linear infinite}.btn__spin{position:absolute;left:15px;opacity:0}.btn__spin:after{content:" ";display:block;width:15px;height:15px;box-sizing:border-box;border-radius:50%;border:2px solid;border-left:2px solid rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.btnLink{display:inline-block;font-family:Merriweather,serif;font-size:1.5rem;font-style:italic}html{font-size:56%}@media(min-width:641px){html{font-size:62.5%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.6em;font-weight:400;line-height:1.4;color:#333;padding-top:0;background:#333}body,h1,h2,h3,h4,h5,h6{font-family:Open Sans,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:700}h1{font-size:3.5rem}h2{font-size:3rem}h3{font-size:2.5rem}h4{font-size:2rem}h5{font-size:1.5rem}h6{font-size:1rem}.btn--load,a{color:#333;text-decoration:none;transform:translateY(0);transition:transform .2s}.btn--load:hover,a:hover{transform:translateY(-2px)}p{color:#333;font-size:1.7rem;font-weight:400;line-height:169%;margin-top:0;margin-bottom:15px}nav ul{margin:0;padding:0;list-style:none}img{max-width:100%;width:100%}input{font-size:1.4rem;font-style:italic;color:#757575;padding:10px 20px;margin:0}.footer,input{font-family:Merriweather,serif}.footer{display:flex;flex-direction:column;justify-content:space-between;align-items:center;color:#fff;margin-top:20px;margin-left:-15px;margin-right:-15px;padding:40px;background:#222}@media(min-width:769px){.footer{flex-direction:row;margin-left:-30px;margin-right:-30px}}.footer p{font-size:1.4rem;font-style:italic;margin-bottom:0}.footer a,.footer p{color:#fff}.footer__logo img{width:120px}.footer__social{display:flex;margin:20px 0}@media(min-width:769px){.footer__social{margin:0}}.footer__social p{font-size:1.5rem;margin-right:20px}.head__top{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 0}.head__topLeft{display:none;margin-top:20px}@media(min-width:769px){.head__topLeft{display:block}}.head__social{margin-top:20px}.head__middle{display:flex;justify-content:space-between}.head__middle .links li:last-child{margin-right:0}.head__logo{display:block;width:240px;margin:20px auto 0;cursor:pointer}@media(min-width:769px){.head__logo{margin-left:auto;margin-right:auto}}.head__social{display:none}@media(min-width:769px){.head__social{display:flex}}.head__social p{font-family:Merriweather,serif;font-size:1.5rem;font-style:italic;margin-right:20px;margin-bottom:0}.head__bottom{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:10px 0;flex-direction:column-reverse}@media(min-width:769px){.head__bottom{flex-direction:row}}.head__bottom .links li:last-child{margin-right:0}.marginTop0{margin-top:0!important}@media(min-width:641px){.marginTop0{margin-top:0!important}}.marginBottom0{margin-bottom:0!important}@media(min-width:641px){.marginBottom0{margin-bottom:0!important}}.margin0{margin:0!important}@media(min-width:641px){.margin0{margin:0!important}}.marginTop20{margin-top:10px!important}@media(min-width:641px){.marginTop20{margin-top:20px!important}}.marginBottom20{margin-bottom:10px!important}@media(min-width:641px){.marginBottom20{margin-bottom:20px!important}}.margin20{margin:10px!important}@media(min-width:641px){.margin20{margin:20px!important}}.marginTop30{margin-top:15px!important}@media(min-width:641px){.marginTop30{margin-top:30px!important}}.marginBottom30{margin-bottom:15px!important}@media(min-width:641px){.marginBottom30{margin-bottom:30px!important}}.margin30{margin:15px!important}@media(min-width:641px){.margin30{margin:30px!important}}.marginTop60{margin-top:30px!important}@media(min-width:641px){.marginTop60{margin-top:60px!important}}.marginBottom60{margin-bottom:30px!important}@media(min-width:641px){.marginBottom60{margin-bottom:60px!important}}.margin60{margin:30px!important}@media(min-width:641px){.margin60{margin:60px!important}}.marginBottom-20{margin-bottom:-10px!important}@media(min-width:769px){.marginBottom-20{margin-bottom:-20px!important}}.container{max-width:1084px;margin:0 auto;padding:0 15px;background:#fff}@media(min-width:769px){.container{padding:0 30px}}.center{display:block;text-align:center;margin-left:auto;margin-right:auto}.unavailableOffline{opacity:.5;cursor:not-allowed}.hero{position:relative;margin-bottom:30px}.hero .hero__img:after{display:none}@media(min-width:769px){.hero .hero__img:after{display:block}}.hero__img{position:relative;margin-bottom:20px}@media(min-width:769px){.hero__img{margin-bottom:0}}.hero__img:after{position:absolute;display:block;content:" ";width:100%;height:100%;margin-bottom:0;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(12deg,rgba(0,0,0,.6) 15%,rgba(0,0,0,.15) 52%,rgba(0,0,0,0) 70%)}.hero__text{position:relative;max-width:630px;left:auto;right:auto;bottom:auto}@media(min-width:769px){.hero__text{position:absolute;margin-left:0;left:20px;bottom:20px}}.hero__text *{color:#333}@media(min-width:769px){.hero__text *{color:#fff}}.hero__kicker{display:block;margin-bottom:10px}.hero__hdl{font-size:2.8rem;font-weight:700}.hero__lead{margin-top:10px;margin-bottom:0}.hero--cover{margin-left:-15px;margin-right:-15px}@media(min-width:769px){.hero--cover{margin-left:-30px;margin-right:-30px}}.hero__text--cover{margin-left:20px;margin-right:20px}@media(min-width:769px){.hero__text--cover{margin-left:30px;left:40px;bottom:40px}}.hero__hdl--cover{font-size:2.8rem}@media(min-width:769px){.hero__hdl--cover{font-size:3.4rem}}.hero--small .hero__img:after{display:block}.hero__text--small{position:absolute;margin-left:0;left:20px;right:20px;bottom:20px}.hero__text--small *{color:#fff}.hero__hdl--small{font-family:Merriweather,serif;font-size:2.2rem;font-style:italic}.icon{position:absolute;top:20px;right:20px;width:36px;height:auto}.icon--hero{width:48px;height:auto}.join{margin-top:0!important}@media(min-width:769px){.join{margin-right:-30px}}.join__text{padding:40px 40px 40px 0!important}@media(min-width:769px){.join__text{padding:80px 80px 80px 0!important}}.join__form{display:flex;align-items:center;justify-content:center;padding:40px!important;background:#eaeaea}@media(min-width:769px){.join__form{padding:80px!important}}.join__form form{display:flex;flex-direction:column;flex:0 1 280px}.join__form form input{margin-bottom:20px}.join__top{display:flex;justify-content:space-between}.join__top img{width:24px}.join__sep{position:relative;font-size:3rem;font-weight:700;color:#eaeaea;line-height:0px;margin-top:40px}@media(min-width:769px){.join__sep{margin-top:0}}.join__sep span{background:#fff}.join__sep span:after{position:absolute;left:50px;right:0;display:block;content:" ";height:1px;background:#eaeaea}@media(min-width:769px){.join__sep span:after{right:-30px}}.grid{align-items:stretch;justify-content:flex-start;flex-wrap:wrap}.grid .grid__item{flex:1 1 auto;padding:0 1.5rem}.grid .grid__item.grid__item--col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.grid .grid__item.grid__item--col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.grid .grid__item.grid__item--col-3{flex:0 0 25%;max-width:25%}.grid .grid__item.grid__item--col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.grid .grid__item.grid__item--col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.grid .grid__item.grid__item--col-6{flex:0 0 50%;max-width:50%}.grid .grid__item.grid__item--col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.grid .grid__item.grid__item--col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.grid .grid__item.grid__item--col-9{flex:0 0 75%;max-width:75%}.grid .grid__item.grid__item--col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.grid .grid__item.grid__item--col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.grid .grid__item.grid__item--col-12{flex:0 0 100%;max-width:100%}.grid .grid__item>.grid,.grid--padding-fix{margin-left:-1.5rem;margin-right:-1.5rem;padding:0}.grid--margin{margin-top:1.5rem;margin-bottom:1.5rem}.grid--wrap{flex-wrap:wrap}.grid--boxed{margin-left:-1.5rem;margin-right:-1.5rem}.grid--boxed .grid__item{margin:1.5rem;padding:0}.grid--boxed-styled .grid__item{background-color:#fff;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.12)}.grid--boxed-small{margin-left:-.5rem;margin-right:-.5rem}.grid--boxed-small .grid__item{margin:.5rem;padding:0}.grid--boxed-small-styled .grid__item{background-color:#fff;border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.12)}.grid+.grid{margin-top:1rem}@media only screen and (min-width:0){.grid .grid__item.gi-xsmall-1{flex:0 0 8.3333333333%;min-width:8.3333333333%}.grid .grid__item.gi-xsmall-2{flex:0 0 16.6666666667%;min-width:16.6666666667%}.grid .grid__item.gi-xsmall-3{flex:0 0 25%;min-width:25%}.grid .grid__item.gi-xsmall-4{flex:0 0 33.3333333333%;min-width:33.3333333333%}.grid .grid__item.gi-xsmall-5{flex:0 0 41.6666666667%;min-width:41.6666666667%}.grid .grid__item.gi-xsmall-6{flex:0 0 50%;min-width:50%}.grid .grid__item.gi-xsmall-7{flex:0 0 58.3333333333%;min-width:58.3333333333%}.grid .grid__item.gi-xsmall-8{flex:0 0 66.6666666667%;min-width:66.6666666667%}.grid .grid__item.gi-xsmall-9{flex:0 0 75%;min-width:75%}.grid .grid__item.gi-xsmall-10{flex:0 0 83.3333333333%;min-width:83.3333333333%}.grid .grid__item.gi-xsmall-11{flex:0 0 91.6666666667%;min-width:91.6666666667%}.grid .grid__item.gi-xsmall-12{flex:0 0 100%;min-width:100%}.grid--boxed .grid__item.gi-xsmall-1{flex-grow:0;flex-shrink:0;flex-basis:calc(8.3333333333% - 3rem);min-width:calc(8.3333333333% - 3rem)}.grid--boxed .grid__item.gi-xsmall-2{flex-grow:0;flex-shrink:0;flex-basis:calc(16.6666666667% - 3rem);min-width:calc(16.6666666667% - 3rem)}.grid--boxed .grid__item.gi-xsmall-3{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 3rem);min-width:calc(25% - 3rem)}.grid--boxed .grid__item.gi-xsmall-4{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 3rem);min-width:calc(33.3333333333% - 3rem)}.grid--boxed .grid__item.gi-xsmall-5{flex-grow:0;flex-shrink:0;flex-basis:calc(41.6666666667% - 3rem);min-width:calc(41.6666666667% - 3rem)}.grid--boxed .grid__item.gi-xsmall-6{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 3rem);min-width:calc(50% - 3rem)}.grid--boxed .grid__item.gi-xsmall-7{flex-grow:0;flex-shrink:0;flex-basis:calc(58.3333333333% - 3rem);min-width:calc(58.3333333333% - 3rem)}.grid--boxed .grid__item.gi-xsmall-8{flex-grow:0;flex-shrink:0;flex-basis:calc(66.6666666667% - 3rem);min-width:calc(66.6666666667% - 3rem)}.grid--boxed .grid__item.gi-xsmall-9{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 3rem);min-width:calc(75% - 3rem)}.grid--boxed .grid__item.gi-xsmall-10{flex-grow:0;flex-shrink:0;flex-basis:calc(83.3333333333% - 3rem);min-width:calc(83.3333333333% - 3rem)}.grid--boxed .grid__item.gi-xsmall-11{flex-grow:0;flex-shrink:0;flex-basis:calc(91.6666666667% - 3rem);min-width:calc(91.6666666667% - 3rem)}.grid--boxed .grid__item.gi-xsmall-12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 3rem);min-width:calc(100% - 3rem)}.grid--boxed-small .grid__item.gi-xsmall-1{flex-grow:0;flex-shrink:0;flex-basis:calc(8.3333333333% - 1rem);min-width:calc(8.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-2{flex-grow:0;flex-shrink:0;flex-basis:calc(16.6666666667% - 1rem);min-width:calc(16.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-3{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 1rem);min-width:calc(25% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-4{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 1rem);min-width:calc(33.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-5{flex-grow:0;flex-shrink:0;flex-basis:calc(41.6666666667% - 1rem);min-width:calc(41.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-6{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem);min-width:calc(50% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-7{flex-grow:0;flex-shrink:0;flex-basis:calc(58.3333333333% - 1rem);min-width:calc(58.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-8{flex-grow:0;flex-shrink:0;flex-basis:calc(66.6666666667% - 1rem);min-width:calc(66.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-9{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 1rem);min-width:calc(75% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-10{flex-grow:0;flex-shrink:0;flex-basis:calc(83.3333333333% - 1rem);min-width:calc(83.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-11{flex-grow:0;flex-shrink:0;flex-basis:calc(91.6666666667% - 1rem);min-width:calc(91.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-xsmall-12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1rem);min-width:calc(100% - 1rem)}}@media only screen and (min-width:641px){.grid .grid__item.gi-small-1{flex:0 0 8.3333333333%;min-width:8.3333333333%}.grid .grid__item.gi-small-2{flex:0 0 16.6666666667%;min-width:16.6666666667%}.grid .grid__item.gi-small-3{flex:0 0 25%;min-width:25%}.grid .grid__item.gi-small-4{flex:0 0 33.3333333333%;min-width:33.3333333333%}.grid .grid__item.gi-small-5{flex:0 0 41.6666666667%;min-width:41.6666666667%}.grid .grid__item.gi-small-6{flex:0 0 50%;min-width:50%}.grid .grid__item.gi-small-7{flex:0 0 58.3333333333%;min-width:58.3333333333%}.grid .grid__item.gi-small-8{flex:0 0 66.6666666667%;min-width:66.6666666667%}.grid .grid__item.gi-small-9{flex:0 0 75%;min-width:75%}.grid .grid__item.gi-small-10{flex:0 0 83.3333333333%;min-width:83.3333333333%}.grid .grid__item.gi-small-11{flex:0 0 91.6666666667%;min-width:91.6666666667%}.grid .grid__item.gi-small-12{flex:0 0 100%;min-width:100%}.grid--boxed .grid__item.gi-small-1{flex-grow:0;flex-shrink:0;flex-basis:calc(8.3333333333% - 3rem);min-width:calc(8.3333333333% - 3rem)}.grid--boxed .grid__item.gi-small-2{flex-grow:0;flex-shrink:0;flex-basis:calc(16.6666666667% - 3rem);min-width:calc(16.6666666667% - 3rem)}.grid--boxed .grid__item.gi-small-3{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 3rem);min-width:calc(25% - 3rem)}.grid--boxed .grid__item.gi-small-4{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 3rem);min-width:calc(33.3333333333% - 3rem)}.grid--boxed .grid__item.gi-small-5{flex-grow:0;flex-shrink:0;flex-basis:calc(41.6666666667% - 3rem);min-width:calc(41.6666666667% - 3rem)}.grid--boxed .grid__item.gi-small-6{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 3rem);min-width:calc(50% - 3rem)}.grid--boxed .grid__item.gi-small-7{flex-grow:0;flex-shrink:0;flex-basis:calc(58.3333333333% - 3rem);min-width:calc(58.3333333333% - 3rem)}.grid--boxed .grid__item.gi-small-8{flex-grow:0;flex-shrink:0;flex-basis:calc(66.6666666667% - 3rem);min-width:calc(66.6666666667% - 3rem)}.grid--boxed .grid__item.gi-small-9{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 3rem);min-width:calc(75% - 3rem)}.grid--boxed .grid__item.gi-small-10{flex-grow:0;flex-shrink:0;flex-basis:calc(83.3333333333% - 3rem);min-width:calc(83.3333333333% - 3rem)}.grid--boxed .grid__item.gi-small-11{flex-grow:0;flex-shrink:0;flex-basis:calc(91.6666666667% - 3rem);min-width:calc(91.6666666667% - 3rem)}.grid--boxed .grid__item.gi-small-12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 3rem);min-width:calc(100% - 3rem)}.grid--boxed-small .grid__item.gi-small-1{flex-grow:0;flex-shrink:0;flex-basis:calc(8.3333333333% - 1rem);min-width:calc(8.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-small-2{flex-grow:0;flex-shrink:0;flex-basis:calc(16.6666666667% - 1rem);min-width:calc(16.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-small-3{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 1rem);min-width:calc(25% - 1rem)}.grid--boxed-small .grid__item.gi-small-4{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 1rem);min-width:calc(33.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-small-5{flex-grow:0;flex-shrink:0;flex-basis:calc(41.6666666667% - 1rem);min-width:calc(41.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-small-6{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem);min-width:calc(50% - 1rem)}.grid--boxed-small .grid__item.gi-small-7{flex-grow:0;flex-shrink:0;flex-basis:calc(58.3333333333% - 1rem);min-width:calc(58.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-small-8{flex-grow:0;flex-shrink:0;flex-basis:calc(66.6666666667% - 1rem);min-width:calc(66.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-small-9{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 1rem);min-width:calc(75% - 1rem)}.grid--boxed-small .grid__item.gi-small-10{flex-grow:0;flex-shrink:0;flex-basis:calc(83.3333333333% - 1rem);min-width:calc(83.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-small-11{flex-grow:0;flex-shrink:0;flex-basis:calc(91.6666666667% - 1rem);min-width:calc(91.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-small-12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1rem);min-width:calc(100% - 1rem)}}@media only screen and (min-width:769px){.grid .grid__item.gi-medium-1{flex:0 0 8.3333333333%;min-width:8.3333333333%}.grid .grid__item.gi-medium-2{flex:0 0 16.6666666667%;min-width:16.6666666667%}.grid .grid__item.gi-medium-3{flex:0 0 25%;min-width:25%}.grid .grid__item.gi-medium-4{flex:0 0 33.3333333333%;min-width:33.3333333333%}.grid .grid__item.gi-medium-5{flex:0 0 41.6666666667%;min-width:41.6666666667%}.grid .grid__item.gi-medium-6{flex:0 0 50%;min-width:50%}.grid .grid__item.gi-medium-7{flex:0 0 58.3333333333%;min-width:58.3333333333%}.grid .grid__item.gi-medium-8{flex:0 0 66.6666666667%;min-width:66.6666666667%}.grid .grid__item.gi-medium-9{flex:0 0 75%;min-width:75%}.grid .grid__item.gi-medium-10{flex:0 0 83.3333333333%;min-width:83.3333333333%}.grid .grid__item.gi-medium-11{flex:0 0 91.6666666667%;min-width:91.6666666667%}.grid .grid__item.gi-medium-12{flex:0 0 100%;min-width:100%}.grid--boxed .grid__item.gi-medium-1{flex-grow:0;flex-shrink:0;flex-basis:calc(8.3333333333% - 3rem);min-width:calc(8.3333333333% - 3rem)}.grid--boxed .grid__item.gi-medium-2{flex-grow:0;flex-shrink:0;flex-basis:calc(16.6666666667% - 3rem);min-width:calc(16.6666666667% - 3rem)}.grid--boxed .grid__item.gi-medium-3{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 3rem);min-width:calc(25% - 3rem)}.grid--boxed .grid__item.gi-medium-4{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 3rem);min-width:calc(33.3333333333% - 3rem)}.grid--boxed .grid__item.gi-medium-5{flex-grow:0;flex-shrink:0;flex-basis:calc(41.6666666667% - 3rem);min-width:calc(41.6666666667% - 3rem)}.grid--boxed .grid__item.gi-medium-6{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 3rem);min-width:calc(50% - 3rem)}.grid--boxed .grid__item.gi-medium-7{flex-grow:0;flex-shrink:0;flex-basis:calc(58.3333333333% - 3rem);min-width:calc(58.3333333333% - 3rem)}.grid--boxed .grid__item.gi-medium-8{flex-grow:0;flex-shrink:0;flex-basis:calc(66.6666666667% - 3rem);min-width:calc(66.6666666667% - 3rem)}.grid--boxed .grid__item.gi-medium-9{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 3rem);min-width:calc(75% - 3rem)}.grid--boxed .grid__item.gi-medium-10{flex-grow:0;flex-shrink:0;flex-basis:calc(83.3333333333% - 3rem);min-width:calc(83.3333333333% - 3rem)}.grid--boxed .grid__item.gi-medium-11{flex-grow:0;flex-shrink:0;flex-basis:calc(91.6666666667% - 3rem);min-width:calc(91.6666666667% - 3rem)}.grid--boxed .grid__item.gi-medium-12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 3rem);min-width:calc(100% - 3rem)}.grid--boxed-small .grid__item.gi-medium-1{flex-grow:0;flex-shrink:0;flex-basis:calc(8.3333333333% - 1rem);min-width:calc(8.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-medium-2{flex-grow:0;flex-shrink:0;flex-basis:calc(16.6666666667% - 1rem);min-width:calc(16.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-medium-3{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 1rem);min-width:calc(25% - 1rem)}.grid--boxed-small .grid__item.gi-medium-4{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 1rem);min-width:calc(33.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-medium-5{flex-grow:0;flex-shrink:0;flex-basis:calc(41.6666666667% - 1rem);min-width:calc(41.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-medium-6{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem);min-width:calc(50% - 1rem)}.grid--boxed-small .grid__item.gi-medium-7{flex-grow:0;flex-shrink:0;flex-basis:calc(58.3333333333% - 1rem);min-width:calc(58.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-medium-8{flex-grow:0;flex-shrink:0;flex-basis:calc(66.6666666667% - 1rem);min-width:calc(66.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-medium-9{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 1rem);min-width:calc(75% - 1rem)}.grid--boxed-small .grid__item.gi-medium-10{flex-grow:0;flex-shrink:0;flex-basis:calc(83.3333333333% - 1rem);min-width:calc(83.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-medium-11{flex-grow:0;flex-shrink:0;flex-basis:calc(91.6666666667% - 1rem);min-width:calc(91.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-medium-12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1rem);min-width:calc(100% - 1rem)}}@media only screen and (min-width:1025px){.grid .grid__item.gi-large-1{flex:0 0 8.3333333333%;min-width:8.3333333333%}.grid .grid__item.gi-large-2{flex:0 0 16.6666666667%;min-width:16.6666666667%}.grid .grid__item.gi-large-3{flex:0 0 25%;min-width:25%}.grid .grid__item.gi-large-4{flex:0 0 33.3333333333%;min-width:33.3333333333%}.grid .grid__item.gi-large-5{flex:0 0 41.6666666667%;min-width:41.6666666667%}.grid .grid__item.gi-large-6{flex:0 0 50%;min-width:50%}.grid .grid__item.gi-large-7{flex:0 0 58.3333333333%;min-width:58.3333333333%}.grid .grid__item.gi-large-8{flex:0 0 66.6666666667%;min-width:66.6666666667%}.grid .grid__item.gi-large-9{flex:0 0 75%;min-width:75%}.grid .grid__item.gi-large-10{flex:0 0 83.3333333333%;min-width:83.3333333333%}.grid .grid__item.gi-large-11{flex:0 0 91.6666666667%;min-width:91.6666666667%}.grid .grid__item.gi-large-12{flex:0 0 100%;min-width:100%}.grid--boxed .grid__item.gi-large-1{flex-grow:0;flex-shrink:0;flex-basis:calc(8.3333333333% - 3rem);min-width:calc(8.3333333333% - 3rem)}.grid--boxed .grid__item.gi-large-2{flex-grow:0;flex-shrink:0;flex-basis:calc(16.6666666667% - 3rem);min-width:calc(16.6666666667% - 3rem)}.grid--boxed .grid__item.gi-large-3{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 3rem);min-width:calc(25% - 3rem)}.grid--boxed .grid__item.gi-large-4{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 3rem);min-width:calc(33.3333333333% - 3rem)}.grid--boxed .grid__item.gi-large-5{flex-grow:0;flex-shrink:0;flex-basis:calc(41.6666666667% - 3rem);min-width:calc(41.6666666667% - 3rem)}.grid--boxed .grid__item.gi-large-6{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 3rem);min-width:calc(50% - 3rem)}.grid--boxed .grid__item.gi-large-7{flex-grow:0;flex-shrink:0;flex-basis:calc(58.3333333333% - 3rem);min-width:calc(58.3333333333% - 3rem)}.grid--boxed .grid__item.gi-large-8{flex-grow:0;flex-shrink:0;flex-basis:calc(66.6666666667% - 3rem);min-width:calc(66.6666666667% - 3rem)}.grid--boxed .grid__item.gi-large-9{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 3rem);min-width:calc(75% - 3rem)}.grid--boxed .grid__item.gi-large-10{flex-grow:0;flex-shrink:0;flex-basis:calc(83.3333333333% - 3rem);min-width:calc(83.3333333333% - 3rem)}.grid--boxed .grid__item.gi-large-11{flex-grow:0;flex-shrink:0;flex-basis:calc(91.6666666667% - 3rem);min-width:calc(91.6666666667% - 3rem)}.grid--boxed .grid__item.gi-large-12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 3rem);min-width:calc(100% - 3rem)}.grid--boxed-small .grid__item.gi-large-1{flex-grow:0;flex-shrink:0;flex-basis:calc(8.3333333333% - 1rem);min-width:calc(8.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-large-2{flex-grow:0;flex-shrink:0;flex-basis:calc(16.6666666667% - 1rem);min-width:calc(16.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-large-3{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 1rem);min-width:calc(25% - 1rem)}.grid--boxed-small .grid__item.gi-large-4{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 1rem);min-width:calc(33.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-large-5{flex-grow:0;flex-shrink:0;flex-basis:calc(41.6666666667% - 1rem);min-width:calc(41.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-large-6{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem);min-width:calc(50% - 1rem)}.grid--boxed-small .grid__item.gi-large-7{flex-grow:0;flex-shrink:0;flex-basis:calc(58.3333333333% - 1rem);min-width:calc(58.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-large-8{flex-grow:0;flex-shrink:0;flex-basis:calc(66.6666666667% - 1rem);min-width:calc(66.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-large-9{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 1rem);min-width:calc(75% - 1rem)}.grid--boxed-small .grid__item.gi-large-10{flex-grow:0;flex-shrink:0;flex-basis:calc(83.3333333333% - 1rem);min-width:calc(83.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-large-11{flex-grow:0;flex-shrink:0;flex-basis:calc(91.6666666667% - 1rem);min-width:calc(91.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-large-12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1rem);min-width:calc(100% - 1rem)}}@media only screen and (min-width:1367px){.grid .grid__item.gi-xlarge-1{flex:0 0 8.3333333333%;min-width:8.3333333333%}.grid .grid__item.gi-xlarge-2{flex:0 0 16.6666666667%;min-width:16.6666666667%}.grid .grid__item.gi-xlarge-3{flex:0 0 25%;min-width:25%}.grid .grid__item.gi-xlarge-4{flex:0 0 33.3333333333%;min-width:33.3333333333%}.grid .grid__item.gi-xlarge-5{flex:0 0 41.6666666667%;min-width:41.6666666667%}.grid .grid__item.gi-xlarge-6{flex:0 0 50%;min-width:50%}.grid .grid__item.gi-xlarge-7{flex:0 0 58.3333333333%;min-width:58.3333333333%}.grid .grid__item.gi-xlarge-8{flex:0 0 66.6666666667%;min-width:66.6666666667%}.grid .grid__item.gi-xlarge-9{flex:0 0 75%;min-width:75%}.grid .grid__item.gi-xlarge-10{flex:0 0 83.3333333333%;min-width:83.3333333333%}.grid .grid__item.gi-xlarge-11{flex:0 0 91.6666666667%;min-width:91.6666666667%}.grid .grid__item.gi-xlarge-12{flex:0 0 100%;min-width:100%}.grid--boxed .grid__item.gi-xlarge-1{flex-grow:0;flex-shrink:0;flex-basis:calc(8.3333333333% - 3rem);min-width:calc(8.3333333333% - 3rem)}.grid--boxed .grid__item.gi-xlarge-2{flex-grow:0;flex-shrink:0;flex-basis:calc(16.6666666667% - 3rem);min-width:calc(16.6666666667% - 3rem)}.grid--boxed .grid__item.gi-xlarge-3{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 3rem);min-width:calc(25% - 3rem)}.grid--boxed .grid__item.gi-xlarge-4{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 3rem);min-width:calc(33.3333333333% - 3rem)}.grid--boxed .grid__item.gi-xlarge-5{flex-grow:0;flex-shrink:0;flex-basis:calc(41.6666666667% - 3rem);min-width:calc(41.6666666667% - 3rem)}.grid--boxed .grid__item.gi-xlarge-6{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 3rem);min-width:calc(50% - 3rem)}.grid--boxed .grid__item.gi-xlarge-7{flex-grow:0;flex-shrink:0;flex-basis:calc(58.3333333333% - 3rem);min-width:calc(58.3333333333% - 3rem)}.grid--boxed .grid__item.gi-xlarge-8{flex-grow:0;flex-shrink:0;flex-basis:calc(66.6666666667% - 3rem);min-width:calc(66.6666666667% - 3rem)}.grid--boxed .grid__item.gi-xlarge-9{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 3rem);min-width:calc(75% - 3rem)}.grid--boxed .grid__item.gi-xlarge-10{flex-grow:0;flex-shrink:0;flex-basis:calc(83.3333333333% - 3rem);min-width:calc(83.3333333333% - 3rem)}.grid--boxed .grid__item.gi-xlarge-11{flex-grow:0;flex-shrink:0;flex-basis:calc(91.6666666667% - 3rem);min-width:calc(91.6666666667% - 3rem)}.grid--boxed .grid__item.gi-xlarge-12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 3rem);min-width:calc(100% - 3rem)}.grid--boxed-small .grid__item.gi-xlarge-1{flex-grow:0;flex-shrink:0;flex-basis:calc(8.3333333333% - 1rem);min-width:calc(8.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-2{flex-grow:0;flex-shrink:0;flex-basis:calc(16.6666666667% - 1rem);min-width:calc(16.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-3{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 1rem);min-width:calc(25% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-4{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333333333% - 1rem);min-width:calc(33.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-5{flex-grow:0;flex-shrink:0;flex-basis:calc(41.6666666667% - 1rem);min-width:calc(41.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-6{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem);min-width:calc(50% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-7{flex-grow:0;flex-shrink:0;flex-basis:calc(58.3333333333% - 1rem);min-width:calc(58.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-8{flex-grow:0;flex-shrink:0;flex-basis:calc(66.6666666667% - 1rem);min-width:calc(66.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-9{flex-grow:0;flex-shrink:0;flex-basis:calc(75% - 1rem);min-width:calc(75% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-10{flex-grow:0;flex-shrink:0;flex-basis:calc(83.3333333333% - 1rem);min-width:calc(83.3333333333% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-11{flex-grow:0;flex-shrink:0;flex-basis:calc(91.6666666667% - 1rem);min-width:calc(91.6666666667% - 1rem)}.grid--boxed-small .grid__item.gi-xlarge-12{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1rem);min-width:calc(100% - 1rem)}}.grid--boxed{margin-left:0!important;margin-right:0!important}@media(min-width:641px){.grid--boxed{margin-left:-1.5rem!important;margin-right:-1.5rem!important}}.grid--boxed .grid__item{margin-left:0!important;margin-right:0!important}@media(min-width:641px){.grid--boxed .grid__item{margin:1.5rem!important}}.links{display:flex;flex-wrap:wrap;font-size:1.4rem;text-transform:uppercase;padding-left:0;list-style:none}.links li{margin-right:20px}.links li a{display:flex;align-items:center}.links li a img{width:24px}.links li a img+span{margin-left:10px}.list{display:flex;flex-direction:row;margin-bottom:30px}.list__img{flex:0 0 140px;margin-right:30px;margin-bottom:0}@media(min-width:769px){.list__img{flex:0 0 200px}}@media(min-width:1024px){.list__img{flex:0 0 280px}}.list__img:hover{transform:none}.list__text{flex:1 1 auto}.list__kicker{display:block;margin-bottom:10px}.list__hdl{font-size:2rem;font-weight:700}.list__lead{margin-top:10px;margin-bottom:0}.list__author{font-size:1.5rem;color:#757575;display:inline-block;margin-top:10px}.topic .list{margin-left:0}@media(min-width:641px){.topic .list{margin-left:30px}}.mainCols{display:flex;flex-direction:column}@media(min-width:1024px){.mainCols{flex-direction:row}}.main--left{flex:1 1 auto}.main--right{flex:0 0 300px;margin-top:30px}@media(min-width:1024px){.main--right{max-width:300px;margin-top:0;margin-left:50px}}.navContainerWrap,.navContainerWrap .navContainer{position:relative;max-width:100%}.navContainerWrap .navContainer{overflow-x:auto;overflow-y:hidden}.navContainerWrap .advancer{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);padding:0;border:0;position:absolute;top:0;bottom:0}.navContainerWrap .advancer:focus{outline:0}.navContainerWrap .advancer--right{right:-10px}.navContainerWrap .advancer--left{left:-10px}.navContainerWrap .advancer svg{width:10px;height:1.5em;fill:#505050}.navContainer--arrows{margin:0 10px}.navContent{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap;-ms-overflow-style:-ms-autohiding-scrollbar}.navContent::-webkit-scrollbar{display:none}.nav{position:relative;font-size:1.6rem;font-weight:700;margin-top:0;margin-bottom:0;display:block;float:left}@media(min-width:769px){.nav{font-size:1.5rem}}.nav ul,.nav ul li{margin-top:5px;margin-bottom:5px}.nav ul li{display:inline-flex;margin-right:15px}.nav ul li a{display:inline-block}.nav ul li a.active{color:#e32900}.onScrollNavbar{position:fixed;top:0;left:0;right:0;display:flex;flex-wrap:wrap;overflow:hidden;background-color:#fff;color:#fff;padding:10px 15px;box-shadow:0 10px 10px rgba(0,0,0,.22);z-index:999;transform:translateY(-100px);transition:transform .5s ease-out}.onScrollNavbar--visible{transform:translateY(0);transition:transform .5s ease-out}.onScrollNavbar nav{position:relative;margin:0;display:block;float:left;align-items:center}@media(min-width:1024px){.onScrollNavbar nav{display:flex;width:100%}}.onScrollNavbar ul{display:flex}.onScrollNavbar__logo{width:30px;margin-right:15px;display:none}@media(min-width:1024px){.onScrollNavbar__logo{display:block}}.section__hdl{display:block;font-size:2.4rem;font-weight:700;text-transform:uppercase;padding-bottom:20px;margin-bottom:30px;margin-top:50px;border-bottom:2px solid #e0e0e0}.section__hdl--small{font-size:1.6rem;border-bottom:none;margin-bottom:20px}.section__hdl--small:after{display:block;content:" ";width:40px;padding-bottom:20px;border-bottom:4px solid #333}div.slideshow{margin-top:0;margin-bottom:40px}div.slideshow .next,div.slideshow .prev{border-radius:0;width:25px;text-indent:-9999px}div.slideshow .prev{background:url(/img/arrow-left-white.svg);left:20px;transform:none}div.slideshow .next{background:url(/img/arrow-right-white.svg);right:20px}.tabs__nav{display:flex;flex-wrap:wrap;margin-bottom:30px}.tabs__nav li{font-size:1.6rem;font-weight:700;margin-right:40px;text-transform:uppercase}.tabs__nav li:last-child{margin-right:0}.tabs__item{cursor:pointer}.tabs__item--active{padding-bottom:10px;border-bottom:4px solid #333}.tags{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:50px}.tags__hdl{font-size:1.4rem;text-transform:uppercase;font-weight:700;margin-right:20px;margin-bottom:10px}.tag__items{display:flex;flex-wrap:wrap}.tag__item a{display:inline-block;padding:5px 15px;margin-right:20px;margin-bottom:10px;border:1px solid #bdbdbd;border-radius:2px}.tag__item a:hover{transform:translateY(-2px)}.topic{background:#eaeaea;margin-left:-15px;margin-right:-15px;margin-bottom:30px;padding-bottom:40px}@media(min-width:769px){.topic{margin-left:-30px;margin-right:-30px}}@media(min-width:1024px){.topic{margin-right:0}}.topic__wrap{position:relative;margin-top:-100px;margin-left:30px;margin-right:30px;padding:20px 20px 40px;background:#fff}@media(min-width:769px){.topic__wrap{margin-top:-200px}}.topic__text{display:block;margin-bottom:10px}.topic__hdl{font-weight:700;margin-bottom:40px}.search-input form{display:flex;width:100%;justify-content:center;margin-bottom:2em}.search-input form input{flex:0 1 540px;border:1px solid #333;outline:none;margin-right:1em}.search-input form button{font-size:1.6rem;font-weight:600;text-transform:uppercase;color:#fff;padding:0 40px;background:#b72025;border:none;cursor:pointer}.artItem{flex-direction:column}.artItem,.artItem__img{display:flex;align-items:center}.artItem__img{justify-content:center;margin:30px auto}.artItem__img img{width:150px;height:auto}.tighten .artItem__img img{width:140px}.artItem__text{font-size:1rem;text-align:center;margin-top:8px}.artItem__lead{font-size:1rem}.archive{background:#fff4e9;padding:20px 20px 30px;margin-bottom:40px;border:1px solid #e1d3bf}.archive__hdl{font-size:2rem}.archive__text{text-transform:uppercase;font-size:1.2rem}:root{--elevation-main:1px 0px 4px rgba(0,0,0,0.25);--palette-primary-darkest:#8a001f;--palette-primary-dark:#b72025;--palette-primary-main:#b92a2f;--palette-primary-light:#bf353a;--palette-primary-lighter:#c3464a;--palette-primary-lightest:#eee;--font-family-serif:"Source Sans Pro"}.AllCommentsTabContainer-stream-2qYTX>*{padding:10px}.AllCommentsTabContainer-stream-2qYTX>:not(:first-child):not(button){padding-top:var(--spacing-4);margin-bottom:calc(2*var(--mini-unit)) 0!important}.coral-tabBar-tab{font-size:21px;font-weight:700;border-top:2px solid #b72025!important;padding:10px 20px}.coral-comment-topBar{margin-bottom:12px!important}.coral-commentTag{background:#fff!important}.coral-comment-actionBar{padding-bottom:10px}.StreamContainer-tabBarRow-3T4QQ{border-bottom:1px solid #555}.StreamContainer-fixedTab-38Lht{padding-top:10px!important;padding-bottom:10px!important}.Tab-secondary-SAOuB{color:#333}.Tab-secondary-SAOuB.Tab-active-XrGkw{font-size:21px;font-weight:700;padding:10px 20px;border-top:1px solid #555;border-color:#b72025 #555 #fff;border-style:solid;border-width:2px 1px 1px}.Tab-root-33kKH{font-size:18px}.grid{display:flex;flex-direction:row}.grid .grid-element{flex:1 1;padding:2rem}.grid .grid-element-small{flex:.2 1}.pagination{list-style:none;height:40px;width:-moz-fit-content;width:fit-content;padding:0;margin-top:40px}.pagination,.pagination li a{display:flex;align-items:center}.pagination li a{height:100%;padding:0 10px;cursor:pointer}.pagination li a:hover,.pagination li.active a{text-decoration:underline}.pagination li.active a{font-weight:700;pointer-events:none}.slideshow{position:relative;overflow:hidden;margin:1em auto}.slideshow,.slideshow .next,.slideshow .prev{display:flex;justify-content:center;align-items:center}.slideshow .next,.slideshow .prev{top:calc(50% - 20px);position:absolute;background:#fff;border-radius:30px;width:40px;height:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:700;font-size:18px;z-index:2}.slideshow .next{right:10px}.slideshow .prev{left:10px;transform:scale(-1)}.slideshow .image{position:absolute}.SearchModal_wrapper__8U_ml{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;height:100%;padding:20px;background:rgba(0,0,0,.7);z-index:5;pointer-events:auto}.SearchModal_wrapper__8U_ml form{display:flex;width:100%;justify-content:center;margin-top:40px}.SearchModal_wrapper__8U_ml form input{flex:0 1 540px;border:1px solid #333;outline:none}.SearchModal_wrapper__8U_ml form button{font-size:1.6rem;font-weight:600;text-transform:uppercase;color:#fff;padding:0 40px;background:#b72025;border:none;cursor:pointer}.SearchModal_buttonClose__P0DhP{cursor:pointer;background:url(/_next/static/media/close-white.293b8c11.svg);width:32px;height:32px;margin-left:auto;text-indent:-9999px;border:none;outline:none}