/*-- -------------------------- -->
<---        Core Styles         -->
<--- -------------------------- -*/
/* Base (mobile first) */
:root {
  --primary: #853A3A;
  --primaryLight: #001F3F;
  --secondary: #E4A95F;
  --secondaryLight: #FFBA43;
  --headerColor: #1a1a1a;
  --bodyTextColor: #4E4B66;
  --bodyTextColorWhite: #FAFBFC;
  /* 13px - 16px */
  --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
  /* 31px - 49px */
  --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
  --bodyFontSize: 1rem;
  /* 60px - 100px top and bottom */
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  color-scheme: dark;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('/assets/fonts/roboto-v29-latin-regular.woff2') format('woff2'), url('/assets/fonts/roboto-v29-latin-regular.woff') format('woff');
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('/assets/fonts/roboto-v29-latin-700.woff2') format('woff2'), url('/assets/fonts/roboto-v29-latin-700.woff') format('woff');
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(''), url('/assets/fonts/roboto-v29-latin-900.woff2') format('woff2'), url('/assets/fonts/roboto-v29-latin-900.woff') format('woff');
}
body,
html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--bodyTextColor);
  overflow-x: hidden;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  transition: background-color 0.3s;
}
.container {
  position: relative;
  width: 92%;
  margin: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: var(--headerColor);
}
p, li, a {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0;
}
p, li {
  color: var(--bodyTextColor);
}
a:hover,
button:hover {
  cursor: pointer;
}
.cs-topper {
  font-size: var(--topperFontSize);
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: .1em;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
  display: block;
}
body.dark-mode .cs-topper {
  color: var(--primary);
}
.cs-title {
  font-size: var(--headerFontSize);
  font-weight: 900;
  line-height: 1.2em;
  text-align: inherit;
  max-width: 43.75rem;
  margin: 0 0 1rem 0;
  color: var(--headerColor);
  position: relative;
}
.cs-text {
  font-size: var(--bodyFontSize);
  line-height: 1.5em;
  text-align: inherit;
  width: 100%;
  max-width: 40.625rem;
  margin: 0;
  color: var(--bodyTextColor);
}
.cs-button-solid {
  font-size: 1rem;
  line-height: clamp(2.875rem, 5.5vw, 3.5rem);
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #fff;
  min-width: 9.375rem;
  padding: 0 1.5rem;
  background-color: var(--primary);
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.cs-button-solid:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0%;
  background: #000;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width .3s;
}
.cs-button-solid:hover:before {
  width: 100%;
}
.skip {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1111111;
}

/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Base (mobile first) */
#banner-712 {
  padding: clamp(10.9375rem, 10vw, 12.5rem) 1rem 6.25rem;
  position: relative;
  z-index: 1;
}
#banner-712 .cs-container {
  text-align: center;
  width: 100%;
  max-width: 80rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
#banner-712 .cs-int-title {
  font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
  font-weight: 900;
  line-height: 1.2em;
  text-align: inherit;
  margin: 0;
  color: var(--bodyTextColorWhite);
  position: relative;
}
#banner-712 .cs-background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#banner-712 .cs-background:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .75;
  top: 0;
  left: 0;
  z-index: 1;
}
#banner-712 .cs-background img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Small desktop (787px) */
@media only screen and (min-width: 49.1875rem) {
  #banner-712 .cs-background:before {
    opacity: 1;
    background: linear-gradient(90.01deg, rgba(0, 0, 0, 0.9) 16.86%, rgba(0, 0, 0, 0) 100%);
  }
}
/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/
/* Base (mobile first) */
#cs-footer-269 {
  padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  background-color: #1a1a1a;
}
#cs-footer-269 .cs-container {
  width: 100%;
  max-width: 34.375rem;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: clamp(4.25rem, calc(10%), 6.25rem);
}
#cs-footer-269 .cs-logo-group {
  width: 100%;
  position: relative;
}
#cs-footer-269 .cs-logo {
  width: clamp(13.125rem, 8vw, 15rem);
  height: auto;
  display: block;
  margin-bottom: clamp(1.75rem, 4.17vw, 2.75rem);
}
#cs-footer-269 .cs-logo-img {
  width: 100%;
  height: auto;
}
#cs-footer-269 .cs-text {
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 2rem;
  max-width: 33.75rem;
  color: var(--bodyTextColorWhite);
}
#cs-footer-269 .cs-nav {
  padding: 0;
  margin: 0;
}
#cs-footer-269 .cs-nav-li {
  list-style: none;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
#cs-footer-269 .cs-nav-li:last-of-type {
  margin-bottom: 0;
}
#cs-footer-269 .cs-header {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.875rem;
  color: var(--bodyTextColorWhite);
  position: relative;
  display: block;
}
#cs-footer-269 .cs-nav-link {
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.5em;
  color: var(--bodyTextColorWhite);
  position: relative;
}
#cs-footer-269 .cs-nav-link:before {
  content: '';
  width: 0%;
  height: 0.125rem;
  background: currentColor;
  opacity: 1;
  position: absolute;
  display: block;
  bottom: -0.125rem;
  left: 0;
  transition: width .3s;
}
#cs-footer-269 .cs-nav-link:hover:before {
  width: 100%;
}
#cs-footer-269 .cs-contact {
  margin: 0;
  padding: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
#cs-footer-269 .cs-contact-li {
  list-style: none;
  margin-bottom: 0rem;
}
#cs-footer-269 .cs-contact-li:last-of-type {
  margin-bottom: 0;
}
#cs-footer-269 .cs-contact-link {
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.5em;
  text-align: left;
  color: var(--bodyTextColorWhite);
  display: inline-block;
}
#cs-footer-269 .cs-contact-link:hover {
  text-decoration: underline;
}
#cs-footer-269 .cs-address {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
#cs-footer-269 .cs-social-group {
  margin-top: auto;
  margin-left: auto;
}
#cs-footer-269 .cs-social {
  display: inline-flex;
  justify-content: flex-start;
  gap: 0.75rem;
}
#cs-footer-269 .cs-social-link {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #4E4B66;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: transform 0.3s, background-color 0.3s;
}
#cs-footer-269 .cs-social-link:hover {
  background-color: var(--primary);
  transform: translateY(-0.1875rem);
}
#cs-footer-269 .cs-social-img {
  height: 0.8125rem;
  width: auto;
  display: block;
}
/* Small desktop (787px) */
@media only screen and (min-width: 49.1875rem) {
  #cs-footer-269 .cs-container {
    max-width: 80rem;
    row-gap: 0;
  }
  #cs-footer-269 .cs-logo-group {
    width: auto;
    /* pushes everything to the right of it as far as possible in a flexbox */
    margin-right: auto;
  }
  #cs-footer-269 .cs-text {
    width: 80%;
    max-width: 19.0625rem;
    margin: 0;
  }
  #cs-footer-269 .cs-nav,
  #cs-footer-269 .cs-contact {
    /* 8px - 12px */
    margin-top: clamp(0.5rem, 1.2vw, 0.75rem);
  }
}

/*-- -------------------------- -->
<---     Shared EPK Styles      -->
<--- -------------------------- -*/

.section-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
}

/* Page Header */
.page-header {
    padding: 2rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(40, 40, 40, 0.6));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-header .section-title {
    margin: 0;
}

/* Bio Content (shared across pages) */
.bio-content {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
}

.bio-content p {
    margin-bottom: 1rem;
}

.bio-content p:last-child {
    margin-bottom: 0;
}

/* CTA Styles */
.cta-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}

.cta-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Small desktop (787px) */
@media only screen and (min-width: 49.1875rem) {
    .page-header {
        padding: 3rem 2rem;
    }

    .bio-content {
        font-size: 1rem;
        max-width: 700px;
        margin: 0 auto;
    }

    .cta-link {
        display: inline-block;
        color: #fff;
        text-decoration: underline;
        font-weight: 700;
        margin-top: 1rem;
        transition: color 0.3s ease;
    }

    .cta-link:hover {
        color: #a0a0a0;
    }
}


/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #footer-1390 {
      padding: var(--sectionPadding);
      background-color: #1a1a1a;
      position: relative;
      z-index: 1;
  }
  #footer-1390 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  #footer-1390 .cs-top {
      width: 100%;
      margin-bottom: 2.5rem;
      /* 24px - 64px */
      padding-bottom: clamp(1.5rem, 5vw, 4rem);
      border-bottom: 1px solid #484848;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      /* 24px - 40px */
      gap: clamp(1.25rem, 4vw, 2.5rem);
  }
  #footer-1390 .cs-ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      row-gap: 0.5rem;
      /* 24px - 36px */
      column-gap: clamp(1.5rem, 4vw, 2.25rem);
  }
  #footer-1390 .cs-li {
      list-style: none;
  }
  #footer-1390 .cs-link {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      line-height: 1.5em;
      text-decoration: none;
      margin: 0;
      color: #bababa;
      display: block;
      transition: color 0.3s;
  }
  #footer-1390 .cs-link:hover {
      color: var(--primary);
  }
  #footer-1390 .cs-logo {
      width: 100%;
      max-width: 13.0625rem;
      height: auto;
      display: block;
  }
  #footer-1390 .cs-logo-img {
      width: 100%;
      height: auto;
      display: block;
  }
  #footer-1390 .cs-bottom {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
  }
  #footer-1390 .cs-social {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.5rem;
  }
  #footer-1390 .cs-social-li {
      list-style: none;
  }
  #footer-1390 .cs-social-link {
      width: 2rem;
      height: 2rem;
      background-color: #484848;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color 0.3s;
  }
  #footer-1390 .cs-social-link:hover {
      background-color: var(--primary);
  }
  #footer-1390 .cs-social-link:hover .cs-social-icon {
      filter: grayscale(1) brightness(1000%);
      opacity: 1;
  }
  #footer-1390 .cs-social-icon {
      width: 0.75rem;
      height: auto;
      display: block;
      opacity: 0.6;
      transition: opacity 0.3s;
  }
  #footer-1390 .cs-copyright {
      font-size: 1rem;
      color: #bababa;
      line-height: 1.5em;
      margin: 0;
      display: block;
  }
  #footer-1390 .cs-copyright-link,
  #footer-1390 .cs-separater {
      font-size: 1rem;
      text-decoration: none;
      color: #bababa;
      transition: color 0.3s;
  }
  #footer-1390 .cs-copyright-link:hover,
  #footer-1390 .cs-separater:hover {
      color: var(--primary);
  }
  #footer-1390 .cs-separater {
      margin: 0 1rem;
      display: inline-block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #footer-1390 .cs-top {
      align-items: flex-start;
  }
  #footer-1390 .cs-bottom {
      flex-direction: row;
      justify-content: center;
  }
  #footer-1390 .cs-flex {
      margin: 0 auto;
  }
  #footer-1390 .cs-social {
      /* sends it to the right in the 3rd position */
      order: 3;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #footer-1390 {
      background-color: rgba(0, 0, 0, 0.6);
  }
}

/* you can copy and paste this into your global stylesheet to be used everywhere in your site */
#button-box-838 {
  width: 100%;
  max-width: calc(39.375rem);
  margin-bottom: calc(2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(1.5rem);
}
#button-box-838 .cs-button-solid {
  font-size: 1rem;
  /* 46px - 56px */
  line-height: clamp(2.875rem, 5.5vw, 3.5rem);
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #fff;
  min-width: 9.375rem;
  padding: 0 1.5rem;
  background-color: var(--primary);
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  /* prevents padding from adding to the width */
  box-sizing: border-box;
}
#button-box-838 .cs-button-solid:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  background: #000;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0.25rem;
  transition: width 0.3s;
}
#button-box-838 .cs-button-solid:hover:before {
  width: 100%;
}
#button-box-838 .cs-button-transparent {
  font-size: 1rem;
  /* 46px - 56px */
  line-height: clamp(2.875rem, 5.5vw, 3.5rem);
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: var(--primary);
  min-width: 9.375rem;
  padding: 0 1.5rem;
  background-color: transparent;
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  /* prevents padding from adding to the width */
  box-sizing: border-box;
  transition:
      background-color 0.3s,
      color 0.3s;
}
#button-box-838 .cs-button-transparent:hover {
  background-color: var(--primary);
  color: #fff;
}
/* Dark Mode */
body.dark-mode #button-box-838 .cs-button-transparent {
  color: var(--bodyTextColorWhite);
}
                              