/* Global Stylings */
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

div,
section,
article,
main,
aside,
header,
footer,
dialog,
figure,
figcaption,
hgroup {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl {
  list-style: none;
}

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

td {
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  border-style: none;
}

fieldset {
  border: 1px solid transparent;
}

input {
  font-family: Gotham, sans-serif;
}

input[type=submit] {
  letter-spacing: 0.045em;
  font-family: Gotham, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}

input[type=text],
input[type=email],
textarea {
  letter-spacing: 0.045em;
  font-family: Gotham, sans-serif;
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
}

span {
  font-family: Gotham, sans-serif;
}

button {
  font-family: Gotham, sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

select {
  font-family: Gotham, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
html,
body {
  font-size: 1em;
  font-family: Gotham, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
}

body {
  background-size: auto;
  position: relative;
  background-color: #E6DCDA;
}
body:after {
  pointer-events: none;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 0 80px;
}

#skipnav {
  position: absolute;
  z-index: 99999;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding-bottom: 25px;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#skipnav:hover, #skipnav:focus, #skipnav:active {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  clip: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  color: #983222;
}

.no-banner main {
  padding-top: 50px;
}

.sk-ww-twitter-feed {
  grid-column: 1/-1;
}

.grid-item-twitter-feed {
  position: unset !important;
  top: unset !important;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1250px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
}

.slick-prev,
.slick-next {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .no-banner main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 20px;
  }
}
body.four-oh-four-page header, body.four-oh-four-page footer {
  display: none;
}

body.home section.cta.--text-info .container {
  margin-bottom: 0;
}

body.state-chapters-page section.state-chapters-map .container {
  padding-top: 60px;
}

main#main section:first-of-type {
  padding-top: 290px;
  transition: padding 0.25s ease-in-out;
}
main#main section:first-of-type.--scrolled {
  padding-top: 160px;
}
@media screen and (max-width: 1024px) {
  main#main section:first-of-type {
    padding-top: 200px;
  }
}
@media screen and (max-width: 550px) {
  main#main section:first-of-type {
    padding-top: 170px;
  }
}

/*********************************************/
/* Gotham */
/*********************************************/
/* Gotham XLight */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-XLight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Gotham Light */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* Gotham Thin */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Gotham Book */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Gotham Medium */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Gotham Bold */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Gotham Black */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Gotham Ultra */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Ultra.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*********************************************/
/* Gotham Italic */
/*********************************************/
/* Gotham Italic XLight */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-XLightItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* Gotham Italic Light */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-LightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
/* Gotham Italic Thin */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-ThinItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* Gotham Italic Book */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Gotham Italic Medium */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Gotham Italic Bold */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Gotham Italic Black */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BlackItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/* Gotham Italic Ultra */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-UltraItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/*********************************************/
/* Benton Mod Display */
/*********************************************/
/* BentonModDisp Regular */
@font-face {
  font-family: "BentonModDisp";
  src: url("../fonts/BentonModDisp-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Modules */
.header {
  background-color: #E6DCDA;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header.--scrolled .header__bottom__logo img {
  width: 200px;
}
.header .container {
  padding-inline: 0;
}
.header__top {
  padding-block: 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding-inline: 20px;
  border-bottom: 1px solid #1B246E;
  align-items: center;
  gap: 20px;
}
.header__nav {
  grid-column: 1/4;
}
.header__nav-list {
  column-count: 2;
  width: fit-content;
}
.header__nav-list__item a {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B246E;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .header__nav-list__item a {
    font-size: 11px;
    line-height: 16px;
  }
}
.header__nav-list__item a:is(:hover, :focus) {
  color: #DA2E26;
}
.header__nav-list__item.--active a {
  color: #DA2E26;
}
.header__copy {
  grid-column: 4/10;
  text-align: center;
}
.header__copy a {
  color: #1B246E;
  text-underline-offset: 1px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__copy a:is(:hover, :focus) {
  text-underline-offset: 2px;
}
.header__copy p {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #DA2E26;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header__copy p {
    font-size: 11px;
    line-height: 16px;
  }
}
.header__donate {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Gotham;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #1B246E;
  border-radius: 50px;
  padding: 15px 30px;
  color: #1B246E;
  background-color: #FFFFFF;
  grid-column: 11/13;
  justify-self: flex-end;
}
.header__donate:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .header__donate {
    padding-inline: 15px;
    padding-block: 10px;
    font-size: 10px;
  }
}
.header__mobile-trigger {
  display: none;
}
.header__bottom {
  padding-block: 20px;
  padding-inline: 20px;
}
.header__bottom__logo {
  display: flex;
}
.header__bottom__logo:is(:hover, :focus) img {
  filter: brightness(0.5);
}
.header__bottom__logo img {
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__bottom__logo img:nth-child(2) {
  display: none;
}
.header__mobile-container {
  display: none;
}
.header__mobile-trigger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header.--expanded {
    background-color: #1B246E;
  }
  .header.--expanded .header__copy p {
    color: #FFFFFF;
  }
  .header.--expanded .header__copy p a {
    color: #FFFFFF;
  }
  .header.--expanded .header__top {
    border-bottom: 1px solid #FFFFFF;
  }
  .header.--expanded .header__bottom__logo img:nth-child(1) {
    display: none;
  }
  .header.--expanded .header__bottom__logo img:nth-child(2) {
    display: block;
    width: 100% !important;
  }
  .header.--expanded .header__mobile-container {
    display: flex;
    background-color: #1B246E;
  }
  .header.--expanded .header__mobile-trigger div span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 6px;
  }
  .header.--expanded .header__mobile-trigger div span:nth-child(2) {
    transform: rotate(-45deg);
    position: relative;
    top: -6px;
  }
  .header__nav {
    display: none;
  }
  .header__nav.--mobile {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
    padding-inline: 20px;
    margin-bottom: 20px;
  }
  .header__nav.--mobile .header__nav-list {
    column-count: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .header__nav.--mobile .header__nav-list__item a {
    font-family: BentonModDisp;
    font-size: 55px;
    line-height: 55px;
    font-weight: 400;
    font-family: Gotham;
    font-weight: 700;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1250px) {
  .header__nav.--mobile .header__nav-list__item a {
    font-size: 31px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav.--mobile .header__nav-list__item a:is(:hover, :focus) {
    color: #DA2E26;
  }
  .header__nav.--mobile .header__nav-list__item.--active a {
    color: #DA2E26;
  }
  .header__copy {
    grid-column: 1/-1;
  }
  .header__donate {
    display: none;
  }
  .header__mobile-container {
    height: calc(100vh - 177px);
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    background-color: #E6DCDA;
  }
  .header__nav-bottom-link {
    padding-inline: 20px;
    font-family: Gotham;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: unset;
    color: #FFFFFF;
    width: fit-content;
    display: block;
    margin-bottom: 10px;
    transition: 0.25s ease-in-out all;
    transition-delay: 0s;
  }
  .header__nav-bottom-link:is(:hover, :focus) {
    color: #DA2E26;
  }
  .header__nav-bottom-link.--active {
    color: #DA2E26;
  }
  .header__mobile-bottom {
    margin-top: auto;
    margin-bottom: 50px;
    padding-inline: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .header__mobile-bottom p {
    font-family: Gotham;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header__mobile-bottom p {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header__mobile-bottom a {
    font-family: Gotham;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: unset;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header__mobile-bottom a {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header__mobile-trigger {
    background-color: #DA2E26;
    padding: 15px 20px;
    border-radius: 50px;
    display: flex;
    gap: 16px;
    align-items: center;
    border: 2px solid #FFFFFF;
    position: fixed;
    z-index: 200;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__mobile-trigger p {
    font-family: Gotham;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header__mobile-trigger p {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header__mobile-trigger div {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .header__mobile-trigger div span {
    background-color: #FFFFFF;
    width: 25px;
    height: 4px;
    transition: 0.25s ease-in-out all;
    transition-delay: 0s;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  .header__mobile-container {
    padding-top: 70px;
  }
}
@media screen and (max-width: 550px) {
  .header__mobile-container {
    padding-top: 40px;
  }
}

.footer {
  background-color: #1B246E;
  margin-top: -20px;
}
.footer .container {
  padding-inline: 0;
  padding-top: 20px;
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer__top__left {
  padding-inline: 20px;
  padding-block: 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 10px;
}
.footer__top__left__title {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #FFFFFF;
  grid-column: 1/5;
}
@media screen and (max-width: 1024px) {
  .footer__top__left__title {
    font-size: 12px;
    line-height: 25px;
  }
}
.footer__top__left form {
  grid-column: 6/-1;
}
.footer__top__left form .dform {
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  display: flex;
  position: relative;
}
.footer__top__left form .dform_element.dform_email {
  width: 100%;
}
.footer__top__left form .dform_element.submit_button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DA2E26;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer__top__left form .dform input[type=email] {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 15px 20px;
  padding-right: 60px;
}
.footer__top__left form .dform input[type=email]::placeholder {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}
.footer__top__right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  padding-inline: 20px;
  padding-block: 30px;
  border-left: 1px solid #FFFFFF;
}
.footer__top__right__nav {
  grid-column: span 2;
}
.footer__top__right__nav ul {
  column-count: 2;
}
.footer__top__right__nav ul li a {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: unset;
  color: #FFFFFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .footer__top__right__nav ul li a {
    font-size: 11px;
    line-height: 16px;
  }
}
.footer__top__right__nav ul li a:is(:hover, :focus) {
  color: #DA2E26;
}
.footer__top__right__socials {
  display: flex;
  flex-direction: column;
}
.footer__top__right__socials a {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: unset;
  color: #FFFFFF;
  width: fit-content;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .footer__top__right__socials a {
    font-size: 11px;
    line-height: 16px;
  }
}
.footer__top__right__socials a:is(:hover, :focus) {
  color: #DA2E26;
}
.footer__top__right__legal {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: unset;
  position: absolute;
  color: #FFFFFF;
  bottom: 15px;
  right: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .footer__top__right__legal {
    font-size: 11px;
    line-height: 16px;
  }
}
.footer__top__right__legal:is(:hover, :focus) {
  color: #DA2E26;
}
.footer__bottom {
  position: relative;
  display: flex;
  padding-block: 40px;
  padding-inline: 20px;
  border-top: 1px solid #FFFFFF;
}
.footer__bottom__copyright {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  top: 15px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__bottom__copyright {
    font-size: 11px;
    line-height: 16px;
  }
}
.footer__bottom img {
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
}
.footer__custom-submit {
  width: 100%;
  height: 32px;
  color: #FFFFFF;
  font-size: 20px;
  rotate: 45deg;
}
@media screen and (max-width: 1250px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
  .footer__top__left {
    border-bottom: 1px solid #FFFFFF;
    padding-block: 40px;
  }
  .footer__top__left__title {
    font-size: 21px;
    line-height: 25px;
  }
  .footer__top__right {
    border-left: unset;
    justify-content: space-between;
    display: flex;
  }
  .footer__top__right__nav {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer__top__left {
    gap: 20px 0;
    padding-block: 20px;
  }
  .footer__top__left__title {
    grid-column: 1/-1;
  }
  .footer__top__left form {
    grid-column: 1/-1;
  }
}

.banner {
  margin-top: -20px;
}
.banner .container {
  padding-inline: 0;
}
.banner__image {
  display: flex;
  max-height: 70vh;
  overflow: hidden;
  background-color: #000000;
}
.banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta .container {
  padding-block: 40px;
  border-block: 1px solid #1B246E;
  background-color: #E6DCDA;
}
.cta__eyebrow {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #DA2E26;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .cta__eyebrow {
    font-size: 12px;
    line-height: 25px;
  }
}
.cta__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  color: #1B246E;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .cta__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.cta__title-container {
  max-width: 800px;
  margin-inline: auto;
  position: relative;
}
.cta__title-tag {
  display: none;
}
.cta__copy {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  color: #1B246E;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .cta__copy {
    font-size: 11px;
    line-height: 16px;
  }
}
.cta__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Gotham;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #1B246E;
  border-radius: 50px;
  padding: 15px 30px;
  color: #1B246E;
  background-color: #FFFFFF;
  margin-inline: auto;
  margin-top: 30px;
}
.cta__button:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .cta__button {
    padding-inline: 15px;
    padding-block: 10px;
    font-size: 10px;
  }
}
.cta.--footer {
  position: relative;
  z-index: 10;
}
.cta.--footer .container {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-block: 70px;
}
.cta.--text-info .container {
  margin-block: 20px;
}
.cta.--text-info .cta__title-tag {
  position: absolute;
  display: block;
  width: 100px;
  top: -30px;
  right: -50px;
  opacity: 0.5;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cta.--text-info .container {
    margin-block: 10px;
    padding-block: 20px;
  }
  .cta.--text-info .cta__title-tag {
    width: 60px;
    top: -10px;
    right: -40px;
  }
  .cta.--footer .container {
    padding-block: 20px;
  }
  .cta.--footer .cta__button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .cta.--text-info .container {
    padding-inline: 40px;
  }
  .cta .container {
    padding-inline: 20px;
  }
}

.text-scroll {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
.text-scroll.--red {
  background-color: #DA2E26;
}
.text-scroll.--red .text-scroll__text {
  color: #FFFFFF;
}
.text-scroll .container {
  display: flex;
  width: fit-content;
  padding-block: 20px;
  padding-inline: 0;
  animation: scroll-left 15s linear infinite;
}
.text-scroll__text {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  text-transform: uppercase;
  color: #DA2E26;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .text-scroll__text {
    font-size: 12px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .text-scroll .container {
    padding-block: 5px;
  }
}

.text-grid .container {
  padding-inline: 0;
}
.text-grid__top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-block: 1px solid #1B246E;
}
.text-grid__top-item {
  grid-column: span 2;
  padding-inline: 20px;
  padding-block: 30px;
  border-left: 1px solid #1B246E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.text-grid__top-item.--title {
  grid-column: 1/7;
  align-items: flex-start;
}
.text-grid__top-item.--title .text-grid__top-item__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .text-grid__top-item.--title .text-grid__top-item__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.text-grid__top-item.--title .text-grid__top-item__copy {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .text-grid__top-item.--title .text-grid__top-item__copy {
    font-size: 12px;
    line-height: 25px;
  }
}
.text-grid__top-item__title {
  font-family: Gotham;
  font-size: 70px;
  line-height: 74px;
  font-weight: 700;
  color: #1B246E;
}
@media screen and (max-width: 1250px) {
  .text-grid__top-item__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.text-grid__top-item__copy {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .text-grid__top-item__copy {
    font-size: 11px;
    line-height: 16px;
  }
}
.text-grid__bottom {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  border-bottom: 1px solid #1B246E;
}
.text-grid__bottom-item {
  grid-column: span 2;
  padding-inline: 20px;
  padding-block: 50px 70px;
  border-left: 1px solid #1B246E;
  position: relative;
}
.text-grid__bottom-item__title {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .text-grid__bottom-item__title {
    font-size: 12px;
    line-height: 25px;
  }
}
.text-grid__bottom-item__copy {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  color: #1B246E;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .text-grid__bottom-item__copy {
    font-size: 11px;
    line-height: 16px;
  }
}
.text-grid__bottom-item__count {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  font-weight: 700;
  color: #DA2E26;
  text-align: end;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
@media screen and (max-width: 1250px) {
  .text-grid__bottom-item__count {
    font-size: 31px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .text-grid__top-item {
    grid-column: span 4;
    padding-block: 20px;
  }
  .text-grid__top-item.--title {
    grid-column: 1/-1;
    align-items: center;
    border-bottom: 1px solid #1B246E;
  }
  .text-grid__top-item__title {
    text-align: center;
  }
  .text-grid__top-item__copy {
    text-align: center;
  }
  .text-grid__bottom-item {
    grid-column: 1/-1;
    border-left: unset;
    border-bottom: 1px solid #1B246E;
    padding-block: 20px;
  }
  .text-grid__bottom-item:last-child {
    border-bottom: unset;
  }
  .text-grid__bottom-item__title {
    margin-right: 50px;
  }
  .text-grid__bottom-item__copy {
    margin-right: 50px;
    margin-top: 0;
  }
}

.text-image .container {
  padding-inline: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #1B246E;
}
.text-image.--normal .text-image__right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.text-image.--normal .text-image__right__title {
  font-family: BentonModDisp;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .text-image.--normal .text-image__right__title {
    font-size: 50px;
    line-height: 50px;
  }
}
.text-image.--normal .text-image__right__copy {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}
.text-image.--about .text-image__right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-bottom: 180px;
}
.text-image.--about .text-image__right__eyebrow {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .text-image.--about .text-image__right__eyebrow {
    font-size: 12px;
    line-height: 25px;
  }
}
.text-image.--about .text-image__right__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .text-image.--about .text-image__right__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.text-image.--about .text-image__right__copy {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}
.text-image.--about .text-image__right__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #FFFFFF;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 80px);
}
.text-image.--about .text-image__right__stats-item {
  padding: 30px 20px;
  border-right: 1px solid #FFFFFF;
}
.text-image.--about .text-image__right__stats-item:last-child {
  border-right: unset;
}
.text-image.--about .text-image__right__stats-item__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  font-family: Gotham;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1250px) {
  .text-image.--about .text-image__right__stats-item__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.text-image.--about .text-image__right__stats-item__copy {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .text-image.--about .text-image__right__stats-item__copy {
    font-size: 11px;
    line-height: 16px;
  }
}
.text-image.--careers .text-image__left {
  order: 1;
}
.text-image.--careers .text-image__right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.text-image.--careers .text-image__right__eyebrow {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .text-image.--careers .text-image__right__eyebrow {
    font-size: 12px;
    line-height: 25px;
  }
}
.text-image.--careers .text-image__right__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .text-image.--careers .text-image__right__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.text-image.--careers .text-image__right__copy {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}
.text-image.--coalition .text-image__right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #1B246E;
}
.text-image.--coalition .text-image__right__eyebrow {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .text-image.--coalition .text-image__right__eyebrow {
    font-size: 12px;
    line-height: 25px;
  }
}
.text-image.--coalition .text-image__right__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .text-image.--coalition .text-image__right__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.text-image.--coalition .text-image__right__copy {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}
.text-image.--coalition-landing .text-image__left:is(:hover, :focus) img {
  transform: scale(1.1);
  opacity: 0.75;
}
.text-image.--coalition-landing .text-image__left p {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  z-index: -1;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1250px) {
  .text-image.--coalition-landing .text-image__left p {
    font-size: 31px;
    line-height: 35px;
  }
}
.text-image.--coalition-landing .text-image__left.--coming-soon {
  position: relative;
}
.text-image.--coalition-landing .text-image__left.--coming-soon:is(:hover, :focus) img {
  opacity: 0.2;
}
.text-image.--coalition-landing .text-image__left.--coming-soon:is(:hover, :focus) p {
  opacity: 1;
  z-index: 2;
}
.text-image.--form .text-image__right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #1B246E;
}
.text-image.--form .text-image__right__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .text-image.--form .text-image__right__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.text-image.--form .text-image__right__copy {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}
.text-image.--form .text-image__right form {
  margin-top: 30px;
  width: 100%;
}
.text-image.--form .text-image__right form .dform {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-image.--form .text-image__right form .dform_label {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.text-image.--form .text-image__right form .dform_label span.req {
  display: none;
}
.text-image.--form .text-image__right form .dform input:not([type=submit]) {
  font-size: 15px;
  font-weight: 700;
  background-color: #FFFFFF;
  width: 100%;
  padding: 15px 15px;
  border-radius: 10px;
  color: #1B246E;
  border: 3px solid #FFFFFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.text-image.--form .text-image__right form .dform input:not([type=submit]):is(:focus) {
  border: 3px solid #DA2E26;
}
.text-image.--form .text-image__right form .dform input:is([type=submit]) {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Gotham;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 15px 30px;
  color: #FFFFFF;
  background-color: transparent;
}
.text-image.--form .text-image__right form .dform input:is([type=submit]):is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .text-image.--form .text-image__right form .dform input:is([type=submit]) {
    padding-inline: 15px;
    padding-block: 10px;
    font-size: 10px;
  }
}
.text-image.--form .text-image__right form .dform input:is([type=submit]):is(:hover, :focus) {
  background-color: #FFFFFF;
  color: #1B246E;
}
.text-image__left {
  display: flex;
  overflow: hidden;
  background-color: #000000;
}
.text-image__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.text-image__right {
  padding-inline: 40px;
  background: linear-gradient(180deg, rgb(27, 36, 110) 0%, rgb(52, 69, 212) 100%);
  padding-block: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.text-image__right__slide {
  width: 100%;
}
.text-image__right__slide .slick-track {
  display: flex;
  align-items: center;
}
.text-image__right-item {
  padding-block: 50px;
}
.text-image__right__slide-counter {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .text-image__right__slide-counter {
    font-size: 11px;
    line-height: 16px;
  }
}
.text-image__right__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  font-family: Gotham;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 1250px) {
  .text-image__right__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.text-image__right__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Gotham;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 15px 30px;
  color: #FFFFFF;
  background-color: transparent;
  margin-top: 20px;
}
.text-image__right__button:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .text-image__right__button {
    padding-inline: 15px;
    padding-block: 10px;
    font-size: 10px;
  }
}
.text-image__right__button:is(:hover, :focus) {
  background-color: #FFFFFF;
  color: #1B246E;
}
.text-image__right__controls {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 10px;
}
.text-image__right__controls button {
  color: #FFFFFF;
  width: 35px;
  height: 35px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  font-size: 16px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.text-image__right__controls button:is(:hover, :focus) {
  background-color: #FFFFFF;
  color: #DA2E26;
}
.text-image__right__controls button.--disabled {
  opacity: 0.5;
  cursor: text;
  background-color: transparent !important;
  color: #FFFFFF !important;
}
@media screen and (max-width: 1024px) {
  .text-image .container {
    grid-template-columns: 1fr;
  }
  .text-image.--slide .text-image__right {
    padding-block: 30px 50px;
  }
  .text-image.--slide .text-image__right-item {
    padding-block: 0 30px;
  }
  .text-image.--about .text-image__right {
    padding-block: 20px 160px;
  }
  .text-image.--about .text-image__right__stats {
    width: 100%;
    left: 0;
    bottom: 0;
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
  }
  .text-image.--about .text-image__right__stats-item {
    padding: 15px;
  }
  .text-image.--careers .text-image__right {
    padding-block: 40px;
    order: 1;
  }
}
@media screen and (max-width: 400px) {
  .text-image__right {
    padding-inline: 20px;
  }
}

.cta-rows .container {
  padding-inline: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid #1B246E;
}
.cta-rows__left {
  border-right: 1px solid #1B246E;
  grid-column: 1/6;
}
.cta-rows__left-item {
  padding-inline: 20px;
  padding-block: 40px;
  border-bottom: 1px solid #1B246E;
  background-color: #E6DCDA;
  display: flex;
  text-decoration: unset;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.cta-rows__left-item__title {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #1B246E;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .cta-rows__left-item__title {
    font-size: 12px;
    line-height: 25px;
  }
}
.cta-rows__left-item__learn-more {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B246E;
  text-decoration: underline;
  margin-top: 5px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .cta-rows__left-item__learn-more {
    font-size: 11px;
    line-height: 16px;
  }
}
.cta-rows__left-item > i {
  rotate: 45deg;
  font-size: 50px;
  color: #E6DCDA;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.cta-rows__left-item:is(:hover, :focus) {
  background: linear-gradient(180deg, rgb(27, 36, 110) 0%, rgb(52, 69, 212) 100%);
}
.cta-rows__left-item:is(:hover, :focus) .cta-rows__left-item__title {
  color: #FFFFFF;
}
.cta-rows__left-item:is(:hover, :focus) .cta-rows__left-item__learn-more {
  color: #FFFFFF;
}
.cta-rows__left-item:is(:hover, :focus) > i {
  color: #FFFFFF;
}
.cta-rows__right {
  grid-column: 6/-1;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.cta-rows__right__thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cta-rows__right__iframe {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cta-rows__right__iframe.--active {
  display: block;
}
.cta-rows__right__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: 20px 50px;
  padding-inline: 40px 20px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.cta-rows__right__subtitle {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .cta-rows__right__subtitle {
    font-size: 12px;
    line-height: 25px;
  }
}
.cta-rows__right__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  font-family: Gotham;
  color: #FFFFFF;
  font-weight: 700;
  max-width: 550px;
  margin-top: 5px;
}
@media screen and (max-width: 1250px) {
  .cta-rows__right__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.cta-rows__right__play-button {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding-block: 10px;
  padding-inline: 20px 10px;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .cta-rows__right__play-button {
    font-size: 11px;
    line-height: 16px;
  }
}
.cta-rows__right__play-button.--hidden {
  display: none;
}
.cta-rows__right__play-button:is(:hover, :focus) {
  background-color: #FFFFFF;
  color: #DA2E26;
}
.cta-rows__right__play-button:is(:hover, :focus) i {
  background-color: #DA2E26;
  color: #FFFFFF;
}
.cta-rows__right__play-button i {
  color: #DA2E26;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-left: 2px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1250px) {
  .cta-rows__left {
    order: 1;
    grid-column: 1/-1;
  }
  .cta-rows__left-item {
    padding-block: 20px;
  }
  .cta-rows__left-item__title {
    font-size: 21px;
    line-height: 25px;
  }
  .cta-rows__right {
    grid-column: 1/-1;
    aspect-ratio: 16/9;
  }
  .cta-rows__right__play-button {
    background-color: #FFFFFF;
    color: #1B246E;
  }
  .cta-rows__right__play-button i {
    background-color: #1B246E;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1024px) {
  .cta-rows__left-item__title {
    font-size: 15px;
    line-height: 19px;
  }
  .cta-rows__right {
    flex-direction: column;
  }
  .cta-rows__right__thumbnail {
    position: relative;
  }
  .cta-rows__right__content {
    background: #E6DCDA;
    border-bottom: 1px solid #1B246E;
    padding-block: 20px;
    padding-inline: 20px;
  }
  .cta-rows__right__subtitle {
    color: #1B246E;
  }
  .cta-rows__right__title {
    color: #1B246E;
  }
}

.state-chapters-map .container {
  padding: 40px;
  background-color: #DA2E26;
  min-height: 80vh;
}
.state-chapters-map__eyebrow {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map__eyebrow {
    font-size: 11px;
    line-height: 16px;
  }
}
.state-chapters-map__eyebrow span {
  width: 15px;
  height: 15px;
  border: 4px solid #741814;
  border-radius: 50%;
  display: block;
}
.state-chapters-map__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  font-family: Gotham;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 10px;
}
@media screen and (max-width: 1250px) {
  .state-chapters-map__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.state-chapters-map__map {
  margin-top: 20px;
  margin-right: 100px;
  aspect-ratio: 16/9;
}
.state-chapters-map__map .highcharts-legend {
  display: none;
}
.state-chapters-map__map .highcharts-credits {
  display: none;
}
.state-chapters-map__map g.highcharts-map-view {
  display: none;
}
.state-chapters-map__state-details {
  position: absolute;
  background-color: #FFFFFF;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  min-width: 400px;
  padding: 20px;
  padding-top: 70px;
  border-radius: 10px;
}
.state-chapters-map__state-details.--hidden {
  display: none;
}
.state-chapters-map__state-details.--active .state-chapters-map__state-details__expand i:nth-child(1) {
  display: none;
}
.state-chapters-map__state-details.--active .state-chapters-map__state-details__expand i:nth-child(2) {
  display: block;
}
.state-chapters-map__state-details.--active .state-chapters-map__state-details__content {
  display: block;
}
.state-chapters-map__state-details > * {
  position: relative;
}
.state-chapters-map__state-details__star {
  position: absolute;
  top: 0;
  left: 0;
}
.state-chapters-map__state-details__expand {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
}
.state-chapters-map__state-details__expand i:nth-child(1) {
  color: #1B246E;
  rotate: 45deg;
}
.state-chapters-map__state-details__expand i:nth-child(2) {
  color: #DA2E26;
  display: none;
}
.state-chapters-map__state-details__eyebrow {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #DA2E26;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map__state-details__eyebrow {
    font-size: 11px;
    line-height: 16px;
  }
}
.state-chapters-map__state-details__title {
  font-family: Gotham;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #1B246E;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map__state-details__title {
    font-size: 19px;
    line-height: 27px;
  }
}
.state-chapters-map__state-details__content {
  display: none;
  margin-top: 20px;
}
.state-chapters-map__state-details__about-title {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map__state-details__about-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.state-chapters-map__state-details__about-copy {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map__state-details__about-copy {
    font-size: 11px;
    line-height: 16px;
  }
}
.state-chapters-map__state-details__state-director-title {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B246E;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map__state-details__state-director-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.state-chapters-map__state-details__state-director-copy {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map__state-details__state-director-copy {
    font-size: 11px;
    line-height: 16px;
  }
}
.state-chapters-map__state-details__email {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Gotham;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #1B246E;
  border-radius: 50px;
  padding: 15px 30px;
  color: #1B246E;
  background-color: #FFFFFF;
  margin-top: 15px;
}
.state-chapters-map__state-details__email:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map__state-details__email {
    padding-inline: 15px;
    padding-block: 10px;
    font-size: 10px;
  }
}
.state-chapters-map__state-details__stats-title {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  color: #DA2E26;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map__state-details__stats-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.state-chapters-map__state-details__stats-list {
  margin-top: 5px;
}
.state-chapters-map__state-details__stats-list__item {
  border-top: 1px solid #1B246E;
  padding-block: 10px;
}
.state-chapters-map__state-details__stats-list__item__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  font-family: Gotham;
  font-weight: 700;
  color: #1B246E;
}
@media screen and (max-width: 1250px) {
  .state-chapters-map__state-details__stats-list__item__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.state-chapters-map__state-details__stats-list__item__copy {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map__state-details__stats-list__item__copy {
    font-size: 11px;
    line-height: 16px;
  }
}
.state-chapters-map__state-details__stats-list__item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .state-chapters-map .container {
    min-height: unset;
  }
  .state-chapters-map__map {
    margin-right: unset;
    aspect-ratio: 1/1;
    margin-bottom: 50px;
  }
  .state-chapters-map__state-details {
    width: calc(100% - 40px);
    max-width: unset;
    min-width: unset;
  }
}
@media screen and (max-width: 550px) {
  .state-chapters-map__map {
    margin-bottom: 80px;
  }
}

.four-oh-four {
  padding-top: 0 !important;
}
.four-oh-four .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 100vh;
}
.four-oh-four__subtitle {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #DA2E26;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .four-oh-four__subtitle {
    font-size: 12px;
    line-height: 25px;
  }
}
.four-oh-four__title {
  font-family: BentonModDisp;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  color: #1B246E;
  text-transform: uppercase;
  text-align: center;
  max-width: 950px;
}
@media screen and (max-width: 1024px) {
  .four-oh-four__title {
    font-size: 50px;
    line-height: 50px;
  }
}
.four-oh-four__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Gotham;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #1B246E;
  border-radius: 50px;
  padding: 15px 30px;
  color: #1B246E;
  background-color: #FFFFFF;
  margin-top: 10px;
}
.four-oh-four__button:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .four-oh-four__button {
    padding-inline: 15px;
    padding-block: 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .four-oh-four__subtitle {
    font-size: 21px;
    line-height: 25px;
  }
}

.team .container {
  padding-inline: 20px;
  padding-block: 70px;
}
.team.--detail .container {
  padding-block: 0;
  padding-inline: 80px;
}
.team.--detail .team__inner-container {
  max-width: 1600px;
  border-top: 1px solid #1B246E;
  padding-block: 20px 70px;
}
.team.--detail .team__list {
  grid-template-columns: repeat(4, 1fr);
}
.team__eyebrow {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .team__eyebrow {
    font-size: 12px;
    line-height: 25px;
  }
}
.team__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  color: #1B246E;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .team__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.team__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.team__list-item {
  text-decoration: unset;
}
.team__list-item:is(:hover, :focus) .team__list-item__image img {
  transform: scale(1.1);
  opacity: 0.75;
}
.team__list-item__image {
  background-color: #000000;
  overflow: hidden;
  aspect-ratio: 9/13;
  margin-bottom: 15px;
}
.team__list-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.team__list-item__name {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .team__list-item__name {
    font-size: 12px;
    line-height: 25px;
  }
}
.team__list-item__position {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #1B246E;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .team__list-item__position {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .team .container {
    padding-block: 30px;
  }
  .team__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .team__list-item__name {
    font-size: 17px;
    line-height: 20px;
  }
  .team__list-item__position {
    font-size: 12px;
    line-height: 18px;
  }
  .team.--detail .container {
    padding-inline: 0;
  }
  .team.--detail .team__inner-container {
    padding-inline: 20px;
    padding-block: 20px 50px;
  }
  .team.--detail .team__eyebrow {
    font-size: 20px;
    line-height: 25px;
  }
  .team.--detail .team__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.team-detail {
  margin-top: 70px;
}
.team-detail .container {
  padding-block: 0 20px;
}
.team-detail__inner-container {
  max-width: 1600px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  gap: 50px;
}
.team-detail__image {
  grid-column: 1/5;
  background-color: #000000;
  overflow: hidden;
  aspect-ratio: 9/13;
}
.team-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-detail__content {
  grid-column: 5/-1;
}
.team-detail__name {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  font-family: Gotham;
  font-weight: 700;
  color: #1B246E;
}
@media screen and (max-width: 1250px) {
  .team-detail__name {
    font-size: 31px;
    line-height: 35px;
  }
}
.team-detail__position {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #1B246E;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .team-detail__position {
    font-size: 12px;
    line-height: 25px;
  }
}
.team-detail__body {
  margin-top: 30px;
}
.team-detail__body * {
  color: #1B246E;
}
.team-detail__body p {
  font-family: Gotham;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  color: #1B246E;
}
.team-detail__body p:last-child {
  margin-bottom: 0;
}
.team-detail__body a {
  color: #1B246E;
  text-underline-offset: 1px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.team-detail__body a:is(:hover, :focus) {
  text-underline-offset: 2px;
}
.team-detail__body ul, .team-detail__body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.team-detail__body h1, .team-detail__body h2, .team-detail__body h3, .team-detail__body h4, .team-detail__body h5, .team-detail__body h6 {
  font-family: Gotham;
  color: #1B246E;
}
.team-detail__body h1 {
  font-size: 32px;
  line-height: 40px;
}
.team-detail__body h2 {
  font-size: 28px;
  line-height: 36px;
}
.team-detail__body h3 {
  font-size: 24px;
  line-height: 32px;
}
.team-detail__body h4 {
  font-size: 20px;
  line-height: 28px;
}
.team-detail__body h5, .team-detail__body h6 {
  font-size: 16px;
  line-height: 24px;
}
.team-detail__body figure {
  margin: unset;
}
.team-detail__body img {
  width: 100%;
  height: 100%;
}
.team-detail__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.team-detail__body .align-center {
  text-align: center;
}
.team-detail__body .align-right {
  text-align: right;
}
.team-detail__body .align-justify {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .team-detail__inner-container {
    gap: 20px;
  }
  .team-detail__image {
    grid-column: 1/-1;
  }
  .team-detail__content {
    grid-column: 1/-1;
  }
  .team-detail__position {
    margin-top: 0;
  }
}

.news-listing .container {
  padding-block: 50px;
  padding-inline: 20px;
}
.news-listing.--detail .container {
  padding-top: 20px;
  border-top: 1px solid #1B246E;
}
.news-listing.--detail .news-listing__list {
  margin-top: 20px;
}
.news-listing__eyebrow {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #1B246E;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .news-listing__eyebrow {
    font-size: 12px;
    line-height: 25px;
  }
}
.news-listing__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  color: #1B246E;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .news-listing__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.news-listing__copy {
  text-align: center;
  font-weight: 500;
  color: #1B246E;
  margin-top: 5px;
}
.news-listing__category-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background-color: #FFFFFF;
  width: fit-content;
  margin-inline: auto;
  gap: 20px;
  border: 1px solid #1B246E;
  border-radius: 50px;
  padding: 4px;
}
.news-listing__category-selection__item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B246E;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.news-listing__category-selection__item:is(:hover, :focus) {
  color: #DA2E26;
}
.news-listing__category-selection__item.--active {
  color: #FFFFFF;
  background-color: #DA2E26;
}
.news-listing__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
.news-listing__list .global-loader {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #1B246E;
  grid-column: 1/-1;
}
.news-listing__list .global-loader i {
  font-size: 30px;
}
.news-listing__list__error {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  color: #1B246E;
  padding-block: 100px;
  grid-column: 1/-1;
}
@media screen and (max-width: 1024px) {
  .news-listing__list__error {
    font-size: 12px;
    line-height: 25px;
  }
}
.news-listing__list-item {
  text-decoration: unset;
}
.news-listing__list-item:is(:hover, :focus) .news-listing__list-item__image img {
  transform: scale(1.1);
  opacity: 0.75;
}
.news-listing__list-item__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #000000;
  display: flex;
}
.news-listing__list-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.news-listing__list-item__category-container {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}
.news-listing__list-item__category {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #DA2E26;
  text-transform: uppercase;
  padding: 0px 8px;
  border: 1px solid #DA2E26;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .news-listing__list-item__category {
    font-size: 11px;
    line-height: 16px;
  }
}
.news-listing__list-item__date {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .news-listing__list-item__date {
    font-size: 11px;
    line-height: 16px;
  }
}
.news-listing__list-item__title {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 10px;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .news-listing__list-item__title {
    font-size: 12px;
    line-height: 25px;
  }
}
.news-listing__load-more {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Gotham;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #1B246E;
  border-radius: 50px;
  padding: 15px 30px;
  color: #1B246E;
  background-color: transparent;
  margin-inline: auto;
  margin-top: 30px;
  display: block;
}
.news-listing__load-more:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .news-listing__load-more {
    padding-inline: 15px;
    padding-block: 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .news-listing__category-selection {
    gap: 0;
  }
  .news-listing__category-selection__item {
    padding: 10px;
    font-size: 12px;
  }
  .news-listing__list {
    grid-template-columns: 1fr;
  }
  .news-listing__list-item__title {
    font-size: 20px;
    line-height: 22px;
  }
  .news-listing__eyebrow {
    font-size: 20px;
    line-height: 22px;
  }
}

.press-room-detail .container {
  padding-block: 50px 30px;
  display: flex;
  gap: 20px;
}
.press-room-detail__social-share {
  display: flex;
  flex-direction: column;
  border: 1px solid #DA2E26;
  height: fit-content;
  align-self: center;
}
.press-room-detail__social-share a {
  color: #DA2E26;
  border-bottom: 1px solid #DA2E26;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.press-room-detail__social-share a:last-child {
  border-bottom: unset;
}
.press-room-detail__social-share a:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #DA2E26;
}
.press-room-detail__inner-container {
  width: 100%;
}
.press-room-detail__category-container {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.press-room-detail__category {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #DA2E26;
  text-transform: uppercase;
  padding: 0px 8px;
  border: 1px solid #DA2E26;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .press-room-detail__category {
    font-size: 11px;
    line-height: 16px;
  }
}
.press-room-detail__date {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .press-room-detail__date {
    font-size: 11px;
    line-height: 16px;
  }
}
.press-room-detail__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  font-family: Gotham;
  font-weight: 700;
  color: #1B246E;
}
@media screen and (max-width: 1250px) {
  .press-room-detail__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.press-room-detail__author {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #1B246E;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .press-room-detail__author {
    font-size: 12px;
    line-height: 25px;
  }
}
.press-room-detail__image {
  display: flex;
  aspect-ratio: 16/8;
  overflow: hidden;
  background-color: #000000;
  margin-top: 50px;
}
.press-room-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-room-detail__body {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 50px;
}
.press-room-detail__body * {
  color: #1B246E;
}
.press-room-detail__body p {
  font-family: Gotham;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  color: #1B246E;
}
.press-room-detail__body p:last-child {
  margin-bottom: 0;
}
.press-room-detail__body a {
  color: #1B246E;
  text-underline-offset: 1px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.press-room-detail__body a:is(:hover, :focus) {
  text-underline-offset: 2px;
}
.press-room-detail__body ul, .press-room-detail__body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.press-room-detail__body h1, .press-room-detail__body h2, .press-room-detail__body h3, .press-room-detail__body h4, .press-room-detail__body h5, .press-room-detail__body h6 {
  font-family: Gotham;
  color: #1B246E;
}
.press-room-detail__body h1 {
  font-size: 32px;
  line-height: 40px;
}
.press-room-detail__body h2 {
  font-size: 28px;
  line-height: 36px;
}
.press-room-detail__body h3 {
  font-size: 24px;
  line-height: 32px;
}
.press-room-detail__body h4 {
  font-size: 20px;
  line-height: 28px;
}
.press-room-detail__body h5, .press-room-detail__body h6 {
  font-size: 16px;
  line-height: 24px;
}
.press-room-detail__body figure {
  margin: unset;
}
.press-room-detail__body img {
  width: 100%;
  height: 100%;
}
.press-room-detail__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.press-room-detail__body .align-center {
  text-align: center;
}
.press-room-detail__body .align-right {
  text-align: right;
}
.press-room-detail__body .align-justify {
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .press-room-detail .container {
    flex-direction: column;
  }
  .press-room-detail__author {
    line-height: 20px;
    margin-top: 4px;
  }
  .press-room-detail__image {
    margin-top: 20px;
  }
  .press-room-detail__body {
    margin-top: 20px;
  }
  .press-room-detail__social-share {
    order: 1;
    width: 100%;
    flex-direction: row;
  }
  .press-room-detail__social-share a {
    border-bottom: unset;
    border-right: 1px solid #DA2E26;
    flex: 1;
  }
  .press-room-detail__social-share a:last-child {
    border-right: unset;
  }
}

.events-listing .container {
  padding-block: 50px 70px;
}
.events-listing.--detail .container {
  padding-top: 30px;
}
.events-listing.--detail .events-listing__inner-container {
  border-top: 1px solid #1B246E;
  padding-top: 20px;
}
.events-listing.--detail .events-listing__list {
  margin-top: 20px;
}
.events-listing__eyebrow {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .events-listing__eyebrow {
    font-size: 12px;
    line-height: 25px;
  }
}
.events-listing__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  color: #1B246E;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .events-listing__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.events-listing__copy {
  text-align: center;
  font-weight: 500;
  color: #1B246E;
  margin-top: 5px;
}
.events-listing__category-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background-color: #FFFFFF;
  width: fit-content;
  margin-inline: auto;
  gap: 20px;
  border: 1px solid #1B246E;
  border-radius: 50px;
  padding: 4px;
}
.events-listing__category-selection__item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B246E;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.events-listing__category-selection__item:is(:hover, :focus) {
  color: #DA2E26;
}
.events-listing__category-selection__item.--active {
  color: #FFFFFF;
  background-color: #DA2E26;
}
.events-listing__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.events-listing__list .global-loader {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #1B246E;
}
.events-listing__list .global-loader i {
  font-size: 30px;
}
.events-listing__list__error {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  color: #1B246E;
  padding-block: 100px;
}
@media screen and (max-width: 1024px) {
  .events-listing__list__error {
    font-size: 12px;
    line-height: 25px;
  }
}
.events-listing__list-item {
  text-decoration: unset;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.events-listing__list-item:is(:hover, :focus) .events-listing__list-item__title {
  color: #DA2E26;
}
.events-listing__list-item:is(:hover, :focus) .events-listing__list-item__right > i {
  color: #DA2E26;
}
.events-listing__list-item__title {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #1B246E;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .events-listing__list-item__title {
    font-size: 12px;
    line-height: 25px;
  }
}
.events-listing__list-item__right {
  display: flex;
  gap: 50px;
  align-items: center;
}
.events-listing__list-item__right > i {
  font-size: 40px;
  rotate: -45deg;
  color: #1B246E;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.events-listing__list-item__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.events-listing__list-item__details-item {
  min-width: 200px;
}
.events-listing__list-item__details-item > span {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #DA2E26;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .events-listing__list-item__details-item > span {
    font-size: 11px;
    line-height: 16px;
  }
}
.events-listing__list-item__details-item > p {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  color: #1B246E;
  margin-top: 2px;
}
@media screen and (max-width: 1024px) {
  .events-listing__list-item__details-item > p {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .events-listing .container {
    padding-block: 30px 50px;
  }
  .events-listing__eyebrow {
    font-size: 19px;
    line-height: 25px;
  }
  .events-listing__category-selection {
    width: 100%;
    gap: 0;
  }
  .events-listing__category-selection__item {
    flex: 1;
    padding-inline: 0;
  }
  .events-listing__list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
  }
  .events-listing__list-item__title {
    font-size: 21px;
    line-height: 25px;
  }
  .events-listing__list-item__right {
    width: 100%;
    align-items: flex-end;
    gap: 0;
  }
  .events-listing__list-item__details {
    flex-direction: column;
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .events-listing__list-item__details-item {
    min-width: unset;
  }
  .events-listing__list-item__details-item span {
    font-size: 13px;
  }
  .events-listing__list-item__details-item p {
    font-size: 13px;
  }
}

.events-detail .container {
  padding-block: 70px 30px;
}
.events-detail__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  font-family: Gotham;
  font-weight: 700;
  color: #1B246E;
}
@media screen and (max-width: 1250px) {
  .events-detail__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.events-detail__content {
  display: flex;
  padding-block: 10px;
  border-block: 1px solid #1B246E;
  margin-block: 20px;
  gap: 50px;
}
.events-detail__content-item > span {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #DA2E26;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .events-detail__content-item > span {
    font-size: 11px;
    line-height: 16px;
  }
}
.events-detail__content-item > p {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #1B246E;
  margin-top: 2px;
}
@media screen and (max-width: 1024px) {
  .events-detail__content-item > p {
    font-size: 12px;
    line-height: 25px;
  }
}
.events-detail__image {
  display: flex;
  background-color: #000000;
  overflow: hidden;
  aspect-ratio: 16/8;
}
.events-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-detail__body {
  margin-top: 50px;
  max-width: 800px;
  margin-inline: auto;
}
.events-detail__body * {
  color: #1B246E;
}
.events-detail__body p {
  font-family: Gotham;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  color: #1B246E;
}
.events-detail__body p:last-child {
  margin-bottom: 0;
}
.events-detail__body a {
  color: #1B246E;
  text-underline-offset: 1px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.events-detail__body a:is(:hover, :focus) {
  text-underline-offset: 2px;
}
.events-detail__body ul, .events-detail__body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.events-detail__body h1, .events-detail__body h2, .events-detail__body h3, .events-detail__body h4, .events-detail__body h5, .events-detail__body h6 {
  font-family: Gotham;
  color: #1B246E;
}
.events-detail__body h1 {
  font-size: 32px;
  line-height: 40px;
}
.events-detail__body h2 {
  font-size: 28px;
  line-height: 36px;
}
.events-detail__body h3 {
  font-size: 24px;
  line-height: 32px;
}
.events-detail__body h4 {
  font-size: 20px;
  line-height: 28px;
}
.events-detail__body h5, .events-detail__body h6 {
  font-size: 16px;
  line-height: 24px;
}
.events-detail__body figure {
  margin: unset;
}
.events-detail__body img {
  width: 100%;
  height: 100%;
}
.events-detail__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.events-detail__body .align-center {
  text-align: center;
}
.events-detail__body .align-right {
  text-align: right;
}
.events-detail__body .align-justify {
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .events-detail .container {
    padding-block: 30px 0;
  }
  .events-detail__content {
    flex-direction: column;
    gap: 5px;
  }
  .events-detail__content-item span, .events-detail__content-item p {
    font-size: 13px;
  }
}

.gallery .container {
  padding-block: 20px;
}
.gallery__inner-container {
  padding-top: 20px;
  border-top: 1px solid #1B246E;
}
.gallery__title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery__title {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .gallery__title {
    font-size: 12px;
    line-height: 25px;
  }
}
.gallery__controls {
  display: flex;
  gap: 10px;
}
.gallery__controls button {
  color: #1B246E;
  width: 30px;
  height: 30px;
  border: 1px solid #1B246E;
  border-radius: 50px;
  font-size: 16px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.gallery__controls button:is(:hover, :focus) {
  background-color: #1B246E;
  color: #FFFFFF;
}
.gallery__controls button.--disabled {
  opacity: 0.5;
  cursor: text;
  background-color: transparent !important;
  color: #1B246E !important;
}
.gallery__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1200px;
}
.gallery__list .slick-list {
  overflow: visible;
}
.gallery__list-item {
  aspect-ratio: 16/9;
  overflow: hidden;
  display: flex;
  margin-right: 20px;
}
.gallery__list-item:last-child {
  margin-right: 0;
}
.gallery__list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legal .container {
  padding-block: 70px;
}
.legal__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  color: #1B246E;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .legal__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.legal__category-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background-color: #FFFFFF;
  width: fit-content;
  margin-inline: auto;
  gap: 20px;
  border: 1px solid #1B246E;
  border-radius: 50px;
  padding: 4px;
}
.legal__category-selection__item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B246E;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.legal__category-selection__item:is(:hover, :focus) {
  color: #DA2E26;
}
.legal__category-selection__item.--active {
  color: #FFFFFF;
  background-color: #DA2E26;
}
.legal__privacy-body {
  margin-top: 50px;
  max-width: 1000px;
  margin-inline: auto;
}
.legal__privacy-body * {
  color: #1B246E;
}
.legal__privacy-body p {
  font-family: Gotham;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  color: #1B246E;
}
.legal__privacy-body p:last-child {
  margin-bottom: 0;
}
.legal__privacy-body a {
  color: #1B246E;
  text-underline-offset: 1px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.legal__privacy-body a:is(:hover, :focus) {
  text-underline-offset: 2px;
}
.legal__privacy-body ul, .legal__privacy-body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.legal__privacy-body h1, .legal__privacy-body h2, .legal__privacy-body h3, .legal__privacy-body h4, .legal__privacy-body h5, .legal__privacy-body h6 {
  font-family: Gotham;
  color: #1B246E;
}
.legal__privacy-body h1 {
  font-size: 32px;
  line-height: 40px;
}
.legal__privacy-body h2 {
  font-size: 28px;
  line-height: 36px;
}
.legal__privacy-body h3 {
  font-size: 24px;
  line-height: 32px;
}
.legal__privacy-body h4 {
  font-size: 20px;
  line-height: 28px;
}
.legal__privacy-body h5, .legal__privacy-body h6 {
  font-size: 16px;
  line-height: 24px;
}
.legal__privacy-body figure {
  margin: unset;
}
.legal__privacy-body img {
  width: 100%;
  height: 100%;
}
.legal__privacy-body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.legal__privacy-body .align-center {
  text-align: center;
}
.legal__privacy-body .align-right {
  text-align: right;
}
.legal__privacy-body .align-justify {
  text-align: justify;
}
.legal__privacy-body * {
  background-color: transparent !important;
  color: #1B246E !important;
}
.legal__privacy-body .readmore {
  height: 3px;
  background-color: #1B246E !important;
  margin-block: 20px;
}
.legal__privacy-body p {
  margin-bottom: 0;
}
.legal__terms-body {
  margin-top: 50px;
  max-width: 1000px;
  margin-inline: auto;
}
.legal__terms-body * {
  color: #1B246E;
}
.legal__terms-body p {
  font-family: Gotham;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  color: #1B246E;
}
.legal__terms-body p:last-child {
  margin-bottom: 0;
}
.legal__terms-body a {
  color: #1B246E;
  text-underline-offset: 1px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.legal__terms-body a:is(:hover, :focus) {
  text-underline-offset: 2px;
}
.legal__terms-body ul, .legal__terms-body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.legal__terms-body h1, .legal__terms-body h2, .legal__terms-body h3, .legal__terms-body h4, .legal__terms-body h5, .legal__terms-body h6 {
  font-family: Gotham;
  color: #1B246E;
}
.legal__terms-body h1 {
  font-size: 32px;
  line-height: 40px;
}
.legal__terms-body h2 {
  font-size: 28px;
  line-height: 36px;
}
.legal__terms-body h3 {
  font-size: 24px;
  line-height: 32px;
}
.legal__terms-body h4 {
  font-size: 20px;
  line-height: 28px;
}
.legal__terms-body h5, .legal__terms-body h6 {
  font-size: 16px;
  line-height: 24px;
}
.legal__terms-body figure {
  margin: unset;
}
.legal__terms-body img {
  width: 100%;
  height: 100%;
}
.legal__terms-body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.legal__terms-body .align-center {
  text-align: center;
}
.legal__terms-body .align-right {
  text-align: right;
}
.legal__terms-body .align-justify {
  text-align: justify;
}
.legal__terms-body * {
  background-color: transparent !important;
  color: #1B246E !important;
}
.legal__terms-body .readmore {
  height: 3px;
  background-color: #1B246E !important;
  margin-block: 20px;
}
.legal__terms-body p {
  margin-bottom: 0;
}
.legal__faq-list {
  margin-top: 50px;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.legal__faq-list-item {
  background-color: #FFFFFF;
  border-radius: 50px;
}
.legal__faq-list-item.--active .legal__faq-list-item__head i {
  transform: rotate(0deg);
}
.legal__faq-list-item.--active .legal__faq-list-item__body {
  display: block;
}
.legal__faq-list-item__head {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #1B246E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .legal__faq-list-item__head {
    font-size: 12px;
    line-height: 25px;
  }
}
.legal__faq-list-item__head i {
  color: #DA2E26;
  font-size: 40px;
  font-style: normal;
  transform: rotate(45deg);
  position: relative;
  display: inline-block;
  margin-left: 30px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.legal__faq-list-item__body {
  display: none;
  padding: 0px 30px 20px 30px;
}
.legal__faq-list-item__body * {
  color: #1B246E;
}
.legal__faq-list-item__body p {
  font-family: Gotham;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  color: #1B246E;
}
.legal__faq-list-item__body p:last-child {
  margin-bottom: 0;
}
.legal__faq-list-item__body a {
  color: #1B246E;
  text-underline-offset: 1px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.legal__faq-list-item__body a:is(:hover, :focus) {
  text-underline-offset: 2px;
}
.legal__faq-list-item__body ul, .legal__faq-list-item__body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.legal__faq-list-item__body h1, .legal__faq-list-item__body h2, .legal__faq-list-item__body h3, .legal__faq-list-item__body h4, .legal__faq-list-item__body h5, .legal__faq-list-item__body h6 {
  font-family: Gotham;
  color: #1B246E;
}
.legal__faq-list-item__body h1 {
  font-size: 32px;
  line-height: 40px;
}
.legal__faq-list-item__body h2 {
  font-size: 28px;
  line-height: 36px;
}
.legal__faq-list-item__body h3 {
  font-size: 24px;
  line-height: 32px;
}
.legal__faq-list-item__body h4 {
  font-size: 20px;
  line-height: 28px;
}
.legal__faq-list-item__body h5, .legal__faq-list-item__body h6 {
  font-size: 16px;
  line-height: 24px;
}
.legal__faq-list-item__body figure {
  margin: unset;
}
.legal__faq-list-item__body img {
  width: 100%;
  height: 100%;
}
.legal__faq-list-item__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.legal__faq-list-item__body .align-center {
  text-align: center;
}
.legal__faq-list-item__body .align-right {
  text-align: right;
}
.legal__faq-list-item__body .align-justify {
  text-align: justify;
}
.legal__faq-list-item__body * {
  background-color: transparent !important;
  color: #1B246E !important;
}
@media screen and (max-width: 1024px) {
  .legal .container {
    padding-block: 30px 50px;
  }
  .legal__category-selection {
    gap: 0;
    width: 100%;
  }
  .legal__category-selection__item {
    flex: 1;
    padding-inline: 0;
    width: fit-content;
    font-size: 12px;
  }
  .legal__privacy-body {
    margin-top: 20px;
  }
  .legal__terms-body {
    margin-top: 20px;
  }
  .legal__faq-list {
    margin-top: 20px;
  }
  .legal__faq-list-item {
    border-radius: 30px;
  }
  .legal__faq-list-item__head {
    font-size: 21px;
    line-height: 25px;
    text-align: left;
  }
  .legal__faq-list-item__body p {
    font-size: 12px;
    line-height: 20px;
  }
}

.careers-listing .container {
  padding-block: 70px;
  padding-inline: 0;
}
.careers-listing__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  color: #1B246E;
  text-transform: uppercase;
  text-align: center;
  padding-inline: 80px;
}
@media screen and (max-width: 1250px) {
  .careers-listing__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.careers-listing__copy {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  color: #1B246E;
  margin-top: 5px;
  padding-inline: 80px;
}
@media screen and (max-width: 1024px) {
  .careers-listing__copy {
    font-size: 12px;
    line-height: 25px;
  }
}
.careers-listing__filter-container {
  margin-top: 30px;
  background-color: #DA2E26;
  padding-inline: 80px;
  padding-block: 30px;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 30px;
}
.careers-listing__search {
  background-color: #FFFFFF;
  grid-column: span 5;
  height: fit-content;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.careers-listing__search input {
  padding: 20px 15px;
  width: 100%;
  color: #1B246E;
  font-weight: 700;
}
.careers-listing__search input::placeholder {
  color: #1B246E;
}
.careers-listing__search-btn:is(:hover, :focus) i {
  background-color: #DA2E26;
}
.careers-listing__search i {
  padding-inline: 15px;
  background-color: #1B246E;
  color: #FFFFFF;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 16px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.careers-listing__category-filter {
  grid-column: span 4;
  background-color: #FFFFFF;
  border-radius: 50px;
  height: fit-content;
  position: relative;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.careers-listing__category-filter.--active {
  border-radius: 30px;
}
.careers-listing__category-filter.--active .careers-listing__category-filter__title i {
  transform: rotate(180deg);
}
.careers-listing__category-filter.--active .careers-listing__category-filter__list {
  display: flex;
}
.careers-listing__category-filter__title {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  width: 100%;
  font-size: 16px;
  position: relative;
  z-index: 11;
}
.careers-listing__category-filter__title p {
  color: #1B246E;
  font-weight: bold;
}
.careers-listing__category-filter__title i {
  font-size: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.careers-listing__category-filter__list {
  display: none;
  padding: 0px 20px 20px 20px;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  padding-top: 30px;
  z-index: 10;
  margin-top: -30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.careers-listing__category-filter__list-item {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  color: #1B246E;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .careers-listing__category-filter__list-item {
    font-size: 11px;
    line-height: 16px;
  }
}
.careers-listing__search-terms {
  display: flex;
  padding-inline: 80px;
  margin-block: 20px 0;
  gap: 10px;
  align-items: center;
}
.careers-listing__search-terms__results {
  font-weight: 500;
  color: #1B246E;
  margin-right: 10px;
}
.careers-listing__search-terms__item {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  background-color: #1B246E;
  color: #FFFFFF;
  padding: 5px;
  padding-left: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .careers-listing__search-terms__item {
    font-size: 11px;
    line-height: 16px;
  }
}
.careers-listing__search-terms__item.--hidden {
  display: none;
}
.careers-listing__search-terms__item button {
  background-color: #FFFFFF;
  color: #DA2E26;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 16px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.careers-listing__search-terms__item button:is(:hover, :focus) {
  background-color: #DA2E26;
  color: #FFFFFF;
}
.careers-listing__list {
  padding-inline: 80px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.careers-listing__list .global-loader {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #1B246E;
}
.careers-listing__list .global-loader i {
  font-size: 30px;
}
.careers-listing__list__error {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  color: #1B246E;
  padding-block: 100px;
}
@media screen and (max-width: 1024px) {
  .careers-listing__list__error {
    font-size: 12px;
    line-height: 25px;
  }
}
.careers-listing__list-item {
  text-decoration: unset;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.careers-listing__list-item:is(:hover, :focus) .careers-listing__list-item__title {
  color: #DA2E26;
}
.careers-listing__list-item:is(:hover, :focus) .careers-listing__list-item__right > i {
  color: #DA2E26;
}
.careers-listing__list-item__title {
  font-family: Gotham;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #1B246E;
  margin-right: 100px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .careers-listing__list-item__title {
    font-size: 12px;
    line-height: 25px;
  }
}
.careers-listing__list-item__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 70%;
  width: 100%;
}
.careers-listing__list-item__right i {
  font-size: 40px;
  rotate: -45deg;
  color: #1B246E;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.careers-listing__list-item__details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.careers-listing__list-item__details-item {
  width: 150px;
}
.careers-listing__list-item__details-item span {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #DA2E26;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .careers-listing__list-item__details-item span {
    font-size: 11px;
    line-height: 16px;
  }
}
.careers-listing__list-item__details-item p {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  color: #1B246E;
  margin-top: 2px;
}
@media screen and (max-width: 1024px) {
  .careers-listing__list-item__details-item p {
    font-size: 11px;
    line-height: 16px;
  }
}
.careers-listing__category-filter-mobile {
  display: none;
  position: fixed;
  background-color: #FFFFFF;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
}
.careers-listing__category-filter-mobile.--active {
  display: none;
}
.careers-listing__category-filter-mobile__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.careers-listing__category-filter-mobile__title h3 {
  font-size: 19px;
  line-height: 25px;
  color: #1B246E;
}
.careers-listing__category-filter-mobile__title button i {
  font-style: normal;
  font-size: 32px;
  background-color: #DA2E26;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  color: #FFFFFF;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.careers-listing__category-filter-mobile__title button:is(:hover, :focus) i {
  background-color: #1B246E;
}
.careers-listing__category-filter-mobile__filter {
  padding-block: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.careers-listing__category-filter-mobile__filter:last-child {
  border-bottom: unset;
}
.careers-listing__category-filter-mobile__filter__title {
  font-size: 15px;
  color: #1B246E;
}
.careers-listing__category-filter-mobile__filter__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.careers-listing__category-filter-mobile__filter__list-item {
  color: #1B246E;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
}
.careers-listing__filter-toggler {
  display: none;
}
@media screen and (max-width: 1024px) {
  .careers-listing .container {
    padding-block: 30px 50px;
  }
  .careers-listing__title {
    padding-inline: 40px;
  }
  .careers-listing__copy {
    padding-inline: 40px;
  }
  .careers-listing__filter-container {
    padding-inline: 40px;
    padding-block: 15px;
    gap: 0;
    margin-top: 20px;
    align-items: center;
  }
  .careers-listing__search {
    grid-column: 1/13;
  }
  .careers-listing__category-filter {
    display: none;
  }
  .careers-listing__search-terms {
    padding-inline: 40px;
  }
  .careers-listing__list {
    padding-inline: 40px;
    margin-top: 20px;
  }
  .careers-listing__list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
  }
  .careers-listing__list-item__title {
    font-size: 21px;
    line-height: 25px;
    margin-right: unset;
  }
  .careers-listing__list-item__right {
    width: 100%;
    max-width: unset;
    align-items: flex-end;
    gap: 0;
  }
  .careers-listing__list-item__details {
    flex-direction: column;
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .careers-listing__list-item__details-item {
    min-width: unset;
  }
  .careers-listing__list-item__details-item span {
    font-size: 13px;
  }
  .careers-listing__list-item__details-item p {
    font-size: 13px;
  }
  .careers-listing__category-filter-mobile.--active {
    display: block;
  }
  .careers-listing__filter-toggler {
    display: block;
    grid-column: span 1;
    margin-left: 15px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    height: fit-content;
    border-bottom: 1px solid #FFFFFF;
  }
  .careers-listing__filter-toggler__count {
    padding-left: 5px;
  }
}

.careers-detail .container {
  padding-block: 70px;
  display: flex;
  gap: 50px;
}
.careers-detail__social-share {
  display: flex;
  flex-direction: column;
  border: 1px solid #DA2E26;
  height: fit-content;
  align-self: center;
}
.careers-detail__social-share a {
  color: #DA2E26;
  border-bottom: 1px solid #DA2E26;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.careers-detail__social-share a:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #DA2E26;
}
.careers-detail__inner-container {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.careers-detail__back-btn {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: unset;
  color: #1B246E;
  margin-bottom: 10px;
  display: block;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .careers-detail__back-btn {
    font-size: 11px;
    line-height: 16px;
  }
}
.careers-detail__back-btn:is(:hover, :focus) {
  color: #DA2E26;
}
.careers-detail__title {
  font-family: BentonModDisp;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  font-family: Gotham;
  color: #1B246E;
}
@media screen and (max-width: 1250px) {
  .careers-detail__title {
    font-size: 31px;
    line-height: 35px;
  }
}
.careers-detail__apply-btn {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Gotham;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #1B246E;
  border-radius: 50px;
  padding: 15px 30px;
  color: #1B246E;
  background-color: #FFFFFF;
  margin-block: 20px;
}
.careers-detail__apply-btn:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .careers-detail__apply-btn {
    padding-inline: 15px;
    padding-block: 10px;
    font-size: 10px;
  }
}
.careers-detail__details {
  padding-block: 15px;
  border-block: 1px solid #1B246E;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.careers-detail__details-item span {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #DA2E26;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .careers-detail__details-item span {
    font-size: 11px;
    line-height: 16px;
  }
}
.careers-detail__details-item p {
  font-family: Gotham;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .careers-detail__details-item p {
    font-size: 11px;
    line-height: 16px;
  }
}
.careers-detail__body {
  margin-top: 30px;
  border-bottom: 1px solid #1B246E;
  padding-bottom: 30px;
}
.careers-detail__body * {
  color: #1B246E;
}
.careers-detail__body p {
  font-family: Gotham;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  color: #1B246E;
}
.careers-detail__body p:last-child {
  margin-bottom: 0;
}
.careers-detail__body a {
  color: #1B246E;
  text-underline-offset: 1px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.careers-detail__body a:is(:hover, :focus) {
  text-underline-offset: 2px;
}
.careers-detail__body ul, .careers-detail__body ol {
  list-style: revert;
  margin-left: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.careers-detail__body h1, .careers-detail__body h2, .careers-detail__body h3, .careers-detail__body h4, .careers-detail__body h5, .careers-detail__body h6 {
  font-family: Gotham;
  color: #1B246E;
}
.careers-detail__body h1 {
  font-size: 32px;
  line-height: 40px;
}
.careers-detail__body h2 {
  font-size: 28px;
  line-height: 36px;
}
.careers-detail__body h3 {
  font-size: 24px;
  line-height: 32px;
}
.careers-detail__body h4 {
  font-size: 20px;
  line-height: 28px;
}
.careers-detail__body h5, .careers-detail__body h6 {
  font-size: 16px;
  line-height: 24px;
}
.careers-detail__body figure {
  margin: unset;
}
.careers-detail__body img {
  width: 100%;
  height: 100%;
}
.careers-detail__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.careers-detail__body .align-center {
  text-align: center;
}
.careers-detail__body .align-right {
  text-align: right;
}
.careers-detail__body .align-justify {
  text-align: justify;
}
.careers-detail__form {
  margin-top: 30px;
}
.careers-detail__form.--mobile {
  display: none;
}
.careers-detail__form__title {
  font-family: Gotham;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  color: #1B246E;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .careers-detail__form__title {
    font-size: 19px;
    line-height: 27px;
  }
}
.careers-detail__form form {
  margin-top: 30px;
}
.careers-detail__form form .dform {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.careers-detail__form form .dform_label {
  color: #1B246E;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.careers-detail__form form .dform_label span.req {
  display: none;
}
.careers-detail__form form .dform input:is([type=text], [type=email]) {
  font-size: 15px;
  font-weight: 700;
  background-color: #FFFFFF;
  width: 100%;
  padding: 15px 15px;
  border-radius: 10px;
  color: #1B246E;
  border: 1px solid #1B246E;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.careers-detail__form form .dform input:is([type=text], [type=email]):is(:focus) {
  border: 1px solid #DA2E26;
}
.careers-detail__form form .dform input[type=submit] {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Gotham;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #1B246E;
  border-radius: 50px;
  padding: 15px 30px;
  color: #1B246E;
  background-color: #FFFFFF;
  margin-inline: auto;
  margin-top: 30px;
}
.careers-detail__form form .dform input[type=submit]:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #1B246E;
}
@media screen and (max-width: 1024px) {
  .careers-detail__form form .dform input[type=submit] {
    padding-inline: 15px;
    padding-block: 10px;
    font-size: 10px;
  }
}
.careers-detail__form form .dform select {
  width: 100%;
  border: unset;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 15px;
  border-radius: 10px;
  color: #1B246E;
  border: 1px solid #1B246E;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.careers-detail__form form .dform select:is(:focus) {
  border: 1px solid #DA2E26;
  outline: unset;
}
@media screen and (max-width: 1024px) {
  .careers-detail .container {
    flex-direction: column;
    padding-block: 30px 50px;
    gap: 0;
  }
  .careers-detail__social-share {
    order: 1;
    width: 100%;
    flex-direction: row;
    margin-block: 20px;
  }
  .careers-detail__social-share a {
    border-bottom: unset;
    border-right: 1px solid #DA2E26;
    flex: 1;
  }
  .careers-detail__social-share a:last-child {
    border-right: unset;
  }
  .careers-detail__details {
    flex-direction: column;
    gap: 10px;
  }
  .careers-detail__details-item span, .careers-detail__details-item p {
    font-size: 13px;
  }
  .careers-detail__form {
    order: 2;
    border-top: 1px solid #1B246E;
    margin-top: 0;
    padding-top: 20px;
  }
  .careers-detail__form.--mobile {
    display: block;
  }
  .careers-detail__form.--desktop {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
