/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: d7fced90899d4787a4019963e7a7b247 */

 --branding-primary-color: 0 0 0;
 --branding-cta-color: 255 3 186;
 --branding-cta-foreground-color: 255 255 255;
 --branding-primary-foreground-color: 255 255 255;
 --footer-background-color: 0 100 240;
 --footer-foreground-color: 255 255 255;
 --header-background-color: 0 100 240;
 --header-foreground-color: 255 255 255;
}


/* WebRouteTemplate.Css guid: d9c64932d091488b9a86110ccecea790 */

:root {
    --color-text-dark: 73 69 79;
}


/* WebSectionTemplate.Css guid: 0b585f6addce4de897e11f78462c00f9 */

.animated-header {
  padding-top: 63px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
}
.animated-header--center-aligned {
  text-align: center;
}
.animated-header-heading {
  position: relative;
  width: 100%;
  line-height: 1;
}
.animated-header-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .animated-header-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .animated-header-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .animated-header-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .animated-header-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .animated-header-inner {
    max-width: 1536px;
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
.animated-header-animating-container {
  position: relative;
  display: inline-block;
  overflow-wrap: anywhere;
  width: 100%;
}
.animated-header-animating--hidden {
  pointer-events: none;
  visibility: hidden;
  display: inline-block;
  white-space: normal;
  word-break: normal;
  padding: 0 2px;
}
.animated-header-static {
  display: block;
}
.animated-header-animating {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  white-space: normal;
  width: 100%;
  word-break: normal;
}
.animated-header.no-bg .animated-header-animating {
  color: rgb(var(--branding-primary-color));
}
.animated-header.colored-bg {
  color: rgb(var(--branding-primary-foreground-color));
  background-color: rgb(var(--branding-primary-color));
}
.animated-header.colored-bg .animated-header-animating--hidden {
  -webkit-text-stroke: 3px rgb(var(--branding-primary-foreground-color));
}
.animated-header.colored-bg .animated-header-animating {
  color: rgb(var(--branding-primary-color));
  paint-order: stroke fill;
  -webkit-text-stroke: 3px rgb(var(--branding-primary-foreground-color));
}
.animated-header .Typewriter__cursor {
  border-right: 2px solid black;
}

.animated-header.no-bg:has(+ .colored-bg),
.animated-header.colored-bg:has(+ .no-bg) {
  padding-bottom: 50px;
}

.animated-header:has(+ .text-section) {
  padding-bottom: 20px;
}

.animated-header.colored-bg + .text-section.colored-bg,
.animated-header.no-bg + .text-section.no-bg {
  padding-top: 0;
}

@media (width >= 48rem) {
  .animated-header {
    padding-top: 125px;
    padding-bottom: 50px;
    font-size: 100px;
  }
  .animated-header:has(+ .text-section) {
    padding-bottom: 25px;
  }
  .animated-header.colored-bg .animated-header-animating--hidden {
    -webkit-text-stroke: 5px rgb(var(--branding-primary-foreground-color));
  }
  .animated-header.colored-bg .animated-header-animating {
    -webkit-text-stroke: 5px rgb(var(--branding-primary-foreground-color));
  }
  .animated-header.no-bg:has(+ .colored-bg),
  .animated-header.colored-bg:has(+ .no-bg) {
    padding-bottom: 100px;
  }
}


/* WebSectionTemplate.Css guid: 0a2c84e1cf254fcda5e9f9d14df2ef3f */

.text-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.text-section-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .text-section-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .text-section-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .text-section-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .text-section-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .text-section-inner {
    max-width: 1536px;
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
.text-section--center-aligned {
  text-align: center;
}
.text-section--left-aligned {
  text-align: left;
}
.text-section.no-bg:has(+ .no-bg) {
  padding-bottom: 12.5px;
}
.text-section.no-bg + .no-bg {
  padding-top: 12.5px;
}
.text-section.colored-bg {
  background-color: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.text-section.colored-bg:has(+ .colored-bg) {
  padding-bottom: 12.5px;
}
.text-section.colored-bg + .colored-bg {
  padding-top: 12.5px;
}
.text-section .section-title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .text-section .section-title {
    margin-bottom: 25px;
  }
  .text-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text-section .section-title {
    margin-bottom: 15px;
  }
  .text-section.no-bg:has(+ .no-bg) {
    padding-bottom: 25px;
  }
  .text-section.no-bg + .no-bg {
    padding-top: 25px;
  }
  .text-section.colored-bg:has(+ .colored-bg) {
    padding-bottom: 25px;
  }
  .text-section.colored-bg + .colored-bg {
    padding-top: 25px;
  }
}


