@font-face{font-family:"OpenSans";src:url("resources/fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");font-display:swap}@font-face{font-family:"OpenSansRegular";src:url("resources/fonts/OpenSans-Regular.ttf") format("truetype");font-weight:400;font-display:swap}@font-face{font-family:"OpenSansMedium";src:url("resources/fonts/OpenSans-Medium.ttf") format("truetype");font-weight:600;font-display:swap}@font-face{font-family:"OpenSansBold";src:url("resources/fonts/OpenSans-ExtraBold.ttf") format("truetype");font-weight:800;font-display:swap}@font-face{font-family:"Avenir-Black";src:url("resources/fonts/Avenir-Black.ttf") format("truetype");font-display:swap}@font-face{font-family:"Avenir-Book";src:url("resources/fonts/Avenir-Book.ttf") format("truetype");font-display:swap}@font-face{font-family:"Avenir-BookOblique";src:url("resources/fonts/Avenir-BookOblique.ttf") format("truetype");font-display:swap}@keyframes rotate{0%{transform:rotate(0deg)}10%{transform:rotate(360deg)}50%{transform:rotate(360deg)}60%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-20px)}100%{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fillColor{0%{background-size:0% 100%}100%{background-size:100% 100%}}@keyframes drawOutline{0%{-webkit-text-stroke-color:rgba(0,0,0,0);opacity:0}100%{-webkit-text-stroke-color:#661424;opacity:1}}@keyframes pulsing{0%{transform:scale(1)}50%{transform:scale(1.07)}100%{transform:scale(1)}}@keyframes wiggle{0%{transform:rotate(0deg)}5%{transform:rotate(5deg)}10%{transform:rotate(-5deg)}15%{transform:rotate(5deg)}20%{transform:rotate(-5deg)}30%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}body,html{margin:0;padding:0;font-synthesis:none}.fhu-logo{width:100%;max-width:230px;height:auto;margin:0 auto;display:block;padding:1.5rem 50px;float:left}.bounce{animation:bounce 2s linear infinite}.wiggle{animation:wiggle 3s linear infinite}.rotate{animation:rotate 7s linear infinite}.pulse{animation:pulsing 2s infinite}.navbar{background-color:#fff;position:sticky;top:0;z-index:1000}.navbar__logo{width:20%;max-width:250px;min-width:170px}.navbar__content{display:flex;justify-content:space-between;align-items:center;padding:.5rem 30px}@media only screen and (max-width: 600px){.navbar__content{padding:.5rem 20px}}.navbar__links{display:flex;flex-direction:row;align-items:center;justify-content:center}@media only screen and (max-width: 1024px){.navbar__links{display:none}}.navbar__link{position:relative;padding:5px 15px;text-decoration:none;color:#661424;text-transform:uppercase;font-family:"OpenSans",sans-serif;font-size:16px;font-weight:700;transition:.3s ease-in-out}.navbar__link::after{content:"";position:absolute;bottom:0;right:0;width:2px;height:100%;background-color:#661424;pointer-events:none;z-index:1;transition:.3s ease-in-out}.navbar__link::before{content:"";position:absolute;bottom:0px;right:0;height:2px;background-color:#661424;width:0%;transition:.3s ease-in-out}.navbar__link:hover{color:#250202;transition:.3s ease-in-out}.navbar__link:hover::after{height:0%;transition:.3s ease-in-out}.navbar__link:hover::before{width:100%;transition:.3s ease-in-out}.navbar__link:first-of-type::after{content:"";position:absolute;bottom:0;right:0;width:2px;height:100%;background-color:#661424;pointer-events:none;z-index:1;transition:.3s ease-in-out}.navbar__link:first-of-type::before{content:"";position:absolute;bottom:0px;right:0;height:2px;background-color:#661424;width:0%;transition:.3s ease-in-out;transition-delay:.15s}.navbar__link:first-of-type:hover::after{height:0%;transition:.3s ease-in-out}.navbar__link:first-of-type:hover::before{width:100%;transition:.3s ease-in-out}.navbar__link:first-of-type:hover #third-line::after{height:100%;transition:.2s ease-in-out;transition-delay:.2s}.navbar__link:last-of-type{border-right:none;padding-right:0}.navbar__link:last-of-type::after{display:none}.navbar-secondary{background-color:#000;padding:10px 0}.navbar-secondary__container{display:flex;align-items:center;justify-content:space-between;height:100%;margin:5px auto}.navbar-secondary__container--feature{padding:0 20px 1rem 0}.navbar-secondary__icon{width:auto;height:100%;display:block}.navbar-secondary__icon-mobile{display:none}@media only screen and (max-width: 768px){.navbar-secondary__icon-mobile{display:block}}.navbar-secondary__icon__link{display:block;width:auto;height:50px;margin-left:20px}@media only screen and (max-width: 768px){.navbar-secondary__icon__link{height:45px}}.navbar-secondary__feature-tags--seasons-logo{width:100%;max-width:170px;padding:0 30px}.navbar-secondary__cta,.navbar-secondary__cta-mobile{text-transform:uppercase;color:#fff;margin-right:20px;font-family:OpenSansRegular;letter-spacing:3px;font-size:14px}@media only screen and (max-width: 768px){.navbar-secondary__cta,.navbar-secondary__cta-mobile{display:none}}.navbar-secondary__cta-mobile{max-width:100px;display:none;text-align:right}@media only screen and (max-width: 768px){.navbar-secondary__cta-mobile{display:block}}#third-line::after{content:"";position:absolute;bottom:0;left:0;width:2px;height:0;background-color:#661424;pointer-events:none;z-index:1;transition:.2s ease-out}.mobile-menu-icon{flex-direction:column;justify-content:space-between;height:20px;width:30px;position:absolute;top:0;right:0;z-index:105;transform:scale(1.2);display:none;margin:1.5rem 25px}.mobile-menu-icon.active{height:25px;right:-7px}@media only screen and (max-width: 1024px){.mobile-menu-icon{display:flex;position:absolute}}@media only screen and (max-width: 600px){.mobile-menu-icon{right:0}}.mobile-menu-icon__bar{height:3px;border-radius:300px;width:100%;transition:all .3s ease-in-out;display:none;background-color:#661424}@media only screen and (max-width: 1024px){.mobile-menu-icon__bar{display:block}}.bar:nth-of-type(1){transition:all .3s ease-in-out;transform:rotate(45deg);transform-origin:top left;width:33px;height:3px;background-color:#fff}.bar:nth-of-type(2){transition:all .3s ease-in-out;transform-origin:center;width:0}.bar:nth-of-type(3){transition:all .3s ease-in-out;transform:rotate(-45deg);transform-origin:bottom left;width:33px;height:3px;background-color:#fff}.mobile-nav{width:auto;min-width:250px;height:auto;background-color:#661424;padding-top:2rem;position:fixed;margin:0 10px;z-index:100;transform:scale(0);transition:.3s ease-in-out,opacity .1s ease-in;right:-105px;top:-190px;transition:.5s;opacity:0}@media only screen and (max-width: 600px){.mobile-nav{width:300px}}.mobile-nav--opened{right:0;top:0;transform:scale(1);opacity:1;transition:.3s ease-in-out,opacity 0s ease}.mobile-nav__btn{display:none}@media only screen and (max-width: 1024px){.mobile-nav__btn{display:block;width:140px}}.mobile-nav__list{list-style:none;display:flex;flex-direction:column;align-items:flex-end;padding:3rem 0 2rem 0;gap:33px}.mobile-nav__list-item{position:relative;text-decoration:none;color:#fff;text-transform:uppercase;font-family:"OpenSans",sans-serif;font-size:20px;text-align:right;padding:5px 0px 5px 10px;margin-right:2.3rem;text-transform:uppercase;text-decoration:none;width:fit-content}@media only screen and (max-width: 600px){.mobile-nav__list-item{font-size:1.5rem}}.mobile-nav__list-item::after{content:"";position:absolute;top:0;left:0;width:2px;height:0;background-color:#fff;pointer-events:none;z-index:1;transition:.3s ease-in-out;transition-delay:.2s}.mobile-nav__list-item::before{content:"";position:absolute;bottom:0px;left:0;height:2px;background-color:#fff;width:0%;transition:.3s ease-in-out}.mobile-nav__list-item:hover::after{height:100%;transition:.2s ease-in-out;transition-delay:.1s}.mobile-nav__list-item:hover::before{width:100%;transition:.2s ease-in-out;transition-delay:.2s}.mobile-nav__icons{display:flex;width:40%;margin:3rem auto;justify-content:space-between}.mobile-nav__icons-facebook{height:50px}.mobile-nav__icons-instagram{height:50px}.mobile-nav__icons-search{height:50px;margin-right:1rem;position:absolute;top:-3px}.mobile-nav__bottom{display:flex;align-items:center;margin-left:3rem;width:100%}.mobile-nav__bottom--search{width:70%;position:relative}.mobile-nav__bottom--search__bar{border:1px solid #661424;width:100%;height:50px;padding-left:40px}.mobile-nav__bottom--search__bar:focus{outline:none}.header-style{font-size:60px;font-family:OpenSans,sans-serif;text-transform:uppercase;font-weight:700;line-height:75%;white-space:nowrap;margin:1rem 0}@media only screen and (max-width: 1024px){.header-style{white-space:wrap;font-size:50px;line-height:100%;margin:2rem 0}}@media only screen and (max-width: 600px){.header-style{font-size:40px}}@media only screen and (max-width: 500px){.header-style{font-size:37px}}.header-style strong{background-image:linear-gradient(to right, #661424 0%, #661424 100%);background-clip:text;-webkit-background-clip:text;color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);background-size:0% 100%;background-repeat:no-repeat;transition:background-size 1.5s ease;font-weight:650}.header-style .outline-text{color:rgba(0,0,0,0);-webkit-text-stroke:.125rem rgba(0,0,0,0);opacity:0;transition:none}.header-style.active strong{animation:fillColor 1s ease-out forwards}.header-style.active .outline-text{animation:drawOutline .5s ease forwards;animation-delay:.8s;-webkit-text-stroke:.1rem #661424}.hero__home--image{width:100%;max-height:700px;object-fit:cover;object-position:top}@media only screen and (max-width: 1024px){.hero__home--image{width:unset;max-height:850px}}.hero__home--image-container{width:100%;height:100%;position:relative;overflow:hidden}.hero__container{position:relative;height:60vh}@media only screen and (max-width: 600px){.hero__container{height:35vh}}.hero__container-video{-webkit-user-select:none;user-select:none;object-fit:cover;position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width: 1200px){.hero__container-video{top:0}}@media only screen and (max-width: 600px){.hero__container-video{height:100%}}.hero__title--mobile{width:100%}.hero__parallax-container{position:absolute;margin:50px;height:110%;width:calc(100vw - 100px)}@media only screen and (max-width: 1024px){.hero__parallax-container{margin:20px 25px;width:calc(100vw - 50px)}}.hero__article-bubbles{display:flex;flex-direction:row;gap:65px}@media only screen and (max-width: 1200px){.hero__article-bubbles{gap:0}}@media only screen and (max-width: 1024px){.hero__article-bubbles{flex-direction:column;gap:20px}}.hero__article-bubbles-column{display:flex;flex-direction:column;gap:65px}@media only screen and (max-width: 1200px){.hero__article-bubbles-column{gap:0}}@media only screen and (max-width: 1024px){.hero__article-bubbles-column{display:none}}.hero__article-bubble,.hero__article-bubble--title--mobile,.hero__article-bubble--title,.hero__article-bubble--quote,.hero__article-bubble--article{text-decoration:none;padding:30px 50px;position:relative;color:#fff}@media only screen and (max-width: 1200px){.hero__article-bubble,.hero__article-bubble--title--mobile,.hero__article-bubble--title,.hero__article-bubble--quote,.hero__article-bubble--article{margin:5%}}@media only screen and (max-width: 1024px){.hero__article-bubble,.hero__article-bubble--title--mobile,.hero__article-bubble--title,.hero__article-bubble--quote,.hero__article-bubble--article{margin:auto;padding:10px 20px 30px 20px}}.hero__article-bubble::before,.hero__article-bubble--title--mobile::before,.hero__article-bubble--title::before,.hero__article-bubble--quote::before,.hero__article-bubble--article::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(37,2,2,.85);z-index:10}.hero__article-bubble--article{transition:.3s ease-out}@media only screen and (max-width: 1024px){.hero__article-bubble--article{width:300px;height:370px}.hero__article-bubble--article:hover{transform:scale(1) !important}.hero__article-bubble--article:hover .hero__article--copy::before{height:0 !important;transition:.3s ease-in}.hero__article-bubble--article:hover .hero__article--title{color:#fff !important;-webkit-text-stroke:0 #fff !important;transition:color .3s ease-out}}.hero__article-bubble--article:hover{transform:scale(1.05);transition:.3s ease-in-out}.hero__article-bubble--article:hover .hero__article--copy::before{height:100%;transition:.3s ease-in}.hero__article-bubble--article:hover .hero__article--title{color:#fff;-webkit-text-stroke:.08rem #fff;transition:color .3s ease-out}.hero__article-bubble--quote::before{border-radius:30px}@media only screen and (max-width: 1200px){.hero__article-bubble--quote{display:none}}.hero__article-bubble--title::before{border-radius:30px}.hero__article-bubble--title--mobile{display:none;padding:10px 20px}.hero__article-bubble--title--mobile::before{border-radius:30px}@media only screen and (max-width: 1024px){.hero__article-bubble--title--mobile{display:block}}.hero__article--image{max-width:250px}@media only screen and (max-width: 1024px){.hero__article--image{max-width:250px}}.hero__article--content{position:relative;z-index:100;margin:1rem auto;display:flex;flex-direction:column}@media only screen and (max-width: 1024px){.hero__article--content{margin:1rem !important}}.hero__article--title{font-size:30px;font-family:OpenSans,sans-serif;text-transform:uppercase;font-weight:700;line-height:120%;margin:1rem 0;color:rgba(0,0,0,0);-webkit-text-stroke:.7px #fff;transition:color .3s ease-out;margin-top:0}@media only screen and (max-width: 1024px){.hero__article--title{font-size:25px;color:#fff;-webkit-text-stroke:0rem #fff;text-align:left}}@media only screen and (max-width: 500px){.hero__article--title{font-size:20px}}.hero__article--copy::before{content:"";display:block;position:absolute;bottom:0;left:-10px;z-index:100;height:0;max-height:calc(100% - 24.5px);border-left:1px solid #f9d300;transition:.3s ease-in}.hero__article--excerpt{color:#fff;font-family:"OpenSans",sans-serif;font-size:16px;font-weight:200;text-decoration:none;letter-spacing:3px}.hero__article--quote{color:#fff;font-family:"OpenSans",sans-serif;font-size:30px;text-align:center;font-weight:200;text-transform:uppercase;font-style:italic;letter-spacing:1px;line-height:120%;margin:0}.hero__article--quoter,.hero__article--feature-tag{color:#f9d300;font-family:"OpenSans",sans-serif;font-size:18px;font-weight:200;text-transform:uppercase;letter-spacing:3px}.hero__article--quoter{text-align:center}.hero__article--feature-tag{margin-bottom:0}@media only screen and (max-width: 1024px){.hero__article--feature-tag{text-align:left;margin-top:0}}.hero-subpage{width:100%;display:flex;flex-wrap:wrap}.hero-subpage__text{max-width:700px;padding:0px 20px 0px 80px}@media only screen and (max-width: 1024px){.hero-subpage__text{padding:0px 20px 0px 20px;max-width:max-content}}.hero-subpage__text__container{width:50%;height:auto;display:flex;align-items:center}.hero-subpage__text__container--oneimage{width:90%;margin:auto}.hero-subpage__text__container-v2{width:800px;margin:auto;padding:0px}@media only screen and (max-width: 1024px){.hero-subpage__text__container{width:100%}}.hero-subpage__image{width:100%;height:auto;max-height:600px;object-fit:cover}.hero-subpage__image__container{width:50%;height:auto}@media only screen and (max-width: 1024px){.hero-subpage__image__container{width:100%}}.hero-subpage__image__container--oneimage{width:100%}.article__header--content{display:flex;align-items:center;justify-content:space-between;padding:0 50px}@media only screen and (max-width: 1024px){.article__header--content{align-items:flex-start}}@media only screen and (max-width: 500px){.article__header--content{padding:0 10px}}.article__header--container{position:relative;z-index:100;top:-10px;background-color:#fff}@media only screen and (max-width: 600px){.article__header--container{top:0}}.article__social-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:30px}@media only screen and (max-width: 1024px){.article__social-container{flex-direction:column;gap:0}}.article__social--label{width:100px;height:100px;padding-top:10px}@media only screen and (max-width: 1024px){.article__social--label{width:140px;height:140px}}@media only screen and (max-width: 600px){.article__social--label{display:none}}.article__social-icon{width:50px;height:50px;transition:.3s ease-in-out}@media only screen and (max-width: 1024px){.article__social-icon{width:40px;height:40px}}.article__social-icon:hover{transform:scale(1.1);transition:.3s ease-in-out}@media only screen and (max-width: 1024px){.article__social-icon:hover{transform:scale(1.05)}}.article__social-icons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;position:relative;z-index:10000}@media only screen and (max-width: 1024px){.article__social-icons{margin-top:-20px;margin-right:7px}}@media only screen and (max-width: 600px){.article__social-icons{margin-top:2rem}}.article__query{margin:0 50px;display:flex;align-items:flex-start}@media only screen and (max-width: 768px){.article__query{margin:0 30px}}.article__query--regular{display:flex;flex-direction:row;flex-wrap:wrap;gap:40px 40px;padding-right:30px;max-width:65%;border-right:2px solid #661424}@media only screen and (max-width: 1024px){.article__query--regular{max-width:100%;border:none;justify-content:center;margin-top:2rem;padding-right:0}}.article__query--featured{max-width:35%;margin-left:50px;margin-right:-50px;overflow:hidden}.article__query--featured:hover .article__featured--header{background-position:0 0}@media only screen and (max-width: 1024px){.article__query--featured{display:none}}@media only screen and (max-width: 768px){.article__query--featured{display:none}}.article__thumbnail,.article__thumbnail--related{max-width:410px;height:auto;width:auto;display:flex;align-items:center;text-decoration:none;background-color:#f2f2f2;transition:.3s ease-in-out;border-radius:30px;padding:10px 14.5px;box-shadow:7px 7px 5px rgba(0,0,0,.55)}@media only screen and (max-width: 1024px){.article__thumbnail,.article__thumbnail--related{width:100%;padding:10px 30px;flex-direction:column}}.article__thumbnail--related{display:none}@media only screen and (max-width: 1024px){.article__thumbnail--related{display:flex;max-width:300px;flex-direction:row;margin:10px 0}}.article__thumbnail--related .article__thumbnail-title{border:none}.article__thumbnail:hover,.article__thumbnail--related:hover{background-color:#ccc;transition:.3s ease-in-out}.article__thumbnail--image,.article__thumbnail--image-related{max-width:93px;max-height:93px;border-radius:10px;box-shadow:7px 7px 5px rgba(0,0,0,.55)}@media only screen and (max-width: 1024px){.article__thumbnail--image,.article__thumbnail--image-related{max-width:100%;max-height:100%;margin:10px auto;width:400px;border-radius:20px}}.article__thumbnail--image-related{max-width:100px;width:auto;margin:0 auto}.article__thumbnail--image_container{padding-right:17.5px;border-right:2px solid #661424}@media only screen and (max-width: 1024px){.article__thumbnail--image_container{padding-right:0;border-right:none}}.article__thumbnail-title{text-decoration:none;color:#661424;font-family:"OpenSans",sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;line-height:19px;padding-left:16px}@media only screen and (max-width: 1024px){.article__thumbnail-title{padding:16px;border-left:2px solid #661424;margin:15px auto 15px 0}}.article__featured--item{background-color:#661424;width:100%;display:flex;align-items:center;padding:20px;text-decoration:none;transition:.3s ease-in-out}.article__featured--item:hover{transform:scale(1.025);transition:.3s ease-in-out}.article__featured--item:hover .article__featured--image{scale:1.05;transition:.3s ease-in-out}.article__featured--item:hover .article__featured--title{color:#f9d300;transition:.3s ease-in-out}@media only screen and (max-width: 1024px){.article__featured--item{flex-direction:column;align-items:center}}.article__featured--header{color:#661424;font-family:"OpenSans",sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:2px;border:2px solid #661424;width:fit-content;padding:2px 5px}.article__featured--list{display:flex;flex-direction:column;gap:20px;padding:20px 0;max-width:100%}.article__featured--image{width:100%;height:auto;position:absolute;scale:1;transition:.3s ease-in-out}.article__featured--image_container{position:relative;width:170px;height:170px;overflow:hidden}@media only screen and (max-width: 1024px){.article__featured--image_container{max-width:300px;width:100%;height:150px}}.article__featured--text-container{padding:0 20px;text-decoration:none;max-width:50%}@media only screen and (max-width: 1024px){.article__featured--text-container{padding:10px 5px 10px 0;max-width:100%}}.article__featured--title{color:#fff;font-family:"OpenSans",sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;margin:0;max-width:75%;text-decoration:none;transition:.3s ease-in-out}.article__featured--description{color:#fff;font-family:"OpenSans",sans-serif;font-size:14px;font-weight:200;margin:5px 0 0 0;text-decoration:none;letter-spacing:3px}.mySwiper .swiper{width:100%;height:100%;margin:2rem 0 0 0;overflow:hidden}.mySwiper .swiper-slide{text-align:center;font-size:18px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 600px){.mySwiper .swiper-slide.swiper-slide-active{margin-left:0;transform:scale(1)}}.mySwiper .swiper-wrapper{align-items:stretch}.mySwiper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;max-width:100%;margin:2rem 0;box-shadow:7px 7px 5px rgba(0,0,0,.15)}@media only screen and (max-width: 1400px){.mySwiper .swiper-slide img{max-width:200px}}.swiper-wrapper-container,.swiper-wrapper-container--feature{position:relative;display:flex;align-items:center;justify-content:center}.swiper-wrapper-container--feature .swiper-arrow--right{position:absolute;right:-35px !important;z-index:1000;width:35px;height:35px;cursor:pointer}.swiper-wrapper-container--feature .swiper-arrow--left{position:absolute;z-index:1000;left:-30px !important;width:35px;height:35px;cursor:pointer}.heroSwiper{display:none}@media only screen and (max-width: 1024px){.heroSwiper{display:flex;width:100%;height:100%}}.heroSwiper .swiper{width:100% !important;height:100% !important}.heroSwiper .swiper-slide{text-align:center;font-size:18px;display:flex;justify-content:center;align-items:center;height:auto !important}.heroSwiper .swiper-slide .hero__article-bubble--article{flex:1;display:flex;flex-direction:column;width:auto;height:auto;padding:1rem;max-width:350px;min-height:380px}.heroSwiper .swiper-wrapper{max-width:100%}.heroSwiper .swiper-pagination-bullet{background:#fff;border:2px solid #fff}.swiper-button-lock{display:block}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-arrow--right{position:absolute;right:-55px;z-index:1000;width:35px;height:35px;cursor:pointer}@media only screen and (max-width: 600px){.swiper-arrow--right{right:-35px !important}}.swiper-arrow--left{position:absolute;z-index:1000;left:-55px;width:35px;height:35px;cursor:pointer}@media only screen and (max-width: 600px){.swiper-arrow--left{left:-35px !important}}.featureSwiper{width:90%;overflow:hidden;padding-right:30px}@media only screen and (max-width: 500px){.featureSwiper{max-width:100%;padding-right:15px}}.featureSwiper.swiper{overflow:hidden}@media only screen and (max-width: 600px){.featureSwiper.swiper{margin-right:0}}.featureSwiper .swiper-slide{text-align:center;font-size:18px;display:flex;justify-content:center;align-items:center}.featureSwiper .swiper-slide img{display:block;width:auto;height:auto;object-fit:cover;max-width:100%;margin:2rem 10px;box-shadow:15px 15px #fff}@media only screen and (max-width: 600px){.featureSwiper .swiper-slide img{max-width:300px}}@media only screen and (max-width: 500px){.featureSwiper .swiper-slide img{max-width:230px}}.past-issues__mobile{display:none}@media only screen and (max-width: 1024px){.past-issues__mobile{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}}.relatedSwiper{width:90%;overflow:hidden}@media only screen and (max-width: 500px){.relatedSwiper{max-width:100%}}.relatedSwiper.swiper{overflow:hidden;padding:1rem}@media only screen and (max-width: 600px){.relatedSwiper.swiper{margin-right:0}}@media only screen and (max-width: 500px){.relatedSwiper.swiper{margin-right:auto}}.relatedSwiper .swiper-slide{font-size:18px;display:flex;justify-content:center;align-items:center}.relatedSwiper .article__thumbnail-title{border-left:0px solid #661424}.past-issues{background-color:#f2f2f2;margin-top:3rem;max-width:100%}.past-issues__content{margin:100px auto 0 auto;padding:20px 60px 40px 60px}@media only screen and (max-width: 600px){.past-issues__content{margin:50px auto 0 auto;padding:20px 40px 40px 40px}}.past-issues__cover{filter:grayscale(40%);transition:.3s ease-in-out}.past-issues__cover:hover{filter:grayscale(0%);transform:translateY(-10px);transition:.3s ease-in-out}@media only screen and (max-width: 600px){.past-issues__cover{filter:grayscale(0%)}}.past-issues__view-all{color:#661424;font-family:"OpenSans",sans-serif;font-size:16px;font-weight:600;float:right;text-align:right;transition:.3s ease-in-out;padding-right:15px}.past-issues__view-all:hover{font-weight:700;transition:.3s ease-in-out}.feature__header{margin-left:-25px;min-width:250px}.feature__header-svg{max-width:1000px}@media only screen and (max-width: 600px){.feature__header-svg{padding-top:20px}}@media only screen and (max-width: 1024px){.feature__header{margin-left:0}}.feature__external-link{text-decoration:none;text-transform:uppercase;color:#661424;font-family:"OpenSans",sans-serif;font-size:16px;font-weight:600;transition:.3s ease-in-out;margin-right:30px;padding:0 3px;border-bottom:2px solid #661424;position:absolute;right:0;bottom:-50px;width:fit-content}.feature__external-link:hover{font-weight:700;font-size:17px;transition:.3s ease-in-out}@media only screen and (max-width: 600px){.feature__external-link{font-size:18px;margin-top:-2.7rem}}.feature__carousel{margin:2rem 0 4rem 0;padding:2rem;position:relative}.feature__carousel--svg{position:absolute;top:-80px;left:-20px;width:300px;z-index:500}@media only screen and (max-width: 1024px){.feature__carousel--svg{width:200px;top:-50px;left:-20px}}@media only screen and (max-width: 600px){.feature__carousel--svg{width:150px;top:-50px;left:-20px}}.feature__section{padding:48px 50px;margin:auto;max-width:1400px}@media only screen and (max-width: 1024px){.feature__section{padding:10px 30px}}.feature__flex-container{display:flex;flex-direction:row;align-items:center;gap:70px}@media only screen and (max-width: 1024px){.feature__flex-container{flex-direction:column;gap:0}}.feature__flex-container--copy{width:50%;position:relative}.feature__flex-container--copy .feature__sticker--top-left{top:-130px;left:-150px}@media only screen and (max-width: 1024px){.feature__flex-container--copy .feature__sticker--top-left{display:none}}.feature__flex-container--copy .feature__flex-container--image .feature__sticker--top-right{display:block !important;top:-30px;right:10px}@media only screen and (max-width: 600px){.feature__flex-container--copy .feature__flex-container--image .feature__sticker--top-right{right:-25px;top:-50px}}.feature__flex-container--copy .feature__flex-container--image .feature__sticker--top-left{display:block !important;top:-30px;left:10px}@media only screen and (max-width: 600px){.feature__flex-container--copy .feature__flex-container--image .feature__sticker--top-left{left:-25px;top:-50px}}.feature__flex-container--copy .feature__flex-container--image .feature__sticker--bottom-right{display:block !important;bottom:-25px;right:10px}@media only screen and (max-width: 600px){.feature__flex-container--copy .feature__flex-container--image .feature__sticker--bottom-right{right:-25px;bottom:-25px}}.feature__flex-container--copy .feature__flex-container--image .feature__sticker--bottom-left{display:block !important;bottom:-25px;left:30px}@media only screen and (max-width: 1024px){.feature__flex-container--copy{width:100%}}.feature__flex-container--copy-header{font-size:45px;font-family:OpenSans,sans-serif;text-transform:uppercase;font-weight:400;line-height:130%;margin:1rem 0;color:#661424;margin-top:0;margin:10px 0 20px -25px}@media only screen and (max-width: 1024px){.feature__flex-container--copy-header{font-size:40px;margin:10px 0 50px 0}}@media only screen and (max-width: 600px){.feature__flex-container--copy-header{font-size:40px;line-height:110%}}.feature__flex-container--copy-body{padding:11px 0 11px 45px;position:relative}@media only screen and (max-width: 1024px){.feature__flex-container--copy-body{padding:11px 55px 11px 45px}}@media only screen and (max-width: 600px){.feature__flex-container--copy-body{padding:11px 15px 11px 15px}}.feature__flex-container--copy-body::before{content:"";position:absolute;left:20px;top:0;width:2px;height:0;background:#661424;transform-origin:top}.feature__flex-container--copy-body.active::before{height:100%;left:0;transition:height .8s ease-out}.feature__flex-container--image{width:50%;position:relative;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width: 1024px){.feature__flex-container--image{width:100%;display:flex;justify-content:center;margin:30px 0}}.feature__flex-container--related{display:flex;flex-direction:column;gap:30px}@media only screen and (max-width: 1024px){.feature__flex-container--related{display:none}}.feature__sticker{position:absolute;max-width:200px;max-height:200px}@media only screen and (max-width: 600px){.feature__sticker{max-width:120px;max-height:120px}}.feature__sticker--top-right{top:-70px;right:-30px}.feature__sticker--top-left{top:-70px;left:-30px}.feature__sticker--bottom-right{bottom:-70px;right:-30px}.feature__sticker--bottom-left{bottom:0;left:0}.feature__image{max-width:100%;width:100%;height:auto;min-width:380px}@media only screen and (max-width: 1024px){.feature__image{max-width:650px;min-width:unset}}@media only screen and (max-width: 600px){.feature__image{max-width:100%;min-width:none}}.feature__paragraph{font-family:"OpenSans",sans-serif;font-size:16px}.feature__paragraph:first-child{margin-top:0}.feature__paragraph:last-child{margin-bottom:0}.feature__paragraph--block-quote{font-family:"OpenSans",sans-serif;color:#661424;font-size:22px;line-height:110%;font-weight:800;text-transform:uppercase;text-align:center;margin:auto;max-width:75%}@media only screen and (max-width: 600px){.feature__paragraph--block-quote{max-width:100%}}.feature__share-btn{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin:0 50px !important}@media only screen and (max-width: 600px){.feature__share-btn{margin:0 25px !important}}.feature__share-btn--copy{text-decoration:none;text-transform:uppercase;color:#661424;font-family:"OpenSans",sans-serif;font-size:16px;font-weight:700;transition:.3s ease-in-out;position:relative;top:3px}.feature__share-btn--icon{height:25px;width:25px}.feature__share{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;position:relative;margin:0 !important;margin-left:auto !important;width:fit-content;cursor:pointer}.feature__share-icons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px;position:absolute !important;bottom:-60px;right:30px;transition:.3s ease-in-out;transition-delay:visibility .3s;position:relative;background-color:#fff;padding:10px}@media only screen and (max-width: 1024px){.feature__share-icons{position:relative;top:0;bottom:auto;right:10px}}.feature__share-icon{width:60px;height:60px;fill:#661424;transition:.3s ease-in-out;text-decoration:none}.feature__share-icon.x{width:50px;height:50px}.feature__share-icon:hover{transform:scale(1.1);transition:.3s ease-in-out}.feature__share-icon--link{text-decoration:none;color:#661424}.section{max-width:1360px;padding:1rem 0;margin:auto}.section__container,.section__container-flex{padding:25px}.section__container-flex{display:flex;padding-top:0px}.button__readmore{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;text-decoration:none;border:none;background-color:rgba(0,0,0,0)}.db-arrow{width:20px;height:20px;margin-left:10px}.read-more__btn{align-content:center}.read-more__btn--text{font-family:OpenSans;letter-spacing:3px;font-weight:650;font-size:18px;text-decoration:none;position:relative;display:inline;margin:0px;background:linear-gradient(to right, #661424 45%, #F2F2F2 50%, black 50%);background-clip:text;transition-duration:.3s;-webkit-text-fill-color:rgba(0,0,0,0);background-size:210% 100%;background-position:100%;transition:background-position .3s ease}.read-more__btn--text:hover{background-position:0 100%}@media only screen and (max-width: 768px){.read-more__btn--text{font-size:18px}}.read-more__btn--text--featured{font-family:OpenSans;color:#fff;letter-spacing:3px;font-weight:600;font-size:18px;text-transform:uppercase;position:relative;display:inline;margin:0px}@media only screen and (max-width: 400px){.read-more__btn--text--featured{font-size:15px}}#overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(4px);z-index:10000;align-items:center;justify-content:center}#overlay video{max-width:90%;max-height:80%;box-shadow:0 0 20px rgba(0,0,0,.7)}#btn-play{cursor:pointer;width:150px;height:150px;fill:#fff;transition:fill .2s}.close-btn{position:fixed;top:20px;right:30px;font-size:2rem;color:#fff;background:rgba(0,0,0,0);border:none;cursor:pointer;z-index:1001}.video__play-btn{position:absolute}.video__thumbnail{width:100%;height:auto;max-height:600px;object-fit:cover;cursor:pointer}@media only screen and (max-width: 768px){.video__thumbnail{max-height:400px}}@media only screen and (max-width: 600px){.video__thumbnail{max-height:300px}}.video-container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1000px;margin:auto}.video__section-container{position:relative}.previous-issues__heading{color:#661424;font-family:OpenSans;text-align:center}.previous-issues__grid{display:grid;grid-template-columns:1fr 1fr;justify-content:space-around;justify-items:center;row-gap:50px;column-gap:5px;width:100%;max-width:1000px;margin:auto}@media only screen and (max-width: 768px){.previous-issues__grid{grid-template-columns:1fr;max-width:90%}}.previous-issues__issue{width:auto;height:auto;max-width:80%}@media only screen and (max-width: 768px){.previous-issues__issue{max-width:100%}}.previous-issues__issue--content{position:relative;overflow:hidden}.previous-issues__issue--cover{width:auto;height:auto;max-width:100%}.previous-issues__issue--link{padding:5px 0}.article__title{font-size:48px;margin:0px 0px 0px 0px;font-family:Libre;letter-spacing:normal}@media only screen and (max-width: 1024px){.article__title{font-size:36px}}@media only screen and (max-width: 600px){.article__title{font-size:28px}}.article__date{font-size:16px;font-family:OpenSans;font-weight:600;text-transform:uppercase;letter-spacing:3px}.article__copy{font-family:OpenSans;font-size:16px}.article__copy__column{width:50%}.article__copy__column--noimage{width:80%;margin:auto}@media only screen and (max-width: 768px){.article__copy__column{width:100%}}.article__copy--noimage{margin:auto}.article__copy img{width:100%;height:auto;margin:20px 0px 0px 0px}.article__image{width:100%;height:100%;position:absolute;transform:translate(-50%, -50%);left:50%;top:50%;object-fit:cover}.article__image__container{width:100%;height:auto;position:relative;margin-bottom:20px}.article__image__container img{width:100%;height:auto}.article__image__column{width:calc(50% - 80px);padding:0px 0px 0px 80px;display:block}@media only screen and (max-width: 768px){.article__image__column{display:none}}.article__gallery__caption{font-family:OpenSans;position:absolute;bottom:40px}@media only screen and (max-width: 768px){.article__gallery__caption{bottom:50px}}.article__gallery__container{position:fixed;width:100%;height:100%;background-color:#000;z-index:100;top:0;left:0;opacity:0;pointer-events:none;transition:opacity .3s}.article__gallery__container-active{opacity:1;pointer-events:all}.article__gallery__close{width:40px;height:40px;position:absolute;top:20px;right:20px;cursor:pointer}.article__gallery__close::before{content:"";width:100%;height:2px;background-color:#fff;position:absolute;top:50%;left:0;transform:translate(-50%);transform-origin:center;transform:rotate(45deg)}.article__gallery__close::after{content:"";width:100%;height:2px;background-color:#fff;position:absolute;top:50%;left:0;transform:translate(-50%);transform-origin:center;transform:rotate(135deg)}.article__gallery__image{width:auto;height:auto}@media only screen and (max-width: 768px){.article__gallery__image{width:100%}}.article-grid__break{margin-top:50px}.article-grid__title{font-size:20px;text-transform:uppercase;font-family:OpenSans;font-weight:600;width:150px;text-align:center}@media only screen and (max-width: 1200px){.article-grid__title{width:200px;padding:1rem;top:-60px;left:20px}}@media only screen and (max-width: 1250px){.article-grid .section__container--news .news{max-width:100%}}.news{display:flex;flex-wrap:wrap;justify-content:flex-end;position:relative}@media only screen and (max-width: 1200px){.news{justify-content:center}}.news__box{padding:1.1rem}@media only screen and (max-width: 1200px){.news__box{width:auto;justify-content:center}}.news__box--text{display:flex;max-width:225px;align-items:baseline}@media only screen and (max-width: 1024px){.news__box--text{max-width:245px}}@media only screen and (max-width: 768px){.news__box--text{max-width:325px}}.news__box--image{margin:auto;position:relative}.news__box--image-link:hover>.news__box--image-overlay{opacity:.3}.news__box--image-overlay{background-color:#000;opacity:0;transition:opacity .3s;width:98%;height:100%;position:absolute;top:0;left:0;z-index:10}@media only screen and (max-width: 1024px){.news__box--image-overlay{width:100%}}@media only screen and (max-width: 600px){.news__box--image-overlay{width:100%}}.news__box--title{font-family:OpenSans;font-size:16px;color:#000;letter-spacing:3px;padding-left:3px;padding-bottom:2rem}@media only screen and (max-width: 768px){.news__box--title{font-size:18px}}.news__box:hover .news__box--title{color:#4d4d4d;transition:.3s}.btt-active{opacity:1;pointer-events:all;display:none}@media only screen and (max-width: 600px){.btt-active{display:block}}.btt-hidden{opacity:0;pointer-events:none}.btt-footer-active{bottom:20px;display:none}@media only screen and (max-width: 600px){.btt-footer-active{display:block}}.btt-footer-inactive{bottom:50px}@media only screen and (max-width: 1024px){.btt-footer-inactive{bottom:10px}}.btt__container{position:fixed;right:50px;width:40px;z-index:1000;cursor:pointer;transition-duration:.3s}@media only screen and (max-width: 1024px){.btt__container{right:20px}}.caption{font-size:16px;font-style:italic;margin:5px auto 30px auto;width:fit-content}.footer{background-color:#000;height:80px}.footer__container{max-width:1600px;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%}.footer__icon{width:auto;height:100%;display:block}.footer__icon__link{display:block;width:auto;height:50px;margin-left:20px}@media only screen and (max-width: 768px){.footer__icon__link{height:45px}}.footer__cta,.footer__cta-mobile{text-transform:uppercase;color:#fff;margin-right:20px;font-family:OpenSansRegular;letter-spacing:3px;font-size:14px}@media only screen and (max-width: 768px){.footer__cta,.footer__cta-mobile{display:none}}.footer__cta-mobile{width:170px;display:none;text-align:right}@media only screen and (max-width: 768px){.footer__cta-mobile{display:block}}.mobile-video{display:none}@media only screen and (max-width: 600px){.mobile-video{display:block}}.desktop-video{display:block}@media only screen and (max-width: 600px){.desktop-video{display:none}}/*# sourceMappingURL=25-26-style.min.css.map */