﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --font-size-base: calc(1vw + 0.5rem);
  --font-size-lg: calc(2vw + 1rem);
  --font-size-sm: calc(0.8vw + 0.5rem);
  --spacing-base: calc(1vw + 10px);
}

body, html {
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  color: #002E47;
  overflow-x: clip;
  position: relative;
}

body {
  font-size: var(--font-size-base);
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
}

h1 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--spacing-base);
}

.eyebrow {
  color: #002E47;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  font-weight: 600;
}

.line-eyebrow {
  border-bottom: 1px solid #002E47;
  color: #002E47;
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  font-weight: 500;
  padding-bottom: 1rem;
}

p {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  font-weight: 380;
}

.container-fluid {
  padding: var(--spacing-base);
  width: 100%;
  height: 100%;
  max-width: 1440px;
}

.svg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/lcs-pattern.svg);
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center 20rem;
  opacity: 1;
}

.svg-overlay-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/lcs-dark-pattern.svg);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position-x: 40%;
  background-position-y: 140%;
  opacity: 1;
}

section {
  position: relative;
  overflow: hidden;
}

body.modal-open {
  overflow-y: hidden !important;
  padding-right: 0 !important;
}

.modal-header {
  border: none;
}

.modal-backdrop.show {
  opacity: 0.7 !important;
  background-color: #011621 !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  color: #002E47;
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: #002E47;
  text-decoration: underline;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.75rem;
}

ul {
  padding-left: 22px;
}
ul li {
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
}
ul ul {
  margin-top: 0.75rem;
}

img {
  max-width: 100%;
}

.responsive {
  width: 100%;
  height: auto;
}

.overflow {
  overflow: hidden;
  position: relative;
}
.overflow.rounded {
  border-radius: 8px !important;
}

button:focus, a:focus, .btn:focus {
  box-shadow: none;
}

.strikethrough {
  text-decoration: line-through;
}

.disclaimer {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #28292A;
  padding-top: 4.5rem;
  border-top: 1px solid #A8947A;
}
.disclaimer p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #28292A;
}

.headline {
  overflow: hidden;
}
.headline.inline-headline .line {
  display: inline;
  font-weight: 300;
}
.headline.inline-headline .line.gradient-text {
  font-weight: 500;
}

.line, .ico-card {
  display: block;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.gradient-text {
  background: linear-gradient(90deg, #1371B0, #029935);
  background-size: 100% 100%;
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.gradient-text.number {
  font-size: 5rem;
  line-height: 6rem;
}

.svg-gradient {
  background: url(../img/lcs-gradient-3840x1280_60.svg);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: bottom;
  background-repeat: repeat-x;
  z-index: 1;
}

.grey-bg {
  background: #FAFAFA;
}

.gradient-bg {
  background: white;
  background-image: linear-gradient(91deg, rgba(19, 113, 176, 0.1) 0.75%, rgba(2, 153, 53, 0.1) 99.38%);
}

.animate {
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.video-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.video-player {
  width: 100%;
  display: none;
}

.article-h2 {
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: clamp(2.5rem, 7vw, 3.5rem);
  font-weight: 380;
}
.article-h2.light {
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.article h1 {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 7vw, 4rem);
  line-height: clamp(3rem, 8vw, 4.8rem);
  font-weight: 300;
  margin-bottom: 2rem;
}
.article p {
  font-weight: 380;
  margin-bottom: 2rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
}
.article .subhead {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
}
.article ol, .article ul {
  font-weight: 380;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
}
.article ol li, .article ul li {
  margin-bottom: 1rem;
}
.article h2 {
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: clamp(2.5rem, 7vw, 3.25rem);
  font-weight: 380;
  margin-bottom: 1rem;
}
.article h2.light {
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.article h3 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: clamp(2.25rem, 6vw, 3rem);
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.article h4 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: clamp(2rem, 5vw, 2.75rem);
  font-weight: 300;
}
.article h5 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 400;
}
.article h6 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 500;
}
.article .tag {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  background-color: #FAFAFA;
  padding: 4px 8px;
  display: inline-flex;
}
.article .art-img {
  margin: 3rem 0;
  overflow: hidden;
  position: relative;
}
.article .art-img img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.article .art-img .art-caption {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1.125rem, 2.25vw, 1.313rem);
  position: relative;
  padding-left: 0.5rem;
}
.article .art-img .art-caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--5-brand-gradient, linear-gradient(91deg, rgba(19, 113, 176, 0.08) 0.75%, rgba(2, 153, 53, 0.08) 99.38%));
}
.article blockquote {
  font-size: clamp(1rem, 2vw, 1.25rem);
  display: block;
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-style: italic;
  margin: 2.25rem 0;
  padding-left: 1.25rem;
  position: relative;
}
.article blockquote p {
  margin-bottom: 0;
}
.article blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--5-brand-gradient, linear-gradient(91deg, rgba(19, 113, 176, 0.08) 0.75%, rgba(2, 153, 53, 0.08) 99.38%));
}

.event-contact {
  display: block;
  border-radius: 8px;
  border: 1px solid #E3E2E3;
}
.event-contact .title-box {
  background: linear-gradient(to right, #1371B0, #029935);
  border-radius: 8px 8px 0 0;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-contact .title-box span {
  color: #ffffff;
  font-size: 3rem;
}
.event-contact .content {
  padding: 2rem;
}
.event-contact h5 {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: clamp(2rem, 5vw, 2.25rem);
  font-weight: 300;
}
.event-contact .name {
  display: block;
  font-size: 1rem;
}
.event-contact a {
  display: block;
  font-size: 1rem;
}
.event-contact.success-box .title-box span {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-align: center;
}

.article-th {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.card {
  border-radius: 20px;
  border: 0;
}
.card.bg-lightest-grey {
  border: 0;
}

.card ul li {
  font-size: 1.125rem;
}

.rounded-3 {
  border-radius: 20px !important;
}

.text-decoration-none:hover {
  text-decoration: underline !important;
}

.alert p {
  margin-bottom: 0;
}

@media screen and (min-width: 1400px) {
  .desk-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
img.h-100 {
  object-fit: cover;
}

.bullets-chevron-sq {
  padding: 0;
  margin: 0;
}

.bullets-chevron-sq li {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem;
  padding-left: 2rem;
}

.bullets-chevron-sq li:before {
  content: "";
  background: url("../../img/icons/ico-chevron-sq.svg");
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}

p + hr, div + hr {
  margin: 3rem 0;
}

hr.hr-thick {
  height: 2px;
  opacity: 1;
}

.modal-backdrop {
  background-color: white;
}
.modal-backdrop.show {
  opacity: 0.75;
}

.search-label {
  display: none;
}

.article ul.search-categories li {
  margin-bottom: 0;
}

.ss-results-number {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  font-weight: 300;
  margin-bottom: 2rem;
}

.ss-result .ss-result-title {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  margin-bottom: 0.5rem;
}
.ss-result .ss-result-summary {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: clamp(1.375rem, 3vw, 1.688rem);
  font-weight: 300;
  margin-bottom: 2rem;
}

.pagination .page-link {
  color: #002E47;
  border-color: #e3e2e3;
  background-color: white;
  transition: all 0.2s ease-in-out;
}
.pagination .page-link:hover, .pagination .page-link.active {
  color: white;
  background-color: #002E47;
  border-color: #002E47;
  text-decoration: none;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

@keyframes slideIn {
  0% {
    transform: translateY(-3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-3rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-3rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.min-h-100 {
  min-height: 100vh;
}

.mh-130 {
  min-height: 130%;
}

.mh-110 {
  min-height: 110%;
}

.mb-6 {
  margin-bottom: 3.5rem;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-top-15 {
  padding-top: 1.5rem;
}

.padding-bottom-15 {
  padding-bottom: 1.5rem;
}

.padding-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-top-2 {
  padding-top: 2rem;
}

.padding-bottom-2 {
  padding-bottom: 2rem;
}

.padding-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-top-3 {
  padding-top: 3rem;
}

.padding-bottom-3 {
  padding-bottom: 3rem;
}

.padding-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-top-4 {
  padding-top: 4rem;
}

.padding-bottom-4 {
  padding-bottom: 4rem;
}

.padding-45 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.padding-top-45 {
  padding-top: 4.5rem;
}

.padding-bottom-45 {
  padding-bottom: 4.5rem;
}

.padding-bottom-5 {
  padding-bottom: 5rem;
}

.padding-55 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.padding-top-55 {
  padding-top: 5.5rem;
}

.padding-bottom-55 {
  padding-bottom: 5.5rem;
}

.padding-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-top-6 {
  padding-top: 6rem;
}

.padding-bottom-6 {
  padding-bottom: 6rem;
}

.padding-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-top-8 {
  padding-top: 8rem;
}

.padding-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.padding-top-9 {
  padding-top: 9rem;
}

.padding-top-10 {
  padding-top: 10rem;
}

.padding-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.padding-top-12 {
  padding-top: 12rem;
}

.padding-bottom-12 {
  padding-bottom: 12rem;
}

.padding-bottom-8 {
  padding-bottom: 8rem;
}

.padding-111 {
  padding-top: 11.125rem;
  padding-bottom: 11.125rem;
}

.padding-top-111 {
  padding-top: 11.125rem;
}

.padding-bottom-111 {
  padding-bottom: 11.125rem;
}

.padding-16 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.padding-top-16 {
  padding-top: 16rem;
}

.padding-bottom-16 {
  padding-bottom: 16rem;
}

@media screen and (max-width: 991px) {
  .mobile-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mobile-2-top {
    padding-top: 2rem;
  }
  .mobile-2-bottom {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .padding-3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .padding-top-3 {
    padding-top: 1.3rem;
  }
  .padding-bottom-3 {
    padding-bottom: 1.3rem;
  }
  .padding-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .padding-top-4 {
    padding-top: 1.5rem;
  }
  .padding-bottom-4 {
    padding-bottom: 1.5rem;
  }
  .padding-45 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .padding-top-45 {
    padding-top: 2rem;
  }
  .padding-bottom-45 {
    padding-bottom: 2rem;
  }
  .padding-top-45 {
    padding-top: 3rem;
  }
  .padding-bottom-45 {
    padding-bottom: 3rem;
  }
  .padding-6 {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
  .padding-top-6 {
    padding-top: 2.6rem;
  }
  .padding-bottom-6 {
    padding-bottom: 2.6rem;
  }
  .padding-8 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .padding-top-8 {
    padding-top: 4.5rem;
  }
  .padding-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .padding-top-9 {
    padding-top: 5rem;
  }
  .padding-bottom-8 {
    padding-bottom: 4.5rem;
  }
  .padding-8 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .padding-top-12 {
    padding-top: 6.5rem;
  }
  .padding-bottom-12 {
    padding-bottom: 6.5rem;
  }
  .padding-16 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .padding-top-16 {
    padding-top: 8rem;
  }
}
header {
  align-items: center;
  background-color: #ffffff;
}
header a {
  color: #002E47;
  text-decoration: none;
}
header .logo-wrapper {
  padding-right: 0rem;
}
header .aux-nav .btn-sm {
  font-size: 0.7rem;
  line-height: 1.2rem;
  padding: 10px 20px;
  font-weight: 700;
  letter-spacing: 0.26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .aux-nav .btn-sm {
    font-size: 0.7608695652rem;
    line-height: 1.3043478261rem;
  }
}
@media (min-width: 992px) {
  header .aux-nav .btn-sm {
    font-size: 0.875rem;
    line-height: 1.65rem;
  }
}
header .aux-nav .btn-sm:first-child {
  margin-right: 1rem;
}

#search-nav-toggle {
  display: none;
}

.header-wrap {
  background-color: #ffffff;
  border-bottom: 1.5px solid #FAFAFA;
  position: fixed;
  width: 100%;
  z-index: 500;
  box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.0509803922);
  transition: top 0.3s ease-in-out;
  z-index: 20;
}
.header-wrap .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand, .offcanvas-logo {
  max-width: 110px;
}

.navbar-toggler {
  font-size: clamp(1rem, 1vw, 1rem);
  position: absolute;
  right: 10px;
  top: 20px;
}

.offcanvas-header {
  padding: 15px 0 0 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='%230d6efd' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46967 6.01034C5.76256 5.71745 6.23744 5.71745 6.53033 6.01034L12 11.48L17.4697 6.01034C17.7626 5.71745 18.2374 5.71745 18.5303 6.01034C18.8232 6.30323 18.8232 6.77811 18.5303 7.071L13.0607 12.5407L18.5303 18.0103C18.8232 18.3032 18.8232 18.7781 18.5303 19.071C18.2374 19.3639 17.7626 19.3639 17.4697 19.071L12 13.6013L6.53033 19.071C6.23744 19.3639 5.76256 19.3639 5.46967 19.071C5.17678 18.7781 5.17678 18.3032 5.46967 18.0103L10.9393 12.5407L5.46967 7.071C5.17678 6.77811 5.17678 6.30323 5.46967 6.01034Z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='5.25' y1='13.1812' x2='18.7474' y2='13.3679' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231371B0'/%3E%3Cstop offset='1' stop-color='%23029935'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.btn-close {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath stroke='%230d6efd' stroke-width='2' d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  opacity: 1;
}

#staffModal .eyebrow {
  display: block;
  margin-bottom: 10px;
}
#staffModal .btn-close {
  background: none;
}
#staffModal img.rounded {
  margin-bottom: 2rem;
}

.top-bar-nav-inside {
  border-top: 1px solid #E3E2E3;
  color: #002E47;
  font-size: clamp(0.6875rem, 1.25vw, 0.75rem);
  line-height: clamp(1rem, 2vw, 1.25rem);
  margin-top: 2rem;
}
.top-bar-nav-inside ul {
  list-style-type: none;
  margin-top: 1rem;
  padding-left: 0;
}
.top-bar-nav-inside ul li {
  padding-bottom: 0;
  margin-bottom: 0.75rem;
}
.top-bar-nav-inside ul li ul {
  margin-top: 0;
  padding-left: 22px;
}
.top-bar-nav-inside ul li ul li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top-bar-nav-inside ul li a {
  text-decoration: underline;
}

.top-bar-nav {
  display: none;
}
.top-bar-nav .nav-item {
  padding-bottom: 0;
}
.top-bar-nav .nav-item .nav-link {
  font-size: clamp(0.6875rem, 1.25vw, 0.75rem);
  line-height: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  color: #002E47;
}
.top-bar-nav .nav-item .nav-link.active {
  background-color: #ffffff;
}
.top-bar-nav .nav-item .nav-link:hover {
  background-color: #ffffff;
  text-decoration: none;
}
.top-bar-nav .nav-item .nav-link.dropdown-toggle .show {
  background-color: #ffffff;
}
.top-bar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
.top-bar-nav .nav-item.dropdown .dropdown-menu {
  border-top: none;
  border-left: 1px solid #E3E2E3;
  border-right: 1px solid #E3E2E3;
  border-bottom: 1px solid #E3E2E3;
  border-radius: 0px 0px 4px 4px;
  background: #ffffff;
  margin: -2px 0px 0px 0px;
}
.top-bar-nav .nav-item.dropdown .dropdown-menu li {
  padding-bottom: 0;
}
.top-bar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
  font-size: clamp(0.6875rem, 1.25vw, 0.75rem);
  line-height: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  color: #002E47;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.top-bar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover, .top-bar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:active, .top-bar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:focus {
  background-image: linear-gradient(91deg, rgba(19, 113, 176, 0.1) 0.75%, rgba(2, 153, 53, 0.1) 99.38%);
  text-decoration: none;
}

.main-navigation .navbar {
  padding: 10px 0;
}
.main-navigation .mobile-nav-container {
  padding-left: 0;
  padding-right: 0;
}
.main-navigation .navbar-nav {
  padding-top: 50px;
  width: 100%;
}
.main-navigation .navbar-nav.rt-navbar {
  padding-top: 0;
}
.main-navigation .nav-link {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}
.main-navigation .nav-link:hover, .main-navigation .nav-link:active, .main-navigation .nav-link:focus {
  color: #002E47;
  text-decoration: none;
}
.main-navigation .dropdown-toggle {
  padding-right: 1.5rem;
}
.main-navigation .dropdown-toggle::after {
  border: none;
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url("../img/icons/down-caret.svg");
  right: 4%;
  bottom: 35%;
  position: absolute;
  transform: none;
  transition: transform 0.5s ease-in-out;
}
.main-navigation .dropdown-toggle.show::after {
  transform: rotate(-180deg);
}
.main-navigation .dropdown-menu {
  border: none;
}
.main-navigation .dropdown-menu .container {
  padding: 0;
}
.main-navigation .dropdown-menu li {
  padding-bottom: 0;
}
.main-navigation .dropdown-menu .dropdown-item {
  border: none;
  color: #002E47;
  display: inline-block;
  width: auto;
  font-size: 0.938rem;
  font-weight: 500;
  padding-left: 0;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}
.main-navigation .dropdown-menu .dropdown-item img {
  display: none;
  margin-top: -3px;
  transition: transform 0.3s ease;
}
.main-navigation .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  text-decoration: none;
}
.main-navigation .dropdown-menu .dropdown-item:hover img {
  transform: translateX(10px);
}
.main-navigation .dropdown-menu .dropdown-item:active {
  color: #002E47;
  text-decoration: underline;
}
.main-navigation .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #002E47;
  text-decoration: underline;
}
.main-navigation .dropdown-menu.big-dropdown .drop-ico-item {
  background: #ffffff;
  position: relative;
}
.main-navigation .dropdown-menu.big-dropdown .drop-ico-item img {
  display: none;
  margin-top: -2px;
  transition: transform 0.3s ease;
}
.main-navigation .dropdown-menu.big-dropdown .drop-ico-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1371B0, #029935);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.main-navigation .dropdown-menu.big-dropdown .drop-ico-item:hover:before {
  opacity: 0.05;
}
.main-navigation .dropdown-menu.big-dropdown .drop-ico-item:hover img {
  transform: translateX(10px);
}
.main-navigation .dropdown-menu.big-dropdown .drop-ico-item a {
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
  position: relative;
  width: auto;
  z-index: 1;
}
.main-navigation .dropdown-menu.big-dropdown .drop-ico-item p {
  font-size: 0.7rem;
  line-height: 1.2rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation .dropdown-menu.big-dropdown .drop-ico-item p {
    font-size: 0.7608695652rem;
    line-height: 1.3043478261rem;
  }
}
@media (min-width: 992px) {
  .main-navigation .dropdown-menu.big-dropdown .drop-ico-item p {
    font-size: 0.875rem;
    line-height: 1.65rem;
  }
}

.top-search-button.inside {
  display: none;
  margin-left: 3rem;
}
.top-search-button.outside {
  display: inline-block;
  margin-left: 3rem;
  position: absolute;
  right: 75px;
  top: 25px;
}

#top-search-form {
  background-color: white;
  color: #002E47;
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5000;
}
#top-search-form #top-search-close {
  width: 30px;
  height: 30px;
  background-size: contain;
  border: none;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}
#top-search-form #top-search-close:hover {
  color: #029935;
}
#top-search-form #top-search-close:hover svg {
  fill: #029935;
}
#top-search-form .top-search-content {
  display: flex;
}
#top-search-form .top-search-content h5 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}
#top-search-form .top-search-content input {
  background-color: white;
  color: #002E47;
  display: inline-flex;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 380;
  line-height: 2.25rem;
  padding: 10px 32px;
  border: 1px solid #e3e2e3;
  border-radius: 100px;
  margin-bottom: 20px;
}
#top-search-form .top-search-content .search-button-go {
  display: inline-flex;
  border-radius: 50%;
  border: 3px solid #002E47;
  background: #FFF;
  box-shadow: 3px 3px 0px 0px #002E47;
  width: 50px;
  height: 50px;
  transition: all ease-out 0.25s;
  vertical-align: middle;
}
#top-search-form .top-search-content .search-button-go:hover {
  box-shadow: none;
}

.position-search {
  height: 30px;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 1200px) {
  .top-bar-nav-inside {
    display: none;
  }
  .top-bar-nav {
    display: block;
  }
  .main-navigation .navbar-collapse .bounce-button-border {
    min-width: 240px;
  }
  .main-navigation .mobile-nav-container {
    padding-left: inherit;
    padding-right: inherit;
  }
  .main-navigation .navbar-nav {
    width: auto;
    padding-top: 0;
  }
  .main-navigation .navbar-nav.rt-navbar {
    padding-top: 0;
    margin-right: 20px;
  }
  .main-navigation .nav-item {
    padding-bottom: 0;
    margin-right: 2%;
  }
  .main-navigation .nav-link {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    white-space: nowrap;
  }
  .main-navigation .nav-link:hover, .main-navigation .nav-link:active, .main-navigation .nav-link:focus {
    color: #002E47;
  }
  .main-navigation .nav-link.dropdown-toggle {
    padding-right: 1.5rem !important;
  }
  .main-navigation .dropdown-menu {
    min-width: 17rem;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  }
  .main-navigation .dropdown-menu.big-dropdown {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0;
    position: fixed !important;
    margin-top: -1px;
    width: 100%;
    display: none;
    opacity: 0;
    top: 95px;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1;
  }
  .main-navigation .dropdown-menu.big-dropdown.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .main-navigation .dropdown-menu.big-dropdown .desk-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .main-navigation .dropdown-menu.big-dropdown .dropdown-item {
    border: none;
    color: #002E47;
    padding-left: 0;
    text-decoration: underline;
    z-index: 1;
  }
  .main-navigation .dropdown-menu.big-dropdown .dropdown-item:hover {
    background-color: transparent;
    text-decoration: none;
  }
  .main-navigation .dropdown-menu.big-dropdown .dropdown-item:active {
    color: #002E47;
    text-decoration: underline;
  }
  .main-navigation .dropdown-menu.big-dropdown .dropdown-item:focus {
    background-color: transparent;
    color: #002E47;
    text-decoration: underline;
  }
  .main-navigation .dropdown-menu.big-dropdown .drop-ico-item {
    background: #ffffff;
    border: 1.5px solid #FAFAFA;
    border-radius: 5px;
    margin: 40px 0 30px 0;
    padding: 8px 16px;
    position: relative;
  }
  .main-navigation .dropdown-menu.big-dropdown .drop-ico-item img {
    display: inline-block;
  }
  .main-navigation .dropdown-menu.big-dropdown .drop-ico-item:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #1371B0, #029935);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .main-navigation .dropdown-menu.regular {
    background: #ffffff;
    border: 0;
    border-radius: 0 0 5px 5px;
    padding: 1.5rem;
    top: 58px;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1;
  }
  .main-navigation .dropdown-menu.regular.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .main-navigation .dropdown-menu.regular li {
    margin-top: 8px;
  }
  .main-navigation .dropdown-menu.regular li a {
    border: 1.5px solid #FAFAFA;
    border-radius: 4px;
    color: #002E47;
    padding: 0.5rem 2rem;
    position: relative;
  }
  .main-navigation .dropdown-menu.regular li a img {
    display: inline-block;
  }
  .main-navigation .dropdown-menu.regular li a:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #1371B0, #029935);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .main-navigation .dropdown-menu.regular li a:hover {
    text-decoration: none;
  }
  .main-navigation .dropdown-menu.regular li a:hover:before {
    opacity: 0.05;
  }
  .main-navigation .dropdown-menu.regular li a:active {
    color: #002E47;
    text-decoration: none;
  }
  .main-navigation .dropdown-menu.regular li a:focus {
    color: #002E47;
    text-decoration: none;
  }
  .top-search-button.inside {
    display: inline-block;
    vertical-align: 8px;
    margin-right: 10px;
  }
  .top-search-button.outside {
    display: none;
  }
  #staffModal .modal-dialog {
    max-width: 75%;
  }
  #staffModal .modal-body {
    padding: 0 4rem;
  }
  #staffModal img.rounded {
    margin-bottom: 3rem;
  }
}
.row-100 {
  height: 100vh;
}

.row-85 {
  height: 85vh;
}

.big-hero-container {
  background-size: initial;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.big-hero-container.top-hero {
  height: 85vh;
}
.big-hero-container .svg-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(../img/lcs-pattern.svg);
  background-size: initial;
  background-repeat: repeat-x;
  background-position-x: 95%;
  background-position-y: 115%;
  opacity: 1;
}
.big-hero-container .mobile-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.big-hero-container #bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.big-hero-container .pause-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(32px);
  border: none;
  padding: 12px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.big-hero-container .pause-button svg {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease-in-out;
}
.big-hero-container .pause-button:hover {
  background: rgba(19, 113, 176, 0.7);
}
.big-hero-container .pause-button:active svg {
  transform: scale(0.9);
}
.big-hero-container .big-hero-content {
  margin-bottom: 10%;
  position: relative;
  z-index: 5;
}
.big-hero-container .big-hero-content .hero-content-body {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(32px);
  padding: 2rem;
}
.big-hero-container .big-hero-content .hero-content-body.double-padded {
  padding: 1rem;
}
.big-hero-container .big-hero-content .hero-content-body .headline, .big-hero-container .big-hero-content .hero-content-body p {
  display: inline-block;
}
.big-hero-container .big-hero-content .hero-content-body .eyebrow {
  display: block;
  margin-bottom: 1.5rem;
}
.big-hero-container .big-hero-content .hero-content-body h1 {
  color: #002E47;
  font-size: clamp(2.5rem, 7vw, 4rem);
  line-height: clamp(3rem, 8vw, 4.5rem);
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
.big-hero-container .big-hero-content .hero-content-body h1 .gradient-text {
  font-weight: 500;
}
.big-hero-container .big-hero-content .hero-content-body h4 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: clamp(2rem, 5vw, 2.75rem);
  font-weight: 300;
}
.big-hero-container .big-hero-content .hero-content-body p {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 380;
  margin: 1rem 0;
}
.big-hero-container .big-hero-content .hero-content-body p.smaller {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: clamp(1.375rem, 3vw, 1.688rem);
  font-weight: 380;
  margin: 0 0 1rem 0;
}
.big-hero-container .big-hero-content .hero-content-body .bounce-container {
  margin-top: 2rem;
  width: 100%;
}
.big-hero-container.lax-image .big-hero-content .promo-form {
  display: block;
}
.big-hero-container.lax-image .big-hero-content .promo-form .dropdown {
  margin-bottom: 1rem;
}
.big-hero-container.lax-image .big-hero-content .promo-form input {
  color: #002E47;
  display: inline-block;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 380;
  line-height: 2.25rem;
  padding: 18px 32px;
  border: none;
  border-radius: 100px;
  background: #F4F4F6;
  margin-bottom: 0;
  width: 100%;
}
.big-hero-container.white-hero h1 {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 7vw, 4rem);
  line-height: clamp(3rem, 8vw, 4.8rem);
  font-weight: 300;
  margin-bottom: 0;
}
.big-hero-container.white-hero h1 .gradient-text {
  font-weight: 500;
}
.big-hero-container.white-hero .hero-address {
  display: block;
  font-size: clamp(1rem, 1.75vw, 1.125rem);
  line-height: clamp(1.375rem, 2.5vw, 1.688rem);
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.big-hero-container.white-hero p {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 380;
  margin: 1rem 0 1rem 0;
}
.big-hero-container.white-hero .bounce-container {
  margin-top: 2rem;
}

.swiper-community-images {
  width: 100%;
  padding: 50px 0;
  overflow: visible;
}
.swiper-community-images .swiper-slide {
  width: 70vw;
  height: 550px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.swiper-community-images.sci-short .swiper-slide {
  width: 25vw;
  height: 320px;
}

.swiper-community-large-images {
  width: 100%;
  padding: 50px 0;
  overflow: visible;
}
.swiper-community-large-images .swiper-slide {
  width: 70vw;
  height: 670px;
}
.swiper-community-large-images .swiper-slide .slide-image {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.swiper-community-large-images .swiper-slide .slide-image .svg-gradient {
  border-radius: 0 0 9px 9px;
}
.swiper-community-large-images .swiper-slide .caption {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  position: absolute;
  bottom: -3rem;
}
.swiper-community-large-images .swiper-slide .modal-control {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.swiper-community-large-images .swiper-slide .modal-control .modal-play-button {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(32px);
  border: none;
  border-radius: 50%;
  transition: background 0.3s ease;
  width: 80px;
  height: 80px;
  z-index: 3;
}
.swiper-community-large-images .swiper-slide .modal-control .modal-play-button:before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url(../img/icons/play-icon.svg);
  background-position: center;
  background-size: contain;
  z-index: 4;
}

.swiper-nearby-communities {
  width: 100%;
  padding: 50px 0;
  overflow: visible;
}
.swiper-nearby-communities .swiper-slide {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  transform-origin: left center;
  width: auto;
  transition: all 0.3s;
}
.swiper-nearby-communities .swiper-slide:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.0509803922);
}
.swiper-nearby-communities .swiper-slide {
  border-radius: 12px;
  border: 1px solid #E3E2E3;
  height: 350px;
  width: 420px;
}
.swiper-nearby-communities .swiper-slide .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  overflow: hidden;
  transition: all ease-out 0.25s;
}
.swiper-nearby-communities .swiper-slide .slide-image .caption {
  background-color: white;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1;
  padding: 1.5rem;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  height: 20%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .big-hero-container {
    background-size: cover;
  }
  .big-hero-container .row-85 {
    height: 85vh;
  }
  .big-hero-container .row-100 {
    height: 100vh;
  }
  .big-hero-container #bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  .big-hero-container .pause-button {
    bottom: 65px;
    right: 50px;
  }
  .big-hero-container .big-hero-content .hero-content-body .promo-form {
    display: flex;
  }
  .big-hero-container .big-hero-content .hero-content-body .promo-form .inline-input {
    display: inline-block;
    margin-bottom: 1rem;
    margin-right: 2%;
    min-width: 150px;
    width: auto;
  }
  .big-hero-container .big-hero-content .hero-content-body .promo-form .inline-input:last-of-type {
    margin-right: 0;
    width: auto;
  }
  .big-hero-container .big-hero-content .hero-content-body .promo-form .bounce-container {
    margin-top: 0;
  }
  .big-hero-container .big-hero-content .hero-content-body .bounce-container {
    width: auto;
  }
  .big-hero-container .big-hero-content .hero-content-body.double-padded {
    padding: 4rem;
  }
  .big-hero-container.lax-image .big-hero-content .hero-content-body {
    padding: 55px 55px 40px 55px;
    z-index: 5;
  }
  .big-hero-container.lax-image .big-hero-content .hero-content-body .bouce-container {
    margin-top: 0;
  }
}
.side-by-side .container-fluid {
  position: relative;
  z-index: 1;
}
.side-by-side h1 {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.25rem, 6.5vw, 3.25rem);
  line-height: clamp(2.75rem, 7.5vw, 3.75rem);
  margin-bottom: 1.25rem;
  font-weight: 300;
}
.side-by-side h2 {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: clamp(2.375rem, 6vw, 3.6rem);
  margin-bottom: 1.25rem;
  font-weight: 300;
}
.side-by-side h3 {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 3.125rem);
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.side-by-side h3.stat-head {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 500;
  margin-bottom: 0;
}
.side-by-side h3.light {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: clamp(2.25rem, 6vw, 3rem);
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.side-by-side h4 {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: clamp(2rem, 5vw, 2.75rem);
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.side-by-side h5 {
  color: #002E47;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 380;
}
.side-by-side .eye-brow {
  color: #002E47;
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.side-by-side .sub-eye-brow {
  color: #002E47;
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1.125rem, 2.25vw, 1.313rem);
  margin-bottom: 1rem;
}
.side-by-side .succ-sub-head {
  color: #002E47;
  display: block;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  margin: 1rem 0;
}
.side-by-side.vendor-hero .eye-brow {
  background-color: #ffffff;
  border-radius: 2px;
  color: #002E47;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 2rem;
  padding: 0.25rem 0.5rem;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1.125rem, 2.25vw, 1.313rem);
  font-weight: 380;
  text-transform: none;
}
.side-by-side p {
  color: #002E47;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-family: "Inter", sans-serif;
  font-weight: 380;
}
.side-by-side p:not(:last-of-type) {
  margin-bottom: 1.125rem;
}
.side-by-side p:last-of-type {
  margin-bottom: 3.125rem;
}
.side-by-side p.stat {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1.125rem, 2.25vw, 1.313rem);
}
.side-by-side ul.stat-list {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1.125rem, 2.25vw, 1.313rem);
  font-family: "Inter", sans-serif;
  font-weight: 380;
}
.side-by-side ul.stat-list li {
  padding-bottom: 0.25rem;
  font-weight: 380;
}
.side-by-side .foot {
  color: #002E47;
}
.side-by-side.white-bg {
  background: #ffffff;
}
.side-by-side.grad-bg {
  background-color: white;
  background: linear-gradient(91deg, rgba(19, 113, 176, 0.1) 0.75%, rgba(2, 153, 53, 0.1) 99.38%);
}
.side-by-side .sbs-background {
  overflow: hidden;
}
.side-by-side .sbs-background.thick-border {
  padding: 5.125rem;
  border-radius: 16px;
  background: linear-gradient(91deg, rgba(19, 113, 176, 0.08) 0.75%, rgba(2, 153, 53, 0.08) 99.38%);
}
.side-by-side .sbs-background .sbs-img {
  display: flex;
  min-height: 325px;
}
.side-by-side .modal-control {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.side-by-side .modal-control .modal-play-button {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(32px);
  border: none;
  border-radius: 50%;
  transition: background 0.3s ease;
  width: 80px;
  height: 80px;
  z-index: 2;
}
.side-by-side .modal-control .modal-play-button:before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url(../img/icons/play-icon.svg);
  background-position: center;
  background-size: contain;
  z-index: 3;
}
.side-by-side .accordion {
  margin-bottom: 2rem;
}
.side-by-side .accordion-header {
  margin-bottom: 0;
}
.side-by-side .accordion-header .accordion-button {
  background-color: transparent;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 500;
  box-shadow: none;
  padding: 20px 0;
}
.side-by-side .accordion-header .accordion-button.collapsed {
  border-bottom: 1px solid #f1f1f1;
}
.side-by-side .accordion-button::after {
  background-color: white;
  background-image: url(../img/icons/plus.svg);
  background-position: center;
  background-size: contain;
  width: 55px;
  height: 30px;
  box-shadow: 5px 5px 0px 0px #002E47;
  border-radius: 28px;
  border: 2px solid #002E47;
  transition: all ease-out 0.25s;
}
.side-by-side .accordion-button:not(.collapsed) {
  color: #002E47;
  box-shadow: none;
}
.side-by-side .accordion-button:not(.collapsed)::after {
  background-color: white;
  background-image: url(../img/icons/minus.svg);
  background-size: contain;
  background-position: center;
  border: 3px solid #002E47;
  box-shadow: none;
  transform: none;
}
.side-by-side .accordion-item {
  border: none;
  background-color: transparent;
}
.side-by-side .accordion-body {
  color: #002E47;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 380;
  padding: 0;
}
.side-by-side .accordion-body ul li {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: clamp(1.375rem, 3vw, 1rem);
  font-weight: 380;
}
.side-by-side .accordion-collapse .accordion-grad {
  height: 3px;
  width: 0%;
  margin-top: 2rem;
  background: linear-gradient(to right, #1371B0, #029935);
  transition: width ease-out 0.25s;
}
.side-by-side .accordion-collapse.show .accordion-grad {
  width: 100%;
}
.side-by-side .vid-pop {
  transition: all 0.4s ease-in-out;
}
.side-by-side .vid-pop .sbs-img {
  transition: 0.5s ease all;
}
.side-by-side .vid-pop .bi-play-circle {
  fill: #ffffff;
  width: 60px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
.side-by-side.lax-img {
  border-bottom: 20px solid #A8947A;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.side-by-side.lax-img p {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
}
.side-by-side.lax-img .fip-content {
  position: absolute;
  width: 100%;
}
.side-by-side.lax-img .full-img-promo {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.side-by-side.lax-img .full-img-promo .container {
  z-index: 5;
}
.side-by-side.lax-img .full-img-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.side-by-side.flush-cta .flush-bg {
  background: linear-gradient(91deg, rgba(19, 113, 176, 0.1) 0.75%, rgba(2, 153, 53, 0.1) 99.38%), #FFF;
  border-radius: 8px;
  overflow: hidden;
}
.side-by-side.flush-cta p {
  margin-bottom: 2rem;
}
.side-by-side.flush-cta .padded {
  padding: 2rem;
}
.side-by-side.grad-brd-cta {
  background: linear-gradient(91deg, rgba(19, 113, 176, 0.1) 0.75%, rgba(2, 153, 53, 0.1) 99.38%), #FFF;
  padding: 4rem 1rem;
}
.side-by-side.grad-brd-cta .flush-bg {
  background-color: white;
  border: 1.5px solid #E3E2E3;
  border-radius: 8px;
  overflow: hidden;
  padding: 1rem;
}
.side-by-side.grad-brd-cta p {
  margin-bottom: 2rem;
}
.side-by-side.grad-brd-cta .padded {
  padding: 2rem;
}
.side-by-side .gradient-promo {
  padding: 2rem;
  background: var(--5-brand-gradient, linear-gradient(91deg, rgba(19, 113, 176, 0.08) 0.75%, rgba(2, 153, 53, 0.08) 99.38%));
  backdrop-filter: blur(16px);
}
.side-by-side .gradient-promo .svg-overlay-dark {
  background-position: 2rem 8rem;
}
.side-by-side .gradient-promo p {
  margin-bottom: 5.5rem;
}
.side-by-side .gradient-promo p.smaller {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1.125rem, 2.25vw, 1.313rem);
  margin-bottom: 2rem;
  font-weight: 400;
}
.side-by-side .gradient-promo p.large-p {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  margin-bottom: 1rem;
}
.side-by-side .gradient-promo p.footnote {
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  line-height: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
  margin-bottom: 0;
}
.side-by-side .gradient-promo .headline.sm-head {
  font-size: clamp(1.375rem, 4vw, 1.75rem);
  line-height: clamp(2rem, 5vw, 2.5rem);
  margin-bottom: 0.5rem;
}
.side-by-side .gradient-promo .headline.mid-head {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: clamp(2.25rem, 6vw, 3rem);
  margin-bottom: 0.5rem;
}
.side-by-side.location-detail .icon-actions {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.side-by-side.location-detail .icon-actions .icon-action {
  color: #002E47;
  display: inline-block;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  margin-right: 1.5rem;
  text-decoration: none;
}
.side-by-side.location-detail .icon-actions .icon-action span {
  text-decoration: underline;
}
.side-by-side.location-detail .detail-map {
  overflow: hidden;
}
.side-by-side.location-detail .detail-map .eyebrow {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 400;
}
.side-by-side.location-detail .detail-map .icon-actions .icon-action {
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1.125rem, 2.25vw, 1.313rem);
  margin-bottom: 0.5rem;
}
.side-by-side.location-detail .detail-map .icon-actions .icon-action span {
  text-decoration: underline;
}
.side-by-side.location-detail .detail-map .icon-actions .icon-action.address span {
  text-decoration: none;
}

@media (min-width: 768px) {
  .side-by-side .eye-brow {
    margin-top: 0;
  }
  .side-by-side .sbs-background .sbs-img {
    min-height: 725px;
  }
  .side-by-side .sbs-background.thick-border .sbs-img {
    min-height: 535px;
  }
  .side-by-side.grad-brd-cta .sbs-background .sbs-img {
    min-height: 300px;
  }
  .side-by-side.vendor-hero .sbs-img {
    min-height: 532px;
  }
  .side-by-side .accordion-button::after {
    height: 40px;
  }
  .side-by-side.testimonials .swiper-container .slide {
    display: flex;
    align-items: center;
    height: 40rem;
  }
  .side-by-side.flush-cta .overflow {
    height: 100%;
  }
  .side-by-side.flush-cta .padded {
    padding: 4rem 4rem 4rem 0rem;
  }
  .side-by-side.flush-cta .sbs-background {
    height: 100%;
  }
  .side-by-side.flush-cta .sbs-background .sbs-img {
    min-height: initial;
    height: 100%;
  }
  .side-by-side.grad-brd-cta {
    padding: 8rem 3.75rem;
  }
  .side-by-side.grad-brd-cta .flush-bg {
    padding: 4rem;
  }
  .side-by-side .gradient-promo p.smaller {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .side-by-side .eye-brow {
    margin-top: 0;
  }
  .side-by-side.flush-left .container {
    max-width: 100%;
    padding-right: 10%;
  }
  .side-by-side.flush-right .container {
    max-width: 100%;
    padding-left: 5%;
  }
}
.side-by-side.testimonials .svg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/lcs-dark-pattern.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 95%;
  opacity: 1;
}
.side-by-side.testimonials .swiper-container {
  margin: auto;
  position: relative;
  /***CARDS*/
}
.side-by-side.testimonials .swiper-container.swiper-testimonials {
  overflow: hidden;
}
.side-by-side.testimonials .swiper-container .swiper-slide {
  overflow: initial;
  height: auto !important;
}
.side-by-side.testimonials .swiper-container .slide {
  display: block;
}
.side-by-side.testimonials .swiper-container .slide p {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 300;
  margin-bottom: 1rem;
}
.side-by-side.testimonials .swiper-container .slide p.eyebrow {
  text-transform: uppercase;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-weight: 600;
  margin-bottom: 15px;
}
.side-by-side.testimonials .swiper-container .slide p.author {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  margin-bottom: 0;
}
.side-by-side.testimonials .swiper-container .slide p.city {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
}
.side-by-side.testimonials .swiper-container .slide p.big-quote {
  font-size: clamp(1.5rem, 4vw, 1rem);
  line-height: clamp(2rem, 5vw, 1.75rem);
}
.side-by-side.testimonials .swiper-container .slide p .name {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
}
.side-by-side.testimonials .swiper-container .slide p .position {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
}
.side-by-side.testimonials .swiper-container .quote-section {
  width: 100%;
  padding: 0;
  text-align: left;
}
.side-by-side.testimonials .swiper-container .image {
  display: none;
  overflow: hidden;
}
.side-by-side.testimonials .swiper-container.swiper-cards {
  margin: auto;
  position: relative;
}
.side-by-side.testimonials .swiper-container.swiper-cards .slide {
  display: block;
  border: 1px solid #e3e2e3;
  border-radius: 8px;
  height: 100%;
  margin-right: 20px;
  text-decoration: none;
  transition: all ease-out 0.25s;
}
.side-by-side.testimonials .swiper-container.swiper-cards .slide:hover {
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #fff;
}
.side-by-side.testimonials .swiper-container.swiper-cards .slide.slide-card {
  background: #ffffff;
  border-radius: 8px;
}
.side-by-side.testimonials .swiper-container.swiper-cards .slide.slide-card p.eyebrow {
  background-color: #FAFAFA;
  display: inline-block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  text-transform: none;
  font-weight: 400;
  margin: 25px 25px 10px 25px;
  padding: 4px 8px;
}
.side-by-side.testimonials .swiper-container.swiper-cards .slide.slide-card p.title {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 500;
  margin: 5px 25px 5px 25px;
}
.side-by-side.testimonials .swiper-container.swiper-cards .slide.slide-card p.quote {
  font-size: clamp(1rem, 1.75vw, 1.125rem);
  line-height: clamp(1.375rem, 2.5vw, 1.688rem);
  font-weight: 380;
  margin: 5px 25px 25px 25px;
}
.side-by-side.testimonials .swiper-container.swiper-cards .slide.slide-card p.author {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: 1;
  font-weight: 600;
  margin: 5px 25px 5px 25px;
}
.side-by-side.testimonials .swiper-container.swiper-cards .slide.slide-card p.city {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: 1;
  font-weight: 400;
  margin: 5px 25px 25px 25px;
}
.side-by-side.testimonials .swiper-container.swiper-cards.employee-cards .slide {
  border: 0px solid #fff;
}
.side-by-side.testimonials .swiper-container.swiper-cards.employee-cards .slide .eyebrow {
  margin-bottom: 0;
}
.side-by-side.testimonials .swiper-container.swiper-cards.employee-cards .slide:hover {
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  border: 0px solid #fff;
}
.side-by-side.testimonials .swiper-container.swiper-cards .quote-section {
  display: block;
  padding: 0;
  text-align: left;
  width: 100%;
}
.side-by-side.testimonials .swiper-container.swiper-cards .image {
  display: block;
  height: 255px;
  width: 100%;
  background-size: cover;
  border-radius: 8px 8px 0 0;
  background-position: center;
}
.side-by-side.testimonials .swiper-controls {
  gap: 15px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 5rem;
}
.side-by-side.testimonials .swiper-pagination {
  display: none;
  position: relative;
  text-align: left;
}
.side-by-side.testimonials .swiper-circles {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.side-by-side.testimonials .swiper-circles .swiper-button-prev,
.side-by-side.testimonials .swiper-circles .swiper-button-next {
  position: relative;
  color: black;
}
.side-by-side.testimonials .swiper-circles .swiper-button-prev, .side-by-side.testimonials .swiper-circles .swiper-button-next {
  border-radius: 50%;
  border: 3px solid #002E47;
  background: #FFF;
  box-shadow: 3px 3px 0px 0px #002E47;
  display: inline-block;
  width: 56px;
  height: 56px;
  text-align: center;
  transition: all ease-out 0.25s;
}
.side-by-side.testimonials .swiper-circles .swiper-button-prev:hover, .side-by-side.testimonials .swiper-circles .swiper-button-next:hover {
  box-shadow: none;
}
.side-by-side.testimonials .swiper-circles .swiper-button-prev img, .side-by-side.testimonials .swiper-circles .swiper-button-next img {
  vertical-align: inherit;
  margin-top: 8px;
}
.side-by-side.testimonials .swiper-circles .swiper-button-prev img {
  transform: rotate(180deg);
}
.side-by-side.testimonials .swiper-circles .swiper-button-prev::after,
.side-by-side.testimonials .swiper-circles .swiper-button-next::after {
  content: "";
}
.side-by-side.testimonials .swiper-circles .swiper-button-next {
  margin-left: 1.75rem;
}
.side-by-side.testimonials .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border-radius: 50px;
  background: linear-gradient(90deg, #77767A, #77767A);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.side-by-side.testimonials .swiper-pagination-bullet-active {
  width: 60px;
  background: linear-gradient(90deg, #1371B0, #029935);
  opacity: 1;
}
.side-by-side.testimonials .swiper-community-testimonial .text-slide {
  max-width: 70%;
  margin: 0 auto;
}
.side-by-side.testimonials .swiper-community-testimonial .eyebrow {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.side-by-side.testimonials .swiper-community-testimonial .big-quote {
  margin-bottom: 2rem;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: clamp(2.25rem, 6vw, 3rem);
  font-weight: 300;
}
.side-by-side.testimonials .swiper-community-testimonial .name {
  font-weight: 600;
}
.side-by-side.testimonials .swiper-community-testimonial .name, .side-by-side.testimonials .swiper-community-testimonial .position {
  font-size: clamp(1rem, 2vw, 1.125rem);
}
.side-by-side.testimonials .swiper-community-testimonial .eyebrow, .side-by-side.testimonials .swiper-community-testimonial .big-quote, .side-by-side.testimonials .swiper-community-testimonial .name, .side-by-side.testimonials .swiper-community-testimonial .position {
  display: block;
  text-align: center;
}
.side-by-side.testimonials .swiper-community-testimonial .swiper-controls {
  width: 100%;
  display: block;
}
.side-by-side.testimonials .swiper-community-testimonial .swiper-pagination {
  display: block;
  position: relative;
  text-align: center;
}
.side-by-side.testimonials .swiper-community-testimonial .swiper-circles {
  display: flex;
  justify-content: space-between;
  position: absolute;
  margin-top: -7%;
  width: 100%;
}

@media (min-width: 992px) {
  .side-by-side.testimonials .swiper-pagination {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .side-by-side.testimonials .swiper-container .image {
    display: block;
    width: 45%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
  }
  .side-by-side.testimonials .swiper-container .quote-section {
    width: 55%;
    padding: 0 3rem 0 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .side-by-side.testimonials .swiper-container .quote-section .big-quote {
    margin-right: 3rem;
  }
}
.large-ico-hero a {
  border: 1px solid #E3E2E3;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.large-ico-hero a .grey-pattern {
  background: #FAFAFA;
  height: 500px;
  position: relative;
  padding: 0;
  transition: background 1.3s ease-in-out;
}
.large-ico-hero a .grey-pattern .gradient-text {
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: clamp(2.5rem, 7vw, 3.5rem);
}
.large-ico-hero a .grey-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1371B0, #029935);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}
.large-ico-hero a .grey-pattern .eyebrow {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  font-weight: 380;
  left: 1.5rem;
  position: absolute;
  top: 1rem;
  z-index: 10;
}
.large-ico-hero a .grey-pattern .svg-overlay-dark {
  background-position: 2rem 11rem;
}
.large-ico-hero a .event-details {
  padding: 1rem;
  text-decoration: none;
}
.large-ico-hero a .event-details .venue {
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1.125rem, 2.25vw, 1.313rem);
  font-weight: 380;
  margin-bottom: 1rem;
}
.large-ico-hero a .event-details h3 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  margin-bottom: 1rem;
  font-weight: 380;
}
.large-ico-hero a .event-details .header {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}
.large-ico-hero a .event-details p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 380;
}
.large-ico-hero a .event-details p.name {
  margin-bottom: 1rem;
}
.large-ico-hero a .event-details .btn {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}
.large-ico-hero a .event-details .btn img {
  display: inline-flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 8px;
  transition: transform 0.3s ease-out;
}
.large-ico-hero a:hover, .large-ico-hero a:active, .large-ico-hero a:focus {
  text-decoration: none;
  border: 1px solid #ffffff;
  box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.0509803922);
}
.large-ico-hero a:hover .grey-pattern::before, .large-ico-hero a:active .grey-pattern::before, .large-ico-hero a:focus .grey-pattern::before {
  opacity: 1;
}
.large-ico-hero a:hover .gradient-text, .large-ico-hero a:active .gradient-text, .large-ico-hero a:focus .gradient-text {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: white;
}
.large-ico-hero a:hover .btn img, .large-ico-hero a:active .btn img, .large-ico-hero a:focus .btn img {
  transform: translateX(8px);
  transition: transform 0.2s ease-out;
}

.ico-cards a {
  text-decoration: none;
}
.ico-cards a:hover, .ico-cards a:active, .ico-cards a:focus {
  text-decoration: none;
}
.ico-cards a:hover .ico-card, .ico-cards a:active .ico-card, .ico-cards a:focus .ico-card {
  box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.0509803922);
}
.ico-cards a:hover .btn img, .ico-cards a:active .btn img, .ico-cards a:focus .btn img {
  transform: translateX(8px);
  transition: transform 0.2s ease-out;
}
.ico-cards .ico-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1.5rem 2rem 0.75rem 2rem;
  margin-bottom: 2rem;
  transition: box-shadow 1s ease;
}
.ico-cards .ico-card .icon-svg {
  display: inline-block;
  max-width: 25px;
  margin-top: -8px;
  margin-right: 1rem;
}
.ico-cards .ico-card h5 {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease-out;
}
.ico-cards .ico-card h5.btn {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}
.ico-cards .ico-card h5.btn img {
  display: inline-flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 8px;
  transition: transform 0.3s ease-out;
}
.ico-cards .ico-card p {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 380;
}
.ico-cards .ico-card.divider-card {
  border-left: 1px solid #E3E2E3;
  border-radius: 0;
}
.ico-cards.sm-white-card .ico-card {
  background-color: #ffffff;
}
.ico-cards.sm-white-card .ico-card h5 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  margin-bottom: 0.5rem;
  font-weight: 380;
}
.ico-cards.sm-white-card .ico-card p {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: 380;
  margin-bottom: 1rem;
}
.ico-cards.sm-white-card .ico-card .icon-svg {
  height: 40px;
}
.ico-cards.sm-white-card .ico-card .btn {
  display: block;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}
.ico-cards.sm-white-card .ico-card .btn img {
  display: inline-flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 8px;
  transition: transform 0.3s ease-out;
}
.ico-cards.sm-city-card .ico-card {
  border: 1px solid #E3E2E3;
  transition: all ease-out 0.25s;
}
.ico-cards.sm-city-card .ico-card:hover {
  border: 1px solid #ffffff;
}
.ico-cards.lg-community-card a .ico-card {
  border: 1px solid #E3E2E3;
  overflow: hidden;
  border-radius: 8px;
  padding: 0;
}
.ico-cards.lg-community-card a .ico-card .card-content {
  padding: 1.5rem;
}
.ico-cards.lg-community-card a .ico-card .card-content .address {
  font-size: clamp(1rem, 1.75vw, 1.125rem);
  line-height: clamp(1.375rem, 2.5vw, 1.688rem);
  margin-bottom: 1rem;
}
.ico-cards.lg-community-card a .ico-card .card-content .address span {
  display: block;
}
.ico-cards.lg-community-card a .ico-card .card-content .tag {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  background-color: #FAFAFA;
  padding: 4px 8px;
  display: inline-flex;
}
.ico-cards.lg-community-card a:hover .ico-card, .ico-cards.lg-community-card a:focus .ico-card, .ico-cards.lg-community-card a:active .ico-card {
  border: 1px solid #ffffff;
}
.ico-cards.lg-community-card a:hover .ico-card .tag, .ico-cards.lg-community-card a:focus .ico-card .tag, .ico-cards.lg-community-card a:active .ico-card .tag {
  text-decoration: none;
  color: #002E47;
}
.ico-cards.event-card a .ico-card {
  border: 1px solid #E3E2E3;
  overflow: hidden;
  border-radius: 8px;
  padding: 0;
  transition: all 1s ease;
}
.ico-cards.event-card a .ico-card .top {
  background: #FAFAFA;
  display: block;
  height: 17.5rem;
  overflow: hidden;
  position: relative;
}
.ico-cards.event-card a .ico-card .top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1371B0, #029935);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}
.ico-cards.event-card a .ico-card .top .eyebrow {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  font-weight: 380;
  left: 1.5rem;
  position: absolute;
  top: 1rem;
  z-index: 10;
}
.ico-cards.event-card a .ico-card .top .svg-overlay-dark {
  background-position: 0.5rem 5rem;
  background-size: 225%;
}
.ico-cards.event-card a .ico-card .bottom {
  display: block;
  background-color: white;
}
.ico-cards.event-card a .ico-card .event-details {
  padding: 1.5rem;
  text-decoration: none;
}
.ico-cards.event-card a .ico-card .event-details .venue {
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1.125rem, 2.25vw, 1.313rem);
  font-weight: 380;
  margin-bottom: 1rem;
}
.ico-cards.event-card a .ico-card .event-details h3 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.ico-cards.event-card a .ico-card .event-details p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 380;
}
.ico-cards.event-card a .ico-card .event-details p.name {
  margin-bottom: 1rem;
}
.ico-cards.event-card a .ico-card .event-details .btn {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}
.ico-cards.event-card a .ico-card .event-details .btn img {
  display: inline-flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 8px;
  transition: transform 0.3s ease-out;
}
.ico-cards.event-card a .ico-card .card-content {
  padding: 1.5rem;
}
.ico-cards.event-card a:hover .ico-card, .ico-cards.event-card a:focus .ico-card, .ico-cards.event-card a:active .ico-card {
  border: 1px solid #ffffff;
}
.ico-cards.event-card a:hover .ico-card .top::before, .ico-cards.event-card a:focus .ico-card .top::before, .ico-cards.event-card a:active .ico-card .top::before {
  opacity: 1;
}
.ico-cards.event-card a:hover .ico-card .gradient-text, .ico-cards.event-card a:focus .ico-card .gradient-text, .ico-cards.event-card a:active .ico-card .gradient-text {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: white;
}
.ico-cards.event-card.logo-card a .ico-card .top {
  border-bottom: 1px solid #E3E2E3;
}
.ico-cards.event-card.logo-card a .ico-card .top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}
.ico-cards.event-card.logo-card a .ico-card .btn-text-arrow {
  margin-bottom: 0;
}
.ico-cards .text-card {
  background-color: #28292A;
  padding: 3.125rem;
  display: flex;
  padding: 50px 70px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin: 0 0 2rem 0;
  text-decoration: none;
  transition: all 0.2s linear;
}
.ico-cards .text-card:hover, .ico-cards .text-card:active, .ico-cards .text-card:focus {
  text-decoration: none;
}
.ico-cards .text-card:hover .btn.btn-arrow-outline, .ico-cards .text-card:active .btn.btn-arrow-outline, .ico-cards .text-card:focus .btn.btn-arrow-outline {
  border-radius: 22px;
}
.ico-cards .text-card h4 {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.75rem, 5.5vw, 2.625rem);
  font-weight: 400;
}
.ico-cards .text-card p {
  margin-bottom: 1.5rem;
}
.ico-cards.sm-resource-card .ico-card h5 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 380;
}
.ico-cards.sm-resource-card .ico-card .btn {
  display: inline-block;
  font-weight: 500;
  text-align: left;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 10px;
}

.inline-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1.5px solid #E3E2E3;
  padding: 2rem;
}

.card-link p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .large-ico-hero a .event-details {
    padding: 3rem;
  }
  .ico-cards .ico-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
    min-height: 250px;
    transition: box-shadow 1s ease;
  }
  .ico-cards .ico-card .icon-svg {
    margin-bottom: 1rem;
    display: block;
    max-width: 100%;
    margin-top: 0;
  }
  .ico-cards .ico-card h5 {
    color: #002E47;
    font-family: "Inter", sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 500;
    margin-bottom: 2rem;
    position: relative;
    display: inline-flex;
    align-items: center; /* Aligns text and arrow vertically */
    gap: 8px; /* Adjust spacing between text and icon */
    transition: transform 0.3s ease-out;
  }
  .ico-cards .ico-card h5.btn {
    display: block;
    text-align: left;
    padding: 0;
  }
  .ico-cards .ico-card h5.btn img {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease-out;
  }
  .ico-cards .ico-card p {
    font-size: 1.125rem;
    line-height: 1.688rem !important;
    margin-bottom: 0;
  }
}
.breadcrumbs {
  border-bottom: 1px solid #FAFAFA;
  background: var(--White, #FFF);
  display: block;
  margin: 0 0 1rem 0;
  padding: 0 0 2rem 0;
}
.breadcrumbs .desk-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline;
  margin: 0;
}
.breadcrumbs ul li:not(:last-child)::after {
  color: #002E47;
  content: ">";
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: 1;
  font-weight: 400;
  margin: 0 3px 0 10px;
}
.breadcrumbs ul li a {
  color: #002E47;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumbs ul li a.active, .breadcrumbs ul li a:hover {
  color: #002E47;
  text-decoration: underline;
}

.main-footer {
  background-color: #ffffff;
}
.main-footer .footer-logo img {
  width: 120px;
  margin-bottom: 2rem;
}
.main-footer .third-party-logo {
  margin-bottom: 50px;
}
.main-footer h2 {
  color: #002E47;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 500;
  margin-bottom: 1rem;
}
.main-footer h2 a {
  color: #002E47;
  text-decoration: none;
}
.main-footer ul {
  padding-left: 0;
  list-style-type: none;
}
.main-footer ul li {
  padding-bottom: 0.4rem;
}
.main-footer ul li a {
  color: #002E47;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  font-weight: 400;
  text-decoration: none;
}
.main-footer ul li a:hover, .main-footer ul li a:active, .main-footer ul li a:focus {
  text-decoration: none;
}
.main-footer #locals ul {
  margin-bottom: 0;
}
.main-footer .footer-div {
  border-top: 1px solid #E3E2E3;
  padding-bottom: 2rem;
}

.sub-footer {
  background-color: #FAFAFA;
}
.sub-footer .copywrite, .sub-footer .privacy-list {
  display: inline-block;
  margin: 10px 0;
}
.sub-footer .soc-logos {
  display: block;
}
.sub-footer p {
  color: #002E47;
  display: inline-block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  font-weight: 400;
  margin-bottom: 0;
  width: auto;
}
.sub-footer ul {
  display: inline-block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: auto;
}
.sub-footer ul li {
  display: inline;
  line-height: 1.375rem;
  margin-right: 10px;
}
.sub-footer ul li a {
  color: #002E47;
  font-weight: 300;
}
.sub-footer ul li a:hover, .sub-footer ul li a:active, .sub-footer ul li a:focus {
  text-decoration: none;
}

@media (max-width: 992px) {
  .footer-heading {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .caret {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-right: 2px solid #029935;
    border-bottom: 2px solid #029935;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  .caret.show {
    transform: rotate(-135deg);
  }
  ul.collapse {
    padding-left: 0;
    list-style: none;
  }
}
@media (min-width: 992px) {
  .sub-footer .copywrite, .sub-footer .privacy-list {
    margin: 0;
  }
  .sub-footer .soc-logos {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    flex-shrink: 0;
  }
  .sub-footer ul {
    padding-left: 25px;
  }
}
.bounce-box {
  display: block;
}

.bounce-box-sm {
  display: inline-block;
  height: 3.5rem;
}

.bounce-container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 8px solid #002E47;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px #002E47;
  cursor: pointer;
  position: relative;
  z-index: 0;
  text-decoration: none;
  transition: background-color 0.3s;
  transition: box-shadow 0.3s;
}
.bounce-container.contact {
  padding: 3px 8px;
}
.bounce-container.contact:hover {
  padding: 12px 16px;
}
.bounce-container.contact .bounce-button-link {
  font-size: 1rem;
}
.bounce-container::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: white;
  border-radius: 36px;
  z-index: -1;
}
.bounce-container:hover {
  background: linear-gradient(to right, #1371B0, #029935);
  box-shadow: none;
  border: none;
  padding: 18px 24px;
  text-decoration: none;
}
.bounce-container:hover .icon {
  order: 2;
  animation: bounce-right 0.3s ease-in-out;
}
.bounce-container:hover .bounce-button-link {
  order: 1;
  animation: bounce-left 0.3s ease-in-out;
}
.bounce-container:hover:after {
  clip-path: inset(5px round 30px);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  background: white;
  z-index: -1;
}
.bounce-container:not(:hover) .icon {
  animation: bounce-right-reverse 0.4s ease-in-out alternate forwards;
}
.bounce-container:not(:hover) .bounce-button-link {
  animation: bounce-left-reverse 0.4s ease-in-out alternate forwards;
}
.bounce-container .bounce-button-link {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  color: #002E47;
}

.inline-arrow {
  display: inline-flex;
  font-size: clamp(1rem, 2vw, 1.125rem);
  align-items: center;
  gap: 8px;
  margin-top: 2rem;
  padding: 0.625rem 2rem;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 0;
  text-decoration: none;
  transition: all 0.3s;
}
.inline-arrow.left-aligned {
  padding: 0.625rem 2rem 0.625rem 0;
}
.inline-arrow:hover img {
  transform: translateX(8px);
  transition: transform 0.2s ease-out;
}

@keyframes bounce-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounce-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounce-right-reverse {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounce-left-reverse {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
ul.badge-bullets {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0rem;
}
ul.badge-bullets li {
  display: inline-flex;
  align-items: center;
  background-color: white;
  border-radius: 100px;
  font-size: clamp(1rem, 2vw, 1.125rem);
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  margin-bottom: 1rem;
  position: relative;
}
ul.badge-bullets li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.60288 4.29876C9.42705 3.35093 10.6433 2.75 12 2.75C13.3566 2.75 14.5728 3.35087 15.397 4.29861C16.6501 4.21106 17.9352 4.64616 18.8946 5.60557C19.854 6.56498 20.2891 7.85009 20.2016 9.10319C21.1492 9.92735 21.75 11.1435 21.75 12.5C21.75 13.8568 21.149 15.0731 20.2011 15.8973C20.2884 17.1502 19.8533 18.435 18.8941 19.3943C17.9348 20.3535 16.65 20.7886 15.3971 20.7013C14.5729 21.6491 13.3567 22.25 12 22.25C10.6434 22.25 9.4272 21.6491 8.60304 20.7014C7.34992 20.789 6.0648 20.3539 5.10537 19.3945C4.14596 18.435 3.71086 17.1499 3.79841 15.8968C2.85079 15.0726 2.25 13.8565 2.25 12.5C2.25 11.1434 2.85085 9.92723 3.79855 9.10306C3.7111 7.85005 4.14621 6.56507 5.10554 5.60574C6.06488 4.6464 7.34987 4.21129 8.60288 4.29876ZM15.6103 10.6859C15.8511 10.3489 15.773 9.88046 15.4359 9.6397C15.0989 9.39894 14.6305 9.47701 14.3897 9.81407L11.1543 14.3436L9.53033 12.7197C9.23744 12.4268 8.76256 12.4268 8.46967 12.7197C8.17678 13.0126 8.17678 13.4874 8.46967 13.7803L10.7197 16.0303C10.8756 16.1862 11.0921 16.2656 11.3119 16.2474C11.5316 16.2293 11.7322 16.1153 11.8603 15.9359L15.6103 10.6859Z' fill='url(%23paint0_linear_526_4308)'/><defs><linearGradient id='paint0_linear_526_4308' x1='2.25' y1='13.4252' x2='21.7463' y2='13.6949' gradientUnits='userSpaceOnUse'><stop stop-color='%231371B0'/><stop offset='1' stop-color='%23029935'/></linearGradient></defs></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
ul.badge-bullets.dark-bg li {
  background-color: #FAFAFA;
}

@media screen and (min-width: 768px) {
  .bounce-box {
    display: flex;
    align-items: center;
  }
  .inline-arrow {
    margin-top: 0;
  }
}
#leftOffcanvas {
  width: 100%;
}
#leftOffcanvas .offcanvas-header {
  padding: 1.5rem;
}
#leftOffcanvas .offcanvas-header .filter-icon {
  height: 24px;
  width: 24px;
}
#leftOffcanvas .offcanvas-header h5 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: clamp(1.75rem, 4vw, 2.25rem);
  color: #002E47;
  margin-left: 10px;
}
#leftOffcanvas .offcanvas-header .filters-close {
  background-image: none;
  padding-top: 0;
  margin-bottom: 0px;
}
#leftOffcanvas .offcanvas-header .filters-close svg {
  width: 24px;
  height: 24px;
}
#leftOffcanvas .offcanvas-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
#leftOffcanvas .header {
  color: #002E47;
  display: block;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: clamp(1.375rem, 3vw, 1.688rem);
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#leftOffcanvas .refresh-btn {
  border-radius: 100px;
  border: 1.5px solid #ffffff;
  color: #002E47;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: clamp(1.125rem, 2.25vw, 1.375rem);
  background: #ffffff;
  display: inline-block;
  min-width: auto;
  margin: auto 0;
  padding: 10px 50px 10px 0;
}
#leftOffcanvas .refresh-btn span {
  text-decoration: underline;
}
#leftOffcanvas .refresh-btn img {
  width: 24px;
  display: inline-block;
}
#leftOffcanvas .refresh-btn span {
  display: inline-block;
}
#leftOffcanvas .accordion-item {
  border: none;
}
#leftOffcanvas .accordion-button {
  box-shadow: none;
  color: #002E47;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: clamp(1.125rem, 2.25vw, 1.375rem);
  font-weight: 500;
  padding: 0.5rem 0;
}
#leftOffcanvas .accordion-button:not(.collapsed) {
  color: #002E47;
  background-color: #fff;
}
#leftOffcanvas .collapsed {
  border-bottom: 1px solid #E3E2E3;
}
#leftOffcanvas .accordion-button::after {
  border: none;
  display: inline-block;
  background-image: url(../img/icons/down-caret.svg);
  right: 5px;
  background-position: center;
  background-size: 14px;
  bottom: 8px;
  position: absolute;
  transform: none;
}
#leftOffcanvas .accordion-body {
  padding: 0;
}
#leftOffcanvas .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
#leftOffcanvas .form-check {
  line-height: 1;
  padding-left: 0.5rem;
}
#leftOffcanvas input:checked[type=checkbox] {
  background-color: #002E47;
}
#leftOffcanvas .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border-color: #002E47;
  margin-left: -0.5rem;
}
#leftOffcanvas .form-check-label {
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: clamp(1.125rem, 2.25vw, 1.375rem);
  color: #002E47;
  font-weight: 400;
  margin-left: 5px;
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  z-index: 5000;
}

.tooltip-inner {
  background-color: #fff !important;
  color: #002E47 !important;
  border: 1px solid #002E47;
}

.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #fff !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #002E47;
}

.lcs-form .mr-20 {
  margin-right: 1rem;
}
.lcs-form .top-lvl {
  background-color: white;
  color: #002E47;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1rem;
  padding: 17px 32px;
  border: 1px solid #e3e2e3;
  border-radius: 100px;
}
.lcs-form .top-lvl::placeholder {
  color: #002E47;
  opacity: 1;
}
.lcs-form .top-lvl.form-check-input {
  display: inline-block;
}
.lcs-form .form-check {
  display: block;
  padding: 0;
  position: relative;
}
.lcs-form .form-check .form-check-input {
  border-color: #002E47;
  border-radius: 2px;
  display: inline-block;
  margin-left: 0;
  margin-right: 1rem;
  margin-top: 0.25rem;
  padding: 0;
}
.lcs-form .form-check .form-check-label {
  color: #002E47;
  font-size: 1rem;
  display: inline;
}
.lcs-form .form-check img {
  margin-left: auto;
  position: absolute;
  right: 1rem;
}
.lcs-form .dropdown-checkbox {
  background-color: white;
  color: #002E47;
  display: inline-flex;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 380;
  line-height: 1rem;
  padding: 8px 32px;
  border: 1px solid #e3e2e3;
  border-radius: 4px;
  width: 100%;
}
.lcs-form .dropdown-checkbox .form-control {
  border: none;
}
.lcs-form .dropdown-checkbox .dropdown-toggle::after {
  right: 7%;
  bottom: 43%;
}
.lcs-form .dropdown-checkbox .dropdown-menu {
  left: -1rem !important;
}
.lcs-form .dropdown-checkbox .dropdown-menu li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.lcs-form.lcs-inline-form {
  display: block;
}
.lcs-form.lcs-inline-form input {
  border-radius: 4px;
}
.lcs-form.lcs-inline-form .dropdown-menu {
  width: 100%;
}
.lcs-form.lcs-inline-form .contact {
  min-width: 8.5rem;
}
.lcs-form.lcs-inline-form .filter-btn {
  border-radius: 100px;
  border: 1.5px solid #002E47;
  color: #002E47;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: clamp(1.125rem, 2.25vw, 1.375rem);
  background: #ffffff;
  padding: 9px 10px 7px 10px;
  width: 100%;
}
.lcs-form.lcs-inline-form .filter-btn img {
  width: 24px;
  display: inline-block;
}
.lcs-form.lcs-inline-form .filter-btn span {
  display: inline-block;
}
.lcs-form.lcs-inline-form .vendor-input {
  color: #002E47;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: clamp(1.125rem, 2.25vw, 1.375rem);
  background: #ffffff;
  border-radius: 100px;
  border: 1.5px solid #E3E2E3;
  background-image: url("../img/icons/search.svg");
  background-repeat: no-repeat;
  background-position: 95% 55%;
  background-size: 24px 24px;
  margin: 0;
  padding: 10px 50px 10px 20px;
  width: 100%;
}
.lcs-form.lcs-inline-form .vendor-radio {
  min-width: 200px;
  padding: 0px 0 10px 0px;
}
.lcs-form.lcs-inline-form .vendor-radio input {
  border-radius: 100px;
  border: 1.5px solid #E3E2E3;
  margin: 0 0.5rem 0 0;
  height: 18px;
  width: 18px;
}
.lcs-form.lcs-inline-form .vendor-radio label {
  color: #002E47;
  display: inline-block;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: clamp(1.125rem, 2.25vw, 1.375rem);
}
.lcs-form.lcs-inline-form .vendor-radio input, .lcs-form.lcs-inline-form .vendor-radio span {
  display: inline-block;
}
.lcs-form.lcs-inline-form .refresh-btn {
  border-radius: 100px;
  border: 1.5px solid #ffffff;
  color: #002E47;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: clamp(1.125rem, 2.25vw, 1.375rem);
  background: #ffffff;
  display: inline-block;
}
.lcs-form.lcs-inline-form .refresh-btn span {
  text-decoration: underline;
}
.lcs-form.lcs-inline-form .refresh-btn img {
  width: 24px;
  display: inline-block;
}
.lcs-form.lcs-inline-form .refresh-btn span {
  display: inline-block;
}

@media (min-width: 992px) {
  #leftOffcanvas {
    width: 50%;
  }
  .lcs-form .dropdown-checkbox .dropdown-toggle::after {
    right: 7%;
    bottom: 43%;
  }
  .lcs-form .dropdown-checkbox .dropdown-menu {
    left: -2rem !important;
  }
  .lcs-form.lcs-inline-form .dropdown-checkbox {
    margin: auto 0;
  }
  .lcs-form.lcs-inline-form .vendor-radio {
    min-width: 200px;
    padding: 0px 0 10px 0px;
  }
  .lcs-form.lcs-inline-form .vendor-radio input {
    margin: 15px 0.5rem 0 0;
  }
}
@media (min-width: 1025px) {
  #leftOffcanvas {
    width: 30%;
  }
}
.community-search #comm-results {
  height: 100vh;
  overflow-y: scroll;
  padding: 0;
}
.community-search #comm-results .comm-card {
  display: block;
  border: 1.5px solid #E3E2E3;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
  text-decoration: none;
}
.community-search #comm-results .comm-card .result-image {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.community-search #comm-results .comm-card h6 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.community-search #comm-results .comm-card .address {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  margin-bottom: 0;
}
.community-search #comm-results .comm-card .address span {
  display: block;
}
.community-search #comm-results .comm-card .tag-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.25rem;
  margin-top: 0.75rem;
}
.community-search #comm-results .comm-card .tag-box .tag {
  font-size: clamp(0.6875rem, 1.25vw, 0.75rem);
  background-color: #FAFAFA;
  padding: 4px;
}
.community-search #comm-results .comm-card:hover {
  box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #fff;
  cursor: pointer;
}

.marker-label {
  background-color: #001F60 !important;
  border-radius: 40px;
  border: 2px solid white;
  color: white !important;
  font-weight: bold;
  height: 34px !important;
  padding: 7px 8px 7px 8px;
  width: auto !important;
}

.marker-label-closest {
  background-color: #CE202F !important;
  border-radius: 40px;
  border: 2px solid white;
  color: white !important;
  font-weight: bold;
  height: 34px !important;
  padding: 7px 8px 7px 8px;
  width: auto !important;
}

.infowindow__title {
  font-size: 1.2rem;
  font-weight: bold;
}

.infowindow__body {
  font-size: 1rem;
  line-height: 1.2rem;
}

.top-resource-promo {
  border-radius: 8px;
  display: flex;
  height: 414px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 232px;
  flex: 1 0 0;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.top-resource-promo.resource-w-img {
  background-size: cover;
  background-position: center;
}

.gallery-item {
  border-radius: 8px;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.gallery-item.img {
  background-size: cover;
  background-position: center;
  height: 584px;
  width: 100%;
}
.gallery-item.no-img {
  background: linear-gradient(91deg, rgba(19, 113, 176, 0.1) 0.75%, rgba(2, 153, 53, 0.1) 99.38%);
  height: 282px;
  width: 100%;
}

.resource-tile-title {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: clamp(1.375rem, 3vw, 1.688rem);
  max-width: 80%;
  padding: 16px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 4px;
  background: #ffffff;
  z-index: 5;
}

.go-arrow {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 32px;
  bottom: 32px;
  border-radius: 36px;
  background: #FFF;
  /* BG Blur */
  backdrop-filter: blur(32px);
}

.filter-pill {
  border-radius: 100px;
  border: 1.5px solid #E3E2E3;
  color: #002E47;
  display: inline-block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1.125rem, 2.25vw, 1.313rem);
  margin-bottom: 0.5rem;
  padding: 8px 16px;
  width: auto;
  transition: all ease-out 0.25s;
}
.filter-pill:hover, .filter-pill.selected {
  border: 1.5px solid #002E47;
}
.filter-pill a, .filter-pill a:hover, .filter-pill a:active {
  text-decoration: none;
}

.filter-card, .employee-card {
  display: block;
  border: 1px solid #e3e2e3;
  border-radius: 8px;
  margin: 0 0 2rem 0;
  text-decoration: none;
  transition: all ease-out 0.25s;
}
.filter-card:hover, .employee-card:hover {
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #fff;
}
.filter-card .image, .employee-card .image {
  display: block;
  height: 400px;
  width: 100%;
  background-size: cover;
  border-radius: 8px 8px 0 0;
  background-position: top;
}
.filter-card .description, .employee-card .description {
  display: block;
  padding: 0;
  text-align: left;
  width: 100%;
}
.filter-card p.eyebrow, .employee-card p.eyebrow {
  background-color: #FAFAFA;
  display: inline-block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  text-transform: none;
  font-weight: 400;
  margin: 25px 25px 10px 25px;
  padding: 4px 8px;
}
.filter-card p.title, .employee-card p.title {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 500;
  margin: 5px 25px 5px 25px;
}
.filter-card p.quote, .employee-card p.quote {
  font-size: clamp(1rem, 1.75vw, 1.125rem);
  line-height: clamp(1.375rem, 2.5vw, 1.688rem);
  font-weight: 380;
  margin: 5px 25px 25px 25px;
}
.filter-card p.author, .employee-card p.author {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: 1;
  font-weight: 600;
  margin: 5px 25px 5px 25px;
}
.filter-card p.city, .employee-card p.city {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: 1;
  font-weight: 400;
  margin: 5px 25px 25px 25px;
}

.employee-card {
  position: relative;
}
.employee-card p.eyebrow {
  background-color: #FFF;
  display: block;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: clamp(1rem, 2.5vw, 1.313rem);
  text-transform: none;
  font-weight: 400;
  margin: 25px 25px 0 1rem;
  padding: 0;
}
.employee-card .btn-text-arrow {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.employee-card .btn-text-arrow img {
  transition: transform 0.2s ease-in-out;
}
.employee-card .btn-text-arrow:hover img {
  transform: translateX(8px);
}
.employee-card .icon {
  bottom: 1rem;
  position: absolute;
  right: 1.5rem;
}

@media screen and (min-width: 768px) {
  .gallery {
    column-count: 3;
    column-gap: 0.75rem;
  }
  .gallery-item {
    margin: 0 0.25rem 1rem 0.25rem;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_fonts.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_base.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_variables.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_spacing.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_header.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_mixins.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_navigation.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_hero.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_sidebyside.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_testimonials.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_icocards.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_footer.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_buttons.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_forms.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_citysearch.scss%22,%22file:///C:/Users/jeff.harris/Source/Repos/LCS_FE/Renderer/wwwroot/sass/_resources.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAS;ACGT;EACI;EACA;EACA;EACA;;;AAGJ;EACI,kBCoBI;EDnBJ,aCPkB;EDQlB,OCeO;EDdP;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI,OCJO;EDKP;EACA;EACA;;;AAGJ;EACI;EACA,OCZO;EDaP;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI,OC1FO;ED2FP,YChFW;;ADkFX;EACI,OC9FG;ED+FH;;;AAIR;EACI,aC3HkB;ED4HlB;EACA;EACA;EACA;;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA,OCpKG;EDqKH;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OC7KD;;;ADiLP;EACI;;AAGI;EACI;EACA;;AACA;EACI;;;AAMhB;EACI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI,YCrNW;;;ADwNf;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA,kBCvUO;EDwUP;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,OC/YJ;EDgZI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAKI;EACI,OC3aR;ED4aQ;EACA;EACA;;;AAMhB;EACI;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;IACI;IACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAIA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAQR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AExoBJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAEJ;EACI;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AAGR;EACI;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAEJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAEJ;IACI;IACA;;EAGJ;IACI;;;ACxSR;EACI;EACA,kBF0BI;;AEzBJ;EACI,OFqBG;EEpBH;;AAGJ;EACI;;AAGJ;ECAA;EACA;EDCI;EACA;EACA;;ACDJ;EDHA;ICII;IACA;;;AAGJ;EDRA;ICSI;IACA;;;ADJA;EACI;;;AAMZ;EACI;;;AEzBJ;EACI,kBJ0BI;EIzBJ;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI;EACA,OJ1CO;EI2CP;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;;AAMhB;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA,OJpFD;;AIsFC;EACI,kBJpFR;;AIuFI;EACI,kBJxFR;EIyFQ;;AAIA;EACI,kBJ9FZ;;AIiGQ;EACI;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA,YJ9GR;EI+GQ;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA,OJ3Hb;EI4Ha;EACA;;AAEA;EACI;EACA;;;AAWxB;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI,OJ/JG;EIgKH,aJvLc;EIwLd;EACA;EACA;EACA;;AAEA;EACI,OJvKD;EIwKC;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAMZ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA,OJjND;EIkNC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI,OJ5OL;EI6OK;;AAGJ;EACI;EACA,OJlPL;EImPK;;AAKJ;EACI,YJtPR;EIuPQ;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EDhTZ;EACA;;AAEA;EC6SY;ID5SR;IACA;;;AAGJ;ECwSY;IDvSR;IACA;;;;AC+SJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA,OJ5TO;EI6TP;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,OJ/UJ;;AIiVI;EACI,MJlVR;;AIuVJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA,OJjWD;EIkWC;EACA;EACA,aJ3XU;EI4XV;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAMhB;EACI;EACA;EACA;;;AAGJ;EAEI;IACI;;EAGJ;IACI;;EAKI;IACI;;EAIR;IACI;IACA;;EAGJ;IACI;IACA;;EAEA;IACI;IACA;;EAKR;IACI;IACA;;EAIJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI,OJrbL;;EIwbC;IACI;;EAIR;IACI;IACA;;EAEA;IACI,kBJ/bR;IIgcQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA,OJ/dT;IIgeS;IACA;IACA;;EAEA;IACI;IACA;;EAGJ;IACI,OJ1eb;II2ea;;EAGJ;IACI;IACA,OJhfb;IIifa;;EAIR;IACI,YJnfZ;IIofY;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAMhB;IACI,YJ9gBJ;II+gBI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAGJ;IACI;;EAGA;IACI;IACA;IACA,OJviBT;IIwiBS;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAEA;IACI;;EAIR;IACI,OJpkBb;IIqkBa;;EAGJ;IACI,OJzkBb;II0kBa;;EAQhB;IACI;IACA;IACA;;EAGJ;IACI;;EAKJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AC/nBZ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI,OLrFL;EKsFK;EACA;EACA,aL/GM;EKgHN;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI,OLxGL;EKyGK,aLhIM;EKiIN;EACA;EACA;EACA;;AAGJ;EACI,OLjHL;EKkHK,aLzIM;EK0IN;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAQJ;EACI;;AAEA;EACI;;AAGJ;EACI,OL3IT;EK4IS;EACA;EACA,aLrKE;EKsKF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAOZ;EACI,OL9JD;EK+JC,aLtLU;EKuLV;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI,OLnLD;EKoLC,aL3MU;EK4MV;EACA;EACA;EACA;;AAGJ;EACI;;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQpB;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOhB;EACI;IACI;;EAEA;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAOI;IACI;;EAEA;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAIR;IACI;;EAIR;IACI;;EAGJ;IACI;;EAQJ;IACI;IACA;;EACA;IACI;;;AC7apB;EACI;EACA;;AAGJ;EACI,ONiBG;EMhBH,aNPc;EMQd;EACA;EACA;EACA;;AAGJ;EACI,ONQG;EMPH,aNhBc;EMiBd;EACA;EACA;EACA;;AAGJ;EACI,ONDG;EMEH,aNzBc;EM0Bd;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI,ONxBG;EMyBH,aNhDc;EMiDd;EACA;EACA;EACA;;AAGJ;EACI,ONjCG;EMkCH;EACA;EACA;;AAGJ;EACI,ONxCG;EMyCH;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,ONlDG;EMmDH;EACA;EACA;EACA;;AAGJ;EACI,ON1DG;EM2DH;EACA;EACA;EACA;;AAIA;EACI,kBNhEJ;EMiEI;EACA,ONrED;EMsEC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI,ONlFG;EMmFH;EACA;EACA,aN5Gc;EM6Gd;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA,aNhIc;EMiId;;AACA;EACI;EACA;;AAIR;EACI,ONlHG;;AMqHP;EACI,YNnHA;;AMsHJ;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,ONjNG;EMkNH;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAGJ;EACI,ONrOG;EMsOH;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;;AAMR;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAKZ;EACI;;AAEA;EACI;;AAGJ;EACI,MNzQJ;EM0QI;EACA;EACA;EACA;EACA;;AAMR;EACI;EACA;EACA;EACA;;AAEA;EACI,ON3RJ;EM4RI,aNtTU;EMuTV;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMR;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAKR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAOJ;EACI;EACA;EACA;;AAEA;EACI,ON5ZL;EM6ZK;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIA;EACI;;;AAU5B;EAEQ;IACI;;EAIA;IACI;;EAIA;IACI;;EAOJ;IACI;;EAMR;IACI;;EAIR;IACI;;EAKI;IACI;IACA;IACA;;EAMR;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAEA;IACI;IACA;;EAKZ;IACI;;EAEA;IACI;;EAMA;IACI;;;AAOpB;EAEQ;IACI;;EAKA;IACI;IACA;;EAKJ;IACI;IACA;;;ACpkBR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;AAiEA;;AA9DA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAGJ;EACI,YP5EhB;EO6EgB;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAMhB;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;AAAA;EAEI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAKJ;EACI;;AAIR;AAAA;EAEI;;AAIJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAQhB;EAGY;IACI;;;AAMhB;EAKgB;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;;AC5VpB;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,YReG;EQdH;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBRNR;EQOQ;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;;;AAQhB;EACI;;AAEA;EACI;;AAEA;EACI;;AAIA;EACI;EACA;;AAMhB;EACI,kBRvHA;EQwHA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI,ORxID;EQyIC,aRhKU;EQiKV;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAKZ;EACI,ORnKD;EQoKC,aR3LU;EQ4LV;EACA;;AAGJ;EACI;EACA;;AAKJ;EACI,kBR9KJ;;AQgLI;EACI;EACA;EACA;EACA;;AAGJ;EACI,OR3LL;EQ4LK,aRnNM;EQoNN;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAQZ;EACI;EACA;;AAEA;EACI;;AAOJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA,kBRzPT;EQ0PS;EACA;;AAOR;EACI;;AAEA;EACI;EACA,ORzQb;;AQkRC;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI,YRxRL;EQyRK;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBRxShB;EQySgB;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAKZ;EACI;;AAKJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAUR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAOhB;EACI,kBR1aD;EQ2aC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA,aR3cU;EQ4cV;EACA;;AAGJ;EACI;;AAMA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAMhB;EACI,YRhdI;EQidJ;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EAKY;IACI;;EAMR;IACI,kBRveJ;IQweI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAGJ;IACI,ORzfL;IQ0fK,aRjhBM;IQkhBN;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAKZ;IACI;IACA;IACA;;;AC/iBhB;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI,OTGL;ESFK;EACA;EACA;EACA;EACA;;AAGJ;EACI,OTNL;ESOK;EACA;EACA;EACA;;AAEA;EACI,OTbT;EScS;;;AAOpB;EACI,kBTnBI;;ASsBA;EACI;EACA;;AAIR;EACI;;AAIJ;EACI,OTrCG;ESsCH,aT7Dc;ES8Dd;EACA;EACA;EACA;;AAEA;EACI,OT7CD;ES8CC;;AAMR;EACI;EACA;;AAEA;EACI;;AAEA;EACI,OT5DL;ES6DK;EACA;EACA;EACA;;AAEA;EACI;;AAMhB;EACI;;AAGJ;EACI;EACA;;;AAIR;EACI,kBTlFW;;ASoFX;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI,OThGG;ESiGH;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI,OTvHL;ESwHK;;AAEA;EACI;;;AAOpB;EACI;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;;AAIR;EAIQ;IACI;;EAIJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;;ACxMZ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA,OVpEG;;;AUwEX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIA;EACI;EACA;;;AAOZ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAKR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAKR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI,kBV1LG;;;AUgMf;EACI;IACI;IACA;;EAEJ;IACI;;;ACjOR;EACI;;AAEA;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA,OXWD;EWVC;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;;AAGJ;EACI,OXVG;EWWH;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,OXtBG;EWuBH;EACA;EACA,YXtBA;EWuBA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;EACA,OXnDG;EWoDH;EACA;EACA;EACA;;AAGJ;EACI,OX3DG;EW4DH;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI,kBX7FG;;AWgGP;EACI;EACA;EACA;EACA,cXpGG;EWqGH;;AAGJ;EACI;EACA;EACA,OX3GG;EW4GH;EACA;;;AAKR;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIA;EACI;;AAGJ;EACI;EACA,OX3IG;EW4IH;EACA,aXpKc;EWqKd;EACA;EACA;EACA;EACA;;AAGA;EACI,OXtJD;EWuJC;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI,cXrKD;EWsKC;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OX/KD;EWgLC;EACA;;AAGJ;EACI;EACA;EACA;;AAKR;EACI;EACA,OX9LG;EW+LH;EACA;EACA,aXxNc;EWyNd;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAKZ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA,OX/OD;EWgPC;EACA;EACA,YX/OJ;EWgPI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAKR;EACI,OXlQD;EWmQC;EACA;EACA,YXlQJ;EWmQI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI,OX/RL;EWgSK;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA,OX7SD;EW8SC;EACA;EACA,YX7SJ;EW8SI;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;;AAMZ;EAEI;IACI;;EAMI;IACI;IACA;;EAGJ;IACI;;EAOJ;IACI;;EAGJ;IACI;IACA;;EAEA;IACI;;;AAOpB;EAEI;IACI;;;ACpYR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,kBZtBL;EYuBK;;AAIR;EACI;EACA;EACA;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AC3FJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YbvBI;EawBJ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;EACA;;;AAGJ;EACI;EACA;EACA,OblDO;EamDP;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAKZ;EACI;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIA;EACI;;AAMZ;EACI;EACA;EACA;;;AAyBJ;EACI;IACI;IACA;;EAGJ;IACI%22%7D */