@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&display=swap");
:root {
  --font-primary: "League Spartan", sans-serif;
  --font-heading: "Barlow Condensed", sans-serif;
}

body.up-brand-uptv .uptv-module,
body.up-brand-uptv .uptv-module h1,
body.up-brand-uptv .uptv-module h2 {
  font-family: "Barlow Condensed", sans-serif;
}

@font-face {
  font-family: Majesti;
  src: url(/wp-content/plugins/up-brand-refresh/assets/fonts/majesti/Majesti-Banner-BoldItalic.otf);
}
body.up-brand-uptv .modal-wrap .inner {
  border-radius: var(--radius-base);
  background-color: var(--page-page-base);
}
body.up-brand-uptv .modal-wrap .close-modal-wrap a {
  overflow: hidden;
  border-radius: 1000px;
  background-color: var(--cta-primary);
  color: var(--cta-primary-contrast-high);
  font-size: 20px;
  font-weight: 700;
  padding: 12px 16px;
  position: relative;
  display: inline-block;
}
body.up-brand-uptv .modal-wrap .close-modal-wrap a:before {
  -webkit-mask-image: unset;
  mask-image: unset;
  border-radius: 1000px;
  overflow: hidden;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--cta-hover);
  transition: all 250ms;
  position: absolute;
}
body.up-brand-uptv .modal-wrap .close-modal-wrap a:hover {
  text-decoration: none;
}
body.up-brand-uptv .modal-wrap .close-modal-wrap a:hover:before {
  opacity: 1;
}
body.up-brand-uptv .modal-wrap .close-modal-wrap a:active:before {
  background-color: var(--cta-pressed);
  opacity: 1;
}

body.up-brand-aspire .modal-wrap .inner {
  border: 2px solid var(--cta-primary);
}
body.up-brand-aspire .modal-wrap .close-modal-wrap {
  text-align: center;
}
body.up-brand-aspire .modal-wrap .close-modal-wrap a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: 700;
  font-size: var(--button-font-size);
  line-height: var(--button-font-size);
  color: var(--cta-primary-contrast-high);
  border: 2px solid var(--cta-primary);
  padding: 12px;
}
body.up-brand-aspire .modal-wrap .close-modal-wrap a span {
  position: relative;
  z-index: 1;
}
body.up-brand-aspire .modal-wrap .close-modal-wrap a:hover {
  text-decoration: none;
  background-color: var(--page-page-base-contrast-low);
}
body.up-brand-aspire .modal-wrap .close-modal-wrap a:hover:before {
  left: 0%;
  transform: scale(2);
}
body.up-brand-aspire .modal-wrap .close-modal-wrap a:before {
  background: var(--brand-secondary);
  -webkit-mask-image: url('data:image/svg+xml,<svg width="182" height="103" viewBox="0 0 182 103" fill="none" xmlns="http://www.w3.org/2000/svg" class="swipe"><path d="M0 0H103.784L182 102.375H78.2158L0 0Z" fill="white"/></svg>');
  mask-image: url('data:image/svg+xml,<svg width="182" height="103" viewBox="0 0 182 103" fill="none" xmlns="http://www.w3.org/2000/svg" class="swipe"><path d="M0 0H103.784L182 102.375H78.2158L0 0Z" fill="white"/></svg>');
  content: " ";
  position: absolute;
  top: 0;
  left: -182px;
  width: 182px;
  height: 103px;
  transition: all 300ms ease-in;
}
@media screen and (max-width: 1320px) {
  body.up-brand-aspire .modal-wrap .close-modal-wrap a {
    width: 100%;
    display: block;
    text-align: center;
  }
  body.up-brand-aspire .modal-wrap .close-modal-wrap a:hover {
    text-decoration: none;
    background-color: var(--page-page-base-contrast-low);
  }
  body.up-brand-aspire .modal-wrap .close-modal-wrap a:hover:before {
    left: 0%;
    transform: scale(20);
  }
}

:root {
  --base-black: #000000;
  --base-white: #ffffff;
  --brand-christmas-1: #205354;
  --brand-christmas-2: #b8c6a3;
  --brand-christmas-3: #f8f5e6;
  --brand-christmas-4: #c44348;
  --brand-primary-1: #01497e;
  --brand-primary-2: #69a5ad;
  --brand-primary-3: #88cdca;
  --brand-primary-4: #01b58e;
  --brand-primary-5: #a5216c;
  --brand-primary-6: #f7f3f2;
  --brand-primary-7: #cdc7a7;
  --brand-primary-8: #f8ba53;
  --brand-spring-1: #f86f89;
  --brand-spring-2: #00cac6;
  --brand-spring-3: #f8ba53;
  --brand-spring-4: #f7f3f2;
  --container-gap-s: 16px;
  --container-gap-m: 24px;
  --container-gap-l: 48px;
  --container-gap-base: 64px;
  --container-horizontal-m: 40px;
  --container-horizontal-base: 120px;
  --container-vertical-m: 40px;
  --container-vertical-base: 120px;
  --container-vertical-base-plus-divider: 240px;
  --container-vertical-episodes: 400px;
  --max-height-l: 1000px;
  --max-width-logo: 600px;
  --max-width-s: 600px;
  --max-width-l: 2000px;
  --radius-base: 24px;
  --radius-social: 50%;
  --line-height-body-s: 21px;
  --line-height-body-m: 27px;
  --line-height-body-l: 32px;
  --line-height-body-xl: 42px;
  --line-height-heading-h5: 34px;
  --line-height-heading-h4: 36px;
  --line-height-heading-h3: 50px;
  --line-height-heading-h2: 58px;
  --line-height-heading-h1: 144px;
  --size-body-s: 20px;
  --size-body-m: 26px;
  --size-body-l: 32px;
  --size-body-xl: 32px;
  --size-heading-h5: 32px;
  --size-heading-h4: 32px;
  --size-heading-h3: 48px;
  --size-heading-h2: 56px;
  --size-heading-h1: 140px;
  --size-body-sub: 32px;
  --line-height-body-sub: 32px;
  --button-font-size: 20px;
}
@media screen and (max-width: 2200px) {
  :root {
    --container-gap-s: 16px;
    --container-gap-m: 22px;
    --container-gap-l: 40px;
    --container-gap-base: 56px;
    --container-horizontal-m: 32px;
    --container-horizontal-base: 80px;
    --container-vertical-m: 32px;
    --container-vertical-base: 80px;
    --container-vertical-base-plus-divider: 160px;
    --container-vertical-episodes: 320px;
    --line-height-heading-h1: 120px;
    --max-height-l: 900px;
    --max-width-logo: 400px;
    --max-width-s: 600px;
    --max-width-l: 1280px;
    --radius-base: 18px;
    --size-heading-h4: 32px;
    --size-heading-h5: 28px;
    --size-heading-h3: 48px;
    --size-heading-h2: 56px;
    --size-heading-h1: 120px;
    --size-body-sub: 30px;
    --line-height-body-l: 30px;
    --size-body-l: 30px;
  }
}
@media screen and (max-width: 1320px) {
  :root {
    --container-gap-s: 16px;
    --container-gap-m: 20px;
    --container-gap-l: 32px;
    --container-gap-base: 48px;
    --container-horizontal-m: 20px;
    --container-horizontal-base: 32px;
    --container-vertical-m: 24px;
    --container-vertical-base: 56px;
    --container-vertical-base-plus-divider: 128px;
    --container-vertical-episodes: 240px;
    --max-height-l: 900px;
    --max-width-logo: 300px;
    --max-width-s: 600px;
    --max-width-l: 736px;
    --radius-base: 14px;
    --line-height-body-s: 21px;
    --line-height-body-l: 24px;
    --line-height-body-m: 27px;
    --line-height-body-xl: 32px;
    --line-height-heading-h5: 30px;
    --line-height-heading-h3: 36px;
    --line-height-heading-h4: 36px;
    --line-height-heading-h2: 48px;
    --line-height-heading-h1: 72px;
    --size-body-s: 18px;
    --size-body-m: 24px;
    --size-body-l: 26px;
    --size-body-xl: 32px;
    --size-heading-h5: 26px;
    --size-heading-h4: 32px;
    --size-heading-h3: 40px;
    --size-heading-h2: 48px;
    --size-heading-h1: 64px;
    --size-body-sub: 26px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --container-gap-s: 16px;
    --container-gap-m: 18px;
    --container-gap-l: 20px;
    --container-gap-base: 24px;
    --container-horizontal-base: 16px;
    --container-horizontal-m: 16px;
    --container-vertical-m: 16px;
    --container-vertical-base: 32px;
    --container-vertical-base-plus-divider: 80px;
    --container-vertical-episodes: 160px;
    --max-height-l: 800px;
    --max-width-logo: 200px;
    --max-width-s: 600px;
    --max-width-l: 2000px;
    --radius-base: 12px;
    --line-height-body-m: 18px;
    --line-height-body-l: 20px;
    --line-height-body-s: 16px;
    --line-height-body-xl: 32px;
    --line-height-heading-h4: 28px;
    --line-height-heading-h5: 28px;
    --line-height-heading-h3: 36px;
    --line-height-heading-h2: 48px;
    --line-height-heading-h1: 54px;
    --size-body-m: 18px;
    --size-body-s: 16px;
    --size-body-l: 20px;
    --size-body-xl: 32px;
    --size-heading-h4: 24px;
    --size-heading-h5: 24px;
    --size-heading-h3: 32px;
    --size-heading-h2: 40px;
    --size-heading-h1: 48px;
    --size-body-sub: 26px;
  }
}

.divider {
  width: 100%;
  height: 120px;
  bottom: -81px;
  background-repeat: repeat-x;
}
.divider.wave {
  background: var(--page-page-base);
  -webkit-mask-image: url('data:image/svg+xml,<svg width="480" height="120" viewBox="0 0 480 120" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6443_33025)"><path d="M-778 51.5023L-650.676 16.393C-571.268 -5.46432 -475.436 -5.46432 -396.197 16.393C-316.789 38.2503 -220.957 38.2503 -141.718 16.393C-62.3101 -5.46432 33.5217 -5.46432 112.761 16.393C192.169 38.2503 288 38.2503 367.239 16.393C446.648 -5.46432 542.479 -5.46432 621.718 16.393C701.126 38.2503 796.958 38.2503 876.197 16.393C955.605 -5.46432 1051.44 -5.46432 1130.68 16.393L1258 51.5023V120H-778V51.5023Z" fill="black"/></g><defs><clipPath id="clip0_6443_33025"><rect width="480" height="120" fill="white"/></clipPath></defs></svg>');
  mask-image: url('data:image/svg+xml,<svg width="480" height="120" viewBox="0 0 480 120" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6443_33025)"><path d="M-778 51.5023L-650.676 16.393C-571.268 -5.46432 -475.436 -5.46432 -396.197 16.393C-316.789 38.2503 -220.957 38.2503 -141.718 16.393C-62.3101 -5.46432 33.5217 -5.46432 112.761 16.393C192.169 38.2503 288 38.2503 367.239 16.393C446.648 -5.46432 542.479 -5.46432 621.718 16.393C701.126 38.2503 796.958 38.2503 876.197 16.393C955.605 -5.46432 1051.44 -5.46432 1130.68 16.393L1258 51.5023V120H-778V51.5023Z" fill="black"/></g><defs><clipPath id="clip0_6443_33025"><rect width="480" height="120" fill="white"/></clipPath></defs></svg>');
}
.divider.spike {
  background: var(--page-page-base);
  -webkit-mask-image: url('data:image/svg+xml,<svg width="480" height="120" viewBox="0 0 480 120" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6443_33023)"><path d="M239.92 0L0 38.4863V120H480V38.4863L239.92 0Z" fill="black"/></g><defs><clipPath id="clip0_6443_33023"><rect width="480" height="120" fill="white"/></clipPath></defs></svg>');
  mask-image: url('data:image/svg+xml,<svg width="480" height="120" viewBox="0 0 480 120" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6443_33023)"><path d="M239.92 0L0 38.4863V120H480V38.4863L239.92 0Z" fill="black"/></g><defs><clipPath id="clip0_6443_33023"><rect width="480" height="120" fill="white"/></clipPath></defs></svg>');
}

html {
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}

body.tax-show.fl-theme-builder-archive #nav-secondary {
  display: none;
}
body.tax-show.fl-theme-builder-archive #site-container {
  width: 100% !important;
  max-width: 100% !important;
}
body.tax-show.fl-theme-builder-archive #site-main {
  padding: 0 !important;
  background-color: var(--page-page-base);
}
body.tax-show.fl-theme-builder-archive #site-main .fl-row-content-wrap {
  padding: 0 !important;
}
body.tax-show.fl-theme-builder-archive #site-main .fl-module .fl-module-content {
  margin: 0;
  padding: 0;
}

.toggle-indicator {
  color: var(--brand-secondary);
  width: 50px;
  height: 50px;
  border: 0;
  font-size: 1.5em;
  position: relative;
}
.toggle-indicator:before, .toggle-indicator:after {
  position: absolute;
  transition: 300ms;
  background: var(--brand-secondary);
  border-radius: 0;
  content: " ";
}
.toggle-indicator:before {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.toggle-indicator:after {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
.toggle-indicator.open {
  transform: rotate(90deg);
}
.toggle-indicator.open:after {
  left: 50%;
  right: 50%;
}

.swiper {
  min-height: 420px !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  top: unset !important;
  margin-top: unset !important;
  z-index: 10;
  cursor: pointer;
  align-items: center !important;
  justify-content: center !important;
  color: transparent !important;
  display: flex !important;
  width: 40px !important;
  height: 40px !important;
  left: unset !important;
  right: unset !important;
}
.swiper-button-next:before, .swiper-button-next:after,
.swiper-button-prev:before,
.swiper-button-prev:after {
  content: " " !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 24px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--page-page-base-contrast-low) !important;
}

.swiper-button-prev svg {
  transform: rotate(90deg);
}

.swiper-button-next svg {
  transform: rotate(-90deg);
}

.swiper-pagination {
  width: auto !important;
  display: flex !important;
  position: relative !important;
  margin-top: unset !important;
  left: 0 !important;
  transform: none !important;
}

.swiper-controls {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: unset !important;
  left: unset !important;
  top: unset !important;
  width: unset !important;
}

.swiper-pagination-bullet {
  width: 40px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet:before {
  content: " ";
  width: 6px;
  height: 6px;
  background-color: var(--cta-primary);
  transition: all 250ms;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background-color: transparent !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: var(--page-page-base-contrast-high);
}
.swiper-pagination-bullet:hover {
  background-color: var(--page-page-base-contrast-low) !important;
}

body.up-brand-uptv .swiper-pagination-bullet {
  border-radius: 50% !important;
  overflow: hidden !important;
}
body.up-brand-uptv .swiper-pagination-bullet:before {
  border-radius: 50% !important;
  background-color: var(--page-page-base-contrast-high) !important;
}
body.up-brand-uptv .swiper-pagination-bullet-active:before {
  background-color: var(--brand-primary) !important;
}
body.up-brand-uptv .swiper-button-next, body.up-brand-uptv .swiper-button-prev {
  border-radius: 50% !important;
}

@media screen and (max-width: 767px) {
  .swiper-controls {
    display: none !important;
  }
  .swiper {
    min-height: 350px !important;
  }
}
@media screen and (max-width: 460px) {
  .swiper {
    min-height: 275px !important;
  }
}
@keyframes aspire-reveal {
  0% {
    transform: translate(-150px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.aspire-reveal {
  overflow: hidden;
  opacity: 0;
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  transform: translate(150px, 0);
}
.aspire-reveal.animate {
  transform: unset;
  opacity: 2;
  animation: aspire-reveal cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}

@keyframes aspire-reveal-reverse {
  0% {
    transform: translate(150px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.aspire-reveal-reverse {
  overflow: hidden;
  opacity: 0;
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  transform: translate(150px, 0);
}
.aspire-reveal-reverse.animate {
  transform: unset;
  opacity: 1;
  animation: aspire-reveal-reverse cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}

@keyframes aspire-reveal-bottom {
  0% {
    transform: translate(0, 150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.aspire-reveal-bottom {
  overflow: hidden;
  opacity: 0 !important;
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  transform: translate(0, 150px);
}
.aspire-reveal-bottom > div {
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  opacity: 0;
}
.aspire-reveal-bottom.animate {
  transform: unset;
  opacity: 1 !important;
  animation: aspire-reveal-bottom cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}
.aspire-reveal-bottom.animate > div {
  opacity: 1;
}

@keyframes uptv-reveal-bottom {
  0% {
    transform: translate(0, 150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.uptv-reveal-bottom {
  overflow: hidden;
  opacity: 0 !important;
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  transform: translate(0, 150px);
}
.uptv-reveal-bottom > div {
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  opacity: 0;
}
.uptv-reveal-bottom.animate {
  transform: unset;
  opacity: 1 !important;
  animation: uptv-reveal-bottom cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}
.uptv-reveal-bottom.animate > div {
  opacity: 1;
}

@keyframes aspire-reveal-top {
  0% {
    transform: translate(0, -150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.aspire-reveal-top {
  overflow: hidden;
  opacity: 0 !important;
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  transform: translate(0, -150px);
}
.aspire-reveal-top > div {
  opacity: 0;
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}
.aspire-reveal-top.animate {
  transform: unset;
  opacity: 1 !important;
  animation: aspire-reveal-top cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}
.aspire-reveal-top.animate > div {
  opacity: 1;
}

@keyframes uptv-reveal-top {
  0% {
    transform: translate(0, -150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.uptv-reveal-top {
  overflow: hidden;
  opacity: 0 !important;
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  transform: translate(0, -150px);
}
.uptv-reveal-top > div {
  opacity: 0;
  transition: opacity cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}
.uptv-reveal-top.animate {
  transform: unset;
  opacity: 1 !important;
  animation: uptv-reveal-top cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}
.uptv-reveal-top.animate > div {
  opacity: 1;
}

.parallax img {
  transition: all 4000ms ease-out !important;
}
.parallax.scaled img {
  transform: scale(1.05);
  background-position: 50% 70%;
}

.scale {
  transition: all 4000ms ease-out !important;
}
.scale.scaled {
  transform: scale(1.1);
}

@keyframes uptv-reveal {
  0% {
    transform: translate(0, 150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.uptv-reveal {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-in;
  transform: translate(0, 150px);
}
.uptv-reveal.animate {
  transform: unset;
  opacity: 1;
  animation: uptv-reveal cubic-bezier(0.77, 0, 0.175, 1) 1s;
}

@keyframes uptv-reveal-reverse {
  0% {
    transform: translate(0, 150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.uptv-reveal-reverse {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-in;
  transform: translate(0, 150px);
}
.uptv-reveal-reverse.animate {
  transform: unset;
  opacity: 1;
  animation: uptv-reveal-reverse cubic-bezier(0.77, 0, 0.175, 1) 1s;
}

.top-left img {
  object-position: top left !important;
}

.top-center img {
  object-position: top center !important;
}

.top-right img {
  object-position: top right !important;
}

.center-left img {
  object-position: center left !important;
}

.center-center img {
  object-position: center center !important;
}

.center-right img {
  object-position: center right !important;
}

.bottom-left img {
  object-position: bottom left !important;
}

.bottom-center img {
  object-position: bottom center !important;
}

.bottom-right img {
  object-position: bottom right !important;
}

html {
  overflow-x: hidden;
}

.aspire-module,
.uptv-module {
  overflow: hidden;
}

/*# sourceMappingURL=global.css.map */
