@charset "UTF-8";
.ice-btn-primary, .ice-btn-secondary, .tbd-podcast-header .tbd-podcast-cta, .tbd-footer-inner .tbd-cta {
  display: flex;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  cursor: pointer; }

.tbd-nav ul, .tbd-social-links {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 100%; }

/**
 * 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 {
  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: 0.9em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 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 */
  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; }

/**
 * 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 {
  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"] {
  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; }

@font-face {
  font-family: 'Vend Sans';
  src: url("../fonts/VendSans/VendSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Vend Sans';
  src: url("../fonts/VendSans/VendSans-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Vend Sans';
  src: url("../fonts/VendSans/VendSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Vend Sans';
  src: url("../fonts/VendSans/VendSans-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Momo Signature';
  src: url("../fonts/MomoSignature/MomoSignature-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'fonticon';
  src: url("../fonts/Fonticon/fonticon.eot?d6bit2");
  src: url("../fonts/Fonticon/fonticon.eot?d6bit2#iefix") format("embedded-opentype"), url("../fonts/Fonticon/fonticon.ttf?d6bit2") format("truetype"), url("../fonts/Fonticon/fonticon.woff?d6bit2") format("woff"), url("../fonts/Fonticon/fonticon.svg?d6bit2#fonticon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'fonticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-at-sign:before {
  content: "\e900"; }

.icon-chevron-down:before {
  content: "\e901"; }

.icon-clock:before {
  content: "\e902"; }

.icon-headphones:before {
  content: "\e903"; }

.icon-instagram2:before {
  content: "\e904"; }

.icon-mail:before {
  content: "\e905"; }

.icon-minus:before {
  content: "\e906"; }

.icon-minus-circle:before {
  content: "\e907"; }

.icon-music:before {
  content: "\e908"; }

.icon-plus:before {
  content: "\e909"; }

.icon-plus-circle:before {
  content: "\e90a"; }

.icon-share:before {
  content: "\e90b"; }

.icon-voicemail:before {
  content: "\e90c"; }

.icon-volume:before {
  content: "\e90d"; }

.ice-icon {
  font-family: 'fonticon' !important;
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  transform: translate(0, 0);
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ice-icon {
  display: inline-flex;
  font-size: 1.7rem;
  line-height: 1; }
  .ice-icon.is-large {
    font-size: 2.4rem; }

.icon-opquast:before {
  content: "\e904";
  margin-right: -0.2rem;
  margin-bottom: -0.2rem;
  font-size: 120%; }

.icon-chevrons-left-bold:before {
  content: "\e911\e911";
  padding-bottom: 0.2rem;
  font-size: 95%;
  font-weight: normal;
  letter-spacing: -0.8rem; }

.icon-chevrons-right-bold:before {
  content: "\e909\e909";
  padding-bottom: 0.2rem;
  font-size: 95%;
  font-weight: normal;
  letter-spacing: -0.7rem; }

.icon-tiktok:before {
  content: "\e900"; }

.icon-x:before {
  content: "\e901"; }

.icon-plus:before {
  content: "\e902"; }

.icon-minus:before {
  content: "\e903"; }

.icon-chevron-left:before {
  content: "\e904"; }

.icon-chevron-right:before {
  content: "\e905"; }

.icon-opquast:before {
  content: "\e906"; }

.icon-two-chevrons-left:before {
  content: "\e907"; }

.icon-two-chevrons-right:before {
  content: "\e908"; }

.icon-chevron-right-bold:before {
  content: "\e909"; }

.icon-edit:before {
  content: "\e90a"; }

.icon-comments:before {
  content: "\e90f"; }

.icon-chevron-left-bold:before {
  content: "\e911"; }

.icon-quotes-left:before {
  content: "\e977"; }

.icon-quotes-right:before {
  content: "\e978"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-linkedin:before {
  content: "\eaca"; }

.icon-instagram:before {
  content: "\ea92"; }

html {
  overflow-x: hidden;
  font-size: 62.5%; }

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100vw;
  background-color: #ffffff;
  color: #13083A;
  font-family: "Vend Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (prefers-color-scheme: dark) {
    body {
      background-color: #202032;
      color: #F5F5F5; } }
  @media screen and (min-width: 992px) {
    body {
      font-size: 1.7rem;
      line-height: 1.6; } }

*,
*::before,
*::after {
  box-sizing: border-box; }

p {
  margin-top: 0; }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0; }

a,
[ui-sref] {
  cursor: pointer; }

b,
strong {
  font-weight: bold; }

.tbd-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: calc(768px - 1px)) {
    .tbd-container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .tbd-container {
      max-width: 768px; } }
  @media screen and (min-width: 992px) {
    .tbd-container {
      max-width: 992px; } }
  @media screen and (min-width: 1140px) {
    .tbd-container {
      max-width: 1140px; } }
  @media screen and (min-width: 1440px) {
    .tbd-container {
      max-width: 1440px; } }
  @media screen and (min-width: 768px) {
    .tbd-container.is-narrow {
      max-width: 83.333334%; } }
  @media screen and (min-width: 992px) {
    .tbd-container.is-narrow {
      max-width: 80rem; } }
  @media screen and (min-width: 1140px) {
    .tbd-container.is-narrow {
      max-width: 80rem; } }

.sr-only {
  overflow: hidden !important;
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important; }

.no-margin {
  margin: 0; }

@media screen and (max-width: calc(768px - 1px)) {
  .not-on-mobile {
    display: none; } }

@media screen and (min-width: 768px) {
  .on-mobile-only {
    display: none; } }

.is-align-center {
  text-align: center; }

.is-bold {
  font-weight: bold; }

.is-normal {
  font-weight: normal; }

.no-style {
  list-style-type: none;
  padding: 0; }

.ice-btn-primary, .ice-btn-secondary {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0.9rem 2.5rem;
  border-radius: 2.5rem;
  border: 0;
  box-shadow: 0 0.3rem 0.4rem 0 rgba(0, 0, 0, 0.15);
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3;
  text-transform: none;
  text-align: center;
  transition-property: background-color, box-shadow, color;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
  outline-offset: -0.1rem; }
  .ice-btn-primary:hover, .ice-btn-secondary:hover, .ice-btn-primary:focus-within, .ice-btn-secondary:focus-within {
    box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.24); }
  @media screen and (min-width: 768px) {
    .ice-btn-primary, .ice-btn-secondary {
      min-height: 4.4rem;
      padding: 0.9rem 2.5rem;
      border-radius: 2.2rem;
      font-size: 1.7rem; } }

.ice-btn-primary {
  background: #000080;
  color: #ffffff; }
  .ice-btn-primary:hover, .ice-btn-primary:focus {
    opacity: 1;
    background: #00004d;
    color: #ffffff; }

.ice-btn-secondary {
  background: #ffffff;
  border: 0.2rem solid #000080;
  color: #000080; }
  .ice-btn-secondary:hover, .ice-btn-secondary:focus {
    opacity: 1;
    color: #00004d;
    border-color: #00004d; }

/*@mixin button-style($style: 'primary', $size: 'normal', $icon-only: 'no', $shape: 'normal') {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;

  @if ($style == 'primary') {
    background: $button-primary-bg;
    color: $button-primary-c;
    @include transition-default(background-color, background-image, box-shadow);

    &:hover,
    &:focus {
      opacity: 1;
      background: darken($primary-color, 5%);
      color: $button-primary-c;
      box-shadow: 0 0 0 0.5rem rgba($primary-color, 0.25);
    }

    .ice-icon {
      color: $secondary-color;
    }

  } @else if ($style =='secondary') {
    background: $button-secondary-bg;
    border: 0.1rem solid $button-secondary-bd-c;
    color: $button-secondary-c;
    font-weight: 900;
    letter-spacing: 0.025rem;
    @include transition-default(color, box-shadow);

    &:hover,
    &:focus {
      opacity: 1;
      background: lighten($button-secondary-bg, 2%);
      color: darken($button-secondary-c, 5%);
      box-shadow: 0 0 0 0.5rem rgba($button-secondary-bd-c, 0.25);
    }

    .ice-icon {
      color: $red-color;
    }
  }

  @if ($shape == 'round') {
    @if ($size == 'small') {
      min-height: 3rem;
      padding: 0.4rem 1.5rem 0.3rem;
      font-size: 1.2rem;
      line-height: 1.3;
      border-radius: 1.5rem;
    }
    @else {
      min-height: 3.8rem;
      width: 3.8rem;
      border-radius: 1.9rem;
      font-size: 1.5rem;
      line-height: 1;

      @include for-tablet-and-upper {
        min-height: 4.2rem;
        width: 4.2rem;
        border-radius: 2.1rem;
        font-size: 1.7rem;
      }
    }
  }
  @else {
    @if ($size == 'small') {
      min-height: 2.8rem;
      padding: 0.4rem 1.3rem 0.3rem;
      border-radius: 1.4rem;
      font-size: 1.2rem;
      line-height: 1.2;

      @include for-tablet-and-upper {
        font-size: 1.25rem;
      }
    }
    @else {
      min-height: 3.2rem;
      padding: 0.7rem 1.8rem;
      border-radius: 2.5rem;
      font-size: 1.3rem;
      line-height: 1.3;

      @include for-tablet-and-upper {
        min-height: 3.6rem;
        border-radius: 1.8rem;
        font-size: 1.4rem;
      }

      @include for-large-screen {
        min-height: 3.8rem;
        padding: 0.6rem 2.3rem 0.5rem;
        border-radius: 2rem;
      }
    }
  }

  @if ($icon-only == 'yes') {
    .ice-icon {
      margin: 0;
      font-size: 2.4rem;

      @if ($style == 'primary') {
        color: $secondary-color;
      } @else {
        color: $button-secondary-c;
      }
    }
  } @else {
    .ice-icon {
      margin-right: 1rem;

      &.icon-chevrons-left-bold,
      &.icon-chevrons-right-bold {
        margin-right: 1.2rem;
      }
    }
  }
}*/
.ice-link {
  color: #13083A;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-color: #13083A;
  text-decoration-thickness: 0.15rem;
  transition: text-decoration-color 250ms ease-out, color 0.35s ease-in-out; }
  .ice-link:hover, .ice-link:focus {
    color: #04020d;
    text-decoration-color: transparent; }

.ice-link.with-icon .ice-icon {
  margin-right: 0.6rem; }

.skip-link {
  display: block;
  overflow: hidden;
  min-height: 0;
  height: 0;
  background: #ffffff;
  color: #000080;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition-property: height;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
  /*@include for-tablet-and-upper {
    display: none;
    background: $button-primary-bg;
    color: $button-primary-c;
  }*/ }
  .skip-link:focus {
    overflow: visible;
    height: auto;
    padding: 0.6rem 1.5rem;
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.4); }

.tbd-page-title {
  margin: 0;
  font-family: "Vend Sans", Arial, Helvetica, sans-serif; }

.tbd-page-title {
  font-size: 2.9rem;
  font-weight: 900;
  line-height: 1.35;
  font-weight: bold;
  color: #000080; }
  @media screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
    .tbd-page-title {
      font-size: 3rem; } }
  @media screen and (min-width: 992px) {
    .tbd-page-title {
      font-size: 3.5rem;
      line-height: 1.45; } }

.tbd-section-title {
  margin-top: 5rem;
  font-size: 2.6rem; }
  @media (prefers-color-scheme: dark) {
    .tbd-section-title {
      color: #D362A4; } }
  .tbd-section-title.no-margin-top {
    margin-top: 0; }

.tbd-disclosure {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.9rem;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
  box-shadow: rgba(0, 0, 128, 0.2) 0 0.2rem 5px -1px, rgba(0, 0, 128, 0.25) 0px 1px 3px -1px; }
  .tbd-disclosure[open] {
    border-color: #b0b0cc; }

.tbd-disclosure-heading {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem 1rem;
  background: #EEEEF4;
  border: 0;
  border-radius: 0.9rem;
  list-style: none;
  cursor: pointer; }
  @media (prefers-color-scheme: dark) {
    .tbd-disclosure-heading {
      background: #3A3A5A; } }
  .tbd-disclosure-heading .tbd-icon {
    color: #7373C9;
    font-size: 3.2rem;
    transition-property: transform;
    transition-duration: 0.35s;
    transition-timing-function: ease-in-out; }
    @media (prefers-color-scheme: dark) {
      .tbd-disclosure-heading .tbd-icon {
        color: #D1D1D1; } }
  details[open] .tbd-disclosure-heading, .tbd-disclosure-heading[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    details[open] .tbd-disclosure-heading .tbd-icon, .tbd-disclosure-heading[aria-expanded="true"] .tbd-icon {
      transform: rotate(180deg); }

.tbd-disclosure-panel {
  padding: 1.8rem 1.5rem 0.5rem;
  border-bottom-left-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
  font-size: 1.6rem; }
  @media screen and (min-width: 768px) {
    .tbd-disclosure-panel {
      padding: 0.8rem 2.8rem 0.8rem 2.4rem; } }
  @media (prefers-color-scheme: dark) {
    .tbd-disclosure-panel {
      background: #3A3A5A; } }

.able-wrapper {
  margin: 1.5rem 0;
  background: transparent;
  border: none;
  border-radius: 0.9rem; }
  .able-wrapper .able {
    width: 100%;
    background: transparent;
    border-radius: 0.9rem;
    box-shadow: none; }
  .able-wrapper div[role="button"] {
    color: #000080 !important;
    cursor: pointer; }
    .able-wrapper div[role="button"]:focus-visible {
      outline: 5px auto Highlight;
      outline: 5px auto -webkit-focus-ring-color; }
    @media (prefers-color-scheme: dark) {
      .able-wrapper div[role="button"] {
        color: #F5F5F5 !important; } }
  .able-wrapper .able-player,
  .able-wrapper .able-audio {
    padding: 0;
    background: transparent;
    border-top-left-radius: 0.9rem;
    border-top-right-radius: 0.9rem;
    font-family: "Vend Sans", Arial, Helvetica, sans-serif; }
  .able-wrapper .able-controller {
    padding: 0.6rem 1rem 0.5rem;
    background: #EEEEF4;
    border: 0;
    box-shadow: rgba(0, 0, 128, 0.2) 0 0.2rem 0.5rem -0.1rem, rgba(0, 0, 128, 0.25) 0px 1px 3px -1px;
    border-radius: 0.8rem; }
    @media (prefers-color-scheme: dark) {
      .able-wrapper .able-controller {
        background: #3A3A5A; } }
  .able-wrapper .able-seekbar {
    padding-left: 0.3rem;
    height: 1rem;
    background: white;
    border: 0.2rem solid #8787BB;
    border-radius: 0.4rem; }
    @media (prefers-color-scheme: dark) {
      .able-wrapper .able-seekbar {
        background: #3A3A5A; } }
  .able-wrapper .able-seekbar-played {
    height: 0.8rem;
    background: #b8b8d7;
    border-radius: 0.3rem;
    border-bottom: 0.1rem solid #8787BB; }
  .able-wrapper .able-seekbar-loaded {
    height: 0.8rem;
    background: white;
    border-radius: 0.3rem;
    border-bottom: 0.1rem solid #8787BB; }
  .able-wrapper .able-seekbar-head {
    top: -0.95rem;
    background: #000080;
    border: 0;
    box-shadow: 0 0 0 0.2rem white;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease-in-out;
    cursor: pointer; }
    .able-wrapper .able-seekbar-head:hover {
      box-shadow: 0 0 0 0.2rem #000080;
      outline-color: transparent; }
    .able-wrapper .able-seekbar-head:focus:not(:focus-visible) {
      border: 0;
      box-shadow: none;
      outline-color: transparent; }
    .able-wrapper .able-seekbar-head:focus-visible {
      outline: 5px auto Highlight;
      outline: 5px auto -webkit-focus-ring-color; }
  .able-wrapper .able-status-bar {
    display: inline-flex;
    justify-content: space-between;
    padding: 0.9rem 0;
    width: 100%;
    height: auto;
    color: #616195;
    font-size: 1.4rem; }
    @media (prefers-color-scheme: dark) {
      .able-wrapper .able-status-bar {
        color: #F5F5F5; } }
    .able-wrapper .able-status-bar .able-status {
      font-style: normal;
      line-height: 1.2; }

.tbd-podcasts {
  list-style-type: none;
  padding-left: 0; }

.tbd-podcast {
  position: relative;
  margin-bottom: 2.5rem; }
  .tbd-podcast:nth-child(1) .tbd-podcast-header:before {
    background: #D52D00; }
  .tbd-podcast:nth-child(2) .tbd-podcast-header:before {
    background: #FF9A56; }

.tbd-podcast-label {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 2rem;
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  padding: 0.2rem 0.7rem 0.3rem 1.8rem;
  background: #D52D00;
  border-radius: 0.5rem;
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  transform: translate(0, -50%); }
  .tbd-podcast-label:before {
    content: "";
    position: absolute;
    left: 0.7rem;
    top: 50%;
    display: block;
    height: 0.6rem;
    width: 0.6rem;
    transform: translate(0, -50%);
    background: white;
    border-radius: 50%; }

.tbd-podcast-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.8rem 2.4rem 1.8rem 2.6rem;
  background: #EEEEF4;
  border-radius: 0.9rem;
  box-shadow: rgba(0, 0, 128, 0.25) 0 0.2rem 0.5rem -0.1rem, rgba(0, 0, 128, 0.3) 0 0.1rem 0.3rem -0.1rem; }
  @media (prefers-color-scheme: dark) {
    .tbd-podcast-header {
      background: #424266; } }
  .tbd-podcast-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.6rem;
    border-top-left-radius: 0.9rem;
    border-bottom-left-radius: 0.9rem; }
  @media screen and (min-width: 768px) {
    .tbd-podcast-header {
      flex-flow: row nowrap;
      align-items: flex-start;
      justify-content: flex-start; } }
  .tbd-podcast-header .tbd-podcast-img {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 9rem;
    height: 9rem;
    margin-bottom: 2rem;
    background: white;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 128, 0.25) 0 0.2rem 0.5rem -0.1rem, rgba(0, 0, 128, 0.3) 0 0.1rem 0.3rem -0.1rem; }
    @media screen and (min-width: 768px) {
      .tbd-podcast-header .tbd-podcast-img {
        flex: 0 0 9rem;
        margin-bottom: 0; } }
    .tbd-podcast-header .tbd-podcast-img img {
      width: 65%;
      height: auto; }
  .tbd-podcast-header .tbd-podcast-infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .tbd-podcast-header .tbd-podcast-infos {
        margin-left: 2.5rem; } }
  .tbd-podcast-header .tbd-podcast-heading {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .tbd-podcast-header .tbd-podcast-heading {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: space-between; } }
  .tbd-podcast-header h3 {
    flex: 0 1 auto;
    margin-bottom: 0.8rem;
    font-size: 2.1rem;
    line-height: 1.35; }
  .tbd-podcast-header .tbd-podcast-date {
    margin-bottom: 0.3rem;
    font-size: 1.5rem;
    line-height: 1; }
  .tbd-podcast-header .tbd-podcast-duration {
    flex-shrink: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 0.2rem;
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .tbd-podcast-header .tbd-podcast-duration {
        margin-left: auto;
        padding-left: 2rem; } }
    .tbd-podcast-header .tbd-podcast-duration .tbd-icon {
      color: #7373C9;
      font-size: 2rem;
      margin-right: 0.7rem; }
  .tbd-podcast-header .tbd-podcast-description {
    font-size: 1.5rem; }
  .tbd-podcast-header .tbd-podcast-cta {
    display: inline-flex;
    margin-top: 2rem;
    padding: 0.7rem 0.9rem 0.5rem;
    background: white;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 128, 0.25) 0 0.2rem 0.5rem -0.1rem, rgba(0, 0, 128, 0.3) 0 0.1rem 0.3rem -0.1rem;
    color: #000080;
    font-size: 1.6rem;
    font-weight: bold; }
    @media (prefers-color-scheme: dark) {
      .tbd-podcast-header .tbd-podcast-cta {
        color: #F5F5F5;
        background: #424266;
        border: 0.1rem solid white; } }
    .tbd-podcast-header .tbd-podcast-cta .tbd-icon {
      margin-right: 0.7rem;
      color: #D52D00; }

.tbd-podcast-panel {
  font-size: 1.5rem;
  padding-top: 2.5rem; }
  @media screen and (min-width: 768px) {
    .tbd-podcast-panel {
      padding: 1.8rem 2.3rem 1.5rem 1.8rem; } }

.tbd-portfolio {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 4rem; }
  @media screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
    .tbd-portfolio {
      height: 31rem; } }
  @media screen and (min-width: 768px) {
    .tbd-portfolio {
      flex-wrap: nowrap;
      align-items: stretch;
      justify-content: space-between;
      margin: 3rem -3rem;
      height: 35rem;
      width: calc(100% + 6rem); } }
  .tbd-portfolio .tbd-pola {
    padding: 1.2rem 1rem 4rem;
    background: white;
    box-shadow: rgba(0, 0, 128, 0.25) 0 0.1rem 5px -1px, rgba(0, 0, 128, 0.3) 0px 1px 3px -1px, inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.1rem; }
    @media screen and (max-width: calc(768px - 1px)) {
      .tbd-portfolio .tbd-pola {
        max-width: 49vw; } }
    @media screen and (min-width: 768px) {
      .tbd-portfolio .tbd-pola {
        flex-basis: 25%;
        padding: 1.5rem 1.3rem 5.2rem; } }
    .tbd-portfolio .tbd-pola:nth-child(1) {
      position: relative;
      z-index: 2;
      transform: rotate(-2deg); }
      @media screen and (max-width: calc(768px - 1px)) {
        .tbd-portfolio .tbd-pola:nth-child(1) {
          margin-right: auto;
          margin-left: -2rem; } }
      @media screen and (min-width: 768px) {
        .tbd-portfolio .tbd-pola:nth-child(1) {
          margin-bottom: 3rem; } }
    .tbd-portfolio .tbd-pola:nth-child(2) {
      position: relative;
      z-index: 3;
      transform: rotate(1deg); }
      @media screen and (max-width: calc(768px - 1px)) {
        .tbd-portfolio .tbd-pola:nth-child(2) {
          margin-top: auto;
          margin-left: auto;
          margin-right: -3rem; } }
      @media screen and (min-width: 768px) {
        .tbd-portfolio .tbd-pola:nth-child(2) {
          margin-top: 1rem;
          margin-bottom: 2rem;
          margin-left: -1rem; } }
    .tbd-portfolio .tbd-pola:nth-child(3) {
      position: relative;
      z-index: 2; }
      @media screen and (max-width: calc(768px - 1px)) {
        .tbd-portfolio .tbd-pola:nth-child(3) {
          margin-top: -5rem;
          margin-left: -3rem;
          margin-right: auto;
          transform: rotate(1deg); } }
      @media screen and (min-width: 768px) {
        .tbd-portfolio .tbd-pola:nth-child(3) {
          margin-top: 3rem;
          margin-left: -1rem;
          transform: rotate(3deg); } }
    .tbd-portfolio .tbd-pola:nth-child(4) {
      position: relative;
      z-index: 1;
      transform: rotate(-1deg); }
      @media screen and (max-width: calc(768px - 1px)) {
        .tbd-portfolio .tbd-pola:nth-child(4) {
          z-index: 3;
          margin-top: -3rem;
          margin-left: auto;
          margin-right: -2rem; } }
      @media screen and (min-width: 768px) {
        .tbd-portfolio .tbd-pola:nth-child(4) {
          margin-top: 1rem;
          margin-bottom: 2rem; } }
  .tbd-portfolio img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.tbd-blockquote-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start; }
  .tbd-blockquote-wrapper .icon-music {
    margin-top: 2rem;
    font-size: 3rem;
    color: #FF9A56; }
  .tbd-blockquote-wrapper cite {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    font-style: normal;
    text-align: center; }

.tbd-lyrics {
  margin: 1rem 0.8rem 0.6rem;
  font-family: "Momo Signature";
  line-height: 2;
  text-align: center; }
  .tbd-lyrics:before, .tbd-lyrics:after {
    content: "«";
    font-family: "Momo Signature";
    color: #D362A4;
    font-size: 2.5rem;
    line-height: 0.8;
    margin-right: 1rem; }
  .tbd-lyrics:before {
    content: "«";
    margin-right: 1rem;
    transform: rotate(5deg); }
  .tbd-lyrics:after {
    content: "»";
    margin-left: 1rem;
    transform: rotate(-5deg); }

.tbd-header {
  margin-bottom: 5.5rem; }
  @media screen and (min-width: 768px) {
    .tbd-header {
      margin-bottom: 4rem; } }

.tbd-nav {
  position: relative;
  z-index: 1000;
  background: #D52D00; }
  .tbd-nav ul {
    min-height: 5rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-evenly; }
    @media screen and (min-width: 768px) {
      .tbd-nav ul {
        justify-content: center; } }
    @media screen and (min-width: 992px) {
      .tbd-nav ul {
        align-items: flex-end; } }
    @media screen and (min-width: 768px) {
      .tbd-nav ul li {
        margin: 0 2.2rem; } }
    @media screen and (min-width: 992px) {
      .tbd-nav ul li {
        margin: 0 3rem; } }
    .tbd-nav ul a {
      color: white;
      text-decoration: underline;
      text-underline-offset: 0.3rem;
      text-decoration-thickness: 0.15rem;
      text-decoration-color: transparent;
      transition: text-decoration-color 250ms ease-out;
      font-size: 1.5rem; }
      .tbd-nav ul a:hover, .tbd-nav ul a:focus {
        text-decoration-color: white; }
      @media screen and (min-width: 768px) {
        .tbd-nav ul a {
          font-size: 1.6rem; } }

.tbd-waves {
  position: relative; }
  @media screen and (max-width: calc(768px - 1px)) {
    .tbd-waves, .tbd-waves .tbd-container {
      height: 13.5rem; } }
  @media screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
    .tbd-waves, .tbd-waves .tbd-container {
      height: 12rem; } }
  @media screen and (min-width: 992px) {
    .tbd-waves, .tbd-waves .tbd-container {
      height: 18rem; } }

.tbd-wave {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translate(0, -50%); }
  @media screen and (max-width: calc(768px - 1px)) {
    .tbd-wave {
      width: 150vw; } }
  .tbd-wave.tbd-wave-1 {
    z-index: 1;
    top: calc(50% + 4rem); }
  .tbd-wave.tbd-wave-2 {
    z-index: 2;
    top: calc(50% + 2rem); }
  .tbd-wave.tbd-wave-3 {
    z-index: 3;
    top: 50%; }
  .tbd-wave.tbd-wave-4 {
    z-index: 4;
    top: calc(50% - 2rem); }
  .tbd-wave.tbd-wave-5 {
    z-index: 5;
    top: calc(50% - 4rem); }

.tbd-logo {
  position: relative;
  z-index: 1000; }
  @media screen and (max-width: calc(768px - 1px)) {
    .tbd-logo {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  @media screen and (min-width: 768px) {
    .tbd-logo {
      top: 50%;
      left: 0;
      transform: translate(0, -50%); } }
  @media screen and (min-width: 992px) {
    .tbd-logo {
      margin-left: -3rem; } }
  .tbd-logo img {
    max-width: 13rem;
    width: 100%;
    height: auto;
    transform: rotate(1deg); }
    @media screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
      .tbd-logo img {
        max-width: 25rem; } }
    @media screen and (min-width: 992px) {
      .tbd-logo img {
        max-width: 30rem; } }

.tbd-baseline {
  z-index: 1000;
  position: relative;
  display: inline;
  padding: 0.5rem 0.8rem 0.3rem;
  background: white;
  border: 0.2rem solid #000080;
  border-radius: 2rem;
  box-shadow: 0 0 0 0.2rem white;
  color: #000080;
  font-family: 'Momo Signature';
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: normal;
  word-wrap: none; }
  @media screen and (max-width: calc(768px - 1px)) {
    .tbd-baseline {
      top: -0.2rem;
      font-size: 1rem; } }
  @media screen and (min-width: 992px) {
    .tbd-baseline {
      top: -1.6rem;
      margin-left: 3.4rem; } }

.tbd-footer {
  position: relative;
  margin-top: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #A30162;
  color: white; }
  @media (prefers-color-scheme: dark) {
    .tbd-footer {
      background: #750146; } }
  @media screen and (min-width: 992px) {
    .tbd-footer {
      margin-top: 7rem; } }
  .tbd-footer a {
    color: white; }

@media screen and (min-width: 768px) {
  .tbd-footer-inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between; } }
.tbd-footer-inner .tbd-cta {
  padding: 0.6rem 0.8rem;
  border-radius: 0.5rem;
  background: white;
  box-shadow: rgba(0, 0, 128, 0.25) 0 0.2rem 0.5rem -0.1rem, rgba(0, 0, 128, 0.3) 0 0.1rem 0.3rem -0.1rem;
  color: #A30162;
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out; }
  .tbd-footer-inner .tbd-cta:hover, .tbd-footer-inner .tbd-cta:focus {
    opacity: 0.9; }
  .tbd-footer-inner .tbd-cta + p {
    margin-left: 1.2rem;
    margin-right: auto;
    margin-bottom: 0; }
.tbd-footer-inner .tbd-icon {
  margin-right: 0.7rem;
  margin-top: 0.1rem;
  font-size: 1.8rem; }

.tbd-social-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end; }
  .tbd-social-links .tbd-social-link {
    margin-left: 1.5rem; }
  .tbd-social-links .tbd-icon {
    opacity: 1;
    font-size: 2.4rem; }
  .tbd-social-links a {
    text-decoration: none;
    transition-property: opacity;
    transition-duration: 0.35s;
    transition-timing-function: ease-in-out; }
    .tbd-social-links a:hover .tbd-icon, .tbd-social-links a:focus .tbd-icon {
      opacity: 0.9; }
