<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Agbalumo&amp;family=Cabin:ital,wght@0,400..700;1,400..700&amp;display=swap");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
}
body.open {
  overflow: hidden;
}

.site-wrapper {
  overflow: hidden;
}

a {
  color: #08517f;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
a:hover, a:focus, a:active {
  color: rgba(8, 81, 127, 0.7);
}

.btn {
  background: #EE2024;
  padding: 10px 20px;
  color: #fff;
  margin: 5px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.btn:hover, .btn:active, .btn:focus {
  background: #9c0c0f;
  color: white;
}

hr {
  margin: 30px 0 60px;
  border-top: 1px solid rgba(128, 128, 128, 0.5);
}
@media only screen and (max-width: 999px) {
  hr {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 999px) {
  .spacer {
    max-height: 5vh;
  }
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
}

.image {
  overflow: hidden;
}

.responsive-asset {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.responsive-asset iframe, .responsive-asset video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container, .cb-section:not(.expanded) {
  width: 90%;
}
@media only screen and (min-width: 1000px) {
  .container, .cb-section:not(.expanded) {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1920px) {
  .container, .cb-section:not(.expanded) {
    max-width: 1600px;
  }
}
@media only screen and (max-width: 999px) {
  .container, .cb-section:not(.expanded) {
    max-width: 768px;
  }
}
.container .container, .cb-section:not(.expanded) .container {
  width: 100%;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}
.row &gt; *.align-centre .col-wrapper {
  justify-content: center;
}
.row &gt; *.align-right .col-wrapper {
  justify-content: flex-end;
}
.row &gt; *.align-middle .col-wrapper {
  justify-content: center;
}
.row &gt; *.align-bottom .col-wrapper {
  align-items: flex-end;
}
.row &gt; * .col-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 999px) {
  .row &gt; * {
    margin-bottom: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 999px) {
  .row.form-row &gt; * {
    margin-bottom: 0;
  }
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 999px) {
  .order-last {
    order: initial !important;
  }
}

.edit-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #808080;
  color: white;
  padding: 10px 15px;
  border-radius: 0 0 20px 0;
}
.edit-link:hover, .edit-link:focus {
  background-color: #08517F;
  color: white;
}

section, .content-section {
  margin: 0 auto;
  position: relative;
  background-color: var(--bgColor);
  color: var(--contentColor);
}
section svg path, .content-section svg path {
  fill: currentColor;
}

.cb-section {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  .cb-section:not(.expanded.has-bg) {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cb-section:first-of-type {
  margin-top: 45px;
}
.cb-section:last-of-type:not(.expanded.has-bg) {
  margin-bottom: 90px;
}
.cb-section-inner {
  --contentColour: currentColor;
  --bgColour: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--bgColour);
}
.cb-section-inner *:not(a, button, .btn) {
  color: var(--contentColour);
}
@media only screen and (max-width: 999px) {
  .cb-section.has-bg &gt; .cb-section-inner {
    padding-left: 22.5px !important;
    padding-right: 22.5px !important;
  }
}
.cb-section.width-90 &gt; .cb-section-inner {
  width: 90%;
}
.cb-section.width-80 &gt; .cb-section-inner {
  width: 80%;
}
.cb-section.width-70 &gt; .cb-section-inner {
  width: 70%;
}
.cb-section.width-60 &gt; .cb-section-inner {
  width: 70%;
}
.cb-section.width-50 &gt; .cb-section-inner {
  width: 70%;
}
.cb-section[class*=width-] &gt; .cb-section-inner {
  margin-left: 0;
}
@media only screen and (max-width: 999px) {
  .cb-section[class*=width-] &gt; .cb-section-inner {
    width: 100%;
  }
}
.cb-section .align-right .cb-section-inner {
  margin-left: auto;
}
.cb-section .align-left .cb-section-inner {
  margin-left: auto;
}
.cb-section .align-center .cb-section-inner {
  margin-left: auto;
  margin-right: auto;
}

.block {
  transform: translateY(-100px);
  opacity: 0;
}

.url {
  word-break: break-all;
}

body {
  font-family: "Cabin", sans-serif;
  font-size: clamp(16px, 1vw, 19px);
  line-height: 120%;
  font-style: normal;
  color: #808080;
  background: url("../../assets-media/background.svg") repeat-y;
  background-size: 100% auto;
}

.lead {
  font-size: calc(clamp(16px, 1vw, 19px) * 1.7);
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 999px) {
  .lead {
    font-size: calc(clamp(16px, 1vw, 19px) * 1.5);
  }
}

.subheading {
  text-transform: uppercase;
  letter-spacing: 5px;
  display: inline-block;
  font-weight: 300;
}

p {
  margin-bottom: clamp(15px, 1vh, 30px);
  letter-spacing: 0.5px;
}
p:only-child, p:last-child {
  margin-bottom: 0;
}

small, .small {
  font-size: 80%;
  line-height: 130%;
  display: inline-block;
}

b, strong {
  font-weight: 800;
}

.lead, .lead p {
  font-size: calc(clamp(16px, 1vw, 19px) * 1.2);
  margin-bottom: 30px;
  line-height: 120%;
  color: #EE2024;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-weight: 700;
  letter-spacing: -0.4px;
  margin: 0 0 15px 0;
  line-height: 120%;
}
h1 small, h2 small, h3 small, h4 small {
  display: block;
  color: #08517F;
}

h1 {
  font-size: calc(clamp(16px, 1vw, 19px) * 2.5);
  font-weight: 700;
  font-family: "Agbalumo", system-ui;
  line-height: 100%;
}
@media only screen and (min-width: 1000px) {
  h1 {
    font-size: calc(clamp(16px, 1vw, 19px) * 5);
  }
}

h2 {
  font-size: calc(clamp(16px, 1vw, 19px) * 2.5);
  font-family: "Agbalumo", system-ui;
  line-height: 120%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1000px) {
  h2 {
    font-size: calc(clamp(16px, 1vw, 19px) * 4);
  }
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: calc(clamp(16px, 1vw, 19px) * 3.5);
  }
}

h3 {
  font-size: calc(clamp(16px, 1vw, 19px) * 3);
  font-family: "Agbalumo", system-ui;
  letter-spacing: 0.1px;
  line-height: 120%;
}

h4 {
  font-size: calc(clamp(16px, 1vw, 19px) * 1.1);
  font-family: "Cabin", sans-serif;
  color: currentColor;
  letter-spacing: 0.1px;
}

h5 {
  font-weight: 700;
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgb(0, 255, 0);
}

.txt-yellow {
  color: rgb(255, 255, 0);
}

.txt-blue {
  color: rgb(0, 0, 255);
}

figcaption {
  color: #08517F;
  padding: 15px 0;
}

blockquote {
  padding: 0 3vw;
  margin-bottom: 45px;
  border-left: 3px solid #D3A42E;
}
blockquote p {
  font-weight: 400;
  font-size: calc(clamp(16px, 1vw, 19px) * 1.7);
  line-height: 150%;
  font-style: italic;
}
blockquote strong {
  font-size: clamp(16px, 1vw, 19px);
  color: #08517F;
  font-style: normal;
}

.cb-section ul, .cb-section ol, .content ul, .content ol {
  margin-bottom: 30px;
}
.cb-section ul li, .cb-section ol li, .content ul li, .content ol li {
  margin-bottom: 15px;
  padding-left: 7.5px;
}
.cb-section ul li::marker, .cb-section ol li::marker, .content ul li::marker, .content ol li::marker {
  color: #08517F;
}

.marker {
  background-color: rgba(211, 164, 46, 0.2);
}

.highlight {
  background-color: rgba(211, 164, 46, 0.2);
  padding: 22.5px 30px;
  border-radius: 10px 10px 0 10px;
}

.announcement-bar {
  background-color: #08517F !important;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.announcement-bar .announcement-content .address, .announcement-bar .announcement-content .phone {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.announcement-bar .announcement-content .icon {
  color: #fff;
}
.announcement-bar .announcement-content a {
  color: white;
  text-decoration: none;
}
.announcement-bar .announcement-content a:hover {
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 1000px) {
  .announcement-bar .announcement-content {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: calc(clamp(16px, 1vw, 19px) * 1);
  }
  .announcement-bar .icon i {
    margin-right: 15px;
    color: #EE2024;
  }
  .announcement-bar .phone a:hover, .announcement-bar .address a:hover {
    color: white;
    opacity: 0.8;
  }
}

.branding {
  display: flex;
  align-items: center;
  justify-content: center !important;
  margin: 0 auto;
  height: 60px !important;
}
@media only screen and (min-width: 1000px) {
  .branding {
    margin: 0 15px 0 0;
  }
}
.branding .brand {
  display: block;
  height: auto;
}
.branding .brand img, .branding .brand svg {
  max-width: 250px;
  width: 100%;
  height: auto;
}

header {
  background-color: #EE2024;
}
header .container {
  padding: 0 15px;
}
header .container .row {
  display: flex;
  justify-content: space-between;
}
header .container .row .col {
  flex: 1;
  padding: 0;
}
header .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: white;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  border: none;
}
@media only screen and (max-width: 999px) {
  header .header-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: red;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
    border: none;
  }
}
header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EE2024;
  width: 100%;
}

.open header .header-wrapper {
  left: 0;
}

@media only screen and (min-width: 1000px) {
  .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
  }
}

.nav-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 999px) {
  .nav-icons {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(8, 81, 127, 0.2);
  }
}

@media only screen and (min-width: 1000px) {
  .nav {
    display: flex;
    justify-content: center;
    flex: 1;
  }
}
.nav.primary ol {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (min-width: 1000px) {
  .nav.primary ol {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.nav.primary ol li {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .nav.primary ol li:hover &gt; .submenu {
    display: flex;
  }
}
.nav.primary ol li a, .nav.primary ol li p {
  display: inline-block;
  color: white;
  font-size: clamp(16px, 1vw, 19px);
  min-width: 80px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px;
  text-decoration: none;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
}
@media only screen and (max-width: 999px) {
  .nav.primary ol li a, .nav.primary ol li p {
    width: 100%;
  }
}
.nav.primary ol li a:hover, .nav.primary ol li a:focus, .nav.primary ol li a:active, .nav.primary ol li p:hover, .nav.primary ol li p:focus, .nav.primary ol li p:active {
  background-color: #EDEDED;
  color: #EE2024;
}
@media only screen and (max-width: 999px) {
  .nav.primary ol li a:hover, .nav.primary ol li a:focus, .nav.primary ol li a:active, .nav.primary ol li p:hover, .nav.primary ol li p:focus, .nav.primary ol li p:active {
    background-color: rgba(8, 81, 127, 0.1);
  }
}
.nav.primary ol .submenu {
  padding: 0;
  list-style-type: none;
  z-index: 1000;
  align-items: stretch;
}
@media only screen and (max-width: 999px) {
  .nav.primary ol .submenu {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .nav.primary ol .submenu {
    display: none;
    position: absolute;
    top: 100%; /* Positioned below the parent menu */
    left: 0;
    white-space: nowrap; /* Items stay on one line */
    background-color: #EDEDED;
    box-shadow: 0 10px 15px rgba(8, 81, 127, 0.1);
  }
}
.nav.primary ol .submenu li {
  position: relative;
  flex: 1;
  padding: 0;
  background: white;
  min-width: 200px;
}
@media only screen and (min-width: 1000px) {
  .nav.primary ol .submenu li {
    border-right: 1px solid rgba(8, 81, 127, 0.1);
    padding: 15px;
  }
}
.nav.primary ol .submenu li:hover &gt; .submenu {
  display: block;
}
.nav.primary ol .submenu li a, .nav.primary ol .submenu li .sub-title {
  text-transform: none;
  letter-spacing: normal;
  display: block;
  padding: 5px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: calc(clamp(16px, 1vw, 19px) * 0.9);
}
@media only screen and (min-width: 1000px) {
  .nav.primary ol .submenu li a, .nav.primary ol .submenu li .sub-title {
    color: #EE2024;
    padding: 0;
  }
}
.nav.primary ol .submenu li a:hover, .nav.primary ol .submenu li a:focus, .nav.primary ol .submenu li a:active {
  background-color: rgba(8, 81, 127, 0.05);
}
@media only screen and (min-width: 1000px) {
  .nav.primary ol .submenu li a:hover, .nav.primary ol .submenu li a:focus, .nav.primary ol .submenu li a:active {
    color: #EE2024;
    padding: 0 15px;
  }
}
.nav.primary ol .submenu li:has(.submenu) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1000px) {
  .nav.primary ol .submenu li:has(.submenu) {
    margin-bottom: 0;
  }
  .nav.primary ol .submenu li:has(.submenu) a, .nav.primary ol .submenu li:has(.submenu) .sub-title {
    margin-bottom: 15px;
  }
}
.nav.primary ol .third-level {
  padding: 0;
  list-style-type: none;
  z-index: 1001;
  display: block;
  position: static;
  box-shadow: none;
}
.nav.primary ol .third-level li {
  padding: 0;
  border: none;
  min-width: 0;
}
.nav.primary ol .third-level li a {
  padding: 5px 15px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1000px) {
  .nav.primary ol .third-level li a {
    color: #08517F;
    padding: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .nav.primary ol .third-level li a:hover, .nav.primary ol .third-level li a:focus, .nav.primary ol .third-level li a:active {
    color: #08517F;
  }
}
.nav.social, .nav.lang {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1000px) {
  .nav.social, .nav.lang {
    margin-left: auto;
    justify-content: center;
  }
}
.nav.social ol, .nav.lang ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.nav.social ol li, .nav.lang ol li {
  display: flex;
  align-items: center;
  margin: 0 7.5px;
  padding-right: 15px;
}
.nav.social ol li a, .nav.lang ol li a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 100%;
  font-size: calc(clamp(16px, 1vw, 19px) * 2.2);
}
@media only screen and (min-width: 1000px) {
  .nav.social ol li a, .nav.lang ol li a {
    color: white;
  }
}
.nav.social ol li a:hover, .nav.lang ol li a:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 999px) {
  .nav.social ol li a:hover span:before, .nav.lang ol li a:hover span:before {
    color: #EE2024 !important;
  }
}
@media only screen and (min-width: 1000px) {
  .nav.social ol li a:hover, .nav.lang ol li a:hover {
    color: white;
  }
}
.nav.social ol li i, .nav.lang ol li i {
  font-size: 2rem;
}
.nav.social ol .language-btn, .nav.lang ol .language-btn {
  border-radius: 4px;
  padding: 6px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  line-height: 100%;
}
@media only screen and (min-width: 1000px) {
  .nav.social ol .language-btn, .nav.lang ol .language-btn {
    background-color: white;
    color: #EE2024;
    padding: 7px;
  }
  .nav.social ol .language-btn:hover, .nav.lang ol .language-btn:hover {
    color: #EE2024;
  }
}
@media only screen and (max-width: 999px) {
  .nav.social ol .language-btn, .nav.lang ol .language-btn {
    color: white !important;
    background-color: black;
  }
  .nav.social ol .language-btn:hover, .nav.lang ol .language-btn:hover {
    background-color: #EE2024;
  }
}

@media only screen and (max-width: 999px) {
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 16px;
    border-radius: 5px;
    border: 3px solid #EE2024;
    position: fixed;
    z-index: 999999;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
    top: 50px;
    right: 15px;
    background-color: #EE2024;
  }
  .toggle div {
    width: 33px;
    height: 3px;
    position: absolute;
    background: white;
    transform-origin: center center;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .toggle div.top {
    transform: translateY(-12px);
  }
  .toggle div.bottom {
    transform: translateY(12px);
  }
  .nav-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    padding: 130px 30px 30px;
    transition: all 300ms cubic-bezier(0.83, 0, 0.17, 1);
    background-color: white;
    box-shadow: 10px 10px 30px rgba(8, 81, 127, 0.5);
    color: black;
  }
  .nav-wrapper * {
    color: black !important;
  }
  .open .toggle {
    transform: rotate(90deg) translate(0, 10px);
  }
  .open .toggle div.one {
    transform: rotate(45deg);
  }
  .open .toggle div.two {
    transform: rotate(-45deg);
  }
  .open .toggle div.top {
    transform: translateY(-3px);
    opacity: 0;
  }
  .open .toggle div.bottom {
    transform: translateY(3px);
    opacity: 0;
  }
  .open .nav-wrapper {
    left: 0;
  }
}
.footer {
  background-color: #EE2024;
  color: #fff;
  overflow: hidden;
}
.footer .footer-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 60px;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  .footer .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 10px;
  }
}
.footer .footer-section p {
  margin-bottom: 0 !important;
}
.footer .footer-section strong {
  color: currentColor;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer .footer-section title {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.footer .footer-section address, .footer .footer-section p {
  font-size: 1rem;
  line-height: 120%;
  margin-bottom: 15px;
  text-align: center;
  line-height: 30px;
}
@media only screen and (min-width: 769px) {
  .footer .footer-section address, .footer .footer-section p {
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .footer .footer-section address {
    max-width: 200px;
  }
}
.footer .footer-section a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-section a:hover, .footer .footer-section a:focus, .footer .footer-section a:active {
  opacity: 1;
  color: white;
  opacity: 0.8;
  text-decoration: underline;
}
@media only screen and (max-width: 999px) {
  .footer .footer-section {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .footer-divider {
  width: 1.5px;
  background: linear-gradient(white 20%, transparent 20%, white 20%, transparent 40%);
  height: 200px;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  .footer .footer-divider {
    display: none;
  }
}
.footer .footer-bottom {
  background-color: #08517F;
  text-align: center;
  padding: 20px;
  font-size: 1rem;
}
@media only screen and (min-width: 1000px) {
  .footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer .footer-bottom .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px !important;
  margin-bottom: 0;
}
.footer .footer-bottom .social-icons ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer .footer-bottom .social-icons li {
  display: inline-block;
  margin: 0 7.5px;
  color: white;
  font-size: calc(clamp(16px, 1vw, 19px) * 3.5);
  padding-right: 10px;
}
.footer .footer-bottom .social-icons li:hover {
  color: white;
  transform: scale(1.1);
}
.footer .footer-bottom .social-icons li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-bottom .social-icons li a:hover, .footer .footer-bottom .social-icons li a:focus, .footer .footer-bottom .social-icons li a:active {
  opacity: 1;
  text-decoration: none;
  opacity: 0.8;
}
.footer .footer-bottom .social-icons li i {
  font-size: 2rem;
}
@media only screen and (max-width: 999px) {
  .footer .footer-section h3 {
    font-size: 0.9rem;
  }
  .footer .footer-section address, .footer .footer-section p {
    font-size: 0.8rem;
  }
  .footer .footer-bottom {
    font-size: 0.8rem;
  }
  .footer .social-icons .social-icon {
    font-size: 1.8rem;
  }
}

form .form-row {
  margin-bottom: 15px;
}
form .form-row .sub-field {
  margin-bottom: 0;
}
form [data-conditionally-hidden=true] {
  display: none;
}

.map-container {
  margin-left: -20px; /* Negative margin for shifting map left */
  margin-right: -20px; /* Negative margin for shifting map right */
  overflow: hidden;
  position: relative; /* To ensure proper layering of the button */
}

.map-container iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
  filter: grayscale(100%);
}

/* Directions Button */
.directions-button {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

svg [id*=wheel1] {
  animation: wheel 3s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=wheel2] {
  animation: wheel 4s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=wheel3] {
  animation: wheel 5s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=wheel4] {
  animation: wheel 3s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=wheel5] {
  animation: wheel 5s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=wheel6] {
  animation: wheel 7s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=speaker] {
  animation: pulse 0.5s ease infinite;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=person]:hover {
  animation: shake 1s linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=cash-sign] {
  animation: spin 4s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=people] {
  animation: shakeVertical 10s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=bulb] {
  animation: pulse 1s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=arrow] {
  animation: shakeVertical 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=cross] {
  animation: spin 2s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=check] {
  animation: shakeVertical 2s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=earth] {
  animation: spin 5s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=puzzle1] {
  animation: shakeVertical 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=puzzle2] {
  animation: shake 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=puzzle3] {
  animation: shake 4s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=exclamation] {
  animation: spin 4s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=money-bag] {
  animation: shakeAll 2s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
svg [id*=cash] {
  animation: shakeVertical 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

.link {
  animation: shakeVertical 7s linear infinite;
  animation-delay: 3s;
  transform-origin: center;
  transform-box: fill-box;
  transition: all 1s;
}
.link:hover rect {
  fill: #08517F;
}

.link-yellow {
  animation: shakeVertical 7s linear infinite;
  animation-delay: 3s;
  transform-origin: center;
  transform-box: fill-box;
  transition: all 1s;
}
.link-yellow:hover rect {
  fill: #fff;
}

@keyframes wheel {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.75, 0.75);
  }
}
@keyframes pulseBig {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
@keyframes pulseSmallToBig {
  0% {
    transform: scale(0.1, 0.1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
  0% {
    transform: scale(0.1, 0.1);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes shakeVertical {
  10%, 90% {
    transform: translate3d(0, -2px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 3px, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(0, -3px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 3px, 0);
  }
}
@keyframes shakeAll {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -1px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes rotateCenter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.carousel-container {
  width: 100%;
  padding: 20px;
  position: relative;
}
.carousel-container .swiper {
  overflow: hidden;
}
.carousel-container .swiper .swiper-wrapper {
  display: flex;
}
.carousel-container .swiper .swiper-slide {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  width: calc((100% - 40px) / 3);
}
.carousel-container .swiper .swiper-slide:hover {
  transform: scale(1.05);
}
.carousel-container .swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.carousel-container .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #333;
  opacity: 0.7;
}
.carousel-container .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007bff;
  opacity: 1;
}
.carousel-container .swiper .swiper-button-next,
.carousel-container .swiper .swiper-button-prev {
  color: #007bff !important;
}
.carousel-container .swiper .swiper-button-next:hover,
.carousel-container .swiper .swiper-button-prev:hover {
  color: #0056b3;
}

@media (max-width: 1024px) {
  .carousel-container .swiper-slide {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .carousel-container .swiper-slide {
    width: 100%;
  }
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion-header {
  font-size: 35px;
}

.accordion-button {
  color: #08517F !important;
  font-size: 20px;
}

.tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 22.5px;
}
@media only screen and (min-width: 769px) {
  .tiles.columns-3 .item, .tiles.columns-4 .item, .tiles.columns-5 .item {
    flex: 0 calc(50% - 22.5px);
  }
}
@media only screen and (min-width: 1000px) {
  .tiles.columns-2 .item {
    flex: 0 calc(50% - 22.5px);
  }
  .tiles.columns-3 .item {
    flex: 0 calc(33% - 22.5px);
  }
  .tiles.columns-4 .item {
    flex: 0 calc(33% - 22.5px);
  }
  .tiles.columns-5 .item {
    flex: 0 calc(33% - 22.5px);
  }
}
@media only screen and (min-width: 1300px) {
  .tiles.columns-4 .item {
    flex: 0 calc(25% - 22.5px);
  }
  .tiles.columns-5 .item {
    flex: 0 calc(20% - 22.5px);
  }
}
.tiles .item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  flex: 1 100%;
  border: 1px solid rgba(128, 128, 128, 0.2);
}
.tiles .item:only-child {
  border: none;
}
@media only screen and (min-width: 769px) {
  .tiles .item {
    flex: 1 50%;
  }
}
@media only screen and (max-width: 999px) {
  .tiles .item {
    display: block;
  }
}
.tiles .item .thumb {
  display: flex;
  align-items: flex-start;
  height: 100%;
  width: auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .tiles .item .thumb {
    max-height: 200px;
  }
}
.tiles .item .thumb img {
  display: block;
  min-width: 100%;
  width: auto;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1000px) {
  .tiles .item .thumb img {
    height: 100%;
  }
}
.tiles .item .caption {
  padding: 30px;
}
.tiles .item .caption a {
  width: auto;
  padding: 10px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.tiles .item .caption a:hover, .tiles .item .caption a:focus, .tiles .item .caption a:active {
  text-decoration: none;
  background-color: #EE2024;
  color: #fff;
}

.list .item {
  background-color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 562px) {
  .list .item {
    flex-direction: column;
  }
}
.list .item .thumb {
  width: 30%;
  min-width: 190px;
  margin-right: 20px;
}
@media only screen and (max-width: 562px) {
  .list .item .thumb {
    width: 100%;
    margin-right: 0;
  }
}
.list .item .caption {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 562px) {
  .list .item .caption {
    width: 100%;
  }
}
.list .item .caption .title {
  font-size: 1rem;
  font-weight: bold;
  color: #002f56;
  margin-bottom: 10px;
}
.list .item .caption .description {
  color: #808080;
  margin-bottom: 15px;
  font-weight: 400;
}
.list .item .caption .price {
  font-size: 0.8rem;
  color: #EE2024;
  font-weight: bold;
}

/* Base Styles for .item */
.item {
  display: flex; /* Flexbox for side-by-side layout */
  flex-direction: row !important; /* Align children horizontally */
  align-items: flex-start; /* Align items to the top */
}

/* Image (Thumb Section) */
.thumb {
  flex: 0 0 200px; /* Fixed width for the image container */
  height: auto; /* Maintain aspect ratio */
}

.thumb img {
  width: 100%; /* Ensure the image fills the container */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Crop the image if needed */
}

.thumb .date-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #e22e22;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  text-transform: uppercase;
}

/* Content (Caption Section) */
.caption {
  flex: 1; /* Allow content to take up remaining space */
  text-align: left; /* Align text to the left */
  display: flex;
  flex-direction: column; /* Stack content vertically */
  justify-content: center; /* Center content vertically */
  padding: 1rem;
}

.caption h4 {
  font-size: 1.5rem;
  color: #08517f;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.caption .event-time {
  color: gray;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.caption .description {
  color: #808080;
  margin-bottom: 15px;
  font-weight: 400;
}

.caption .price {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #e70f0f;
}

.caption .event-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .item {
    flex-direction: column; /* Stack image and content vertically */
    gap: 1rem; /* Adjust spacing */
  }
  .thumb {
    flex: none;
    width: 100%; /* Image takes full width on small screens */
    height: auto;
  }
  .caption {
    width: 100%; /* Content takes full width */
  }
}
.hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 80vh;
}
@media only screen and (max-width: 999px) {
  .hero {
    height: 60vh;
    min-height: 500px;
  }
}
.hero .hero-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
}
.hero .hero-image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.hero .hero-decoration {
  opacity: 0.8;
}
.hero .hero-decoration:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ee2024;
  outline: 10px solid #ee2024;
  outline-offset: 3px;
}
.hero .hero-decoration:before {
  content: "";
  border-radius: 100% 100% 0 0;
  background: #ee2024;
  width: 100%;
  max-width: clamp(100px, 50%, 300px);
  height: 100%;
  display: block;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  outline: 10px solid #ee2024;
  outline-offset: 3px;
  z-index: 0;
}
.hero .hero-content {
  position: relative;
  z-index: 1;
}
.hero .hero-content h1 {
  margin-bottom: 0;
}
.hero .hero-content p {
  margin-bottom: 0;
}
.hero .hero-content-inner {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  padding: 45px;
}
.hero .hero-content * {
  color: #fff;
}
.hero .hero-content .btn {
  background-color: #fff;
  padding: 15px 30px;
  border: none;
  color: #EE2024;
}
.hero .hero-content .btn:hover, .hero .hero-content .btn:focus, .hero .hero-content .btn:active {
  background-color: #08517f;
  color: #fff;
}

.image-gallery {
  width: 100%;
  max-width: 1200px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 999px) {
  .image-gallery {
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
  }
}
@media only screen and (max-width: 562px) {
  .image-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-item {
  width: clamp(100px, 100%, 250px);
  height: clamp(100px, 100%, 250px);
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.carousel-content {
  text-align: center;
  padding: 1rem 5.5rem;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.review-rating {
  margin-bottom: 10px;
}

.review-rating .star {
  color: #dcdcdc;
  font-size: 20px;
}

.review-rating .star.filled {
  color: #ffc107;
}

.review-title {
  font-weight: bold; /* Or change to a valid numerical weight */
  font-size: 18px;
  margin-bottom: 10px;
}

.review-description {
  font-size: 14px;
  margin-bottom: 10px;
}

.carousel-indicators button {
  padding: 5px; /* Adjust for better alignment */
  background-color: gray;
}

.carousel-indicators .active {
  background-color: red;
}

.carousel-control-prev-icon {
  display: inline-block;
  border: solid black;
  border-width: 0 5px 5px 0;
  transform: rotate(135deg);
}

.carousel-control-next-icon {
  display: inline-block;
  border: solid black;
  border-width: 0 5px 5px 0;
  transform: rotate(-45deg);
}

.wave-top:before, .wave-top:after, .wave-bottom:before, .wave-bottom:after {
  position: absolute;
  background: url("/assets-media/mec-wave.svg") repeat-x;
  background-size: auto 60px;
  opacity: 0.1;
  left: 0;
  right: 0;
  height: 60px;
}
.wave-top {
  padding-top: 60px;
}
.wave-top:before {
  content: "";
  top: 0;
}
.wave-bottom {
  padding-bottom: 60px;
}
.wave-bottom:after {
  content: "";
  bottom: 0;
}

.icon {
  max-width: 100px;
  margin: 0 auto;
}

.menu {
  margin-left: -15px;
  width: calc(100% + 27px);
}
.menu .menu-type {
  color: #08517F;
  padding: 45px 0;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .menu .menu-type {
    padding: 75px 0;
    padding-bottom: 200px;
  }
}
.menu .menu-type h2 {
  text-align: center;
  color: #EE2024;
}
.menu .menu-type .menu-type-content {
  font-weight: bold;
  font-size: calc(clamp(16px, 1vw, 19px) * 1.1);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.menu .menu-type .menu-type-content strong {
  color: #808080;
}
.menu .menu-type .menu-items {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(8, 81, 127, 0.1);
  padding: 30px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.menu .menu-type .entries-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  justify-content: space-between;
}
.menu .menu-type .entries-list.columns-1 .item {
  flex: 0 calc(100% - 30px);
}
.menu .menu-type .entries-list.columns-2 .item {
  flex: 0 calc(50% - 30px);
}
.menu .menu-type .entries-list .item {
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.menu .menu-type .entries-list .item h3, .menu .menu-type .entries-list .item h4 {
  color: #08517F;
  margin-bottom: 5px;
}
.menu .menu-type .entries-list .item .caption p {
  color: #808080;
  margin-bottom: 15px;
  font-weight: 400;
}
.menu .menu-type .entries-list .item .caption .price {
  color: #EE2024;
  font-weight: 800;
  font-size: calc(clamp(16px, 1vw, 19px) * 0.8);
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  .menu .menu-type.has-image .menu-items {
    max-width: 40vw;
  }
}
@media only screen and (min-width: 1920px) {
  .menu .menu-type.has-image .menu-items {
    max-width: 30vw;
  }
}
.menu .menu-type .menu-type-image {
  position: absolute;
  z-index: 1;
  top: 10vw;
  bottom: 5%;
  right: -50px;
  max-width: 50vw;
  display: none;
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  .menu .menu-type .menu-type-image {
    display: flex;
  }
}
.menu .menu-type .menu-type-image img {
  max-height: 900px;
}
@media only screen and (min-width: 1000px) {
  .menu.menu-rounded-imgs .menu-type {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 100vh;
  }
}
.menu.menu-rounded-imgs .menu-type h2 {
  position: relative;
  z-index: 4;
}
.menu.menu-rounded-imgs .menu-type-image {
  background: #808080;
  border-radius: 500px 0 0 500px;
  overflow: hidden;
  max-height: 900px;
}
.menu.menu-rounded-imgs .menu-type-image img {
  max-height: none;
  height: 100%;
  width: auto;
  object-fit: cover;
}
@media only screen and (max-width: 999px) {
  .menu.menu-rounded-imgs .menu-type-image {
    position: static;
    display: block;
    border-radius: 0 !important;
    width: 100%;
    max-width: 100%;
    transform: translate(0, 0);
    max-height: 300px;
  }
  .menu.menu-rounded-imgs .menu-type-image img {
    max-width: 100%;
  }
}
.menu.menu-rounded-imgs .menu-type-image:after {
  content: "";
  width: 400px;
  height: 65px;
  transform: rotate(90deg);
  filter: invert(1);
  background: url("/assets-media/mec-wave.svg") repeat-x;
  background-position-x: -20px;
  position: absolute;
  bottom: 10%;
  right: 50px;
}
.menu.menu-rounded-imgs .has-image:nth-child(odd) .menu-items {
  margin-left: auto;
}
.menu.menu-rounded-imgs .has-image:nth-child(odd) .menu-type-image {
  left: -50px;
  right: auto;
  border-radius: 0 500px 500px 0;
  background: #808080;
}
.menu.menu-rounded-imgs .has-image:nth-child(odd) .menu-type-image:after {
  left: 50px;
  right: auto;
}

.item {
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.item:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.item .caption {
  color: #08517f;
}
.item .caption .event-title {
  font-size: 1.2rem;
  color: #08517f !important;
  margin: 0 0 0.5rem;
  font-weight: bold;
}
.item .caption p {
  font-size: 0.95rem;
  line-height: 1.5;
}
.item .caption .event-date, .item .caption .event-days {
  color: #808080;
  font-weight: bold;
}
.item .caption .event-time {
  color: black !important;
  font-weight: bold;
}
.item .caption .event-link {
  font-size: 0.9rem;
  color: #e22e22;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 999px) {
  .item {
    max-width: 100%;
  }
  .item .thumb {
    height: 150px;
  }
  .item .caption h4 {
    font-size: 1.1rem;
  }
  .item .caption p {
    font-size: 0.9rem;
  }
}

.event .entry {
  background: white;
  padding: 45px 0 120px;
}
.event .entry .title {
  color: black;
}
.event .entry .content .content-section .container {
  padding-left: 0;
  padding-right: 0;
}
.event .event-info ul.meta {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event .event-info ul.meta li {
  border-bottom: 1px solid rgba(8, 81, 127, 0.2);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.event .event-info ul.meta li strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  color: #EE2024;
}/*# sourceMappingURL=style.css.map */</pre></body></html>