﻿/* cabin-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: "Cabin";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/cabin/cabin-v27-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-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: "Cabin";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/cabin/cabin-v27-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-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: "Cabin";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/cabin/cabin-v27-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-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: "Cabin";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/cabin/cabin-v27-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.global-header-top {
  background-color: #fff;
  padding: 0.3125rem 0;
}
.global-header-bottom {
  background-color: #fff;
}

.global-header-container {
  padding-left: 1rem;
  padding-right: 1rem;
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .global-header-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .global-header-container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .global-header-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.global-header-logo {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  text-decoration: none;
  margin-left: 0.625rem;
}
.global-header-logo img {
  width: auto;
  height: 1.875rem;
}

.mobile-menu-trigger {
  border: none;
  background-color: transparent;
  color: #000;
  padding: 0;
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.875rem;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 1rem;
  background-image: url('data:image/svg+xml,%3csvg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.55 23.08"%3e%3cpath d="m30.29,16.44l-3.7-3.7c-.17-.17-.39-.26-.63-.26h-.61c1.03-1.31,1.63-2.96,1.63-4.75,0-4.27-3.46-7.73-7.73-7.73s-7.73,3.46-7.73,7.73,3.46,7.73,7.73,7.73c1.79,0,3.44-.61,4.75-1.63v.61c0,.24.09.46.26.63l3.7,3.7c.35.35.91.35,1.26,0l1.05-1.05c.35-.35.35-.91,0-1.26Zm-11.03-3.96c-2.63,0-4.75-2.12-4.75-4.75s2.12-4.75,4.75-4.75,4.75,2.12,4.75,4.75-2.12,4.75-4.75,4.75Z" style="fill:$black;"/%3e%3crect x="0" y="10.79" width="10" height="3.29" rx=".82" ry=".82" style="fill:$black;"/%3e%3crect y=".79" width="10.01" height="3.29" rx=".82" ry=".82" style="fill:$black;"/%3e%3crect y="19.79" width="30.01" height="3.29" rx=".82" ry=".82" style="fill:$black;"/%3e%3c/svg%3e');
}

.mobile-menu-text {
  font-size: 0.6875rem;
}

.multi-languages-dropdown-toggle {
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='17' height='8' viewBox='0 0 17 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0.769226 0L8.76923 8L16.7692 0H0.769226Z' fill='white'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-color: #DA020E;
  color: #fff;
  border: none;
  padding: 0.5625rem 3.25rem 0.5625rem 1.25rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .multi-languages-dropdown-toggle {
    transition: none;
  }
}
html:not(.touch) .multi-languages-dropdown-toggle:hover, html:not(.touch) .multi-languages-dropdown-toggle:focus-visible {
  background-color: #a7020b;
}

.mobile-nav, .mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-nav li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.5);
}
.mobile-nav li:first-child {
  border-top: 1px solid rgba(173, 181, 189, 0.5);
}
.mobile-nav a {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.9375rem 1.25rem;
  text-decoration: none;
}
.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='%23DA020E' 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;
  }
}
.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='%23DA020E' 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;
  }
}
.mobile-nav ul {
  overflow: auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  max-width: 100%;
  bottom: 0;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-nav ul {
    transition: none;
  }
}
.mobile-nav .active > ul {
  right: -1px;
  opacity: 1;
  visibility: visible;
}

.global-header-site-name {
  white-space: nowrap;
  line-height: 1;
  font-size: 1rem;
  margin-left: 0.625rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
}

.global-header-icon-button-text {
  display: none;
}
@media (max-width: 991.98px) {
  .global-header-icon-button-text {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
    font-size: 0.75rem;
    font-style: normal;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .global-header-icon-button-text {
    display: none;
  }
}

#offcanvasTop {
  background-color: #DA020E;
}

.global-search {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  width: 100%;
}
.global-search ::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 1.875rem;
  width: 1.875rem;
  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='%23333'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.global-search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding-bottom: 5px;
}
.global-search input::placeholder {
  opacity: 1;
}
.global-search button {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M15.255 13.4685L12.3344 10.5478C12.2026 10.416 12.0239 10.3428 11.8364 10.3428H11.3589C12.1674 9.30871 12.6479 8.00806 12.6479 6.59316C12.6479 3.22727 9.92058 0.5 6.5547 0.5C3.18882 0.5 0.461548 3.22727 0.461548 6.59316C0.461548 9.95904 3.18882 12.6863 6.5547 12.6863C7.9696 12.6863 9.27026 12.2059 10.3043 11.3974V11.8749C10.3043 12.0623 10.3776 12.241 10.5094 12.3729L13.43 15.2935C13.7054 15.5688 14.1506 15.5688 14.4231 15.2935L15.2521 14.4645C15.5275 14.1891 15.5275 13.7438 15.255 13.4685ZM6.5547 10.3428C4.48362 10.3428 2.80507 8.66717 2.80507 6.59316C2.80507 4.52207 4.48069 2.84352 6.5547 2.84352C8.62579 2.84352 10.3043 4.51914 10.3043 6.59316C10.3043 8.66424 8.62872 10.3428 6.5547 10.3428Z" fill="%23333"/%3e %3c/svg%3e');
  border: none;
  background-position: right 5px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
}

.global-nav {
  display: none;
  list-style-type: none;
  margin: 0;
  margin-left: 0.625rem;
  padding-right: 150px;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 992px) {
  .global-nav {
    display: flex;
    padding-right: 0rem;
    margin-left: 0rem;
    padding-left: 0.3125rem !important;
  }
}
@media (min-width: 1200px) {
  .global-nav {
    padding-right: 4.6875rem;
  }
}
@media (min-width: 1400px) {
  .global-nav {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .globalNav ul {
    padding-left: 0.0625rem;
  }
}

.global-nav-item {
  position: relative;
}
.global-nav-item.hovered .global-nav-dropdown {
  opacity: 1;
  visibility: visible;
}
.global-nav-item.active > .global-nav-link {
  color: #DA020E;
}
html:not(.touch) .global-nav-item > .global-nav-link:hover, html:not(.touch) .global-nav-item > .global-nav-link:focus-visible {
  color: #000;
}
.global-nav-item > .global-nav-link btn-border {
  border: 1px solid #000;
  color: #000;
}
.global-nav-item:last-child .global-nav-dropdown {
  left: auto;
  right: 0;
}

.global-nav-link {
  color: rgba(0, 0, 0, 0.5490196078);
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  padding: 1rem 1.25rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .global-nav-link {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .global-nav-link {
    padding: 1rem 0.625rem;
  }
}
@media (max-width: 1199.98px) {
  .global-nav-link {
    padding: 1rem 0.4375rem;
  }
}
@media (max-width: 991.98px) {
  .global-nav-link {
    padding: 1rem 0rem;
  }
}

.no-js .global-nav-item {
  position: relative;
}
html:not(.touch) .no-js .global-nav-item:hover .global-nav-dropdown, html:not(.touch) .no-js .global-nav-item:focus-visible .global-nav-dropdown {
  opacity: 1;
  visibility: visible;
}

.global-nav-dropdown {
  z-index: 1000;
  left: 0;
  top: 100%;
  min-width: 15rem;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-width: 200px;
}
@media (prefers-reduced-motion: reduce) {
  .global-nav-dropdown {
    transition: none;
  }
}
.global-nav-dropdown li + li {
  border-top: 1px solid #adb5bd;
}
.global-nav-dropdown a {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 0.625rem 0.9375rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .global-nav-dropdown a {
    transition: none;
  }
}
html:not(.touch) .global-nav-dropdown a:hover, html:not(.touch) .global-nav-dropdown a:focus-visible {
  background-color: #d2ecf7;
  color: #000;
}
.multi-languages-dropdown-menu {
  border-radius: 0;
}

#offcanvasAside .global-header-logo-image {
  height: 1.625rem;
}
#offcanvasAside .offcanvas-header {
  padding-left: 0;
  padding-right: 0.25rem;
}
#offcanvasAside .offcanvas-body {
  padding: 0;
  margin-top: 1.5rem;
}
#offcanvasAside .btn-close {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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");
}

.contact-link {
  padding: 6px 12px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
  border: 1px solid black;
}
.contact-link:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid black;
}

.global-footer {
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
}
.global-footer a {
  color: #fff;
}
.homepage .global-footer {
  margin-top: 0;
}

.footer-logo-image {
  width: 3.75rem;
}

.copyright > *:last-child {
  margin-bottom: 0;
}

.footer-logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.footer-logo-item {
  flex: 0 1 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .footer-logo-item {
    flex: 0 0 100%;
  }
}
.footer-logo {
  height: 30px;
  max-width: 100%;
  object-fit: contain;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #ccc;
  width: 100%;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* Makes the list horizontal */
  gap: 1rem;
}

.global-footer-logo {
  width: auto;
  height: 1.875rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.logo-footer {
  flex: 1 1 200px;
}

.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 1rem 2rem;
}

.column-item a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
}
.column-item a:hover {
  color: grey;
}

.bottom-footer {
  margin-top: 2rem;
}

.footer-links a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}
.footer-links a:hover {
  color: grey;
}

.main-banner {
  overflow: hidden;
  position: relative;
  padding-top: 6.25rem;
  background-color: #EAEAEA !important;
}
@media (max-width: 991.98px) {
  .main-banner .container {
    padding: 0;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .main-banner {
    height: 30rem;
  }
}
@media (min-width: 992px) {
  .main-banner {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .main-banner {
    height: 43.75rem;
  }
}
.main-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}
.main-banner .img-content {
  height: 250px;
  width: 250px;
  position: revert;
}
@media (max-width: 768.98px) {
  .main-banner .img-content {
    height: 90px;
    width: 90px;
  }
}

.main-banner-content {
  position: relative;
  z-index: 10;
  font-size: 1.125rem;
  color: #000;
  border-radius: 10px;
  padding: 0.9375rem;
  margin: 0.9375rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-banner-content {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(540px - 1.25rem);
  }
}
@media (min-width: 992px) {
  .main-banner-content {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
  }
}
.main-banner-content h1 {
  font-size: 1.25rem;
  text-align: center;
}
@media (min-width: 992px) {
  .main-banner-content h1 {
    font-size: 3.125rem;
    margin-bottom: 1.25rem;
  }
}
.main-banner-content h3 {
  font-weight: 300 !important;
}
.main-banner-content .header-text {
  font-weight: 700 !important;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.main-banner-content p {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .main-banner-content p {
    font-size: 1.125rem;
    max-width: 42.5rem;
  }
}

.main-banner-video {
  position: absolute;
  background-color: #000;
  aspect-ratio: 3/4;
  width: 280%;
  height: 280%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-banner-video:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}
@media (min-width: 992px) {
  .main-banner-video {
    aspect-ratio: 16/9;
    width: 140%;
    height: 140%;
  }
}
@media (min-width: 1492px) {
  .main-banner-video {
    height: auto;
  }
}
.main-banner-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.warning-banner {
  position: relative;
  z-index: 1;
  border-radius: 0.625rem;
  background-color: #FFC100;
  padding: 0.9375rem;
  margin: 0.9375rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .warning-banner {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(540px - 1.25rem);
  }
}
@media (min-width: 992px) {
  .warning-banner {
    margin: 0;
    width: 23.75rem;
    position: absolute;
    right: 0;
    top: 1.875rem;
    z-index: 10;
  }
}

.warning-banner-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

.warning-banner-content {
  font-size: 0.875rem;
}

.warning-banner-link {
  display: block;
  background-repeat: no-repeat;
  background-position: right 3px;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="13" viewBox="0 0 16 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M8.86138 12.8094C8.79939 12.749 8.75022 12.6773 8.71667 12.5984C8.68313 12.5195 8.66586 12.4349 8.66586 12.3495C8.66586 12.2641 8.68313 12.1795 8.71667 12.1006C8.75022 12.0217 8.79939 11.9501 8.86138 11.8897L13.7237 7.14988L0.666645 7.14988C0.48984 7.14988 0.320276 7.0814 0.195256 6.95951C0.0702359 6.83762 6.62019e-07 6.6723 6.69554e-07 6.49992C6.77089e-07 6.32754 0.0702359 6.16223 0.195256 6.04034C0.320276 5.91845 0.48984 5.84997 0.666645 5.84997L13.7237 5.84997L8.86138 1.11016C8.73629 0.988203 8.66601 0.822792 8.66601 0.650317C8.66601 0.477842 8.73629 0.312432 8.86138 0.190473C8.98647 0.0685151 9.15612 -2.9787e-07 9.33303 -2.91423e-07C9.50993 -2.84975e-07 9.67959 0.0685151 9.80468 0.190473L15.8045 6.04008C15.8665 6.10044 15.9156 6.17213 15.9492 6.25103C15.9827 6.32993 16 6.41451 16 6.49992C16 6.58534 15.9827 6.66992 15.9492 6.74882C15.9156 6.82772 15.8665 6.89941 15.8045 6.95977L9.80468 12.8094C9.74276 12.8698 9.66924 12.9177 9.58831 12.9505C9.50738 12.9832 9.42063 13 9.33303 13C9.24542 13 9.15867 12.9832 9.07774 12.9505C8.99681 12.9177 8.92329 12.8698 8.86138 12.8094Z" fill="%23333333"/%3e %3c/svg%3e');
  text-decoration: none;
  color: #333;
}
html:not(.touch) .warning-banner-link:hover .warning-banner-title, html:not(.touch) .warning-banner-link:focus-visible .warning-banner-title {
  text-decoration: underline;
}

.topic-list {
  background-color: #fff;
  text-align: center;
  padding: 1.875rem 0;
}
.topic-list h2 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #DA020E;
  font-weight: 400;
}
@media (min-width: 992px) {
  .topic-list h2 {
    font-size: 1.875rem;
  }
}

@keyframes rotating {
  0% {
    /* pushes the sun down past the viewport */
    transform: rotate(0);
  }
  50% {
    /* pushes the sun down past the viewport */
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    /* returns the sun to its default position */
    transform: rotate(0);
  }
}
.topic-link {
  text-decoration: none;
  display: block;
  text-align: center;
}
html:not(.touch) .topic-link:hover .topic-title, html:not(.touch) .topic-link:focus-visible .topic-title {
  text-decoration: underline;
}

.topic-icon {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 3px solid #DA020E;
  border-radius: 50rem;
  transition: all 0.2s ease-in-out;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.topic-icon i {
  display: block;
}

.topic-title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.announcement-list {
  background-color: #f8f8f8;
  padding: 1.875rem 0 3.125rem;
}
.announcement-list h2 {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #DA020E;
  font-weight: 400;
}
@media (min-width: 992px) {
  .announcement-list h2 {
    font-size: 1.875rem;
  }
}
.announcement-list .event-list {
  padding: 1.875rem 0 3.125rem;
  background-color: #0D1282;
}
.announcement-list .event-list h2 {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 992px) {
  .announcement-list .event-list h2 {
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .aside-nav {
    width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .aside-nav {
    width: 24.375rem;
  }
}
.aside-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aside-nav a.aside-nav-go-back {
  display: flex;
  align-items: center;
  padding-left: 0;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .aside-nav a.aside-nav-go-back {
    font-size: 1.5rem;
  }
}
.aside-nav a {
  transition: all 0.2s ease-in-out;
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
}
.aside-nav .level-1 > li + li {
  margin-top: 1px;
}
html:not(.touch) .aside-nav .level-1 > li.has-children:not(.active) > a:hover, html:not(.touch) .aside-nav .level-1 > li.has-children:not(.active) > a:focus-visible {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2.35998L9.5 7.19999L17 2.35999' stroke='%23fff' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}
.aside-nav .level-1 > li.has-children > a {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2.35998L9.5 7.19999L17 2.35999' stroke='%2302594C' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.aside-nav .level-1 > li.has-children.active > a {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 6.64001L9.5 1.80001L2 6.64001' stroke='white' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}
html:not(.touch) .aside-nav .level-1 > li.has-children.active:hover > a, html:not(.touch) .aside-nav .level-1 > li.has-children.active:focus-visible > a {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 6.64001L9.5 1.80001L2 6.64001' stroke='%230D1282' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}
.aside-nav .level-1 > li:first-child {
  margin-top: 0;
}
.aside-nav .level-1 > li > a {
  border: 2px solid transparent;
  background-color: #E9E9ED;
  position: relative;
  z-index: 1;
  /*   @include hover() {
      background-color: $primary;
      color: $white;
  }*/
}
html:not(.touch) .aside-nav .level-1 > li > a:hover, html:not(.touch) .aside-nav .level-1 > li > a:focus-visible {
  border-color: #0D1282;
  background-color: #fff;
  color: #0D1282;
  position: relative;
  z-index: 1;
}
.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: 3px;
  background-color: #E9E9ED;
  z-index: 1;
}
.aside-nav .level-1 > li.active > a {
  background-color: #DA020E;
  color: #fff;
}
.aside-nav .level-2 {
  background-color: #E9E9ED;
}
.aside-nav .level-2 > li {
  transition: all 0.2s ease-in-out;
}
.aside-nav .level-2 > li + li {
  margin-top: 1px;
}
.aside-nav .level-2 > li > a {
  background-color: #fff;
  padding-left: calc(1.3125rem + 0.75vw);
  border: 2px solid transparent;
}
@media (min-width: 1200px) {
  .aside-nav .level-2 > li > a {
    padding-left: 1.875rem;
  }
}
.aside-nav .level-2 > li.active > a {
  border-color: #0D1282;
  color: #0D1282;
  position: relative;
  z-index: 1;
}
html:not(.touch) .aside-nav .level-2 > li:hover > a, html:not(.touch) .aside-nav .level-2 > li:focus-visible > a {
  border-color: #0D1282;
  color: #0D1282;
  position: relative;
  z-index: 1;
}

.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: #DA020E;
}

.accordion {
  margin-bottom: 3.125rem;
}

.contactpage {
  background-color: #EAEAEA;
}

.page-summary {
  background-color: #EAEAEA;
  color: #000;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .page-summary {
    height: 11rem;
    padding-bottom: 0;
  }
}
.page-summary a {
  color: #fff;
}
.page-summary .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.page-summary h1 {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .page-summary h1 {
    margin-top: auto;
    margin-bottom: 1.5625rem;
  }
}

.page-summary-image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-summary-image:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #DA020E;
  opacity: 0.8;
  content: "";
}
.page-summary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rich-editor-content .first-child {
  margin-top: 0;
}
.rich-editor-content .last-child {
  margin-bottom: 0;
}
.rich-editor-content h2, .rich-editor-content h3, .rich-editor-content h4, .rich-editor-content h5 {
  color: #000;
  margin-bottom: 1.25rem;
}
.rich-editor-content h2 {
  margin-top: 2.5rem;
}
.rich-editor-content h3 {
  margin-top: 1.875rem;
}
.rich-editor-content h4 {
  margin-top: 1.25rem;
}
.rich-editor-content table {
  max-width: 100%;
  width: 100%;
}
.rich-editor-content table th, .rich-editor-content table td {
  padding: 0.625rem;
  border: 1px solid #000;
}
.rich-editor-content table th p:last-child, .rich-editor-content table td p:last-child {
  margin: 0;
}
.rich-editor-content ol, .rich-editor-content ul {
  padding-left: 1.5rem;
  margin: 0 0 1.875rem 1.875rem;
  padding: 0;
}
.rich-editor-content ol li, .rich-editor-content ul li {
  position: relative;
  padding: 0;
  margin: 0 0 0.75rem;
}
.rich-editor-content ol li::marker, .rich-editor-content ul li::marker {
  font-size: 1.5em;
  color: #000;
}
.rich-editor-content ol > li > ul, .rich-editor-content ul > li > ul {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.rich-editor-content ol > li > ul > li:before, .rich-editor-content ul > li > ul > li:before {
  background-color: #DA020E;
}
.rich-editor-content ol > li > ul > li > ul, .rich-editor-content ul > li > ul > li > ul {
  margin-top: 7px;
}
.rich-editor-content ol > li > ul > li > ul > li:before, .rich-editor-content ul > li > ul > li > ul > li:before {
  background-color: #fff;
  border: 1px solid #DA020E;
}
.rich-editor-content a {
  font-weight: 700;
}

.accordion-item + .accordion-item {
  margin-top: 1.25rem;
}
.accordion-button {
  border: 2px solid transparent;
  align-items: flex-start;
  color: #fff;
  padding: 1.25rem 1.875rem;
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  background-color: #E9E9ED;
  border-radius: 0;
  box-shadow: none;
}
.accordion-button.collapsed {
  background-color: #DA020E;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M23.9062 14.5312H5.15625M14.5312 5.15625V23.9062' stroke='white' stroke-width='4.6875' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");
}
.accordion-button.collapsed:hover {
  background-color: #fff;
  border-color: #0D1282;
  color: #0D1282;
  box-shadow: none;
}
.accordion-button.collapsed:hover:after {
  background-image: url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M23.9062 14.5312H5.15625M14.5312 5.15625V23.9062' stroke='%230D1282' stroke-width='4.6875' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button:not(.collapsed)::after {
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='4' viewBox='0 0 24 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.28125 2C0.28125 1.62704 0.429408 1.26935 0.693131 1.00563C0.956854 0.741908 1.31454 0.59375 1.6875 0.59375H22.3125C22.6855 0.59375 23.0431 0.741908 23.3069 1.00563C23.5706 1.26935 23.7188 1.62704 23.7188 2C23.7188 2.37296 23.5706 2.73065 23.3069 2.99437C23.0431 3.25809 22.6855 3.40625 22.3125 3.40625H1.6875C1.31454 3.40625 0.956854 3.25809 0.693131 2.99437C0.429408 2.73065 0.28125 2.37296 0.28125 2Z' fill='%23333333'/%3e %3c/svg%3e");
}

.accordion-body {
  padding: 1.25rem 1.875rem;
  background-color: #E9E9ED;
}

.related-list {
  margin-bottom: 2.5rem;
}

.related-title {
  font-size: 2.25rem;
  color: #DA020E;
  margin-top: 3.75rem;
  margin-bottom: 0.625rem;
}

.page-list-item {
  padding: 1.25rem 0.625rem;
  box-shadow: 0px 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.625rem;
}
html:not(.touch) .page-list-item:hover .page-list-item-title, html:not(.touch) .page-list-item:focus-visible .page-list-item-title {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .page-list-item {
    padding: 1.25rem;
  }
}
.page-list-item:last-child {
  margin-bottom: 0;
}

.page-list-item-image-wrapper {
  overflow: hidden;
  width: 3.75rem;
  height: 3.75rem;
}
@media (min-width: 992px) {
  .page-list-item-image-wrapper {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.page-list-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-list-item-title {
  color: #DA020E;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-list-item-title {
    font-size: 1.25rem;
  }
}

.page-list-item-summary {
  font-size: 0.875rem;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

blockquote {
  background-color: #E9E9ED;
  padding: 1.25rem;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.blockHeader {
  color: #000;
}

.contentDiv {
  overflow-wrap: break-word;
}
.contentDiv h6, .contentDiv h5, .contentDiv h4, .contentDiv h3, .contentDiv h2, .contentDiv h1 {
  color: #000;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.content-block {
  animation: fadeInUp 0.8s ease both;
  min-height: 85vhx; /* full screen minus navbar height */
  display: flex;
  flex-direction: column;
  /* Remove spacing between rows entirely */
  /* Responsive - hide secondary for now */
}
.content-block img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-block p {
  font-size: 1.5rem;
  color: #000;
}
.content-block .blockHeader {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768.98px) {
  .content-block .blockHeader {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
.content-block .img-content {
  height: 250px;
}
@media (max-width: 996.98px) {
  .content-block .img-content {
    height: 150px;
  }
}
@media (max-width: 768.98px) {
  .content-block .img-content {
    height: 90px;
  }
}
.content-block .content-panel {
  background-color: #F2F2F2;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.content-block .content-panel .panel-header {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.content-block .content-panel .panel-body {
  flex-grow: 1;
}
.content-block .content-panel .panel-body ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.content-block .content-panel .panel-body ul li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
  list-style-type: disc;
}
.content-block .content-panel .panel-body p {
  margin-bottom: 1rem;
}
.content-block .content-panel .panel-btn {
  text-align: right;
  margin-top: 1rem;
}
.content-block .content-panel .panel-btn a.btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  transition: background-color 0.2s ease;
}
.content-block .content-panel .panel-btn a.btn:hover {
  background-color: #333;
}
.content-block .small-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  height: 100%;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.content-block .small-grid .grid-header-wrapper {
  flex-grow: 1;
}
.content-block .small-grid .grid-header-wrapper h5.grid-header {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  color: #000;
}
.content-block .small-grid .grid-btn {
  margin-left: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  padding: 10px 0 0;
}
.content-block .small-grid .grid-btn a.btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border-radius: 4px;
}
.content-block .small-grid .grid-btn a.btn:hover {
  background-color: #333;
}
.content-block .comparison-table {
  display: flex;
  flex-direction: column;
}
.content-block .comparison-row {
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(300px, 1fr) minmax(200px, 0.8fr);
  gap: 0;
  padding: 0;
  margin: 0;
  align-items: stretch;
  border-bottom: 1px solid #ccc; /* subtle separator line */
}
.content-block .comparison-row p {
  font-size: 1rem;
}
.content-block .comparison-row:last-child {
  border-bottom: none;
}
.content-block .comparison-row:last-child .secondary-column:last-child {
  clip-path: inset(0 0 25% 0);
}
@media (max-width: 768px) {
  .content-block .comparison-row:last-child {
    border-bottom: none;
  }
  .content-block .comparison-row:last-child .secondary-column:last-child {
    clip-path: none;
  }
}
.content-block .primary-title {
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}
.content-block .secondary-title {
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}
.content-block .label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  padding: 1rem 1rem 1rem 0;
  background: #ffffff;
}
.content-block .primary-column {
  padding: 1rem;
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
}
.content-block .secondary-column {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background: rgba(242, 242, 242, 0.4588235294);
  margin-left: 2rem;
}
.content-block .secondary-column p {
  font-size: 14px;
}
.content-block .comparison-row + .comparison-row {
  margin-top: 0;
}
@media (max-width: 992px) {
  .content-block .comparison-row {
    grid-template-columns: minmax(120px, 160px) minmax(300px, 1fr) minmax(220px, 1fr);
  }
}
@media (max-width: 768px) {
  .content-block .comparison-row {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.5rem;
    border-bottom: 0;
  }
  .content-block .label-column {
    order: 1;
    font-weight: bold;
    padding-bottom: 0.5rem;
  }
  .content-block .primary-column,
  .content-block .secondary-column {
    order: 2;
    margin-top: 0.5rem;
    padding: 1rem;
    background: #f2f2f2;
  }
  .content-block .primary-column h5,
  .content-block .secondary-column h5 {
    margin-bottom: 0.5rem;
  }
  .content-block .secondary-column {
    order: 3;
    background: rgba(242, 242, 242, 0.4588235294);
    margin: 0;
    border-top: 1px solid #ccc;
  }
  .content-block .label-column,
  .content-block .primary-title,
  .content-block .secondary-title {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}

.contactformdiv {
  padding: 2.375rem 0 2.375rem 0;
  background-color: #EAEAEA;
}
@media (min-width: 992px) {
  .contactformdiv {
    padding: 0rem 0 6.25rem 0;
    text-align: center;
    font-size: 1.125rem;
  }
}
@media (max-width: 575.98px) {
  .contactformdiv {
    padding: 20px 10px;
  }
}
.contactformdiv .btn-form {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
}
.contactformdiv .btn-form:hover {
  color: #000;
  background-color: #fff;
}
.contactformdiv .form-control {
  padding: 0.5rem 0 0.5rem 0.5rem !important;
  border-radius: 4px;
}
.contactformdiv .form-select {
  padding: 0.5rem 0 0.5rem 0.5rem !important;
  border: none;
  border-radius: 4px;
}

.form-floating > label::after {
  background-color: transparent !important;
}

#thanks p {
  margin-bottom: 64px;
}

.formHeaders {
  margin-bottom: 1.5rem;
}

.contactHeader {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 700;
  text-align: left;
}

.subHeader {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 700;
  text-align: left;
}

.contact-text {
  font-size: clamp(1rem, 2vw, 1.6rem);
  margin-bottom: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.subcontact-text {
  font-size: clamp(1rem, 2vw, 1.6rem);
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 3rem;
}

.contactus-form {
  text-align: left;
  max-width: 790px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contactus-form input,
.contactus-form textarea,
.contactus-form select,
.contactus-form button {
  padding: 0.65rem 0.75rem;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
}
.contactus-form .form-row {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .contactus-form .form-row {
    flex-direction: column;
  }
}
.contactus-form .form-row .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .contactus-form input,
  .contactus-form textarea,
  .contactus-form select,
  .contactus-form button {
    font-size: 0.95rem;
    padding: 0.5rem;
  }
}

.form-check-input:checked {
  background-color: black;
  border-color: black;
}
.form-check-input:focus {
  border: none;
  box-shadow: none;
}

.form-check-label a {
  text-decoration: none;
}
.form-check-label a:hover {
  text-decoration: underline;
}

.contact-text {
  margin-bottom: 0.9375rem;
  color: #000;
}
.contact-text br {
  display: none;
}
@media (min-width: 992px) {
  .contact-text {
    margin-bottom: 1.5625rem;
  }
  .contact-text br {
    display: block;
  }
}

label {
  margin-bottom: 5px;
}

.contact-footer {
  margin-top: 0.625rem;
  color: #000;
}
@media (min-width: 992px) {
  .contact-footer {
    text-align: center;
  }
}

.icon-text {
  line-height: 1.875;
}
.icon-text a {
  text-decoration: none;
}
.icon-text + .icon-text {
  margin-top: 10px;
}
.icon-text p:last-child {
  margin: 0;
}

.call-to-action-links {
  padding: 1.25rem 0 0;
}
@media (min-width: 992px) {
  .call-to-action-links {
    padding: 3.125rem 0;
  }
}

.call-to-action-item {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .call-to-action-item {
    margin: 0;
  }
}

.call-to-action-link {
  display: block;
  height: 100%;
  text-decoration: none;
  box-shadow: 0px 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.08);
}
.call-to-action-link.has-image {
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 1.625rem;
}
.call-to-action-link.has-image .call-to-action-title {
  color: #fff;
  margin: 0;
}
html:not(.touch) .call-to-action-link:hover .call-to-action-image, html:not(.touch) .call-to-action-link:focus-visible .call-to-action-image {
  transform: scale(1.1);
}
html:not(.touch) .call-to-action-link:hover .call-to-action-title, html:not(.touch) .call-to-action-link:focus-visible .call-to-action-title {
  text-decoration: underline;
}

.call-to-action-body {
  padding: 0.75rem 2.1875rem 0.75rem 0.9375rem;
  background-repeat: no-repeat;
  background-position: top 18px right 16px;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M8.86138 13.3094C8.79939 13.249 8.75022 13.1773 8.71667 13.0984C8.68313 13.0195 8.66586 12.9349 8.66586 12.8495C8.66586 12.7641 8.68313 12.6795 8.71667 12.6006C8.75022 12.5217 8.79939 12.4501 8.86138 12.3897L13.7237 7.64988L0.666645 7.64988C0.48984 7.64988 0.320276 7.5814 0.195256 7.45951C0.0702359 7.33762 6.62019e-07 7.1723 6.69554e-07 6.99992C6.77089e-07 6.82754 0.0702359 6.66223 0.195256 6.54034C0.320276 6.41845 0.48984 6.34997 0.666645 6.34997L13.7237 6.34997L8.86138 1.61016C8.73629 1.4882 8.66601 1.32279 8.66601 1.15032C8.66601 0.977842 8.73629 0.812432 8.86138 0.690473C8.98647 0.568515 9.15612 0.5 9.33303 0.5C9.50993 0.5 9.67959 0.568515 9.80468 0.690473L15.8045 6.54008C15.8665 6.60044 15.9156 6.67213 15.9492 6.75103C15.9827 6.82993 16 6.91451 16 6.99992C16 7.08534 15.9827 7.16992 15.9492 7.24882C15.9156 7.32772 15.8665 7.39941 15.8045 7.45977L9.80468 13.3094C9.74276 13.3698 9.66924 13.4177 9.58831 13.4505C9.50738 13.4832 9.42063 13.5 9.33303 13.5C9.24542 13.5 9.15867 13.4832 9.07774 13.4505C8.99681 13.4177 8.92329 13.3698 8.86138 13.3094Z" fill="%23DA020E"/%3e %3c/svg%3e');
}

.call-to-action-title {
  color: #DA020E;
  font-weight: 700;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.call-to-action-summary {
  color: #333;
  font-size: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.call-to-action-image-wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 33/14;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .call-to-action-image-wrapper {
    aspect-ratio: 14/9;
  }
}

.call-to-action-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.gallery-container {
  column-count: 1;
  column-gap: 6px;
}
@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: 0;
  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: 3.125rem;
}
.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:focus-visible:before, html:not(.touch) .gallery-container .img-holder:focus-visible:after {
  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: #0D1282;
}
html:not(.touch) #gallerySwiper .swiper-btn-next:hover, html:not(.touch) #gallerySwiper .swiper-btn-next:focus-visible, html:not(.touch) #gallerySwiper .swiper-btn-prev:hover, html:not(.touch) #gallerySwiper .swiper-btn-prev:focus-visible {
  background-color: #DA020E;
  color: #0D1282;
}
#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;
}

.my-5 + .card-type-1-list {
  padding-top: 0;
}

.card-type-1-list {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.card-type-1-link {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 0.625rem;
  text-decoration: none;
  padding: 1.25rem;
}
html:not(.touch) .card-type-1-link:hover .card-type-1-title, html:not(.touch) .card-type-1-link:focus-visible .card-type-1-title {
  text-decoration: underline;
}
html:not(.touch) .card-type-1-link:hover .card-type-1-image, html:not(.touch) .card-type-1-link:focus-visible .card-type-1-image {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .card-type-1-link {
    padding: 1.25rem;
  }
}

.card-type-1-image-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.25rem;
}

.card-type-1-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-type-1-title {
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #DA020E;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-type-1-title {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
  }
}

.card-type-1-summary {
  font-size: 0.875rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.file-card {
  border: 2px solid transparent;
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #E9E9ED;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.625rem;
}
html:not(.touch) .file-card:hover, html:not(.touch) .file-card:focus-visible {
  background-color: #fff;
  border-color: #0D1282;
}
html:not(.touch) .file-card:hover .file-card-title, html:not(.touch) .file-card:focus-visible .file-card-title {
  color: #0D1282;
  text-decoration: underline;
}
html:not(.touch) .file-card:hover .file-card-image, html:not(.touch) .file-card:focus-visible .file-card-image {
  background-image: url("data:image/svg+xml,%3csvg width='100' height='150' viewBox='0 0 100 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M58.3333 39.8438V0.000118873H6.25L0 0V150H6.25H93.75H100V46.8751H64.5833C61.1458 46.8751 58.3333 43.711 58.3333 39.8438ZM75 108.984C75 110.918 73.5938 112.5 71.875 112.5H28.125C26.4062 112.5 25 110.918 25 108.984V106.641C25 104.707 26.4062 103.125 28.125 103.125H71.875C73.5938 103.125 75 104.707 75 106.641V108.984ZM75 90.2344C75 92.168 73.5938 93.75 71.875 93.75H28.125C26.4062 93.75 25 92.168 25 90.2344V87.8907C25 85.9571 26.4062 84.3751 28.125 84.3751H71.875C73.5938 84.3751 75 85.9571 75 87.8907V90.2344ZM75 69.1407V71.4844C75 73.418 73.5938 75.0001 71.875 75.0001H28.125C26.4062 75.0001 25 73.418 25 71.4844V69.1407C25 67.2071 26.4062 65.6251 28.125 65.6251H71.875C73.5938 65.6251 75 67.2071 75 69.1407ZM100 35.713V37.5001H66.6667V0.000118873H68.2552C68.2552 0.000118873 71.5104 0.73254 72.6823 2.0509L98.1771 30.7618L100 35.713Z' fill='%230D1282'/%3e %3c/svg%3e");
}

.file-card-image {
  width: 6.25rem;
  height: 9.375rem;
  background-image: url("data:image/svg+xml,%3csvg width='100' height='150' viewBox='0 0 100 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M58.3333 39.8438V0.000118873H6.25L0 0V150H6.25H93.75H100V46.8751H64.5833C61.1458 46.8751 58.3333 43.711 58.3333 39.8438ZM75 108.984C75 110.918 73.5938 112.5 71.875 112.5H28.125C26.4062 112.5 25 110.918 25 108.984V106.641C25 104.707 26.4062 103.125 28.125 103.125H71.875C73.5938 103.125 75 104.707 75 106.641V108.984ZM75 90.2344C75 92.168 73.5938 93.75 71.875 93.75H28.125C26.4062 93.75 25 92.168 25 90.2344V87.8907C25 85.9571 26.4062 84.3751 28.125 84.3751H71.875C73.5938 84.3751 75 85.9571 75 87.8907V90.2344ZM75 69.1407V71.4844C75 73.418 73.5938 75.0001 71.875 75.0001H28.125C26.4062 75.0001 25 73.418 25 71.4844V69.1407C25 67.2071 26.4062 65.6251 28.125 65.6251H71.875C73.5938 65.6251 75 67.2071 75 69.1407ZM100 35.713V37.5001H66.6667V0.000118873H68.2552C68.2552 0.000118873 71.5104 0.73254 72.6823 2.0509L98.1771 30.7618L100 35.713Z' fill='%2302594C'/%3e %3c/svg%3e");
}

.file-card-content {
  padding: 1.25rem 1.875rem 1.25rem 0;
}

.file-card-title {
  color: #DA020E;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.file-card-content {
  line-height: 1.875;
}

.file-card-summary {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.btn [class^=ri-], .btn [class*=" ri-"] {
  font-weight: 400;
}

#cookiePanel a {
  text-decoration: underline;
}

#cookiePanel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
  padding: 30px 0;
  box-shadow: 0px 1px 56px -10px black;
  max-height: 800px;
}

#cookiePanel .container {
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 768px) {
  #cookiePanel .container {
    flex-flow: wrap;
  }
  #cookiePanel .container .btn {
    margin-left: 0;
  }
}
#cookiePanel .text-area h3 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

#cookiePanel .text-area p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  line-height: 22px;
}

#cookiePanel .btn {
  text-decoration: none;
}

/* GLOBAL RESET */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
}

.doc-layout {
  display: flex;
  gap: 2rem;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 991.98px) {
  .doc-layout {
    flex-direction: column;
    padding: 1rem;
  }
}

.terms-layout {
  display: flex;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 991.98px) {
  .terms-layout {
    flex-direction: column;
    padding: 1rem;
  }
}

/* HERO SECTION */
.hero-title h1 {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  margin-bottom: 0;
  font-weight: 600;
}
.hero-title .sub-title {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 600;
}

.hero-body .body-text {
  font-size: clamp(1rem, 2vw, 1.6rem);
  margin-bottom: 1rem;
  padding-top: 50px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hero-body .sub-text {
  font-size: clamp(1rem, 2vw, 1.6rem);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .hero-body .body-text {
    padding-top: 30px;
  }
}

.hero-buttons {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
}
.hero-buttons a {
  flex: 1;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .hero-buttons {
    flex-direction: column;
  }
  .hero-buttons a {
    white-space: normal;
  }
}

/* CURL EXAMPLE */
.curl-example {
  background-color: #1e1e1e;
  color: #dcdcdc;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-family: monospace;
  height: auto;
  overflow-x: auto;
  max-width: 100%;
  margin-left: 1rem;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.curl-example .curl-header {
  color: #9cdcfe;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.curl-example pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  overflow: visible;
}
.curl-example .curl-code {
  color: #ce9178;
}
@media (max-width: 1200px) {
  .curl-example {
    margin-left: 0;
    width: 100%;
  }
}

.json-example {
  background-color: #1e1e1e;
  color: #dcdcdc;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-family: monospace;
  height: auto;
  overflow-x: auto;
  max-width: 100%;
  margin-top: 1rem;
  height: 100%;
}
.json-example .curl-header {
  color: #9cdcfe;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.json-example pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  overflow: visible;
}
.json-example .curl-code {
  color: #ce9178;
}
@media (max-width: 1200px) {
  .json-example {
    margin-left: 0;
    width: 100%;
  }
}

/* SIDEBAR */
.doc-sidebar {
  padding-right: 1rem;
  position: sticky;
  top: 6rem;
  align-self: flex-start;
  background: #fff;
  border-right: 1px solid gray;
  min-width: 320px;
}
.doc-sidebar .section-link {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
}
.doc-sidebar ol {
  list-style: none;
  padding-left: 0rem;
}
.doc-sidebar ol li {
  margin-bottom: 1.5rem;
}
.doc-sidebar ol li ol {
  list-style-type: none;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #222;
}
.doc-sidebar ol li ol li {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.doc-sidebar .section-link,
.doc-sidebar .sub-link {
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.doc-sidebar .section-link:hover,
.doc-sidebar .sub-link:hover {
  text-decoration: underline;
}
.doc-sidebar a {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .doc-sidebar {
    display: none;
  }
}

/* MAIN DOC CONTENT */
.doc-main {
  flex-grow: 1;
  scroll-behavior: smooth;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .doc-main {
    width: 100%;
  }
}
.doc-main .section {
  margin-bottom: 3rem;
}
.doc-main .section .section-header {
  border-bottom: 1px solid gray;
}
.doc-main .section h2,
.doc-main .section h3 {
  scroll-margin-top: 80px;
  margin-bottom: 1rem;
}
.doc-main .sub-section {
  margin: 2rem 0 2rem 0;
}
.doc-main .sub-text-block {
  margin-top: 1rem;
}
.doc-main .sub-text-block ul {
  padding-left: 1.5rem;
}
.doc-main .sub-text-block ul li {
  margin: 0.5rem 0;
}
.doc-main .sub-text-block table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  table-layout: auto; /* allow cells to shrink naturally */
  word-wrap: break-word;
}
.doc-main .sub-text-block table thead {
  background-color: #000;
  font-weight: bold;
}
.doc-main .sub-text-block table tr:first-child {
  font-weight: 600;
}
.doc-main .sub-text-block table th,
.doc-main .sub-text-block table td {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
.doc-main .sub-text-block table th ul,
.doc-main .sub-text-block table td ul {
  padding-left: 0.75rem;
}
.doc-main .sub-text-block table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.doc-main .sub-text-block table tbody tr:hover {
  background-color: #f0f0f0;
}

/* HERO WRAPPER */
.hero-wrapper {
  background-color: #eaeaea;
  padding: 4rem 1rem;
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  .hero-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .hero-wrapper {
    margin-top: 30px;
  }
}
.hero-wrapper .hero-container {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  /*overflow-x: hidden;*/
}
@media (max-width: 768px) {
  .hero-wrapper .hero-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.body-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.terms-wrapper {
  background-color: #eaeaea;
  padding: 4rem 1rem;
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  .terms-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .terms-wrapper {
    margin-top: 30px;
  }
}
.terms-wrapper .terms-container {
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .terms-wrapper .terms-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* PRISM STYLES (No Box Layout) */
pre[class*=language-] {
  background: none;
  color: inherit;
  font-family: "Fira Code", "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: visible;
  height: auto;
  max-width: 100%;
}

/* Scrollbar Styling */
pre::-webkit-scrollbar {
  height: 8px;
}

pre::-webkit-scrollbar-track {
  background: #2a2a2a;
}

pre::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}

/* Prism Token Colors */
.token.string {
  color: #ce9178;
}

.token.property {
  color: #9cdcfe;
}

.token.boolean,
.token.number {
  color: #b5cea8;
}

.token.keyword {
  color: #c586c0;
}

.token.comment {
  color: #6a9955;
  font-style: italic;
}

.hero-container .row {
  flex-wrap: wrap;
}

.hero-wrapper,
.hero-container {
  width: 100%;
  max-width: 100%;
}

.hero-wrapper {
  box-sizing: border-box;
}

*:focus, *:focus-visible {
  outline: none;
  box-shadow: none;
}

a:focus-visible, button:focus-visible {
  outline: 6px double #000 !important;
  box-shadow: 0 0 0 3px #000 !important;
  position: relative;
  z-index: 1;
  background-color: #fff !important;
  color: #DA020E !important;
}

.a-to-z-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.a-to-z-link {
  color: #0D1282;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #0D1282;
  font-size: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  transition: all 0.2s ease-in-out;
}
.a-to-z-link.disabled {
  opacity: 0.25;
  pointer-events: none;
}
html:not(.touch) .a-to-z-link:hover, html:not(.touch) .a-to-z-link:focus-visible {
  background-color: #0D1282;
  color: #fff;
}

.a-to-z-result-panel {
  background-color: #fff;
  margin-top: 1.875rem;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .a-to-z-result-panel {
    padding: 1.875rem;
  }
}

.a-to-z-result-list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.a-to-z-result-link {
  font-weight: 600;
  font-size: 1.125rem;
  color: #0D1282;
}

html:not(.no-js) .swiper {
  visibility: hidden;
}
html:not(.no-js) .swiper.swiper-initialized {
  visibility: visible;
}

.main-cta-links {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: #0D1282;
  --swiper-navigation-color: #DA020E;
  --swiper-pagination-bullet-width: 0.75rem;
  --swiper-pagination-bullet-height: 0.75rem;
}
.main-cta-links .swiper-slide {
  height: auto;
  max-width: 32.25rem;
}
.main-cta-links .swiper-pagination {
  position: static;
  margin-top: 1.25rem;
}
.main-cta-links .swiper-pagination-bullet-active {
  background-color: #DA020E;
}
.main-cta-links .swiper-button-prev, .main-cta-links .swiper-button-next {
  position: static;
  margin-top: 2.25rem;
  background-color: #fff;
  color: #000;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.main-cta-links .swiper-button-prev:after, .main-cta-links .swiper-button-next:after {
  display: none;
}
html:not(.touch) .main-cta-links .swiper-button-prev:hover, html:not(.touch) .main-cta-links .swiper-button-prev:focus-visible, html:not(.touch) .main-cta-links .swiper-button-next:hover, html:not(.touch) .main-cta-links .swiper-button-next:focus-visible {
  background-color: #fff;
  border-color: #0D1282;
  color: #0D1282;
}
@media (min-width: 992px) {
  .main-cta-links .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .main-cta-links .swiper-button-next {
    left: auto;
    right: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-banner-content,
.main-banner-video {
  animation: fadeIn 1.2s ease-in both;
}

#siteSearch ::-webkit-search-cancel-button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  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='%23DA020E'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right center;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  body {
    font-size: 1rem;
  }
}

.global-header {
  color: grey;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
  width: 100px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 144px;
  }
}

@media (max-width: 767.98px) {
  .menu-active .main-nav {
    position: fixed;
    display: block;
  }
}
.menu-trigger {
  color: #333;
  border: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  .menu-trigger {
    display: none;
  }
}

.jumbotron {
  text-align: center;
  /*overflow: hidden;*/
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .jumbotron {
    text-align: left;
    margin-top: 0.625rem;
    margin-bottom: 4.375rem;
  }
}
.jumbotron a {
  text-decoration: none;
  color: #333;
}
.jumbotron h1 {
  font-size: 2rem;
  line-height: 1.0968571429;
  text-decoration: none;
}
.jumbotron h1:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml;utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200'%3e%3cpolygon points='100 100 0 200 0 0 100 100' style='fill-rule:evenodd;'/%3e%3c/svg%3e");
  top: 0.375rem;
  width: 0.75rem;
  height: 1.5rem;
}
@media (min-width: 992px) {
  .jumbotron h1 {
    font-size: 4.375rem;
    margin: 0;
  }
  .jumbotron h1:after {
    top: 1rem;
    width: 1.5625rem;
    height: 3.125rem;
    margin-left: 0.75rem;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jumbotron-circle {
  animation: rounder1 2s linear 0s infinite alternate;
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 15rem;
  background-color: #f8f8f8;
  border-radius: 50rem;
  margin: 1.5625rem auto 1.875rem;
}
@media (min-width: 992px) {
  .jumbotron-circle {
    width: 35rem;
    height: 35rem;
  }
}
.jumbotron-circle:before, .jumbotron-circle:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 15rem;
  position: absolute;
  height: 1px;
  background-color: #E9E9ED;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
@media (prefers-reduced-motion: reduce) {
  .jumbotron-circle:before, .jumbotron-circle:after {
    transition: none;
  }
}
@media (min-width: 992px) {
  .jumbotron-circle:before, .jumbotron-circle:after {
    width: 35rem;
  }
}
.jumbotron-circle:before {
  transform: translateX(-50%) translateY(-50%) rotate(50deg);
}
.jumbotron-circle:after {
  transform: translateX(-50%) translateY(-50%) rotate(-50deg);
}

.jumbotron-circle-text {
  z-index: 10;
  font-size: 1.5625rem;
  line-height: 1.3;
  width: 7.75rem;
  height: 7.75rem;
  background-color: #1D2B53;
  color: #fff;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .jumbotron-col {
    max-width: 390px;
    position: absolute;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .jumbotron-col-1 {
    right: 50%;
    margin-right: 8.75rem;
  }
}

.jumbotron-col-2 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .jumbotron-col-2 {
    text-align: right;
    left: 50%;
    margin-left: 10rem;
  }
}

p {
  margin: 0;
}

a {
  color: #000;
}

.jumbotron-footer {
  font-size: 0.6875rem;
  text-align: center;
  margin-top: 1.625rem;
}
@media (min-width: 992px) {
  .jumbotron-footer {
    margin-top: 2.5rem;
  }
}

.newsletter {
  padding: 2.375rem 0 0 0;
  background-color: #EAEAEA;
}
@media (min-width: 992px) {
  .newsletter {
    text-align: center;
    line-height: 1.3;
    font-size: 1.125rem;
    padding: 5.625rem 0 0 0;
  }
}

.form-floating > label::after {
  background-color: transparent !important;
}

#thanks {
  max-width: 790px;
  margin: auto;
}
#thanks p {
  font-size: 32px;
  margin-bottom: 64px;
}

#thanks2 {
  max-width: 790px;
  margin: auto;
}
#thanks2 p {
  font-size: 18px;
  margin-bottom: 64px;
}

.newsletter-form {
  text-align: left;
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-form input {
  border: none;
}
@media (max-width: 991.98px) {
  .newsletter-form input, .newsletter-form button {
    min-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.newsletter-text {
  margin-bottom: 0.9375rem;
  color: #000;
}
.newsletter-text br {
  display: none;
}
@media (min-width: 992px) {
  .newsletter-text {
    margin-bottom: 1.5625rem;
  }
  .newsletter-text br {
    display: block;
  }
}

.newsletter-footer {
  margin-top: 0.625rem;
  color: #000;
}
@media (min-width: 992px) {
  .newsletter-footer {
    text-align: center;
  }
}

.global-footer-top {
  line-height: 1.3;
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .global-footer-top {
    padding: 4.375rem 0;
  }
}
.global-footer-top img {
  height: 1.5rem;
}
@media (min-width: 992px) {
  .global-footer-top img {
    height: 1.875rem;
  }
}
.global-footer-top a {
  color: #000;
  text-decoration: none;
}
html:not(.touch) .global-footer-top a:hover, html:not(.touch) .global-footer-top a:focus-visible {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .footer-logo-item:nth-child(odd) {
    text-align: left;
  }
}

.global-footer-bottom {
  background-color: #EAEAEA;
  color: #000;
  text-align: center;
}
.global-footer-bottom p {
  font-size: 0.75rem;
  padding: 0.625rem 0;
  margin: 0;
}
@media (min-width: 992px) {
  .global-footer-bottom p {
    padding: 1.125rem 0;
  }
}

.btn-blue {
  background-color: #000;
  color: white;
  border: none;
}

.btn-round {
  background-color: #000;
  color: white;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #000;
}
.btn-round:hover {
  background-color: white;
  color: #000;
  border: 1px solid #000;
}

.custom-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .custom-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content-grid-section {
  padding: 2rem 0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 2rem;
}

.grid-item {
  /* optional: border, padding, etc. */
}

.padding {
  padding-top: 80px;
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

.terms-text-block {
  margin-top: 1rem;
}
.terms-text-block ul {
  padding-left: 1.5rem;
}
.terms-text-block ul li {
  margin: 0.5rem 0;
}
.terms-text-block table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: block;
  font-size: 0.95rem;
  line-height: 1.6;
}
.terms-text-block table thead {
  background-color: #000;
  font-weight: bold;
}
.terms-text-block table tr:first-child {
  font-weight: 600;
}
.terms-text-block table th,
.terms-text-block table td {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
.terms-text-block table th ul,
.terms-text-block table td ul {
  padding-left: 0.75rem;
}
.terms-text-block table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.terms-text-block table tbody tr:hover {
  background-color: #f0f0f0;
}
