*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 400px) {
  .container {
    max-width: 400px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1052px) {
  .container {
    max-width: 1052px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1700px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.right-4 {
  right: 1rem;
}

.top-4 {
  top: 1rem;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.bg-\[\#0A2A6D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 42 109 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[1\.35rem\] {
  font-size: 1.35rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ===== EXTREME INCOME SUMMIT ACCENT STRIPE ===== */

body::before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #009639;
  z-index: 9999;
  pointer-events: none;
}

body {
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.7;
  background-color: #060609;
  background-image:
    radial-gradient(ellipse at 15% 40%, rgba(187, 1, 0, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 15%, rgba(232, 25, 44, 0.03) 0%, transparent 50%),
    linear-gradient(180deg, #080608 0%, #050305 60%, #030203 100%);
  background-attachment: fixed;
  padding-top: 3px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

strong, b {
  font-weight: 600;
}

main {
  background: #ffffff !important;
  position: relative;
  overflow: hidden;
  /* keeps full-bleed children in bounds */
}

/* ****************** PAGE HEADLINE ****************** */

.page-headline-wrap {
  /* Break out of main's px-4 py-8 to be full-bleed */
  margin: -2rem -1rem 2.5rem -1rem;
  background: #BB0100;
  padding: 0.85rem 2rem;
  border-bottom: none;
  text-align: center;
}

.page-headline {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.35rem, 3.1vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.page-headline em {
  font-style: italic;
  font-weight: 700;
}

.page-subheadline {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 0.25rem;
  text-align: center;
}

/* In the green headline band, subheadline is white */

.page-headline-wrap .page-subheadline {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.08em;
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.page-headline-wrap .page-subheadline em {
  font-style: italic;
}

/* ****************** PAGE HEADLINE END ****************** */

footer {
  border-top: 1px solid rgba(255,255,255,0.1);
}

footer p {
  color: rgba(255,255,255,0.5);
}

/* ===== HERO WRAP (header + nav together) ===== */

.hero-wrap {
  background-image:
    linear-gradient(to bottom, rgba(5, 18, 55, 0.58) 0%, rgba(10, 42, 109, 0.72) 100%),
    url('https://cloudcollective.s3.amazonaws.com/franchises/190/CYA/promos/extremeIncomeSummit/html/back2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  /* prevents child margins collapsing through */
  padding-bottom: 0.25rem;
  /* ensures image fills to bottom edge */
}

/* ===== HERO HEADER ===== */

header {
  color: #ffffff !important;
}

header > div {
  width: 100%;
}

/* Force all text inside header white */

header h2,
header .parent-timer-container h2,
header .timer-number,
header .number-label,
header a {
  color: #ffffff !important;
}

/* ===== TEXT LOGO ===== */

.site-logo-text {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff !important;
  line-height: 1.05;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.95);
  text-align: center;
}

.logo-accent {
  background: linear-gradient(135deg, #00a040 0%, #00cc55 30%, #ccffe0 50%, #00cc55 70%, #00a040 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: normal;
}

.site-logo-img {
  height: clamp(90px, 15vw, 200px);
  width: auto;
  display: block;
  margin: 0 auto;
}

/* ===== TEXT LOGO END ===== */

/* ****************** HERO SECTION START ****************** */

/* ************************************************* */

.bubble-section {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.bubble-container {
  z-index: 10;
  position: relative;
  border: solid 3px rgba(255,255,255,0.2);
  background: linear-gradient(to top, #050d05 30%, rgba(5, 13, 5, 0.88) 100%);
  color: white;
  border-radius: 10px;
  padding: 1.5rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 40px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.bubble-media {
  width: 50%;
  flex-shrink: 0;
}

.media-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bubble-info {
  width: 90%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-info {
  margin-top: 15px;
  font-size: 0.95rem;
  line-height: 1.4;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .event-info {
    margin-top: 1rem;
    font-size: 0.9rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .event-info strong {
    font-size: 1rem;
  }

  .media-img {
    width: 100%;
    height: auto;
  }

  .bubble-media {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .event-info {
    font-size: 1rem;
    max-width: 100%;
    margin-top: 1rem;
  }

  .event-info strong {
    font-size: 0.95rem;
  }
}

@media (min-width: 1024px) {
  .bubble-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .bubble-media,
  .bubble-info {
    width: 50%;
    flex-shrink: 0;
  }
}

/* ************************************************* */

/* ****************** HERO SECTION END ****************** */

/* ****************** TIMER START ****************** */

/* ************************************************* */

.parent-timer-container {
  position: fixed;
  top: 14px;
  right: 18px;
  z-index: 9000;
  background: rgba(10, 42, 109, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(74, 144, 255, 0.75);
  border-radius: 14px;
  padding: 10px 20px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
}

#timerToggleBtn {
  display: none;
}

.parent-timer-container h2 {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.55);
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#countdown-timer {
  display: flex;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.number-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.number-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.65);
  font-weight: 600;
  margin-top: 4px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .parent-timer-container {
    top: auto;
    bottom: 16px;
    right: 16px;
    padding: 8px 14px 10px;
  }

  .timer-number {
    font-size: 1.4rem;
  }

  .number-label {
    font-size: 0.6rem;
  }

  #countdown-timer {
    gap: 0.5rem;
  }
}

/* *********************************************** */

/* ****************** TIMER END ****************** */

/* ****************** ARTICLE LISTINGS START ****************** */

/* ************************************************************ */

.article-listing-wrapper {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}

.nav-rail {
  border: none;
  border-bottom: 2px solid rgba(0, 150, 57, 0.5);
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0 28px;
  background: transparent;
  box-shadow: none;
  width: 100%;
}

@media (min-width: 1400px) {
  .nav-rail {
    display: flex;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  #articleListing {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 56px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }

  #articleListing > * {
    flex: 0 0 auto;
    min-width: 0;
  }

  .article-tab {
    display: inline-flex;
    width: auto;
  }
}

#articleListing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

#articleListing > * {
  flex: 0 0 auto;
  min-width: 0;
}

#articleListing > li {
  flex: 0 0 auto;
}

.article-tab {
  width: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .9rem 1.2rem;
  border-radius: 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s ease, border-color .18s ease;
  background: transparent;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  /* sit on top of the rail border */
}

.article-tab:hover {
  color: #fff;
  background: transparent;
}

.article-tab.active {
  background: transparent;
  color: #fff;
  font-weight: 700;
  border-bottom: 3px solid #009639;
  box-shadow: none;
}

.article-tab.active::after {
  content: none;
}

.article-tab.unlocked {
  opacity: 1;
}

.article-tab.locked {
  color: rgba(255, 255, 255, .65);
  cursor: default;
  pointer-events: none;
  background: transparent;
}

.article-tab.locked::before {
  content: "🔒";
  font-size: 1.05rem;
  line-height: 1;
  opacity: .9;
  transform: translateY(1px);
}

.article-tab .release-date {
  font-size: .95rem;
  font-weight: 800;
  color: rgba(255, 255, 255, .9);
  margin-left: .25rem;
}

/* ── Locked tab: same look as unlocked, just with date beneath ── */

.article-tab[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
  white-space: normal;
}

.locked-article-title {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}

.article-tab[tabindex="-1"] .release-date {
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.4) !important;
  margin-left: 0 !important;
}

@media (max-width: 1280px) {
  #articleListing {
    gap: 28px;
  }

  .article-tab {
    font-size: 1rem;
    padding: .8rem 1rem;
  }
}

@media (max-width: 1024px) {
  .article-listing-wrapper {
    max-width: 900px;
  }

  .nav-rail {
    padding: 14px 22px;
  }

  #articleListing {
    gap: 22px;
  }

  .article-tab {
    font-size: .98rem;
  }
}

#mobileOverlay {
  transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* ********************************************************** */

/* ****************** ARTICLE LISTINGS END ****************** */

/* ****************** SMS START ****************** */

/* ***************************************** */

#smsFormContainer {
  background: #0A2A6D;
  color: #fff;
  border-radius: 16px;
  border-top: 3px solid #BB0100;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .6), 0 0 0 1px rgba(187, 1, 0, 0.25);
  padding: 48px 40px;
  position: relative;
  display: block;
  max-width: 860px;
  margin: 0 auto;
}

/* HEADLINE & SUBHEAD */

#smsFormContainer h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 12px;
}

#smsFormContainer h3 em {
  font-style: italic;
  color: rgba(255,255,255,0.85);
}

#smsFormContainer .sms-container-text,
#smsFormContainer .sms-sub,
#smsFormContainer p.lead {
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
  margin-bottom: 18px;
}

/* FORM INPUT */

#smsFormContainer .formcontainer .form-control {
  width: 100%;
  height: 52px;
  font-size: 1.1rem;
  font-family: 'Oswald', sans-serif;
  background: #ffffff;
  color: #111;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 0 18px;
  margin: 0 0 10px !important;
  box-sizing: border-box;
}

#smsFormContainer .formcontainer table {
  width: 100%;
}

#smsFormContainer .formcontainer {
  text-align: center;
}

#smsFormContainer .formcontainer .form-control::-moz-placeholder {
  color: #8a96a3;
}

#smsFormContainer .formcontainer .form-control::placeholder {
  color: #8a96a3;
}

/* CTA BUTTON — override the SVG image with a site-styled crimson button */

/* Phone field — script renders a plain <div> + absolute <span> (flag emoji), no intl-tel-input */

/* Force the wrapper div to match input height so top:50%/translateY(-50%) centers correctly */

#smsFormContainer div:has(> .bh-sms-marketing-phone) {
  height: 52px;
  position: relative;
  width: 100%;
}

#smsFormContainer .iti {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 10px;
}

#smsFormContainer .iti .form-control {
  margin: 0 !important;
  width: 100%;
}

#smsFormContainer .iti__selected-flag {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: auto !important;
}

/* CTA BUTTON — overlay approach to suppress the injected SVG */

#smsFormContainer #sms-submit-container {
  position: relative;
  width: 100%;
  margin-top: 12px;
  border-radius: 8px;
  overflow: hidden;
}

/* The actual button — invisible but receives clicks */

#smsFormContainer #sms-submit {
  display: block;
  width: 100%;
  height: 58px;
  opacity: 0;
  cursor: pointer;
  border: none;
  padding: 0;
}

/* Full-bleed overlay that sits on top visually but lets clicks through */

#smsFormContainer #sms-submit-container::after {
  content: "✔  Yes! Sign Me Up";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BB0100;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 8px;
  pointer-events: none;
  transition: filter .2s ease;
}

#smsFormContainer #sms-submit-container:hover::after {
  filter: brightness(0.9);
}

/* Success & error */

#smsFormContainer .bh-sms-marketing-error {
  margin-top: .75rem;
  padding: .5rem .75rem;
  font-size: .95rem;
  color: #ffb3b3;
  border-radius: 8px;
}

#smsFormContainer .bh-sms-marketing-success {
  margin-top: .75rem;
  padding: .65rem .85rem;
  background: rgba(0, 150, 57, .12);
  border: 1px solid rgba(0, 150, 57, .35);
  border-radius: 10px;
}

#smsFormContainer .bh-sms-marketing-success p {
  color: #fff !important;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
}

/* Disclaimer */

#smsFormContainer .bh-sms-marketing-disclaimer-wrapper {
  margin-top: 16px;
}

#smsFormContainer .bh-sms-marketing-disclaimer-text p,
#smsFormContainer .sms-disclaimer p {
  color: rgba(255, 255, 255, .65);
  font-size: .8rem !important;
  line-height: 1.5 !important;
  margin-top: 12px;
}

#smsFormContainer .bh-sms-marketing-disclaimer-text a,
#smsFormContainer .sms-disclaimer a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline !important;
}

/* ***************************************** */

/* ****************** SMS END ****************** */

/* ======== BRIGHTCOVE VIDEO WRAPPER ======== */

.bc-video-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22), 0 0 0 3px rgba(187, 1, 0, 0.25);
}

.bc-video-inner {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 */
}

.bc-video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* #click-prompt is transparent but still catches clicks for BCPLAYER's unmute handler */

#click-prompt {
  opacity: 0 !important;
  cursor: pointer;
}

#playerContainer .vjs-big-play-button {
  display: none !important;
}

/* ****************** CALENDAR START ****************** */

/* ***************************************** */

/* Trigger button */

.cal-trigger-wrap {
  display: flex;
  justify-content: center;
}

.cal-section {
  padding-bottom: 0;
  margin-bottom: -1rem;
}

.cal-trigger-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: #BB0100;
  border: none;
  border-radius: 10px;
  padding: 0.85rem 2rem;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.15s ease;
}

.cal-trigger-btn:hover {
  filter: brightness(0.92);
  transform: translateY(-1px);
}

.cal-trigger-btn svg {
  flex-shrink: 0;
}

/* ======== SMS FORM CONTAINER WITH COVER ART ======== */

#smsFormContainer {
  --sms-art-url: none;
  background: #0A2A6D;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  border: 2px solid #BB0100;
  padding: 36px 28px;
  position: relative;
  display: block;
}

@media (min-width: 1024px) {
  #smsFormContainer {
    --sms-art-w: clamp(180px, 20vw, 280px);
    padding: 44px 40px;
    padding-left: calc(var(--sms-art-w) + 48px);
    min-height: calc(var(--sms-art-w) * (11 / 8.5) + 48px);
  }

  #smsFormContainer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: var(--sms-art-w);
    aspect-ratio: 8.5 / 11;
    background-image: var(--sms-art-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    border: 2px solid #BB0100;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }

  /* Hide cover art and reset after successful submission (class added by JS) */

  #smsFormContainer.sms-submitted::before {
    display: none;
  }

  #smsFormContainer.sms-submitted {
    padding-left: 40px;
    min-height: 0;
  }
}

/* Form inputs */

#smsFormContainer .formcontainer .form-control {
  width: 100%;
  height: 60px;
  font-size: 1.05rem;
  background: #ffffff;
  color: #111;
  border: 2px solid #d7dbe0;
  border-radius: 12px;
  padding: 0 18px;
  margin: 0 0 14px !important;
}

#smsFormContainer .formcontainer .form-control::-moz-placeholder {
  color: #8a96a3;
}

#smsFormContainer .formcontainer .form-control::placeholder {
  color: #8a96a3;
}

/* Submit button */

#smsFormContainer #sms-submit {
  width: 100%;
  height: 64px;
  border-radius: 12px;
  background: #BB0100;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  margin-top: 16px;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.15s ease;
}

#smsFormContainer #sms-submit:hover {
  filter: brightness(0.92);
  transform: translateY(-1px);
}

/* Disclaimer */

#smsFormContainer .bh-sms-marketing-disclaimer-wrapper {
  margin-top: 16px;
}

#smsFormContainer .bh-sms-marketing-disclaimer-text p {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.85rem !important;
  line-height: 1.6 !important;
}

#smsFormContainer .bh-sms-marketing-disclaimer-text a {
  color: #BB0100;
  text-decoration: underline;
}

/* Success & error */

#smsFormContainer .bh-sms-marketing-error {
  margin-top: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
  color: #ffb3b3;
  background: rgba(255, 0, 0, 0.08);
  border-radius: 8px;
}

#smsFormContainer .bh-sms-marketing-success {
  margin-top: 0.75rem;
  padding: 0.65rem 0.85rem;
  background: rgba(0, 150, 57, 0.12);
  border: 1px solid rgba(0, 150, 57, 0.35);
  border-radius: 10px;
}

#smsFormContainer .bh-sms-marketing-success p {
  color: #fff !important;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
}

/* ***************************************** */

.cal-date-badge {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  border: 2px solid #BB0100;
  border-radius: 999px;
  padding: 0.45rem 1.6rem;
}

#calendar-options {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 48px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

#calendar-options.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  padding-top: 8px;
}

.calendar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  background: #f9f9f9;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem 1.25rem 0.75rem;
  min-width: 90px;
}

.calendar-item:hover {
  transform: translateY(-3px);
  border-color: #BB0100;
  box-shadow: 0 4px 14px rgba(187, 1, 0, 0.25);
}

.calendar-icon {
  width: 48px;
  height: 48px;
  transition: filter 0.3s ease, transform 0.2s ease-in-out;
}

.calendar-label {
  margin-top: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #0a0a12;
  font-family: 'Oswald', sans-serif;
}

.calendar-button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .calendar-toggle-btn {
    font-size: 0.70rem;
    padding: 10px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    line-height: 1.3;
  }

  .calendar-icon {
    width: 34px;
    height: 34px;
  }

  .calendar-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: #000;
  }

  #calendar-options {
    gap: 8px;
    flex-wrap: nowrap;
  }

  .calendar-item {
    min-width: 0;
    flex: 1;
    padding: 0.5rem 0.3rem 0.4rem;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .calendar-toggle-btn {
    font-size: 0.80rem;
    padding: 12px 20px;
    max-width: 360px;
    width: 100%;
    text-align: center;
    line-height: 1.3;
  }

  .calendar-icon {
    width: 48px;
    height: 48px;
  }

  .calendar-label {
    font-size: 0.78rem;
    font-weight: 600;
  }

  #calendar-options {
    gap: 20px;
  }
}

/* ***************************************** */

/* ****************** CALENDAR END ****************** */

/* ****************** SECTION HEADING WITH RULES ****************** */

.section-heading-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.section-heading-rule {
  flex: 1;
  height: 2px;
  background: #e5e7eb;
  display: block;
}

.section-heading-text {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a0a0a;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .section-heading-rule {
    display: none;
  }

  .section-heading-row {
    justify-content: center;
  }

  .section-heading-text {
    white-space: normal;
    text-align: center;
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }
}

/* ****************** SECTION HEADING WITH RULES END ****************** */

/* ****************** EVENT DETAILS SECTION ****************** */

.event-details-section {
  padding: 0 0 3rem;
}

/* Heading with flanking rules */

.event-details-title-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.event-details-rule {
  flex: 1;
  height: 2px;
  background: #e5e7eb;
  display: block;
}

.event-details-title {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a0a0a;
  white-space: nowrap;
}

/* Three-column layout */

.event-details-cols {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6rem;
  flex-wrap: nowrap;
}

@media (max-width: 540px) {
  .event-details-cols {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}

.event-detail-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}

/* Icon container */

.event-detail-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 1.1rem;
}

.event-detail-icon svg {
  width: 100%;
  height: 100%;
}

/* Label */

.event-detail-col-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 0.45rem;
}

/* Value */

.event-detail-col-value {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.4;
}

.event-detail-col-value a {
  font-family: 'Oswald', sans-serif;
  color: #0a0a0a;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 400;
}

/* FREE — gold gradient text with underline */

.event-detail-free {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #007a2e 0%, #009639 50%, #00b344 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 3px solid #009639;
  padding-bottom: 2px;
  display: inline-block;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .event-details-cols {
    gap: 2.5rem;
  }

  .event-detail-icon {
    width: 68px;
    height: 68px;
  }

  .event-details-title {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }
}

/* ****************** EVENT DETAILS SECTION END ****************** */

.icon-event-detail {
  filter: none;
}

/* ===== COLOR OVERRIDES ===== */

/* Override hardcoded colors with site palette */

/* In white content areas: use brand gold for readability */

.text-\[\#B22234\] {
  color: #BB0100 !important;
}

.bg-\[\#B22234\] {
  background: #BB0100 !important;
}

.border-\[\#B22234\] {
  border-color: #BB0100 !important;
}

.bg-\[\#002868\] {
  background-color: #0A2A6D !important;
}

.bg-\[\#001f54\] {
  background-color: #0A2A6D !important;
}

.border-b-2.border-gray-200 {
  border-color: rgba(255,255,255,0.08) !important;
}

.border-t-2.border-gray-200 {
  border-color: rgba(255,255,255,0.08) !important;
}

/* Timer border matches accent */

.parent-timer-container {
  border-color: rgba(74, 144, 255, 0.75) !important;
}

/* Article main area — keep white for readability */

main .bg-white,
main.bg-white {
  background-color: #ffffff !important;
}

/* Fix calendar label on white bg */

main .calendar-label {
  color: #0a0a12;
}

iframe:not([src*="brightcove"]) {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  height: 600px;
  border-radius: 10px;
}

@media (min-width: 640px) {
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }
}

@media (min-width: 1400px) {
  .xxl\:flex {
    display: flex;
  }

  .xxl\:hidden {
    display: none;
  }
}