@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: rgb(133, 133, 133);
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 * 2. Force apple links to inherit styling from parent element.
 */
a {
  background-color: transparent;
  cursor: pointer;
}
a:focus {
  border-radius: 0;
  padding: 0;
}
a:focus-visible {
  outline: 0.125rem ridge rgba(101, 220, 50, 0.6);
  border-radius: 0.25rem;
  padding: 0.125rem;
}
*:focus:not(:focus-visible) {
  outline: none;
}
/* 2 */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/
html {
  font-size: 100%;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  scroll-behavior: smooth;
}

/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*
  Remove list styles (bullets/numbers)
  in case you use it with normalize.css
*/
ol,
ul {
  list-style: none;
}

/* For images & Videos to not be able to exceed their container */
img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

video {
  display: block;
  max-width: 100%;
  height: auto !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

/* Removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

h1,
h2 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

/* Show the controls (hidden at the start by default) */
.video-js .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ============================
     CONTAINER STYLES START
============================ */
.container_fluid {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 1rem;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .container_fluid {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 80rem;
  }
}

.page_wrap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .page_wrap {
    margin: 0 auto;
    padding: 4rem 0;
  }
}

.page_spacer {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .page_spacer {
    margin: 0 auto;
    padding-top: 4rem;
  }
}

/* ============================
     CONTAINER STYLES END
============================ */
/* ============================
     COMPOSITION STYLES START
============================ */
.flex__start--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.flex__start--row-16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.flex__start--row-64 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}

.flex__start--row-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.flex__start--row-sm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
}

.flex__start--row-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.flex__start--row-32 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.flex__start-top--row-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}

.flex__start-top--row-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
}

.flex__end--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.flex__end--row-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.flex__end--row-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.flex__bet--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex__bet--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex__start--col-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.25rem;
}

.flex__start--col-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
}

.flex__start--col-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
}

.flex__start--col-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2rem;
}

/* ============================
     COMPOSITION STYLES END
============================ */
/* ============================
     UTILITY STYLES START
============================ */
.line_xs {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.line_xs-faint {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #e4e7ec !important;
}
.line_xs-thin1 {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.line_xs-dull {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #8d9cbb;
}

.line_sm {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}
.line_sm-faint {
  background-color: #e4e7ec !important;
}

.horizontal-line100 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e4e7ec;
}

.vertical_separator {
  width: 1px;
  height: 1rem;
  background-color: #e0921f;
  display: inline-block;
}
.vertical_separator-light {
  width: 1px;
  height: 1rem;
  background-color: #fff !important;
  display: inline-block;
}

.live_badge_blinky {
  width: 0.25rem;
  min-width: 0.25rem;
  height: 0.25rem;
  min-height: 0.25rem;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: blinky 1.5s ease-in-out infinite;
  animation: blinky 1.5s ease-in-out infinite;
}
@-webkit-keyframes blinky {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blinky {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.blinking {
  width: 0.35rem;
  min-width: 0.35rem;
  height: 0.35rem;
  min-height: 0.35rem;
  background: #ee3d43;
  border-radius: 50%;
  -webkit-animation: blinky 1.5s ease-in-out infinite;
  animation: blinky 1.5s ease-in-out infinite;
}
@keyframes blinky {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.user_prompt {
  position: absolute;
  right: 0.875rem;
  top: 0;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
  background-color: #fff;
  z-index: 4;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .user_prompt {
    right: 1.875rem;
  }
}
.user_prompt svg {
  width: 1.25rem;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-animation: forward 1.5s ease-in-out infinite;
  animation: forward 1.5s ease-in-out infinite;
}
@-webkit-keyframes forward {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes forward {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.o-h {
  overflow: hidden;
}

.h-1 {
  height: 1px !important;
}

.pl-64 {
  padding-left: 64px;
}

.pl-48 {
  padding-left: 48px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.block {
  display: block;
}

.no_border {
  border: none !important;
}

.fw-600 {
  font-weight: 600;
}

/* ============================
     UTILITY STYLES END
============================ */
/* ============================
    TITLE BAR STYLES START
============================ */
article.sec_title {
  border-bottom: 1px solid #e4e7ec;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  article.sec_title {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
article.sec_title h4,
article.sec_title a span:first-of-type {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  color: #262d3d;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  article.sec_title h4,
  article.sec_title a span:first-of-type {
    font-size: 0.75rem;
  }
}
article.sec_title span:last-of-type {
  color: #262d3d;
}

article.title_bar-lineBtw {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  max-height: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  article.title_bar-lineBtw {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    max-height: 1.5rem;
    height: 1.5rem;
  }
}
article.title_bar-lineBtw .title_bar-line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #e4e7ec;
}
article.title_bar-lineBtw h4,
article.title_bar-lineBtw a span:first-of-type {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  color: #262d3d;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  article.title_bar-lineBtw h4,
  article.title_bar-lineBtw a span:first-of-type {
    font-size: 0.75rem;
  }
}
article.title_bar-lineBtw span:last-of-type {
  color: #262d3d;
}

article.title_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  gap: 0.5rem;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 1rem;
}
article.title_tag .red_bar {
  background-color: #ee3d43;
  width: 0.35rem;
  height: 100%;
  border-radius: 0 0.25rem 0.25rem 0;
}
article.title_tag .card_title {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  article.title_tag .card_title {
    font-size: 0.875rem;
  }
}

/* ============================
    TITLE BAR STYLES END
============================ */
/* ============================
     BUTTON STYLES START
============================ */
.btn-main {
  display: block;
  background-color: #0864b1;
  color: #f6f8fb;
  padding: 10px 15px !important;
  border-radius: 0.25rem !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn-main {
    padding: 15px 25px;
  }
}
.btn-main .cta-content {
  font-weight: 600;
}

.btn-main:hover {
  background-color: #075392;
}

.btn-main.nfm {
  display: block;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 320px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: 2px solid #000;
}

@media (max-width: 350px) {
  .btn-main.nfm {
    width: auto;
  }
}

.btn-main.nfm:hover {
  background-color: #000;
  color: #fff;
  outline: 2px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  width: 135px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .btn-icon {
    width: 180px;
  }
}

.overlays_CTA {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 1rem !important;
  background: transparent;
  border-radius: 0px 4px 0px 4px;
  overflow: hidden;
}
.overlays_CTA::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  border-radius: 0px 5px 0px 3px;
}
@media screen and (min-width: 768px) {
  .overlays_CTA::after {
    -webkit-transform: scale(0.35, 1);
    transform: scale(0.35, 1);
  }
}
.overlays_CTA span {
  color: #262d3d;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}
.overlays_CTA span:last-of-type {
  opacity: 1;
  color: #262d3d;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .overlays_CTA span:last-of-type {
    opacity: 0;
  }
}

.overlays_CTA.nfm span {
  color: #000;
}

.show_more-btn {
  max-width: 100%;
  width: 100%;
}

/* ============================
     BUTTON STYLES END
============================ */
/* ============================
     AD SLOTS STYLES START
============================ */
.ad_slot-wrapper {
  width: 100%;
  display: block !important;
}

.ad_slot {
  display: block !important;
  max-width: 320px;
  min-width: 300px;
  max-height: 250px;
  min-height: 50px;
  margin: 0 auto;
  background: transparent;
  position: relative;
}
.ad_slot::after,
.ad_long::after,
.ad_flex::after {
  content: "Advertisement";
  position: absolute;
  top: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  color: #808080;
  font-size: 0.5rem;
}

@media screen and (min-width: 768px) {
  .ad_slot {
    min-width: 728px;
    max-width: 970px;
    min-height: 90px;
    max-height: 250px;
    margin: 0 auto;
    position: relative;
  }
}
.ad_long {
  display: grid;
  place-content: center;
  max-width: 320px;
  min-width: 300px;
  max-height: 600px;
  min-height: 250px;
  margin: 0 auto;
  background: #f9f9f9;
  position: relative;
}
/* ============================
     AD SLOTS STYLES END
============================ */
/* ============================
  CONTENT CARD STYLES START
============================ */
.cards-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
}
.cards-single__image_instance {
  width: 100%;
  max-width: 320px;
  height: 250px;
  position: relative;
  border-radius: 5px;
}
.cards-single__image_instance:hover .hover_play::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.cards-single__image_instance:hover .hover_play p {
  color: #262d3d;
  opacity: 1;
}
.cards-single__image_instance a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cards-single__image_instance .hover_play {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 1rem 1rem;
  z-index: 2;
}
.cards-single__image_instance .hover_play::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 5px 0 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .cards-single__image_instance .hover_play::before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0.38, 1);
    transform: scale(0.38, 1);
  }
}
.cards-single__image_instance .hover_play svg {
  width: 1.25rem;
  height: auto;
}
.cards-single__image_instance .hover_play p {
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 600;
  color: #262d3d;
}
@media screen and (min-width: 768px) {
  .cards-single__image_instance .hover_play p {
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}
.cards-single__content_info {
  overflow: hidden;
}
.cards-single__content_info p a {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #757575;
  margin: 1rem 0 0.5rem 0;
  display: block;
}
.cards-single__content_info h2 a.video-card_title {
  font-size: 1rem;
  font-weight: 700;
  color: #262d3d;
  line-height: 1.25;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
  height: 3.75rem;
  max-height: 3.75rem;
  text-overflow: ellipsis;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .cards-single__content_info h2 a.video-card_title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4e7ec;
  }
}
.cards-single__content_info h2 a.video-card_title:hover {
  color: #0864b1;
}
.cards-single__content_info .engagement .meta-inf,
.cards-single__content_info .engagement .uploaded {
  font-size: 0.75rem;
  color: #8e8e8e;
}
.cards-single__content_info .engagement span.material-icons-outlined {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #0864b1;
  padding: 0.25rem;
  font-size: 1.25rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cards-single__content_info .engagement span.material-icons-outlined:hover {
  background-color: #262d3d;
}

.swiper_3col {
  overflow: hidden !important;
}
.swiper_3col:last-child {
  margin-bottom: 2rem !important;
}
@media screen and (min-width: 768px) {
  .swiper_3col:last-child {
    margin-bottom: 4rem !important;
  }
}

.cards_all-pods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  height: 18rem;
  min-height: 18rem;
  padding: 1.5rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .cards_all-pods {
    min-width: 340px;
  }
}
.cards_all-pods .cat_video {
  font-size: 0.6rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.cards_all-pods .social_bar2 {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  cursor: pointer;
}
.cards_all-pods .social_bar2 .social_trigger {
  color: #fff;
  pointer-events: none;
}
.cards_all-pods__content .duration {
  display: inline-block;
  font-size: 0.6rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding: 0.25rem;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.cards_all-pods__content h2.title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cards_all-pods__content h2.title:hover a {
  color: #e4e7ec;
}
.cards_all-pods__content .meta {
  font-size: 0.675rem;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.coming-soon {
  background-color: #ee3d43;
  color: #fff;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

/* ============================
    CONTENT CARD STYLES END
============================ */
/* ============================
  SECTION TITLE UNDERLINE START
============================ */
.section_title {
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e4e7ec;
}
@media screen and (min-width: 768px) {
  .section_title {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.section_title--h4 {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  color: #303030;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section_title--h4 {
    font-size: 0.75rem;
  }
}
.section_title--more_links span {
  color: #303030;
}
.section_title--more_links .material-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ============================
  SECTION TITLE UNDERLINE END
============================ */
/* ============================
  SOCIAL SHARES STYLES START
============================ */
.social_bar,
.social_overlays,
.social_bar2,
.social_overlays2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}
.social_bar .facebook,
.social_bar .twitter,
.social_bar .insta,
.social_bar .youtube,
.social_bar .whatsapp,
.social_bar .telegram,
.social_overlays .facebook,
.social_overlays .twitter,
.social_overlays .insta,
.social_overlays .youtube,
.social_overlays .whatsapp,
.social_overlays .telegram,
.social_bar2 .facebook,
.social_bar2 .twitter,
.social_bar2 .insta,
.social_bar2 .youtube,
.social_bar2 .whatsapp,
.social_bar2 .telegram,
.social_overlays2 .facebook,
.social_overlays2 .twitter,
.social_overlays2 .insta,
.social_overlays2 .youtube,
.social_overlays2 .whatsapp,
.social_overlays2 .telegram {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e4e7ec;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social_bar .facebook:hover,
.social_bar .twitter:hover,
.social_bar .insta:hover,
.social_bar .youtube:hover,
.social_bar .whatsapp:hover,
.social_bar .telegram:hover,
.social_overlays .facebook:hover,
.social_overlays .twitter:hover,
.social_overlays .insta:hover,
.social_overlays .youtube:hover,
.social_overlays .whatsapp:hover,
.social_overlays .telegram:hover,
.social_bar2 .facebook:hover,
.social_bar2 .twitter:hover,
.social_bar2 .insta:hover,
.social_bar2 .youtube:hover,
.social_bar2 .whatsapp:hover,
.social_bar2 .telegram:hover,
.social_overlays2 .facebook:hover,
.social_overlays2 .twitter:hover,
.social_overlays2 .insta:hover,
.social_overlays2 .youtube:hover,
.social_overlays2 .whatsapp:hover,
.social_overlays2 .telegram:hover {
  background-color: #e4e7ec;
}
.social_bar .facebook svg,
.social_bar .twitter svg,
.social_bar .insta svg,
.social_bar .youtube svg,
.social_bar .whatsapp svg,
.social_bar .telegram svg,
.social_overlays .facebook svg,
.social_overlays .twitter svg,
.social_overlays .insta svg,
.social_overlays .youtube svg,
.social_overlays .whatsapp svg,
.social_overlays .telegram svg,
.social_bar2 .facebook svg,
.social_bar2 .twitter svg,
.social_bar2 .insta svg,
.social_bar2 .youtube svg,
.social_bar2 .whatsapp svg,
.social_bar2 .telegram svg,
.social_overlays2 .facebook svg,
.social_overlays2 .twitter svg,
.social_overlays2 .insta svg,
.social_overlays2 .youtube svg,
.social_overlays2 .whatsapp svg,
.social_overlays2 .telegram svg {
  max-width: 0.875rem;
}

.facebook svg {
  max-height: 0.875rem;
}

.social_overlays,
.social_overlays2 {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.pops {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: unset;
}

/* ============================
  SOCIAL SHARES STYLES END
============================ */
/* ============================
  TRENDING 3-COL STYLES START
============================ */
.trending-feat {
  background-color: #eff6ff;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.trending-feat .flex__er {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 840px) {
  .trending-feat .flex__er {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .trending-feat {
    padding: 4rem 0;
    margin-bottom: 4rem;
  }
}
.trending-feat .featured {
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 840px) {
  .trending-feat .featured {
    min-width: 33%;
    max-width: 33%;
  }
}
.trending-feat .featured .item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (min-width: 540px) and (max-width: 839px) {
  .trending-feat .featured .item {
    width: 60%;
  }
}
@media screen and (min-width: 840px) {
  .trending-feat .featured .item {
    width: 100%;
  }
}
.trending-feat .trending {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 1rem;
}
@media screen and (min-width: 570px) {
  .trending-feat .trending {
    margin-top: 0;
  }
}
.trending-feat .trending .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.trending-feat .trending .trending-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 570px) {
  .trending-feat .trending .trending-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

h4.title {
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e4e7ec;
  color: #262d3d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  h4.title {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 0.75rem;
  }
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 840px) {
  .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.item:not(:first-of-type) {
  margin-top: 2rem;
}
.item__content h3.vid-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #303030;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 570px) {
  .item__content h3.vid-title {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.item__content p.abt-text {
  font-size: 0.75rem;
  color: #757575;
  display: none;
}
@media screen and (min-width: 768px) {
  .item__content p.abt-text {
    font-size: 0.875rem;
    display: block;
  }
}
.item__content a.watch-CTA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.25rem;
  margin-top: 1rem;
}
.item__content a.watch-CTA svg {
  width: 1rem;
  height: auto;
}
.item__content a.watch-CTA p {
  font-size: 0.75rem;
  color: #0864b1;
  font-weight: 600;
}
.item__image {
  width: 7.5rem;
  min-width: 7.5rem;
  height: 5rem;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media screen and (min-width: 768px) {
  .item__image {
    width: 10rem;
    min-width: 10rem;
    height: 7rem;
  }
}
.item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

p.cat {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  color: #aaa;
}

.blend,
.list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blend__img-wrap {
  width: 100%;
  height: 16rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #0864b1;
  background-image: url(../john-arano-_qADvinJi20-unsplash-min.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blend__img-wrap {
    padding: 2rem;
    margin-bottom: 0;
  }
}
.blend__img-wrap p:first-of-type {
  color: #fff;
}
.blend__img-wrap p:not(:first-of-type) {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 1px #000000;
  text-align: left;
}

/* ============================
  TRENDING 3-COL STYLES END
============================ */
/* ============================
  GENERAL STYLES START
============================ */
.no_shadow {
  text-shadow: none;
}

/* ============================
  GENERAL STYLES END
============================ */
/* ============================
  OVERLAY MENU STYLES START
============================ */
.overlay_BG {
  position: fixed;
  top: 68.75px;
  right: 0;
  max-width: 100%;
  width: 21.25rem;
  height: calc(100% - 68px);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #f6f8fb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 100;
  overflow-y: scroll;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media screen and (min-width: 999px) {
  .overlay_BG {
    top: 116px;
    max-width: 100%;
    width: 100%;
    height: calc(100% - 107px);
  }
}
.overlay_BG .footer__site_map {
  padding-top: 2rem !important;
  margin-bottom: 2rem !important;
  border-bottom: 1px solid #e4e7ec;
}
@media screen and (min-width: 998px) {
  .overlay_BG .footer__site_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 4rem !important;
  }
}

.is-opened {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
  z-index: 102 !important;
}

.noscroll {
  overflow: hidden !important;
}

article.mobile-only-menu {
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
}
article.mobile-only-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
}
article.mobile-only-menu ul li a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #262d3d;
  text-transform: capitalize;
}

/* ============================
  OVERLAY MENU STYLES END
============================ */
/* ============================
  CONTACT PAGE STYLES START
============================ */
.mapouter {
  margin: 0 auto;
  min-width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
  height: 250px;
}
@media screen and (min-width: 40em) {
  .mapouter {
    width: 40em;
    max-width: 40em;
    margin-bottom: 3rem;
    height: 500px;
  }
}
.mapouter iframe {
  width: 100%;
  max-width: 40em;
  height: 250px;
}
@media screen and (min-width: 40em) {
  .mapouter iframe {
    height: 500px;
  }
}

.contact {
  max-width: 40em;
}
.contact__title {
  font-size: 2rem;
  font-weight: 700;
  color: #262d3d;
}
@media screen and (min-width: 40em) {
  .contact__title {
    font-size: 2.5rem;
  }
}
.contact__details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 40em) {
  .contact__details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1rem;
  }
}

.single-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
@media screen and (min-width: 40em) {
  .single-info {
    width: calc((100% - 1rem) / 2);
  }
}
.single-info:last-of-type {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .single-info:last-of-type {
    margin-bottom: 0;
  }
}
.single-info__title {
  font-size: 1rem;
  font-weight: 600;
  color: #262d3d;
  margin-bottom: 1rem;
}
.single-info__text {
  font-size: 0.875rem;
  color: #667085;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.single-info__email {
  font-size: 0.875rem;
  color: #0864b1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.25rem;
}
.single-info__email:hover {
  color: #262d3d;
  text-decoration: underline;
}
.single-info__call {
  font-size: 0.875rem;
  color: #475467;
  margin-bottom: 0.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-info__call:hover {
  color: #262d3d;
}
.single-info__call span.material-icons-outlined {
  font-size: 1rem;
}

/* ============================
  CONTACT PAGE STYLES END
============================ */
/* ============================
  SUBSCRIPTIONS STYLES START
============================ */
.subs-wrapper {
  max-width: 50rem;
  margin: 0 auto;
}
.subs-wrapper__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #262d3d;
}
@media screen and (min-width: 40em) {
  .subs-wrapper__title {
    font-size: 2rem;
  }
}
.subs-wrapper__text {
  font-size: 1rem;
  color: #667085;
  line-height: 1.6;
}
.subs-wrapper__text a {
  color: #0864b1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subs-wrapper__text a:hover {
  color: #475467;
  text-decoration: underline;
}

.subs-wrapper__text + .subs-wrapper__text {
  margin-top: 1rem;
  margin-bottom: 3.125rem;
}

.active-models {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.single-model {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #e4e7ec;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.single-model::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #0864b1),
    color-stop(46%, #ee3d43),
    color-stop(62%, #e0921f),
    color-stop(91%, #46a465)
  );
  background: linear-gradient(
    90deg,
    #0864b1 20%,
    #ee3d43 46%,
    #e0921f 62%,
    #46a465 91%
  );
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-model:hover {
  background-color: #e4e7ec;
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}
.single-model__header {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e7ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-model__header--title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #262d3d;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) {
  .single-model__header--title {
    font-size: 1rem;
  }
}
.single-model__header--text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #262d3d;
}
.single-model__description {
  font-size: 0.875rem;
  color: #667085;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.single-model__CTA {
  padding: 0.25rem;
  position: relative;
  width: 8rem;
  height: 1.75rem;
  border-radius: 3.125rem;
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .single-model__CTA {
    height: 2rem;
  }
}
.single-model__CTA:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0864b1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 3.125rem;
}
@media screen and (min-width: 40em) {
  .single-model__CTA:after {
    -webkit-transform: scale(0.25, 1);
    transform: scale(0.25, 1);
    border-radius: 50%;
  }
}
.single-model__CTA--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
  color: #eff6ff;
}
.single-model__CTA--button span:nth-of-type(1) {
  font-size: 1.25rem;
  font-weight: 600;
  width: 1.25rem;
}
@media screen and (min-width: 40em) {
  .single-model__CTA--button span:nth-of-type(1) {
    font-size: 1.5rem;
  }
}
.single-model__CTA--button span:nth-of-type(2) {
  font-size: 0.875rem;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 40em) {
  .single-model__CTA--button span:nth-of-type(2) {
    opacity: 0;
  }
}

.single-model:hover .single-model__CTA:after {
  border-radius: 3.125rem;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.single-model:hover .single-model__CTA--button span:nth-of-type(2) {
  opacity: 1;
}

/* ============================
  SUBSCRIPTIONS STYLES END
============================ */
/* ============================
   PLACEHOLDER ADs START
============================ */
.ad--dt {
  background-image: url(../images/ad-placeholder-dt.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ad--mb {
  background-image: url(../images/ad-placeholder-mb.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ============================
   PLACEHOLDER ADs END
============================ */
/* ============================
   ERROR MESSAGE START
============================ */
.subscribeStatusMsg {
  margin: 1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* position: relative; */
}

.subscribeStatusMsg > .alert-danger {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #4769a6;
  border-radius: 0.25em;
  padding: 1em;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.subscribeStatusMsg > .alert-danger::after {
  content: "⚠️";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.125rem;
  border-radius: 50%;
  background-color: #ee3d43;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
}
.subscribeStatusMsg > .alert-success {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #4769a6;
  border-radius: 0.25em;
  padding: 1em;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
@media (min-width: 768px) {
  .subscribeStatusMsg > .alert-success,
  .subscribeStatusMsg > .alert-danger {
    margin-left: auto;
  }
}

.subscribeStatusMsg > .alert-success::after {
  content: "👍";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.125rem;
  border-radius: 50%;
  background-color: #62baa0;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
}

/* ============================
   ERROR MESSAGE END
============================ */
.targeted {
  border: 1px solid red;
}

.colored_gradient-BG {
  width: 100%;
  height: auto;
  padding: 2rem 0 !important;
  margin-bottom: 2rem !important;
  background: #f6f8fb;
  overflow: hidden;
}
@media screen and (min-width: 998px) {
  .colored_gradient-BG {
    padding: 4rem 0 !important;
    margin-bottom: 4rem !important;
  }
}

/* ============================
      NAVBAR STYLES START
============================ */
header {
  width: 100%;
  min-width: 100%;
  position: sticky;
  top: 0;
  z-index: 101;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px -10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px -10px;
  background: linear-gradient(124.01deg, #032d50 3.79%, #0864b1 87.28%);
}

header.sticky {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.nav-active {
  color: #e0921f !important;
}

.navbar {
  gap: 2rem;
}

.navbar__brand img.logo {
  max-width: 100px;
  min-width: 50px;
  height: auto;
  margin: 0.5rem 0;
}
.navbar__brand svg {
  width: 100px;
  min-width: 50px;
  height: auto;
  margin: 0.5rem 0;
}
@media screen and (max-width: 998px) {
  .navbar__brand img.logo,
  .navbar__brand svg {
    width: 50px;
  }
}
.navbar__site_nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.navbar__site_nav .l2-actions {
  padding-bottom: 1rem;
  margin: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 998px) {
  .navbar__site_nav .l2-actions {
    display: none;
  }
}
.navbar__site_nav .l2-actions .date,
.navbar__site_nav .l2-actions .opt-ins {
  font-size: 0.75rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #eff6ff;
}
.navbar__site_nav .l2-actions .date span,
.navbar__site_nav .l2-actions .opt-ins span {
  color: #8e8e8e;
  font-weight: 600;
}
.navbar__site_nav .l2-actions .opt-ins a:hover {
  color: #e0921f;
  cursor: pointer;
}
.navbar__site_nav .l1-actions {
  padding-bottom: 1rem;
}
@media screen and (max-width: 998px) {
  .navbar__site_nav .l1-actions {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.navbar__site_nav .l1-actions .menu-block {
  margin-right: auto;
}
@media screen and (max-width: 998px) {
  .navbar__site_nav .l1-actions .menu-block {
    display: none;
  }
}
.navbar__menu {
  margin-right: auto;
}
.navbar__menu .menu-link {
  font-size: 13px;
  font-weight: 600;
  color: #eff6ff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.navbar__menu .menu-link:hover {
  color: #e0921f;
}
.navbar__menu .menu-link svg {
  width: 25px;
}
.navbar__secondary-nav {
  width: 180px;
  max-width: 180px;
}
@media screen and (max-width: 1120px) {
  .navbar__secondary-nav {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    max-width: 100px;
  }
}
.navbar__secondary-nav p {
  font-size: 12px;
  color: #f6f8fb;
  font-weight: 600;
}
@media screen and (max-width: 1120px) {
  .navbar__secondary-nav p {
    display: none;
  }
}
@media screen and (min-width: 998px) {
  .navbar__secondary-nav p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navbar__secondary-nav .search span:last-of-type {
  font-size: 12px;
  color: #f6f8fb;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .navbar__secondary-nav .search span:last-of-type {
    display: none;
  }
}
.navbar__secondary-nav .search span,
.navbar__secondary-nav .search svg {
  color: #f6f8fb;
  transition: transform 0.2s ease-in-out;
}

.navbar__secondary-nav .search:hover svg {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.navbar__secondary-nav .menu_overlay {
  cursor: pointer;
  margin-left: auto;
}
@media screen and (max-width: 1120px) {
  .navbar__secondary-nav .menu_overlay {
    margin-left: 0;
  }
}
@media (min-width: 1080px) {
  .navbar__secondary-nav .menu_overlay:hover .burger-line:nth-child(1) {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  .navbar__secondary-nav .menu_overlay:hover .burger-line:nth-child(2) {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .navbar__secondary-nav .menu_overlay:hover .burger-line:nth-child(3) {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.navbar__secondary-nav .burger {
  position: relative;
  display: block;
  width: 1.5rem;
  height: auto;
  border: none;
  opacity: 1;
  visibility: visible;
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar__secondary-nav .burger-line {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 1px;
  margin: 5px auto;
  background: #f6f8fb;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar__secondary-nav .burger-line:nth-child(1) {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.navbar__secondary-nav .burger-line:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.navbar__secondary-nav .burger-line:nth-child(3) {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* Styling the three hamburger lines
  to make it an X */
.navbar__secondary-nav .burger.close .burger-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(3px, 6px);
  transform: rotate(45deg) translate(3px, 6px);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 1.5rem;
}
.navbar__secondary-nav .burger.close .burger-line:nth-child(2) {
  opacity: 0;
  width: 1.5rem;
}
.navbar__secondary-nav .burger.close .burger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(3px, -6px);
  transform: rotate(-45deg) translate(3px, -6px);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 1.5rem;
}

/* ============================
    HERO SLIDER STYLES START
============================ */
.all-slides {
  position: relative;
  width: 100%;
  background: linear-gradient(124.01deg, #032d50 3.79%, #0864b1 87.28%);
}

.single-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-slide {
    width: 100%;
    height: 100%;
    max-height: 37rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-y: hidden;
  }
}
.single-slide__slide-vid {
  height: 50%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-slide__slide-vid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 37rem;
    max-height: 37rem;
  }
}
.single-slide__slide-vid video {
  width: 100%;
  height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  outline: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .single-slide__slide-vid video {
    width: 100%;
    height: 37rem;
    max-height: 37rem;
    -o-object-fit: cover;
    object-fit: cover;
    outline: 0;
    display: block;
  }
}
.vjs-poster {
  background-size: cover !important;
}
.single-slide__slide-content {
  width: 100%;
  max-width: 100%;
  min-height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: transparent;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .single-slide__slide-content {
    width: 33%;
    max-width: 29rem;
    min-height: 100%;
    padding: 3rem;
    background: linear-gradient(124.01deg, #032d50 3.79%, #0864b1 87.28%);
  }
}
.single-slide__slide-content p.cat-wht {
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  color: #8d9cbb;
}
@media screen and (min-width: 768px) {
  .single-slide__slide-content p.cat-wht {
    font-size: 0.7rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
  }
}
.single-slide__slide-content h1.slide-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f6f8fb;
  margin: 0 0 1rem 0;
  font-family: inherit;
  width: 100%;
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
  .single-slide__slide-content h1.slide-title {
    font-size: 1.4rem;
    margin: 0 0 1.5rem 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .single-slide__slide-content h1.slide-title {
    font-size: 1.675rem;
    margin: 0 0 2rem 0;
    position: relative;
  }
}
.single-slide__slide-content h1.slide-title::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-slide__slide-content h1.slide-title::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: -3rem;
    width: 0.5rem;
    height: 100%;
    background: #e0921f;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
.single-slide__slide-content .producer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: capitalize;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .single-slide__slide-content .producer {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
  }
}
.single-slide__slide-content .producer .img {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .single-slide__slide-content .producer .img {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }
}
.single-slide__slide-content .time-meta {
  margin-bottom: 1rem;
  width: 100%;
  color: #f6f8fb;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.5px;
}
.single-slide__slide-content .time-meta span.material-icons-outlined {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .single-slide__slide-content .time-meta {
    margin-bottom: 4rem;
    font-size: 0.7rem;
    letter-spacing: 1px;
  }
  .single-slide__slide-content .time-meta span.material-icons-outlined {
    font-size: 1rem;
  }
}

/* ============================
    HERO SLIDER STYLES END
============================ */
/* ============================
   CATEGORIES STYLES START
============================ */
.section_cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .section_cats {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr
      1rem 1fr;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
    -ms-grid-rows: 1fr 1rem 1fr;
    grid-template-rows: repeat(2, 1fr);
    margin-top: 4rem;
  }
  .section_cats > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section_cats > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .section_cats > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .section_cats > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .section_cats > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .section_cats > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .section_cats > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
  }
  .section_cats > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
  }
  .section_cats > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .section_cats > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .section_cats > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .section_cats > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .section_cats > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .section_cats > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
  .section_cats > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
  }
  .section_cats > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 15;
  }
}

.news-cat {
  width: 100%;
  height: auto;
  padding: 16px !important;
  border-radius: 5px;
  background: linear-gradient(150deg, #fe8b68 0%, #ee3d43 50%);
}
@media screen and (min-width: 768px) {
  .news-cat {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.news-cat__news-items .single_item {
  cursor: pointer;
  padding-bottom: 1rem;
  margin-top: 1rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.news-cat__news-items .single_item:last-of-type {
  border-bottom: none;
  padding-bottom: unset;
}
.news-cat__news-items .single_item a.thumb_vid {
  width: 8rem;
  min-width: 8rem;
  height: 5.25rem;
  min-height: 5.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-cat__news-items .single_item a.thumb_vid {
    width: 10rem;
    min-width: 10rem;
    height: 6.25rem;
    min-height: 6.25rem;
  }
}
.news-cat__news-items .single_item a.thumb_vid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.news-cat__news-items .single_item a.thumb_vid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-cat__news-items .single_item a.thumb_vid svg {
  position: absolute;
  z-index: 2;
  width: 1.375em;
  height: auto;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.news-cat__news-items .single_item a.news_content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-cat__news-items .single_item a.news_content h3.title {
  font-weight: 600;
  font-size: 0.75rem;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .news-cat__news-items .single_item a.news_content h3.title {
    font-size: 0.875rem;
  }
}
.news-cat__news-items .single_item a.news_content span.cat-CTA {
  color: #303030;
  font-weight: 600;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .news-cat__news-items .single_item a.news_content span.cat-CTA {
    font-size: 0.875rem;
  }
}

.title-bar {
  width: 100%;
  height: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
}
.title-bar .red_bar {
  width: 5px;
  height: 100%;
  background: #ee3d43;
  border-radius: 0 10px 10px 0;
}
.title-bar h2.title-cats {
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-family: inherit;
  color: #fff;
}

.entertainment {
  background: #ee3d43;
  background-image: url(../images/entertainment-bg.jpg);
}
@media screen and (min-width: 768px) {
  .entertainment {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.newsfeatures {
  background: #ee3d43;
  background-image: url(../images/news-feature-bg.jpg);
}
@media screen and (min-width: 768px) {
  .newsfeatures {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.business {
  background: #0864b1;
  background-image: url(../images/business-bg.jpg);
}
@media screen and (min-width: 768px) {
  .business {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7/9;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.sports {
  background: #e0921f;
  background-image: url(../images/sports-bg.jpg);
}
@media screen and (min-width: 768px) {
  .sports {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

.travel {
  background: #46a465;
  background-image: url(../images/travel-bg.jpg);
}
@media screen and (min-width: 768px) {
  .travel {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6/9;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

.imgBG_cat {
  width: 100%;
  height: auto;
  padding: 16px !important;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  position: relative;
  height: 16em;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .imgBG_cat {
    height: 18em;
  }
  .imgBG_cat:hover .overlay_CTA::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .imgBG_cat:hover .overlay_CTA .cta_text {
    opacity: 1;
  }
}
.imgBG_cat .overlay_CTA {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 1rem;
  background: transparent;
  border-radius: 0px 5px 0px 3px;
  overflow: hidden;
}
.imgBG_cat .overlay_CTA span {
  z-index: 2;
  color: #303030;
}
.imgBG_cat .overlay_CTA .cta_text {
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #303030;
  font-weight: 600;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .imgBG_cat .overlay_CTA .cta_text {
    opacity: 0;
    font-size: 0.875rem;
  }
}
.imgBG_cat .overlay_CTA::after {
  content: "";
  position: absolute;
  background: #f6f8fb;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 5px 0 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
@media screen and (min-width: 768px) {
  .imgBG_cat .overlay_CTA::after {
    -webkit-transform: scale(0.35, 1);
    transform: scale(0.35, 1);
  }
}

/* ============================
   CATEGORIES STYLES END
============================ */
/* ============================
      FOOTER STYLES START
============================ */
.footer {
  margin-top: 4rem;
}

.brands-carousel {
  background: #ffffff;
}
.footer__brands-slider {
  margin: 1rem auto;
}
.footer__brands-slider h4.title {
  text-align: left;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.75rem;
  width: 100%;
  padding-bottom: 1rem;
  color: #262d3d;
  border-bottom: 1px solid #e4e7ec;
}
@media screen and (min-width: 768px) {
  .footer__brands-slider h4.title {
    font-size: 0.75rem;
  }
}
.footer__brands-slider .swiper-brands {
  margin: 2rem auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e4e7ec;
}
.footer__brands-slider .brands {
  height: 1rem;
  width: auto;
  margin: auto 0;
}

/* sizing brands start */
.swiper-slide.brands:nth-child(1) {
  height: 1rem !important;
}
.swiper-slide.brands:nth-child(3) {
  height: 1.5rem !important;
}
.swiper-slide.brands:nth-child(2),
.swiper-slide.brands:nth-child(4),
.swiper-slide.brands:nth-child(5),
.swiper-slide.brands:nth-child(7),
.swiper-slide.brands:nth-child(9),
.swiper-slide.brands:nth-child(11),
.swiper-slide.brands:nth-child(13),
.swiper-slide.brands:nth-child(15),
.swiper-slide.brands:nth-child(19),
.swiper-slide.brands:nth-child(21),
.swiper-slide.brands:nth-child(22) {
  height: 2rem !important;
}
.swiper-slide.brands:nth-child(14) {
  height: 1.25rem !important;
}
.swiper-slide.brands:nth-child(16) {
  height: 2.5rem !important;
}
.swiper-slide.brands:nth-child(17) {
  height: 2rem !important;
}
.swiper-slide.brands:nth-child(18),
.swiper-slide.brands:nth-child(20) {
  height: 4rem !important;
}
/* sizing brands end */
.footer__brands-slider .brands img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__newsletter {
  background: linear-gradient(217deg, #075392 70.71%, #0864b1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 0;
}
.footer__newsletter .newsletter_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
}
@media screen and (min-width: 998px) {
  .footer__newsletter .newsletter_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__newsletter .newsletter_wrapper .info {
  text-align: center;
}
@media screen and (min-width: 998px) {
  .footer__newsletter .newsletter_wrapper .info {
    text-align: left;
  }
}
.footer__newsletter .newsletter_wrapper .info h4 {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #f6f8fb;
  margin-bottom: 1rem;
}
.footer__newsletter .newsletter_wrapper .info p {
  color: #a9badd;
  font-size: 0.875rem;
}
.footer__newsletter .newsletter_wrapper .input {
  min-width: 100% !important;
}
@media screen and (min-width: 998px) {
  .footer__newsletter .newsletter_wrapper .input {
    min-width: 60% !important;
  }
}
.footer__newsletter .newsletter_wrapper .input form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (min-width: 998px) {
  .footer__newsletter .newsletter_wrapper .input form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer__newsletter .newsletter_wrapper .input form .input-bar {
  text-align: left;
}
.footer__newsletter .newsletter_wrapper .input form .input-bar input {
  min-width: 100% !important;
  padding: 1rem;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 0.5em;
}
.footer__newsletter .newsletter_wrapper .input form button {
  background-color: #0864b1;
  color: #fff;
  padding: 1rem 1.375rem;
  font-weight: 600;
  border-radius: 0.5em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.footer__newsletter .newsletter_wrapper .input form button:hover {
  background-color: #075392;
}
.footer__site_map {
  padding-top: 2rem !important;
  margin-bottom: 2rem !important;
  border-bottom: 1px solid #e4e7ec;
}
@media screen and (min-width: 998px) {
  .footer__site_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 4rem !important;
  }
}
.footer__site_map .col-A,
.footer__site_map .col-B,
.footer__site_map .col-C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  width: 100%;
}
.footer__site_map .col-A ul,
.footer__site_map .col-B ul,
.footer__site_map .col-C ul {
  width: 50%;
  margin-bottom: 2rem;
}
.footer__site_map .col-A ul li.lists_title,
.footer__site_map .col-B ul li.lists_title,
.footer__site_map .col-C ul li.lists_title {
  font-weight: 600;
  color: #556076;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.footer__site_map--nav-links {
  color: #667085;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer__site_map--nav-links:hover {
  color: #000;
}
.footer__site_map--nav-links .live-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
.footer__site_map--nav-links .live-footer svg {
  height: 0.875rem;
  width: auto;
}
.footer__site_map--nav-links .pods-footer span {
  color: #027a48;
  background: #ecfdf3;
  padding: 0.125rem 0.5rem;
  border-radius: 1em;
  margin-left: 0.25rem;
  font-size: 0.7rem;
}
.footer__app-bar .footer-links2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 998px) {
  .footer__app-bar .footer-links2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__app-bar .footer-links2 p.copyright {
  font-family: inherit;
  font-size: 0.75rem;
  color: #757575;
  text-align: center;
  margin: 0 auto;
}
.footer__app-bar .footer-links2 .app_downloads {
  display: none;
}
.footer__app-bar .gold_bar {
  width: 100%;
  height: 0.5em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #0864b1),
    color-stop(46%, #ee3d43),
    color-stop(62%, #e0921f),
    color-stop(91%, #46a465)
  );
  background: linear-gradient(
    90deg,
    #0864b1 20%,
    #ee3d43 46%,
    #e0921f 62%,
    #46a465 91%
  );
  margin: 0;
  padding: 0;
}

/* ============================
      FOOTER STYLES END
============================ */
/* ============================
    MAIN SLIDER STYLES START
============================ */
.slider-container {
  width: 100%;
  max-width: 80rem;
  /* max-width: 87.5rem; */
  margin: 2rem auto;
  height: auto;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 70px 40px -40px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 70px 40px -40px;
}
@media screen and (min-width: 768px) {
  .slider-container {
    margin: 4rem auto;
    max-height: 37rem !important;
  }
}

.swiper,
.swiper-brands {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}

.hero-slides {
  position: relative;
}
.hero-slides::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.hero-slides video {
  width: 100%;
  height: 100%;
  margin-bottom: -3px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-slides .card_content {
  position: absolute;
  z-index: 100;
  bottom: 2rem;
  left: 1rem;
  padding-right: 2rem;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .hero-slides .card_content {
    bottom: 1rem;
    padding-right: 1rem;
  }
}
.hero-slides .card_content p.cat {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 12px;
  font-family: inherit;
}
@media screen and (max-width: 540px) {
  .hero-slides .card_content p.cat {
    font-size: 0.625rem;
  }
}
.hero-slides .card_content h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0.5rem 0 2rem 0;
}
@media screen and (max-width: 910px) {
  .hero-slides .card_content h1 {
    font-size: 2rem;
    margin: 0.25rem 0 1rem 0;
  }
}
@media screen and (max-width: 540px) {
  .hero-slides .card_content h1 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 450px) {
  .hero-slides .card_content h1 {
    font-size: 1.25rem;
  }
}
.hero-slides .card_content .timeframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 660px) {
  .hero-slides .card_content .timeframe {
    margin-bottom: 2rem;
  }
}
.hero-slides .card_content .timeframe .duration,
.hero-slides .card_content .timeframe .uploaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .hero-slides .card_content .timeframe .duration,
  .hero-slides .card_content .timeframe .uploaded {
    font-size: 12px;
  }
}
.hero-slides .card_content .timeframe .duration .line_xs,
.hero-slides .card_content .timeframe .uploaded .line_xs {
  background: rgba(255, 255, 255, 0.6);
}

/* ============================
    MAIN SLIDER STYLES END
============================ */
/* ============================
  OVERRIDE SLIDER STYLES START
============================ */
.slider_navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 1.5rem !important;
  right: 0;
  z-index: 10;
}
@media only screen and (min-width: 910px) {
  .slider_navs {
    width: 220px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 10.5rem;
    position: absolute;
    bottom: 3rem !important;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
  .slider_navs {
    right: 5rem;
  }
}
@media only screen and (min-width: 831px) and (max-width: 1120px) {
  .slider_navs {
    right: 7rem;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1260px) {
  .slider_navs {
    right: 8rem;
  }
}
.slider_navs .swiper-button-next,
.slider_navs .swiper-button-prev {
  top: unset !important;
  width: unset !important;
  --swiper-navigation-size: 44px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent !important;
}
.slider_navs .swiper-button-next {
  background-image: url(../icons/arrow-right.svg) !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.slider_navs .swiper-button-next::after {
  display: block;
  content: "next" !important;
}
.slider_navs .swiper-button-prev {
  background-image: url(../icons/arrow-left.svg) !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.slider_navs .swiper-button-prev::after {
  display: block;
}
.slider_navs .swiper-pagination {
  bottom: 50% !important;
}
.slider_navs .swiper-pagination-bullet-active {
  background: #ee3d43 !important;
  width: 32px !important;
  border-radius: 10px;
}
.slider_navs .swiper-scrollbar {
  display: block !important;
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-transform: translateY(-11px);
  transform: translateY(-11px);
  width: 60% !important;
  margin: 0 auto !important;
  height: 2px !important;
  left: 20% !important;
  bottom: unset;
}
.swiper-scrollbar-horizontal {
  bottom: -1px !important;
}
.slider_navs .swiper-scrollbar-drag {
  background: #f6f8fb;
}
@media only screen and (min-width: 910px) {
  .slider_navs .swiper-scrollbar {
    width: 70% !important;
    left: 15% !important;
  }
}

.slider_navs2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 1.5rem !important;
  right: 0;
  z-index: 10;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
@media only screen and (min-width: 910px) {
  .slider_navs2 {
    width: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 3rem !important;
    z-index: 10;
  }
}
.slider_navs2 .swiper-button-next-prog,
.slider_navs2 .swiper-button-prev-prog {
  top: unset !important;
  width: unset !important;
  --swiper-navigation-size: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent !important;
}
.slider_navs2 .swiper-button-next-prog {
  background-image: url(../icons/arrow-right-dark.svg) !important;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
  background-color: transparent;
}
.slider_navs2 .swiper-button-next-prog::after {
  display: block;
  content: "next" !important;
}
.slider_navs2 .swiper-button-prev-prog {
  background-image: url(../icons/arrow-left-dark.svg) !important;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
}
.slider_navs2 .swiper-button-prev-prog::after {
  display: block;
  content: "prev" !important;
}
.slider_navs2 .swiper-scrollbar,
.swiper-scrollbar_nfm {
  display: block !important;
  background: rgba(0, 0, 0, 0.2) !important;
  width: 80%;
  margin: 0 auto;
  height: 2px !important;
  position: relative !important;
}
.swiper-scrollbar_nfm.swiper-scrollbar-horizontal {
  bottom: 0 !important;
}

.slider_navs2 .swiper-scrollbar-drag {
  background: #262d3d;
}
.slider_control .swiper-scrollbar-drag {
  background: #e0871f;
}
@media only screen and (min-width: 910px) {
  .slider_navs2 .swiper-scrollbar,
  .swiper-scrollbar_nfm {
    width: 70% !important;
    position: relative !important;
  }
}

/* ============================
  OVERRIDE SLIDER STYLES END
============================ */
/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit 
  the CSS below. Click "details" 
  below to add comments or questions.
  This file uses some SCSS. Learn more  
  at http://sass-lang.com/guide)

  This designer can be linked to at:
  https://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
  /* The base font size controls the size of everything, not just text.
     All dimensions use em-based sizes so that the scale along with the font size.
     Try increasing it to 15px and see what happens. */
  font-size: 10px;
  /* The main font color changes the ICON COLORS as well as the text */
  color: #0f0;
}

/* The "Big Play Button" is the play button that shows before the video plays.
   To center it set the align values to center and middle. The typical location
   of the button is the center, but there is trend towards moving it to a corner
   where it gets out of the way of valuable content in the poster image.*/
.vjs-default-skin .vjs-big-play-button {
  /* The font size is what makes the big play button...big. 
     All width/height values use ems, which are a multiple of the font size.
     If the .video-js font-size is 10px, then 3em equals 30px.*/
  font-size: 3em;
  /* We're using SCSS vars here because the values are used in multiple places.
     Now that font size is set, the following em values will be a multiple of the
     new font size. If the font-size is 3em (30px), then setting any of
     the following values to 3em would equal 30px. 3 * font-size. */
  /* 1.5em = 45px default */
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  /* 0.06666em = 2px default */
  border: 0.06666em solid #0f0;
  /* 0.3em = 9px default */
  border-radius: 0.3em;
  /* Align center */
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -0.75em;
}

/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #2b333f;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(43, 51, 63, 0.7);
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #0f0;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: #bfc7d3;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.5);
}

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: white;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.75);
}

.play__video-instance,
.play__iframe-instance {
  width: 100% !important;
  height: 12.5rem !important;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.play__video-instance figure {
  height: 100%;
}
@media screen and (min-width: 48em) {
  .play__video-instance,
  .play__iframe-instance {
    height: 24rem !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 60em) {
  .play__video-instance,
  .play__iframe-instance,
  #my_video_play,
  #singleShowPlayer {
    height: 26rem !important;
    aspect-ratio: 16/9;
  }
  /* .play__video-instance .shows {
    height: 32rem !important;
    aspect-ratio: 16/9;
  } */
}
.play__video-instance video,
.play__iframe-instance video,
#my_video_play,
#singleShowPlayer {
  width: 100% !important;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .play__video-instance video,
  .play__iframe-instance video {
    height: 100%;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 60em) {
  .play__video-instance video,
  .play__iframe-instance video,
  #my_video_play,
  #singleShowPlayer {
    height: 100%;
    aspect-ratio: 16/9;
  }
}
.play__video-instance--audio {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  overflow: hidden;
  /* background-image: url();
  background-color: linear-gradient(150deg, #fe8b68 0%, #ee3d43 50%);
  background-blend-mode: multiply; */
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 60em) {
  .play__video-instance--audio {
    height: 15rem;
  }
}
.play__video-instance--audio svg {
  width: 5rem;
  height: auto;
  position: absolute;
  top: 1rem;
  left: 23%;
  z-index: 1;
}
@media screen and (min-width: 60em) {
  .play__video-instance--audio svg {
    width: 9rem;
    height: auto;
    left: 18%;
  }
}
.play .meta_social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 2rem 0;
}
.play .iframe-container {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100% !important;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.play .iframe-container iframe.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
.play video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 60em) {
  .play video {
    height: 100%;
  }
}
.play audio#audio_select {
  width: 100%;
  height: 4rem;
}
@media screen and (min-width: 60em) {
  .play audio#audio_select {
    height: 4rem;
  }
}
.play .video-cont {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .play .video-cont {
    margin-top: 4rem;
  }
}
.play__about-video {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.play__about-video .date-meta {
  font-size: 0.75rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .play__about-video .date-meta {
    font-size: 0.8125rem;
  }
}
.play__about-video h2.video-title {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.1;
  padding-bottom: 1rem;
  margin: 0.5rem 0 1rem;
  border-bottom: 1px solid #e4e7ec;
  color: #262d3d;
}
@media screen and (min-width: 768px) {
  .play__about-video h2.video-title {
    font-size: 1.8rem;
  }
}
.play__about-video .socials_bar a span,
.play__about-video .socials_bar a {
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #e4e7ec;
  padding: 0.25rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .play__about-video .socials_bar a span,
  .play__about-video .socials_bar a {
    background-color: transparent;
    border: 1px solid #e4e7ec;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .play__about-video .socials_bar a span:hover,
  .play__about-video .socials_bar a:hover {
    background-color: #e4e7ec;
  }
}
.play__about-video .socials_bar a span svg,
.play__about-video .socials_bar a svg {
  max-height: 0.75rem;
  height: 0.75rem;
}

.play__about-video p {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #475467;
}
@media screen and (min-width: 768px) {
  .play__about-video p {
    font-size: 1rem;
  }
}
.play__about-video p:nth-of-type(1) {
  margin-top: 2rem;
}
.play__about-video p + p {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .play__about-video p + p {
    margin-top: 1rem;
  }
}
.play__about-video
  a:not(.facebook, .twitter, .telegram, .whatsapp, .video_cat a) {
  margin-top: 0.875rem;
  color: #0864b1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.play__about-video a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .play__about-video
    a:not(.facebook, .twitter, .telegram, .whatsapp, .video_cat a) {
    margin-top: 1rem;
  }
}
.play__about-video h1 {
  font-size: 2rem;
  font-weight: 800;
}
.play__about-video h2 {
  font-size: 1.6rem;
  font-weight: 800;
}
.play__about-video h3 {
  font-size: 1.4rem;
  font-weight: 800;
}
.play__about-video h4 {
  font-size: 1.2rem;
  font-weight: 800;
}
.play__about-video h5 {
  font-size: 1rem;
  font-weight: 800;
}
.play__about-video h6 {
  font-size: 0.875rem;
  font-weight: 800;
}
.play__about-video h1,
.play__about-video h2,
.play__about-video h3,
.play__about-video h4,
.play__about-video h5,
.play__about-video h6 {
  text-shadow: none;
  margin: 1em 0;
  color: #262d3d;
}
.video-desc em {
  font-style: italic !important;
}

.play__related_content {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .play__related_content {
    margin-top: 4rem;
  }
}
.play__archives_collection {
  background-color: #e4e7ec;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .play__archives_collection {
    border-radius: 5px;
    margin-bottom: 4rem;
  }
}
.play__archives_collection .arch_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  position: relative;
  overflow-x: auto;
  cursor: grab;
}
.play__archives_collection .arch_wrapper__single {
  background-color: #fff;
  padding: 1rem;
  border-radius: 3px;
  min-width: 16rem;
  position: relative;
  display: inline-block;
  cursor: grab;
}
@media screen and (min-width: 768px) {
  .play__archives_collection .arch_wrapper__single {
    width: calc((100% - 2rem) / 3);
    min-width: calc((100% - 2rem) / 3);
  }
}
.play__archives_collection .arch_wrapper__single h3.arch_title {
  font-weight: 700;
  color: #262d3d;
  margin: 1rem 0;
}
.play__archives_collection .arch_wrapper__single p.arch_cont {
  color: #667085;
  font-size: 0.875rem;
  opacity: 0.8;
}
.play__archives_collection .arch_wrapper__single span.arrow {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #e0921f;
}
.play__archives_collection .arch_wrapper__single .view_collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: flex-start;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}
.play__archives_collection
  .arch_wrapper__single
  .view_collection
  .img-cont-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.play__archives_collection
  .arch_wrapper__single
  .view_collection
  .img-cont-wrapper
  .img-cont {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 3px solid #fff;
  background-image: url(../ales-nesetril-Im7lZjxeLhg-unsplash-min.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.play__archives_collection
  .arch_wrapper__single
  .view_collection
  .img-cont-wrapper
  .img-cont:not(:first-of-type) {
  margin-left: -1rem;
}
.play__archives_collection
  .arch_wrapper__single
  .view_collection
  .img-cont-wrapper
  .img-cont
  svg {
  width: 0.75rem;
  height: 0.75rem;
}
.play__archives_collection
  .arch_wrapper__single
  .view_collection
  .img-cont-wrapper
  .img-cont:nth-child(2) {
  background-image: url(../ari-spada-V1y6si3fOho-unsplash-min.jpg);
}
.play__archives_collection
  .arch_wrapper__single
  .view_collection
  .img-cont-wrapper
  .img-cont:nth-child(3) {
  background-image: url(../cytonn-photography-n95VMLxqM2I-unsplash-min.jpg);
}
.play__archives_collection
  .arch_wrapper__single
  .view_collection
  .img-cont-wrapper
  .img-cont:nth-child(4) {
  background-image: url(../diego-jimenez-A-NVHPka9Rk-unsplash-min.jpg);
}
.play__archives_collection .arch_wrapper__single .view_collection a {
  font-weight: 700;
  font-size: 0.875rem;
  color: #e0921f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.play__archives_collection .arch_wrapper__single .view_collection a:hover {
  color: #262d3d;
}
.play ol {
  margin-top: 0.875rem;
  list-style: unset;
  list-style-type: numbers;
  padding-left: 1.675rem;
}
@media screen and (min-width: 768px) {
  .play ol {
    margin-top: 1rem;
  }
}
.play ul {
  margin-top: 0.875rem;
  list-style: unset;
  padding-left: 1.675rem;
}
@media screen and (min-width: 768px) {
  .play ul {
    margin-top: 1rem;
  }
}
.play li {
  line-height: 1.6;
  color: #475467;
}
.play li + li {
  margin-top: 1rem;
}
.play blockquote {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  padding: 0.5rem 1rem;
  border-left: 3px solid #e0921f;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #262d3d;
}
@media screen and (min-width: 768px) {
  .play blockquote {
    margin-top: 1rem;
  }
}
.play img:not(.audio-play) {
  margin: 1rem 0;
  border-radius: 0.25rem;
  max-width: 100%;
}

.poster_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  max-width: 50rem;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .poster_info {
    gap: 2rem;
  }
}

.poster_info__img {
  width: 5rem;
  min-width: 5rem;
  aspect-ratio: 16/9;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media screen and (min-width: 768px) {
  .poster_info__img {
    width: 7rem;
    max-width: 7rem;
  }
}
.poster_info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.poster_info__description h3.audio_name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .poster_info__description h3.audio_name {
    font-size: 1.25rem;
  }
}
.poster_info__description .line_xs {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.poster_info__description .duration {
  margin: 1rem 0;
  color: rgba(255, 238, 232, 0.8);
  font-size: 0.75rem;
  font-weight: 400;
}

audio::-webkit-media-controls-panel {
  background-color: transparent !important;
}

audio::-webkit-media-controls-play-button {
  background-color: #ee3d43;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 48em) {
  audio::-webkit-media-controls-play-button {
    background-color: rgba(0, 0, 0, 0.08);
  }
}

audio::-webkit-media-controls-play-button:hover {
  background-color: #ee3d43;
}

/* Desktop Toggle start */
.play_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 4rem;
}
.play_list__video {
  width: 60%;
}
.play_list__video .play__video-instance video {
  width: 100%;
}
@media screen and (min-width: 850px) {
  .play_list__video .play__video-instance video {
    height: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .play_list__video .play__video-instance video {
    height: 100%;
  }
}
@media screen and (min-width: 850px) {
  .play_list__video .play__video-instance {
    height: 315px !important;
  }
}
@media screen and (min-width: 1080px) {
  .play_list__video .play__video-instance {
    height: 416px !important;
  }
}
.play_list__video_list {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.play_list__video_list .video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
}
.play_list__video_list .video-list:last-of-type {
  margin-bottom: 1rem;
}
.video-list:hover .video-list__img img {
  transform: scale(1.05);
}
.play_list__video_list .video-list__img {
  display: block;
  width: 10rem;
  min-width: 10rem;
  height: 6rem;
  min-height: 6rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
.play_list__video_list .video-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.play_list__video_list .video-list__content--meta a {
  font-size: 0.75rem;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.play_list__video_list .video-list__content--title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #262d3d;
  margin: 0.5rem 0;
}
.play_list__video_list .video-list__content--CTA {
  color: #e0921f;
  font-size: 0.75rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.25rem;
}
.play_list__video_list .video-list__content--CTA svg {
  width: 1rem;
}
/* Desktop Toggle end */

.btn-toolbar {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-toolbar button {
  cursor: pointer;
}

.btn-toolbar button.active,
.btn-toolbar button:active,
.btn-toolbar button:focus,
#filterDropDown button.active,
#filterDropDown button:active,
#filterDropDown button:focus {
  background: #0275d8;
  color: white;
}

#filterDropDown {
  display: none;
}

#filterDropDown .dropdown-menu button {
  cursor: pointer;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  margin: 0;
  text-align: left;
}

.col {
  margin: 10px;
  padding: 0;
}

.card {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  min-width: 225px;
}

.card[class*="col"] {
  display: none;
}

.card a {
  float: right;
}

.card-title {
  font-family: Lobster;
  font-size: 2rem;
  height: 3.45rem;
}

.card-footer {
  text-align: right;
  font-size: 0.8rem;
  background-color: rgba(240, 240, 240, 0.8);
}

@media all and (max-width: 460px) {
  .btn-toolbar {
    display: none;
  }

  #filterDropDown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.light_BG {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem 0;
}
@media screen and (min-width: 998px) {
  .light_BG {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 4rem 0;
  }
}

@media screen and (min-width: 768px) {
  .live .swiper_3col:last-child {
    margin-bottom: 0 !important;
  }
}

.live-main {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #222222;
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
  background: #000;
}
@media screen and (min-width: 768px) {
  .live-main {
    border-radius: 1.5rem;
    margin-top: 4rem;
  }
}
.live-main video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.live-main .live_badge {
  background-color: #ee3d43;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .live-main .live_badge {
    padding: 0.5rem 1rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
}
.live-main .live_badge p {
  text-transform: uppercase;
  font-size: 0.675rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 998px) {
  .live-main .live_badge p {
    font-size: 0.75rem;
  }
}

.live-iframe-container,
.events-iframe-container {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100% !important;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.live-iframe-container .responsive-iframe-el,
.events-iframe-container .responsive-iframe-el {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.other_broadcasts,
.feat_sec {
  width: 100%;
}
@media screen and (min-width: 998px) {
  .other_broadcasts,
  .feat_sec {
    width: 36%;
  }
}
.other_broadcasts .single_broadcast + .single_broadcast,
.feat_sec .single_broadcast + .single_broadcast {
  margin-top: 1rem;
}
.other_broadcasts .single_broadcast,
.other_broadcasts .single_feature,
.feat_sec .single_broadcast,
.feat_sec .single_feature {
  width: 100%;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.other_broadcasts .single_broadcast:hover,
.other_broadcasts .single_feature:hover,
.feat_sec .single_broadcast:hover,
.feat_sec .single_feature:hover {
  background-color: #f6f8fb;
}
.other_broadcasts .single_broadcast:hover .indicator,
.other_broadcasts .single_feature:hover .indicator,
.feat_sec .single_broadcast:hover .indicator,
.feat_sec .single_feature:hover .indicator {
  background-color: #f6f8fb;
}
.other_broadcasts .single_broadcast__img,
.other_broadcasts .single_feature__img,
.feat_sec .single_broadcast__img,
.feat_sec .single_feature__img {
  width: 8.5rem;
  min-width: 8.5rem;
  height: 6.5rem;
  min-height: 6.5rem;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}
.other_broadcasts .single_broadcast__img:before,
.other_broadcasts .single_feature__img:before,
.feat_sec .single_broadcast__img:before,
.feat_sec .single_feature__img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c4c4c4;
  z-index: -1;
}
.other_broadcasts .single_broadcast__img img,
.other_broadcasts .single_feature__img img,
.feat_sec .single_broadcast__img img,
.feat_sec .single_feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.other_broadcasts .single_broadcast__img .indicator,
.other_broadcasts .single_feature__img .indicator,
.feat_sec .single_broadcast__img .indicator,
.feat_sec .single_feature__img .indicator {
  display: -ms-grid;
  display: grid;
  place-items: center;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  border-radius: 0 0.25rem 0 0;
  background-color: #fff;
}
.other_broadcasts .single_broadcast__abt p.meta,
.other_broadcasts .single_feature__abt p.meta,
.feat_sec .single_broadcast__abt p.meta,
.feat_sec .single_feature__abt p.meta {
  font-size: 0.6rem;
  color: #8e8e8e;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 0.5rem;
}
.other_broadcasts .single_broadcast__abt h3.title,
.other_broadcasts .single_feature__abt h3.title,
.feat_sec .single_broadcast__abt h3.title,
.feat_sec .single_feature__abt h3.title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #262d3d;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .other_broadcasts .single_broadcast__abt h3.title,
  .other_broadcasts .single_feature__abt h3.title,
  .feat_sec .single_broadcast__abt h3.title,
  .feat_sec .single_feature__abt h3.title {
    font-size: 0.85rem;
  }
}
.other_broadcasts .single_broadcast__abt a.red_CTA,
.other_broadcasts .single_feature__abt a.red_CTA,
.feat_sec .single_broadcast__abt a.red_CTA,
.feat_sec .single_feature__abt a.red_CTA {
  margin-top: 1rem;
}
.other_broadcasts .single_broadcast__abt a.red_CTA svg,
.other_broadcasts .single_feature__abt a.red_CTA svg,
.feat_sec .single_broadcast__abt a.red_CTA svg,
.feat_sec .single_feature__abt a.red_CTA svg {
  max-width: 1rem;
  max-height: 1rem;
}
.other_broadcasts .single_broadcast__abt a.red_CTA p,
.other_broadcasts .single_feature__abt a.red_CTA p,
.feat_sec .single_broadcast__abt a.red_CTA p,
.feat_sec .single_feature__abt a.red_CTA p {
  color: #ee3d43;
  font-size: 0.7rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .other_broadcasts .single_broadcast__abt a.red_CTA p,
  .other_broadcasts .single_feature__abt a.red_CTA p,
  .feat_sec .single_broadcast__abt a.red_CTA p,
  .feat_sec .single_feature__abt a.red_CTA p {
    font-size: 0.75rem;
  }
}

.schedule__linear {
  margin: 4rem auto;
}
.schedule__linear .tv_schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f6f8fb;
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 1rem;
  overflow-x: hidden;
}
.schedule__linear .tv_schedule .single_schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.15rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background-color: #fff;
  padding: 0.5rem;
  position: relative;
  height: 7rem;
  max-width: 300px;
}
@media screen and (min-width: 600px) {
  .schedule__linear .tv_schedule .single_schedule {
    min-height: 10rem;
    max-width: 500px;
  }
}
.schedule__linear .tv_schedule .single_schedule__active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.4rem;
  height: 5rem;
  background-color: #ee3d43;
  border-radius: 0 0.35rem 0.35rem 0;
  z-index: 2;
  opacity: 1;
}
.schedule__linear .tv_schedule .single_schedule__showtimes h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.schedule__linear .tv_schedule .single_schedule__showtimes h5 span {
  display: block;
  width: 100%;
  color: #667085;
  font-size: 0.6rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 1rem;
}
@media screen and (min-width: 600px) {
  .schedule__linear .tv_schedule .single_schedule__showtimes h5 span {
    font-size: 0.875rem;
    padding: 0 2rem;
  }
}
.schedule__linear
  .tv_schedule
  .single_schedule__showtimes
  h5
  span:first-of-type {
  display: none;
  color: #ee3d43;
  padding-bottom: 0.5rem;
}
.schedule__linear .tv_schedule .single_schedule__img {
  width: 5rem;
  max-width: 5rem;
  height: 5rem;
  max-height: 5rem;
  margin-right: 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media screen and (min-width: 600px) {
  .schedule__linear .tv_schedule .single_schedule__img {
    width: 7.5rem;
    max-width: 7.5rem;
    height: 7.5rem;
    max-height: 7.5rem;
    margin-right: 2rem;
  }
}
.schedule__linear .tv_schedule .single_schedule__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.schedule__linear .tv_schedule .single_schedule__abt {
  margin-right: 2rem;
}
.schedule__linear .tv_schedule .single_schedule__abt h3 {
  text-align: left;
}
.schedule__linear .tv_schedule .single_schedule__abt h3 span {
  display: block;
  width: 100%;
  text-transform: capitalize;
}
.schedule__linear .tv_schedule .single_schedule__abt h3 span:first-of-type {
  font-size: 0.75rem;
  font-weight: 600;
  color: #262d3d;
  margin-bottom: 0.5rem;
  max-width: 200px;
  white-space: normal;
}
@media screen and (min-width: 600px) {
  .schedule__linear .tv_schedule .single_schedule__abt h3 span:first-of-type {
    font-size: 1rem;
    font-weight: 600;
    max-width: 200px;
  }
}
.schedule__linear
  .tv_schedule
  .single_schedule__abt
  h3
  span:not(:first-of-type) {
  font-size: 0.6rem;
  font-weight: 400;
  color: #667085;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .schedule__linear
    .tv_schedule
    .single_schedule__abt
    h3
    span:not(:first-of-type) {
    font-size: 0.875rem;
  }
}
.schedule__linear .tv_schedule .single_schedule__abt a {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.25rem;
  color: #ee3d43;
  font-size: 0.6rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 600px) {
  .schedule__linear .tv_schedule .single_schedule__abt a {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}
.schedule__linear .tv_schedule .single_schedule__abt a svg {
  max-width: 0.875rem;
  max-height: 0.875rem;
}
@media screen and (min-width: 600px) {
  .schedule__linear .tv_schedule .single_schedule__abt a svg {
    max-width: 1rem;
    max-height: 1rem;
  }
}

.single_schedule__active .single_schedule__abt a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 1.25rem;
}

.single_schedule__active .single_schedule__showtimes span:first-of-type {
  display: block !important;
}

.watchlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .watchlist {
    margin: 4rem auto;
  }
}
.watchlist__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .watchlist__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.watchlist__wrapper li {
  width: 100%;
  height: 14rem;
  max-height: 14rem;
}
@media screen and (min-width: 768px) {
  .watchlist__wrapper li {
    height: 18rem;
    min-height: 18rem;
  }
}
.watchlist__wrapper li article.single_watchlist {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .watchlist__wrapper li article.single_watchlist:hover .watchlist_CTA::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .watchlist__wrapper
    li
    article.single_watchlist:hover
    .watchlist_CTA
    span:last-of-type {
    opacity: 1;
  }
}
.watchlist__wrapper li article.single_watchlist h2.name {
  text-align: center;
  font-weight: 900;
  font-size: 1.26rem;
  color: #fff;
  letter-spacing: 1px;
}
.watchlist__wrapper li article.single_watchlist a.watchlist_CTA {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  background: transparent;
  border-radius: 0px 5px 0px 3px;
}
.watchlist__wrapper
  li
  article.single_watchlist
  a.watchlist_CTA
  span:first-of-type {
  z-index: 2;
  color: #262d3d;
}
.watchlist__wrapper
  li
  article.single_watchlist
  a.watchlist_CTA
  span:last-of-type {
  z-index: 2;
  opacity: 1;
  color: #262d3d;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .watchlist__wrapper
    li
    article.single_watchlist
    a.watchlist_CTA
    span:last-of-type {
    opacity: 0;
  }
}
.watchlist__wrapper li article.single_watchlist a.watchlist_CTA::after {
  content: "";
  position: absolute;
  background: #fff;
  left: -1px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  border-radius: 0px 5px 0px 3px;
}
@media screen and (min-width: 768px) {
  .watchlist__wrapper li article.single_watchlist a.watchlist_CTA::after {
    -webkit-transform: scale(0.3, 1);
    transform: scale(0.3, 1);
  }
}
.watchlist__ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .watchlist__ads {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.watchlist__ads .in-house_ad-50 {
  background: #e4e7ec;
  width: 100%;
  min-height: 15.625rem;
  height: 15.625rem;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media screen and (min-width: 768px) {
  .watchlist__ads .in-house_ad-50 {
    width: 50%;
  }
}
.watchlist__ads .in-house_ad-50 a,
.watchlist__ads .in-house_ad-50 picture {
  width: 100%;
  height: 100%;
}
.watchlist__ads .in-house_ad-50 a picture source,
.watchlist__ads .in-house_ad-50 a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.most-popular {
  margin-top: 4rem;
}

.recent_notable {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
.recent_notable.nfm {
  width: 100%;
}
@media screen and (min-width: 998px) {
  .recent_notable {
    margin: 4rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .recent_notable.nfm {
    width: 100% !important;
  }
}
.recent_notable .recent_pods {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.recent_notable .recent_pods .display_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-left: 1px;
}
@media screen and (min-width: 600px) {
  .recent_notable .recent_pods .display_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.recent_notable .recent_pods .display_wrap .audio_pod,
.recent_notable .recent_pods .display_wrap .video_pod {
  border-radius: 0.25rem;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .recent_notable .recent_pods .display_wrap .audio_pod,
  .recent_notable .recent_pods .display_wrap .video_pod {
    max-width: 50%;
    width: 50%;
  }
}
.recent_notable
  .recent_pods
  .display_wrap
  .audio_pod:hover
  .pod_image
  .overlay_CTA::after,
.recent_notable
  .recent_pods
  .display_wrap
  .video_pod:hover
  .pod_image
  .overlay_CTA::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.recent_notable
  .recent_pods
  .display_wrap
  .audio_pod:hover
  .pod_image
  .overlay_CTA
  span:last-child,
.recent_notable
  .recent_pods
  .display_wrap
  .video_pod:hover
  .pod_image
  .overlay_CTA
  span:last-child {
  opacity: 1;
}
.recent_notable .recent_pods .display_wrap .audio_pod .pod_image,
.recent_notable .recent_pods .display_wrap .video_pod .pod_image {
  border-radius: 0.25rem;
  width: 100%;
  height: 11.5rem;
  position: relative;
}
.recent_notable .recent_pods .display_wrap .audio_pod .pod_image img,
.recent_notable .recent_pods .display_wrap .video_pod .pod_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recent_notable .recent_pods .display_wrap .audio_pod .pod_image .social_bar2,
.recent_notable .recent_pods .display_wrap .video_pod .pod_image .social_bar2 {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.recent_notable
  .recent_pods
  .display_wrap
  .audio_pod
  .pod_image
  .social_bar2
  span.social_trigger,
.recent_notable
  .recent_pods
  .display_wrap
  .video_pod
  .pod_image
  .social_bar2
  span.social_trigger {
  color: #fff;
  pointer-events: none;
}
.recent_notable .recent_pods .display_wrap .audio_pod .pod_image .overlay_CTA,
.recent_notable .recent_pods .display_wrap .video_pod .pod_image .overlay_CTA {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 1rem;
  background: transparent;
  border-radius: 0px 3px 0px 3px;
  overflow: hidden;
  z-index: 2;
}
.recent_notable
  .recent_pods
  .display_wrap
  .audio_pod
  .pod_image
  .overlay_CTA
  svg,
.recent_notable
  .recent_pods
  .display_wrap
  .video_pod
  .pod_image
  .overlay_CTA
  svg {
  z-index: 2;
  color: #262d3d;
  position: relative;
}
.recent_notable
  .recent_pods
  .display_wrap
  .audio_pod
  .pod_image
  .overlay_CTA
  span:last-of-type,
.recent_notable
  .recent_pods
  .display_wrap
  .video_pod
  .pod_image
  .overlay_CTA
  span:last-of-type {
  z-index: 2;
  position: relative;
  opacity: 1;
  color: #262d3d;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 0.875rem;
}
.recent_notable .recent_pods .display_wrap .pod_image.nfm {
  background-color: #e0921f !important;
  background-blend-mode: multiply !important;
}
@media screen and (min-width: 768px) {
  .recent_notable
    .recent_pods
    .display_wrap
    .audio_pod
    .pod_image
    .overlay_CTA
    span:last-of-type,
  .recent_notable
    .recent_pods
    .display_wrap
    .video_pod
    .pod_image
    .overlay_CTA
    span:last-of-type {
    opacity: 0;
  }
}
.recent_notable
  .recent_pods
  .display_wrap
  .audio_pod
  .pod_image
  .overlay_CTA::after,
.recent_notable
  .recent_pods
  .display_wrap
  .video_pod
  .pod_image
  .overlay_CTA::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  border-radius: 0px 5px 0px 3px;
}
@media screen and (min-width: 768px) {
  .recent_notable
    .recent_pods
    .display_wrap
    .audio_pod
    .pod_image
    .overlay_CTA::after,
  .recent_notable
    .recent_pods
    .display_wrap
    .video_pod
    .pod_image
    .overlay_CTA::after {
    -webkit-transform: scale(0.55, 1);
    transform: scale(0.55, 1);
  }
}
.recent_notable .recent_pods .display_wrap .audio_pod .pod_info,
.recent_notable .recent_pods .display_wrap .video_pod .pod_info {
  padding: 2rem 1rem;
}
.recent_notable .recent_pods .display_wrap .audio_pod .pod_info h5,
.recent_notable .recent_pods .display_wrap .video_pod .pod_info h5 {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.recent_notable .recent_pods .display_wrap .audio_pod .pod_info h5 a,
.recent_notable .recent_pods .display_wrap .video_pod .pod_info h5 a {
  color: #e0921f;
  text-decoration: none;
  font-weight: 600;
}
.recent_notable .recent_pods .display_wrap .audio_pod .pod_info h2,
.recent_notable .recent_pods .display_wrap .video_pod .pod_info h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.5rem 0 1rem 0;
  color: #262d3d;
}
.recent_notable .recent_pods .display_wrap .audio_pod .pod_info .abt-meta,
.recent_notable .recent_pods .display_wrap .video_pod .pod_info .abt-meta {
  font-size: 0.675rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.recent_notable .notable_pods {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 998px) {
  .recent_notable .notable_pods {
    max-width: 33%;
    width: 33%;
  }
}
.recent_notable .notable_pods article svg.spotify {
  width: 1.5rem;
  aspect-ratio: 1 / 1;
}
.recent_notable
  .notable_pods
  .notable_singles
  .single_notable
  + .single_notable {
  margin-top: 1rem;
}
.recent_notable .notable_pods .notable_singles .single_notable {
  width: 100%;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.recent_notable .notable_pods .notable_singles .single_notable:hover {
  background-color: #f6f8fb;
}
.recent_notable .notable_pods .notable_singles .single_notable.nfm:hover {
  background-color: #f6f8fb;
  border-radius: 50px;
}
.recent_notable .notable_pods .notable_singles .single_notable__img {
  width: 8.5rem;
  min-width: 8.5rem;
  height: 6.5rem;
  min-height: 6.5rem;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recent_notable .notable_pods .notable_singles .single_notable__img.nfm {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recent_notable .notable_pods .notable_singles .single_notable__img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #475467;
  z-index: -1;
}
.recent_notable .notable_pods .notable_singles .single_notable__img.nfm:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #16d760;
  z-index: -1;
}
.recent_notable .notable_pods .notable_singles .single_notable__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.recent_notable .notable_pods .notable_singles .single_notable__img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent_notable .notable_pods .notable_singles .single_notable__abt p.meta {
  font-size: 0.625rem;
  color: #8e8e8e;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 0.5rem;
}
.recent_notable .notable_pods .notable_singles .single_notable__abt h3.title {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #262d3d;
  margin-bottom: 0.5rem;
}
.recent_notable .notable_pods .notable_singles .single_notable__abt a.red_CTA {
  margin-top: 1rem;
}
.recent_notable
  .notable_pods
  .notable_singles
  .single_notable__abt
  a.red_CTA
  svg {
  max-width: 1rem;
  max-height: 1rem;
}
.recent_notable
  .notable_pods
  .notable_singles
  .single_notable__abt
  a.red_CTA
  p {
  color: #e0921f;
  font-size: 0.75rem;
  font-weight: 600;
}
.recent_notable
  .notable_pods
  .notable_singles
  .single_notable:hover
  .single_notable__img {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

.pod_cats,
.content_cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .pod_cats,
  .content_cats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 4rem auto;
  }
}
.pod_cats__audio,
.content_cats__audio {
  width: 100%;
  height: 18rem;
  border-radius: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pod_cats__audio,
  .content_cats__audio {
    width: 50%;
  }
  .pod_cats__audio:hover .overlays_CTA::after,
  .content_cats__audio:hover .overlays_CTA::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .pod_cats__audio:hover .overlays_CTA span:last-of-type,
  .content_cats__audio:hover .overlays_CTA span:last-of-type {
    opacity: 1;
  }
}
.pod_cats__audio svg,
.content_cats__audio svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 4rem;
  width: 4rem;
  height: auto;
}

.col3_w_title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .col3_w_title {
    margin-bottom: 4rem;
  }
}
.col3_w_title .swiper_3col {
  overflow: hidden;
}

.row_slider1 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .row_slider1 {
    margin-top: 4rem;
  }
}

.content_wrapper {
  margin: 2rem auto;
  width: 100%;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .content_wrapper {
    margin: 4rem auto;
  }
}
.content_wrapper__all_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .content_wrapper__all_items {
    row-gap: 3rem;
  }
}
.content_wrapper__all_items .cards-single {
  margin-top: 0;
  width: 100%;
  max-width: 100% !important;
}
@media screen and (min-width: 450px) {
  .content_wrapper__all_items .cards-single {
    margin-top: 0;
    width: calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2) !important;
  }
}
.content_wrapper__all_items .cards-single .engagement {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e4e7ec;
}
@media screen and (min-width: 768px) {
  .content_wrapper__all_items .cards-single .engagement {
    border-bottom: none;
  }
}
@media screen and (min-width: 998px) {
  .content_wrapper__all_items .cards-single {
    margin-top: 2rem;
    width: calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3) !important;
  }
  .content_wrapper__all_items .cards-single .engagement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content_wrapper__all_items .cards-single__image_instance {
  width: 100%;
  max-width: 100%;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .content_wrapper__all_items .cards-single__image_instance {
    width: 100%;
    max-width: 100%;
    height: 15.625rem;
  }
}
.content_wrapper__all_items .cards-single__image_instance .hover_play {
  padding: 0.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .content_wrapper__all_items .cards-single__image_instance .hover_play {
    padding: 1rem 1rem;
  }
}
.content_wrapper__all_items .cards-single__image_instance .hover_play svg {
  width: 1rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .content_wrapper__all_items .cards-single__image_instance .hover_play svg {
    width: 1.25rem;
    height: auto;
  }
}
.content_wrapper__all_items .cards-single__image_instance .hover_play p {
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .content_wrapper__all_items .cards-single__image_instance .hover_play p {
    font-size: 0.875rem;
  }
}
.content_wrapper__all_items .cards-single__content_info .meta_cat {
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .content_wrapper__all_items .cards-single__content_info .meta_cat {
    font-size: 0.75rem;
  }
}
.content_wrapper__all_items .cards-single__content_info .video-card_title {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .content_wrapper__all_items .cards-single__content_info .video-card_title {
    font-size: 1rem;
  }
}
.content_wrapper__title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .content_wrapper__title-bar {
    gap: 1rem;
    margin-bottom: 0;
  }
}
.content_wrapper__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #262d3d;
  margin: 0;
}
@media screen and (min-width: 450px) {
  .content_wrapper__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .content_wrapper__title {
    font-size: 2rem;
  }
}
.content_wrapper__flex-line {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e4e7ec;
  height: 1px;
}

#nfm_header {
  background: #e0921f !important;
}
#nfm_header .nav-active {
  color: #027a48 !important;
}
#nfm_header .menu-link {
  font-size: 13px;
  font-weight: 600;
  color: #303030;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#nfm_header .menu-link:hover {
  color: #000;
}
#nfm_header .l2-actions {
  padding-bottom: 1rem;
  margin: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 998px) {
  #nfm_header .l2-actions {
    display: none;
  }
}
#nfm_header .date,
#nfm_header .opt-ins {
  font-size: 0.75rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #303030;
}
#nfm_header .date span,
#nfm_header .opt-ins span {
  color: #303030;
}
#nfm_header .subscribe:hover,
#nfm_header .login:hover {
  color: #000;
}
#nfm_header .vertical_separator {
  background-color: #303030;
}
#nfm_header .navbar__menu {
  margin-right: auto;
}
#nfm_header .navbar__menu .menu-link {
  font-size: 13px;
  font-weight: 600;
  color: #303030;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#nfm_header .navbar__menu .menu-link:hover {
  color: #000;
}
#nfm_header .navbar__menu .menu-link svg {
  width: 25px;
}
#nfm_header .search span:last-of-type {
  font-size: 12px;
  color: #303030;
  font-weight: 600;
}
@media screen and (max-width: 998px) {
  #nfm_header .search {
    display: none;
  }
}
#nfm_header .search span,
#nfm_header .search svg {
  color: #303030;
}
#nfm_header .burger-line {
  background-color: #303030;
}
#nfm_header p.menu-text {
  font-size: 12px;
  color: #303030;
  font-weight: 600;
}
@media screen and (max-width: 1120px) {
  #nfm_header p.menu-text {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  #nfm_header p.menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nfm_hero {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5b21f),
    to(#e74c38)
  );
  background: linear-gradient(180deg, #f5b21f 0%, #e74c38 100%);
  padding: 2rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  .nfm_hero {
    padding: 4rem 0;
  }
}
.nfm_hero .content_cats {
  margin-bottom: 0;
}
.nfm_hero .overlays_CTA::after {
  background-color: #e0921f;
}

.nfm-live {
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.nfm-live__audio {
  width: 100%;
  height: 3.125rem;
  display: block;
}
.nfm-live__audio::-webkit-media-controls-panel {
  background-color: #e0921f !important;
}

.schedule {
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .schedule {
    margin: 4rem auto;
  }
}

.schedule .pick_session {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2rem;
}
@media screen and (min-width: 450px) {
  .schedule .pick_session {
    padding-left: 4rem;
  }
}
.schedule .pick_session a span {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #475467;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline;
  vertical-align: middle;
  padding-bottom: 2px;
}
.schedule .pick_session a span:hover {
  color: #262d3d;
}

.cont_wraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
}

.ads_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .ads_flow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
  }
}

@media (min-width: 1080px) {
  .ads_flow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
  }
}

.all_sessions {
  width: 100%;
  max-width: 100%;
}
/* @media screen and (min-width: 1080px) {
  .all_sessions {
    width: 60%;
    max-width: 60%;
  }
} */
.all_sessions .sp-64 {
  margin-top: 4rem;
}
.all_sessions h3.session_title {
  font-size: 1rem;
  font-weight: 800;
  color: #262d3d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
@media screen and (min-width: 450px) {
  .all_sessions h3.session_title {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .all_sessions h3.session_title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.session_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0.5rem;
  position: relative;
  border: 1px solid #e4e7ec;
  border-radius: 0.5rem;
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .session_single {
    gap: 2rem;
    padding: 1rem;
    max-width: 30rem;
  }
}
/* @media screen and (min-width: 450px) {
  .session_single {
    gap: 2rem;
    padding: 1rem;
    max-width: 30rem;
  }
} */

.session_single__active {
  background-color: #f6f8fb;
  border-radius: 0.5rem;
  border: 1px solid #e4e7ec;
}
.session_single__active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3rem;
  height: 4rem;
  background-color: #ee3d43;
  border-radius: 0 0.25rem 0.25rem 0;
  z-index: 2;
  opacity: 0;
}
@media (min-width: 768px) {
  .session_single__active::after {
    width: 0.3rem;
    height: 5rem;
  }
}
.session_single__times {
  padding-left: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 450px) {
  .session_single__times {
    padding-left: 3rem;
  }
}
.session_single__times p.live_status {
  font-size: 0.6rem;
  font-weight: 600;
  color: #ee3d43;
  display: none;
}
.session_single__times p.play_time {
  font-size: 0.6rem;
  color: #262d3d;
}
@media (min-width: 768px) {
  .session_single__times p.live_status {
    font-size: 0.75rem;
  }

  .session_single__times p.play_time {
    font-size: 0.75rem;
  }
}

.session_single__img {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 768px) {
  .session_single__img {
    width: 5rem;
    height: 5rem;
  }
}
.session_single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.session_single__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.session_single__info .colored-separator {
  background-color: #e0921f;
  width: 1.5rem;
  height: 2px;
  margin-bottom: 1rem;
}
.session_single__info h4.prog_title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}
@media screen and (min-width: 768px) {
  .session_single__info h4.prog_title {
    font-size: 1rem;
  }
}
.session_single__info p.prog_presenter {
  font-size: 0.7rem;
  color: #667085;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .session_single__info p.prog_presenter {
    font-size: 0.875rem;
  }
}

.session_single__active::after {
  opacity: 1;
}
.session_single__active p.live_status {
  display: block;
}

.session_single__info .airs-when {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #757575;
}
.session_single__info .airs-time {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #000;
}
@media (min-width: 768px) {
  .session_single__info .airs-when {
    font-size: 0.875rem;
  }
  .session_single__info .airs-time {
    font-size: 0.875rem;
  }
}

.served_ads {
  background-color: #ebeced;
  max-width: 300px;
  width: 300px;
  height: 250px;
  max-height: 250px;
}

.inhouse_ads {
  background-color: #ebeced;
  max-width: 450px;
  width: 100%;
  height: 200px;
  max-height: 200px;
  border-radius: 0.25rem;
  overflow: hidden;
  /* display: none; */
}

.inhouse_ads a {
  width: 100%;
  height: 100%;
}
.inhouse_ads a picture source,
.inhouse_ads a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1080px) {
  .inhouse_ads {
    max-width: 450px;
    width: calc((100% - 2rem) / 3);
    height: 250px;
    max-height: 250px;
    display: block;
  }
}

.news__hero_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  margin: 2rem auto;
}
@media screen and (min-width: 60em) {
  .news__hero_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 4rem auto;
  }
}
.news__hero_flex .ad_flex {
  display: none;
}
@media screen and (min-width: 60em) {
  .news__hero_flex .ad_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: auto;
  }
}
.news__hero_flex .ad_flex .inhouse_ads {
  display: none;
}
.news .swiper_news {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 60em) {
  .news .swiper_news {
    min-width: 60%;
  }
}
@media only screen and (min-width: 910px) {
  .news .swiper_news .slider_navs {
    width: 220px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 1rem;
    position: absolute;
    bottom: 2rem !important;
    z-index: 10;
  }
}
.news__video_main-container {
  width: 100%;
  height: auto;
  min-height: 16.625rem;
  padding: 1rem;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .news__video_main-container {
    height: 30rem;
    min-height: 30rem;
  }
}
.news__video_main-container .anchor_txt {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6rem;
  font-weight: 600;
}
.news__video_main-container .meta_tag {
  background-color: #ee3d43;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.news__video_main-container .meta_tag .dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
}
.news__video_main-container .meta_tag p.cat-red {
  color: #fff;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.news__video_main-container .uploaded p.time {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: capitalize;
}
.news__video_main-container h1.story_title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .news__video_main-container h1.story_title {
    font-size: 1.5rem;
    width: 70%;
  }
}

.content_nav {
  position: relative;
  margin: 4rem auto 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 900px) {
  .content_nav {
    margin: 2rem auto 0;
  }
}
.content_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ebeced;
}
@media (min-width: 900px) {
  .content_nav__list {
    gap: 4rem;
  }
}
.content_nav__list::-webkit-scrollbar {
  display: none;
}
.content_nav__list-item {
  white-space: nowrap;
  font-family: inherit;
  color: #303030;
  font-size: 0.675rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content_nav__list-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.125rem 0.125rem 0 0;
  background-color: #0864b1;
  position: absolute;
  bottom: -0.56rem;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.content_nav__list-item.nfm::after {
  background-color: #e0921f;
  bottom: -0.5rem;
}
.content_nav__list-item:hover {
  color: #0864b1;
}
.content_nav__list-item.nfm:hover {
  color: #e0921f;
}
.content_nav__list-item:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.content_nav__list-item--active {
  color: #0864b1;
}
.content_nav__list-item--active.nfm {
  color: #e0921f;
}
.content_nav__list-item--active.nfm::after {
  background-color: #e0921f;
  bottom: -0.5rem;
}
.content_nav__list-item--active::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.125rem 0.125rem 0 0;
  background-color: #0864b1;
  position: absolute;
  bottom: -0.67rem;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.more_CTA {
  width: 100%;
  padding: 1rem 2rem;
  margin: 2rem auto;
  color: #0864b1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ebeced;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .more_CTA {
    margin: 3rem auto;
  }
}
.more_CTA:hover {
  border: 1px solid rgba(8, 100, 177, 0.3);
}

.programme_slider {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .programme_slider {
    margin-top: 4rem;
  }
}

.title-header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.in-house_ad-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  height: auto;
  margin: 1rem auto 2rem;
}
@media screen and (min-width: 768px) {
  .in-house_ad-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 2rem auto 4rem;
  }
}
@media screen and (min-width: 380px) and (max-width: 768px) {
  .in-house_ad-3 {
    display: none;
  }
}
.in-house_ad-3 .ad_slot--3 {
  width: 100%;
  height: 12.5rem;
  background-color: #e4e7ec;
  border-radius: 0.25rem;
  overflow: hidden;
}
.in-house_ad-3 .ad_slot--3 a,
.in-house_ad-3 .ad_slot--3 picture {
  width: 100%;
  height: 100%;
}
.in-house_ad-3 .ad_slot--3 a picture source,
.in-house_ad-3 .ad_slot--3 a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .in-house_ad-3 .ad_slot--3 {
    height: 10rem;
    max-width: 33%;
  }
}
@media screen and (min-width: 1100px) {
  .in-house_ad-3 .ad_slot--3 {
    height: 15.625rem;
    max-width: 33%;
  }
}

.cards_prog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  border-radius: 0.25rem !important;
  padding: 1rem;
  width: 100%;
  max-width: 20rem;
  min-height: 15rem;
}
.cards_prog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 0.25rem;
  background: #f6f8fb;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(66%, rgba(237, 255, 128, 0)),
    to(black)
  );
  background: linear-gradient(180deg, rgba(237, 255, 128, 0) 66%, black 100%);
}
.cards_prog__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cards_prog__badge {
  position: absolute;
  top: 1rem;
  left: -0.5rem;
  padding: 0.5rem 1rem;
  background-color: #ee3d43;
  color: white;
  font-size: 0.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0.125rem;
}
.cards_prog__cont {
  z-index: 2;
}
.cards_prog__cont time {
  font-size: 0.75rem;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 0.25rem;
}
.cards_prog__cont h2.card_title-overlay {
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 1rem;
}
.cards_prog__cont .card_CTA span.txt {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.programme .user_prompt {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-1%);
  transform: translateY(-1%);
  background-color: #fff;
  z-index: 4;
  padding-left: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .programme .user_prompt {
    right: 0;
    padding-left: 2rem;
  }
}
.programme .user_prompt svg {
  width: 1.25rem;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-animation: forward 1.5s ease-in-out infinite;
  animation: forward 1.5s ease-in-out infinite;
}
@keyframes forward {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.hero_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 60em) {
  .hero_feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 4rem;
  }
}
.hero_feature .swiper_news {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hero_feature .swiper_news .meta_tag {
  background-color: #46a465;
}
@media screen and (min-width: 60em) {
  .hero_feature .swiper_news {
    width: 67%;
    max-width: 67%;
    overflow: hidden;
  }
}
.hero_feature .swiper_news .slider_navs {
  position: absolute;
  right: 1rem;
  bottom: 2rem !important;
}

.feat_sec h4.title {
  margin-bottom: 1rem;
}

.single_feature + .single_feature {
  margin-top: 0.5rem;
}

.editors_picks {
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .editors_picks {
    margin: 4rem auto;
  }
}
.editors_picks__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ovrly_wBG {
  width: 100%;
  padding: 1rem 1rem 5rem;
  height: auto;
  min-height: 300px;
  position: relative;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .ovrly_wBG {
    width: calc((100% - 1rem) / 2);
  }
  .ovrly_wBG a.overlays_CTA {
    padding: 1rem;
  }
  .ovrly_wBG a.overlays_CTA::after {
    -webkit-transform: scale(0.4, 1);
    transform: scale(0.4, 1);
  }
  .ovrly_wBG:hover .overlays_CTA::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .ovrly_wBG:hover .overlays_CTA span:last-of-type {
    opacity: 1;
  }
}
.ovrly_wBG__cat {
  color: #fff;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.ovrly_wBG__h2 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.ovrly_wBG__uploaded {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.ovrly_wBG__uploaded .line_xs {
  max-height: 1px;
}

.input-bar_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: none;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .input-bar_wrapper {
    height: 20rem;
  }
}
.input-bar_wrapper__title {
  font-size: 1rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #262d3d;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .input-bar_wrapper__title {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
.input-bar_wrapper__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.flashing-cursor {
  transform: translateX(1.5rem);
  font-size: 14px;
  animation: cursor 1s infinite;
}

@keyframes cursor {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.input-bar_wrapper__input--search {
  background-color: #eff6ff;
  padding: 1rem 3rem 1rem 1.25rem;
  width: 100%;
  height: 3.125rem;
  border-radius: 5rem;
  border: 2px solid transparent;
  outline: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.input-bar_wrapper__input--search::placeholder {
  color: #aaa;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .input-bar_wrapper__input--search {
    width: 40rem;
    margin-left: 0 auto;
  }
}
.input-bar_wrapper__input--search:focus {
  outline: 6px solid #eff6ff;
  background-color: transparent;
}
.input-bar_wrapper__input button.search_submit {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0864b1;
  border-radius: 50%;
  margin-left: calc(-2.5rem - 0.3125rem);
}
.input-bar_wrapper__input button.search_submit:hover {
  background-color: #075392;
}
.input-bar_wrapper__input button.search_submit span {
  color: #fff;
  padding: 0.6rem;
}

input:invalid ~ span:after {
  content: "✖";
  padding-left: 5px;
  position: absolute;
}

input:valid ~ span:after {
  content: "✓";
  padding-left: 5px;
  position: absolute;
}

.search__results {
  width: 100%;
  max-width: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .search__results {
    margin: 2rem auto;
  }
}

input#email-input {
  color: #475467;
}

.search__results-count {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.search__results-query {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.search__results-content {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .input-bar_wrapper__input {
    width: 100%;
  }

  .search__results-content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .search__results-content > a {
    width: calc((100% - 2rem) / 2);
  }
}

.video_results,
.audio_results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
}

.video_results:hover .video_results__img img,
.audio_results:hover .audio_results__img img {
  transform: scale(1.1);
}

.video_results__img,
.audio_results__img {
  position: relative;
  width: 40%;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.video_results__img::after,
.audio_results__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000068;
}

@media screen and (min-width: 550px) {
  .video_results__img,
  .audio_results__img {
    height: 120px;
  }
}

.video_results__content,
.audio_results__content {
  flex: 1;
}
.video_results__content h4.search_title,
.audio_results__content h4.search_title {
  color: #262d3d;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .video_results__content h4.search_title,
  .audio_results__content h4.search_title {
    font-size: 1rem;
  }

  .video_results,
  .audio_results {
    gap: 1rem;
  }
}
.video_results__content span.search_cat,
.audio_results__content span.search_cat {
  color: #262d3d;
  font-size: 0.75rem;
  font-weight: 600;
}
.video_results__content .uploaded,
.audio_results__content .uploaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  color: #757575;
  font-size: 0.75rem;
  font-weight: 400;
  padding-top: 1rem;
}

img.search_results__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

svg.search_results__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.search_description > p {
  font-size: 0.75rem;
}

.screen-reader-text {
  font-size: 0;
}

.nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
}

.nav-links::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-previous,
.nav-next {
  color: #1b1b1b;
  background-color: #f4f4f4;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-previous:hover,
.nav-next:hover {
  color: #f4f4f4;
  background-color: #0864b1;
}

a.block:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.desktop_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .desktop_mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    width: 100%;
    height: 100vh;
  }
}
.desktop_mobile .logo-ribbon {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
}
.desktop_mobile__h1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
  text-align: center;
  color: #262d3d;
}
@media screen and (min-width: 768px) {
  .desktop_mobile__h1 {
    font-size: 2.5rem;
  }
}
.desktop_mobile__p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
  color: #667085;
}
.desktop_mobile__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .desktop_mobile__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 14rem;
  }
}
.desktop_mobile__links--fill,
.desktop_mobile__links--outline {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100%;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.desktop_mobile__links--fill {
  background-color: #0864b1;
  color: #fff;
  border: 1px solid #0864b1;
}
.desktop_mobile__links--fill:hover {
  background-color: #075392;
  border: 1px solid #075392;
}
.desktop_mobile__links--outline {
  background-color: #fff;
  color: #262d3d;
  border: 1px solid #ebeced;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
}
.desktop_mobile__links--outline:hover {
  border: 1px solid #8d9cbb;
}
.desktop_mobile__links--outline:hover .material-icons-outlined {
  -webkit-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}
.desktop_mobile__links--outline .material-icons-outlined {
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .mobile_only {
    display: none;
  }
}

.component_link + .component_link {
  margin-top: 3rem;
}

.component_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.component_link svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
}
.component_link__h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #262d3d;
}
.component_link__p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
  color: #667085;
}
.component_link__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex__start;
  -ms-flex-pack: flex__start;
  justify-content: flex__start;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0864b1;
  text-transform: capitalize;
}
.component_link__a span.material-icons-outlined {
  font-size: 1.2rem;
}

.t-n-cs,
.privacy-policy,
.blog-rules,
.faqs {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .t-n-cs,
  .privacy-policy,
  .blog-rules,
  .faqs {
    max-width: 40em;
  }
}
.t-n-cs .flow *,
.privacy-policy .flow *,
.blog-rules .flow *,
.faqs .flow * {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .t-n-cs .flow *,
  .privacy-policy .flow *,
  .blog-rules .flow *,
  .faqs .flow * {
    margin-bottom: 2rem;
  }
}
.t-n-cs h1,
.t-n-cs h2,
.privacy-policy h1,
.privacy-policy h2,
.blog-rules h1,
.blog-rules h2,
.faqs h1,
.faqs h2 {
  text-shadow: none;
  color: #262d3d;
}
.t-n-cs h1,
.privacy-policy h1,
.blog-rules h1,
.faqs h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 40em) {
  .t-n-cs h1,
  .privacy-policy h1,
  .blog-rules h1,
  .faqs h1 {
    font-size: 2.5rem;
  }
}
.t-n-cs h2,
.privacy-policy h2,
.blog-rules h2,
.faqs h2 {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 600;
}
@media screen and (min-width: 40em) {
  .t-n-cs h2,
  .privacy-policy h2,
  .blog-rules h2,
  .faqs h2 {
    font-size: 1.5rem;
  }
}
.t-n-cs p,
.t-n-cs span,
.privacy-policy p,
.privacy-policy span,
.blog-rules p,
.blog-rules span,
.faqs p,
.faqs span {
  color: #667085;
}
.t-n-cs p,
.t-n-cs li,
.privacy-policy p,
.privacy-policy li,
.blog-rules p,
.blog-rules li,
.faqs p,
.faqs li {
  line-height: 1.8;
}
.t-n-cs ol,
.privacy-policy ol,
.blog-rules ol,
.faqs ol {
  padding-left: 2rem;
}
.t-n-cs ol li,
.privacy-policy ol li,
.blog-rules ol li,
.faqs ol li {
  list-style: decimal;
  list-style-position: outside;
  color: #667085;
}
.t-n-cs a,
.privacy-policy a,
.blog-rules a,
.faqs a {
  color: #667085;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.t-n-cs a:hover,
.privacy-policy a:hover,
.blog-rules a:hover,
.faqs a:hover {
  color: #262d3d;
}
.t-n-cs .mail *,
.privacy-policy .mail *,
.blog-rules .mail *,
.faqs .mail * {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 40em) {
  .t-n-cs .mail *,
  .privacy-policy .mail *,
  .blog-rules .mail *,
  .faqs .mail * {
    margin-bottom: 1rem;
  }
}
.t-n-cs .notice,
.privacy-policy .notice,
.blog-rules .notice,
.faqs .notice {
  position: relative;
}
.t-n-cs .notice:before,
.privacy-policy .notice:before,
.blog-rules .notice:before,
.faqs .notice:before {
  content: "⚠️";
  position: absolute;
  top: 0;
  left: -1.5rem;
}

.faq-item {
  padding-left: 1rem;
}
.faq-item__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  color: #262d3d;
}
.faq-item__title2 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1;
  color: #262d3d;
}
.faq-item__text {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary {
  list-style-type: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

details summary::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.5rem solid #e0921f;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  details summary::before {
    left: -1rem;
  }
}

details[open] > summary::before {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.login {
  cursor: pointer;
}
.login:hover {
  color: #e0921f;
}

.login-pg,
.register-pg {
  background-color: #eff6ff;
  padding-bottom: 2rem;
  display: none;
  position: fixed;
  z-index: 105;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Fallback color */
  background-color: #eff6ff;
}
@media screen and (min-width: 48em) {
  .login-pg,
  .register-pg {
    padding-bottom: 4rem;
  }
}

.register-pg {
  display: block;
  position: relative;
}

.login-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
@media screen and (min-width: 48em) {
  .login-modal {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 0 !important;
  }
}
.login-modal .trigger_close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 2rem;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  padding: 0 0.5rem;
  height: 2.4rem;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
@media screen and (min-width: 48em) {
  .login-modal .trigger_close {
    right: 0;
  }
}
.login-modal .trigger_close:hover {
  background-color: #ee3d43;
}

.graphic-BG,
.login-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.login-form {
  background-color: #fff;
}
.login-form .login-fm {
  max-width: 400px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media screen and (min-width: 48em) {
  .login-form .login-fm {
    padding: 4rem 0;
  }
}
.login-form__title {
  font-size: 1.5rem;
  color: #262d3d;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .login-form__title {
    font-size: 2rem;
  }
}
.login-form__text {
  font-size: 0.875rem;
  color: #667085;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.login-form__CTA {
  background-color: #fff;
  padding: 1rem 2rem;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 0.25rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
}
.login-form__CTA:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.35) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.35) 0px 0px 0px 1px;
}
.login-form__CTA span {
  font-size: 0.875rem;
  font-weight: 700;
  color: #262d3d;
}
.login-form .email-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin: 2rem 0;
}
.login-form .email-intro__line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #e4e7ec;
}
.login-form .email-intro__text {
  font-size: 0.875rem;
}
.login-form .email-field,
.login-form .password-field,
.login-form .name-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.login-form .email-field label,
.login-form .password-field label,
.login-form .name-field label {
  font-size: 0.875rem;
  color: #475467;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.login-form .email-field input,
.login-form .password-field input,
.login-form .name-field input {
  font-size: 0.875rem;
  color: #475467;
  border: 1px solid #e4e7ec;
  border-radius: 0.25rem;
  padding: 1rem 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login-form .email-field input:focus,
.login-form .password-field input:focus,
.login-form .name-field input:focus {
  border-color: #475467;
  outline: none;
}
.login-form .email-field input::-webkit-input-placeholder,
.login-form .password-field input::-webkit-input-placeholder,
.login-form .name-field input::-webkit-input-placeholder {
  color: #aaa;
}
.login-form .email-field input::-moz-placeholder,
.login-form .password-field input::-moz-placeholder,
.login-form .name-field input::-moz-placeholder {
  color: #aaa;
}
.login-form .email-field input:-ms-input-placeholder,
.login-form .password-field input:-ms-input-placeholder,
.login-form .name-field input:-ms-input-placeholder {
  color: #aaa;
}
.login-form .email-field input::-ms-input-placeholder,
.login-form .password-field input::-ms-input-placeholder,
.login-form .name-field input::-ms-input-placeholder {
  color: #aaa;
}
.login-form .email-field input::placeholder,
.login-form .password-field input::placeholder,
.login-form .name-field input::placeholder {
  color: #aaa;
}
.login-form input[type="checkbox"],
.login-form .checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #475467;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #475467;
  border-radius: 0.15em;
  -webkit-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.login-form input[type="checkbox"]::before,
.login-form .checkbox::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #0864b1;
  box-shadow: inset 1em 1em #0864b1;
}
.login-form input[type="checkbox"]:checked::before,
.login-form .checkbox:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.login-form .email-field,
.login-form .name-field {
  margin-bottom: 1rem;
}
.login-form .password-field {
  margin-bottom: 0.5rem;
}
.login-form .password-field p {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #667085;
}
.login-form .login-btn {
  width: 100%;
  margin: 2rem 0 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1rem;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.login-form .secondary-A {
  font-size: 0.75rem;
  color: #667085;
}
.login-form .secondary-A a {
  color: #0864b1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-form .secondary-A a:hover {
  text-decoration: underline;
}
.login-form .secondary-B {
  font-size: 0.75rem;
  color: #667085;
  margin-bottom: 3rem;
}
.login-form .secondary-B a {
  color: #0864b1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-form .secondary-B a:hover {
  text-decoration: underline;
}
.login-form .arr_copyright {
  font-size: 0.75rem;
  color: #aaa;
}

.graphic-BG {
  display: none;
  background-color: #0864b1;
}
@media screen and (min-width: 48em) {
  .graphic-BG {
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-image: url("../login-BG.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: auto;
  }
  .graphic-BG .shot {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    width: 60%;
    margin: 0 auto;
  }
}

.forgot-pw,
.check-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 48em) {
  .forgot-pw,
  .check-email {
    width: 25rem;
  }
}
.forgot-pw h1,
.check-email h1 {
  font-size: 1.5rem;
  color: #262d3d;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  .forgot-pw h1,
  .check-email h1 {
    font-size: 1.8rem;
  }
}
.forgot-pw p,
.check-email p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #667085;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}
.forgot-pw .email-input,
.check-email .email-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.forgot-pw .email-input label,
.check-email .email-input label {
  font-size: 0.875rem;
  color: #475467;
  font-weight: 600;
  margin-bottom: 0.5rem;
  width: 100%;
}
.forgot-pw .email-input input,
.check-email .email-input input {
  font-size: 0.875rem;
  color: #475467;
  border: 1px solid #e4e7ec;
  border-radius: 0.25rem;
  padding: 1rem 1rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 48em) {
  .forgot-pw .email-input input,
  .check-email .email-input input {
    width: 24rem;
  }
}
.forgot-pw .email-input input:focus,
.check-email .email-input input:focus {
  border-color: #475467;
  outline: none;
}
.forgot-pw .email-input input::-webkit-input-placeholder,
.check-email .email-input input::-webkit-input-placeholder {
  color: #aaa;
}
.forgot-pw .email-input input::-moz-placeholder,
.check-email .email-input input::-moz-placeholder {
  color: #aaa;
}
.forgot-pw .email-input input:-ms-input-placeholder,
.check-email .email-input input:-ms-input-placeholder {
  color: #aaa;
}
.forgot-pw .email-input input::-ms-input-placeholder,
.check-email .email-input input::-ms-input-placeholder {
  color: #aaa;
}
.forgot-pw .email-input input::placeholder,
.check-email .email-input input::placeholder {
  color: #aaa;
}
.forgot-pw form,
.check-email form {
  width: 100%;
}

.reset-password {
  width: 100%;
  margin: 1rem 0;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1rem;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.to-history {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #667085;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.to-history span.material-icons-outlined {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.to-history:hover {
  color: #262d3d;
  cursor: pointer;
}
.to-history:hover span.material-icons-outlined {
  -webkit-transform: translateX(-0.25rem);
  transform: translateX(-0.25rem);
}

.open-mail {
  width: 100%;
  margin: 1rem 0;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1rem;
}

.resend {
  color: #0864b1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resend:hover {
  text-decoration: underline;
}

.pass-one {
  margin-bottom: 1rem;
}
.pass-one__char {
  font-size: 0.75rem;
  text-align: left !important;
  margin-top: 0.5rem;
}

.pass-one,
.pass-repeat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pass-one label,
.pass-repeat label {
  font-size: 0.875rem;
  color: #475467;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.pass-one input,
.pass-repeat input {
  font-size: 0.875rem;
  color: #475467;
  border: 1px solid #e4e7ec;
  border-radius: 0.25rem;
  padding: 1rem 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pass-one input:focus,
.pass-repeat input:focus {
  border-color: #475467;
  outline: none;
}
.pass-one input::-webkit-input-placeholder,
.pass-repeat input::-webkit-input-placeholder {
  color: #aaa;
}
.pass-one input::-moz-placeholder,
.pass-repeat input::-moz-placeholder {
  color: #aaa;
}
.pass-one input:-ms-input-placeholder,
.pass-repeat input:-ms-input-placeholder {
  color: #aaa;
}
.pass-one input::-ms-input-placeholder,
.pass-repeat input::-ms-input-placeholder {
  color: #aaa;
}
.pass-one input::placeholder,
.pass-repeat input::placeholder {
  color: #aaa;
}

/* KB Widget Start */
.kb__movies {
  width: 60%;
  padding-top: 1.5rem;
}
@media screen and (min-width: 998px) {
}

.section_title {
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e4e7ec;
}
@media screen and (min-width: 768px) {
  .section_title {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.section_title--h4 {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  color: #303030;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section_title--h4 {
    font-size: 0.75rem;
  }
}
.section_title--more_links span {
  color: #303030;
}
.section_title--more_links .material-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.container_fluid2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .container_fluid2 {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 80rem;
  }
}

.flex__bet--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget_wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widget_wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 80rem;
    gap: 1rem;
  }
}

.kb-widget-section {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .kb-widget-section {
    margin-top: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.kb__events {
  width: 100%;
  height: auto;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .kb__events {
    width: 40%;
    max-width: 40%;
    padding: 1.5rem;
  }
}
.kb__events__single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
}
.kb__events--img {
  width: 9rem;
  min-width: 9rem;
  height: 11.875rem;
  margin-bottom: 1rem;
  background-image: url(https://picsum.photos/600/400);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.25rem;
}
.kb__events--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kb__events--content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.kb__events--content .meta span {
  background: #ffe7cb;
  width: 1rem;
  height: 1rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.kb__events--content .meta span svg {
  width: 0.6rem;
  height: auto;
  stroke: #e0871f;
}
.kb__events--content .meta p {
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 110%;
  text-transform: capitalize;
  color: #323232;
}
.kb__events--content .date-loc {
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 110%;
  text-transform: capitalize;
  color: #757575;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.25rem;
}
.kb__events--content .date-loc span {
  display: none;
}
@media screen and (min-width: 998px) {
  .kb__events--content .date-loc {
    font-size: 0.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kb__events--content .date-loc span {
    display: block;
  }
}

.kb__events--content .evt-title {
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 110%;
  text-transform: capitalize;
  color: #262d3d;
  margin-bottom: 1rem;
}
.kb__events--content .events-CTA {
  display: inline-block;
  padding: 0.75rem 1rem;
  color: #fff;
  background-color: #f68920;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .kb__events--content .events-CTA {
    padding: 1rem 2rem;
  }
}
.kb__events--content .events-CTA:hover {
  background-color: #cf7119;
}

.kb-single-widget {
  width: 100%;

  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .kb-single-widget {
    width: 50%;
    max-width: 21.45rem;
    margin-bottom: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 950px) {
  .kb-single-widget {
    width: calc((100% - 3rem) / 4);
    margin-bottom: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.kb-single-widget__img {
  width: 6.625rem;
  min-width: 6.625rem;
  height: 5rem;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media screen and (min-width: 768px) {
  .kb-single-widget__img {
    width: 6.625rem;
    min-width: 6.625rem;
    height: 10rem;
  }
}
@media screen and (min-width: 950px) {
  .kb-single-widget__img {
    width: 100%;
    height: 15rem;
  }
}
.kb-single-widget__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.kb-single-widget__img img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.kb-single-widget__content {
  padding: 0.25rem;
}
@media screen and (min-width: 768px) {
  .kb-single-widget__content {
    padding: 0 0.5rem;
  }
}
.kb-single-widget__content--genre {
  font-size: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #667085;
}
.kb-single-widget__content--genre p + p {
  margin-left: 0.5rem;
  position: relative;
}
.kb-single-widget__content--genre p + p::after {
  content: "|";
  position: absolute;
  top: 0;
  left: -0.35rem;
}
.kb-single-widget__content--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #667085;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1rem 0 0.5rem;
}
.kb-single-widget__content--meta .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.kb-single-widget__content--meta .rating img {
  width: 2rem;
  height: auto;
}
.kb-single-widget__content--meta .rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
}
.kb-single-widget__content--meta .rating .stars svg {
  width: 1rem;
}
.kb-single-widget__content--meta .rating .stars span {
  font-size: 0.6rem;
}
.kb-single-widget__content--meta .duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
}
.kb-single-widget__content--meta .duration svg {
  width: 1rem !important;
}
.kb-single-widget__content--meta .duration span {
  font-size: 0.6rem;
}
.kb-single-widget__content--movie-title {
  font-size: 0.6rem;
  color: #262d3d;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .kb-single-widget__content--movie-title {
    font-size: 0.75rem;
    height: 2rem !important;
  }
}
.kb-single-widget__content--movie-title a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kb-single-widget__content--movie-title:hover a {
  color: #667085;
}
.kb-single-widget__content--CTA {
  display: inline-block;
  padding: 0.75rem 1rem;
  color: #fff;
  background-color: #8a0000;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .kb-single-widget__content--CTA {
    padding: 1rem 2rem;
  }
}
.kb-single-widget__content--CTA:hover {
  background-color: #6a0101;
}
.kb-single-widget__content .events-CTA {
  background-color: #f68920;
}
.kb-single-widget__content .events-CTA:hover {
  background-color: #cf7119;
}
/* KB Widget End */

/* 
** Countdown Styles Start 
*/
.countdown_wrap {
  background-image: url(../images/decision-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  margin-bottom: 2rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .countdown_wrap {
    flex-direction: row;
  }
}
.countdown_wrap .headline {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  margin: 0 0 1rem;
  z-index: 2;
}
.countdown_wrap img.countdown_title-IMG {
  max-height: 5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .countdown_wrap img.countdown_title-IMG {
    max-height: 6rem;
    margin: 0 3rem 0 0;
  }
}
@media screen and (min-width: 998px) {
  .countdown_wrap img.countdown_title-IMG {
    max-height: 8rem;
    margin: 0 4rem 0 0;
  }
}
.countdown_wrap ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.countdown_wrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(2px); */
  z-index: 2;
}

.countdown_wrap li.list-diff {
  background-color: rgba(197, 3, 3, 0.9);
}
li .nums {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0.25rem;
}
li .nums.focal {
  font-weight: 700;
}
li .context {
  font-size: 0.65rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.countdown_wrap svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 998px) {
  .countdown_wrap {
    margin-bottom: 4rem;
    padding: 4rem;
  }
  .countdown_wrap .headline {
    font-size: 3rem;
    letter-spacing: 0.02em;
    margin: 0 0 2rem;
  }
  .countdown_wrap ul {
    gap: 1rem;
  }
  .countdown_wrap li {
    padding: 2rem;
    width: 8rem;
    height: 8rem;
    border-radius: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
  }
  li .nums {
    font-size: 3rem;
  }

  li .context {
    font-size: 0.75rem;
  }
}

/* Countdown Styles End */

/* 
** Pagination styles start 
*/
nav.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  background-color: #f3f3f3;
  width: auto;
  max-width: 27rem;
  border-radius: 0.5rem;
}

button.previous-page,
button.next-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.125rem;
  cursor: pointer;
  width: auto;
  height: 1.75rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #475467;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

button.previous-page:hover button > svg {
  transform: translateX(-0.25rem);
}
button.next-page:hover button > svg {
  transform: translateX(0.25rem);
}

button svg,
button span {
  display: block;
}

button svg {
  width: 1rem;
}

button span {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

nav.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Added span styling to accomodate active status since a tag get's stripped */
li.pagination-links a,
li.pagination-links span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #475467;
  line-height: 1;
  padding: 0.5rem;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
}

li.pagination-links.active {
  background-color: #0864b1;
  color: #f6f8fb;
  border: 1px solid #0864b1;
}

li.pagination-links a[aria-current="true"] {
  background-color: #0864b1;
  color: #f6f8fb;
  border: 1px solid #0864b1;
}

li.pagination-links .current {
  background-color: #0864b1;
  color: #f6f8fb;
  border: 1px solid #0864b1;
}

.current {
  background-color: #0864b1;
  color: #f6f8fb;
  border: 1px solid #0864b1;
}

@media screen and (min-width: 768px) {
  nav.pagination {
    margin: 2rem auto 4rem;
    padding: 2rem;
  }
}

.pagination-links .prev,
.pagination-links .next {
  width: auto !important;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  background-color: #fff;
  color: #475467;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.125rem;
}

.pagination-links .prev svg,
.pagination-links .next svg {
  width: 1rem;
  transition: all 0.3s ease-in-out;
}
.animate-prev {
  transform: translateX(-0.25rem);
}
.animate-next {
  transform: translateX(0.25rem);
}
/* Pagination styles end */

/* Podcasts user flow styles start */
.channels-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.channels-header .channels-title {
  font-weight: bold;
  color: #262d3d;
  text-shadow: none;
}
.channels-header .flex-line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #e1e1e1;
}

.channels-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 500px) {
  .channels-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.channels-wrapper .single-channel-link {
  display: block !important;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .channels-wrapper .single-channel-link {
    width: calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2) !important;
  }
}
@media screen and (min-width: 880px) {
  .channels-wrapper .single-channel-link {
    width: calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3) !important;
  }
}
@media screen and (min-width: 1080px) {
  .channels-wrapper .single-channel-link {
    width: calc((100% - 3rem) / 4);
    max-width: calc((100% - 3rem) / 4) !important;
  }
}
.channels-wrapper .single-channel-link:hover .single-channel__img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.channels-wrapper .single-channel-link:hover .single-channel__more p {
  color: #e0921f;
}
.channels-wrapper .single-channel-link:hover .single-channel__more svg {
  color: #e0921f;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.channels-wrapper .single-channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}
.channels-wrapper .single-channel__img {
  height: 10rem;
  background-image: url(../assets/alex-knight-5FCE7xTc5uo-unsplash-min.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #475467;
  background-blend-mode: multiply;
  border-radius: 0.5rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.channels-wrapper .single-channel__img .total-episodes {
  font-size: 0.675rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  text-transform: capitalize;
}
.channels-wrapper .single-channel__img h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
}
.channels-wrapper .single-channel__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
  color: #475467;
}
.channels-wrapper .single-channel__more p {
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.channels-wrapper .single-channel__more svg {
  width: 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pods-category-section {
  background-color: #eaeaea;
  margin: 2rem 0;
  padding: 2rem 0 !important;
}
@media screen and (min-width: 768px) {
  .pods-category-section {
    margin: 4rem 0;
    padding: 4rem 0 !important;
  }
}
.pods-category-section .h4-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #262d3d;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.pods-category-section .cats-pod-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.pods-category-section .cats-single-category {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  position: relative;
  height: 6rem;
  display: block !important;
  width: 100%;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pods-category-section .cats-single-category:hover {
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}
.pods-category-section .cats-single-category article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 450px) {
  .pods-category-section .cats-single-category {
    width: calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2) !important;
    height: 8rem;
  }
}
@media screen and (min-width: 880px) {
  .pods-category-section .cats-single-category {
    width: calc((100% - 3rem) / 4);
    max-width: calc((100% - 3rem) / 4) !important;
  }
}
@media screen and (min-width: 1080px) {
  .pods-category-section .cats-single-category {
    width: calc((100% - 4rem) / 5);
    max-width: calc((100% - 4rem) / 5) !important;
  }
}
.pods-category-section .cats-single-category .cat-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #262d3d;
  text-transform: uppercase;
  margin-top: auto;
}
.pods-category-section .cats-single-category .cat-CTA {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  width: 1.5rem;
  height: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  fill: #e0921f;
}

.episodes-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 650px) {
  .episodes-wapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.episodes-wapper .episode-single {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 650px) {
  .episodes-wapper .episode-single {
    width: calc((100% - 1rem) / 2) !important;
    max-width: calc((100% - 1rem) / 2) !important;
  }
}
@media screen and (min-width: 1080px) {
  .episodes-wapper .episode-single {
    width: calc((100% - 2rem) / 3) !important;
    max-width: calc((100% - 2rem) / 3) !important;
  }
}
/* Podcasts user flow styles end */
/* Seach Modal Start */
#search-box {
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}

#search-box .container {
  display: table;
  width: 100%;
  height: 100%;
}

#search-box .container .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

#search-box .container .close:hover {
  opacity: 1;
}

#search-box .container .close::before,
#search-box .container .close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: white;
}

#search-box .container .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#search-box .container .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#search-box .container .search-main {
  display: table-cell;
  vertical-align: middle;
}

#search-box .container .search-main .search-inner {
  width: 80%;
  margin: 0 auto;
}

#search-box .container .search-main form {
  position: relative;
}

#search-box .container .search-main input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5rem 2.5rem 0.5rem 0;
  font-size: 2rem;
  height: 3rem;
  border-bottom: 2px solid white;
  display: block;
  color: white;
  margin-bottom: 0;
  width: 100%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
}

#search-box .container .search-main input:focus {
  outline: none;
}

@media (min-width: 768px) {
  input-bar_wrapper__title #search-box .container .search-main input {
    font-size: 4rem;
    padding: 0.75rem 4.5rem 0.75rem 0;
    height: 5rem;
  }
}

input-bar_wrapper__title#search-box .container .search-main .search-info {
  display: block;
  color: white;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.input-bar_wrapper__query {
  font-size: 16px;
  font-weight: 600;
  color: #262d3d;
}
.input-bar_wrapper__p {
  margin-bottom: 2rem;
  text-align: center;
}

#search-box.-open {
  background: rgba(0, 0, 0, 0.8);
  visibility: visible;
  -webkit-animation: fadein 0.8s;
  animation: fadein 0.8s;
}

#search-box.-open .container .search-main input {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Seach Modal End */

/* Seach Modal End */
.no-results.not-found {
  height: 40vh;
}
/* Seach Modal End */

/* 
** NFM Changes Starts
*/
.nfm_header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nfm_header-link svg {
  height: auto;
  width: auto;
}

.nfm_header-link #Vector {
  -webkit-animation: transmitting 1.5s infinite;
  animation: transmitting 1.5s infinite;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.nfm_header-link #Vector_3 {
  -webkit-animation: transmitting 1.5s infinite;
  animation: transmitting 1.5s infinite;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

@-webkit-keyframes transmitting {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0, 1, 0);
    transform: scale3d(0, 1, 0);
  }
}
@keyframes transmitting {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0, 1, 0);
    transform: scale3d(0, 1, 0);
  }
}

@-webkit-keyframes fade-out {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.session_wrapper {
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .session_wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 4rem;
  }
}

.session_wrapper .title_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
}

.session_wrapper .title_bar h1,
.news_section h1 {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: none;
  color: #000;
}

.slider_control {
  position: relative;
  min-width: 8rem;
  display: flex;
  align-items: center;
}

.slider_control .swiper-button-next_nfm,
.slider_control .swiper-button-prev_nfm {
  top: unset !important;
  /* width: unset !important; */
  --swiper-navigation-size: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent !important;
}

.slider_control .swiper-button-prev_nfm {
  background-image: url(../icons/arrow-left-dark.svg) !important;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
  width: 2.5rem;
  height: 1rem;
}

.slider_control .swiper-button-next_nfm {
  background-image: url(../icons/arrow-right-dark.svg) !important;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
  width: 2.5rem;
  height: 1rem;
}

.news_section {
  background: #f6f8fb;
  width: 100%;
  min-height: 300px;
  padding: 0 1rem;
}

.news_section__nfm {
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .news_section__nfm {
    padding: 4rem 2rem;
  }
}

.user_prompt.nfm {
  right: 0;
  background: #f6f8fb;
}

.news-items.nfm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.single-article-nfm {
  width: 100%;
  min-height: 20rem;
  background-color: #fff;
  position: relative;
  border-radius: 0 0 0.3rem 0.3rem;
  transition: box-shadow 300ms ease-in-out;
}

.single-article-nfm:hover {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
}

@media (min-width: 768px) {
  .single-article-nfm {
    width: calc((100% - 2rem) / 3);
    min-height: 20rem;
    background-color: #fff;
    border-radius: 0 0 0.3rem 0.3rem;
  }
}

.social_bar2.nfm {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.social_bar2.nfm .social_trigger {
  color: #fff;
  pointer-events: none;
}

.single-article-nfm .img {
  padding: 1rem;
}
.single-article-nfm .content {
  padding: 2rem 1rem;
}

.single-article-nfm .img {
  background-image: url("https://picsum.photos/600/400");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #7e7e7e;
  background-blend-mode: multiply;
  min-height: 16rem;
  height: 16rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: flex-end;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.single-article-nfm .img .category {
  display: inline-block;
  background-color: #e0921f;
  padding: 0.25rem;
  border-radius: 0.2rem;
  color: #fff;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.625rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-right: 1rem;
}

.single-article-nfm .img .dot {
  display: inline-block;
  vertical-align: middle;
  width: 0.25rem;
  height: 0.25rem;
  min-width: 0.25rem;
  min-height: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-1px);
}

.single-article-nfm .img .line {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 0.1rem;
  background-color: #fff;
  transform: translateY(-1px);
}

.single-article-nfm .img .uploaded {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.725rem;
  text-transform: capitalize;
}

.single-article-nfm .content .content__source {
  color: #a9a9a9;
  font-family: inherit;
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
}

.single-article-nfm .content .content__source .source {
  text-transform: uppercase;
  font-size: 0.7rem;
}

.single-article-nfm .content .content__title {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  color: #262d3d;
  margin-top: 0.5rem;
  transition: color 250ms ease-in-out;
}

.single-article-nfm .content .content__title:hover {
  color: #e0921f;
}

.recent_notable.nfm .recent_pods {
  width: 100%;
}
/* 
** NFM Changes Ends
*/

/* 
** VOD-test Starts
*/
.wrapper__test-video {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.test-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0.25rem;
  background-color: #f5f5f5;
}

.test-container .test-title {
  font-size: 1rem;
  font-weight: 600;
  text-shadow: none;
  text-transform: capitalize;
  color: #1b1b1b;
}

.test-container > div:nth-child(2) {
  height: 340px !important;
}

@media (min-width: 768px) {
  .test-container > div:nth-child(2) {
    height: 475px !important;
  }

  .test-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem;
    background-color: #f5f5f5;
  }
}

/* 
** VOD-test Ends
*/

/* 
*PERSONALITIES STARTS
*/
.filter-bar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0 1.5rem 0;
}

.filter-bar h2 {
  font-size: 1.5rem;
  color: #0864b1;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 500px) {
  .filter-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 4rem 0 2.5rem 0;
  }

  .filter-bar h2 {
    font-size: 2rem;
  }
}

.filter-bar .search-wrapper {
  background-color: #ededed;
  position: relative;
  min-height: 2rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.filter-bar .search-wrapper input {
  padding: 1rem 0.5rem 1rem 1rem;
  width: 100%;
  height: 100%;
}

.filter-bar .search-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
  font-size: 14px;
}

.filter-bar .search-wrapper .search-icon {
  position: absolute;
  right: 1.5rem;
  cursor: pointer;
}

.personalities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.single__personalities--wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.single__personalities--wrapper .deco-lines {
  position: absolute;
  z-index: -1;
  left: -0.5rem;
  top: -0.5rem;
  width: auto;
  height: auto;
}

.single__personalities--wrapper .single__personalities--card {
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 1.5rem;
  background: #f9f9f9;
  z-index: 2;
}

.single__personalities--card .cover {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  height: 20rem;
  width: 100%;
  border: 1px solid rgb(100 100 111 / 5%);
}

.single__personalities--card .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.single__personalities--card .content {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}

.single__personalities--card .content .names {
  color: #1b1b1b;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: normal;
}

.single__personalities--card .content .role-description {
  color: #8d8d8d;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

@media (min-width: 600px) {
  .single__personalities--wrapper {
    position: relative;
    width: calc((100% - 2rem) / 2);
  }

  .single__personalities--card .cover {
    height: 25rem;
  }
}

@media (min-width: 998px) {
  .single__personalities--wrapper {
    position: relative;
    width: calc((100% - 4rem) / 3);
  }

  .single__personalities--card .cover {
    height: 30rem;
  }
}

.load-more {
  width: 100%;
  margin: 64px 0;
  padding: 64px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  border-radius: 1rem;
}

.load-more button {
  background-color: #0864b1;
  color: #fff;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 0.5em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.load-more button:hover {
  background-color: #075392;
}

/* 
*PERSONALITIES ENDS
*/

/* 
*PERSONALITY (SINGLE) STARTS
*/
.profile__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 4rem 0;
}

.profile__bio-container {
  flex: 1;
}

.profile__bio-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
}

.profile__bio-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.profile__bio-meta .names {
  color: #111;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}

.profile__bio-meta .role__description-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 1rem;
}

.profile__bio-meta .role__description {
  color: #8d8d8d;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.profile__bio-image {
  min-width: 18.75rem;
  max-width: 23.75rem;
  height: 22.5rem;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  overflow: hidden;
}

.profile__bio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile__bio-wrap .socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials__bg {
  background-color: #e1f1ff;
  display: inline-grid;
  place-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  transition: all 300ms ease-in-out;
}

.socials__bg:hover {
  background-color: #b4ddff;
}

.socials__bg:last-child {
  margin-right: 0;
}

.profile__bio-info .bio-title {
  display: block;
  color: #111;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.profile__bio-info .bio-story {
  display: none;
  line-height: 1.5;
  width: 100%;
}

.profile__bio-info .bio-story p {
  margin-bottom: 1.5rem;
}

.profile__bio-info .bio-story p:last-child {
  margin-bottom: 0;
}

.profile__bio-info .bio-cta {
  display: block;
  background-color: #e1f1ff;
  color: #0864b1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  margin-top: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.675rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 150ms ease-in-out;
}

.profile__bio-info .bio-cta:hover {
  background-color: #0864b1;
  color: #e1f1ff;
}

.recent__by-personality-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 4rem 0;
}

.section-title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title-bar h2 {
  color: #1b1b1b;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.recent__by-personality {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.recent__by-personality .cards-single {
  width: 100%;
  min-width: 100%;
}

.recent__by-personality .cards-single__image_instance {
  max-width: 100%;
}

.recent__by-personality .cards-single__content_info {
  padding-left: 1rem;
}

@media (min-width: 600px) {
  .profile__bio-top {
    flex-direction: row;
    gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3rem;
  }

  .profile__bio-wrap {
    gap: 3rem;
  }

  .profile__bio-meta .names {
    font-size: 3rem;
  }

  .profile__bio-meta .role__description {
    font-size: 1rem;
  }

  .profile__bio-image {
    height: 23.75rem;
  }

  .profile__bio-wrap .socials {
    justify-content: flex-start;
  }

  .recent__by-personality .cards-single {
    width: calc((100% - 2rem) / 2);
    min-width: calc((100% - 2rem) / 2);
  }

  .recent__by-personality {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

@media (min-width: 998px) {
  .profile__content-wrapper {
    flex-direction: row;
    gap: 2rem;
    margin: 4rem 0;
  }

  .recent__by-personality .cards-single {
    width: calc((100% - 4rem) / 3);
    min-width: calc((100% - 4rem) / 3);
  }

  .recent__by-personality {
    flex-direction: row;
    gap: 2rem;
  }
}

/* 
*PERSONALITY ENDS
*/

.textwidget {
  text-align: center;
}

/* ============================
    DARK UI SHOWS REDESIGN START
============================ */
#live_header,
.dark-ui-BG {
  background: #111111;
}

#shows_header {
  background: transparent;
}

.dark-ui {
  background-color: #111111;
  margin-top: -116px; /*overlays the header in shows*/
}

.dark-ui .hero {
  position: relative;
}

.dark-ui .hero .select_wrapper {
  min-height: 6rem;
  padding-top: 8rem;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  background: transparent;
}
@media (min-width: 1080px) {
  .dark-ui .hero .select_wrapper {
    padding-top: 12rem;
  }
}

.dark-ui__section {
  width: 100%;
  height: auto;
  padding: 24px 0;
}

.dark-ui__section-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2rem;
  color: #f5f5f5;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .dark-ui__section {
    width: 100%;
    height: auto;
    padding: 75px 0;
  }
  .dark-ui__section-title {
    font-weight: 700;
    font-size: 2rem;
  }
}

/*
** Shows Hero Styles
*/
.shows-dark .container_fluid {
  height: 100%;
}

.hero__video .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__video .background-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.swiper-slide.shows-dark,
.hero__video {
  min-height: 100svh;
  height: 100svh;
  width: 100%;
  opacity: 1 !important;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.swiper-slide.shows-dark::after,
.hero__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 0.7) 100%
  );
  z-index: 1;
}

.swiper-slide.shows-dark::before,
.hero__video::before {
  content: "";
  height: 10rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
  transform: rotate(180deg);
  z-index: 2;
}

.dark-ui.swiper-button-next {
  background-image: url(../icons/dark-ui-right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: transparent !important;
  width: 3rem !important;
  height: 3rem !important;
}

.dark-ui.swiper-button-prev {
  background-image: url(../icons/dark-ui-left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: transparent !important;
  width: 3rem !important;
  height: 3rem !important;
}

.shows-dark__hero-select {
  position: relative;
}

.shows-dark__hero-select .listing-CTA svg {
  transition: all 200ms ease-in-out;
}

.shows-dark__hero {
  display: flex;
  /* min-height: 100%; */
  min-height: 90svh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}

.shows-dark__hero-select .listing-CTA {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #f5f5f5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(245, 245, 245, 0.25);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 48px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.shows-dark__hero-select .ntv-shows-listing {
  padding: 16px;
  background: rgb(250, 250, 250 / 10%);
  border: 1px solid rgba(245, 245, 245, 0.25);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 12px;

  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;

  opacity: 0;
  transform: translateY(100px);
  transition: 0.3s all ease-in-out;
}

.turn-180 {
  transform: rotate(180deg);
}

.reset-Y {
  opacity: 1 !important;
  transform: translateY(0) !important;
  position: relative;
  z-index: 5;
}

.shows-dark__hero-select .ntv-shows-listing .listing-titles {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #f5f5f5;
  padding: 1rem 0.5rem;
}

.shows-dark__hero-select .ntv-shows-listing .listing-titles a {
  position: relative;
}

.shows-dark__hero-select .ntv-shows-listing .listing-titles a::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #e0871f;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: width 0.2s ease-in-out;
}

.shows-dark__hero-select .ntv-shows-listing .listing-titles a:hover::before {
  width: 100%;
}
@media (min-width: 1080px) {
  .shows-dark__hero-select .ntv-shows-listing {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    width: -moz-fit-content;
    width: fit-content;
  }
  .shows-dark__hero-select .listing-CTA {
    font-size: 12px;
    padding: 16px 32px;
    margin-bottom: 1rem;
  }
}

.slanted-category {
  color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-stroke: 0.5px white;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out 0.25s;
  opacity: 1;
}

.shows-dark__hero-content {
  padding-bottom: 2rem;
}
.shows-dark__hero-content .show-title {
  font-weight: 700;
  font-size: clamp(2rem, 4vw + 1rem, 6rem);
  letter-spacing: -2px;
  line-height: 1;
  color: #f5f5f5;
  text-shadow: none;
  margin: 0.25rem 0 0.5rem 0;
  opacity: 1;
}

.shows-dark__hero-content .show-content {
  max-width: 500px;
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1rem;
  color: #ffffff;
  opacity: 1;
}

.shows-dark__hero-content .cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
}
@media (min-width: 580px) {
  .shows-dark__hero-content .cta-wrapper {
    flex-direction: row;
  }
}

.shows-dark__hero-content .hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  backface-visibility: hidden;
  border: 0.2rem solid transparent;
  border-radius: 3rem;
}
.shows-dark__hero-content .hero-cta:hover {
  transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
}

.hero-cta.primary {
  border-color: transparent;
  background-color: #e0921f;
  color: #612d00;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}
.hero-cta.secondary {
  border-color: #fff;
  background-color: transparent;
  opacity: 0.8;
  /* color: #fff; */
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.shows-dark__hero-content .show-CTA {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  /* transform: translateY(100px); */
  /* opacity: 0; */
  opacity: 1;
  /* transition: all 0.3s ease-in-out 0.3s; */
}

.shows-dark__hero-content .show-CTA .play-icon {
  display: grid;
  place-items: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #e0921fa8;
  border-radius: 50%;
  transition: opacity 0.3s ease-in-out;
}

.shows-dark__hero-content .show-CTA .play-icon svg {
  width: 10px;
  height: 13px;
}

.shows-dark__hero-content .show-CTA .action-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #f5f5f5;
}
.dark-ui .hero .swiper-pagination {
  display: none !important;
}

.swiper-slide.swiper-slide-active .slanted-category,
.swiper-slide.swiper-slide-active .show-title,
.swiper-slide.swiper-slide-active .show-content,
.swiper-slide.swiper-slide-active .show-CTA {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 1080px) {
  .slanted-category {
    font-size: 32px;
    font-style: italic;
  }
  .shows-dark__hero-content .show-title {
    margin: 0.5rem 0 1rem 0;
  }
  .shows-dark__hero-content .show-CTA {
    gap: 1rem;
    margin-top: 2rem;
  }
  .shows-dark__hero-content .show-CTA .play-icon {
    min-width: 4rem;
    min-height: 4rem;
    width: 4rem;
    height: 4rem;
  }
  .shows-dark__hero-content .show-CTA .play-icon svg {
    width: 14px;
    height: 17px;
  }

  .shows-dark__hero-content .show-CTA .action-title {
    font-size: 16px;
  }
  .dark-ui .hero .swiper-pagination {
    display: block !important;
  }
}

.dark-ui__cards-container {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 1rem;
}

.dark-ui__cards-container.slider4 {
  margin-top: 2rem;
  width: 100%;
  height: auto;
}

.link-wrapper {
  display: block;
  width: 100%;
}

.dark-ui__cards {
  width: calc((100% - 3rem) / 4);
  transition: transform 0.2s ease-in-out;
}
.dark-ui__cards:hover {
  transform: scale(1.05);
}

.dark-ui__cards.slider4 {
  width: 100%;
}
.slider4 .swiper-slide {
  max-width: 100%;
}

.dark-ui__cards.trends,
.dark-ui__cards.teasers,
.dark-ui__cards.live-feeds {
  min-width: 100%;
  width: 100%;
}
@media (min-width: 580px) {
  .dark-ui__cards.trends,
  .dark-ui__cards.teasers,
  .dark-ui__cards.live-feeds {
    min-width: calc((100% - 1rem) / 2);
    width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 1080px) {
  .dark-ui__cards.trends,
  .dark-ui__cards.teasers,
  .dark-ui__cards.live-feeds {
    min-width: calc((100% - 2rem) / 3);
    width: calc((100% - 2rem) / 3);
  }
}

@media (min-width: 1280px) {
  .slider4 .swiper-slide {
    max-width: 280px;
  }
}

.dark-ui__cards-img {
  width: 100%;
  height: 14rem;
  border-radius: 1rem;
  background-color: #333333;
  outline: 1px solid #1b1b1b;
  position: relative;
  cursor: pointer;
}

.dark-ui__cards-img.layered .share_cta {
  background-color: #000000;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  cursor: pointer;
}

.dark-ui__cards-img.layered .icons_social {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
}

.dark-ui__cards-img.layered .icons_social-single {
  padding: 0.25rem;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.dark-ui__cards-img.layered .icons_social-single:nth-child(1) {
  transform: translateX(calc(3rem + 3rem + 3rem + 1.5rem));
  transition: transform 0.1s ease-in-out 0.2s;
  z-index: 2;
}
.dark-ui__cards-img.layered .icons_social-single:nth-child(2) {
  transform: translateX(calc(3rem + 3rem + 1rem));
  transition: transform 0.2s ease-in-out 0.2s;
  z-index: 3;
}
.dark-ui__cards-img.layered .icons_social-single:nth-child(3) {
  transform: translateX(calc(3rem + 0.5rem));
  transition: transform 0.3s ease-in-out 0.1s;
  z-index: 2;
}

.icons_social.social-icons-toggle .icons_social-single:nth-child(1),
.icons_social.social-icons-toggle .icons_social-single:nth-child(2),
.icons_social.social-icons-toggle .icons_social-single:nth-child(3) {
  transform: translateX(0);
}

.social-icons-toggle {
  transform: translateX(-3.5rem) !important;
}

.dark-ui__cards-img > .cta svg,
.dark-ui__cards-img > .cta .cta-text {
  z-index: 2;
}

.dark-ui__cards-img > .cta {
  background-color: transparent;
  min-width: 100%;
  height: 100%;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dark-ui__cards-img > .cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 1rem;
  z-index: 1;
  transition: width 0.2s ease-in-out;
}

.dark-ui__cards-img .cta-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: #f5f5f5;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 1080px) {
  .dark-ui__cards-img.layered {
    height: 16rem;
  }

  .dark-ui__cards-img .cta-text {
    opacity: 0;
  }
  .dark-ui__cards-img > .cta:hover .cta-text {
    opacity: 1;
  }
}

.dark-ui__cards-info {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}

.dark-ui__cards-title {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  .dark-ui__cards-title {
    font-size: 1rem;
  }
}

.dark-ui__cards-episode-count {
  margin-top: 0.25rem;
  font-size: 12px;
}

/*
** Latest Episodes Styles
*/
.shows-latest {
  width: 100%;
}

.dark-ui__cards-category-meta,
.dark-ui__cards-byline .show-date {
  font-weight: 400;
  line-height: 12px;
  color: #8d8d8d;
  margin-bottom: 4px;
}

.dark-ui__cards-category-meta {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
.dark-ui__cards-byline {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 12px;
  font-size: 10px;
}

.dark-ui__cards-byline .show-date {
  text-transform: uppercase;
}

.dark-ui__cards-byline .posted-by {
  color: #bcbec0;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 1rem;
}

/*
** Shows Teasers Styles
*/
.dark-ui__section .title-teaser-link {
  margin-top: 2rem;
}
.dark-ui__section .title-teaser-link,
.dark-ui__section .title__filter-episodes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid rgba(245, 245, 245, 0.1);
}
.dark-ui__section .title__filter-episodes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
  width: 100%;
  margin-bottom: 1rem;
}
.title__filter-episodes .show-filters {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
}

.title__filter-episodes .show-filters .to-cta {
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 580px) {
  .dark-ui__section .title__filter-episodes {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
  }

  .title__filter-episodes .show-filters {
    max-width: 300px;
  }

  .show-filters .to-cta {
    font-size: 0.75rem;
  }
}

.dark-ui__section .teaser-cta,
.dark-ui__section .search-shows {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 32px;
}

.dark-ui__section .teaser-cta {
  border: none;
}

.dark-ui__section .search-shows {
  width: 100%;
  justify-content: space-between;
  background: transparent;
  height: 3rem;
}

.dark-ui__section .search-shows input {
  width: 100%;
}

.dark-ui__section .search-shows label {
  display: none;
}

#search-shows::placeholder {
  color: #757575;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .dark-ui__section .teaser-cta {
    padding: 16px 24px;
    gap: 10px;
  }
}

.dark-ui__section .teaser-cta svg {
  transition: all 0.2s ease-in-out;
}
.dark-ui__section .teaser-cta:hover svg {
  transform: translateX(8px);
}

.dark-ui__section .teaser-cta span {
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  color: #f1f1f1;
}
@media (min-width: 768px) {
  .dark-ui__section .teaser-cta span {
    font-size: 14px;
  }
}
.dark-ui .cta-bar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.dark-ui .cta-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  gap: 1rem;
  background: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
}

.dark-ui .selected__show-title {
  font-size: clamp(1rem, 2vw + 1rem, 4rem);
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
  line-height: normal;
  color: #f5f5f5;
}

.dark-ui .shows-player-wrapper {
  width: 100%;
  height: auto;
  background-color: #000;
  z-index: 100;
  position: relative;
  margin-top: 70px;
  overflow: hidden;
}

.dark-ui
  .shows-player-wrapper
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.dark-ui .shows-player-wrapper .video-js .vjs-big-play-button {
  height: 2em;
  width: 2em;
  border: none !important;
  background-color: #e0921fa8;
  border-radius: 50%;
}

.dark-ui .shows-player-wrapper .vjs-big-play-button span {
  font-size: 1.25rem !important;
}

.dark-ui .play__video-instance,
.dark-ui #my_video_play,
.dark-ui #singleShowPlayer,
.dark-ui .play__video-instance video {
  display: block;
  max-width: 100%;
  min-height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  border-radius: 0;
}
.vjs-pip video {
  height: 100% !important;
}
@media (min-width: 960px) {
  .dark-ui .selected__show-title {
    letter-spacing: -3px;
  }
  .dark-ui .play__video-instance,
  .dark-ui #my_video_play,
  .dark-ui #singleShowPlayer,
  .dark-ui .play__video-instance video {
    height: auto !important;
  }
  .dark-ui .shows-player-wrapper .video-js .vjs-big-play-button {
    height: 3em;
    width: 3em;
  }
  .dark-ui .shows-player-wrapper .vjs-big-play-button span {
    font-size: 2rem !important;
  }
}

.dark-ui .episode-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.dark-ui .episode-info__about {
  font-size: 0.75rem;
  max-width: 100%;
  padding-right: 0;
}

.dark-ui .episode-info__cta {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.dark-ui .episode-info__cta a {
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  color: #ffffff;
  font-size: 0.65rem;
  text-align: center;
  text-transform: uppercase;
  height: fit-content;
}

@media (min-width: 768px) {
  .dark-ui .episode-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .dark-ui .episode-info__about {
    font-size: 0.875rem;
    max-width: 70%;
    padding-right: 2rem;
    line-height: 1.5;
  }
}

#episodes-listing {
  margin: 0;
}

.dark-ui.swiper-button-prev:after,
.dark-ui.swiper-button-next:after {
  content: none !important;
}

.dark-ui .hero .swiper-pagination-bullet {
  background-color: #ffffff !important;
}

#shows_footer,
#live_footer {
  background: #111111;
  margin-top: 0;
  padding-top: 4rem;
}

#shows_footer .footer__brands-slider,
#live_footer .footer__brands-slider {
  padding: 2rem;
}

#shows_footer .footer__brands-slider .swiper-brands,
#shows_footer .footer__brands-slider h4.title,
#shows_footer .footer__site_map,
#live_footer .footer__brands-slider .swiper-brands,
#live_footer .footer__brands-slider h4.title,
#live_footer .footer__site_map {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

#shows_footer .footer__newsletter,
#live_footer .footer__newsletter {
  background: #101010;
}
#shows_footer .footer__newsletter p,
#live_footer .footer__newsletter p {
  color: rgb(255 255 255 / 50%);
}

/* #shows_footer .footer__newsletter #btn_subscribe,
#live_footer .footer__newsletter #btn_subscribe {
  background: #0965b1;
  background: linear-gradient(135deg, #0965b1, #ee3e44);
} */
#shows_footer .footer__newsletter #btn_subscribe,
#live_footer .footer__newsletter #btn_subscribe {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #222;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

#shows_footer .footer__newsletter #btn_subscribe::before,
#live_footer .footer__newsletter #btn_subscribe::before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowingbtn 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowingbtn {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

#shows_footer .footer__newsletter #btn_subscribe:active,
#live_footer .footer__newsletter #btn_subscribe:active {
  color: #222;
}

#shows_footer .footer__newsletter #btn_subscribe:after,
#live_footer .footer__newsletter #btn_subscribe:after {
  background: transparent;
}

#shows_footer .footer__newsletter #btn_subscribe:hover:before,
#live_footer .footer__newsletter #btn_subscribe:hover:before {
  opacity: 1;
}

#shows_footer .footer__newsletter #btn_subscribe:after,
#live_footer .footer__newsletter #btn_subscribe:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

#shows_footer .footer__site_map .col-A ul li.lists_title,
#shows_footer .footer__site_map .col-B ul li.lists_title,
#shows_footer .footer__site_map .col-C ul li.lists_title,
#live_footer .footer__site_map .col-A ul li.lists_title,
#live_footer .footer__site_map .col-B ul li.lists_title,
#live_footer .footer__site_map .col-C ul li.lists_title {
  color: rgb(255 255 255 / 100%);
}

#shows_footer .footer__site_map--nav-links,
#live_footer .footer__site_map--nav-links {
  color: rgb(255 255 255 / 50%);
  transition: color 0.3s ease-in-out;
}

#shows_footer .footer__site_map--nav-links:hover,
#live_footer .footer__site_map--nav-links:hover {
  color: rgb(255 255 255 / 80%);
}

.shows-latest .swiper-pagination {
  position: relative !important;
}
.shows-latest .swiper-pagination .swiper-pagination-bullet {
  background: white !important;
}

/* ============================
    DARK UI SHOWS REDESIGN END
============================ */
.textwidget {
  text-align: center;
}

.margin-top-offset {
  margin-top: 0 !important;
}

.no-show {
  height: 0;
  visibility: hidden;
}
