@import "../global.css";
@import "../hero-shrink.css";
@import "../seamless.css";

div#root {
  --primary: var(--blue);
  --primary-text: var(--blue);
  --primary-svg: var(--blue);
  --secondary: var(--sky);
  --secondary-text: var(--sky);
  --secondary-svg: var(--sky);
}

/* Align Center - Tall */
.fwm-column-thirds .fwm-nestable-flex {
  align-items: center;
}

span.fwm-rich-text-editor hr {
  border: initial;
  border-top: 1px solid var(--secondary);
}

/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup {
  position: relative;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  text-shadow: none;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  padding-bottom: 0;
  font-weight: 300;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container.fwm-hero-no-cta hgroup::after {
  content: "";
  display: block;
  margin: 0.9375rem 0 1rem 0;
  max-width: 28.75rem;
  height: 1px;
  background-color: var(--secondary);
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-box-align-center .fwm-hero-large-text-container.fwm-hero-no-cta hgroup::after {
  margin: 0.9375rem auto 1rem;
}

@media (min-width: 48rem) {
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 4.5rem;
  }
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
    font-size: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 5rem;
  }
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
    font-size: 1.75rem;
  }
}
img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

/* Video - Center [Home] */
section.fwm-video-center .fwm-VideoComponent-container {
  background-color: rgb(255, 255, 255);
  max-width: 100%;
  padding: 50px;
}

div#root .fwm-nestable-967d6281-5104-4e38-a113-6bbfcf935f6c hgroup::after, div#root .fwm-nestable-967d6281-5104-4e38-a113-6bbfcf935f6c hgroup::before {
  display: none;
}
div#root .fwm-nestable-967d6281-5104-4e38-a113-6bbfcf935f6c hgroup h2 {
  color: inherit;
  font-size: 2rem;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  border: none;
  padding-bottom: 0.5rem;
}
div#root .fwm-nestable-967d6281-5104-4e38-a113-6bbfcf935f6c picture {
  box-shadow: none;
}
div#root .fwm-nestable-967d6281-5104-4e38-a113-6bbfcf935f6c .fwm-team-selection-title {
  border-color: var(--pcg-gold-1);
}
