@charset "UTF-8";
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/open-sans/open-sans-v40-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/open-sans/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/open-sans/open-sans-v40-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/open-sans/open-sans-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/open-sans/open-sans-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
img {
  max-width: 100%;
}

.fw-medium {
  font-weight: 500;
}

.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
}

.skippy-link {
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  vertical-align: top;
  height: 3.125rem;
}
.skippy-link:focus {
  box-shadow: none;
}

.skippy {
  position: relative;
  z-index: 1031;
  background-color: #db0b27;
}
.sub .skippy {
  background-color: var(--theme-bg-color);
}

.global-header {
  position: relative;
  padding: 0;
}
.home .global-header {
  background-color: transparent;
  position: absolute;
  z-index: 1020;
  left: 0;
  top: 0;
  right: 0;
}
@media (max-width: 1199.98px) {
  .global-header {
    /*.header-is-sticky & {
        background-color: $white;
        box-shadow: $box-shadow
    }*/
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1200px) {
  .global-header {
    position: relative;
  }
}

.global-header-logo img {
  max-width: 7.5rem;
}
@media (min-width: 992px) {
  .global-header-logo img {
    max-height: 5.375rem;
    max-width: none;
    width: auto;
  }
}

.global-header-second-logo {
  display: none;
}
@media (min-width: 992px) {
  .global-header-second-logo {
    display: block;
  }
}
.global-header-second-logo img {
  width: 12.5rem;
}

.global-header-sub-home-logo img {
  width: 7.5rem;
}
@media (min-width: 992px) {
  .global-header-sub-home-logo img {
    width: 12.5rem;
  }
}

.global-header-crest img {
  height: 4rem;
}
@media (min-width: 992px) {
  .global-header-crest img {
    height: 5.375rem;
  }
}

/*.global-header-logo {
    display: block;

    .global-header-logo-img, .global-header-logo-img-inversed {
        height: rfs-value(50px);

        .header-is-sticky & {
        }

        @include media-breakpoint-up(xl) {
            height: rfs-value(90px);
        }
    }
}

.global-header-logo-img {


}

.global-header-logo-img-inversed {
    display: none;

    #offcanvasAside & {
        display: block;
    }

    @include media-breakpoint-up(xl) {
        display: block;
    }
}*/
.sub-header {
  padding: 0.75rem 0;
}
@media (min-width: 1200px) {
  .sub-header {
    padding-bottom: 0;
  }
}
.sub-header img {
  height: 2.5rem;
}
@media (min-width: 1200px) {
  .sub-header img {
    height: 3.875rem;
  }
}

.splash-top-links {
  --bs-gutter-x: 8px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.jumbotron .splash-top-links {
  display: block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.splash-top-item {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.splash-top-item:last-child {
  padding-right: 0;
}
.jumbotron .splash-top-item {
  padding: 0;
}

.splash-top-link {
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
  border-top: 5px solid transparent;
  text-align: center;
  padding: 0.625rem 0.9375rem;
  min-height: 3.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.jumbotron .splash-top-link {
  margin-top: 1.25rem;
}
.splash-top-link span {
  z-index: 1;
  position: relative;
}
html:not(.touch) .splash-top-link:hover:before {
  transform: translateY(0);
}
.splash-top-link:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-100%);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .splash-top-link:before {
    transition: none;
  }
}
.splash-top-link.splash-top-link-1 {
  border-top-color: #db0b27;
}
.splash-top-link.splash-top-link-1:before {
  background-color: #db0b27;
}
.splash-top-link.splash-top-link-2 {
  border-top-color: #007d3a;
}
.splash-top-link.splash-top-link-2:before {
  background-color: #007d3a;
}
.splash-top-link.splash-top-link-3 {
  border-top-color: #0130a8;
}
.splash-top-link.splash-top-link-3:before {
  background-color: #0130a8;
}

.splash-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.splash-nav-item.hovered .splash-nav-link {
  background-color: #fff;
  border-color: #db0b27;
  color: #db0b27;
}
.splash-nav-item.hovered .splash-nav-link:after {
  opacity: 1;
  visibility: visible;
}
.splash-nav-item.hovered .global-nav-dropdown {
  opacity: 1;
  visibility: visible;
}

.splash-nav-link {
  z-index: 2;
  display: block;
  padding: 0.9375rem 0.9375rem 1.25rem;
  position: relative;
  transition: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  border: 5px solid transparent;
  border-bottom: none;
  transition: all 0.2s ease-in-out;
  /*  .header-is-sticky & {
      color: $body-color;
  }*/
}
@media (prefers-reduced-motion: reduce) {
  .splash-nav-link {
    transition: none;
  }
}
.splash-nav-link:after {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .splash-nav-link:after {
    transition: none;
  }
}
.splash-nav-link:focus {
  /*   +.splash-nav-dropdown{

          opacity: 1;
          visibility: visible
      }*/
}

.global-nav-dropdown {
  box-shadow: 0 18px 20px rgba(33, 33, 33, 0.5);
  z-index: 10;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  /*border-top: 5px solid $red;*/
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 100%;
  right: 0;
  padding: 1.875rem;
}
@media (prefers-reduced-motion: reduce) {
  .global-nav-dropdown {
    transition: none;
  }
}

.search-trigger {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #db0b27;
  font-size: 1.125rem;
  padding: 1.25rem 0.9375rem;
  font-weight: 700;
  /*  .header-is-sticky & {
      color: $body-color;
  }*/
}
@media (min-width: 1200px) {
  .search-trigger {
    padding-right: 0;
  }
}
.home .search-trigger {
  color: #fff;
}
html:not(.touch) .search-trigger:hover {
  text-decoration: underline;
}
.search-trigger i {
  font-weight: 400;
  transform: scale(1.5);
  transform-origin: right center;
  display: inline-block;
  vertical-align: top;
}
.sub .search-trigger {
  color: var(--theme-main-color);
}

.sub-navbar {
  background-color: var(--theme-main-color);
}

.sub-navbar-nav {
  display: flex;
  justify-content: space-between;
}

.sub-nav-item {
  text-align: center;
}

.sub-nav-link {
  height: 100%;
  line-height: 1.1;
  font-size: 1.125rem;
  padding: 0.75rem 0.9375rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
#offcanvasTop {
  background-color: #db0b27;
}
.sub #offcanvasTop {
  background-color: var(--theme-main-color);
}

.global-search {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
  width: 100%;
}
.global-search ::-webkit-input-placeholder {
  color: #fff;
}
.global-search :-moz-placeholder {
  color: #fff;
}
.global-search ::-moz-placeholder {
  color: #fff;
}
.global-search :-ms-input-placeholder {
  color: #fff;
}
.global-search ::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  width: 40px;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z' fill='%23fff'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.global-search input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: #fff;
}
@media (min-width: 1200px) {
  .global-search input {
    font-size: 2rem;
  }
}
.global-search button {
  border: none;
  background-color: transparent;
  font-size: 2rem;
  color: #fff;
}

.global-nav-dropdown-title {
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.global-nav-dropdown-title a {
  color: #db0b27;
  text-decoration: none;
  font-size: 1.125rem;
}
html:not(.touch) .global-nav-dropdown-title a:hover {
  text-decoration: underline;
}

.global-nav-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.global-nav-dropdown-list {
  column-count: 3;
  column-gap: 1.875rem;
}
.global-nav-dropdown-list li {
  margin-bottom: 0.5rem;
}
.global-nav-dropdown-list li.active > a {
  color: #db0b27;
}
.global-nav-dropdown-list a {
  display: block;
  position: relative;
  color: #424242;
  padding-left: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
html:not(.touch) .global-nav-dropdown-list a:hover {
  text-decoration: underline;
}
.global-nav-dropdown-list a:before {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea6e";
  position: absolute;
  left: 0;
  top: 0;
  color: #db0b27;
}

.mobile-nav, .mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(222, 226, 230, 0.5);
}
.sub .mobile-nav, .sub .mobile-nav ul {
  border-top-color: color-mix(in srgb, var(--theme-bg-color), #000 10%);
}
.mobile-nav li {
  border-bottom: 1px solid rgba(222, 226, 230, 0.5);
}
.sub .mobile-nav li {
  border-bottom-color: color-mix(in srgb, var(--theme-bg-color), #000 10%);
}
.mobile-nav a {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  padding: 0.9375rem 1.25rem;
  text-decoration: none;
}
.sub .mobile-nav a {
  color: var(--theme-main-color);
}
.mobile-nav .has-children > a {
  line-height: 1.3;
  padding-right: calc(1.5rem + 3vw);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' height='24' viewBox='0 -960 960 960' width='24'%3e%3cpath d='M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z'/%3e%3c/svg%3e");
}
@media (min-width: 1200px) {
  .mobile-nav .has-children > a {
    padding-right: 3.75rem;
  }
}
.sub .mobile-nav .has-children > a {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='var%28--theme-main-color%29' height='24' viewBox='0 -960 960 960' width='24'%3e%3cpath d='M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z'/%3e%3c/svg%3e");
}
.mobile-nav .nav-go-back {
  font-size: 1rem;
  padding-left: calc(1.4375rem + 2.25vw);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' height='24' viewBox='0 -960 960 960' width='24'%3e%3cpath d='M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z'/%3e%3c/svg%3e");
  background-size: 20px auto;
}
@media (min-width: 1200px) {
  .mobile-nav .nav-go-back {
    padding-left: 3.125rem;
  }
}
.sub .mobile-nav .nav-go-back {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='var%28--theme-main-color%29' height='24' viewBox='0 -960 960 960' width='24'%3e%3cpath d='M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z'/%3e%3c/svg%3e");
}
.mobile-nav ul {
  overflow: auto;
  background-color: #db0b27;
  position: fixed;
  top: 3rem;
  left: 100%;
  width: 400px;
  max-width: 100%;
  bottom: 0;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-nav ul {
    transition: none;
  }
}
.sub .mobile-nav ul {
  background-color: var(--theme-bg-color);
}
.mobile-nav .active > ul {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.global-header-btn-icon {
  color: #212529;
  padding: 0;
  width: 42px;
  height: 42px;
  line-height: 1;
  /* display: flex;
      align-items: center;
      justify-content: center;*/
  background-color: transparent;
  border: none;
  font-weight: 700;
  font-size: 1.875rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .global-header-btn-icon {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .global-header-btn-icon {
    position: relative;
    font-size: 1.75rem;
  }
  .global-header-btn-icon i {
    position: relative;
    z-index: 1;
  }
  .global-header-btn-icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50rem;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .global-header-btn-icon:after {
    transition: none;
  }
}
@media (min-width: 1200px) {
  html:not(.touch) .global-header-btn-icon:hover {
    text-decoration: none;
  }
}
.home .global-header-btn-icon {
  color: #fff;
}

.global-header-btn-text {
  display: block;
  font-size: 0.625rem;
}

#offcanvasAside {
  overflow: hidden;
  background-color: #db0b27;
}
#offcanvasAside .btn-close {
  filter: invert(1);
  opacity: 1;
}
.sub #offcanvasAside .btn-close {
  filter: none;
}
#offcanvasAside .offcanvas-body {
  overflow: hidden;
}
.sub #offcanvasAside {
  background-color: var(--theme-bg-color);
}

.global-navbar {
  border-bottom: 2px solid #db0b27;
  border-top: 2px solid #db0b27;
  background-color: #db0b27;
}

.global-nav {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.global-nav-item.hovered .global-nav-link, .global-nav-item:hover .global-nav-link, .global-nav-item.active .global-nav-link {
  background-color: #fff;
  border-color: #db0b27;
  color: #db0b27;
}
.global-nav-item.hovered .global-nav-link:after, .global-nav-item:hover .global-nav-link:after, .global-nav-item.active .global-nav-link:after {
  opacity: 1;
  visibility: visible;
}
.global-nav-item.hovered .global-nav-dropdown {
  opacity: 1;
  visibility: visible;
}

.global-nav-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  padding: 0.75rem 0.9375rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.warning-banner {
  width: 100%;
  background-color: #ecd903;
  display: flex;
  color: #000;
}
@media (min-width: 992px) {
  .warning-banner {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    max-width: 50%;
  }
}

.warning-banner-icon {
  padding: 0.5rem 0.9375rem;
  font-size: 1.5rem;
}

.warning-banner-content {
  padding: 0.9375rem 0.5rem 0.9375rem 0;
}
.warning-banner-content p:last-child {
  margin: 0;
}

.my-account-link a {
  padding: 0.375rem 0.75rem;
  background-color: #db0b27;
  color: #fff;
  text-decoration: none;
  --bs-btn-color: #fff;
  --bs-btn-bg: #db0b27;
  --bs-btn-border-color: #db0b27;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ba0921;
  --bs-btn-hover-border-color: #af091f;
  --bs-btn-focus-shadow-rgb: 224, 48, 71;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #af091f;
  --bs-btn-active-border-color: #a4081d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #db0b27;
  --bs-btn-disabled-border-color: #db0b27;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .my-account-link a {
    transition: none;
  }
}
html:not(.touch) .my-account-link a:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.global-footer p:last-child {
  margin-bottom: 0;
}
.global-footer hr {
  opacity: 1;
}

#google_translate_element {
  text-align: right;
}
#google_translate_element select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.global-footer-top {
  line-height: 1.2;
  overflow: hidden;
  background-color: #212529;
  color: #fff;
  padding: 1.875rem 0;
}
.global-footer-top a {
  color: #fff;
}
.global-footer-top a:hover {
  text-decoration: none;
}
.global-footer-top .global-footer-top-title a {
  text-decoration: none;
}
.global-footer-top .global-footer-top-title a:hover {
  text-decoration: underline;
}
.global-footer-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.global-footer-top li {
  margin-top: 0.625rem;
}
.global-footer-top .footer-list a {
  text-decoration: none;
}
.global-footer-top .footer-list a:hover {
  text-decoration: underline;
}
.global-footer-top .footer-list li {
  position: relative;
  margin-top: 0.625rem;
  padding-left: 1.5rem;
}
.global-footer-top .footer-list li:before {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2e5";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .global-footer-top .footer-list li:before {
    transition: none;
  }
}
html:not(.touch) .global-footer-top .footer-list li:hover:before {
  left: 5px;
}
html:not(.touch) .global-footer-top .footer-list li:hover a {
  text-decoration: underline;
}

.global-footer-btm {
  background-color: #000;
  color: #fff;
}
.global-footer-btm a {
  color: #fff;
  text-decoration: none;
}
.global-footer-btm a:hover {
  text-decoration: underline;
}

.global-footer-btm p {
  margin: 0;
}

.global-footer-top-title, .global-footer-top h2 {
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 3px solid #db0b27;
  padding-bottom: 0.75rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #fff;
}
.global-footer-top-title > a, .global-footer-top h2 > a {
  text-decoration: none;
}
.global-footer-top-title > a:hover, .global-footer-top h2 > a:hover {
  text-decoration: underline;
}

.social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 40px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .social-media a {
    transition: none;
  }
}
html:not(.touch) .social-media a:hover {
  transform: translateY(-10px);
}
.social-media img {
  transition: all 0.2s ease-in-out;
  width: 32px;
}
@media (prefers-reduced-motion: reduce) {
  .social-media img {
    transition: none;
  }
}

.goog-te-gadget-simple {
  border-radius: 4px;
  font-size: 16px !important;
}

.global-footer-btm {
  padding: 1.25rem 0;
}

@media (min-width: 1200px) {
  .aside-nav {
    max-width: 22.5rem;
  }
}
@media (min-width: 1400px) {
  .aside-nav {
    max-width: 25rem;
  }
}
.aside-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aside-nav a.aside-nav-go-back {
  color: #424242;
  display: flex;
  align-items: center;
  padding-left: 0;
  font-size: 1.25rem;
}
.aside-nav a.aside-nav-go-back i {
  margin-right: 0.375rem;
}
html:not(.touch) .aside-nav a.aside-nav-go-back:hover {
  color: #db0b27;
}
.aside-nav a {
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  display: block;
  text-decoration: none;
  padding: 0.875rem 1.25rem;
}
.aside-nav .level-1 > li {
  margin-top: 6px;
}
.aside-nav .level-1 > li:first-child {
  margin-top: 0;
}
.aside-nav .level-1 > li > a {
  background-color: #f6f6f6;
}
html:not(.touch) .aside-nav .level-1 > li > a:hover {
  background-color: #db0b27;
  color: #fff;
}
.aside-nav .level-1 > li.active {
  position: relative;
}
.aside-nav .level-1 > li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #db0b27;
  z-index: 1;
}
.aside-nav .level-1 > li.active > a {
  font-weight: 500;
}
.aside-nav .level-2 > li.active > a {
  /*       color: $white;
  background-color: $primary;*/
  position: relative;
}
.aside-nav .level-2 > li.active > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #db0b27;
  transform: translateY(-50%);
}
.aside-nav .level-2 > li > a {
  padding-left: 2.125rem;
}
html:not(.touch) .aside-nav .level-2 > li:not(.active) > a:hover {
  background-color: #f6f6f6;
  text-decoration: underline;
}
.aside-nav .level-3 > li > a {
  padding-left: 3.125rem;
}
html:not(.touch) .aside-nav .level-3 > li:not(.active) > a:hover {
  background-color: #f6f6f6;
  text-decoration: underline;
}
.aside-nav ul .current > a {
  color: #fff;
  background-color: #db0b27;
}

.aside-nav-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.aside-nav-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 25%;
  background-color: #db0b27;
}

#breadcrumb {
  /* background-color: $white;*/
}

.breadcrumb a {
  text-decoration: none;
  color: #424242;
}
html:not(.touch) .breadcrumb a:hover {
  color: #db0b27;
}

.breadcrumb-item.active {
  color: #db0b27;
}

.page-pre-detail {
  position: relative;
  background-size: cover;
  background-position: top;
  margin-bottom: calc(1.5rem + 3vw);
  padding: calc(1.5rem + 3vw) 0;
  background-color: #000;
}
@media (min-width: 1200px) {
  .page-pre-detail {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .page-pre-detail {
    padding: 3.75rem 0;
  }
}
.page-pre-detail:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 1;
}
.page-pre-detail img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-pre-detail h1 {
  position: relative;
  color: #fff;
  margin-bottom: 2rem;
}
.page-pre-detail .container {
  position: relative;
  z-index: 3;
}

.img-holder[data-show=false], .card-related[data-show=false] {
  display: none !important;
}

.rich-editor-content {
  max-width: 60rem;
}
.rich-editor-content h2, .rich-editor-content h3, .rich-editor-content h4, .rich-editor-content h5, .rich-editor-content h6 {
  margin-top: 2.5rem;
}
.rich-editor-content table {
  max-width: 100%;
  width: 100%;
}
.rich-editor-content table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.rich-editor-content table th, .rich-editor-content table td {
  padding: 0.625rem;
}
.rich-editor-content table th p:last-child, .rich-editor-content table td p:last-child {
  margin: 0;
}
.rich-editor-content ul {
  list-style-type: none;
  margin: 0 0 2.5rem;
  padding: 1.25rem;
  background-color: #f6f6f6;
}
.rich-editor-content ul li {
  position: relative;
  padding-left: 1.5rem;
}
.rich-editor-content ul li + li {
  margin-top: 0.9375rem;
}
.rich-editor-content ul li:before {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea54";
  position: absolute;
  left: -0.375rem;
  top: -0.6875rem;
  color: #db0b27;
  font-size: 2rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rich-editor-content ul li:before {
    transition: none;
  }
}
.rich-editor-content figure {
  display: inline-block;
  vertical-align: top;
}
.rich-editor-content figcaption {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #6c757d;
}
html:not(.touch) .rich-editor-content a:hover {
  text-decoration: none;
  color: var(--bs-primary);
}
.rich-editor-content .accordion {
  margin: 1.875rem 0;
}
.rich-editor-content .accordion-item {
  border: none;
  border-bottom: 1px solid #dee2e6;
}
.rich-editor-content .accordion-button {
  padding: 0.9375rem 3.125rem 0.9375rem 0.9375rem;
  font-size: 1.25rem;
}
.rich-editor-content .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.rich-editor-content .accordion-button:not(.collapsed):after {
  color: #424242;
}
.rich-editor-content .accordion-button:after {
  content: "\ea4e";
  position: absolute;
  right: 0.9375rem;
  top: 0;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  color: #adb5bd;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  width: auto;
  height: auto;
  background: none;
}
.rich-editor-content img {
  max-width: 100%;
  height: auto;
}

.ptools-accordion {
  margin: 15px 0 30px;
}

.p-a-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}
.p-a-item:hover .p-a-header:after {
  color: #000;
}

.p-a-header {
  padding: 0.9375rem 3.125rem 0.9375rem 0.9375rem;
  position: relative;
  cursor: pointer;
}
.p-a-header .panel-title {
  margin: 0;
  font-size: 1.25rem;
}
.p-a-header:after {
  content: "\ea4e";
  position: absolute;
  right: 0.9375rem;
  top: -0.25rem;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  color: #adb5bd;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.p-a-content {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
}

.p-a-item.active .p-a-header:after {
  content: "\ea78";
  color: #000;
}

.p-a-item.active .p-a-content {
  height: auto;
  padding: 10px;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  position: relative;
}

.gallery-container {
  column-count: 1;
  column-gap: 20px;
}
@media (min-width: 576px) {
  .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery-container {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .gallery-container {
    column-count: 4;
  }
}
@media (min-width: 1400px) {
  .gallery-container {
    column-count: 5;
  }
}
.gallery-container.gallery-container-full {
  gap: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.gallery-container.gallery-container-full .img-holder {
  width: auto;
  flex-grow: 1;
  padding: 0.2rem;
  display: flex;
  margin: 0;
}
.gallery-container.gallery-container-full .img-holder img {
  display: block;
  min-width: 100%;
  height: 16rem;
  object-fit: cover;
}
.gallery-container .img-holder {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 20px;
  cursor: pointer;
}
.gallery-container .img-holder:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0% no-repeat padding-box;
  transition: all 0.15s ease-in-out;
}
.gallery-container .img-holder:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f2db";
  font-family: "remixicon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  z-index: 1;
  font-size: 2.5rem;
}
.gallery-container .img-holder span {
  z-index: 10;
  position: absolute;
  left: 15px;
  bottom: 20px;
  right: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
.gallery-container .img-holder:before, .gallery-container .img-holder:after, .gallery-container .img-holder span {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
html:not(.touch) .gallery-container .img-holder:hover:before, html:not(.touch) .gallery-container .img-holder:hover:after, html:not(.touch) .gallery-container .img-holder:hover span {
  opacity: 1;
}
.gallery-container .img-holder img {
  width: 100%;
}

#galleryModal .modal-dialog {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
#galleryModal .modal-content {
  height: 100%;
  background-color: transparent;
}
#galleryModal .swiper-slide {
  text-align: center;
}
#galleryModal .img-holder {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  height: 90vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#galleryModal .img-holder img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#galleryModal .img-holder .btn {
  position: absolute;
  top: 100%;
  left: 0;
}
#galleryModal .img-holder span {
  display: block;
  color: #fff;
  margin-top: 4px;
  font-weight: 600;
  margin-right: auto;
  font-size: 1.25rem;
}
#galleryModal .swiper-initialized .img-holder img {
  opacity: 1;
}

#gallerySwiper.loaded {
  visibility: visible;
  opacity: 1;
}
#gallerySwiper img {
  max-width: 100%;
  max-height: 100%;
}
#gallerySwiper .swiper-btn-next, #gallerySwiper .swiper-btn-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6c757d;
}
#gallerySwiper .swiper-btn-next:hover, #gallerySwiper .swiper-btn-prev:hover {
  background-color: #ffc107;
  color: #6c757d;
}
#gallerySwiper .swiper-btn-next svg, #gallerySwiper .swiper-btn-prev svg {
  width: 10px;
}
#gallerySwiper .swiper-btn-next svg {
  position: relative;
  right: -1px;
}
#gallerySwiper .swiper-btn-prev svg {
  position: relative;
  left: -1px;
}
#gallerySwiper .swiper-btn-close {
  z-index: 10;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  right: 15px;
  top: 0;
  background-color: transparent;
  border: none;
}
#gallerySwiper .swiper-btn-prev {
  left: 10px;
}
#gallerySwiper .swiper-btn-next {
  right: 10px;
}

.card-news-wrapper {
  display: block;
  color: #424242;
  border-top: 5px solid #db0b27;
  text-decoration: none;
}
html:not(.touch) .card-news-wrapper:hover .card-news-title {
  color: #db0b27;
  text-decoration: underline;
}
html:not(.touch) .card-news-wrapper:hover .card-news-img img {
  transform: scale(1.1);
}

.card-news-title {
  color: #424242;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.1;
}

.card-news-summary {
  margin-top: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.card-news-img {
  aspect-ratio: 700/390;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625rem;
  display: block;
}
.card-news-img:before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.65) 100%);
}
.card-news-img img {
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}
@media (prefers-reduced-motion: reduce) {
  .card-news-img img {
    transition: none;
  }
}
html:not(.touch) .card-news-img:hover img {
  transform: scale(1.1);
}

.card-news-date {
  display: block;
  margin-bottom: 0.375rem;
}

.list-news-link {
  display: block;
  text-decoration: none;
  color: #424242;
}
html:not(.touch) .list-news-link:hover .list-news-title {
  color: #db0b27;
}
html:not(.touch) .list-news-link:hover .list-news-img img {
  transform: scale(1.1);
}
html:not(.touch) .list-news-link:hover h3 {
  text-decoration: underline;
}
.list-news-link + .list-news-link {
  margin-top: 1.875rem;
}

.list-news-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.1;
}

.list-news-summary {
  margin-top: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.list-news-img {
  aspect-ratio: 700/390;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.list-news-img:before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.65) 100%);
}
.list-news-img img {
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}
@media (prefers-reduced-motion: reduce) {
  .list-news-img img {
    transition: none;
  }
}

.list-news-date {
  display: block;
  margin-bottom: 0.375rem;
}

.spotlight-news {
  padding: 3.75rem 0 6.25rem;
}
.spotlight-news h2 {
  font-size: 1.5rem;
  margin: 0 0 1.875rem;
}
.spotlight-news .more-news {
  text-align: right;
  margin: 1.25rem 0 2.5rem;
}
.spotlight-news .more-news a {
  text-decoration: none;
  background-color: #db0b27;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: var(--bs-border-radius-lg);
  font-size: 1.25rem;
}
html:not(.touch) .spotlight-news .more-news a:hover {
  background-color: #ba0921;
}

.embed-responsive-21by9 {
  padding-top: 42.857143%;
}

.main-festival {
  position: relative;
  background-color: #fff;
  margin-top: 50px;
  z-index: 1;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .main-festival {
    margin-top: 0;
    transform: translateY(-50%);
  }
}
.main-festival-date {
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 30px 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .main-festival-date {
    padding: 54px 40px;
    max-width: 440px;
    width: 100%;
  }
}
.main-festival-date .dash-right .main-festival-day {
  position: relative;
}
.main-festival-date .dash-right .main-festival-day:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  transform: translate(10px, -50%);
  width: 30px;
  height: 8px;
  background-color: #db0b27;
}
.main-festival-day {
  font-size: 52px;
  color: #db0b27;
  font-weight: 700;
  min-width: 120px;
}
@media (min-width: 992px) {
  .main-festival-day {
    font-size: 72px;
  }
  .main-festival-day-wrapper {
    margin-bottom: 20px;
  }
}
.main-festival-month-year {
  font-size: 18px;
  color: #5C5C5C;
  font-weight: 700;
}
@media (min-width: 992px) {
  .main-festival-month-year {
    font-size: 24px;
  }
}
.main-festival-content {
  height: 100%;
}
@media (min-width: 992px) {
  .main-festival-content {
    padding: 40px 0;
  }
}
.main-festival-content .inner {
  padding: 40px 25px 30px;
  height: 100%;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .main-festival-content .inner {
    border-top: 2px solid #424242;
  }
}
@media (min-width: 992px) {
  .main-festival-content .inner {
    border-left: 2px solid #424242;
    font-size: 24px;
    line-height: 1.2;
    padding: 0 40px;
  }
}
.main-festival-content h3 {
  margin: 0 0 24px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 992px) {
  .main-festival-content h3 {
    font-size: 36px;
  }
}
.main-festival + .sub-locations {
  margin-top: 0;
}

.festival-item {
  margin: 50px 0;
  position: relative;
}
@media (min-width: 992px) {
  .festival-item {
    height: 550px;
    margin: 0;
  }
  .festival-item + .festival-item {
    margin-top: 100px;
  }
}
.festival-item-content {
  height: 100%;
  overflow: hidden;
}
.festival-item-content .inner {
  text-decoration: none;
  z-index: 10;
  position: relative;
  display: block;
  padding: 30px 15px;
  background-color: #fff;
  color: #424242;
}
@media (min-width: 992px) {
  .festival-item-content .inner {
    padding: 40px 25px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .festival-item-content .inner {
    border-radius: 0 0 50px 0;
  }
}
.festival-item-content .inner:hover, .festival-item-content .inner:focus {
  text-decoration: none;
}
.festival-item-content .inner:hover:after, .festival-item-content .inner:focus:after {
  color: #db0b27;
}
.festival-item-content .inner:hover h3, .festival-item-content .inner:focus h3 {
  text-decoration: underline;
  color: #db0b27;
}
.festival-item-content .inner h3 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .festival-item-content .inner h3 {
    font-size: 38px;
  }
}
.festival-item-content .inner p {
  margin-bottom: 0;
}
.festival-item-content .inner:after {
  transition: ease-in-out 0.1s;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea6c";
  display: block;
  margin-left: auto;
  margin-top: 50px;
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  border-radius: 50%;
  background-color: #F2F2F2;
  font-size: 26px;
}
.festival-item-image {
  padding-top: 56.25%;
  position: relative;
}
@media (min-width: 992px) {
  .festival-item-image {
    padding: 0;
    position: absolute;
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
  }
}
.festival-item-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .festival-item-image img {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .festival-item-image img {
    border-radius: 0 0 100px 0;
  }
}
.festival-item.festival-item-2 .festival-item-image {
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .festival-item.festival-item-2 .festival-item-image img {
    border-radius: 0 0 0 100px;
  }
}

/*@media (min-width: 992px) {
    .festival-item-image {
        padding: 0;
        position: absolute;
        width: 85%;
        height: 100%;
        right: 0%;
        top: 0;
        font-size: smaller;
        float:right;
    }

    .flex-row .inner {
        z-index: 10;
        position: relative;
        display: block;
        width: 25%;
        font-size: smaller;
    }

    .festival-item .flex-row {
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 211%;
        margin-left:1%;
    }
}

@media (min-width: 1200px) {
    .festival-item-image {
        padding: 0;
        position: absolute;
        width: 80%;
        height: 100%;
        right: 0%;
        top: 0;
    }

    .flex-row .inner {
        z-index: 10;
        position: relative;
        display: block;
        width: 75%;
    }

    .festival-item .flex-row {
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 120%;
    }
}


@media (min-width: 1500px) {
    .festival-item-image {
        padding: 0;
        position: absolute;
        width: 75%;
        height: 100%;
        right: 12%;
        top: 0;
    }

    .flex-row .inner {
        z-index: 10;
        position: relative;
        display: block;
        width: 90%;*/
/*float:right;
margin-right:20%;*/
/*}

    .festival-item .flex-row {
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 112%;
    }
}*/
.tiles {
  margin: 100px 0;
}
.tiles .bg-rose {
  height: 100%;
  background-color: var(--bs-primary, #DB0627);
}
.tiles .tile-img-1 {
  padding-top: 56.25%;
  position: relative;
}
@media (min-width: 992px) {
  .tiles .tile-img-1 {
    padding-top: 0;
    height: 100%;
  }
}
.tiles .tile-img-2, .tiles .tile-img-3 {
  padding-top: 56.25%;
  position: relative;
}
@media (min-width: 992px) {
  .tiles .tile-img-2, .tiles .tile-img-3 {
    padding-top: 100%;
  }
}
.tiles img {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tiles .tile-quote {
  background-color: var(--bs-primary, #DB0627);
  color: #fff;
  text-align: center;
  position: relative;
}
.tiles .tile-quote:before {
  position: absolute;
  content: "“";
  font-size: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tiles .tile-quote a {
  color: #fff;
}
.tiles .tile-quote blockquote {
  margin: 0;
  border: none;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  padding: 80px 20px 60px;
}

.tile p {
  margin-bottom: 0;
}

.sub-locations {
  margin: 100px 0;
}

.sub-location {
  margin-bottom: 80px;
}
.sub-location a {
  text-decoration: none;
  display: block;
  color: #424242;
  line-height: 1.7;
}
.sub-location a:hover, .sub-location a:focus {
  text-decoration: none;
  color: #424242;
}
.sub-location a:hover h2, .sub-location a:focus h2 {
  text-decoration: underline;
}
.sub-location a:hover .sub-location-content:after, .sub-location a:focus .sub-location-content:after {
  color: #db0b27;
}

.sub-location-image {
  position: relative;
  padding-top: 56.25%;
}
@media (min-width: 992px) {
  .sub-location-image {
    padding-top: 76.5306122449%;
  }
}
.sub-location-image img {
  border-radius: 14px;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub-location-image.no-image {
  background-color: #fff;
  border-radius: 14px;
}
.sub-location-image.no-image img {
  object-fit: unset;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  max-width: 80%;
}
.sub-location-image + .sub-location-content {
  margin-top: -50px;
}

.sub-location-content {
  position: relative;
  background-color: #fff;
  padding: 34px;
  margin: 0 20px;
  border-radius: 0 0 50px;
  box-shadow: 0 1px 6px 6px rgba(121, 121, 121, 0.1);
}
@media (min-width: 768px) {
  .sub-location-content {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.sub-location-content:after {
  transition: ease-in-out 0.1s;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea6c";
  display: block;
  margin-left: auto;
  margin-top: 50px;
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  border-radius: 50%;
  background-color: #F2F2F2;
  font-size: 26px;
}
.sub-location-content h2 {
  margin: 0 0 22px;
  color: #db0b27;
}

.festival-gallery {
  background-color: #fff;
}
.festival-gallery h2, .festival-gallery h3, .festival-gallery h4, .festival-gallery h5 {
  text-align: center;
  margin: 0;
  padding: 30px 0;
  font-weight: 700;
}

.festival-social {
  padding: 90px 0;
}
.festival-social .feed {
  margin-bottom: 0;
}

.fetival-blockquote {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .fetival-blockquote {
    padding: 100px 0;
  }
}
.fetival-blockquote:before {
  display: inline-block;
  content: "“";
  overflow: hidden;
  line-height: 1;
  color: #db0b27;
  font-size: 130px;
  height: 50px;
}
@media (min-width: 992px) {
  .fetival-blockquote:before {
    font-size: 230px;
    height: 100px;
  }
}
.fetival-blockquote blockquote {
  border-left: none;
}
.fetival-blockquote blockquote cite {
  font-style: normal;
  margin-top: 40px;
  display: block;
}
.fetival-blockquote p {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .fetival-blockquote p {
    font-size: 36px;
  }
}

.feedback {
  margin-top: 50px;
  margin-bottom: 80px;
  cursor: pointer;
  font-size: 18px;
}
.feedback .select-control, .feedback .cascade-select {
  font-family: inherit;
  background-color: transparent;
}
.feedback select {
  font-family: inherit;
  padding-left: 15px;
}
.feedback .alert {
  margin-top: 20px;
}
.feedback a {
  text-decoration: underline;
}
.feedback a:hover {
  text-decoration: none;
}
.feedback .form-detail {
  margin-top: 30px;
  display: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(1, 0, 0.1, 5);
}
.feedback.open-form .form-detail {
  display: block;
}
.feedback.open-form .yes-no input[type=radio]:checked + label, .feedback.open-form .yes-no input[type=radio]:hover + label {
  color: #dd0029;
}
.feedback.open-form .yes-no input[type=radio]:checked + label:before, .feedback.open-form .yes-no input[type=radio]:hover + label:before {
  border-color: #dd0029;
}
.feedback.open-form .yes-no input[type=radio]:checked + label:after {
  visibility: visible;
  opacity: 1;
}
.feedback.open-form .yes-no input[type=radio]:hover + label {
  transform: translateY(0);
}
.feedback.open-form .yes-no label {
  background-color: transparent;
  /*color: #aaa;                    
  border-color: #aaa;*/
  color: #434343;
}
.feedback .legend {
  vertical-align: top;
  display: block;
  position: relative;
  color: #333;
  background-color: #f6f6f6;
  font-size: 18px;
  padding: 10px 20px;
  font-size: 16px;
}
.feedback .legend span {
  display: inline-block;
  position: relative;
  /*&:hover {
      text-decoration: underline;
      text-decoration-color: #dd0029;
  }*/
}
.feedback .helpful {
  margin-right: 30px;
}
.feedback .yes-no {
  margin: 0 20px;
}
.feedback .yes-no input[type=radio] {
  position: absolute;
  left: -9999em;
  cursor: pointer;
  opacity: 0;
  /*&:checked, &:hover {
      + label {
          color: #fff;
          background-color: #017550;
          border-color: #017550;
      }
  }*/
}
.feedback .yes-no input[type=radio]:hover + label {
  /*background-color: #fff;*/
  /*color: #dd0029;*/
}
.feedback .yes-no label {
  cursor: pointer;
  /*border: 2px solid #aaa;
  color: #aaa;*/
  font-weight: 400;
  margin: 0;
  padding: 4px 10px;
  transition: ease-in-out 0.1s;
  /*border: 2px solid #dd0029;
  background-color: #dd0029;*/
}
@media (prefers-reduced-motion: reduce) {
  .feedback .yes-no label {
    transition: none;
  }
}
.feedback .yes-no label:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border: 1px solid #424242;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.feedback .yes-no label:after {
  transition: ease-in-out 0.1s;
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  background-color: #dd0029;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.feedback .btn {
  transition: ease-in-out background-color 0.1s;
}
@media (prefers-reduced-motion: reduce) {
  .feedback .btn {
    transition: none;
  }
}
.feedback .btn:focus, .feedback .btn:hover {
  background-color: #a97c9d;
  color: #fff;
}
.feedback .error {
  border-color: #e96161;
  background-color: #fdf5f5;
}
.feedback .error-text {
  margin-top: rem(8);
  color: #e91e1e;
}
.feedback .thin {
  font-weight: 400;
  font-size: 18px;
}
.feedback .btn-red:hover {
  background-color: #fff;
  color: #dd0029;
}
.feedback .btn-red {
  background-color: #dd0029;
  color: #fff;
  width: 100%;
  border: 1px solid #dd0029;
  font-size: 18px;
  width: 150px;
}

@media (max-width: 767px) {
  .feedback .legend .helpful {
    display: block;
    margin: 0 0 20px;
  }
}
.ptools-form-field {
  margin-bottom: 1.25rem;
}
.ptools-form-field:last-child {
  margin-bottom: 0;
}

body .umbraco-forms-form .checkboxlist label {
  float: none;
}
body .umbraco-forms-form .checkbox input, body .umbraco-forms-form .checkboxlist input, body .umbraco-forms-form .radiobuttonlist input {
  width: 1em !important;
  height: 1em !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  /* border: none !important; */
  /* display: inline !important; */
}
body .umbraco-forms-field {
  margin-bottom: 1.25rem;
}

:focus {
  outline: none;
}

body.has-bg-color .box-list {
  background-color: transparent;
}

/*a:focus, button:focus {
    background-color: $yellow !important;
    box-shadow: -4px -2px #ffc107, -4px 2px #ffc107, 4px -2px #ffc107, 4px 2px #ffc107, -4px 0 #ffc107, -4px 6px #000, 4px 6px #000; color: $black !important;
    border-color: $yellow;
    outline: 3px solid transparent;
    text-decoration: none;
}*/
a:focus-visible, button:focus-visible {
  outline: 6px double #000;
  box-shadow: 0 0 0 3px #ffc107;
  position: relative;
  z-index: 1;
  background-color: #ffc107;
  color: #000;
}

#CookiebotWidget {
  left: 7.5rem !important;
  bottom: 1.5rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
}
@media (min-width: 992px) {
  #CookiebotWidget {
    left: 8.75rem !important;
    bottom: 1.875rem !important;
 
  }
}
#CookiebotWidget .CookiebotWidget-logo svg {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
@media (min-width: 992px) {
  #CookiebotWidget .CookiebotWidget-logo svg {
    min-width: 3rem !important;
    min-height: 3rem !important;
  }
}

.hit {
  font-weight: 700;
}

.jumbotron {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding-top: 8.25rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .jumbotron {
    padding-top: 6.25rem;
    height: 43.75rem;
  }
}
.jumbotron:before {
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 40, 40, 0.3);
}
.jumbotron img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-position: center;
  z-index: 0;
}
.jumbotron .jumbotron-content {
  z-index: 10;
  position: relative;
  margin: 0 auto;
  position: relative;
  max-width: 49.375rem;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.9375rem;
}
.jumbotron h1 {
  margin: 0 0 1.875rem;
  font-size: 3rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .jumbotron h1 {
    margin: 0;
    font-size: 5rem;
  }
}

.main-cta-links {
  z-index: 10;
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 1200px) {
  .main-cta-links {
    padding: 0;
    margin-top: -100px;
  }
}

.main-cta-link {
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  text-decoration: none;
  background-color: #db0b27;
  border: 4px solid #db0b27;
  color: #fff;
  padding: 0.625rem 0.9375rem;
  transition: all 0.2s ease-in-out;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
@media (prefers-reduced-motion: reduce) {
  .main-cta-link {
    transition: none;
  }
}
@media (min-width: 992px) {
  .main-cta-link {
    display: block;
    text-align: center;
    padding: 1.875rem 0.9375rem;
  }
}
html:not(.touch) .main-cta-link:hover {
  background-color: #fff;
  color: #db0b27;
}
html:not(.touch) .main-cta-link:hover .main-cta-link-icon img {
  filter: invert(21%) sepia(86%) saturate(7474%) hue-rotate(346deg) brightness(86%) contrast(100%);
}

.main-cta-link-icon {
  font-size: 2rem;
  margin-right: 1.25rem;
}
@media (min-width: 992px) {
  .main-cta-link-icon {
    font-size: 3rem;
    margin-bottom: 0.9375rem;
    margin-right: 0;
  }
}
.main-cta-link-icon img {
  width: auto;
  height: 48px;
  filter: brightness(0) invert(1);
}

.main-cta-link-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
}

.splash-carousel {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  --swiper-navigation-sides-offset: 0;
}
.splash-carousel .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
}
.splash-carousel .swiper-pagination {
  margin-top: 1.25rem;
  min-height: 1.5rem;
}
.splash-carousel .swiper-pagination-bullet-active {
  background-color: #db0b27;
}
@media (min-width: 992px) {
  .splash-carousel {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}
.splash-carousel .swiper-slide {
  width: auto;
}
.splash-carousel .swiper-custom-button-prev, .splash-carousel .swiper-custom-button-next {
  position: absolute;
  color: #db0b27;
  font-size: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.splash-carousel .swiper-custom-button-prev {
  right: 100%;
  margin-right: 0.625rem;
}
.splash-carousel .swiper-custom-button-next {
  left: 100%;
  margin-left: 0.625rem;
}
.splash-carousel .swiper-pagination-bullets {
  position: static;
}
.splash-carousel .swiper-button-prev, .splash-carousel .swiper-button-next {
  top: auto;
  bottom: -0.375rem;
  background-color: #db0b27;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 992px) {
  .splash-carousel .swiper-button-prev {
    left: auto;
    right: 3.125rem;
  }
}
.splash-carousel .swiper-button-prev:after, .splash-carousel .swiper-button-next:after {
  font-size: 1.5rem;
}

.splash-carousel-link {
  display: block;
  border-top: 5px solid #db0b27;
  text-decoration: none;
  color: #424242;
  /*  &:before, &:after {
      content: "";
      position: absolute;
      top: 0;
      height: 5px;
      width: 50%;
      background-color: $blue;
      width: 0;
      @include transition($transition-base)
  }

  @include hover {
      color: $red;

      &:before, &:after {
          width: 50%;
      }
  }*/
}
@media (max-width: 767.98px) {
  .splash-carousel-link {
    width: 17.5rem;
  }
}
.splash-carousel-link:before {
  left: 50%;
}
.splash-carousel-link:after {
  right: 50%;
}
.splash-carousel-link h3 {
  margin: 0;
}
html:not(.touch) .splash-carousel-link:hover {
  color: #db0b27;
}
html:not(.touch) .splash-carousel-link:hover .splash-carousel-img img {
  transform: scale(1.1);
}
html:not(.touch) .splash-carousel-link:hover h3 {
  text-decoration: underline;
}

.splash-carousel-img {
  aspect-ratio: 700/390;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.splash-carousel-img:before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.65) 100%);
}
.splash-carousel-img img {
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}
@media (prefers-reduced-motion: reduce) {
  .splash-carousel-img img {
    transition: none;
  }
}

.popular-quick-links {
  background-color: #f6f6f6;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 992px) {
  .popular-quick-links {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.popular-quick-links-item {
  height: 100%;
  padding: 1.875rem 1.25rem;
  position: relative;
  border-top: 5px solid #db0b27;
  background-color: #fff;
}
@media (min-width: 992px) {
  .popular-quick-links-item {
    padding: 3.125rem 2.5rem;
  }
}
.popular-quick-links-item h3 {
  margin-bottom: 1.875rem;
}
.popular-quick-links-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.popular-quick-links-item li {
  position: relative;
  margin-top: 1.25rem;
  padding-left: 1.5rem;
}
.popular-quick-links-item li:before {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea6e";
  position: absolute;
  left: -8px;
  top: -10px;
  color: #db0b27;
  font-size: 2rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .popular-quick-links-item li:before {
    transition: none;
  }
}
.popular-quick-links-item li a {
  color: #424242;
  text-decoration: none;
  font-size: 1.125rem;
}
html:not(.touch) .popular-quick-links-item li:hover a {
  color: #db0b27;
  text-decoration: underline;
}

.popular-quick-links-item-img {
  margin-bottom: 1.25rem;
  width: 6.25rem;
}
.popular-quick-links-item-img img {
  max-width: 60%;
}

.text-image-banner {
  padding: 30px 0;
  background-color: #fff;
  line-height: 1.6;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .text-image-banner {
    padding: 0;
  }
}
.text-image-banner h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}
.text-image-banner .video-wrapper {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
}
@media (min-width: 992px) {
  .text-image-banner .video-wrapper {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1200px) {
  .text-image-banner .video-wrapper {
    width: calc(100% + (100vw - 1140px) / 2 + 0.9375rem);
    height: 700px;
  }
}
@media (min-width: 1400px) {
  .text-image-banner .video-wrapper {
    width: calc(100% + (100vw - 1320px) / 2 + 0.9375rem);
    height: 700px;
  }
}
@media (min-width: 1580px) {
  .text-image-banner .video-wrapper {
    width: calc(100% + (100vw - 1550px) / 2 + 0.9375rem);
  }
}
.text-image-banner .video-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.text-image-banner .video-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  width: 6.25rem;
  height: 6.25rem;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .text-image-banner .video-trigger {
    width: 8.75rem;
    height: 8.75rem;
    font-size: 1.875rem;
  }
}
.text-image-banner .video-trigger i {
  color: #db0b27;
  font-size: 3rem;
}

.video-modal .modal-body {
  padding: 0;
  background-color: #212529;
}
.video-modal .modal-close {
  position: absolute;
  color: #fff;
  right: 0;
  bottom: 100%;
  margin-bottom: 0.5rem;
  background-color: transparent;
  border: none;
  font-weight: 700;
  font-size: 1.125rem;
}
.video-modal .modal-content {
  border-radius: 0;
}

.sub-home-banner {
  position: relative;
  height: 18.75rem;
}
@media (min-width: 992px) {
  .sub-home-banner {
    height: 31.25rem;
  }
}
.sub-home-banner:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.sub-home-banner img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub-home-banner .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.sub-home-banner h1 {
  margin: 0;
  color: #fff;
  font-size: 2.625rem;
}
@media (min-width: 992px) {
  .sub-home-banner h1 {
    font-size: 4.5rem;
  }
}

body.sub {
  background-color: var(--theme-bg-color);
}

.landing-list {
  margin: 6.25rem 0;
}

.landing-link {
  position: relative;
  display: block;
  border-top: 4px solid transparent;
  color: #fff;
}
.landing-link:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.65) 100%);
}
.sub .landing-link {
  border-top-color: var(--theme-main-color);
}
.sub .landing-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #db0b27;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
}
html:not(.touch) .sub .landing-link:hover:after {
  transform: scale(1);
}
html:not(.touch) .landing-link:hover .landing-img img {
  transform: scale(1.1);
}
html:not(.touch) .landing-link:hover .landing-title {
  bottom: 1.875rem;
}

.landing-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.landing-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-img img {
  transition: all 0.2s ease-in-out;
}

.landing-title {
  margin: 0;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  position: absolute;
  left: 1rem;
  bottom: 1.25rem;
  right: 1rem;
}

.award {
  font-size: 1.125rem;
  padding: 6.25rem 0;
  background-color: #fff;
  text-align: center;
}

.award-content {
  max-width: 46.25rem;
  margin: 0 auto;
}

.box-list {
  background-color: #f6f6f6;
  padding: 3.75rem 0;
}

.box-item {
  height: 100%;
}

.box-link {
  position: relative;
  height: 100%;
  background-color: #fff;
  color: #333;
  padding: 1.25rem 1.875rem;
  display: flex;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
}
.box-link:before, .box-link:after {
  transition: all 0.2s ease-in-out;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
}
@media (prefers-reduced-motion: reduce) {
  .box-link:before, .box-link:after {
    transition: none;
  }
}
.box-link:before {
  border-top: 4px solid #db0b27;
  border-left: 4px solid #db0b27;
  transform-origin: left top;
}
.box-link:after {
  transform-origin: right bottom;
  border-bottom: 4px solid #db0b27;
  border-right: 4px solid #db0b27;
}
html:not(.touch) .box-link:hover {
  text-decoration: none;
}
html:not(.touch) .box-link:hover:before, html:not(.touch) .box-link:hover:after {
  transform: scale(1);
}
html:not(.touch) .box-link:hover .box-icon {
  transform: translateY(-5px);
}
html:not(.touch) .box-link:hover .box-title {
  text-decoration: underline;
}

.box-title {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.box-icon {
  filter: invert(21%) sepia(86%) saturate(7474%) hue-rotate(346deg) brightness(86%) contrast(100%);
  width: auto;
  height: 50px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .box-icon {
    transition: none;
  }
}

.box-font-icon {
  color: #db0b27;
  font-size: 3.625rem;
  line-height: 1;
}

.card-item {
  display: block;
  position: relative;
  border-top: 4px solid #db0b27;
  background-color: #fff;
  height: 100%;
  text-decoration: none;
}
.card-item.has-image:before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.65) 100%);
}
.card-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 4px;
  background-color: #0130a8;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.card-item:hover:after {
  transform: scale(1);
}
.card-item:hover .card-item-img img {
  transform: scale(1.1);
}
.card-item-img {
  overflow: hidden;
}
.card-item-img img {
  transition: all 0.2s ease-in-out;
}
.card-item-name {
  z-index: 10;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}
.card-item.has-image .card-item-name {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  color: #fff;
}
.card-item:not(.has-image) {
  text-align: center;
  padding: 1.875rem 0.9375rem;
}
.card-item:not(.has-image) .card-item-name {
  font-size: 1.25rem;
  color: #424242;
}

.card-item-date {
  text-transform: uppercase;
  background-color: var(--bs-primary);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem 0.9375rem;
  z-index: 10;
  font-weight: 700;
}

.you-are-here {
  display: flex;
  align-items: center;
  color: #db0b27;
  line-height: 1;
}

.btn-you-are-here {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  padding: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #db0b27;
  margin-left: 0.375rem;
}
.btn-you-are-here i {
  font-size: 1.125rem;
  margin-left: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #db0b27;
  color: #db0b27;
  width: 30px;
  height: 30px;
  border-radius: 50rem;
  line-height: 1;
}

.hero-banner {
  position: relative;
  background-color: #000;
}
.hero-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-banner:before {
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}
.hero-banner .container {
  z-index: 1;
  position: relative;
}
.hero-banner .hero-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 18.75rem;
  color: #fff;
}
@media (min-width: 992px) {
  .hero-banner .hero-banner-content {
    flex-direction: row;
    height: 31.25rem;
  }
}
.hero-banner h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .hero-banner h1 {
    font-size: 4.5rem;
    flex: 1 0 0%;
  }
}
.hero-banner .video-trigger {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  width: 6.25rem;
  max-width: 6.25rem;
  height: 6.25rem;
  font-size: 1.125rem;
  flex: 0 0 auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .hero-banner .video-trigger {
    width: 8.75rem;
    height: 8.75rem;
    max-width: 8.75rem;
    font-size: 1.875rem;
    margin-right: 0;
  }
}
.hero-banner .video-trigger i {
  color: #db0b27;
  font-size: 3rem;
}

#progress {
  position: fixed;
  top: auto !important;
  bottom: 1.25rem;
  right: 1.25rem;
  height: 3.125rem;
  width: 3.125rem;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 800;
}
#progress.half-way-done .progress-value {
  color: #fff;
}
@media (min-width: 992px) {
  #progress {
    height: 4.25rem;
    width: 4.25rem;
  }
}

.progress-value {
  position: relative;
  display: block;
  height: 80%;
  width: 80%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #000;
}
@media (min-width: 992px) {
  .progress-value {
    font-size: 2.25rem;
  }
}
.progress-value:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-primary);
  opacity: 0.1;
}

.list-view-item {
  display: block;
  text-decoration: none;
  color: #424242;
  border-bottom: 1px solid #dee2e6;
  padding: 1.25rem 0;
}
.list-view-item:first-child {
  border-top: 1px solid #dee2e6;
}
.list-view-item-img {
  overflow: hidden;
}
@media (min-width: 992px) {
  .list-view-item-img {
    max-width: 120px;
  }
  .list-view-item-img img {
    transition: all 0.2s ease-in-out;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .list-view-item-img img {
    transition: none;
  }
}
html:not(.touch) .list-view-item-img:hover img {
  transform-origin: center;
  transform: scale(1.1);
}
.list-view-item-body {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .list-view-item-body {
    background-color: #fff;
    padding: 1rem;
  }
}
.list-view-item-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.3125rem;
}
.list-view-item-name a {
  color: #424242;
  text-decoration: none;
}
html:not(.touch) .list-view-item:hover .list-view-item-name {
  color: #db0b27;
  text-decoration: underline;
}
.list-view-item-summary {
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.awards-content {
  padding: 3.125rem 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .awards-content {
    font-size: 1.25rem;
    padding: 6.25rem 0;
  }
}

.quote-content {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 3.125rem 0;
  min-height: 21.875rem;
}
@media (min-width: 992px) {
  .quote-content {
    font-size: 1.5rem;
    height: 21.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.875rem 0;
  }
}
.quote-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.quote-content .container {
  position: relative;
  z-index: 1;
}
.quote-content p:last-child {
  margin-bottom: 0;
}

.quote-content-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.quote-content-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.quote-content-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.embed-responsive-16by9 {
  margin-bottom: 1.875rem;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.embed-responsive-16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.councillor-item {
  text-decoration: none;
  color: #424242;
}
.councillor-item:hover {
  text-decoration: none;
}
.councillor-item:hover .h5 {
  text-decoration: underline;
}

.page-cta-links {
  padding: 3.125rem 0;
  background-color: #f6f6f6;
}
.page-cta-links h2 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  text-align: center;
}

.video-slider {
  background-color: #212529;
  color: #fff;
  padding: 3.125rem 0;
}
.video-slider h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.video-item {
  text-decoration: none;
}

.video-item-img {
  position: relative;
  padding-top: 56.25%;
}
.video-item-img:before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.65) 100%);
}
.video-item-img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
  font-size: 5rem;
}
.video-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-item-name {
  margin-top: 0.625rem;
  color: #fff;
}

.access-button {
  position: fixed;
  bottom: 1.5rem;
  left: 1.25rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.access-button .btn-text {
  margin-left: 0.375rem;
}
@media (max-width: 991.98px) {
  .access-button .btn-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .access-button {
    bottom: 1.875rem;
    height: auto;
  }
}
#recite-wrapper .access-button {
  display: none;
}

.chatbot-dropdown {
  position: fixed;
  bottom: 1.5rem;
  right: 1.25rem;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .chatbot-dropdown {
    transition: none;
  }
}
.header-is-sticky .chatbot-dropdown {
  right: 5rem;
}
@media (min-width: 768px) {
  .header-is-sticky .chatbot-dropdown {
    right: 6.25rem;
  }
}
@media (min-width: 992px) {
  .chatbot-dropdown {
    bottom: 1.875rem;
  }
}
.chatbot-dropdown .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 992px) {
  .chatbot-dropdown .btn {
    height: auto;
  }
}
.chatbot-dropdown .btn-text {
  margin-left: 0.375rem;
}
@media (max-width: 991.98px) {
  .chatbot-dropdown .btn-text {
    font-size: 0.875rem;
  }
}
.chatbot-dropdown .dropdown-menu {
  width: 18.75rem;
  padding: 0;
}

.chatbot-header {
  background-color: #007d3a;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem;
}
.chatbot-header .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.chatbot-title {
  color: #fff;
  font-size: 1.25rem;
}

.chatbot-content {
  overflow: auto;
  max-height: calc(var(--app-height) - 150px);
}
.chatbot-content iframe {
  width: 100%;
  height: 500px;
  max-height: calc(var(--app-height) - 200px);
}

.card-related {
  text-decoration: none;
}
html:not(.touch) .card-related:hover img {
  transform: scale(1.1);
}
html:not(.touch) .card-related:hover .card-title {
  color: var(--bs-primary);
  text-decoration: underline;
}

.card-related-img {
  max-width: 120px;
  overflow: hidden;
}
.card-related-img img {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card-related-img img {
    transition: none;
  }
}

.search-result-item {
  display: block;
  text-decoration: none;
  color: #424242;
}
html:not(.touch) .search-result-item:hover .search-result-item-title {
  text-decoration: underline;
}

.search-result-item-title {
  color: #db0b27;
  font-size: 1.25rem;
}

.learning-city-col {
  background-color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}

.twitter-col .learning-city-body {
  max-height: 280px;
}
@media (min-width: 992px) {
  .twitter-col .learning-city-body {
    max-height: none;
  }
}

.learning-city-body {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .learning-city-body {
    height: 723px;
  }
}

.learning-city-title {
  color: var(--bs-primary);
}

.chatbot-trigger p {
  margin: 0;
}
