body#dfs_body {
  padding-top: 157px;
}
@media (max-width: 1024px) {
  body#dfs_body {
    padding-top: 84px;
  }
}
body#dfs_body.logged-in header {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  body#dfs_body header {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  body#dfs_body header .loginRow {
    display: none;
  }
}
@media (max-width: 1024px) {
  body#dfs_body .row.header {
    padding-bottom: 0 !important;
    flex-wrap: nowrap;
  }
}
body#dfs_body .row.header .logo a img {
  max-width: 260px;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 1024px) {
  body#dfs_body .row.header .logo a img {
    min-width: 230px !important;
  }
}
body#dfs_body .row.header .nav .ubermenu-nav li a {
  padding-top: 19px;
  font-size: 19px;
}
body#dfs_body .row.header .nav .ubermenu-nav li.ubermenu-has-submenu-drop a {
  padding-right: 25px;
}

.info-boxes {
  margin-top: 100px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .info-boxes {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .info-boxes {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.info-boxes .wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.info-boxes .box {
  width: 33.3333333333%;
  position: relative;
  padding: 100px 40px 40px 40px;
}
@media (max-width: 1024px) {
  .info-boxes .box {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .info-boxes .box {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    padding: 40px 15px;
    display: flex;
    align-items: center;
    min-height: 200px;
  }
}
@media (max-width: 300px) {
  .info-boxes .box {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.info-boxes .box .watermark {
  position: absolute;
  width: 65px;
  height: auto;
  right: 24px;
  top: 24px;
  z-index: 1;
}
@media (max-width: 640px) {
  .info-boxes .box .watermark {
    display: none;
  }
}
@media (max-width: 300px) {
  .info-boxes .box .watermark {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 15px;
    align-self: flex-end;
  }
}
.info-boxes .box.purple {
  background-color: #9649CB;
}
.info-boxes .box.dark_purple {
  background-color: #470D67;
}
.info-boxes .box.light_blue {
  background-color: #8DE4FF;
}
.info-boxes .box.light_blue .content span,
.info-boxes .box.light_blue .content p,
.info-boxes .box.light_blue .content h4 {
  color: #000000;
}
.info-boxes .box.blue {
  background-color: #506CD9;
}
.info-boxes .box.dark_blue {
  background-color: #001E43;
}
.info-boxes .box.pink {
  background-color: #B3008C;
}
.info-boxes .box .content {
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .info-boxes .box .content {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 300px) {
  .info-boxes .box .content {
    flex-direction: column;
    gap: 15px;
  }
}
.info-boxes .box .content span,
.info-boxes .box .content p,
.info-boxes .box .content h4 {
  color: #fff;
}
.info-boxes .box .content .title {
  font-family: benton-sans-condensed, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 640px) {
  .info-boxes .box .content .title {
    flex: 0 0 40%;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.2;
    text-align: right;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 120px;
  }
}
@media (max-width: 300px) {
  .info-boxes .box .content .title {
    flex: none;
    text-align: left;
    padding-right: 0;
    margin-bottom: 15px;
    font-size: 28px;
    min-height: auto;
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .info-boxes .box .content .content-wrapper {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.info-boxes .box .content .description {
  font-family: "Avenir Next";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .info-boxes .box .content .description {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
@media (max-width: 300px) {
  .info-boxes .box .content .description {
    font-size: 15px;
  }
}
.info-boxes .box .content .box-headline {
  font-family: "Abril Fatface";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .info-boxes .box .content .box-headline {
    font-size: 22px;
    margin-top: 8px;
  }
}
@media (max-width: 300px) {
  .info-boxes .box .content .box-headline {
    font-size: 20px;
    margin-top: 10px;
  }
}
.info-boxes.stat-styling .box .content span,
.info-boxes.stat-styling .box .content p,
.info-boxes.stat-styling .box .content h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.info-boxes.stat-styling .box .content .title {
  font-size: 68px;
  line-height: 1.1;
}
.info-boxes.stat-styling .box .content .description {
  font-size: 24px;
  line-height: 1.3;
  font-family: benton-sans-condensed, sans-serif;
}
.info-boxes.stat-styling .box .content .box-headline {
  font-size: 38px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .info-boxes.stat-styling .box .content .title {
    font-size: 58px;
  }
  .info-boxes.stat-styling .box .content .description {
    font-size: 22px;
  }
  .info-boxes.stat-styling .box .content .box-headline {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .info-boxes.stat-styling .box .content .title {
    font-size: 48px;
  }
  .info-boxes.stat-styling .box .content .description {
    font-size: 20px;
  }
  .info-boxes.stat-styling .box .content .box-headline {
    font-size: 30px;
  }
}

.split-section {
  background: #000;
  color: #fff;
  padding: 60px 0;
}
@media (max-width: 640px) {
  .split-section {
    margin-bottom: 20px;
  }
}
.split-section__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 590px;
  padding: 0 15px;
  gap: 30px;
}
.split-section__inner.image-left {
  flex-direction: row;
}
@media (max-width: 992px) {
  .split-section__inner {
    flex-direction: column !important;
    min-height: unset;
  }
}
.split-section__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.split-section__image img {
  max-height: 590px;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}
@media (max-width: 992px) {
  .split-section__image img {
    min-height: unset;
  }
}
@media (max-width: 992px) {
  .split-section__image {
    margin-bottom: 32px;
  }
}
.split-section__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 0 10px 0 0;
  min-width: 420px;
}
@media (max-width: 992px) {
  .split-section__content {
    min-width: 100%;
  }
}
.split-section__content h1,
.split-section__content h2,
.split-section__content h3,
.split-section__content h4,
.split-section__content h5,
.split-section__content h6 {
  font-family: "Abril Fatface";
}
@media (max-width: 992px) {
  .split-section__content {
    padding: 0 0 32px;
  }
}
.split-section__content-inner {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .split-section__content-inner {
    max-width: 100%;
  }
}
.split-section__wysiwyg {
  margin-bottom: 32px;
}
.split-section__wysiwyg h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
}
.split-section__wysiwyg p,
.split-section__wysiwyg span,
.split-section__wysiwyg strong,
.split-section__wysiwyg a {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
  color: #fff;
  font-family: "Avenir Next";
}
.split-section__button {
  margin-top: 10px;
}

.fm_button.primary {
  display: inline-block;
  background: #B3008C;
  color: #fff;
  font-family: "Avenir Next";
  font-size: 16px;
  font-weight: 600;
  padding: 14px 37px 14px 16px;
  text-decoration: none;
  transition: background 0.2s;
  position: relative;
  border-radius: 3px;
}
.fm_button.primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/df_button_arrow.svg);
  background-size: 8px;
  background-position: right 16px center;
  background-repeat: no-repeat;
}
.fm_button.primary:hover, .fm_button.primary:focus {
  background: #800064;
  color: #fff;
  text-decoration: underline;
}
.fm_button.dark {
  background: #000000;
  color: #fff;
}
.fm_button.dark:hover, .fm_button.dark:focus {
  background: #1a1a1a;
  color: #fff;
  text-decoration: underline;
}

section.heading div.pad.pink {
  padding: 45px 0;
  background-color: #B3008C;
  margin-bottom: 45px;
}
section.heading div.pad.pink.removeBottomPadding {
  padding-bottom: 0;
  margin-bottom: 0;
}
section.heading div.pad.pink h3 {
  color: #FFFFFF;
  margin: 0;
}

.hero-section {
  width: 100vw;
  position: relative;
  background: transparent;
  overflow: visible;
  margin: 0;
  padding: 0 0 60px 0;
}
.hero-section__container {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hero-section__container {
    flex-direction: column;
    min-height: unset;
    align-items: stretch;
  }
}
.hero-section__image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: calc(100% + 100px);
  width: calc(100vw - 460px);
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .hero-section__image {
    width: calc(100vw - 300px);
  }
}
@media (max-width: 992px) {
  .hero-section__image {
    position: relative;
    order: 2;
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
    height: 350px;
    margin: -50px 0 0 0;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    transform: none;
  }
  .hero-section__image img {
    min-width: 0;
    min-height: 200px;
    max-height: 350px;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
.hero-section__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.hero-section__content {
  position: relative;
  z-index: 2;
  background: #000;
  color: #fff;
  padding: 50px 60px;
  max-width: 600px;
  margin: 0;
  left: 0;
  top: 0;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 993px) {
  .hero-section__content {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
@media (max-width: 1200px) {
  .hero-section__content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .hero-section__content {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin: 0 auto 0 auto;
    max-width: 95vw;
    z-index: 2;
    padding: 32px 15px 24px 15px;
  }
}
@media (max-width: 640px) {
  .hero-section__content {
    max-width: 100vw;
  }
}
.hero-section__content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero-section__headline {
  font-family: benton-sans-condensed, sans-serif;
  color: #fff;
  margin-bottom: 18px;
  font-size: 38px;
}
.hero-section__wysiwyg {
  margin-bottom: 10px;
}
.hero-section__wysiwyg p,
.hero-section__wysiwyg span,
.hero-section__wysiwyg strong,
.hero-section__wysiwyg a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-family: "Avenir Next";
  margin-bottom: 18px;
}
.hero-section .fm_button.primary {
  margin-top: 10px;
}

.content-columns {
  width: 100%;
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .content-columns {
    margin-top: 0;
  }
}
.content-columns__wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0;
}
@media (max-width: 1024px) {
  .content-columns__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.content-columns.one-col .content-columns__col {
  width: 100%;
}
.content-columns.two-col .content-columns__col {
  width: 50%;
}
@media (max-width: 1024px) {
  .content-columns.two-col .content-columns__col {
    width: 100%;
  }
}
.content-columns.three-col .content-columns__col {
  width: 33.3333%;
}
@media (max-width: 1024px) {
  .content-columns.three-col .content-columns__col {
    width: 100%;
  }
}
.content-columns__col {
  padding: 0 32px 0 32px;
  position: relative;
  background: none;
}
@media (max-width: 1024px) {
  .content-columns__col {
    padding: 32px 0 15px 0;
  }
}
.content-columns__col:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #000000;
}
@media (max-width: 1024px) {
  .content-columns__col:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .content-columns__col {
    border-left: none !important;
    border-bottom: 3px solid #000000;
    margin-bottom: 0;
  }
  .content-columns__col.last-col {
    border-bottom: none;
  }
}
.content-columns h3 {
  font-family: "Abril Fatface", serif;
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}
.content-columns .content-columns__content {
  font-family: "Avenir Next";
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}
.content-columns .content-columns__content p {
  font-family: "Avenir Next";
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}
.content-columns .content-columns__content a {
  font-size: 18px;
  padding: 0 !important;
}
.content-columns .content-columns__content ul {
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
}
.content-columns .content-columns__content li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-family: "Avenir Next";
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}
.content-columns .content-columns__content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 7px;
  height: 7px;
  background: #000000;
  border-radius: 50%;
  transform: translateY(-50%);
}
.content-columns .content-columns__content a {
  text-decoration: underline;
  color: #000000;
}
.content-columns .content-columns__content a:hover, .content-columns .content-columns__content a:focus {
  text-decoration: none;
}

.reviews-slider {
  width: 100vw;
  padding: 40px 0 20px 0;
  position: relative;
}
.reviews-slider .testimonial-slider {
  width: 100vw;
  margin: 0 auto;
}
.reviews-slider .testimonial-slider .testimonial-slide {
  background: #000;
  border: 3px solid #B3008C;
  border-radius: 6px;
  padding: 48px 88px 32px 88px;
  margin: 0 10px;
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s all;
}
@media (max-width: 1024px) {
  .reviews-slider .testimonial-slider .testimonial-slide {
    padding: 48px 48px 32px 48px;
  }
}
.reviews-slider .testimonial-slider .testimonial-slide.pink {
  border-color: #B3008C;
}
.reviews-slider .testimonial-slider .testimonial-slide.pink .quote-icon {
  color: #B3008C;
}
.reviews-slider .testimonial-slider .testimonial-slide.light-blue {
  border-color: #506CD9;
}
.reviews-slider .testimonial-slider .testimonial-slide.light-blue .quote-icon {
  color: #506CD9;
}
.reviews-slider .testimonial-slider .testimonial-slide.very-light-blue {
  border-color: #8DE4FF;
}
.reviews-slider .testimonial-slider .testimonial-slide.very-light-blue .quote-icon {
  color: #8DE4FF;
}
.reviews-slider .testimonial-slider .testimonial-slide .quote-icon {
  font-family: "Noto Serif", serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.reviews-slider .testimonial-slider .testimonial-slide .quote-icon.left {
  left: 24px;
  top: 48px;
}
.reviews-slider .testimonial-slider .testimonial-slide .quote-icon.right {
  right: 24px;
  bottom: 18px;
}
.reviews-slider .testimonial-slider .testimonial-slide .text {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.5;
  margin: 60px 0 40px 0;
  min-height: 120px;
  font-family: benton-sans-condensed, sans-serif;
}
.reviews-slider .testimonial-slider .testimonial-slide .authorInfo {
  font-size: 16px;
  margin-top: 10px;
  color: #FFFFFF !important;
}
.reviews-slider .testimonial-slider .testimonial-slide .authorInfo .author,
.reviews-slider .testimonial-slider .testimonial-slide .authorInfo .credentials {
  color: #FFFFFF !important;
  font-family: "Avenir Next";
  float: none !important;
}
.reviews-slider .testimonial-slider .testimonial-slide .authorInfo .credentials {
  border: none !important;
}
.reviews-slider .testimonial-dots {
  text-align: center;
  margin-top: 24px;
}
.reviews-slider .testimonial-dots .slick-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.reviews-slider .testimonial-dots .slick-dots li {
  margin: 0;
  padding: 0;
}
.reviews-slider .testimonial-dots .slick-dots li button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.reviews-slider .testimonial-dots .slick-dots li .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #b7bcbe;
  background: #b7bcbe;
  transition: 0.3s all;
}
.reviews-slider .testimonial-dots .slick-dots li .dot:hover {
  cursor: pointer;
}
.reviews-slider .testimonial-dots .slick-dots li.slick-active .dot,
.reviews-slider .testimonial-dots .slick-dots li .dot:hover {
  border-color: #B3008C;
  background: #B3008C;
}
.reviews-slider .testimonial-dots .slick-dots li:nth-child(3n+2).slick-active .dot, .reviews-slider .testimonial-dots .slick-dots li:nth-child(3n+2) .dot:hover {
  border-color: #506CD9;
  background: #506CD9;
}
.reviews-slider .testimonial-dots .slick-dots li:nth-child(3n).slick-active .dot, .reviews-slider .testimonial-dots .slick-dots li:nth-child(3n) .dot:hover {
  border-color: #8DE4FF;
  background: #8DE4FF;
}
@media (max-width: 900px) {
  .reviews-slider .testimonial-slider .testimonial-slide {
    padding: 22px 22px 24px 22px;
  }
  .reviews-slider .testimonial-slider .testimonial-slide .quote-icon {
    font-size: 80px;
  }
  .reviews-slider .testimonial-slider .testimonial-slide .quote-icon.left {
    left: 14px;
    top: 28px;
  }
  .reviews-slider .testimonial-slider .testimonial-slide .quote-icon.right {
    right: 14px;
    bottom: 8px;
  }
  .reviews-slider .testimonial-slider .testimonial-slide .text {
    font-size: 18px;
    margin: 40px 0 24px 0;
  }
}

.reviews.gutter .review.single {
  background: #000;
  border: 3px solid #FFFFFF;
  border-radius: 6px;
  padding: 48px 48px 32px 48px;
  position: relative;
}
.reviews.gutter .review.single .quote-icon {
  font-family: "Noto Serif", serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  position: absolute;
  left: 24px;
  top: 48px;
  color: #B3008C;
}
.reviews.gutter .review.single .quote-icon.right {
  left: auto;
  right: 24px;
  top: auto;
  bottom: 18px;
}
.reviews.gutter .review.single .text {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  margin: 60px 0 40px 0;
  min-height: 120px;
  font-family: benton-sans-condensed, sans-serif;
  font-style: normal;
}
.reviews.gutter .review.single .authorInfo {
  color: #fff !important;
  font-size: 16px;
  margin-top: 10px;
}
.reviews.gutter .review.single .authorInfo .author,
.reviews.gutter .review.single .authorInfo .credentials {
  font-family: "Avenir Next";
  color: #fff;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.reviews.gutter .review.single .authorInfo .credentials {
  border: none !important;
}
@media (max-width: 900px) {
  .reviews.gutter .review.single {
    padding: 22px 22px 24px 22px;
  }
  .reviews.gutter .review.single .quote-icon {
    font-size: 80px;
  }
  .reviews.gutter .review.single .quote-icon.left {
    left: 14px;
    top: 28px;
  }
  .reviews.gutter .review.single .quote-icon.right {
    right: 14px;
    bottom: 8px;
  }
  .reviews.gutter .review.single .text {
    font-size: 18px;
    margin: 40px 0 24px 0;
  }
}

.photo-slider-section {
  width: 100vw;
  padding: 40px 0 20px 0;
  position: relative;
}
.photo-slider-section .photo-slider {
  width: 100vw;
  margin: 0 auto;
  position: relative;
}
.photo-slider-section .photo-slider .photo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 0;
}
.photo-slider-section .photo-slider .photo-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1260/685;
  max-width: 100%;
  max-height: 70vh;
  margin: 0 auto;
  border-radius: 3px;
  object-fit: cover;
}
.photo-slider-section .photo-slider .slick-slide {
  padding: 0 10px;
}
.photo-slider-section .photo-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.photo-slider-section .photo-slider .slick-arrow.slick-prev {
  left: 68px;
  right: auto;
}
.photo-slider-section .photo-slider .slick-arrow.slick-prev img {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (max-width: 900px) {
  .photo-slider-section .photo-slider .slick-arrow.slick-prev {
    left: 36px;
  }
}
@media (max-width: 640px) {
  .photo-slider-section .photo-slider .slick-arrow.slick-prev {
    left: 22px;
  }
}
.photo-slider-section .photo-slider .slick-arrow.slick-next {
  right: 68px;
  left: auto;
}
.photo-slider-section .photo-slider .slick-arrow.slick-next img {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 900px) {
  .photo-slider-section .photo-slider .slick-arrow.slick-next {
    right: 36px;
  }
}
@media (max-width: 640px) {
  .photo-slider-section .photo-slider .slick-arrow.slick-next {
    right: 22px;
  }
}
.photo-slider-section .photo-slider .slick-arrow img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
@media (max-width: 900px) {
  .photo-slider-section .photo-slider .slick-arrow img {
    border-radius: 3px;
  }
}
.photo-slider-section .photo-slider-dots {
  text-align: center;
  margin-top: 24px;
}
.photo-slider-section .photo-slider-dots .slick-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.photo-slider-section .photo-slider-dots .slick-dots li {
  margin: 0;
  padding: 0;
}
.photo-slider-section .photo-slider-dots .slick-dots li button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.photo-slider-section .photo-slider-dots .slick-dots li .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #b7bcbe;
  background: #b7bcbe;
  transition: 0.3s all;
}
.photo-slider-section .photo-slider-dots .slick-dots li .dot:hover {
  cursor: pointer;
  border-color: #B3008C;
  background: #B3008C;
}
.photo-slider-section .photo-slider-dots .slick-dots li.slick-active .dot {
  border-color: #B3008C;
  background: #B3008C;
}
@media (max-width: 900px) {
  .photo-slider-section .photo-slider .photo-slide img {
    max-height: 32vh;
  }
}

.mainstage-hero {
  width: 100vw;
  border-top: 3px solid #B3008C;
  border-bottom: 3px solid #B3008C;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  .mainstage-hero {
    height: 600px;
  }
  .mainstage-hero .mainstage-hero__inner {
    height: 600px;
    min-height: unset;
  }
  .mainstage-hero .mainstage-hero__image {
    height: 100%;
  }
  .mainstage-hero .mainstage-hero__image img {
    height: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: none;
  }
}
.mainstage-hero .mainstage-hero__inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  width: 100vw;
  min-height: 420px;
}
@media (max-width: 900px) {
  .mainstage-hero .mainstage-hero__inner {
    flex-direction: column;
    min-height: unset;
  }
}
.mainstage-hero .mainstage-hero__content {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 60px 48px 60px 48px;
  z-index: 2;
}
.mainstage-hero .mainstage-hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 78.08%, #b3008c 116.08%);
  opacity: 1;
  border-right: 3px solid #B3008C;
}
.mainstage-hero .mainstage-hero__content > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .mainstage-hero .mainstage-hero__content {
    padding-left: 80px;
  }
}
@media (min-width: 1440px) {
  .mainstage-hero .mainstage-hero__content {
    padding-left: 115px;
  }
}
@media (max-width: 900px) {
  .mainstage-hero .mainstage-hero__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 33px 18px 33px 33px;
    justify-content: center;
    align-items: flex-start;
    min-height: 100%;
  }
  .mainstage-hero .mainstage-hero__content:before {
    border-right: none;
  }
}
.mainstage-hero .mainstage-hero__headline {
  color: #fff;
  font-family: benton-sans-condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 36px;
  max-width: 335px;
}
@media (max-width: 900px) {
  .mainstage-hero .mainstage-hero__headline {
    font-size: 34px;
    margin-bottom: 24px;
  }
}
.mainstage-hero .mainstage-hero__button {
  margin-top: 12px;
  font-size: 1.1rem;
  padding: 16px 32px;
  border-radius: 3px;
}
@media (max-width: 900px) {
  .mainstage-hero .mainstage-hero__button {
    font-size: 1rem;
    padding: 12px 24px;
  }
}
.mainstage-hero .mainstage-hero__image {
  flex: 1 1 60%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
  z-index: 1;
}
.mainstage-hero .mainstage-hero__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 965/598;
  object-fit: cover;
  display: block;
  margin-left: -1px;
}
@media (max-width: 900px) {
  .mainstage-hero .mainstage-hero__image img {
    aspect-ratio: unset;
    min-height: 320px;
    max-height: 60vh;
  }
}
@media (max-width: 900px) {
  .mainstage-hero {
    min-height: 420px;
  }
  .mainstage-hero .mainstage-hero__inner {
    min-height: 420px;
    position: relative;
  }
  .mainstage-hero .mainstage-hero__image {
    width: 100vw;
    min-height: 320px;
    max-height: 60vh;
  }
  .mainstage-hero .mainstage-hero__image img {
    width: 100vw;
    min-height: 320px;
    max-height: 60vh;
    object-fit: cover;
  }
}
@media (max-width: 640px) {
  .mainstage-hero .mainstage-hero__image {
    display: flex;
    justify-content: flex-end;
  }
  .mainstage-hero .mainstage-hero__image img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

.cta-section {
  width: 100%;
  padding: 80px 15px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .cta-section {
    padding: 40px 20px;
  }
}
.cta-section__inner {
  background: #9649CB;
  width: 100%;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 900px) {
  .cta-section__inner {
    padding: 60px 30px;
  }
}
@media (max-width: 640px) {
  .cta-section__inner {
    padding: 50px 20px;
  }
}
.cta-section__logo-pattern {
  position: absolute;
  bottom: -5px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  grid-gap: 24px;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 900px) {
  .cta-section__logo-pattern {
    grid-gap: 16px;
  }
}
@media (max-width: 640px) {
  .cta-section__logo-pattern {
    grid-gap: 12px;
  }
}
.cta-section__logo-pattern .cta-logo {
  width: 135px;
  height: 119px;
  opacity: 1;
}
.cta-section__logo-pattern .cta-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 900px) {
  .cta-section__logo-pattern .cta-logo {
    width: 100px;
    height: 88px;
  }
}
@media (max-width: 640px) {
  .cta-section__logo-pattern .cta-logo {
    width: 80px;
    height: 70px;
  }
}
.cta-section__content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.cta-section__headline {
  font-family: "Abril Fatface", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 900px) {
  .cta-section__headline {
    font-size: 40px;
    margin-bottom: 28px;
  }
}
@media (max-width: 640px) {
  .cta-section__headline {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 1.3;
  }
}
.cta-section__button {
  font-size: 18px;
  padding: 16px 40px 16px 20px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .cta-section__button {
    font-size: 16px;
    padding: 14px 37px 14px 16px !important;
  }
}

.news-events-section {
  width: 100%;
  padding: 0 0 160px;
  position: relative;
}
@media (max-width: 900px) {
  .news-events-section {
    padding: 0 0 40px;
  }
}
.news-events-section__container {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 900px) {
  .news-events-section__container {
    padding: 0;
  }
}
.news-events-section__headline {
  font-family: "Abril Fatface";
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 900px) {
  .news-events-section__headline {
    font-size: 32px;
    margin-bottom: 90px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .news-events-section__headline {
    font-size: 28px;
  }
}
.news-events-section__grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .news-events-section__grid {
    gap: 15px;
  }
}
@media (max-width: 900px) {
  .news-events-section__grid {
    gap: 0;
    display: block;
    background: #470D67;
    padding: 20px 0 0 0;
  }
  .news-events-section__grid.slick-initialized .slick-list {
    padding-right: 60px;
    margin-top: -80px;
  }
  .news-events-section__grid.slick-initialized .news-events-tile {
    border: 3px solid #B3008C;
    margin: 0 10px;
    height: auto;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
  }
  .news-events-section__grid.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
  }
  .news-events-section__grid.slick-initialized .slick-slide {
    height: auto;
  }
}
@media (min-width: 901px) {
  .news-events-section__grid::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #470D67;
    z-index: -1;
  }
}
.news-events-section .news-events-slider-dots {
  display: none;
  text-align: center;
  margin-top: 0;
  background: #470D67;
  padding: 35px 0;
}
@media (max-width: 900px) {
  .news-events-section .news-events-slider-dots {
    display: block;
  }
}
.news-events-section .news-events-slider-dots .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-events-section .news-events-slider-dots .slick-dots li {
  margin: 0;
  padding: 0;
}
.news-events-section .news-events-slider-dots .slick-dots li button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  margin: 0;
}
.news-events-section .news-events-slider-dots .slick-dots li .dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFFFFF;
  transition: 0.3s all;
  border: none;
}
.news-events-section .news-events-slider-dots .slick-dots li.slick-active .dot {
  background: #B3008C;
}

.news-events-tile {
  background: #FFFFFF;
  border: 3px solid #B3008C;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 3px;
}
@media (min-width: 901px) {
  .news-events-tile.large {
    width: calc(50% - 10px);
    margin-top: -30px;
  }
  .news-events-tile.small {
    width: calc(25% - 15px);
  }
  .news-events-tile:hover .news-events-tile__image::after {
    opacity: 1;
  }
  .news-events-tile:hover .news-events-tile__button {
    background: #D702A8;
    text-decoration: underline !important;
  }
}
@media (max-width: 900px) {
  .news-events-tile {
    width: 100%;
    margin-top: 0;
    background: #FFFFFF;
    border: 3px solid #B3008C;
    cursor: default;
    min-height: 500px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .news-events-tile.small {
    width: calc(25% - 12.5px);
  }
}
.news-events-tile__image {
  width: 100%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.news-events-tile__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(71, 13, 103, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 900px) {
  .news-events-tile__image::after {
    display: none;
  }
}
.news-events-tile__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 610/450;
  object-fit: cover;
  display: block;
}
.news-events-tile__content {
  padding: 32px 27px 29px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #FFFFFF;
  border-top: 3px solid #B3008C;
}
@media (max-width: 1024px) {
  .news-events-tile__content {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .news-events-tile__content {
    padding: 24px;
    background: #FFFFFF;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.news-events-tile__title {
  font-family: benton-sans-condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 12px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .news-events-tile__title {
    color: #000000;
  }
}
.news-events-tile__description {
  font-family: "Avenir Next";
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .news-events-tile__description {
    color: #000000;
    margin-bottom: 18px;
    flex-grow: 1;
  }
}
.news-events-tile__button {
  align-self: flex-start;
  font-size: 14px;
  padding: 12px 32px 12px 14px;
  transition: background 0.3s ease, text-decoration 0.3s ease;
  margin-top: auto;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .news-events-tile__button {
    font-size: 13px;
    padding: 10px 28px 10px 12px;
  }
}
.news-events-tile__button:hover, .news-events-tile__button:focus {
  text-decoration: underline !important;
}

.news-tiles-section {
  width: 100%;
  padding: 0;
  position: relative;
}
.news-tiles-section__container {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 900px) {
  .news-tiles-section__container {
    padding: 0;
  }
}
.news-tiles-section__headline {
  font-family: "Abril Fatface";
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
@media (max-width: 900px) {
  .news-tiles-section__headline {
    font-size: 32px;
    margin-bottom: 90px;
    padding: 60px 15px 0;
  }
}
@media (max-width: 640px) {
  .news-tiles-section__headline {
    font-size: 28px;
    padding-top: 40px;
  }
}
.news-tiles-section__grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .news-tiles-section__grid {
    gap: 15px;
  }
}
@media (max-width: 900px) {
  .news-tiles-section__grid {
    gap: 0;
    display: block;
    padding: 20px 0 0 0;
  }
  .news-tiles-section__grid.slick-initialized .slick-list {
    margin-top: -80px;
  }
  .news-tiles-section__grid.slick-initialized .news-tiles-tile {
    border: 3px solid #B3008C;
    margin: 0 10px;
    height: auto;
    min-height: 500px;
    display: flex;
    border-radius: 3px;
    flex-direction: column;
  }
  .news-tiles-section__grid.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
  }
  .news-tiles-section__grid.slick-initialized .slick-slide {
    height: auto;
  }
}
@media (min-width: 901px) {
  .news-tiles-section__grid::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100% + 30px);
    background: #001E43;
    z-index: -1;
  }
}
@media (max-width: 900px) {
  .news-tiles-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100% - 230px);
    background: #001E43;
    z-index: 1;
  }
  .news-tiles-section__container {
    position: relative;
    z-index: 2;
  }
}
.news-tiles-section .news-tiles-slider-dots {
  display: none;
  text-align: center;
  margin-top: 0;
  padding: 35px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 900px) {
  .news-tiles-section .news-tiles-slider-dots {
    display: block;
  }
}
.news-tiles-section .news-tiles-slider-dots .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-tiles-section .news-tiles-slider-dots .slick-dots li {
  margin: 0;
  padding: 0;
}
.news-tiles-section .news-tiles-slider-dots .slick-dots li button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  margin: 0;
}
.news-tiles-section .news-tiles-slider-dots .slick-dots li .dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  transition: 0.3s all;
  border: none;
}
.news-tiles-section .news-tiles-slider-dots .slick-dots li.slick-active .dot {
  background: #B3008C;
}

.news-tiles-tile {
  background: #FFFFFF;
  border: 3px solid #B3008C;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 3px;
}
@media (min-width: 901px) {
  .news-tiles-tile {
    width: calc(33.333% - 14px);
    max-width: 400px;
    margin-top: -30px;
    margin-bottom: 20px;
    min-height: 600px;
  }
  .news-tiles-tile:hover .news-tiles-tile__image::after {
    opacity: 1;
  }
  .news-tiles-tile:hover .news-tiles-tile__button {
    background: #D702A8;
    text-decoration: underline !important;
  }
}
@media (min-width: 901px) and (max-width: 1024px) {
  .news-tiles-tile {
    width: calc(33.333% - 10px);
    min-height: 550px;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .news-tiles-tile {
    max-width: 350px;
  }
}
@media (max-width: 900px) {
  .news-tiles-tile {
    width: 100%;
    margin-top: 0;
    background: #FFFFFF;
    border: 3px solid #B3008C;
    cursor: default;
    min-height: 500px;
    display: flex;
    flex-direction: column;
  }
}
.news-tiles-tile__image {
  width: 100%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.news-tiles-tile__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(71, 13, 103, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 900px) {
  .news-tiles-tile__image::after {
    display: none;
  }
}
.news-tiles-tile__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 610/450;
  object-fit: cover;
  display: block;
}
.news-tiles-tile__content {
  padding: 32px 27px 29px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #FFFFFF;
  border-top: 3px solid #B3008C;
}
@media (max-width: 1024px) {
  .news-tiles-tile__content {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .news-tiles-tile__content {
    padding: 24px;
    background: #FFFFFF;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.news-tiles-tile__title {
  font-family: benton-sans-condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 12px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .news-tiles-tile__title {
    color: #000000;
  }
}
.news-tiles-tile__description {
  font-family: "Avenir Next";
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .news-tiles-tile__description {
    color: #000000;
    margin-bottom: 18px;
    flex-grow: 1;
  }
}
.news-tiles-tile__button {
  align-self: flex-start;
  font-size: 14px;
  padding: 12px 32px 12px 14px;
  transition: background 0.3s ease, text-decoration 0.3s ease;
  margin-top: auto;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .news-tiles-tile__button {
    font-size: 13px;
    padding: 10px 28px 10px 12px;
  }
}
.news-tiles-tile__button:hover, .news-tiles-tile__button:focus {
  text-decoration: underline !important;
}

.instagram-feed-section {
  width: 100%;
  padding: 0 0 60px 0;
}
@media (max-width: 900px) {
  .instagram-feed-section {
    padding: 0 0 40px 0;
  }
}
.instagram-feed-section .instagram-feed-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.instagram-feed-section .dividing-line {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin: 0 auto;
}
.instagram-feed-section .instagram-feed-headline {
  font-family: "Abril Fatface";
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin: 40px 0;
}
@media (max-width: 900px) {
  .instagram-feed-section .instagram-feed-headline {
    font-size: 32px;
    margin: 32px 0;
  }
}
@media (max-width: 640px) {
  .instagram-feed-section .instagram-feed-headline {
    font-size: 28px;
    margin: 24px 0;
  }
}
.instagram-feed-section .instagram-feed-content {
  margin: 40px 0;
}
@media (max-width: 640px) {
  .instagram-feed-section .instagram-feed-content {
    margin: 24px 0;
  }
}
.instagram-feed-section .instagram-feed-content * {
  box-sizing: border-box;
}

#footer a[target=_blank]:after,
#footer a[href*="://"]:after {
  display: none !important;
}
#footer .footer-banner {
  background: #B11F8B;
  width: auto;
  position: relative;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 3px;
}
@media (max-width: 767px) {
  #footer .footer-banner {
    left: 0;
    transform: none;
    margin: 0 15px;
    width: calc(100% - 30px);
    max-width: none;
  }
}
#footer .footer-banner__container {
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 767px) {
  #footer .footer-banner__container {
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 640px) {
  #footer .footer-banner__container {
    max-width: none;
    padding: 0;
  }
}
@media (max-width: 480px) {
  #footer .footer-banner__container {
    flex-direction: column;
  }
}
#footer .footer-banner__item {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px 40px;
  white-space: nowrap;
  min-width: 0;
}
@media (max-width: 767px) {
  #footer .footer-banner__item {
    white-space: normal;
    text-align: center;
    padding: 20px 25px;
    min-width: 0;
  }
}
@media (max-width: 640px) {
  #footer .footer-banner__item {
    padding: 25px 10px;
  }
}
@media (max-width: 480px) {
  #footer .footer-banner__item {
    padding: 10px 5px;
    white-space: normal;
  }
}
#footer .footer-banner__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50px;
  background: #FFFFFF;
}
@media (max-width: 640px) {
  #footer .footer-banner__item:not(:last-child)::after {
    height: 40px;
  }
}
@media (max-width: 480px) {
  #footer .footer-banner__item:not(:last-child)::after {
    display: none;
  }
}
#footer .footer-banner__item a {
  font-family: "Abril Fatface";
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #footer .footer-banner__item a {
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2;
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  #footer .footer-banner__item a {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  #footer .footer-banner__item a {
    font-size: 20px;
  }
}
#footer .footer-banner__item a:hover {
  opacity: 0.8;
}
#footer .footer-main {
  background: #000000;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 120px 0 60px 0;
  margin-top: -50px;
}
@media (max-width: 767px) {
  #footer .footer-main {
    padding: 100px 0 40px 0;
    margin-top: -35px;
  }
}
@media (max-width: 480px) {
  #footer .footer-main {
    margin-top: -70px;
  }
}
#footer .footer-main__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1024px) {
  #footer .footer-main__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #footer .footer-main__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}
#footer .footer-menus {
  display: flex;
  gap: 20px;
  flex: 1;
}
@media (max-width: 1024px) {
  #footer .footer-menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px 20px;
    flex: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #footer .footer-menus {
    display: none;
  }
}
#footer .footer-menus .footer-menu {
  flex: 1;
  min-width: 0;
}
#footer .footer-menus .footer-menu:has(li:nth-child(10)) {
  flex: 2;
}
@media (max-width: 1024px) {
  #footer .footer-menus .footer-menu:has(li:nth-child(10)) {
    grid-column: span 2;
  }
}
#footer .footer-menus .footer-menu__title {
  font-family: benton-sans-condensed, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #506CD9;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#footer .footer-menus .footer-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-menus .footer-menu__list li {
  margin-bottom: 12px;
}
#footer .footer-menus .footer-menu__list li a {
  font-family: "Avenir Next";
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  display: block;
}
#footer .footer-menus .footer-menu__list li a:hover {
  text-decoration: underline;
}
#footer .footer-menus .footer-menu:has(li:nth-child(10)) .footer-menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(8, auto);
  grid-auto-flow: column;
  gap: 12px 30px;
  width: 100%;
}
#footer .footer-menus .footer-menu:has(li:nth-child(10)) .footer-menu__list li {
  margin-bottom: 0;
}
#footer .footer-menus .footer-menu:has(li:nth-child(10)) .footer-menu__list li a {
  line-height: 1.4;
  white-space: normal;
}
#footer .footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  min-width: 250px;
  max-width: 300px;
}
@media (max-width: 1024px) {
  #footer .footer-info {
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footer .footer-info {
    align-items: center;
    min-width: auto;
    max-width: none;
    width: 100%;
  }
}
#footer .footer-info .footer-logo img {
  max-width: 300px;
  height: auto;
}
@media (max-width: 640px) {
  #footer .footer-info .footer-logo img {
    max-width: 250px;
  }
}
#footer .footer-info .footer-contact {
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 767px) {
  #footer .footer-info .footer-contact {
    text-align: center;
  }
}
#footer .footer-info .footer-contact p,
#footer .footer-info .footer-contact a {
  font-family: "Avenir Next";
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 25px;
  text-decoration: underline;
}
#footer .footer-info .footer-contact p:hover,
#footer .footer-info .footer-contact a:hover {
  text-decoration: none;
}
#footer .footer-info .footer-contact p:last-child {
  margin-bottom: 0;
}
#footer .footer-info .footer-contact p {
  text-decoration: none;
}
#footer .footer-info .footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 640px) {
  #footer .footer-info .footer-social {
    gap: 12px;
  }
}
#footer .footer-info .footer-social a {
  display: block;
  transition: opacity 0.3s ease;
}
#footer .footer-info .footer-social a:hover {
  opacity: 0.7;
}
#footer .footer-info .footer-social a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
@media (max-width: 640px) {
  #footer .footer-info .footer-social a img {
    width: 25px;
    height: 25px;
  }
}
#footer .footer-copyright {
  background: #000000;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px 0;
}
#footer .footer-copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 2px;
  background: #506CD9;
}
@media (max-width: 1470px) {
  #footer .footer-copyright::before {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  #footer .footer-copyright::before {
    width: 100%;
    left: 0;
    transform: none;
  }
}
#footer .footer-copyright__container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 767px) {
  #footer .footer-copyright__container {
    text-align: center;
    padding: 0 15px;
  }
}
#footer .footer-copyright__container p,
#footer .footer-copyright__container a {
  font-family: "Avenir Next";
  font-size: 14px;
  color: #FFFFFF;
  margin: 0;
  text-decoration: underline;
}
#footer .footer-copyright__container p:hover,
#footer .footer-copyright__container a:hover {
  text-decoration: none;
}
#footer .footer-copyright__container p {
  text-decoration: none;
}
#footer .row.involved,
#footer .row.footer,
#footer .row.copyright {
  display: none;
}

@media (max-width: 767px) {
  .sponsors {
    padding-bottom: 30px;
  }
}

.ubermenu-nav .ubermenu-item-level-0.ubermenu-item-has-children .ubermenu-sub-indicator.fas.fa-angle-down {
  font-size: 0;
  width: 12px;
  height: 9px;
  background-image: url("../img/arrow_down_df.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  right: 5px;
  top: 30px;
}
.ubermenu-nav .ubermenu-item-level-0.ubermenu-item-has-children .ubermenu-sub-indicator.fas.fa-angle-down:before {
  display: none;
}

@media (max-width: 1024px) {
  .ubermenu-responsive-toggle {
    display: none !important;
  }

  #ubermenu-main-2 {
    display: none !important;
  }

  .custom-mobile-toggle {
    display: flex !important;
  }

  .nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .custom-mobile-toggle {
    display: none !important;
  }

  .custom-mobile-menu {
    display: none !important;
  }
}
.custom-mobile-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .custom-mobile-toggle {
    margin-top: 6px;
  }
}
.custom-mobile-toggle:hover, .custom-mobile-toggle:focus {
  background: none !important;
  outline: none;
}
.custom-mobile-toggle img {
  width: 32px;
  height: 24px;
  transition: all 0.3s ease;
}
.custom-mobile-toggle.menu-open img {
  width: 25px;
  height: 22px;
}

.custom-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: calc(100vw - 40px);
  height: 100vh;
  background: #B3008C;
  z-index: 1000;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.custom-mobile-menu.menu-open {
  right: 0;
}
.custom-mobile-menu .mobile-menu-header {
  display: none;
}
.custom-mobile-menu .mobile-menu-content .mobile-menu-item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  margin-right: -20px;
}
.custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px 10px 0;
  color: #FFFFFF;
  text-decoration: none;
  font-family: benton-sans-condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 640px) {
  .custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-menu-link {
    font-size: 20px;
  }
}
.custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-menu-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-menu-link .mobile-menu-arrow {
  width: 17px;
  height: 11px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-menu-link .mobile-menu-arrow.arrow-up {
  transform: rotate(180deg);
}
.custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all;
  background: transparent;
  margin-right: 0;
  padding: 0;
}
.custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-submenu.submenu-open {
  max-height: 1000px;
  padding: 0 0 15px 0;
}
.custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-submenu.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding-right: 20px;
}
@media (max-width: 350px) {
  .custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-submenu.two-columns {
    grid-template-columns: 1fr;
  }
}
.custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-submenu .mobile-submenu-link {
  display: block;
  padding: 4px 0;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Avenir Next";
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 640px) {
  .custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-submenu .mobile-submenu-link {
    font-size: 15px;
  }
}
.custom-mobile-menu .mobile-menu-content .mobile-menu-item .mobile-submenu .mobile-submenu-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.custom-mobile-menu .mobile-menu-search {
  margin: 25px 0;
  padding-right: 16px;
}
.custom-mobile-menu .mobile-menu-search .mobile-search-form {
  position: relative;
}
.custom-mobile-menu .mobile-menu-search .mobile-search-form .mobile-search-input {
  width: 100%;
  padding: 16px 50px 16px 16px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Avenir Next";
  background: #FFFFFF;
  color: #000000;
  min-height: 42px;
}
.custom-mobile-menu .mobile-menu-search .mobile-search-form .mobile-search-input::placeholder {
  color: #999;
}
.custom-mobile-menu .mobile-menu-search .mobile-search-form .mobile-search-input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.custom-mobile-menu .mobile-menu-search .mobile-search-form .mobile-search-button {
  position: absolute;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  background-color: black;
  padding: 9px 12px 13px 14px;
  right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: calc(50% + 1px);
}
.custom-mobile-menu .mobile-menu-search .mobile-search-form .mobile-search-button img {
  width: 17px;
  height: 18px;
}
.custom-mobile-menu .mobile-menu-footer {
  margin-top: 25px;
  padding-right: 40px;
}
.custom-mobile-menu .mobile-menu-footer .mobile-login-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.custom-mobile-menu .mobile-menu-footer .mobile-login-links .mobile-login-link {
  display: inline-block;
  background: #000000;
  color: #FFFFFF;
  padding: 13px 18px !important;
  text-decoration: none;
  border-radius: 3px;
  font-family: benton-sans-condensed, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: background 0.3s ease;
  width: auto;
}
.custom-mobile-menu .mobile-menu-footer .mobile-login-links .mobile-login-link:hover {
  background: #1a1a1a;
  color: #FFFFFF;
  text-decoration: none;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-overlay.overlay-visible {
  opacity: 1;
  visibility: visible;
}

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