/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/helpers/helpers.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.centered {
  margin-inline: auto;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/reset/reset.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.705rem + 5.46vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 5.8rem;
  }
}

h2 {
  font-size: calc(1.605rem + 4.26vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 4.8rem;
  }
}

h3 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: calc(1.345rem + 1.14vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h6 {
    font-size: 2rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ff5c5c;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 255, 92, 92;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(102, 36.8, 36.8);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(255, 222.4, 222.4);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(255, 189.8, 189.8);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "TT Norms Pro", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "TT Norms Pro", sans-serif;
  --bs-body-font-size: calc(1.325rem + 0.9vw);
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #201e1e;
  --bs-body-color-rgb: 32, 30, 30;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(32, 30, 30, 0.75);
  --bs-secondary-color-rgb: 32, 30, 30;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(32, 30, 30, 0.5);
  --bs-tertiary-color-rgb: 32, 30, 30;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #201e1e;
  --bs-link-color: #201e1e;
  --bs-link-color-rgb: 32, 30, 30;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #201e1e;
  --bs-link-hover-color-rgb: 32, 30, 30;
  --bs-code-color: #d63384;
  --bs-highlight-color: #201e1e;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #ff5c5c;
  --bs-form-invalid-border-color: #ff5c5c;
}
@media (min-width: 1200px) {
  :root,
  [data-bs-theme=light] {
    --bs-body-font-size: 2rem;
  }
}

:root {
  --bs-body-font-size: 1.8rem;
  --bs-body-line-height: 1.5;
  --section-padding-block: 120px;
  --section-title-color: #e0091d;
  --on-air-background-color: #fff0e6;
  --on-air-theme-color: #ed1e2e;
  --error-color: #e0091d;
  --input-background-color: #fff0e6;
  --input-focus-color: #ec8e1e;
  --input-label-color: #ed1e2e;
  --dropdown-active-background-color: #fff0e6;
  --button-border-radius: 3em;
  --link-color: #ed1e2e;
  --link-hover-color: #e0091d;
  --advertising-content-padding-edge: 24px;
}

@media (max-width: 1149.98px) {
  :root {
    --section-padding-block: 80px;
    --bs-body-font-size: 1.8rem;
    --advertising-content-padding-edge: 16px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --bs-body-font-size: 1.6rem;
    --section-padding-block: 56px;
  }
}
*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  --station-color: #ed1e2e;
}

body.on-air-only {
  overflow: hidden;
  background-color: transparent;
}

body.station-power {
  --bs-body-color: #000000;
  --station-color: #00d4bf;
  --on-air-background-color: #ff006e;
  --on-air-theme-color: #000000;
  --dropdown-active-background-color: #00d4bf;
  --input-background-color: rgb(from #000000 r g b / .08);
  --input-label-color: #6e0095;
  --button-border-radius: .6em;
  --link-color: #ff006e;
  --link-hover-color: #ff006e;
}

@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    animation-duration: 0.001ms !important; /* stylelint-disable-line time-min-milliseconds */
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; /* stylelint-disable-line time-min-milliseconds */
  }
}
ol,
ul {
  list-style: none;
}

em,
cite,
dfn,
var,
i {
  font-style: italic;
}

code,
samp,
kbd {
  font-family: "Courier", monospace;
  text-align: left;
  background-color: #f5f5f5;
  color: #201e1e;
  padding: 8px;
}

q,
blockquote {
  position: relative;
  font-size: 2.2rem;
  padding-left: 32px;
}
q cite,
blockquote cite {
  font-style: normal;
}
q p,
blockquote p {
  font-weight: inherit !important;
  font-size: inherit;
  letter-spacing: inherit;
}
q p:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}
q::before,
blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 68px;
  height: 68px;
  background-image: url(../images/icons/icon-quote.svg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -5;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select,
button {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

figure {
  margin: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

:target {
  scroll-margin-block: 1em;
}

html:not([data-whatintent=keyboard]) *:focus {
  outline: none;
}

@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    animation-duration: 0.001ms !important; /* stylelint-disable-line time-min-milliseconds */
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; /* stylelint-disable-line time-min-milliseconds */
  }
}
hr {
  opacity: 1;
}

b,
strong {
  font-weight: 500;
}

.screen-reader-text {
  display: none;
}

.aligncenter:not([class*=wp-block-]) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft:not([class*=wp-block-]) {
  float: left;
  margin-right: 32px;
}

.alignright:not([class*=wp-block-]) {
  float: right;
  margin-left: 32px;
}

.xdebug-error,
pre {
  position: relative;
  font-family: "Courier", monospace;
  font-size: 1.6rem;
  text-align: left;
  text-transform: none;
  line-height: 1.2;
  overflow: auto;
  border: 1px solid #201e1e;
  white-space: pre-wrap;
  word-wrap: normal;
  background-color: #ffffff;
  color: #201e1e;
  padding: 16px 24px;
  margin: 24px 0;
  z-index: 100;
}
.xdebug-error *,
pre * {
  font-size: 1.6rem;
}
.xdebug-error > code,
pre > code {
  padding: 0;
}

.xdebug-error {
  width: auto;
  overflow-x: auto;
  border: 0;
  color: #201e1e;
}

.page-wrapper {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "header-top-nav" "header" "main" "footer";
}
.is-loaded .page-wrapper {
  min-height: var(--app-height);
}
body.is-scroll-disabled .page-wrapper {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.page-wrapper--sitehat {
  grid-template-areas: "sitehat" "header-top-nav" "header " "main   " "footer ";
  grid-template-rows: auto auto auto 1fr auto;
}

.ratio > .mejs-container {
  position: absolute;
}

.preload * {
  transition: none !important;
}

.developed-by-link {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/typography/typography.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/subset-TTNormsPro-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/subset-TTNormsPro-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/subset-TTNormsPro-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/subset-TTNormsPro-MediumItalic.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/subset-TTNormsPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/subset-TTNormsPro-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/subset-TTNormsPro-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url(../fonts/subset-TTNormsPro-ExtraBoldItalic.woff2) format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url(../fonts/subset-MuseoSansRounded-700.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url(../fonts/subset-MuseoSansRounded-900.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Needed for bootstrap font-size calculation override */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-wrap: balance;
  color: inherit;
}
body.station-star-fm h1,
body.station-star-fm .h1,
body.station-star-fm h2,
body.station-star-fm .h2,
body.station-star-fm h3,
body.station-star-fm .h3,
body.station-star-fm h4,
body.station-star-fm .h4,
body.station-star-fm h5,
body.station-star-fm .h5,
body.station-star-fm h6,
body.station-star-fm .h6 {
  font-family: "Museo Sans Rounded", sans-serif;
  font-weight: 600;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
  transition: 250ms ease-in-out;
  transition-property: color;
  color: inherit;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  color: #f5f5f5;
}

h1,
.h1 {
  font-size: 5.8rem;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 4.2rem;
  }
}

h2,
.h2 {
  font-size: 4.8rem;
  line-height: 1.125;
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 2.6rem;
  }
}

h3,
.h3 {
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 2.2rem;
  }
}

h4,
.h4 {
  font-size: 2.2rem;
  line-height: 1.272;
}
@media (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 1.8rem;
  }
}

h5,
.h5 {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  h5,
  .h5 {
    font-size: 1.6rem;
  }
}

h6,
.h6 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  h6,
  .h6 {
    font-size: 1.4rem;
  }
}

.paragraph {
  margin-bottom: 0;
}
.paragraph + * {
  margin-top: 16px;
}

span.paragraph {
  display: block;
}

.title {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
}
body.station-star-fm .title {
  font-weight: 600;
}
.title + * {
  margin-top: 24px;
}

.title--color-orange {
  color: #ff6737;
}

.title--color-blue {
  color: #91ebff;
}

.text a {
  color: var(--link-color);
  text-decoration: underline;
}
.text a:hover {
  color: var(--link-color);
  text-decoration: none;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/404/404.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.is-404 .title {
  margin-bottom: 0;
}
.is-404 .title + * {
  margin-top: 32px;
}

.section--404 {
  text-align: center;
}

.section--404 .section__head + .section__container {
  padding-top: 30px;
}

.section--404 .section__title {
  font-size: 14rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (max-width: 575.98px) {
  .section--404 .section__title {
    font-size: 10rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/advertising/advertising.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.advertising {
  display: flex;
  overflow: hidden;
}
* + .advertising {
  margin-top: 40px;
}

.advertising--right {
  justify-content: flex-end;
}

.card--advertising .advertising--vertical {
  justify-content: flex-end;
}
@media (max-width: 1024.98px) {
  .card--advertising .advertising--vertical {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .advertising--small {
    justify-content: center;
  }
}

.advertising--sitehat {
  position: relative;
  justify-content: center;
}

@media (max-width: 1149.98px) {
  .advertising--sitehat-aspect-ratio {
    display: none;
  }
}
@media (min-width: 1150px) {
  .advertising--sitehat-aspect-ratio {
    position: relative;
    position: relative;
  }
  .advertising--sitehat-aspect-ratio::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 14.3061516452%;
  }
  .advertising--sitehat-aspect-ratio > :first-child {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
}

.sitehat iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .advertising--expanding-center.is-visible iframe {
    width: 100% !important;
  }
}

.advertising--expanding {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  margin: 0;
  z-index: 99;
}
.advertising--expanding.is-visible {
  display: inline-block;
}

.advertising--expanding-center {
  border: none;
  left: 0;
}

.advertising__desktop {
  display: none;
}
@media (min-width: 992px) {
  .advertising__desktop {
    display: block;
  }
}

@media (min-width: 992px) {
  .advertising__mobile {
    display: none;
  }
}
.advertising--mini-mobile .advertising__mobile {
  margin: 0 auto;
}

* + .advertising--siteheader,
* + .advertising--fullscreen {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.advertising--fullscreen {
  display: none;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  z-index: 99999;
}
.advertising--fullscreen .header__logo-link {
  position: static;
}
.advertising--fullscreen .header__logo-link svg {
  max-height: 80px;
  width: auto;
}
.advertising--fullscreen.is-loaded:not(.is-hidden) {
  display: flex;
}

.advertising__inner {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.advertising--vertical .advertising__inner {
  width: 100%;
}
.advertising--fullscreen .advertising__inner {
  padding-top: 58px;
}

.sitehat {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.sitehat + .section--cards {
  padding-top: 0;
}
.sitehat.container {
  width: 100%;
  padding: 0;
}

.container .advertising__header .container {
  padding: 0 16px;
}

.advertising__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  padding-top: 16px;
  padding-bottom: 8px;
  z-index: 2;
}

.advertising__header-inner {
  display: flex;
  align-items: center;
}

.advertising__close-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-left: auto;
}

.advertising__close {
  display: inline-flex;
  border: none;
  color: currentColor;
  padding: 4px;
  margin-top: 0;
  z-index: 2;
  transition: opacity 200ms 250ms;
}
.advertising__close:hover {
  background-color: #000000;
  color: #ffffff;
}

.advertising__close--primary {
  position: absolute;
  top: 0;
  right: 0;
}

.advertising--fullscreen .advertising__desktop > div,
.advertising--fullscreen .advertising__mobile > div {
  display: grid;
  place-content: center;
}

.advertising__progressbar-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.advertising--expanding-center.is-visible .advertising__desktop > div {
  width: 100% !important;
}

.advertising__progressbar {
  width: 0;
  height: 4px;
}

.advertising--siteheader-mobile {
  position: sticky;
  top: 0;
  left: 0;
  margin-top: 0;
  padding-top: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  will-change: max-height;
  max-height: 250px;
}
.advertising--siteheader-mobile.is-fixed, .is-scroll-disabled .advertising--siteheader-mobile {
  z-index: 30;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/header/header.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
:root {
  --header-main-height: 164px;
  --header-main-offset: 20px;
  --header-main-inner-height: 72px;
  --header-main-nav-color: #201e1e;
  --header-main-nav-current-color: #e0091d;
  --header-main-icon-color: #e0091d;
  --header-main-icon-hover-color: #201e1e;
  --header-main-logo-max-width: 192px;
  --header-top-height: 44px;
  --header-top-nav-current-color: #e0091d;
  --header-nav-z-index: 30;
  --header-anchor-offset: 24px;
}

@media (max-width: 1440.98px) {
  :root {
    --header-main-logo-max-width: 148px;
  }
}
@media (max-width: 1149.98px) {
  :root {
    --header-main-height: 92px;
    --header-top-height: 14px;
    --header-main-logo-max-width: 75px;
    --header-main-nav-color: #ffffff;
    --header-main-nav-current-color: #000000;
    --header-main-icon-color: #ffffff;
  }
}
body.station-power {
  --header-main-nav-color: #ffffff;
  --header-main-nav-current-color: #000000;
  --header-main-icon-color: #ffffff;
  --header-main-icon-hover-color: #000000;
  --header-top-nav-current-color: #ff006e;
  --header-main-logo-max-width: 264px;
}
@media (max-width: 1440.98px) {
  body.station-power {
    --header-main-logo-max-width: 208px;
  }
}
@media (max-width: 1149.98px) {
  body.station-power {
    --header-main-logo-max-width: 120px;
  }
}

.header {
  position: sticky;
  top: calc(var(--header-main-offset) + var(--wp-admin--admin-bar--height, 0px));
  left: 0;
  width: 100%;
  height: var(--header-main-height);
  grid-area: header;
  z-index: 30;
}
@media (max-width: 1149.98px) {
  .header {
    top: var(--wp-admin--admin-bar--height, 0);
    padding-top: var(--header-main-offset);
  }
}
@media (min-width: 1150px) {
  .header {
    pointer-events: none;
  }
}
.header.is-open {
  position: fixed;
  top: calc(var(--header-main-offset) + var(--wp-admin--admin-bar--height, 0px)) !important;
  padding-top: 0;
}
.header + * {
  margin-top: calc(var(--header-main-height) * -1);
}

.header-top-nav {
  position: relative;
  height: var(--header-top-height);
  text-transform: uppercase;
  grid-area: header-top-nav;
  background-color: #ffffff;
}
@media (max-width: 1149.98px) {
  .header-top-nav {
    display: none;
  }
}
.header__sub-inner .header-top-nav {
  display: flex;
  align-items: center;
  --height: 56px;
  height: auto;
  width: calc(100% + var(--padding-inline) * 2 - var(--container-padding) * 2);
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: none;
  color: currentColor;
  background-color: transparent;
  --icon-width: 24px;
  --padding-left: 24px;
  --padding-right: calc(var(--padding-left) + var(--icon-width) + 8px);
  margin-inline: calc(var(--padding-inline) * -1 + var(--container-padding));
}
@media (min-width: 576px) and (max-width: 1149.98px) {
  .header__sub-inner .header-top-nav {
    max-width: 340px;
  }
}
.header__sub-inner .header-top-nav::after {
  content: "";
  position: absolute;
  top: calc(var(--height) - var(--icon-width) - var(--icon-width) * 0.5 - 2px);
  right: 16px;
  width: var(--icon-width);
  height: var(--icon-width);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7 10L12.0008 14.58L17 10%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  transition: transform 250ms ease-in-out;
}
.header__sub-inner .header-top-nav.is-subnav-open::after {
  transform: scaleY(-1);
}
.header-top-nav.container {
  --container-padding: 0px;
}
.header__sub-inner .header-top-nav.container {
  pointer-events: auto;
  --container-padding: 16px;
}

.header .header__container {
  display: flex;
  --gap: 24px;
  gap: var(--gap);
  position: relative;
  pointer-events: auto;
}
@media (max-width: 1149.98px) {
  .header .header__container {
    pointer-events: none;
  }
}
@media (max-width: 1149.98px) {
  body.is-scrolled .header > .header__container {
    max-height: calc(var(--header-main-height) * 0.5);
  }
}

.header__inner {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 48px;
  flex: 1;
  padding-left: calc(var(--header-main-logo-max-width) + var(--gap));
}
@media (max-width: 1149.98px) {
  .header__inner {
    position: relative;
    justify-content: flex-end;
    z-index: calc(var(--header-nav-z-index) + 4);
  }
}
@media (min-width: 1150px) {
  .header__inner {
    margin-inline: 24px;
  }
}
@media (min-width: 1441px) {
  .header__inner {
    padding-right: 32px;
  }
}
.header .header__inner {
  height: var(--header-main-inner-height);
}
@media (max-width: 1149.98px) {
  .header .header__inner::before {
    content: "";
    position: absolute;
    top: calc(var(--header-top-height) * -1);
    left: calc(var(--container-padding) * -0.5);
    width: calc(100% + var(--container-padding) * 1);
    height: calc(100% + var(--header-top-height));
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px); /* stylelint-disable-line declaration-no-important */
    opacity: 0;
    pointer-events: none;
    z-index: calc(var(--header-nav-z-index) + 4);
    transition: opacity 250ms ease-in-out;
  }
}
@media (min-width: 1150px) {
  .header .header__inner {
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px); /* stylelint-disable-line declaration-no-important */
    border-radius: 12px;
  }
}
@media (max-width: 1149.98px) {
  .header.is-open .header__inner::before {
    opacity: 1;
  }
}

.header__logo-link {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: var(--header-main-logo-max-width);
  z-index: 10;
  transform-origin: 0 0;
  transition: transform 250ms ease-in-out;
}
@media (max-width: 1149.98px) {
  .header__logo-link {
    pointer-events: auto;
    z-index: 35;
  }
}
@media (min-width: 1150px) {
  .header__logo-link {
    top: calc(var(--header-main-offset) * -1);
    left: 16px;
  }
}
body.station-star-fm .header.is-open .header__logo-link [fill="#ED1E2E"] {
  fill: #ffffff;
}
body.station-star-fm .header.is-open .header__logo-link [fill=white] {
  fill: var(--station-color);
}
body.is-scrolled .header:not(.is-open) .header__logo-link {
  transform: translate3d(20px, 32px, 0) scale(0.73);
}
@media (max-width: 1149.98px) {
  body.is-scrolled .header:not(.is-open) .header__logo-link {
    transform: scale(0.63);
  }
}

@media (max-width: 1149.98px) {
  .header__sub-inner {
    display: flex;
    flex-direction: column;
    --gap: 54px;
    gap: var(--gap);
    position: fixed;
    content-visibility: hidden;
    top: calc(var(--header-top-height) * -1);
    left: 0;
    width: 100%;
    height: calc(var(--app-height) + var(--header-top-height));
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    background-color: var(--station-color);
    color: #ffffff;
    --padding-inline: 40px;
    padding: calc(var(--header-main-height) + 32px) var(--padding-inline) 0;
    z-index: var(--header-nav-z-index);
  }
  .header.is-open .header__sub-inner {
    opacity: 1;
    pointer-events: auto;
    content-visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 1149.98px) {
  .header__sub-inner {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1150px) {
  .header__sub-inner {
    display: grid;
    align-items: inherit;
    align-self: center;
    gap: var(--gap);
    flex: 1;
    grid-template-columns: minmax(0, 1fr) minmax(0, var(--header-main-logo-max-width));
  }
}
@media (max-width: 1149.98px) {
  body.station-power .header__sub-inner {
    background-color: var(--on-air-background-color);
  }
}

@media (max-width: 1149.98px) {
  * + .header__nav {
    margin-top: -20px;
  }
}

@media (max-width: 1149.98px) {
  .header__hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    pointer-events: auto;
    background-color: transparent;
    color: var(--station-color);
    padding: 0;
    z-index: calc(var(--header-nav-z-index) + 4);
    transition: 250ms ease-in-out;
    transition-property: color, transform;
  }
}
@media (min-width: 1150px) {
  .header__hamburger {
    display: none;
  }
}
.header.is-open .header__hamburger, body.station-power .header__hamburger {
  color: #ffffff;
}
.header.is-dark:not(.is-open) .header__hamburger {
  color: #000000;
}
@media (max-width: 1149.98px) {
  body.is-scrolled .header__hamburger {
    transform: translateY(-8px);
  }
}

@media (max-width: 1149.98px) {
  .header__hamburger-icon {
    display: grid;
    width: 40px;
    height: 40px;
    margin-bottom: -0.4em;
  }
  .header__hamburger-icon > * {
    grid-area: 1/-1;
  }
}

.header__hamburger-icon-opened,
.header__hamburger-icon-closed {
  transition: opacity 250ms ease-in-out;
}

.header__hamburger-icon-opened {
  opacity: 0;
}
.header.is-open .header__hamburger-icon-opened {
  opacity: 1;
}

.header.is-open .header__hamburger-icon-closed {
  opacity: 0;
}

.header__hamburger .icon {
  width: inherit;
  height: inherit;
  font-size: initial;
}

.header__hamburger .image--svg [fill]:not([fill=none]):not([fill*="url("]) {
  fill: currentColor;
}
.header__hamburger .image--svg [stroke]:not([stroke=none]) {
  stroke: currentColor;
}

@media (max-width: 1149.98px) {
  .header__hamburger-text {
    transition: opacity 250ms ease-in-out;
  }
}
@media (max-width: 1149.98px) {
  body.is-scrolled .header:not(.is-open) .header__hamburger-text {
    opacity: 0;
  }
}

.header-top-nav .nav__list {
  justify-content: center;
  gap: 72px;
}
@media (max-width: 1280.98px) {
  .header-top-nav .nav__list {
    gap: 56px;
  }
}
.header__sub-inner .header-top-nav .nav__list {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  max-height: var(--height);
  overflow: hidden;
  padding-inline: var(--padding-left) var(--padding-right);
  transition: max-height 250ms ease-in-out;
}
body.station-power .header__sub-inner .header-top-nav .nav__list {
  border-radius: 12px;
}
.header__sub-inner .header-top-nav.is-subnav-open .nav__list {
  max-height: 300px;
}
.header__nav .nav__list {
  justify-content: center;
}
@media (min-width: 1150px) and (max-width: 1280.98px) {
  .header__nav .nav__list {
    gap: 18px;
  }
}
@media (max-width: 1149.98px) {
  .header__nav .nav__list {
    flex-direction: column;
    gap: 20px;
  }
}

.header-top-nav .nav__item {
  display: flex;
  align-items: center;
  height: var(--header-top-height);
}
.header-top-nav .nav__item.is-current {
  position: relative;
}
.header__sub-inner .header-top-nav .nav__item {
  flex: 0 0 var(--height);
}
.header__sub-inner .header-top-nav .nav__item.is-current {
  order: -1;
}

.header-top-nav .nav__link {
  position: static;
  font-size: 1.4rem;
}
@media (max-width: 1149.98px) {
  .header-top-nav .nav__link {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 2.2rem;
    color: currentColor;
  }
}
.header-top-nav .nav__link:hover, .header-top-nav .nav__link[aria-current=page] {
  color: currentColor;
}
@media (min-width: 1150px) {
  .header-top-nav .nav__link:hover, .header-top-nav .nav__link[aria-current=page] {
    color: var(--header-top-nav-current-color);
  }
}
@media (max-width: 1149.98px) {
  .header-top-nav .nav__link:hover, .header-top-nav .nav__link[aria-current=page] {
    pointer-events: none;
  }
}
.header__nav .nav__link {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.111;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--header-main-nav-color);
}
@media (max-width: 1280.98px) {
  .header__nav .nav__link {
    font-size: 1.6rem;
  }
}
@media (max-width: 1149.98px) {
  .header__nav .nav__link {
    font-size: 2.4rem;
    color: currentColor;
  }
}
.header.is-light .nav__link {
  color: #ffffff;
}
.header.is-dark:not(.is-open) .nav__link {
  color: #000000;
}
.header__nav .nav__link:hover, .header__nav .nav__link[aria-current=page], .header__nav .nav__link.active {
  color: var(--header-main-nav-current-color);
}
.header__nav .nav__link:focus {
  color: var(--header-main-nav-current-color);
  opacity: 0.8;
}

@media (max-width: 1149.98px) {
  .header-top-nav .nav__icon-current {
    display: none;
  }
}
@media (min-width: 1150px) {
  .header-top-nav .nav__icon-current {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5em;
    height: 0.5em;
  }
  .header-top-nav .nav__icon-current [fill]:not([fill=none]):not([fill*="url("]) {
    fill: var(--on-air-background-color);
  }
  .header-top-nav .nav__icon-current [stroke]:not([stroke=none]) {
    stroke: var(--on-air-background-color);
  }
}
@media (min-width: 1150px) {
  .header-top-nav .nav__icon-current.image--svg {
    display: flex;
    font-size: initial;
  }
}

.header__list-icons.list-icons {
  gap: 20px;
  --font-size: 3.2rem;
  --hover-color: var(--header-main-icon-hover-color);
  justify-content: flex-end;
  color: var(--header-main-icon-color);
}
@media (max-width: 1149.98px) {
  .header__list-icons.list-icons {
    justify-content: flex-start;
  }
}
.header.is-dark:not(.is-open) .header__list-icons {
  color: #000000;
}

@media (max-width: 1149.98px) {
  .header__shape {
    position: relative;
    width: calc(100% + var(--padding-inline) * 2);
    aspect-ratio: 390/200;
    overflow: hidden;
    flex: 0 0 auto;
    margin-inline: calc(var(--padding-inline) * -1);
    margin-top: auto;
  }
  body.station-star-fm .header__shape::before, body.station-star-fm .header__shape::after, body.station-power .header__shape::before, body.station-power .header__shape::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  body.station-star-fm .header__shape::before, body.station-star-fm .header__shape::after {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: 50% 50%;
  }
  body.station-star-fm .header__shape::before {
    width: 150%;
    aspect-ratio: 447/382;
    background-image: url(../images/icons/shape-star.svg);
    transform: translateX(-50%) rotate(16deg) scale(0.8);
    animation: headerRotatingReverse 20s linear infinite paused;
  }
  body.station-star-fm .header.is-open .header__shape::before {
    animation-play-state: running;
  }
  body.station-star-fm .header__shape::after {
    width: 140%;
    aspect-ratio: 566/483;
    background-image: url(../images/icons/shape-star-thin.svg);
    transform: translateX(-50%) rotate(-16deg);
    animation: headerRotating 20s linear infinite paused;
  }
  body.station-star-fm .header.is-open .header__shape::after {
    animation-play-state: running;
  }
  body.station-power .header__shape {
    aspect-ratio: 390/280;
  }
  body.station-power .header__shape::before {
    top: 35%;
    left: 0;
    width: 120%;
    aspect-ratio: 439/295;
    background-image: url(../images/icons/shape-power-menu-circle.svg);
    transform-origin: 25% 50%;
    animation: beat 1s linear infinite paused;
  }
  body.station-power .header__shape::after {
    top: 35%;
    left: 0;
    width: 120%;
    aspect-ratio: 439/295;
    background-image: url(../images/icons/shape-power-menu-waves.svg);
    transform-origin: 25% 50%;
    animation: wave 1s linear infinite paused;
  }
  body.station-power .header.is-open .header__shape::after, body.station-power .header.is-open .header__shape::before {
    animation-play-state: running;
  }
}
@media (min-width: 1150px) {
  .header__shape {
    display: none;
  }
}

@keyframes headerRotatingReverse {
  from {
    transform: translateX(-50%) rotate(16deg) scale(0.8);
  }
  to {
    transform: translateX(-50%) rotate(376deg) scale(0.8);
  }
}
@keyframes headerRotating {
  from {
    transform: translateX(-50%) rotate(-16deg);
  }
  to {
    transform: translateX(-50%) rotate(-376deg);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.02);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wave {
  0% {
    transform: rotate(-20deg) translateX(0);
  }
  25% {
    transform: rotate(-20deg) translateX(1.5%);
  }
  50% {
    transform: rotate(-20deg) translateX(0);
  }
  70% {
    transform: rotate(-20deg) translateX(3%);
  }
  100% {
    transform: rotate(-20deg) translateX(0);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/anchor-content/anchor-content.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.section--anchor-content {
  overflow: clip;
}
.section--anchor-content:has(.advertising__mobile:not(:empty)) {
  display: flex;
  flex-direction: column;
  padding-top: var(--section-padding-block);
}

.section--anchor-content .section__head + .section__container {
  padding-top: 48px;
}
.section--anchor-content.section--background-color .section__container {
  padding-bottom: calc(var(--section-padding-block) + 54px);
}
@media (max-width: 1149.98px) {
  .section--anchor-content.section--background-color .section__container {
    padding-bottom: calc(var(--section-padding-block) + 16px);
  }
}
@media (max-width: 767.98px) {
  .section--anchor-content.section--background-color .section__container {
    padding-bottom: calc(var(--section-padding-block) + 8px);
  }
}

@media (max-width: 991.98px) {
  .section--anchor-content:has(.advertising__mobile:not(:empty)) .section__head {
    display: contents;
  }
}

@media (max-width: 991.98px) {
  .section--anchor-content .advertising {
    order: 3;
    padding-inline: var(--advertising-content-padding-edge);
  }
}

@media (min-width: 768px) {
  .anchor-content {
    display: grid;
    --aside-width: 235px;
    grid-template-columns: minmax(0, var(--aside-width)) minmax(0, 1fr);
    gap: 8px;
    --anchor-links-gap: 40px;
    --anchor-links-icon-width: .762em;
  }
}
@media (min-width: 1150px) {
  .anchor-content {
    --aside-width: 275px;
  }
}

@media (max-width: 767.98px) {
  .anchor-content__aside {
    display: none;
  }
}
@media (min-width: 768px) {
  .anchor-content__aside {
    position: relative;
    z-index: 15;
  }
}

.anchor-content__aside-navigation {
  position: sticky;
  top: calc(var(--header-main-height) + 80px);
  display: flex;
  flex-direction: column;
  gap: var(--anchor-links-gap);
}

.anchor-content__body {
  max-width: 840px;
  position: relative;
}

.anchor-content__body-section[id] {
  scroll-margin-top: calc(var(--header-main-height) - var(--sitehat-height, 0px));
  padding-block: 122px;
}
@media (max-width: 1149.98px) {
  .anchor-content__body-section[id] {
    padding-block: 80px;
  }
}
@media (max-width: 767.98px) {
  .anchor-content__body-section[id] {
    padding-block: 54px;
  }
}
.anchor-content__body-section[id]:first-of-type {
  padding-top: 0;
}
.anchor-content__body-section[id]:last-of-type {
  padding-bottom: 0;
}

.anchor-content__link {
  position: relative;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.333;
  text-decoration: none;
  color: #353535;
  padding-left: calc(var(--anchor-links-icon-width) + 8px);
  transition: 250ms ease-in-out;
  transition-property: color, font-weight;
}
@media (max-width: 1149.98px) {
  .anchor-content__link {
    font-size: 1.8rem;
  }
}
* + .anchor-content__link::before {
  content: "";
  position: absolute;
  left: calc(var(--anchor-links-icon-width) * 0.5);
  bottom: 100%;
  width: 1px;
  height: calc(var(--anchor-links-gap));
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}
.anchor-content__link.active {
  font-weight: 700;
  color: var(--station-color);
}
body.station-power .anchor-content__link.active {
  color: #ff006e;
}

.anchor-content__link-figure {
  position: absolute;
  left: 0;
  top: 0.3em;
  width: var(--anchor-links-icon-width);
  height: var(--anchor-links-icon-width);
  display: grid;
}
.anchor-content__link-figure > * {
  grid-area: 1/-1;
}

.anchor-content__link-icon {
  transition: opacity 250ms ease-in-out;
}
.anchor-content__link-icon.image [fill]:not([fill=none]):not([fill*="url("]) {
  fill: currentColor;
}
.anchor-content__link-icon.image [stroke]:not([stroke=none]) {
  stroke: currentColor;
}
.anchor-content__link-icon.image .image__img {
  width: 100%;
}
.anchor-content__link-icon.icon {
  font-size: 76.2%;
}

.anchor-content__link-icon--outline {
  opacity: 1;
}
.anchor-content__link.active .anchor-content__link-icon--outline {
  opacity: 0;
}

.anchor-content__link.active .anchor-content__link-icon--filled {
  opacity: 1;
}
.anchor-content__link:not(.active) .anchor-content__link-icon--filled {
  opacity: 0;
}
body.station-power .anchor-content__link-icon--filled {
  margin-top: 0.08em;
}

.anchor-content__bg-container {
  --totalHeight: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--totalHeight);
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.anchor-content__bg-image {
  position: sticky;
  top: 96px;
  width: 100%;
}
body.station-power .anchor-content__bg-image {
  top: 96px;
  max-width: 620px;
}

.anchor-content__bg-image svg {
  width: 100%;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/animation/animation.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.js-animation {
  opacity: 0;
  transform: translateY(10%);
  transition-property: opacity, transform;
  transition-duration: 650ms;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.js-animation.is-in-viewport {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/bubbles/bubbles.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.bubbles__item.is-animating > path:first-child {
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  animation-name: pulse;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes pulse {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/button-group/button-group.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/button/button.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  color: currentColor;
  padding: 8px 0;
  margin: 0;
  transition: 750ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: color, background-color, border-color;
}
.button [fill]:not([fill=none]):not([fill*="url("]) {
  fill: var(--link-hover-color);
}
.button [stroke]:not([stroke=none]) {
  stroke: var(--link-hover-color);
}
.button:hover {
  color: var(--link-hover-color);
}

a.button {
  color: currentColor;
}

.button--primary,
a.button--primary {
  color: #ffffff;
}
.button--primary [fill]:not([fill=none]):not([fill*="url("]),
a.button--primary [fill]:not([fill=none]):not([fill*="url("]) {
  fill: currentColor;
}
.button--primary [stroke]:not([stroke=none]),
a.button--primary [stroke]:not([stroke=none]) {
  stroke: currentColor;
}
body.station-power .button--primary,
body.station-power a.button--primary {
  color: var(--bs-body-color);
}

.button--primary {
  position: relative;
  gap: 16px;
  border-color: var(--station-color);
  border-radius: var(--button-border-radius);
  isolation: isolate;
  overflow: hidden;
  background-color: var(--station-color);
  padding: 13px 40px;
}
body.station-power .button--primary {
  padding-block: 17px;
}
.button--primary::after {
  content: "";
  position: absolute;
  top: calc(100% + 5em);
  left: 50%;
  width: 70%;
  aspect-ratio: 1/1;
  box-shadow: 0 0 0 5em #e0091d;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
  transform: translateX(-50%);
  transition: 350ms ease-in-out;
  transition-property: box-shadow, background-color, transform, opacity;
}
body.station-power .button--primary::after {
  box-shadow: 0 0 0 5em var(--station-color);
}
.button--primary:hover {
  border-color: var(--station-color);
  color: #ffffff;
  background-color: #e0091d;
}
body.station-power .button--primary:hover {
  background-color: var(--station-color);
}
.button--primary:hover::after {
  opacity: 0;
  box-shadow: 0 0 0 6em #e0091d;
  transform: scale(2.5) translate(-15%, -30%);
}
body.station-power .button--primary:hover::after {
  box-shadow: 0 0 0 6em #dd7bff;
}

.button--block {
  display: block;
  width: 100%;
}

.button .icon {
  font-size: 100%;
  color: inherit;
}

.button .image--svg-arrow {
  margin-bottom: -0.1em;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/collapse/collapse.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
[data-bs-toggle=collapse] .image--svg {
  transition: transform 250ms ease-in-out;
}
[data-bs-toggle=collapse][aria-expanded=true] .image--svg {
  transform: scaleY(-1);
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/container/container.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.container {
  --container-max-width: 1398px;
  --container-padding: 16px;
  width: min(100vw - var(--container-padding) * 2, var(--container-max-width));
  margin: 0 auto;
  max-width: 100%;
}

.container--small {
  --container-max-width: 1014px;
  --container-padding: 16px;
  width: min(100vw - var(--container-padding) * 2, var(--container-max-width));
  max-width: 100%;
}
/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/tom-select/dist/css/tom-select.css ***!
  \*******************************************************************************************************************************/
/**
 * tom-select.css (v2.4.1)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(124.5, 124.5, 124.5);
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/*# sourceMappingURL=tom-select.css.map */
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/custom-select/custom-select.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.form__field-inner .ts-wrapper {
  margin-bottom: -0.2em;
  margin-top: 0.1em;
}
.ts-wrapper.form__field-input {
  padding: 0;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  font-size: inherit;
  line-height: inherit;
  color: currentColor;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: initial;
}

.full .ts-control {
  background-color: initial;
}

.ts-control {
  height: 100%;
  border: 0;
  padding: 0;
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  border: 0;
}
.ts-control > * {
  display: inline-flex;
  align-items: center;
}
.ts-control:not(.rtl) {
  padding-right: calc(var(--input-padding) * 2) !important;
}

.items-placeholder {
  opacity: 0.5;
}
.items-placeholder::input-placeholder {
  color: currentColor;
}
.items-placeholder::-moz-placeholder {
  color: currentColor;
}
.items-placeholder::placeholder {
  color: currentColor;
}

.dropdown-input.ts-custom-search {
  height: 52px;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  color: #737373;
  padding-inline: var(--input-padding);
}
.dropdown-input.ts-custom-search::input-placeholder {
  font-style: italic;
  font-weight: 400;
  color: #737373;
}
.dropdown-input.ts-custom-search::-moz-placeholder {
  font-style: italic;
  font-weight: 400;
  color: #737373;
}
.dropdown-input.ts-custom-search::placeholder {
  font-style: italic;
  font-weight: 400;
  color: #737373;
}

.ts-dropdown-content {
  max-height: 272px;
}

.ts-dropdown {
  border: 0;
  border-radius: 0 0 0.22em 0.22em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
}
.form__field-inner .ts-dropdown {
  width: calc(100% + var(--input-padding) * 2);
  left: calc(var(--input-padding) * -1);
}

.ts-dropdown .active {
  color: currentColor;
  background-color: var(--dropdown-active-background-color);
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  font-size: 1.8rem;
  padding: 11px var(--input-padding);
}

.ts-dropdown [data-selectable] .highlight {
  color: currentColor;
  background-color: color-mix(in srgb, var(--dropdown-active-background-color), black 10%);
}

.plugin-dropdown_input.has-items .items-placeholder:only-child,
.plugin-dropdown_input.dropdown-active .items-placeholder:only-child {
  display: block !important;
}

.ts-control > .item {
  font-weight: 500;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/favorite-song/favorite-song.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
@media (min-width: 1150px) {
  .favorite-song .section__container {
    padding-inline: 48px;
  }
}

.favorite-song .two-columns {
  align-items: center;
  --column-gap: 68px;
}
@media (max-width: 1149.98px) {
  .favorite-song .two-columns {
    --column-gap: 32px;
  }
}
@media (max-width: 767.98px) {
  .favorite-song .two-columns {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 24px;
    --column-gap: 0;
  }
}

@media (max-width: 767.98px) {
  .favorite-song__image {
    max-width: 400px;
    margin-inline: auto;
  }
}

.favorite-song .two-columns__item--form {
  width: 100%;
}
@media (min-width: 768px) {
  .favorite-song .two-columns__item--form {
    max-width: 578px;
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  .favorite-song__title,
  .favorite-song__text {
    text-align: center;
  }
}

.favorite-song__title {
  font-size: 5.4rem;
  line-height: 1.037;
  letter-spacing: -0.02em;
}
body.station-star-fm .favorite-song__title {
  font-family: "Museo Sans Rounded", sans-serif;
  font-weight: 600;
  color: var(--section-title-color);
}
body.station-power .favorite-song__title {
  font-size: 9.6rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.favorite-song__text {
  font-size: 1.8rem;
  line-height: 1.555;
}
* + .favorite-song__text {
  margin-top: 8px;
}
.favorite-song__text:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .favorite-song__text:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .favorite-song .form .gform_footer {
    justify-content: center;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/featured-image/featured-image.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.on-air + .section.featured-image > .container:first-child {
  padding-top: 40px;
}
.section.featured-image:last-child > .container:last-child {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .featured-image .section__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .featured-image * + .advertising {
    margin-top: 0;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/featured-label/featured-label.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.featured-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  line-height: 1;
  --border-color: rgb(from #000000 r g b / .2);
  letter-spacing: -0.02em;
  border: 1px solid var(--border-color);
  border-radius: 1.5em;
  text-transform: uppercase;
  padding: 8px 20px;
}
@media (max-width: 767.98px) {
  .featured-label {
    font-size: 1.6rem;
  }
}

.featured-label .icon {
  font-size: 50%;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/footer/footer.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.footer {
  grid-area: footer;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #201e1e;
  color: #ffffff;
}
@media (max-width: 1149.98px) {
  .footer {
    position: relative;
  }
}

.footer__container {
  position: relative;
  background: inherit;
  padding-block: 88px 42px;
}
@media (max-width: 767.98px) {
  .footer__container {
    padding-block: 56px 40px;
  }
}
@media (min-width: 1150px) {
  .footer__container {
    padding-inline: var(--advertising-content-padding-edge);
  }
}

.footer__logo-link {
  display: inline-block;
  max-width: 132px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .footer__logo-link {
    max-width: 94px;
  }
}
.footer__logo-link .image__img {
  width: 200px;
}
body.station-power .footer__logo-link {
  max-width: 160px;
}

.footer__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px 72px;
}
@media (max-width: 1440.98px) {
  .footer__columns {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 1280.98px) {
  .footer__columns {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .footer__columns > * {
    flex: 0 0 calc(100% / 3 - 32px + 32px / 3);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer__columns {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .footer__columns > * {
    flex: 0 0 calc(100% / 2 - 32px + 32px / 2);
  }
}
@media (max-width: 575.98px) {
  .footer__columns {
    flex-direction: column;
    gap: 32px;
  }
}
* + .footer__columns {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  * + .footer__columns {
    margin-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .footer__column--icons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 80px;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer__column--icons {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .footer__column--icons > * {
    flex: 0 0 calc(100% / 2 - 32px + 32px / 2);
  }
}

.footer__column-title {
  display: block;
  max-width: 240px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.09;
}

* + .footer__column-block {
  margin-top: 48px;
}
@media (max-width: 767.98px) {
  .footer__column--icons * + .footer__column-block {
    margin-top: 0;
  }
}

.footer__column-text {
  max-width: 220px;
  font-size: 1.8rem;
  line-height: 1.333;
}
.footer__column-text .link {
  font-weight: 500;
  color: var(--link-color);
}
.footer__column-text .link:hover,
.footer__column-text .paragraph:not(.has-only-link) .link:hover {
  color: var(--link-color);
}
.footer__column-text .paragraph:not(.has-only-link) .link {
  font-weight: inherit;
  color: inherit;
}
.footer__column-text .paragraph:not(.has-only-link) + .paragraph.has-only-link {
  margin-top: 24px;
}
.footer__column-text .paragraph.has-only-link + .paragraph.has-only-link {
  margin-top: 12px;
}
.footer__column-text .paragraph.has-only-link + .paragraph:not(.has-only-link) {
  margin-top: 20px;
}
* + .footer__column-text {
  margin-top: 16px;
}

.footer__list-icons.list-icons {
  --font-size: 3.2rem;
  gap: 20px;
}

* + .footer__list-logos.list-logos {
  margin-top: 106px;
}
@media (max-width: 767.98px) {
  * + .footer__list-logos.list-logos {
    margin-top: 72px;
  }
}
.footer__list-logos.list-logos {
  --gap: 128px;
}
@media (max-width: 1280.98px) {
  .footer__list-logos.list-logos {
    --gap: 88px;
  }
}
@media (max-width: 767.98px) {
  .footer__list-logos.list-logos {
    --gap: 36px;
  }
}

.footer__app-link {
  display: block;
  transition: opacity 250ms ease-in-out;
}
* + .footer__app-link {
  margin-top: 24px;
}
.footer__app-link:hover {
  opacity: 0.6;
}

.footer__copyright {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #d4d4d4;
}
* + .footer__copyright {
  margin-top: 54px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/form/form.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 2.5rem;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .col-form-label-sm {
    font-size: 1.75rem;
  }
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .form-control {
    font-size: 2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: calc(1.3rem + 0.6vw);
  border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .form-control-sm {
    font-size: 1.75rem;
  }
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: calc(1.375rem + 1.5vw);
  border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 2.5rem;
  }
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: 30px;
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: 30px;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .form-select {
    font-size: 2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: calc(1.3rem + 0.6vw);
  border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .form-select-sm {
    font-size: 1.75rem;
  }
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.375rem + 1.5vw);
  border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 2.5rem;
  }
}

.form-check {
  display: block;
  min-height: 3rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2710%27 viewBox=%270 0 14 10%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.08632 7.06071L1.96499 3.93939L0.550781 5.3536L5.08632 9.88914L13.4503 1.52518L12.0361 0.110962L5.08632 7.06071Z%27 fill=%27%23ffffff%27/%3E%3C/svg%3E%0A");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23ffffff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgb%28134, 182.5, 254%29%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
@media (min-width: 1200px) {
  .input-group-text {
    font-size: 2rem;
  }
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.375rem + 1.5vw);
  border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 2.5rem;
  }
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: calc(1.3rem + 0.6vw);
  border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .input-group-sm > .form-control,
  .input-group-sm > .form-select,
  .input-group-sm > .input-group-text,
  .input-group-sm > .btn {
    font-size: 1.75rem;
  }
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: calc(1.3rem + 0.6vw);
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
@media (min-width: 1200px) {
  .valid-tooltip {
    font-size: 1.75rem;
  }
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: calc(1.3rem + 0.6vw);
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
@media (min-width: 1200px) {
  .invalid-tooltip {
    font-size: 1.75rem;
  }
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff5c5c%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff5c5c%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff5c5c%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff5c5c%27 stroke=%27none%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

:root {
  --input-padding: 12px;
}

.form__field,
.form__row > .form__field {
  position: relative;
}

.form__row {
  display: flex;
  flex-wrap: wrap;
}
.form .form__row {
  gap: 32px;
}

.form__field-inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  border-radius: 0.22em;
  border-bottom: 2px solid transparent;
  background-color: var(--input-background-color);
  padding: 8px var(--input-padding);
  transition: 250ms ease-in-out;
  transition-property: border-radius, border-color;
}
.form-check .form__field-inner {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.form__field--fileupload .form__field-inner, .form__field--radio .form__field-inner, .form__field--checkbox .form__field-inner {
  flex-direction: row;
}
.form__field--fileupload .form__field-inner {
  flex-wrap: wrap;
}
.form__field-inner:focus-within {
  border-color: #201e1e;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-check .form__field-inner:focus-within {
  border-color: transparent;
}

.form__field-label {
  font-size: 1.5rem;
  line-height: 1.067;
  font-weight: 500;
  color: var(--input-label-color);
  margin-bottom: 0;
}
.form__field--radio .form__field-label, .form__field--checkbox .form__field-label {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.333;
  cursor: pointer;
  color: currentColor;
  padding-left: 8px;
  padding-top: 0.1em;
  margin-bottom: 0;
}
.form__field--fileupload .form__field-label {
  cursor: pointer;
  padding-left: 56px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  height: 30px;
}

.form legend {
  font-size: 2rem;
  font-weight: 700;
}

.form__field-input {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  font-size: 2rem;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  color: currentColor;
  background-color: transparent;
  padding: 0;
  margin: 0;
  transition: 250ms ease-in-out;
  transition-property: background-color, border-color;
  /* stylelint-disable */
  /* stylelint-enable */
}
.form__field--radio .form__field-input, .form__field--checkbox .form__field-input {
  width: var(--size);
  height: var(--size);
  border: 2px solid currentColor;
  padding: 0;
  margin-left: calc(var(--size) * -1);
}
.form__field--radio .form__field-input {
  border-radius: 50%;
}
.form__field-inner .form__field-input {
  margin-bottom: -0.2em;
  margin-top: 0.1em;
}
.form__field-input.form-select {
  line-height: 1;
}
.form__field-input::-moz-placeholder {
  font-weight: 400;
  opacity: 0.5;
  color: currentColor;
}
.form__field-input::placeholder {
  font-weight: 400;
  opacity: 0.5;
  color: currentColor;
}
.form__field--radio .form__field-input:checked, .form__field--checkbox .form__field-input:checked, .form__field--radio .form__field-input:checked:focus, .form__field--checkbox .form__field-input:checked:focus {
  background-color: var(--station-color);
  border-color: var(--station-color);
}
.form__field-input:focus {
  border-color: currentColor;
  box-shadow: none;
  background-color: transparent;
  color: currentColor;
}
.form__field--radio .form__field-input:focus, .form__field--checkbox .form__field-input:focus {
  background-color: transparent;
}

textarea.form__field-input,
.form__field--textarea .form__field-input {
  height: 92px;
}

.form-select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L6.00081 5.58L11 1%27 stroke=%27%23201e1e%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-position: right calc(var(--input-padding) * 1.5) center;
  background-size: 0.6em;
}

.form__field--fileupload input {
  display: none;
}

.form-check {
  --size: 24px;
  min-height: var(--size);
  padding-left: var(--size);
  margin-bottom: 0;
}
* + .form-check {
  margin-top: 8px;
}

.form-check-input {
  background-position: 70% 50%;
  background-size: 80%;
}
body.station-power .form-check-input {
  background-position-y: 60%;
}

.form .loader {
  opacity: 0;
  visibility: hidden;
  transition: 250ms ease-in-out;
  transition-property: opacity, visibility;
}

.form__field--captcha {
  min-height: 0 !important;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/frequencies/frequencies.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.section + .frequencies {
  margin-top: 0;
}

.frequencies .section__title {
  --section-title-color: #201e1e;
}

.frequencies .section__head + .section__container {
  padding-top: 12px;
}

.frequencies__image {
  width: 100%;
}
.frequencies__image > * {
  max-width: 1220px;
  margin-inline: auto;
}

.frequencies * + .list {
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  .frequencies * + .list {
    margin-top: 20px;
  }
}
.frequencies .list {
  row-gap: 0;
  max-width: 730px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .frequencies .list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .frequencies .list > * {
    flex: 0 0 calc(100% / 2 - 32px + 32px / 2);
  }
}
@media (min-width: 768px) {
  .frequencies .list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .frequencies .list > * {
    flex: 0 0 calc(100% / 3 - 60px + 60px / 3);
  }
}
@media (max-width: 575.98px) {
  .frequencies .list {
    max-width: 178px;
  }
}

.frequencies .list__item {
  line-height: 1.333;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/gravityforms/gravityforms.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.form--gravity.is-loading::before, .form--gravity.is-loading::after {
  display: none;
}

.ginput_container_time i {
  position: absolute;
  left: calc(100% + 16px);
  transform: translateX(-50%);
}

.gform_wrapper + iframe + script + * {
  margin-top: 56px;
}

.gform_fields,
.gfield_checkbox,
.gfield_radio {
  padding: 0;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  --gap: 20px;
  gap: var(--gap);
}
@media (max-width: 767.98px) {
  .gform_fields {
    --gap: 8px;
  }
}

.gfield {
  flex: 0 0 100%;
}

@media (min-width: 576px) {
  .gfield--width-half {
    flex: calc(50% - var(--gap) + var(--gap) / 2);
  }
}

@media (min-width: 576px) {
  .gfield--width-third {
    flex: calc(33.3333333333% - var(--gap) + var(--gap) / 3);
  }
}

@media (min-width: 576px) {
  .gfield--width-quarter {
    flex: calc(50% - var(--gap) + var(--gap) / 2);
  }
}
@media (min-width: 1025px) {
  .gfield--width-quarter {
    flex: calc(25% - var(--gap) + var(--gap) / 4);
  }
}

.gfield--offset-top {
  margin-top: calc(var(--gap) * -1 + 1px);
}

.gform_required_legend {
  display: none;
}

.gform_footer .loader {
  opacity: 0;
  visibility: hidden;
  transition: 250ms ease-in-out;
  transition-property: opacity, visibility;
  margin-left: 14px;
}
.form--gravity.is-loading .loader {
  opacity: 1;
  visibility: visible;
}
.loader ~ .loader {
  display: none;
}

.gform_footer .gform_ajax_spinner {
  display: none;
}
.gform_ajax_spinner ~ .loader {
  opacity: 1;
  visibility: visible;
}

.form-field--fileupload .validation_message,
.form-field--fileupload .gform_fileupload_rules {
  flex-basis: 100%;
  width: 100%;
  display: block;
}

.gfield_error {
  position: relative;
}

.form .validation_message {
  font-size: 1.4rem;
  color: var(--error-color);
}

.gform_drop_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px dashed #f5f5f5;
  border-radius: 8px;
  padding: 16px 24px;
}

.gform_drop_instructions {
  font-size: 1.6rem;
  font-weight: 500;
}
.gform_drop_instructions span {
  display: block;
  font-size: 87.5%;
  font-weight: 400;
  color: #2d2c28;
}

* + .gform_button_select_files {
  margin-top: 4px;
}

.gform_fileupload_rules {
  display: block;
  font-size: 1.4rem;
  color: #2d2c28;
  margin-top: 4px;
}

.ginput_preview_list[id^=gform_preview]:empty, .ginput_preview_list:empty,
.gform-ul-reset[id^=gform_preview]:empty,
.gform-ul-reset:empty {
  display: none;
}

.gform-ul-reset:not(:empty) {
  font-size: 1.4rem;
  color: var(--error-color);
  padding-left: 0;
  margin-top: 8px;
}

.gform-ul-reset:empty + .ginput_preview_list {
  margin-top: 16px;
}

.ginput_preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  font-size: 1.6rem;
}

.gform_delete_file {
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  --icon-size: 1.6rem;
  font-size: var(--icon-size);
  line-height: 1;
  color: var(--error-color);
  text-align: center;
  border: none;
  background-color: transparent;
  transition: 250ms ease-in-out;
  transition-property: color, transform;
  padding: 0;
  margin: 0;
}
.gform_delete_file::before {
  content: "";
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23ff2674%27 d=%27m12 13.9l1.9 1.9q.3.275.713.275t.687-.275q.3-.3.3-.713t-.3-.687l-1.9-1.9l1.9-1.9q.3-.3.3-.713t-.3-.687q-.275-.3-.688-.3t-.712.3L12 11.1l-1.9-1.9q-.275-.3-.688-.3t-.712.3q-.275.275-.275.688t.275.712l1.9 1.9l-1.9 1.9q-.275.275-.275.688t.275.712q.3.275.713.275t.687-.275l1.9-1.9ZM7 21q-.825 0-1.413-.588T5 19V6q-.425 0-.713-.288T4 5q0-.425.288-.713T5 4h4q0-.425.288-.713T10 3h4q.425 0 .713.288T15 4h4q.425 0 .713.288T20 5q0 .425-.288.713T19 6v13q0 .825-.588 1.413T17 21H7Z%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.gform_delete_file:hover {
  transform: scale(1.15);
}

.gform_confirmation_message {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.167;
}
@media (min-width: 768px) {
  .gform_confirmation_message {
    font-size: 2.4rem;
  }
}
.gform_confirmation_message > .title:first-of-type {
  font-size: 5.8rem;
  line-height: 1.103;
}
@media (max-width: 767.98px) {
  .gform_confirmation_message > .title:first-of-type {
    font-size: 4.8rem;
  }
}
.gform_confirmation_message > .title:first-of-type + * {
  margin-top: 8px;
}
body.station-star-fm .gform_confirmation_message > .title:first-of-type {
  font-family: "Museo Sans Rounded", sans-serif;
}

.gform__success {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d0f8ff;
  color: var(--bs-body-color);
}
body.station-power .gform__success {
  background-color: var(--station-color);
}
.gform__success:not(:last-child) {
  margin-bottom: 16px;
}

.gform_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.form .gform_footer {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .form .gform_footer {
    margin-top: 32px;
  }
}

.gfield:not(.gfield--type-consent) + .gfield--type-consent {
  margin-top: calc(var(--gap));
}

.gform_wrapper .form-field.ginput_container_time {
  width: auto;
  max-width: 140px;
}

.ginput_container_name .form-field__inner {
  flex-direction: column;
}
.ginput_container_time .form-field__inner {
  flex-direction: row;
  align-items: center;
}

.hidden_label > .form__field-label, .gfield--type-consent > .form__field-label {
  display: none;
}
.form__field--radio > .form__field-label.gfield_label, .form__field--checkbox > .form__field-label.gfield_label {
  padding-left: 0;
  margin-bottom: 8px;
}

.gfield--type-consent * + .form-check {
  margin-top: 0;
}

.form__field {
  position: relative;
}
.gform_wrapper .form__field.form__field--honeypot {
  display: none;
}

.gfield_error .form__field-input {
  border-color: var(--error-color);
}

.gfield--type-honeypot {
  display: none;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/icon/icon.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: currentColor;
  font-size: 24px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/image/image.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
img,
picture {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
  border: none;
  -webkit-backface-visibility: hidden;
}

[fill]:not([fill=none]) {
  transition: 250ms ease-in-out;
  transition-property: fill;
}

[stroke]:not([stroke=none]) {
  transition: 250ms ease-in-out;
  transition-property: stroke;
}

[fill][stroke]:not([fill=none]):not([stroke=none]) {
  transition-property: fill, stroke;
}

.image--align-right {
  float: right;
}

.image--align-left {
  float: left;
}

.image--overlay {
  position: relative;
}

.image--svg {
  display: inline-flex;
}

.image__picture {
  display: block;
  width: 100%;
  margin: 0;
}
.image--cover .image__picture {
  height: 100%;
}

.image__img {
  display: block;
}
.image__img.lazyload, .image__img.lazyloading {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.image__img.lazyloaded {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.image--fluid .image__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.image--align-center .image__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image--svg svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.image--cover {
  height: 100%;
}

img.image--cover,
.image--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/label-value/label-value.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.label-value {
  display: flex;
  flex-direction: column;
}

.label-value__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.363;
}
@media (max-width: 1149.98px) {
  .label-value__title {
    font-size: 1.7rem;
  }
}

.label-value__entry {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.label-value__entry a[href*="tel:"] {
  text-decoration: none;
}
.label-value__entry a[href*="tel:"]:hover {
  text-decoration: underline;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/link/link.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.link {
  text-decoration: none;
  color: currentColor;
  transition: 250ms ease-in-out;
  transition-property: color, background-size;
}
.link[href*="tel:"] {
  background-size: 0;
}
.link:hover {
  color: var(--link-hover-color);
}

.link-simple-underline {
  text-decoration: underline;
  transition: color 250ms ease-in-out;
}
.link-simple-underline:hover {
  color: var(--link-hover-color);
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/list-icons/list-icons.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.list-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  --font-size: 2.2rem;
  --hover-color: var(--link-hover-color);
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-icons .list-icons__item {
  flex: 0 0 var(--font-size);
}

.list-icons a {
  display: block;
  font-size: 0;
  color: currentColor;
  transition: color 250ms ease-in-out;
}
.list-icons a:hover {
  color: var(--hover-color);
}

.list-icons [fill]:not([fill=none]):not([fill*="url("]) {
  fill: currentColor;
}

.list-icons [stroke]:not([stroke=none]) {
  stroke: currentColor;
}

.list-icons .icon {
  font-size: var(--font-size);
  color: currentColor;
}

.list-icons .image--svg {
  display: inline-flex;
  align-items: center;
}

.list-icons .image--svg svg {
  width: var(--font-size);
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/list-logos/list-logos.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.list-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  --gap: 48px;
  gap: var(--gap);
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .list-logos {
    --gap: 32px;
  }
}
* + .list-logos {
  margin-top: 48px;
}

.list-logos__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  --height: 40px;
  height: var(--height);
}

.list-logos__image,
.list-logos__image .image__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--height);
}

.list-logos__image .image__img {
  height: 100%;
  width: auto;
  max-height: var(--max-height);
  object-fit: contain;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/list/list.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.list {
  display: grid;
  gap: 8px 24px;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.list .list {
  margin-top: 16px;
}
* + .list, .list + * {
  margin-top: 32px;
}

.list--ordered {
  counter-reset: orderedlist;
}

.list--label-value {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.454;
}
@media (max-width: 767.98px) {
  .list--label-value {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .list--label-value {
    font-size: 1.8rem;
  }
}

.list__item {
  line-height: 1.5;
}
.list--ordered .list__item, .list--unordered .list__item {
  position: relative;
  padding-left: 30px;
}
.list--unordered .list__item {
  padding-left: 2em;
}
.list--ordered .list__item::before, .list--unordered .list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}
.list--unordered .list__item::before {
  left: 0.444em;
}
.list--label-value .list__item {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.list--unordered > .list__item::before {
  top: 0.75em;
  width: 0.333em;
  height: 0.333em;
  border-radius: 50%;
  background-color: var(--station-color);
  transform: translateY(-50%);
}

.list--ordered > .list__item::before {
  counter-increment: orderedlist;
  content: counters(orderedlist, ".") ".";
  white-space: nowrap;
  width: auto;
  height: auto;
  top: 0;
  color: var(--station-color);
  background-color: transparent;
}

.list--label-value .list__item-label {
  flex: 1;
}
@media (max-width: 575.98px) {
  .list--label-value .list__item-label {
    min-width: 120px;
  }
}

.list__item-value {
  flex: 0 0 65px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .list__item-value {
    flex: 0 0 50px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/listen/listen.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.listen .section__head + .section__container {
  padding-top: 24px;
}

.listen__tabs .tabs-nav__list {
  display: inline-flex;
}

* + .listen__body {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  * + .listen__body {
    margin-top: 56px;
  }
}
@media (min-width: 992px) {
  .listen__body:has(.advertising) {
    display: grid;
    justify-content: center;
    grid-template-columns: minmax(0, 50%) minmax(0, 300px);
    gap: 40px;
  }
}

.listen__body:not(:has(.advertising)) .tab-content {
  max-width: 666px;
  margin-inline: auto;
}

@media (min-width: 992px) {
  .listen__body .advertising {
    margin-top: 40px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/loader/loader.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader,
.is-loading::before {
  content: "";
  display: inline-block;
  --width: 24px;
  --height: 24px;
  width: var(--width);
  height: var(--height);
  font-size: 0;
  border-radius: 100%;
  animation-fill-mode: both;
  border: 2px solid currentColor;
  border-bottom-color: transparent;
  background: transparent !important;
  animation-name: rotate;
  animation-timing-function: linear;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
}

.is-loading {
  position: relative;
}

.is-loading::before {
  position: absolute;
  left: calc(50% - var(--width) * 0.5);
  top: calc(50% - var(--width) * 0.5);
  z-index: 40;
}

.is-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #ffffff;
  z-index: 20;
}

body.is-loading::before,
body.is-loading::after {
  display: none;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/main/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.main {
  grid-area: main;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/nav/nav.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .nav__list {
    flex-direction: column;
  }
}

.nav__link {
  display: inline-block;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
  transition: 250ms ease-in-out;
  transition-property: color;
}
@media (hover: hover) {
  .nav__link:hover {
    color: #ffffff;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/news/news.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.news .section__title {
  color: currentColor;
}
@media (max-width: 767.98px) {
  .news .section__title {
    font-size: 3.7rem;
  }
}

.news .section__head + .section__container {
  padding-top: 56px;
}
@media (max-width: 767.98px) {
  .news .section__head + .section__container {
    padding-top: 24px;
  }
}

.news__grid {
  display: grid;
  gap: 40px 24px;
  --columns: 4;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
}
@media (max-width: 991.98px) {
  .news__grid {
    --columns: 2;
  }
}
@media (max-width: 767.98px) {
  .news__grid {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

a.news__card {
  text-decoration: none;
}

.news__card-figure {
  aspect-ratio: 320/194;
  background-color: var(--station-color);
}

.news__card-title {
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 24px;
  transform: translateY(-0.01px);
  transition: transform 250ms ease-in-out;
}
@media (max-width: 767.98px) {
  .news__card-title {
    font-size: 1.8rem;
    line-height: 1.111;
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .news__card-title {
    padding-inline: 8px;
  }
}
a.news__card:hover .news__card-title {
  transform: translateY(-4px);
}

.news__button-archive {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
* + .news__button-archive {
  margin-top: 40px;
}

.news * + .advertising {
  margin-top: 80px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/on-air/on-air.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.on-air {
  overflow: hidden;
}
.on-air.section {
  background-color: var(--on-air-background-color);
  padding-bottom: 0;
}
body.on-air-only .on-air.section {
  overflow: visible;
  background-color: transparent;
}

.on-air__inner {
  position: relative;
  padding-top: calc(var(--header-main-inner-height) + 40px);
  padding-inline: 48px;
  padding-bottom: 100px;
}
@media (max-width: 1280.98px) {
  .on-air__inner {
    padding-inline: 32px;
  }
}
@media (max-width: 1024.98px) {
  .on-air__inner {
    padding-inline: 24px;
    padding-bottom: 48px;
  }
}
@media (max-width: 767.98px) {
  .on-air__inner {
    padding-bottom: 24px;
  }
}
@media (min-width: 576px) {
  .on-air__inner {
    min-height: 440px;
  }
}
@media (min-width: 992px) {
  .on-air__inner {
    min-height: 540px;
  }
}
@media (min-width: 1150px) {
  .on-air__inner {
    min-height: 675px;
  }
}
body.station-star-fm .on-air__inner {
  padding-bottom: 80px;
}
.on-air__inner.container {
  --container-padding: 0px;
}

.on-air .featured-label {
  position: absolute;
  top: 112px;
  left: calc(50% - var(--icon-edge-margin, 0px));
  transform: translateX(-50%);
}
@media (max-width: 1149.98px) {
  .on-air .featured-label {
    top: 44px;
  }
}
@media (max-width: 575.98px) {
  .on-air .featured-label {
    position: relative;
    top: 0;
    margin-top: 32px;
  }
}
body.station-power .featured-label {
  --icon-edge-margin: 28px;
  --border-color: #000000;
  font-weight: 500;
  padding-block: 5px;
  margin-inline: var(--icon-edge-margin);
}
body.station-power .featured-label .icon {
  position: absolute;
  top: 50%;
  font-size: 90%;
  transform: translateY(-50%);
}
body.station-power .featured-label .icon:first-child {
  left: calc(var(--icon-edge-margin) * -1);
}
body.station-power .featured-label .icon:last-child {
  right: calc(var(--icon-edge-margin) * -1);
  transform: scaleX(-1) translateY(-50%);
}
body.on-air-only .featured-label {
  top: 48px;
  z-index: 50;
}

@media (min-width: 768px) {
  .on-air__columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 160px) minmax(0, 1fr);
    gap: 24px;
    --columns: 3;
  }
}
@media (max-width: 991.98px) {
  .on-air__columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 120px) minmax(0, 1fr);
    --columns: 3;
  }
}
body.on-air-only .on-air__columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  --columns: 2;
}
@media (max-width: 575.98px) {
  * + .on-air__columns {
    margin-top: 16px;
  }
}

.on-air__column {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  * + .on-air__column {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  * + .on-air__column {
    margin-top: 32px;
  }
}

@media (max-width: 575.98px) {
  .on-air__column--player {
    justify-content: center;
  }
}

.on-air__column--currently {
  display: block;
}
@media (min-width: 768px) {
  .on-air__column--currently {
    max-width: 660px;
    width: 100%;
    margin-left: auto;
  }
}
.on-air__column--currently:not(:has(.on-air__image)) {
  align-self: end;
}

@media (max-width: 767.98px) {
  .on-air__column--player .player {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .on-air__column--player .player__volume {
    position: absolute;
    width: 120px;
    --horizontal-gap: 148px;
    transform: rotate(-90deg) translate(58px, var(--horizontal-gap));
  }
}
@media (max-width: 375px) {
  .on-air__column--player .player__volume {
    --horizontal-gap: 120px;
  }
}

.on-air__title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--on-air-theme-color);
}
.on-air__title [fill]:not([fill=none]):not([fill*="url("]) {
  fill: currentColor;
}
.on-air__title [stroke]:not([stroke=none]) {
  stroke: currentColor;
}
@media (max-width: 1024.98px) {
  .on-air__title {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .on-air__title {
    font-size: 3.2rem;
  }
}
* + .on-air__title {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  * + .on-air__title {
    margin-top: 14px;
  }
}
body.station-power * + .on-air__title {
  margin-top: 0;
}
body.station-star-fm .on-air__title {
  font-family: "Museo Sans Rounded", sans-serif;
  font-weight: 600;
}
.on-air__title .icon {
  font-size: 92.2%;
  margin-top: -0.2em;
  margin-right: 4px;
}

.on-air__currently-playing {
  display: flex;
  flex-direction: column;
  align-items: center;
  --icon-size: 64px;
  font-size: 4.4rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1280.98px) {
  .on-air__currently-playing {
    font-size: 4rem;
  }
}
@media (max-width: 1024.98px) {
  .on-air__currently-playing {
    font-size: 3.2rem;
  }
}
@media (max-width: 991.98px) {
  .on-air__currently-playing {
    font-size: 2.4rem;
  }
}
body.station-star-fm .on-air__currently-playing {
  font-family: "Museo Sans Rounded", sans-serif;
}
body.station-power .on-air__currently-playing {
  font-style: italic;
  letter-spacing: -0.02em;
}
.on-air__currently-playing span {
  display: block;
}

.on-air__current-icon {
  width: 1.333em;
  height: 1.333em;
}
.on-air__current-icon [fill]:not([fill=none]):not([fill*="url("]) {
  fill: var(--on-air-theme-color);
}
.on-air__current-icon [stroke]:not([stroke=none]) {
  stroke: var(--on-air-theme-color);
}
.on-air__current-icon svg {
  width: 100%;
  height: auto;
}

.on-air__current-artist {
  font-weight: 700;
  color: var(--on-air-theme-color);
  text-transform: uppercase;
}
body.station-power .on-air__current-artist {
  font-weight: 800;
}
* + .on-air__current-artist {
  margin-top: 12px;
}

.on-air__current-song {
  font-weight: 600;
}
body.station-power .on-air__current-song {
  font-weight: 700;
  color: #ffffff;
}
* + .on-air__current-song {
  margin-top: 8px;
}

.on-air__next {
  display: inline-flex;
  flex-direction: column;
  row-gap: 2px;
  position: relative;
  left: 50%;
  font-size: 1.4rem;
  line-height: 1.25;
  transform: translateX(-50%);
}
.on-air__next:has(.on-air__next-image) {
  display: inline-grid;
  --image-size: 40px;
  grid-template-columns: minmax(0, var(--image-size)) minmax(0, 1fr);
  grid-template-areas: "image label" "image title";
  gap: 2px 10px;
  align-items: initial;
}
* + .on-air__next {
  margin-top: 24px;
}

.on-air__next-image {
  grid-area: image;
  width: var(--image-size);
  height: var(--image-size);
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.on-air__next-image .image__picture,
.on-air__next-image .image__img {
  width: inherit;
  height: inherit;
}
.on-air__next-image .image__img {
  object-fit: contain;
}
.on-air__next-image.on-air__next-image--background-color-blue {
  background-color: #91ebff;
}

.on-air__next-label {
  font-weight: 500;
}
.on-air__next:has(.on-air__next-image) .on-air__next-label {
  grid-area: label;
}

.on-air__next-title {
  font-weight: 700;
}
.on-air__next:has(.on-air__next-image) .on-air__next-title {
  grid-area: title;
}
body.station-power .on-air__next-title {
  text-transform: uppercase;
}

.on-air__image {
  position: relative;
  isolation: isolate;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .on-air__image {
    display: flex;
    align-items: center;
    aspect-ratio: 467/348;
  }
  body.station-power .on-air__image {
    aspect-ratio: 660/549;
  }
}
@media (max-width: 575.98px) {
  .on-air__image {
    margin-top: 0;
  }
  body.station-power .on-air__image {
    max-width: 90%;
  }
}
body.station-star-fm .on-air__image::before, body.station-star-fm .on-air__image::after, body.station-power .on-air__image::before, body.station-power .on-air__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
body.station-star-fm .on-air__image::before, body.station-star-fm .on-air__image::after {
  left: -2.5%;
  width: 105%;
  transform-origin: center;
}
body.station-star-fm .on-air__image::before {
  aspect-ratio: 447/382;
  background-image: url(../images/icons/shape-star.svg);
  transform: rotate(16deg) scale(0.8);
  animation: rotating 12s linear infinite paused;
}
body.station-star-fm .on-air__image::after {
  aspect-ratio: 566/483;
  background-image: url(../images/icons/shape-star-thin.svg);
  transform: rotate(-16deg);
  animation: rotatingReverse 12s linear infinite paused;
}
body.station-power .on-air__image::before, body.station-power .on-air__image::after {
  left: 0;
  width: 100%;
  aspect-ratio: 660/549;
  transform-origin: 50% 50%;
}
body.station-power .on-air__image::after {
  background-image: url(../images/icons/shape-power-speaker-circle.svg);
  animation: onAirBeat 1s linear infinite paused;
}
body.station-power .on-air__image::before {
  background-image: url(../images/icons/shape-power-speaker-waves.svg);
  animation: onAirWave 1s linear infinite paused;
}
body.onair-is-playing .on-air__image::before, body.onair-is-playing .on-air__image::after {
  animation-play-state: running;
}
body.station-power.on-air-only .on-air__image::after {
  background-image: url(../images/icons/shape-power-speaker-circle-pink.svg);
}
body.station-power.on-air-only .on-air__image::before {
  background-image: url(../images/icons/shape-power-speaker-waves-pink.svg);
}
.on-air__image .image__img {
  width: 100%;
  object-fit: contain;
  margin-inline: auto;
  max-height: 400px;
}
@media (max-width: 767.98px) {
  .on-air__image .image__img {
    max-height: 320px;
  }
}

@keyframes rotatingReverse {
  from {
    transform: rotate(-16deg);
  }
  to {
    transform: rotate(-376deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(16deg) scale(0.8);
  }
  to {
    transform: rotate(376deg) scale(0.8);
  }
}
@keyframes onAirBeat {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.02);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes onAirWave {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./node_modules/overlayscrollbars/styles/overlayscrollbars.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
/*! 
 * OverlayScrollbars
 * Version: 2.10.1
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}

.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(10);
}

.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}

.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}

.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}

.os-size-observer-listener:empty::before, .os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}

.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}

.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/**
 * hide native scrollbars
 * changes to this styles need to be reflected in the environment styles to correctly detect scrollbar hiding
 */
[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~=scrollbarHidden] {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/**
 * elements wont suddenly clip after initialization is done
 */
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}

/**
 * applied to body 
 */
html[data-overlayscrollbars-body] {
  overflow: hidden;
}

html[data-overlayscrollbars-body],
html[data-overlayscrollbars-body] > body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html[data-overlayscrollbars-body] > body {
  overflow: visible;
  margin: 0;
}

/**
 * structure setup 
 */
[data-overlayscrollbars] {
  position: relative;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus {
  outline: none;
}

[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars],
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden !important;
}

[data-overlayscrollbars~=noClipping],
[data-overlayscrollbars-padding~=noClipping] {
  overflow: visible !important;
}

[data-overlayscrollbars-viewport~=measuring] {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-viewport~=overflowXVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-x: visible !important;
}

[data-overlayscrollbars-viewport~=overflowXHidden] {
  overflow-x: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowXScroll] {
  overflow-x: scroll !important;
}

[data-overlayscrollbars-viewport~=overflowYVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
  overflow-y: visible !important;
}

[data-overlayscrollbars-viewport~=overflowYHidden] {
  overflow-y: hidden !important;
}

[data-overlayscrollbars-viewport~=overflowYScroll] {
  overflow-y: scroll !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) {
  font-size: 0 !important;
  line-height: 0 !important;
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::before,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::after,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) > * {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

[data-overlayscrollbars-viewport~=scrolling] {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

/**
 * Display contents to bridge any flickering during deferred initialization.
 */
[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
  display: contents;
}

/**
 * optional & experimental grid mode
 */
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding] > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

@property --os-scroll-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --os-viewport-percent {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.os-scrollbar {
  --os-viewport-percent: 0;
  --os-scroll-percent: 0;
  --os-scroll-direction: 0;
  --os-scroll-percent-directional: calc(
    var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) *
      var(--os-scroll-direction)
  );
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none !important;
}

.os-scrollbar-track {
  position: relative;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
  transition: none !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
  left: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateX(calc(var(--os-scroll-percent-directional) * -100%));
  width: calc(var(--os-viewport-percent) * 100%);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
  top: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateY(calc(var(--os-scroll-percent-directional) * -100%));
  height: calc(var(--os-viewport-percent) * 100%);
}

@supports (container-type: size) {
  .os-scrollbar-track {
    container-type: size;
  }
  .os-scrollbar-horizontal .os-scrollbar-handle {
    left: auto;
    transform: translateX(calc(var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-vertical .os-scrollbar-handle {
    top: auto;
    transform: translateY(calc(var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%));
  }
  .os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle {
    right: auto;
    left: 0;
  }
}
.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

@media print {
  .os-scrollbar {
    display: none;
  }
}
.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}

.os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}

.os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}

.os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}

.os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}

.os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}

.os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-track:before,
.os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}

.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}

.os-scrollbar-horizontal .os-scrollbar-track:before {
  top: calc(var(--os-padding-perpendicular) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}

.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}

.os-scrollbar-vertical .os-scrollbar-track:before {
  left: calc(var(--os-padding-perpendicular) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}

.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

/* NONE THEME: */
[data-overlayscrollbars-viewport~=measuring] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}

.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}

.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/overlayscrollbars/overlayscrollbars.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
:root {
  --custom-scrollbar-width: 6px;
}

.os-theme-dark,
.os-theme-light {
  --os-size: var(--custom-scrollbar-width);
  --os-padding-perpendicular: 0px;
  --os-padding-axis: 0px;
  --os-handle-bg: var(--bs-body-color);
  --os-handle-bg-hover: var(--bs-body-color);
  --os-handle-bg-active: var(--bs-body-color);
  --os-track-bg: rgb(from var(--bs-body-color) r g b / .1);
  --os-track-bg-hover: rgb(from var(--bs-body-color) r g b / .15);
  --os-track-bg-active: rgb(from var(--bs-body-color) r g b / .15);
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  background: var(--custom-scrollbar-track-background-color);
  padding: 0;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  width: var(--custom-scrollbar-width);
}

.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  height: var(--custom-scrollbar-width);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  cursor: pointer;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: var(--custom-scrollbar-thumb-background-color);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: var(--custom-scrollbar-width);
}

.js-scrollbar {
  padding-right: calc(var(--custom-scrollbar-width) + 8px);
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/player/player.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.player {
  --volume-height: 6px;
  --volume-background: #ffffff;
  --volume-thumb-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (max-width: 575.98px) {
  .player:not(.player--large) {
    height: 120px;
  }
}
body.station-power .section:not(.on-air) .player {
  --volume-background: rgb(from #ffffff r g b / .5);
}

.player--large {
  --on-air-theme-color: var(--bs-body-color);
  --list--edge-padding: 6px;
}
@media (max-width: 767.98px) {
  .player--large {
    row-gap: 24px;
  }
}
@media (min-width: 768px) {
  .player--large {
    display: grid;
    grid-template-columns: minmax(0, calc(var(--list--edge-padding) + 168px)) minmax(0, 1fr);
    grid-template-areas: "artwork body" "list list";
    gap: 24px 40px;
  }
}

@media (max-width: 767.98px) {
  .player--large .player__artwork {
    display: none;
  }
}
@media (min-width: 768px) {
  .player--large .player__artwork {
    grid-area: artwork;
    aspect-ratio: 1/1;
    border-radius: 8px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    margin-left: var(--list--edge-padding);
  }
}

@media (max-width: 767.98px) {
  .player--large .player__body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .player--large .player__body {
    grid-area: body;
    padding-right: calc(var(--list--edge-padding) + 14px);
  }
}

.player__title {
  font-size: 3.4rem;
  line-height: 1.058;
  letter-spacing: -0.01em;
}
body.station-star-fm .player__title {
  font-family: "Museo Sans Rounded", sans-serif;
}

.player__time-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.428;
}
@media (max-width: 767.98px) {
  * + .player__time-info {
    margin-top: 10px;
  }
}

.player__time-duration {
  text-align: right;
}

.player__time-info .player__time-progress {
  width: 100%;
  grid-column: span 2;
}

.player__controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
* + .player__controls {
  margin-top: 18px;
}

.player__toggle {
  display: grid;
  place-content: center;
  font-size: 10.4rem;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: var(--on-air-theme-color);
  color: var(--volume-background);
  transition: transform 250ms ease-in-out;
  transform: scale(1.001);
}
@media (max-width: 991.98px) {
  .player__toggle {
    width: 80px;
    height: 80px;
    font-size: 8.8rem;
  }
}
@media (max-width: 575.98px) {
  .player__toggle {
    align-self: center;
    width: 104px;
    height: 104px;
    font-size: 10.4rem;
  }
}
.player--large .player__toggle {
  width: 56px;
  height: 56px;
  background-color: transparent;
  color: currentColor;
}
.player__toggle.button {
  border: 0;
  padding: 0;
}
.player__toggle.button:hover {
  color: var(--volume-background);
  transform: scale(1.05);
}
.player--large .player__toggle.button:hover {
  color: currentColor;
  transform: scale(1.1);
}

.player__toggle .icon {
  font-size: 38.461%;
  grid-column: 1/1;
  grid-row: 1/1;
  transition: 250ms ease-in-out;
  transition-property: opacity, visibility;
}

.player.is-playing .player__toggle-play {
  opacity: 0;
  visibility: hidden;
}

.player__toggle-pause {
  opacity: 0;
  visibility: hidden;
}
.player.is-playing .player__toggle-pause {
  opacity: 1;
  visibility: visible;
}

.player__previous,
.player__next {
  transition: transform 250ms ease-in-out;
  transform: scale(1.01);
  --scale-on-hover: 1.2;
}
.player__previous.button:hover,
.player__next.button:hover {
  color: currentColor;
  transform: scale(var(--scale-on-hover));
}

.player__next {
  transform: scaleX(-1);
  margin-right: auto;
}
.player__next.button:hover {
  transform: scaleX(-1) scale(var(--scale-on-hover));
}

.player__time-progress,
.player__volume {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 160px;
  height: var(--volume-height);
  background-color: var(--volume-background);
  border-radius: calc(var(--volume-height) * 0.5);
  outline: none;
}
@media (max-width: 991.98px) {
  .player__time-progress,
  .player__volume {
    width: 120px;
  }
}

@supports (-webkit-touch-callout: none) {
  .player__volume {
    display: none;
  }
}

.player__time-progress::-webkit-slider-thumb,
.player__volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--volume-thumb-size);
  height: var(--volume-thumb-size);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
  background: var(--on-air-theme-color);
  margin-top: calc((var(--volume-thumb-size) - var(--volume-height)) / -2);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.player__time-progress::-moz-range-thumb,
.player__volume::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  width: var(--volume-thumb-size);
  height: var(--volume-thumb-size);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: none;
  background: var(--on-air-theme-color);
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.player__time-progress::-webkit-slider-runnable-track,
.player__volume::-webkit-slider-runnable-track {
  width: 100%;
  height: var(--volume-height);
  cursor: pointer;
  border-radius: calc(var(--volume-height) * 0.5);
}

.player__time-progress::-moz-range-track,
.player__volume::-moz-range-track {
  width: 100%;
  height: var(--volume-height);
  cursor: pointer;
  border-radius: calc(var(--volume-height) * 0.5);
}

.player__time-progress:focus,
.player__volume:focus {
  outline: none;
}

.player__list-wrap {
  max-height: 474px;
}
@media (max-width: 767.98px) {
  .player__list-wrap {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .player__list-wrap {
    max-height: 340px;
  }
}
@media (min-width: 768px) {
  .player__list-wrap {
    grid-area: list;
  }
}

.player__list.list {
  --row-gap: 8px;
  row-gap: var(--row-gap);
}
.js-scrollbar .player__list.list {
  padding-bottom: calc(var(--row-gap) * 0.5);
}

.player__list-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 48px) minmax(0, 1fr);
  grid-template-areas: "figure date" "figure title";
  gap: 4px 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  padding: 6px;
  transition: background-color 250ms ease-in-out;
}
* + .player__list-item::before, .player__list-item:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--row-gap) * -0.5);
  width: 100%;
  height: 1px;
  background-color: rgb(from var(--bs-body-color) r g b/0.2);
}
.player__list-item:last-child::after {
  top: auto;
  bottom: calc(var(--row-gap) * -0.5);
}
.player__list-item[data-src] {
  cursor: pointer;
}
.player__list-item.is-active, .player__list-item:hover {
  background-color: #ffffff;
}

.player__list-figure {
  position: relative;
  grid-area: figure;
  aspect-ratio: 1/1;
  border-radius: inherit;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.player__list-figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58.333%;
  aspect-ratio: 1/1;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width=%2740%27 height=%2740%27 viewBox=%270 0 40 40%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M37.5 20C37.501 20.4244 37.3922 20.8419 37.1841 21.2118C36.976 21.5817 36.6758 21.8914 36.3125 22.1109L13.8 35.8828C13.4204 36.1152 12.9857 36.2421 12.5407 36.2503C12.0958 36.2586 11.6566 36.1479 11.2688 35.9297C10.8845 35.7149 10.5645 35.4016 10.3415 35.0221C10.1185 34.6426 10.0006 34.2105 10 33.7703V6.22969C10.0006 5.78951 10.1185 5.35744 10.3415 4.97793C10.5645 4.59841 10.8845 4.28513 11.2688 4.07031C11.6566 3.85211 12.0958 3.74141 12.5407 3.74965C12.9857 3.75789 13.4204 3.88477 13.8 4.11719L36.3125 17.8891C36.6758 18.1086 36.976 18.4183 37.1841 18.7882C37.3922 19.1581 37.501 19.5756 37.5 20Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease-in-out;
}
.player__list-item.is-active .player__list-figure::after, .player__list-item:hover .player__list-figure::after {
  opacity: 1;
}

.player__list-date {
  align-self: end;
  font-size: 72.727%;
  font-weight: 500;
  color: #525252;
}

.player__list-title {
  align-self: start;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/prize-games/prize-games.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.prize-games .section__head + .section__container {
  padding-top: 80px;
}
@media (max-width: 1149.98px) {
  .prize-games .section__head + .section__container {
    padding-top: 56px;
  }
}
@media (max-width: 767.98px) {
  .prize-games .section__head + .section__container {
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .prize-games .section__title {
    font-size: 4.6rem;
  }
}

* + .prize-games__card {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .prize-games__card-inner {
    display: grid;
    grid-template-columns: minmax(0, 35.556%) minmax(0, 1fr);
  }
}
.prize-games__card--background-color-orange .prize-games__card-inner {
  background-color: #fff0e6;
}
.prize-games__card--background-color-blue .prize-games__card-inner {
  background-color: #d0f8ff;
}
.prize-games__card--background-color-pink .prize-games__card-inner {
  background-color: #ffe6e6;
}

.prize-games__image {
  padding-top: 16px;
}
@media (max-width: 767.98px) {
  .prize-games__image {
    max-width: 62.57%;
  }
}
@media (min-width: 768px) {
  .prize-games__image {
    align-self: end;
  }
}

.prize-games__card-content {
  padding: 56px 48px 40px 40px;
}
@media (max-width: 1149.98px) {
  .prize-games__card-content {
    padding: 32px;
  }
}
@media (max-width: 767.98px) {
  .prize-games__card-content {
    padding: 16px 16px 24px;
  }
}

.prize-games__card-content-title {
  font-size: 4.6rem;
  line-height: 1.043;
  letter-spacing: -0.02em;
}
@media (max-width: 1149.98px) {
  .prize-games__card-content-title {
    font-size: 3.6rem;
  }
}

.prize-games__card-content-featured-text {
  position: relative;
  color: #e0091d;
  padding-left: 36px;
}
.prize-games__card-content-featured-text .icon {
  position: absolute;
  top: 0.25em;
  left: 0;
  font-size: 80%;
}
@media (max-width: 767.98px) {
  .prize-games__card-content-featured-text .icon {
    top: 0;
    font-size: 120%;
  }
}
* + .prize-games__card-content-featured-text {
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  * + .prize-games__card-content-featured-text {
    margin-top: 12px;
  }
}
@media (max-width: 1149.98px) {
  .prize-games__card-content-featured-text.h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .prize-games__card-content-featured-text.h3 {
    font-size: 2rem;
  }
}

.prize-games__card-content-description {
  font-size: 2.2rem;
  letter-spacing: -0.01em;
  line-height: 1.363;
}
@media (max-width: 1149.98px) {
  .prize-games__card-content-description {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .prize-games__card-content-description {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
* + .prize-games__card-content-description {
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  * + .prize-games__card-content-description {
    margin-top: 16px;
  }
}

.prize-games__card-content-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 96px;
}
@media (max-width: 1149.98px) {
  .prize-games__card-content-footer {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
@media (max-width: 767.98px) {
  .prize-games__card-content-footer {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
* + .prize-games__card-content-footer {
  margin-top: 64px;
}
@media (max-width: 1149.98px) {
  * + .prize-games__card-content-footer {
    margin-top: 32px;
  }
}
@media (max-width: 767.98px) {
  * + .prize-games__card-content-footer {
    margin-top: 16px;
  }
}

.prize-games__card-content-footer .label-value:last-of-type {
  margin-right: auto;
}

.prize-games__card-content-footer .prize-games__card-open-collapse {
  align-self: flex-end;
}
@media (max-width: 767.98px) {
  .prize-games__card-content-footer .prize-games__card-open-collapse {
    width: 100%;
  }
}

.prize-games__provider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
  gap: 96px;
  --border-color: rgba(0, 0, 0, .05);
  border: 1px solid var(--border-color);
  border-top: 0;
  padding: 56px 48px 64px 56px;
}
@media (max-width: 1149.98px) {
  .prize-games__provider {
    grid-template-columns: minmax(0, 1fr) minmax(0, 250px);
    gap: 40px;
    padding: 24px;
  }
}
@media (max-width: 767.98px) {
  .prize-games__provider {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  .prize-games__provider-content {
    display: contents;
  }
}

@media (min-width: 1150px) {
  .prize-games__provider-text {
    font-size: 1.8rem;
    line-height: 1.555;
  }
}
@media (max-width: 767.98px) {
  .prize-games__provider-text {
    order: -2;
  }
}
.prize-games__provider-text h2 {
  font-size: 3rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media (min-width: 1150px) {
  .prize-games__provider-text h2 {
    font-size: 2.4rem;
  }
}
.prize-games__provider-text .title a {
  text-decoration: underline;
}
.prize-games__provider-text .title a:hover {
  color: var(--link-hover-color);
}

@media (min-width: 1150px) {
  .prize-games__provider-data {
    --padding-inline: 32px;
    padding-inline: var(--padding-inline);
  }
}
@media (max-width: 767.98px) {
  .prize-games__provider-data {
    order: -1;
  }
}

@media (min-width: 1150px) {
  .prize-games__provider-data-inner {
    position: sticky;
    top: 0;
  }
  .collapse.show .prize-games__provider-data-inner {
    top: var(--header-main-height);
  }
}

.prize-games__provider-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 400/240;
  border: 1px solid var(--border-color);
}
@media (min-width: 1150px) {
  .prize-games__provider-logo {
    margin-inline: calc(var(--padding-inline) * -1);
  }
}
.prize-games__provider-logo .image__picture {
  display: contents;
}
.prize-games__provider-logo .image__img {
  width: 70.355%;
}
.prize-games__provider-logo:not(:last-child) {
  margin-bottom: 24px;
}

.prize-games__provider-title {
  font-size: 3.6rem;
  line-height: 1.111;
  letter-spacing: -0.01em;
}
@media (max-width: 1149.98px) {
  .prize-games__provider-title {
    font-size: 3rem;
  }
}

.prize-games__provider-link {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.09;
}
* + .prize-games__provider-link {
  margin-top: 20px;
}
.prize-games__provider-link:hover {
  color: var(--link-hover-color);
}

* + .prize-games__provider-list-icons {
  margin-top: 20px;
}
.prize-games__provider-list-icons.list-icons {
  --font-size: 3.2rem;
  gap: 24px;
}

.prize-games__provider-rules-open-collapse {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .prize-games__provider-rules-open-collapse {
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  * + .prize-games__provider-rules-open-collapse {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .prize-games__provider-rules-open-collapse + .collapse, .prize-games__provider-rules-open-collapse + .collapsing {
    margin-top: -40px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/section/section.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.section {
  background-color: #ffffff;
}
body.on-air-only .section {
  background-color: transparent;
}
.section[id] {
  scroll-margin-top: 1px;
}

.section.section--background-color + .section--background-color, .section.section--background-image + .section--background-color, .section.on-air + .section--background-color {
  margin-top: 0;
}

.section--background-color-white {
  --background-color: #ffffff;
  --color: var(--bs-body-color);
  --section-color: var(--bs-body-color);
  color: var(--color);
  background-color: var(--background-color);
}

.section--background-color-orange-2 {
  --background-color: #ec8e1e;
  --color: #ffffff;
  --section-color: #ffffff;
  color: var(--color);
  background-color: var(--background-color);
}

.section--background-color-orange-3 {
  --background-color: #ffceab;
  --color: var(--bs-body-color);
  --section-color: var(--bs-body-color);
  color: var(--color);
  background-color: var(--background-color);
}

.section--background-color-orange-3-alpha {
  --background-color: #ffe6d5;
  --color: var(--bs-body-color);
  --section-color: var(--bs-body-color);
  color: var(--color);
  background-color: var(--background-color);
}

.section--background-color-pink-10 {
  --background-color: #ffe6e6;
  --color: var(--bs-body-color);
  --section-color: var(--bs-body-color);
  color: var(--color);
  background-color: var(--background-color);
}

.section--background-color-blue-200 {
  --background-color: #d0f8ff;
  --color: var(--bs-body-color);
  --section-color: var(--bs-body-color);
  color: var(--color);
  background-color: var(--background-color);
}

.section--background-color-blue-50 {
  --background-color: #1fd1ff;
  --color: var(--bs-body-color);
  --section-color: var(--bs-body-color);
  color: var(--color);
  background-color: var(--background-color);
}

.section--background-color-purple-1 {
  --background-color: #eec1ff;
  --color: var(--bs-body-color);
  --section-color: var(--bs-body-color);
  color: var(--color);
  background-color: var(--background-color);
}

.section--background-color-purple-2 {
  --background-color: #dd7bff;
  --color: var(--bs-body-color);
  --section-color: var(--bs-body-color);
  color: var(--color);
  background-color: var(--background-color);
}

.section--background-color-turquoise-500 {
  --background-color: #00d4bf;
  --color: var(--bs-body-color);
  --section-color: var(--bs-body-color);
  color: var(--color);
  background-color: var(--background-color);
}

.section--background-image {
  position: relative;
  color: #ffffff;
}

.section--page {
  overflow: clip;
  --background-gradient-height: 675px;
}

.section__title {
  color: var(--section-title-color);
  margin-bottom: 0;
}
.section:not(.section--page) .section__title {
  font-size: 10.4rem;
  letter-spacing: -0.04em;
}
@media (max-width: 1149.98px) {
  .section:not(.section--page) .section__title {
    font-size: 7rem;
  }
}
@media (max-width: 767.98px) {
  .section:not(.section--page) .section__title {
    font-size: 5.4rem;
  }
}
.section--background-color-blue-200 .section__title {
  color: var(--station-color);
}
.section--background-color-orange-3 .section__title {
  color: currentColor;
}
.section--page .section__title {
  position: relative;
}
body.station-power .section__title {
  font-family: "TT Norms Pro", sans-serif;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  color: currentColor;
}

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

.section__head + .section__container {
  padding-top: 32px;
}
.section--background-color .section__head + .section__container, .section--background-image .section__head + .section__container {
  padding-bottom: var(--section-padding-block);
}

* + .section > .container:first-child {
  padding-top: var(--section-padding-block);
}
.section--page:first-child .container {
  background-color: transparent;
}
.section--page:first-child .container:first-child {
  padding-top: 160px;
}
.section--page:first-child .container:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--background-gradient-height);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%), var(--on-air-background-color);
}
.section--page:first-child .container:first-child::after {
  content: "";
  position: absolute;
  top: var(--background-gradient-height);
  left: 0;
  width: 100%;
  height: 200vh;
  background-color: #ffffff;
}

.section__head,
.section__container {
  position: relative;
  background-color: inherit;
  --container-padding: 0px;
  padding-inline: var(--advertising-content-padding-edge);
  z-index: 10;
}

.section--background-color .section__head, .section--background-image .section__head {
  padding-top: var(--section-padding-block);
}
.section--background-color:has(.advertising:not(.advertising--vertical)) .section__head, .section--background-image:has(.advertising:not(.advertising--vertical)) .section__head {
  padding-top: 40px;
}

.section .section__container {
  padding-bottom: 40px;
}
.section--background-color .section__container:only-child, .section--background-image .section__container:only-child {
  padding-block: var(--section-padding-block);
}
.section--background-color .section__container:only-child:has(.advertising:not(.advertising--vertical)), .section--background-image .section__container:only-child:has(.advertising:not(.advertising--vertical)) {
  padding-top: 40px;
}
.section--page .section__container {
  max-width: 1200px;
}
.section--page .section__head + .section__container {
  padding-top: 40px;
}

.section .advertising:not(:last-child) {
  margin-bottom: var(--section-padding-block);
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/show/show.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.show:not(.tab-pane) {
  position: relative;
}

body.station-power .show:not(.tab-pane)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  aspect-ratio: 600/673;
  max-width: 600px;
  background-image: url(../images/icons/bg-pattern-power-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: -1;
}

.show__header {
  display: grid;
}
.show__header > * {
  grid-area: 1/-1;
}

.show__heading {
  position: relative;
}

.show__image {
  position: relative;
  display: flex;
  justify-content: center;
  justify-self: center;
  isolation: isolate;
  margin-inline: -80px;
  width: 100%;
  z-index: 1;
}
body.station-power .show__image {
  max-width: 660px;
}
@media (max-width: 1149.98px) {
  .show__image {
    margin-inline: -40px;
  }
}
.show__image .image__picture {
  display: inherit;
  justify-content: inherit;
}
.show__image .image__img {
  max-height: 518px;
  object-fit: contain;
}
@media (max-width: 1149.98px) {
  .show__image .image__img {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .show__image .image__img {
    max-height: 300px;
  }
}
body.station-power .show__image::before {
  top: auto;
  bottom: 0;
  aspect-ratio: 564/377;
  background-image: url(../images/icons/shape-power-secondary-pink.svg);
  background-size: 100% 100%;
  transform: translateX(-50%);
}

.show__label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.111;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .show__label {
    font-size: 1.6rem;
    line-height: 1.125;
  }
}
body.station-star-fm .show__label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 159/136;
  background-image: url(../images/icons/icon-star-bullet-red.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 106%;
  padding: 48px 24px 32px;
  max-width: 159px;
}
@media (max-width: 767.98px) {
  body.station-star-fm .show__label {
    padding: 44px 30px 26px;
  }
}
body.station-power .show__label {
  color: #ff006e;
}
.show__header .show__label {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

.show__label-text {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: -0.05em;
}
@media (max-width: 767.98px) {
  .show__label-text {
    font-size: 3.8rem;
    line-height: 1.052;
  }
}
body.station-power .show__label-text {
  display: block;
  font-size: 3.2rem;
}

.show__title {
  position: relative;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (max-width: 1149.98px) {
  .show__title {
    font-size: 4.8rem;
  }
}
@media (max-width: 767.98px) {
  .show__title {
    font-size: 3.6rem;
    letter-spacing: -0.04em;
  }
}
* + .show__title {
  margin-top: 12px;
}
body.station-star-fm .show__title {
  font-family: "Museo Sans Rounded", sans-serif;
}
@media (min-width: 1150px) {
  body.station-power .show__title {
    font-size: 8rem;
  }
}

.show__text {
  position: relative;
  max-width: 800px;
}
* + .show__text {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  * + .show__text {
    margin-top: 16px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/slider-currently-playing/slider-currently-playing.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.slider__item {
  display: flex;
  --gap: 16px;
  gap: var(--gap);
}

body.station-star-fm .slider-currently-playing .slider__item::before,
body.station-star-fm .slider-currently-playing__song::before {
  content: "";
  display: inline-block;
  width: 0.444em;
  height: 0.444em;
  background-image: url(../images/icons/icon-star-bullet-red.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.slider-currently-playing .featured-label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.111;
  border-color: #353535;
  padding-block: 7px;
}
@media (max-width: 767.98px) {
  .slider-currently-playing .featured-label {
    padding-block: 5px;
  }
}
body.station-power .slider-currently-playing .featured-label {
  font-style: normal;
}

.slider-currently-playing {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.125;
  text-transform: uppercase;
  --advertising-content-padding-edge: 0px;
}
@media (max-width: 1149.98px) {
  .slider-currently-playing {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .slider-currently-playing {
    font-size: 2rem;
  }
}
body.station-star-fm .slider-currently-playing {
  font-family: "Museo Sans Rounded", sans-serif;
}
body.station-power .slider-currently-playing {
  font-style: italic;
  font-weight: 700;
}

.slider-currently-playing__song {
  display: flex;
  align-items: center;
  gap: var(--gap);
}

.slider-currently-playing .section__container {
  padding-inline: 0;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./node_modules/keen-slider/keen-slider.min.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/slider-scroller/slider-scroller.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.section--slider-scroller {
  overflow: hidden;
}
* + .section--slider-scroller {
  margin-top: 0;
}

.slider-scroller {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
}

.slider-scroller .slider__item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.section--slider-scroller .section__container.container {
  padding-block: 62px;
}
@media (max-width: 767.98px) {
  .section--slider-scroller .section__container.container {
    padding-block: 40px;
  }
}
.page-wrapper:not(.page-wrapper--sitehat) .section--slider-scroller-full .section__container.container, .page-wrapper:has(#ad-desktop-sitehat[data-google-query-id=""]) .section--slider-scroller-full .section__container.container, .page-wrapper:has(#ad-desktop-sitehat:not([data-google-query-id])) .section--slider-scroller-full .section__container.container {
  width: 100%;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/slider/slider.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.slider {
  position: relative;
}

.slider.has-pagination {
  margin-bottom: 56px;
}

.slider.is-enabled .grid {
  gap: 0;
  display: flex;
}

.slider--fade .keen-slider:not([data-keen-slider-disabled]) {
  display: grid;
}

.slider.has-center-when-disabled:not(.is-enabled) .slider__item {
  transform: none !important;
}
.slider:not(.is-enabled) .slider__item:only-child {
  width: 100%;
}

.slider--fade .slider__item {
  grid-area: 1/-1;
  pointer-events: none;
}
.slider--fade .slider__item.is-active {
  pointer-events: auto;
}

.slider--fade .slider__item:nth-child(n+2) {
  visibility: hidden;
}

.slider--fade.is-loaded .slider__item:nth-child(n+2) {
  visibility: visible;
}

.slider__arrows {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  justify-content: space-between;
  pointer-events: none;
  z-index: 50;
  transform: translateY(-50%);
}

.slider.has-navigation .slider__arrows {
  display: flex;
}

.slider.has-navigation [data-keen-slider-disabled] ~ .slider__arrows {
  display: none;
}

.slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border: 2px solid #000000;
  background-color: #ffffff;
  transition: border-color 250ms ease-in-out;
}

.slider__arrow.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider.has-loop .slider__arrow.is-disabled, .slider.has-custom-loop .slider__arrow.is-disabled {
  opacity: 1;
  pointer-events: auto;
}

.slider__arrow--prev {
  margin-right: -2px;
}

* + .slider__pagination {
  margin-top: 40px;
}

.slider__pagination {
  display: none;
  position: absolute;
  left: 0;
  bottom: -56px; /* same as slider margin-bottom */
  width: 100%;
  text-align: center;
}

.slider.is-enabled .slider__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider__pagination-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0;
  transform: scale(0.7);
  transition: 250ms ease-in-out;
  transition-property: transform, border-color, background-color;
  /* For using pagination item timer
  &::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      right: auto;
      border-radius: inherit;
      background-color: #000;
      z-index: 10;
  }
  */
}

.slider__pagination-item.is-active {
  border-color: #000000;
  background-color: transparent;
  transform: scale(1);
  /* For using pagination item timer
  .slider &::after {
      animation-name: widthAnimate;
      animation-duration: var(--slider-autoplay-timer);
      animation-iteration-count: 1;
      animation-timing-function: linear;
      animation-fill-mode: forwards;
      animation-delay: 0s;
  }

  .slider:not(.has-autoplay) &::after {
      width: 100%;
      animation-duration: .1s;
  }
  */
}

.slider.has-grab .keen-slider {
  cursor: grab;
}
.slider.has-grab .keen-slider.is-grabbing {
  cursor: grabbing;
}
.slider.has-center-when-disabled .keen-slider {
  justify-content: center;
  gap: var(--slider-gap);
}
.slider.has-center-when-disabled.is-enabled .keen-slider {
  justify-content: flex-start;
  gap: 0;
}

/* For using pagination item timer
@keyframes widthAnimate {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
*/
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/table/table.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive table {
  margin-bottom: 0;
}

.table {
  width: 100%;
  table-layout: fixed;
}

.table__column-head,
.table__column {
  text-align: center;
  vertical-align: top;
  padding: 10px 22px;
}
.table__column-head:first-child,
.table__column:first-child {
  text-align: left;
  padding-left: 0;
}
.table__column-head:last-child,
.table__column:last-child {
  padding-right: 0;
}

.table__column-head {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid #f5f5f5;
}

.table__row + .table__row .table__column {
  border-top: 1px solid #f5f5f5;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/tabs/tabs.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.tabs-nav {
  display: flex;
  width: calc(100% + var(--advertising-content-padding-edge) * 2);
  overflow-x: auto;
  margin-inline: calc(var(--advertising-content-padding-edge) * -1);
}

.tabs-nav--centered {
  scrollbar-width: none;
  justify-content: center;
}
.tabs-nav--centered::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}
.tabs-nav--centered::before, .tabs-nav--centered::after {
  content: "";
  flex: 1;
}
@media (max-width: calc(1014px + 16px * 2)) {
  .tabs-nav--centered::before, .tabs-nav--centered::after {
    flex: 0 0 var(--advertising-content-padding-edge);
  }
}

.tabs-nav__list {
  display: flex;
  gap: 0;
  font-family: "Museo Sans Rounded", sans-serif;
  border-radius: var(--button-border-radius);
}
.section--background-color .tabs-nav__list {
  background-color: rgba(255, 255, 255, 0.3);
}

.tabs-nav__list-item,
.tabs-nav__list-item .button {
  border-radius: inherit;
}

.tabs-nav__list .button {
  font-weight: 600;
  white-space: nowrap;
  padding: 9px 30px;
  transition: none;
}
@media (max-width: 767.98px) {
  .tabs-nav__list .button {
    font-size: 1.7rem;
    line-height: 1.176;
    letter-spacing: -0.02em;
    padding: 12px 20px;
  }
}
.tabs-nav__list .button.active {
  background-color: #ffffff;
  color: #000000;
}
.tabs-nav__list .button:hover {
  color: currentColor;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/text/text.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.text .title + .paragraph {
  margin-top: 24px;
}

.text .paragraph + .title {
  margin-top: 32px;
}
.text .title + .title {
  margin-top: 16px;
}

.text .h4 + .list {
  margin-top: 8px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/two-columns/two-columns.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
.two-columns {
  display: grid;
  --columns: 2;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  --row-gap: 64px;
  --column-gap: 40px;
  gap: var(--row-gap) var(--column-gap);
}
@media (max-width: 575.98px) {
  .two-columns {
    --columns: 1;
    --row-gap: 40px;
    --column-gap: 0;
  }
}

.two-columns__text {
  font-weight: 300;
}

.two-columns * + .button {
  margin-top: 48px;
}

@media (max-width: 991.98px) {
  .two-columns__item .gfield--width-half {
    flex: 0 0 100%;
  }
}

@media (max-width: 991.98px) {
  .two-columns__item .gfield--width-third {
    flex: 0 0 100%;
  }
}

@media (max-width: 991.98px) {
  .two-columns__item .gfield--width-quarter {
    flex: 0 0 100%;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[7].use[5]!./src/patterns/components/wordpress/wordpress.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
/**
 * Text truncation
 * NOT exact, but similar logic: https://getbootstrap.com/docs/5.0/helpers/text-truncation/
 */
/**
 * Inside current selector:
 * .button {
 *     @include color-svg($color-white-100);
 * }
 * Outside current selector: @include color-svg($color-white-100, '.button');
 */
/**
 * .grid-flex {
 *   --columns: 3;
 *   @include grid-flex(var(--columns), 16px);
 *   justify-content: center;
 *
 *   @include media-breakpoint-down(md) {
 *       --columns: 2;
 *   }
 */
/**
 * Use when overflow and border-radius are used on target.
 */
/* ADMIN */
/* IMAGES */
/* Must be 12 to col-4(etc) to work */
/*
    FONT SIZE

    Also include font-sizes to theme.json when using gutenberg
*/
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/*
    COLORS 100 - 0 (dark - light)

    Also include colors to theme.json when using gutenberg
*/
[id=wp-admin-bar-customize] {
  display: none;
}

figure.wp-caption {
  max-width: 100%;
}

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